~ubuntu-branches/ubuntu/quantal/compiz/quantal

« back to all changes in this revision

Viewing changes to postinst/convert-files/compiz-profile-independent-keys.convert

  • Committer: Package Import Robot
  • Author(s): Didier Roche, Sam Spilsbury, Timo Jyrinki, Didier Roche
  • Date: 2012-09-20 17:39:05 UTC
  • mfrom: (3275.1.32 ubuntu)
  • Revision ID: package-import@ubuntu.com-20120920173905-4k49mzvpywpjl6qa
Tags: 1:0.9.8.2+bzr3377-0ubuntu1
[ Sam Spilsbury ]
* debian/python-compizconfig.install
  - Install compizconfig-python.pc
* debian/patches/100_expo_layout.patch
  - re-add the expo layout that used to be in precise (LP: #1047067)
  - add some testcases

[ Timo Jyrinki ]
* New upstream snapshot.
  - Fix multiple window placement bugs (LP: #974242) (LP: #976032)
  - Don't waste CPU looping through and looking at all the windows if you're
    rendering an output that has no damage on it. (LP: #1014986)
  - Updated convert files to fix some typos in the key names. (LP: #1041631)
  - Fix crash when imgsvg is loaded, due to missing symbol
    (decor_apply_gravity from libdecoration). (LP: #956986)
  - Treat unresolved symbols at link time as an error, rather than letting
    them through and cause strange crashes later. (LP: #1043143)
  - Refactors a little bit of the upgrade code and gets it under test to
    prepare to fix (LP: #1042537)
  - Updated AUTHORS from the full bzr log, and re-sort the list.
    (LP: #1042095)
  - Fixes FTBFS for kde4-window-decorator (LP: #1041310)
  - Fix obvious omissions from the introduction of unminimize_*,
    which were causing the unminimize animation settings to be ignored
    (LP: #1040455)
  - resize plugin: don't crash if resize wasn't initiated externally
    (LP: #1045191)
  - Clean up capitalization (LP: #1045652)
  - Avoid division by zero, if plugins try to deform a window down to size
    zero. (LP: #1045235)
  - Make "Unredirect Fullscreen Windows" more reliable. This fixes the
    problem with unredirection failing to engage at all (LP: #1041066) when
    gtk-window-decorator creates offscreen windows that are stacked on top.
    This also fixes the problem with unredirect hiding all windows,
    because it thinks the desktop window should be stacked on top
    (LP: #980663).
  - Ensure unredirected windows don't stay unredirected if they're no longer
    on top. (LP: #1041047)
  - Fix launching terminal functionality and make show-hud default key 
    visible. Update the defaults to org.compiz.integrated to reflect the
    actual gnome values pre-gnome-3. (LP: #1040081) (LP: #1046199) 
    (LP: #1046190)
  - Fix show-hud, bump COMPIZ_GNOME_INTEGRATED_SETTINGS_LIST_SIZE.
    (LP: #1046212)
  - Fixed: Windows with an alpha-channel, like gnome-terminal, were not
    being considered as possibly covering fullscreen windows. But they most
    certainly can. This ensures such RGBA windows are visible if they're 
    stacked above a fullscreen window. (LP: #1046661)
  - Remove ListToStringList (LP: #1046184)
  - Fix typo causing CMake Error (LP: #1045665)
  - Transitions gtk-window-decorator over to use GSettings. Add a testing 
    framework for the options code. (LP: #1042323)
  - Also need kdeworkspace since kdecorationbridge.h is there
    (LP: #1046770)
  - Implements some cleanup that was suggested on the merge for the original
    port to gsettings. Other issues fixed as well. (LP: #1042323)
  - Fix the case where a new gsettings schema got added for building but
    it wasn't recompiled locally (LP: #1046701)
  - Scale: select the window under the pointer, when the scale animation 
    is over. (LP: #1045127)
  - Fixes the some "Use of uninitialised value" warnings reported by
    valgrind (LP: #1004336))
  - Check if org.gnome.mutter is available before using it (LP: #1048551)
  - We don't need to map our style windows, prevent them from cluttering 
    up the paint queue (LP: #1042552)
  - Migrate profile independent keys separately from the profile 
    dependent keys (LP: #1046190)
  - Don't ever enter the subdir of a plugin that is disabled. (LP: #1049100)
  - Workaround SubBuffer performance regression (LP: #1037411)
  - Changed the default placement of the benchmark window from 0,0 to
    100,50. (LP: #1039406)
  - Ensure window decorations always get rendered after the window, not
    before. This is how it was in compiz 0.9.7, and is required in order 
    to resolve unity panel shadow (LP: #1050704)
  - Fix CMakeLists.txt to bring an xslt file back to compiz-dev
  - Avoid a NULL dereference and give a useful error message instead
    (LP: #944653)
  - Fix (LP: #1050752)
  - Check that pixmaps which aren't managed by us actually exist before
    binding. (LP: #927168)
  - Fix flickering and performance problems with using Unredirect Fullscreen 
    Windows with multiple monitors. (LP: #1050749) (LP: #1051885)
* debian/compiz-dev.install
  - Remove compizconfig-python.pc, now in python-compizconfig.install
* Drop dependency on libgconf2-dev, add gconf2 dependency to the 
  transitional package for migrations
* Add -DUSE_GCONF=OFF to debian/rules
* debian/libdecoration0.symbols
  - Add decor_shadow_options_cmp
* Cherry-pick fixes from trunk:
  - Fix FTBFS with BUILD_GLES
* Restore 'Glide 2' unminimize animation via override

[ Didier Roche ]
* debian/libdecoration0.symbols:
  - update the symbols file
* add and cherry-pick missing ABI breakage bump

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[org.compiz.integrated]
 
2
run-command-terminal = /apps/metacity/global_keybindings/run_command_terminal
 
3
run-command-screenshot = /apps/metacity/global_keybindings/run_command_screenshot
 
4
run-command-window-screenshot = /apps/metacity/global_keybindings/run_command_window_screenshot
 
5
panel-run-dialog = /apps/metacity/global_keybindings/panel_run_dialog
 
6
panel-main-menu = /apps/metacity/global_keybindings/panel_main_menu
 
7
 
 
8
 
 
9
[org.gnome.desktop.wm.keybindings]
 
10
move-to-workspace-1 = /apps/metacity/window_keybindings/move_to_workspace_1
 
11
move-to-workspace-2 = /apps/metacity/window_keybindings/move_to_workspace_2
 
12
move-to-workspace-3 = /apps/metacity/window_keybindings/move_to_workspace_3
 
13
move-to-workspace-4 = /apps/metacity/window_keybindings/move_to_workspace_4
 
14
move-to-workspace-5 = /apps/metacity/window_keybindings/move_to_workspace_5
 
15
move-to-workspace-6 = /apps/metacity/window_keybindings/move_to_workspace_6
 
16
move-to-workspace-7 = /apps/metacity/window_keybindings/move_to_workspace_7
 
17
move-to-workspace-8 = /apps/metacity/window_keybindings/move_to_workspace_8
 
18
move-to-workspace-9 = /apps/metacity/window_keybindings/move_to_workspace_9
 
19
move-to-workspace-10 = /apps/metacity/window_keybindings/move_to_workspace_10
 
20
move-to-workspace-11 = /apps/metacity/window_keybindings/move_to_workspace_11
 
21
move-to-workspace-12 = /apps/metacity/window_keybindings/move_to_workspace_12
 
22
move-to-workspace-left = /apps/metacity/window_keybindings/move_to_workspace_left
 
23
move-to-workspace-right = /apps/metacity/window_keybindings/move_to_workspace_right
 
24
move-to-workspace-up = /apps/metacity/window_keybindings/move_to_workspace_up
 
25
move-to-workspace-down = /apps/metacity/window_keybindings/move_to_workspace_down
 
26
switch-windows = /apps/metacity/global_keybindings/switch_windows
 
27
switch-group = /apps/metacity/global_keybindings/switch_group
 
28
show-desktop = /apps/metacity/global_keybindings/show_desktop
 
29
switch-to-workspace-1 = /apps/metacity/global_keybindings/switch_to_workspace_1
 
30
switch-to-workspace-2 = /apps/metacity/global_keybindings/switch_to_workspace_2
 
31
switch-to-workspace-3 = /apps/metacity/global_keybindings/switch_to_workspace_3
 
32
switch-to-workspace-4 = /apps/metacity/global_keybindings/switch_to_workspace_4
 
33
switch-to-workspace-5 = /apps/metacity/global_keybindings/switch_to_workspace_5
 
34
switch-to-workspace-6 = /apps/metacity/global_keybindings/switch_to_workspace_6
 
35
switch-to-workspace-7 = /apps/metacity/global_keybindings/switch_to_workspace_7
 
36
switch-to-workspace-8 = /apps/metacity/global_keybindings/switch_to_workspace_8
 
37
switch-to-workspace-9 = /apps/metacity/global_keybindings/switch_to_workspace_9
 
38
switch-to-workspace-10 = /apps/metacity/global_keybindings/switch_to_workspace_10
 
39
switch-to-workspace-11 = /apps/metacity/global_keybindings/switch_to_workspace_11
 
40
switch-to-workspace-12 = /apps/metacity/global_keybindings/switch_to_workspace_12
 
41
switch-to-workspace-left = /apps/metacity/global_keybindings/switch_to_workspace_left
 
42
switch-to-workspace-right = /apps/metacity/global_keybindings/switch_to_workspace_right
 
43
switch-to-workspace-up = /apps/metacity/global_keybindings/switch_to_workspace_up
 
44
switch-to-workspace-down = /apps/metacity/global_keybindings/switch_to_workspace_down
 
45
activate-window-menu = /apps/metacity/window_keybindings/activate_window_menu
 
46
toggle-fullscreen = /apps/metacity/window_keybindings/toggle_fullscreen
 
47
toggle-maximized = /apps/metacity/window_keybindings/toggle_maximized
 
48
maximize = /apps/metacity/window_keybindings/maximize
 
49
unmaximize = /apps/metacity/window_keybindings/unmaximize
 
50
toggle-shaded = /apps/metacity/window_keybindings/toggle_shaded
 
51
close = /apps/metacity/window_keybindings/close
 
52
minimize = /apps/metacity/window_keybindings/minimize
 
53
begin-move = /apps/metacity/window_keybindings/begin_move
 
54
begin-resize = /apps/metacity/window_keybindings/begin_resize
 
55
raise = /apps/metacity/window_keybindings/raise
 
56
lower = /apps/metacity/window_keybindings/lower
 
57
maximize-vertically = /apps/metacity/window_keybindings/maximize_vertically
 
58
maximize-horizontally = /apps/metacity/window_keybindings/maximize_horizontally
 
59