~ubuntu-branches/ubuntu/lucid/pitivi/lucid

« back to all changes in this revision

Viewing changes to pitivi/ui/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-05-27 14:22:49 UTC
  • mfrom: (1.2.1 upstream) (3.1.13 experimental)
  • Revision ID: james.westby@ubuntu.com-20090527142249-tj0qnkc37320ylml
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
ui_PYTHON =                     \
4
4
        __init__.py             \
5
 
        complexlayer.py         \
6
 
        complexsource.py        \
7
 
        complextimeline.py      \
8
 
        complexinterface.py     \
 
5
        audiofxlist.py          \
 
6
        common.py               \
 
7
        controller.py           \
 
8
        defaultpropertyeditor.py\
 
9
        dnd.py                  \
 
10
        dynamic.py              \
 
11
        encodingdialog.py       \
9
12
        exportsettingswidget.py \
10
13
        filelisterrordialog.py  \
11
14
        glade.py                \
12
15
        gstwidget.py            \
13
16
        mainwindow.py           \
 
17
        netstream_managerdialog.py \
 
18
        pathwalker.py           \
 
19
        pluginmanagerdialog.py  \
 
20
        point.py                \
 
21
        prefs.py                \
 
22
        previewer.py            \
 
23
        preview.py              \
14
24
        projectsettings.py      \
15
 
        sourcefactories.py      \
 
25
        projecttabs.py          \
 
26
        propertyeditor.py       \
 
27
        ruler.py                \
 
28
        screencast_managerdialog.py \
 
29
        sourcelist.py           \
 
30
        timelinecanvas.py       \
 
31
        timelinecontrols.py     \
16
32
        timeline.py             \
17
 
        timelineobjects.py      \
 
33
        trackobject.py          \
 
34
        track.py                \
 
35
        videofxlist.py          \
18
36
        viewer.py               \
19
 
        ruler.py                \
20
 
        layerwidgets.py         \
21
 
        tracklayer.py           \
22
 
        infolayer.py            \
23
 
        plumber.py
 
37
        view.py                 \
 
38
        webcam_managerdialog.py \
 
39
        zoominterface.py
24
40
 
25
41
ui_DATA =                               \
26
 
        actions.xml                     \
27
42
        elementsettingsdialog.glade     \
 
43
        cam_capture.glade               \
28
44
        encodingdialog.glade            \
29
45
        exportsettingswidget.glade      \
30
46
        filelisterrordialog.glade       \
31
 
        projectsettings.glade
 
47
        mainwindow.xml                  \
 
48
        net_capture.glade               \
 
49
        projectsettings.glade           \
 
50
        pluginmanagerdialog.glade       \
 
51
        screencast_manager.glade
32
52
 
33
53
clean-local:
34
54
        rm -rf *.pyc *.pyo