pitivi r1250 - in trunk: . pitivi/ui
- From: edwardrv svn gnome org
- To: svn-commits-list gnome org
- Subject: pitivi r1250 - in trunk: . pitivi/ui
- Date: Wed, 17 Sep 2008 17:23:57 +0000 (UTC)
Author: edwardrv
Date: Wed Sep 17 17:23:57 2008
New Revision: 1250
URL: http://svn.gnome.org/viewvc/pitivi?rev=1250&view=rev
Log:
* pitivi/ui/mainwindow.py:
Make the advanced timeline the default one.
This is a trial, the code for the simple timeline is still
present.
Modified:
trunk/ChangeLog
trunk/pitivi/ui/mainwindow.py
Modified: trunk/pitivi/ui/mainwindow.py
==============================================================================
--- trunk/pitivi/ui/mainwindow.py (original)
+++ trunk/pitivi/ui/mainwindow.py Wed Sep 17 17:23:57 2008
@@ -178,7 +178,7 @@
self.toggleactions = [
("AdvancedView", 'pitivi-advanced-mode', _("Advanced vie_w"),
- None, _("Switch to advanced view"), self._advancedViewCb),
+ None, _("Switch to advanced view"), self._advancedViewCb, True),
("FullScreen", gtk.STOCK_FULLSCREEN, None, None,
_("View the main window on the whole screen"), self._fullScreenCb)
]
@@ -206,7 +206,7 @@
action.set_sensitive(False)
else:
action.set_sensitive(False)
-
+
self.uimanager = instance.PiTiVi.uimanager
self.add_accel_group(self.uimanager.get_accel_group())
self.uimanager.insert_action_group(self.actiongroup, 0)
@@ -237,10 +237,8 @@
vbox.pack_start(vpaned)
self.timeline = TimelineWidget()
- self.timeline.showSimpleView()
- # I honestly think it looks better without the frame
- # timelineframe = gtk.Frame()
- # timelineframe.add(self.timeline)
+ self.timeline.showComplexView()
+
vpaned.pack2(self.timeline, resize=False, shrink=True)
hpaned = gtk.HPaned()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]