~ubuntu-branches/ubuntu/saucy/unity-tweak-tool/saucy-proposed

« back to all changes in this revision

Viewing changes to data/about.ui

  • Committer: Package Import Robot
  • Author(s): Barneedhar Vigneshwar, Barneedhar Vigneshwar, J Phani Mahesh, Sam Hewitt
  • Date: 2013-04-05 23:05:49 UTC
  • Revision ID: package-import@ubuntu.com-20130405230549-tizel3514r09ke7l
Tags: 0.0.4
[ Barneedhar Vigneshwar ]
* New upstream release (LP: #1165141)
* data/windowmanager.ui
  - Fix missing signal in the auto-raise switch (LP: #1160782)
* UnityTweakTool/section/sphagetti/theme.py
  - Fix KeyError when fetching window themes (LP: #1146122)
* UnityTweakTool/section/unity.py
  - Fix show-desktop switch (LP: #1156266)
  - Fix 'switch between workspace' switch (LP: #1156236)

[ J Phani Mahesh ]
* debian/source_unity-tweak-tool.py  
  - Update Apport hook to file crash bugs against the package by default
* setup.py
  - Install translated pot files
* unity-tweak-tool
  - Fixed and renamed -r parameter to --reset-unity in the wrapper
* UnityTweakTool/__init__.py
  - Prevent multiple instances using dbus
* UnityTweakTool/elements/radio.py
  - Fix AssertionError in __init__() (LP: #1156201)
  - Fix AssertionError due to missing overlay-scrollbar package (LP: #1156337)
* UnityTweakTool/section/sphagetti/compiz.py
  - Fix resetting transparency values (LP: #1099067)
* UnityTweakTool/section/sphagetti/unity.py
  - Fix AttributeError in refresh(): 'NoneType' object has no attribute 'get_boolean' (LP: #1155331)

[Sam Hewitt]
* debian/control
  - Added dependency on python3-cairo (LP: #1156789)
* UnityTweakTool/section/sphagetti/unity.py
  - Fixed unresponsive 'battery-life' switch (LP: #1129262)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    <property name="default_width">70</property>
9
9
    <property name="type_hint">dialog</property>
10
10
    <property name="program_name">Unity Tweak Tool</property>
11
 
    <property name="version">0.0.3</property>
 
11
    <property name="version">0.0.4</property>
12
12
    <property name="copyright" translatable="yes">Copyright © 2013 Freyja Development team</property>
13
13
    <property name="comments" translatable="yes">Unity Tweak Tool is a settings manager intended to be used with Ubuntu Unity.</property>
14
14
    <property name="website">https://launchpad.net/unity-tweak-tool</property>