lp://qastaging/~mc-return/compiz/compiz.merge-fix1173914-low-res-non-power-of-2-icon-texture-res
- Get this branch:
- bzr branch lp://qastaging/~mc-return/compiz/compiz.merge-fix1173914-low-res-non-power-of-2-icon-texture-res
Branch merges
- PS Jenkins bot (community): Approve (continuous-integration)
- Sam Spilsbury: Approve
- MC Return: Needs Information
-
Diff: 135 lines (+13/-11)9 files modifiedplugins/compiztoolbox/include/compiztoolbox/compiztoolbox.h (+1/-1)
plugins/compiztoolbox/src/compiztoolbox.cpp (+2/-2)
plugins/kdecompat/src/kdecompat.cpp (+1/-1)
plugins/ring/src/ring.cpp (+2/-2)
plugins/scale/src/scale.cpp (+1/-1)
plugins/shift/src/shift.cpp (+1/-1)
plugins/stackswitch/src/stackswitch.cpp (+2/-2)
plugins/staticswitcher/src/staticswitcher.cpp (+2/-0)
plugins/staticswitcher/src/staticswitcher.h (+1/-1)
Related bugs
Bug #1173914: Compiz uses low-resolution, non-power-of-2 icon texture sizes | Medium | Fix Released |
Related blueprints
Recent revisions
- 3691. By MC Return
-
Static Switcher:
Replaced #define of MAX_ICON_SIZE with type-safe extern const unsigned short and
set the icon resolution to 512 as wellCompiztoolbox:
Changed the type of MAX_ICON_SIZE from const unsigned int to const unsigned short
- 3685. By MC Return
-
Ring, Shift and Stack Window Switcher:
Increased the non-power-of-2 icon texture resolution from 96x96 to 256x256 pixels,
in the case of the ring switcher from 64 to 256Compiztoolbox:
Increased the non-power-of-2 icon texture resolution const unsigned short ICON_SIZE
from 48 to 256 and const unsigned short MAX_ICON_SIZE from 256 to 512 - 3684. By MC Return
-
Ring Switcher .xml cleanup:
Better description of the "Ring Switcher".
Uppercase for titles.
More precise names for the tabs.
Improved tooltip wording and descriptions.
Changed the order of options in "General Options" tab:
"Ring Windows" and "Overlay Icon" options are now on top.No settings have been changed.
Approved by PS Jenkins bot, Sam Spilsbury.
- 3683. By MC Return
-
Stack Window Switcher (stackswitch):
Declaration and assignment of local variables in one line.
Merged if condition checks.
Use prefix de- and increments.
Removed redundant brackets.
Fixed indentation.Note:
stackswitch is still excluded from compilation, because
it has not been ported to the new GLES-compatible modern
post-r3320 Compiz codebase yet, so this cannot really be
tested at the moment (except in Compiz pre-r3320).Nevertheless this MP is needed to reduce the diff size
for the GLES port of this plugin, which will follow soon.Approved by PS Jenkins bot, Sam Spilsbury.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/compiz/0.9.10