Thomas Lübking
27fa5e8a99
introduce KDecorationPlugins::canLoad()
...
so we don't mess up our plugins on reload
also invoke it by loadPlugin()
and fix some KLibrary memleaks
REVIEW: 105499
BUG: 303247
2012-07-22 11:16:15 +02:00
Script Kiddy
88710b0f60
SVN_SILENT made messages (.desktop file)
2012-07-19 10:14:19 +02:00
Script Kiddy
6c572929d8
SVN_SILENT made messages (.desktop file)
2012-07-18 10:04:35 +02:00
Thomas Lübking
bcbd7181f1
don't load incompatible deco plugins in kcm
...
... and prevent accessing them in addition
shall fix crash Martin documented in
http://git.reviewboard.kde.org/r/105021/
REVIEW: 105379
2012-07-05 19:43:45 +02:00
Script Kiddy
836c2b41b3
SVN_SILENT made messages (.desktop file)
2012-06-20 11:19:37 +02:00
Script Kiddy
50dea703ca
SVN_SILENT made messages (.desktop file)
2012-06-19 17:46:37 +02:00
Script Kiddy
bbbe9d6956
SVN_SILENT made messages (.desktop file)
2012-06-16 12:19:39 +02:00
Script Kiddy
953d088b6a
SVN_SILENT made messages (.desktop file)
2012-06-12 17:07:51 +02:00
Thomas Lübking
3f30a7d6fb
enable keyboard navigation for qml deco kcm
...
REVIEW: 105169
2012-06-09 12:02:59 +02:00
Thomas Lübking
49416992e2
sanitize preview generation starting row
...
REVIEW: 105170
2012-06-07 18:24:28 +02:00
Thomas Lübking
fd694c5bac
Make decoration kcm more responsive
...
REVIEW: 105021
2012-06-07 12:37:43 +02:00
Thomas Lübking
52caeffe22
get rid of hardcoded qml ui elements
...
REVIEW: 105018
CCBUG: 291612
2012-06-07 12:37:32 +02:00
Script Kiddy
62211420c7
SVN_SILENT made messages (.desktop file)
2012-05-28 11:08:19 +02:00
Martin Gräßlin
98feb9dd3b
Ensure scrollbar does not overshoot decoration list
...
Stop at bounds while flicking to have a list which behaves in a
natural way on the desktop and ensure that the scrollbar
handles cannot overshoot the list.
2012-05-22 18:29:18 +02:00
Martin Gräßlin
38c1e721dc
Set maximum highlight move duration in kcm decoration
...
Ensures that animation finishes after a reasonable amount of
time and does not follow the default 400 pixels/second.
2012-05-22 18:29:18 +02:00
Martin Gräßlin
26ff05b4bd
Export highlight color as context property to decoration list
...
Ensures that decoration list uses the defined highlight color
instead of hardcoded value.
2012-05-22 18:29:17 +02:00
Thomas Lübking
85635dd485
fix tabbing
...
BUG: 290959
BUG: 265160
BUG: 229292
BUG: 238279
BUG: 290758
BUG: 222831
BUG: 278275
BUG: 245747
BUG: 230000
BUG: 253697
BUG: 230570
BUG: 265977
BUG: 225337
BUG: 225339
REVIEW: 103855
2012-02-11 16:30:22 +01:00
Thomas Lübking
bf88ec09ac
Revert "fix tabbing"
...
pushed out of branch, not master - leading to absent revision, found hash collision??
This reverts commit 94b2ad7b85801e37e2df4671cdc4f26b6d7e5506.
2012-02-11 16:29:14 +01:00
Thomas Lübking
d245035a17
fix tabbing
...
BUG: 290959
BUG: 265160
BUG: 229292
BUG: 238279
BUG: 290758
BUG: 222831
BUG: 278275
BUG: 245747
BUG: 230000
BUG: 253697
BUG: 230570
BUG: 265977
BUG: 225337
BUG: 225339
REVIEW: 103855
2012-02-11 16:01:41 +01:00
Script Kiddy
5fde665578
SVN_SILENT made messages (.desktop file)
2012-01-31 16:24:28 +01:00
Script Kiddy
6750f8907e
SVN_SILENT made messages (.desktop file)
2012-01-30 11:46:01 +01:00
Martin Gräßlin
f14b2572bf
Improve generation of previews code
...
The layout text is only required for native decorations.
2012-01-27 11:21:30 +01:00
Marco Martin
47535d561b
Merge branch 'KDE/4.8'
2012-01-20 16:31:32 +01:00
Martin Gräßlin
1e231624cc
Add an oxygen styled scrollbar in decoration list
...
Thanks to Nuno for providing the QML based scrollbar. Obviously
this does not improve the consistency with other widget styles, so
a proper solution is still required.
BUG: 291612
2012-01-20 11:11:45 +01:00
Script Kiddy
87745d696d
SVN_SILENT made messages (.desktop file)
2012-01-18 08:58:45 +01:00
Jacopo De Simoi
2dfb061743
Merge branch 'KDE/4.8'
2012-01-16 14:42:11 -05:00
Script Kiddy
ceffa4c1ff
SVN_SILENT made messages (.desktop file)
2012-01-16 09:33:48 +01:00
Martin Gräßlin
1f07877adb
Move AuroraePreview into a Loader
...
Makes performance of list a little bit better.
2012-01-13 18:08:46 +01:00
Martin Gräßlin
afae882ba4
Adding scrollbar to list view
2012-01-13 18:08:46 +01:00
Martin Gräßlin
a1bee6f8a7
Proper button handling in Aurorae QML
...
Buttons are exported as a global "options" in the factory.
Additionally the theme's buttons are also exported. The thme decided
based on the custom button positions property which one to use.
In the kcm the button options are also exported.
2012-01-13 18:08:45 +01:00
Martin Gräßlin
4e07ced451
Drop unused code
2012-01-13 18:08:45 +01:00
Martin Gräßlin
30d8f2c1ea
Don't load FrameSvg in AuroraeTheme
...
This allows to remove Plasma compile dependency from Aurorae and
the KCM.
2012-01-13 18:08:44 +01:00
Martin Gräßlin
5ce7381f15
Decoration KCM uses QML and loads QML based Aurorae themes
...
This allows to have the Aurorae themes interactive.
2012-01-13 18:08:44 +01:00
Script Kiddy
63bf9f8a75
SVN_SILENT made messages (.desktop file)
2012-01-10 15:54:13 +01:00
Script Kiddy
3dc974f3bb
SVN_SILENT made messages (.desktop file)
2012-01-09 08:36:30 +01:00
Script Kiddy
375e2257fe
SVN_SILENT made messages (.desktop file)
2012-01-03 16:57:38 +01:00
Script Kiddy
ea20b79d70
SVN_SILENT made messages (.desktop file)
2011-12-22 11:48:21 +01:00
Script Kiddy
59a6dd3156
SVN_SILENT made messages (.desktop file)
2011-12-21 09:55:39 +01:00
Script Kiddy
2a7a4bb74d
SVN_SILENT made messages (.desktop file)
2011-12-20 16:29:23 +01:00
Script Kiddy
61053eb8d0
SVN_SILENT made messages (.desktop file)
2011-12-19 15:33:20 +01:00
Script Kiddy
07c30bc9f2
SVN_SILENT made messages (.desktop file)
2011-12-17 09:50:23 +01:00
Script Kiddy
8ed9b35755
SVN_SILENT made messages (.desktop file)
2011-12-13 15:55:20 +01:00
Script Kiddy
27e11c98c1
SVN_SILENT made messages (.desktop file)
2011-12-11 08:41:44 +01:00
Script Kiddy
786252f7ef
SVN_SILENT made messages (.desktop file)
2011-12-09 09:19:34 +01:00
Script Kiddy
d22c67853e
SVN_SILENT made messages (.desktop file)
2011-12-08 09:07:25 +01:00
Script Kiddy
dd07c86568
SVN_SILENT made messages (.desktop file)
2011-12-07 09:26:23 +01:00
Script Kiddy
64211ff568
SVN_SILENT made messages (.desktop file)
2011-12-06 17:06:26 +01:00
Script Kiddy
f1e6be97f5
SVN_SILENT made messages (.desktop file)
2011-09-10 09:40:55 +02:00
Script Kiddy
4cbbf921d4
SVN_SILENT made messages (.desktop file)
2011-09-09 09:21:44 +02:00
Script Kiddy
157f51ce85
SVN_SILENT made messages (.desktop file)
2011-09-08 09:04:13 +02:00