kwin/clients/aurorae
Nick Shaforostoff 3a8d7d866a optimize string operations
-use qstringliteral only when necessary (i.e. not in concat or comparison)
-use qbytearray instead of qstring when dealing with latin1 input and output (glplatform)
-use qstringref to extract numbers from strings (glplatform)
-define qt_use_qstringbuilder to optimize all string concatenations
-anidata: use ctor init lists, add windowType member initialization

REVIEW: 125933
2015-11-05 14:14:06 +00:00
..
src optimize string operations 2015-11-05 14:14:06 +00:00
themes [aurorae] Fix state changes for maximize/restore button in plastik theme 2015-11-02 10:06:23 +01:00
AUTHORS
CMakeLists.txt [aurorae] Drop project from CMakeLists.txt 2014-08-21 13:24:25 +02:00
README
theme-description
TODO

Aurorae is a themeable window decoration for KWin.

It supports theme files consisting of several SVG files for decoration and buttons. Themes can be
installed and selected directly in the configuration module of KWin decorations.

Please have a look at theme-description on how to write a theme file.