pitivi branch master, updated. bd1f450f0a94acc94c830ae9a5b5f7c794202abd



The branch, master has been updated
       via  bd1f450f0a94acc94c830ae9a5b5f7c794202abd (commit)
       via  e7539365fc6330c0f181680eae09dd2fff36e3fa (commit)
       via  823882213276e0b7b6dcae696670e10ce5cd527f (commit)
       via  7c796f390c0bc24dede1a68f155b8962c7105a34 (commit)
       via  9e0ff798ec96b19f3d72ff92d89606b079cc0af6 (commit)
       via  7f002b94775ee83cf723460297b8a06093344ca1 (commit)
       via  8540153715de38b43f06af84a8c485ed9b7a8789 (commit)
       via  bac841ffaa11244d7bfff0b66f03cfad07b2e7a0 (commit)
       via  b25435fa324a34fcc60e4c6a42431e9ed72f227c (commit)
      from  c37bf62d4142bed537f4944f56cb042acbb45036 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bd1f450f0a94acc94c830ae9a5b5f7c794202abd
Author: Edward Hervey <bilboed bilboed com>
Date:   Sat Feb 28 10:58:56 2009 +0100

    POTFILES: Add pitivi/ui/encodingdialog.py

commit e7539365fc6330c0f181680eae09dd2fff36e3fa
Author: Brandon Lewis <brandon_lewis berkeley edu>
Date:   Fri Feb 27 16:25:15 2009 -0800

    timeline: clamp new object position to 0 on initial drag-and-drop

commit 823882213276e0b7b6dcae696670e10ce5cd527f
Author: Brandon Lewis <brandon_lewis berkeley edu>
Date:   Fri Feb 27 16:05:49 2009 -0800

    Previewer: fix thumbnailing logic

commit 7c796f390c0bc24dede1a68f155b8962c7105a34
Author: Edward Hervey <bilboed bilboed com>
Date:   Fri Feb 27 19:02:48 2009 +0100

    More code cleanup

commit 9e0ff798ec96b19f3d72ff92d89606b079cc0af6
Author: Edward Hervey <bilboed bilboed com>
Date:   Fri Feb 27 18:45:54 2009 +0100

    Massive trailing whitespace fix

commit 7f002b94775ee83cf723460297b8a06093344ca1
Author: Edward Hervey <bilboed bilboed com>
Date:   Fri Feb 27 18:41:51 2009 +0100

    First round of cleanups

commit 8540153715de38b43f06af84a8c485ed9b7a8789
Author: Edward Hervey <bilboed bilboed com>
Date:   Fri Feb 27 18:04:04 2009 +0100

    Remove unused pitivi.timeline modules

commit bac841ffaa11244d7bfff0b66f03cfad07b2e7a0
Author: Edward Hervey <bilboed bilboed com>
Date:   Fri Feb 27 17:55:29 2009 +0100

    test_discoverer: Adapt for message changes in discoverer

commit b25435fa324a34fcc60e4c6a42431e9ed72f227c
Author: Edward Hervey <bilboed bilboed com>
Date:   Fri Feb 27 17:51:35 2009 +0100

    More conversions to new-style logging

-----------------------------------------------------------------------

Summary of changes:
 pitivi/application.py                 |    4 +-
 pitivi/discoverer.py                  |    9 +-
 pitivi/effects.py                     |    1 -
 pitivi/elements/arraysink.py          |    1 -
 pitivi/elements/imagefreeze.py        |    1 -
 pitivi/encode.py                      |    7 +-
 pitivi/plugincore.py                  |    6 +-
 pitivi/pluginmanager.py               |   15 +-
 pitivi/plumber.py                     |    2 +-
 pitivi/previewer.py                   |   61 ++--
 pitivi/project.py                     |   16 +-
 pitivi/projectsaver.py                |    1 -
 pitivi/receiver.py                    |   16 +-
 pitivi/settings.py                    |   55 ++--
 pitivi/signalgroup.py                 |   20 +-
 pitivi/signalinterface.py             |    2 +-
 pitivi/sourcelist.py                  |   10 +-
 pitivi/stream.py                      |    5 +-
 pitivi/threads.py                     |    2 -
 pitivi/timeline/Makefile.am           |    2 -
 pitivi/timeline/effects.py            |   92 -----
 pitivi/timeline/objects.py            |  591 ---------------------------------
 pitivi/timeline/timeline.py           |    2 +-
 pitivi/ui/audiofxlist.py              |    2 -
 pitivi/ui/controller.py               |   30 ++-
 pitivi/ui/defaultpropertyeditor.py    |    3 +-
 pitivi/ui/encodingdialog.py           |    3 +-
 pitivi/ui/filelisterrordialog.py      |    2 +-
 pitivi/ui/gstwidget.py                |    3 +-
 pitivi/ui/netstream_managerdialog.py  |    5 +-
 pitivi/ui/pluginmanagerdialog.py      |   30 +-
 pitivi/ui/point.py                    |   36 +-
 pitivi/ui/preview.py                  |   10 +-
 pitivi/ui/projectsettings.py          |    2 +-
 pitivi/ui/projecttabs.py              |    2 +-
 pitivi/ui/propertyeditor.py           |    3 +-
 pitivi/ui/ruler.py                    |    2 +-
 pitivi/ui/screencast_managerdialog.py |    1 -
 pitivi/ui/sourcelist.py               |   17 +-
 pitivi/ui/timeline.py                 |   17 +-
 pitivi/ui/timelinecanvas.py           |   40 ++-
 pitivi/ui/track.py                    |    2 -
 pitivi/ui/trackobject.py              |    6 +-
 pitivi/ui/videofxlist.py              |    3 -
 pitivi/ui/view.py                     |    4 +-
 pitivi/ui/viewer.py                   |    7 +-
 pitivi/ui/webcam_managerdialog.py     |    6 +-
 pitivi/ui/zoominterface.py            |    3 +-
 pitivi/utils.py                       |    3 +-
 po/POTFILES.in                        |    1 +
 tests/common.py                       |   25 --
 tests/test_discoverer.py              |    2 +-
 52 files changed, 243 insertions(+), 948 deletions(-)
 delete mode 100644 pitivi/timeline/effects.py
 delete mode 100644 pitivi/timeline/objects.py


hooks/post-receive
-- 
PiTiVi open-source video editor



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]