2008-10-17 Edward Hervey * bin/pitivi.in: Fix ambiguous naming. 2008-10-17 Edward Hervey * docs/pylint.rc: We also accept _addSource (from SmartBin) as being a valid place for create variables. 2008-10-17 Brandon Lewis * pitivi/ui/complexinterface.py * pitivi/ui/complexlayer.py * pitivi/ui/complextimeline.py * pitivi/ui/timeline.py Code review 2008-10-17 Edward Hervey * pitivi/device.py: * pitivi/objectfactory.py: * pitivi/plumber.py: * pitivi/threads.py: * pitivi/thumbnailer.py: Remove even more gobject usage in core 2008-10-17 Edward Hervey * pitivi/pitivi.py: Only import pitivi.ui for Interactive subclass * pitivi/Makefile.am: * pitivi/ui/Makefile.am: * pitivi/ui/dnd.py: Move dnd module to pitivi.ui * pitivi/ui/sourcefactories.py: * pitivi/ui/timeline.py: * pitivi/ui/viewer.py: Adjust code for dnd move 2008-10-17 Edward Hervey * pitivi/configure.py.in: Fix header 2008-10-17 Edward Hervey * pitivi/ui/mainwindow.py: Fix some code that was badly merged. Re-adds proper webcam detection 2008-10-16 Edward Hervey * pitivi/dnd.py: * pitivi/instance.py: Comments. 2008-10-16 Edward Hervey * pitivi/ui/sourcefactories.py: Better thumbnailing handling for new objectfactories. 2008-10-16 Edward Hervey * pitivi/timeline/composition.py: * pitivi/timeline/objects.py: * pitivi/timeline/source.py: Use python properties more. * tests/test_timeline_composition.py: * tests/test_timeline_objects.py: * tests/test_timeline_source.py: Adapt tests for changes. 2008-10-16 Edward Hervey * pitivi/check.py: * pitivi/configure.py.in: * pitivi/discoverer.py: * pitivi/effects.py: * pitivi/elements/imagefreeze.py: * pitivi/elements/singledecodebin.py: * pitivi/elements/smartscale.py: * pitivi/elements/thumbnailsink.py: * pitivi/elements/videofade.py: * pitivi/objectfactory.py: * pitivi/playground.py: * pitivi/pluginmanager.py: * pitivi/project.py: * pitivi/projectsaver.py: * pitivi/serializable.py: * pitivi/settings.py: * pitivi/signalgroup.py: * pitivi/stream.py: * pitivi/thumbnailer.py: * pitivi/timeline/composition.py: * pitivi/timeline/effects.py: * pitivi/timeline/objects.py: * pitivi/timeline/source.py: * pitivi/timeline/timeline.py: * pitivi/ui/complexinterface.py: * pitivi/ui/complexlayer.py: * pitivi/ui/complextimeline.py: * pitivi/ui/glade.py: * pitivi/ui/gstwidget.py: * pitivi/ui/mainwindow.py: * pitivi/ui/pluginmanagerdialog.py: * pitivi/ui/slider.py: * pitivi/ui/sourcefactories.py: * pitivi/ui/viewer.py: * pitivi/utils.py: Complete cleanup using pylint reporting. * docs/pylint.rc: Pylint resource file to use when checking pitivi. 2008-10-16 Edward Hervey * pitivi/playground.py: * pitivi/project.py: * pitivi/settings.py: * pitivi/timeline/composition.py: * pitivi/timeline/objects.py: * pitivi/timeline/source.py: * pitivi/timeline/timeline.py: Switch more objects to gobject-less signalling and properties. 2008-10-16 Edward Hervey * pitivi/ui/complextimeline.py: * pitivi/ui/filelisterrordialog.py: * pitivi/ui/glade.py: * pitivi/ui/mainwindow.py: * pitivi/ui/slider.py: * pitivi/ui/timeline.py: * pitivi/ui/viewer.py: Fix imports in pitivi/ui 2008-10-16 Edward Hervey * pitivi/ui/ruler.py: Fix duration query. Don't seek if there's no available content. 2008-10-16 Edward Hervey * .gitignore: * bin/.gitignore: * pitivi/.gitignore: * pitivi/elements/.gitignore: * pitivi/pixmaps/.gitignore: * pitivi/ui/.gitignore: * po/.gitignore: * tests/.gitignore: Rename .cvsignore to .gitignore because we are no longer using CVS but more and more people are using GIT. This doesn't affect people using svn. 2008-10-16 Edward Hervey * pitivi/objectfactory.py: * pitivi/stream.py: * pitivi/Makefile.am: Use python properties. Move MultimediaStream to separate module. Comments and cleanups. * pitivi/discoverer.py: Update code for modifications in objectfactory 2008-10-16 Edward Hervey * bin/pitivi.in: Cleanups 2008-10-16 Edward Hervey * pitivi/pitivi.py: Remove dependency on gtk Make subclass for Interactive pitivi Use pure python properties Clean up code and add comments * pitivi/ui/complextimeline.py: * pitivi/ui/mainwindow.py: * tests/test_basic.py: * tests/test_file_load_save.py: Adapt code for modifications in pitivi.py 2008-10-16 Edward Hervey * pitivi/bin.py: * pitivi/discoverer.py: * pitivi/objectfactory.py: * pitivi/pitivi.py: * pitivi/sourcelist.py: * pitivi/timeline/composition.py: * pitivi/timeline/source.py: * pitivi/ui/complextimeline.py: * pitivi/ui/mainwindow.py: * pitivi/ui/sourcefactories.py: * pitivi/ui/viewer.py: * tests/common.py: Convert pitivi,bin,discoverer,objectfactory to gobject-less signaling and properties. Modify all code using that accordingly. 2008-10-16 Edward Hervey * docs/HACKING: Added notes about public/private/protected attributes 2008-10-16 Edward Hervey * pitivi/threads.py: Use new gobject-less signal system 2008-10-16 Edward Hervey * pitivi/Makefile.am: * pitivi/bin.py: * pitivi/plumber.py: * pitivi/ui/Makefile.am: * pitivi/ui/viewer.py: Move plumber up one directory, since it's not ui-specific. Use auto*sink instead of gconf*sink since it's now works better 2008-10-16 Edward Hervey * pitivi/Makefile.am: * pitivi/signalinterface.py: * tests/Makefile.am: * tests/test_signallable.py: New signallable interface 2008-10-16 Edward Hervey * configure.ac: And back to development cycle.