Christophe Giboudeaux
f76c40c424
Fix the -Wmissing-include-dirs warnings
2011-10-19 23:53:13 +02:00
Montel Laurent
62c5a5e276
normalize signal/slots
2011-08-17 23:51:55 +02:00
Hugo Pereira Da Costa
cfdfe9251c
git pull Revert "use QWeakPointer (and explicit deletion, if needed)
...
instead of QSharedPointer"
This reverts commit 73da3a77f2041ac3de44842a162243c036fd32f9.
CCBUG: 277925
2011-07-25 17:04:28 +02:00
Hugo Pereira Da Costa
14e876e4b6
changed animation text, for clarity.
2011-07-21 16:06:58 +02:00
Hugo Pereira Da Costa
bb769a9eb6
moved method from private to protected.
2011-07-18 12:20:58 +02:00
Hugo Pereira Da Costa
3637caf68c
minor code cleanup.
2011-07-18 10:21:17 +02:00
Hugo Pereira Da Costa
43cae07762
fixed saving of animations configuration based on expertMode().
2011-07-18 10:09:22 +02:00
Hugo Pereira Da Costa
9f12ecd91d
fix updateChanged() method.
2011-07-18 10:06:13 +02:00
Hugo Pereira Da Costa
4e7364d9df
nothing.
2011-07-18 10:06:05 +02:00
Hugo Pereira Da Costa
a6ffa920e4
implemented individual animations configuration.
2011-07-18 09:49:15 +02:00
Hugo Pereira Da Costa
92f9181db9
tabulations.
2011-07-18 07:55:17 +02:00
Hugo Pereira Da Costa
f75111622b
added animation config widget to allow individual animation configuration.
2011-07-18 07:53:41 +02:00
Hugo Pereira Da Costa
c21122c863
added necessary options to configure all type of animations individually.
2011-07-18 07:36:44 +02:00
Hugo Pereira Da Costa
6c235bbe1e
removed unused header.
2011-07-17 17:55:28 +02:00
Hugo Pereira Da Costa
31d6f0e7ac
tabulations.
2011-07-17 16:27:51 +02:00
Hugo Pereira Da Costa
0ae4d9489f
always enable window grouping, when available.
...
removed corresponding config option.
2011-07-17 16:12:30 +02:00
Hugo Pereira Da Costa
7ca4d15919
use QWeakPointer (and explicit deletion, if needed) instead of QSharedPointer
...
CCBUG: 277925
2011-07-17 15:49:16 +02:00
Hugo Pereira Da Costa
5c95478e56
removed shadowCacheMode option.
...
Default mode (variable) is what's kept.
2011-07-17 13:13:44 +02:00
Hugo Pereira Da Costa
18cdb220d7
Added "show advanced options" button.
2011-06-30 11:20:50 +02:00
Pino Toscano
339990dbae
i18n: do not extract placeholder strings
2011-06-08 21:00:49 +02:00
Hugo Pereira Da Costa
810a750d25
removed some unneeded empty lines.
2011-05-11 10:23:36 +02:00
Hugo Pereira Da Costa
b602ce9d52
fixed default tab.
2011-05-05 23:43:11 +02:00
Hugo Pereira Da Costa
c5766a5e3a
removed "shadowMode" option, since it has been obsoleted by kwin's new shadow system.
2011-05-01 11:52:22 +02:00
Hugo Pereira Da Costa
3c290e07cd
cleanup variable names.
2011-02-24 17:47:38 +01:00
Hugo Pereira Da Costa
3c5c517220
Oxygen::Config - fixed writting of shadowMode.
2011-02-24 08:24:00 +01:00
Hugo Pereira Da Costa
98b415db93
Oxygen::Config - Fixed saving of ShadowCacheMode.
2011-02-24 08:22:49 +01:00
Hugo Pereira Da Costa
2099e9dab0
moved Oxygen::ShadowCache and Oxygen::ShadowConfiguration from kwin/clients/oxygen to libs/oxygen
...
This is necessary to implement client-side shadows (for menus and drop-down lists)
2011-02-23 10:04:00 +01:00
Hugo Pereira Da Costa
71d4bdd45d
added dbus signal+connection to update shadows on fly in demo.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1217941
2011-01-29 18:33:01 +00:00
Hugo Pereira Da Costa
5a41506500
Fixed typo on saving offsets.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1217908
2011-01-29 14:55:14 +00:00
Hugo Pereira Da Costa
6bfb3dacfe
Added (still unused) option to center title on full window width.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1209927
2010-12-28 15:14:18 +00:00
Hugo Pereira Da Costa
78a00006b9
QCombobox -> KComboBox (krazy)
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1208712
2010-12-22 22:30:33 +00:00
Hugo Pereira Da Costa
fd4c9ce6a7
use ShadowConfiguration::write() to write config to file.
...
Do not write options which have default value.
This is consistent with what kconfigskeleton does.
svn path=/trunk/KDE/kdebase/workspace/; revision=1208709
2010-12-22 22:24:09 +00:00
Hugo Pereira Da Costa
8f1c262c40
use Configuration::write to write config from UI.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1208700
2010-12-22 22:08:15 +00:00
Hugo Pereira Da Costa
e43eff9792
Added "Follow Style Hint" setting to the "fine tuning->background style" option
...
When selected, the decoration looks for a WM Hint set by the style, to decide whether or not it
should draw a gradient in the background.
svn path=/trunk/KDE/kdebase/workspace/; revision=1208665
2010-12-22 19:23:46 +00:00
Hugo Pereira Da Costa
ffb9a588b2
removed unused variable.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1195627
2010-11-11 16:38:17 +00:00
Hugo Pereira Da Costa
6a7368175b
re-ordered option loading
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1195626
2010-11-11 16:37:52 +00:00
Hugo Pereira Da Costa
881a43a191
Changed 'drawSeparator' boolean value into a combobox, for which 3 choices are available:
...
- never draw separator
- draw separator when window is active
- always draw separator.
This is usefull for e.g. firefox, when a flat background is used, in which case one might
want the separator to always be enabled.
svn path=/trunk/KDE/kdebase/workspace/; revision=1182027
2010-10-03 02:22:56 +00:00
Hugo Pereira Da Costa
d4d985b30d
Fixed indentation.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1174511
2010-09-12 18:05:24 +00:00
Hugo Pereira Da Costa
dd003d527f
moved sizeGripMode option to expert mode only.
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1167843
2010-08-25 13:09:59 +00:00
Hugo Pereira Da Costa
a11fe5349b
added missing include directory
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1153670
2010-07-23 18:20:31 +00:00
Hugo Pereira Da Costa
6ef58dcfc9
Moved oxygenitemmodel and listmodel to libs.
...
Code clean-up.
svn path=/trunk/KDE/kdebase/workspace/; revision=1153665
2010-07-23 18:05:09 +00:00
Hugo Pereira Da Costa
2e1ed41e69
moved shadow mode to expert configuration only, because kwin shadow pluggin does not work well with oxygen
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1136155
2010-06-09 04:01:57 +00:00
Hugo Pereira Da Costa
07dc7a0fff
Fixed outer color chooser enable state depending of parent state and
...
checkbox.
svn path=/trunk/KDE/kdebase/workspace/; revision=1134693
2010-06-05 00:41:07 +00:00
Ignat Semenov
28deb24ee0
Remove unnecessary calls to showButtonSeparator(false)
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1130888
2010-05-26 17:51:27 +00:00
Hugo Pereira Da Costa
f688c338fc
moved buddy calls to ui files
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1130079
2010-05-24 11:53:17 +00:00
Hugo Pereira Da Costa
e2083ed8fc
added missing setBuddy calls
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1130072
2010-05-24 11:35:17 +00:00
Hugo Pereira Da Costa
7df53b2623
moved ui files to dedicated directory
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1130071
2010-05-24 11:30:09 +00:00
Hugo Pereira Da Costa
06250b234d
added intermediate size for buttons
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1126882
2010-05-15 06:22:46 +00:00
Hugo Pereira Da Costa
aff64607bf
fixed shadow configuration updateChanged handling
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1124750
2010-05-10 02:19:52 +00:00
Hugo Pereira Da Costa
4e8a63f51d
added missing connection between shadowCacheMode and configChanged
...
svn path=/trunk/KDE/kdebase/workspace/; revision=1124749
2010-05-10 02:06:45 +00:00