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

« back to all changes in this revision

Viewing changes to data/unitytweak.ui

  • Committer: Package Import Robot
  • Author(s): Barneedhar Vigneshwar, J Phani Mahesh, Barneedhar Vigneshwar
  • Date: 2013-09-16 19:34:38 UTC
  • Revision ID: package-import@ubuntu.com-20130916193438-dw14bzxkohvxub2y
Tags: 0.0.5
[ J Phani Mahesh ]
* New upstream release (LP: #1226059)
  - New application icon 
  - Show error dialog when schemas are missing instead of crashing
  - Trigger new build of pot files
* UnityTweakTool/section/unity.py
  - Fix Show recently used and more suggestions in dash search (LP: #1166294)
  - Fix Launcher reveal sensitivity scale update issues (LP: #1168863)
* UnityTweakTool/elements/colorchooser.py
  - Fix TypeError in get_rgba() (LP: #1165627)
  - Fix segmentation fault on selecting custom launcher (LP: #1190398)
* UnityTweakTool/elements/option.py
  - Fix "Restore defaults" button (LP: #1186634)
* UnityTweakTool/__init__.py  
  - Fix unity-tweak-tool crashed with dbus.exceptions.DBusException in
  call_blocking() (LP: #1168738)
  - Fix FileNotFoundError (LP: #1225463)
  - Fix dbus.exceptions.DBusException (LP: #1170571)
* data/unity.ui
  - Remove Panel transparency switch (LP: #1168836)
  - Remove Launcher transparency switch (LP: #1168834)

[ Barneedhar Vigneshwar ]
* UnityTweakTool/section/unity.py
  - Fix 'Can't set background blur to static' (LP: #1167343)
  - Fix non-working Launcher only on primary desktop (LP: #1173977)
* UnityTweakTool/section/sphagetti/compiz.py
  - Fix TypeError in color_to_hash() (LP: #1166884)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    <property name="hide_if_empty">False</property>
6
6
    <property name="always_show_image">True</property>
7
7
  </object>
8
 
  <object class="GtkImage" id="image_overview">
9
 
    <property name="visible">True</property>
10
 
    <property name="can_focus">False</property>
11
 
    <property name="icon_name">unity-tweak-tool-overview-symbolic</property>
12
 
  </object>
13
8
  <object class="GtkImage" id="image_menu_compiz_settings">
14
9
    <property name="visible">True</property>
15
10
    <property name="can_focus">False</property>
16
 
    <property name="stock">gtk-missing-image</property>
 
11
    <property name="pixel_size">16</property>
 
12
    <property name="icon_name">unity-tweak-tool-wm-symbolic</property>
17
13
  </object>
18
14
  <object class="GtkImage" id="image_menu_desktop_settings">
19
15
    <property name="visible">True</property>
20
16
    <property name="can_focus">False</property>
21
 
    <property name="stock">gtk-missing-image</property>
 
17
    <property name="pixel_size">16</property>
 
18
    <property name="icon_name">unity-tweak-tool-system-symbolic</property>
22
19
  </object>
23
20
  <object class="GtkImage" id="image_menu_theme_settings">
24
21
    <property name="visible">True</property>
25
22
    <property name="can_focus">False</property>
26
23
    <property name="xalign">0.49000000953674316</property>
27
 
    <property name="stock">gtk-missing-image</property>
 
24
    <property name="pixel_size">16</property>
 
25
    <property name="icon_name">unity-tweak-tool-appearance-symbolic</property>
28
26
  </object>
29
27
  <object class="GtkImage" id="image_menu_unity_settings">
30
28
    <property name="visible">True</property>
31
29
    <property name="can_focus">False</property>
 
30
    <property name="pixel_size">16</property>
 
31
    <property name="icon_name">unity-tweak-tool-unity-symbolic</property>
 
32
  </object>
 
33
  <object class="GtkImage" id="image_overview">
 
34
    <property name="visible">True</property>
 
35
    <property name="can_focus">False</property>
 
36
    <property name="pixel_size">24</property>
 
37
    <property name="icon_name">unity-tweak-tool-overview-symbolic</property>
32
38
  </object>
33
39
  <object class="GtkWindow" id="unitytweak_main">
34
40
    <property name="can_focus">False</property>
348
354
          <object class="GtkToolbar" id="toolbar_main">
349
355
            <property name="visible">True</property>
350
356
            <property name="can_focus">False</property>
 
357
            <property name="toolbar_style">both</property>
351
358
            <property name="show_arrow">False</property>
352
359
            <style>
353
360
              <class name="primary-toolbar"/>