lp://staging/~mc-return/compiz/compiz.merge-plugin-animationjc
- Get this branch:
- bzr branch lp://staging/~mc-return/compiz/compiz.merge-plugin-animationjc
Branch merges
- Daniel van Vugt: Pending requested
- Sam Spilsbury: Pending requested
-
Diff: 1369 lines (+1311/-0)11 files modifiedplugins/animationjc/CMakeLists.txt (+7/-0)
plugins/animationjc/animationjc.xml.in (+154/-0)
plugins/animationjc/compiz-animationjc.pc.in (+12/-0)
plugins/animationjc/include/animationjc/animationjc.h (+343/-0)
plugins/animationjc/src/animationjc.cpp (+145/-0)
plugins/animationjc/src/blackhole.cpp (+79/-0)
plugins/animationjc/src/flicker.cpp (+96/-0)
plugins/animationjc/src/ghost.cpp (+98/-0)
plugins/animationjc/src/popcorn.cpp (+60/-0)
plugins/animationjc/src/private.h (+232/-0)
plugins/animationjc/src/raindrop.cpp (+85/-0)
- Daniel van Vugt: Needs Fixing
- Sam Spilsbury: Pending requested
-
Diff: 1369 lines (+1311/-0)11 files modifiedplugins/animationjc/CMakeLists.txt (+7/-0)
plugins/animationjc/animationjc.xml.in (+154/-0)
plugins/animationjc/compiz-animationjc.pc.in (+12/-0)
plugins/animationjc/include/animationjc/animationjc.h (+343/-0)
plugins/animationjc/src/animationjc.cpp (+145/-0)
plugins/animationjc/src/blackhole.cpp (+79/-0)
plugins/animationjc/src/flicker.cpp (+96/-0)
plugins/animationjc/src/ghost.cpp (+98/-0)
plugins/animationjc/src/popcorn.cpp (+60/-0)
plugins/animationjc/src/private.h (+232/-0)
plugins/animationjc/src/raindrop.cpp (+85/-0)
Related bugs
Related blueprints
Recent revisions
- 3254. By MC Return
-
Fixed [-Werror=
maybe-uninitial ized] compiler warning for the float 'displacement' - 3252. By MC Return
-
Added missing PLUGINDEPS composite and opengl to CMakeLists.txt to fix compilation
- 3250. By MC Return
-
Added the unsupported, but fully working plug-in "animationjc" converted from git to bzr (including history) to Compiz 0.9.8.
- 3248. By MC Return <mcr2010@mcr2010-HP-Compaq-dc7700-Convertible-Minitower>
-
Added the unsupported, but fully working plug-in "workspacenames" converted from git to bzr (including history) to Compiz 0.9.8.
Merge lp:~mc-return/compiz/compiz.merge-plugin-workspacenames
- 3247. By Daniel van Vugt
-
Remove dead code: availablePlugins() and *ListPlugins()
availablePlugins is unused except by dbus, and flawed by designed. It makes
no sense to have a function that claims to return the list of available
plugins, when that list is not complete. You could easily load other plugins
from LD_LIBRARY_PATH that availablePlugins doesn't know about. And you could
add or remove plugin binaries at runtime which would also invalidate what
availablePlugins knows. ListPlugins was only used by availablePlugins.If you want a list of known plugins, call CompPlugin:
:getPlugins( ) instead. - 3246. By Daniel van Vugt
-
Fall back to a refresh rate that is more likely to look correct; 60Hz.
(LP: #1009338)The fallback is still only used if sync-to-vblank is not available (disabled
in the driver) AND if xrandr doesn't provide a refresh rate. - 3245. By Daniel van Vugt
-
Benchmark plugin should consume its key binding, and not pass the key to
the underlying window. (LP: #1009320)
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