pitivi r1178 - in branches/SOC_2008_BLEWIS: . pitivi pitivi/ui tests
- From: edwardrv svn gnome org
- To: svn-commits-list gnome org
- Subject: pitivi r1178 - in branches/SOC_2008_BLEWIS: . pitivi pitivi/ui tests
- Date: Thu, 17 Jul 2008 09:11:24 +0000 (UTC)
Author: edwardrv
Date: Thu Jul 17 09:11:23 2008
New Revision: 1178
URL: http://svn.gnome.org/viewvc/pitivi?rev=1178&view=rev
Log:
* pitivi/Makefile.am:
* pitivi/ui/Makefile.am:
* tests/Makefile.am:
Update makefiles with new files.
Order the files in alphabetical order.
Modified:
branches/SOC_2008_BLEWIS/ChangeLog
branches/SOC_2008_BLEWIS/pitivi/Makefile.am
branches/SOC_2008_BLEWIS/pitivi/ui/Makefile.am
branches/SOC_2008_BLEWIS/tests/Makefile.am
Modified: branches/SOC_2008_BLEWIS/pitivi/Makefile.am
==============================================================================
--- branches/SOC_2008_BLEWIS/pitivi/Makefile.am (original)
+++ branches/SOC_2008_BLEWIS/pitivi/Makefile.am Thu Jul 17 09:11:23 2008
@@ -8,28 +8,28 @@
pitivi_PYTHON = \
__init__.py \
- configure.py \
- instance.py \
bin.py \
check.py \
+ configure.py \
discoverer.py \
dnd.py \
effects.py \
+ instance.py \
objectfactory.py \
pitivi.py \
+ pitivigstutils.py \
playground.py \
+ plugincore.py \
+ pluginmanager.py \
project.py \
+ projectsaver.py \
+ serializable.py \
settings.py \
- sourcelist.py \
- utils.py \
- pitivigstutils.py \
signalgroup.py \
+ sourcelist.py \
threads.py \
thumbnailer.py \
- serializable.py \
- projectsaver.py \
- plugincore.py \
- pluginmanager.py
+ utils.py
BUILT_SOURCES=configure.py
Modified: branches/SOC_2008_BLEWIS/pitivi/ui/Makefile.am
==============================================================================
--- branches/SOC_2008_BLEWIS/pitivi/ui/Makefile.am (original)
+++ branches/SOC_2008_BLEWIS/pitivi/ui/Makefile.am Thu Jul 17 09:11:23 2008
@@ -2,27 +2,28 @@
ui_PYTHON = \
__init__.py \
+ complexinterface.py \
complexlayer.py \
complexsource.py \
complextimeline.py \
- complexinterface.py \
exportsettingswidget.py \
filelisterrordialog.py \
glade.py \
gstwidget.py \
+ infolayer.py \
+ layerwidgets.py \
mainwindow.py \
+ pluginmanagerdialog.py \
+ plumber.py \
projectsettings.py \
+ ruler.py \
+ slider.py \
sourcefactories.py \
timeline.py \
timelineobjects.py \
- viewer.py \
- ruler.py \
- layerwidgets.py \
tracklayer.py \
- infolayer.py \
- plumber.py \
- slider.py \
- pluginmanagerdialog.py
+ util.py \
+ viewer.py
ui_DATA = \
actions.xml \
Modified: branches/SOC_2008_BLEWIS/tests/Makefile.am
==============================================================================
--- branches/SOC_2008_BLEWIS/tests/Makefile.am (original)
+++ branches/SOC_2008_BLEWIS/tests/Makefile.am Thu Jul 17 09:11:23 2008
@@ -1,10 +1,13 @@
tests = \
+ testHList.py \
test_basic.py \
+ test_binary_search.py \
test_file_load_save.py \
test_timeline_composition.py \
test_timeline_objects.py \
test_serializable.py \
- test_timeline_source.py
+ test_timeline_source.py \
+ testcomplex.py
EXTRA_DIST = $(tests) runtests.py common.py
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]