lp:~sil2100/compiz/change_scale_keybinding

Created by Łukasz Zemczak and last modified
Get this branch:
bzr branch lp:~sil2100/compiz/change_scale_keybinding
Only Łukasz Zemczak can upload to this branch. If you are Łukasz Zemczak please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Łukasz Zemczak
Project:
Compiz
Status:
Development

Recent revisions

3293. By Łukasz Zemczak

Change the default keybinding for initiating the window picker for the current workspace.

As discussed with JohnLea, this should be the default keybinding and behavior. Since we are switching to gsettings, this would be useful to change, to essentially fix the broken keybindings once and for all.

3292. By Daniel van Vugt

Remove pointless code from test-timer-callbacks.cpp. Fixes: . Approved by Tim Penhey, jenkins.

3291. By Daniel van Vugt

Avoid random build failures "_intltool_update-NOTFOUND: not found"
by verifying intltool-update exists. If not, then fail cmake more cleanly
with a nice error message telling the user how to install it.
(LP: #1023742)

The truly weird part is that I've been building compiz successfully for a
long time without intltool-update installed. However we have some broken
cmake dependencies somewhere which *sometimes* make that a problem (like
with make -j2), but mostly not a problem (like make -j1).
. Fixes: https://bugs.launchpad.net/bugs/1023742. Approved by Sam Spilsbury, jenkins.

3290. By Sam Spilsbury

Generate the CTestFile.cmake using cmake itself (LP: #1024214)

It was possible on a cmake run that enable_testing () would cause
CTestFile.cmake in a subdirectory to be overwritten and tests would
disappear from ctest as the file was not regenerated (as the rule
was not rebuilt). Force regeneration of this file every time cmake
is run.. Fixes: . Approved by Daniel van Vugt.

3289. By Daniel van Vugt

Fix build failure due to invalid sed expression that would be generated
by shell expansion of ";;" to " ". (LP: #1023738). Fixes: https://bugs.launchpad.net/bugs/1023738. Approved by Sam Spilsbury.

3288. By Daniel van Vugt

Avoid severe artifacts and flickering when using LLVMpipe (LP: #1021104). Fixes: https://bugs.launchpad.net/bugs/1021104. Approved by Sam Spilsbury.

3287. By Łukasz Zemczak

Added .convert files (for gsettings-data-convert) and a migration python script (best for usage with session-migrations) for migrating some compiz settings from gconf to gsettings.. Fixes: . Approved by Daniel van Vugt.

3286. By Daniel van Vugt

Fix crash LP: #1019337 properly this time.

The original fix did not handle the case where:
    (win != NULL && xid != None && !valid_window(xid))
so would still exit with an X error.

Now we trap and handle such errors gracefully, instead of hitting the
default handler which kills gtk-window-decorator.. Fixes: https://bugs.launchpad.net/bugs/1019337. Approved by Łukasz Zemczak, jenkins.

3285. By Sam Spilsbury

Fixes CMake error when USER environment variable is not set
(LP: #1023772). Fixes: https://bugs.launchpad.net/bugs/1023772. Approved by Daniel van Vugt.

3284. By Daniel van Vugt

Add extra checks to avoid passing an invalid xid to XGetWindowProperty which
would result in fatal error: BadWindow (invalid Window parameter).
(LP: #1019337)
. Fixes: https://bugs.launchpad.net/bugs/1019337. Approved by Sam Spilsbury, jenkins.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:compiz/0.9.8
This branch contains Public information 
Everyone can see this information.

Subscribers