~timo-jyrinki/ubuntu/trusty/pitivi/backport_utopic_fixes

« back to all changes in this revision

Viewing changes to pitivi/ui/trackobject.py

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Bicha
  • Date: 2011-08-15 02:32:20 UTC
  • mfrom: (1.5.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110815023220-x2n5l0i4deiqn7dn
Tags: 0.14.2-0ubuntu1
* New upstream version.
  - New Mallard format help
* debian/control:
  - Add gnome-doc-utils to build-depends
  - Bump pygtk minimum to 2.24
* debian/patches/01_lpi.patch
  - Move LPI items below User Manual in Help menu
* debian/watch: Watch for 0.14.* tar.bz2

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
PreferencesDialog.addColorPreference('videoClipBg',
48
48
    section=_("Appearance"),
49
 
    label=_("Clip Background (Video)"),
 
49
    label=_("Color for video clips"),
50
50
    description=_("The background color for clips in video tracks."))
51
51
 
52
52
GlobalSettings.addConfigOption('audioClipBg',
57
57
 
58
58
PreferencesDialog.addColorPreference('audioClipBg',
59
59
    section=_("Appearance"),
60
 
    label=_("Clip Background (Audio)"),
 
60
    label=_("Color for audio clips"),
61
61
    description=_("The background color for clips in audio tracks."))
62
62
 
63
63
GlobalSettings.addConfigOption('selectedColor',
68
68
 
69
69
PreferencesDialog.addColorPreference('selectedColor',
70
70
    section=_("Appearance"),
71
 
    label=_("Selection Color"),
 
71
    label=_("Selection color"),
72
72
    description=_("Selected clips will be tinted with this color."))
73
73
 
74
74
GlobalSettings.addConfigOption('clipFontDesc',
79
79
 
80
80
PreferencesDialog.addFontPreference('clipFontDesc',
81
81
    section=_('Appearance'),
82
 
    label=_("Clip Font"),
 
82
    label=_("Clip font"),
83
83
    description=_("The font to use for clip titles"))
84
84
 
85
85
GlobalSettings.addConfigOption('clipFontColor',