lp://staging/~compiz-team/compiz/compiz.fix_1006335
- Get this branch:
- bzr branch lp://staging/~compiz-team/compiz/compiz.fix_1006335
Branch merges
- Daniel van Vugt: Approve
- Compiz Maintainers: Pending requested
-
Diff: 303 lines (+98/-47)4 files modifiedsrc/privatescreen.h (+22/-2)
src/privatestackdebugger.h (+9/-4)
src/screen.cpp (+37/-30)
src/stackdebugger.cpp (+30/-11)
Related bugs
Related blueprints
Branch information
Recent revisions
- 3235. By Sam Spilsbury
-
Fetch the events directly from the Xlib queue if we don't need to
buffer them ourselves - 3233. By Sam Spilsbury
-
Don't read plugin.Initialized and test the value.
The python bindings indicate that all this does is return whether or not
the plugin is loaded, which is user-configurable and not deterministic.property Initialized:
def __get__ (self):
return bool (self.loaded) As such, we shouldn't be testing that value
(LP: #1004848)
- 3232. By Sam Spilsbury
-
libcompizconfig's install () commands were still using the old includedir and
libdir variables rather than their libcompizconfig_* variants. (LP: #1005176) - 3231. By Sam Spilsbury
-
Execute the cmake files separately to ensure that DESTDIR is respected.
(LP: #1005177)The cmake preprocessor does substitution on install (CODE) at configure time
and not install time, when DESTDIR is actually set. In order to read it
correctly, we need to execute the cmake preprocessor in the install cmake
file itself, so that DESTDIR is set when the file is preprocessed. - 3230. By Sam Spilsbury
-
Fixes warnings that happen on clang. Clang picked up a number of things by
default, including:1. Memset by the size of a pointer rather than by the struct itself
2. inline functions in header files declared only
3. needless casting (although a leaked KWinAdapter is just insane, not sure
how to fix that ..)
4. Unnecessary checks for < 0 with unsigned int
5. Member methods hiding virtual functions because they were never overridden
correclty
6. Unused isAncestorTo in decor
7. ; after if statement with block proceeding in some places
8. Incrementing a bool - 3229. By Sam Spilsbury
-
ASSERT_EQ has a NULL expectation that doesn't work on gcc 4.7 so use
EXPECT_FALSE instead
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/compiz/0.9.8