lp:~vanvugt/compiz/fix-1021139

Created by Daniel van Vugt and last modified
Get this branch:
bzr branch lp:~vanvugt/compiz/fix-1021139
Only Daniel van Vugt can upload to this branch. If you are Daniel van Vugt please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Daniel van Vugt
Project:
Compiz
Status:
Merged

Recent revisions

3283. By Daniel van Vugt

Fixed CompTimerTestCallback.TimerOrder failure on slow systems (like valgrind)
(LP: #1021139)

If the environment (like valgrind in ExperimentalMemCheck) is so slow that it
took more than 50ms to schedule the tests, then they would all be overdue
on startup (instead of just one of them) and the order would not be
predictable. So I spread the timers out over longer intervals and reduced
the number of repetitions to stop the new test from taking too long.

3282. By Sam Spilsbury

Add gsettings test cases and schema/path cleanups.. Fixes: . Approved by Daniel van Vugt.

3281. By soreau

Added the plug-in "Trip" converted from git to bzr (including full history) to Compiz.. Fixes: https://bugs.launchpad.net/bugs/1012213. Approved by Daniel van Vugt.

3280. By Daniel van Vugt

Don't damageScreen on window resize. It will only slow us down, especially
when using unityshell. Whatever bug we were trying to work around by calling
damageScreen seems to be gone.. Fixes: . Approved by Sam Spilsbury.

3279. By Sam Spilsbury

Added compiz_discover_tests.

gtest_add_tests is good for the basic Google Test usage, but its source
based scanning falls short in a couple of areas - namely it requires that
there be no space between TEST* and ( and it also does not work for templated
tests.

compiz_discover_tests builds a small C++ program to parse the output
of --gtest_list_tests and adds those at make-time to the CTestTestfile.cmake
in the current binary directory. This allows us to correctly introspect the test
 binary and get /all/ the tests regardless of the source file.. Fixes: . Approved by Daniel van Vugt.

3278. By Daniel van Vugt

Introduce proper logging functions for compizconfig. Get rid of those nasty
calls to D() and printf.. Fixes: . Approved by Sam Spilsbury.

3277. By MC Return

Added the plug-in "Stack Window Switcher" converted from git to bzr (including full history) to Compiz. Fixes: https://bugs.launchpad.net/bugs/1012205. Approved by Daniel van Vugt.

3276. By G. Uitslag <email address hidden>

Using the next/previous bindings the wall plugin didn't calculate correctly the next workspace when it reaches the begin or the end of a row of workspaces, so it didn't jump to the next line. (LP: #904205). Fixes: https://bugs.launchpad.net/bugs/904205. Approved by Daniel van Vugt, Sam Spilsbury.

3275. By Sam Spilsbury

Wait for the server to finish processing requests before doing a bind
(LP: #1016367). Fixes: https://bugs.launchpad.net/bugs/1016367. Approved by Daniel van Vugt.

3274. By Sam Spilsbury

Don't allow unbinds of textures kept around for animations in any case, not
just resizing. (LP: #1016366)

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