Script Kiddy
d80113f376
SVN_SILENT made messages (.desktop file)
2012-08-07 18:35:48 +02:00
Martin Gräßlin
97fb722757
Merge branch 'KDE/4.9'
...
Conflicts:
kwin/tabbox/tests/CMakeLists.txt
2012-08-02 10:53:00 +02:00
Script Kiddy
52404247f3
SVN_SILENT made messages (.desktop file)
2012-08-01 11:40:14 +02:00
Script Kiddy
7b84b06fcc
SVN_SILENT made messages (.desktop file)
2012-07-27 10:37:01 +02:00
Thomas Lübking
db14a11ffd
Merge branch 'KDE/4.9'
2012-07-25 20:30:45 +02:00
Thomas Lübking
f5aaf5272d
Manage m_preview::deco pointers on plugin juggling
...
BUG: 304026
REVIEW: 105721
2012-07-25 20:25:27 +02:00
Raphael Kubo da Costa
7beb3f2ce9
Merge branch 'KDE/4.9'
...
* KDE/4.9:
Fix callback race in the session save and shutdown code.
Update for 4.9.0 release
SVN_SILENT made messages (.desktop file)
SVN_SILENT made messages (.desktop file)
Fix regression in QML shutdown menu. Ampersands should be removed from menu entries' text by default.
Fix typos in a message that broke string freeze.
Fix potential parallel build failure.
Conflicts:
CMakeLists.txt
2012-07-25 14:56:17 -03:00
Script Kiddy
3aba56e778
SVN_SILENT made messages (.desktop file)
2012-07-25 18:00:01 +02:00
Script Kiddy
9db4ae2344
SVN_SILENT made messages (.desktop file)
2012-07-24 19:29:09 +02:00
Martin Gräßlin
aac192e283
Merge branch 'KDE/4.9'
2012-07-22 19:24:57 +02:00
Thomas Lübking
ddd2b117b1
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
(cherry picked from commit fd272b06954029b554197be1d10e252b01f56502)
2012-07-22 11:18:14 +02:00
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
817de698a0
SVN_SILENT made messages (.desktop file)
2012-07-22 10:49:48 +02:00
Martin Gräßlin
b734c03346
Merge branch 'KDE/4.9'
2012-07-22 10:07:40 +02:00
Script Kiddy
b909bdc5c4
SVN_SILENT made messages (.desktop file)
2012-07-21 11:43:56 +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
Script Kiddy
a0b9107edb
SVN_SILENT made messages (.desktop file)
2012-07-17 17:16:25 +02:00
Martin Gräßlin
a394fade64
Remove Tiling support from KWin
...
As discussed on the mailinglist [1] the tiling support is
removed from KWin. The main reasons for this step are:
* it is unmaintained
* it is a mode not used by any of the core KWin team
* original developer said at Akademy 2012 that he is not
interested in picking up the work again
* tiling has quite some bugs, e.g. multi screen not supported
* is conflicting with other concepts in KWin, e.g. activities
There is ongoing work to get tiling supported through a KWin
script, which is a preferred way as it does not influence the
existing C++ code base.
[1] http://lists.kde.org/?l=kwin&m=133149673110558&w=2
BUG: 303090
FIXED-IN: 4.10
REVIEW: 105546
2012-07-14 11:18:06 +02:00
Script Kiddy
825a9c4f6e
SVN_SILENT made messages (.desktop file)
2012-07-09 11:17:38 +02:00
Script Kiddy
11788e8b6f
SVN_SILENT made messages (.desktop file)
2012-07-06 10:16:34 +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
6e6ac5a26b
SVN_SILENT made messages (.desktop file)
2012-07-05 11:03:57 +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
f305f0eee4
SVN_SILENT made messages (.desktop file)
2012-06-18 10:12:23 +02:00
Script Kiddy
73c4b48c18
SVN_SILENT made messages (.desktop file)
2012-06-17 11:39:36 +02:00
Script Kiddy
bbbe9d6956
SVN_SILENT made messages (.desktop file)
2012-06-16 12:19:39 +02:00
Script Kiddy
c1f8590216
SVN_SILENT made messages (.desktop file)
2012-06-15 12:12:07 +02:00
Thomas Lübking
0f226823a2
remove commented code
...
REVIEW: 105197
2012-06-12 23:13:15 +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
b4ff83ad3b
SVN_SILENT made messages (.desktop file)
2012-06-03 09:41:45 +02:00
Thomas Lübking
15793ea75c
cleanup commented code from 380a739cf83d4459245d4f51bac90819e7b10d24 - afaics there's nothing to change in the core ...
2012-06-01 16:48:13 +02:00
Script Kiddy
e999536c83
SVN_SILENT made messages (.desktop file)
2012-05-29 17:01:37 +02:00
Script Kiddy
62211420c7
SVN_SILENT made messages (.desktop file)
2012-05-28 11:08:19 +02:00
Martin Gräßlin
961b5d0720
Fix compilation of kcmcompositing without XRender
...
Element had been removed from ui file with
2916352c0c366338c63a8a4a7bebe4e84a969f58
2012-05-25 18:31:33 +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
Frederik Schwarzer
6cce2d93af
String casing fixes.
...
REVIEW: 104995
2012-05-19 14:40:51 +02:00
Script Kiddy
66e3d7daa7
SVN_SILENT made messages (.desktop file)
2012-05-18 10:43:04 +02:00
Martin Gräßlin
36932d3f2e
Reload scripts after saving in scripts KCM
...
DBus call to start scripting again. This should adjust the
state of loaded scripts to the saved selection in the
KPluginSelector.
REVIEW: 104876
2012-05-17 21:28:10 +02:00
Martin Gräßlin
04701b3057
Enable all buttons in Scripts KCM
...
Apply button is required in Systemsettings.
2012-05-17 21:27:59 +02:00
Martin Gräßlin
ea5c84dd35
GHNS support for Window Switcher Layouts
...
Next to the preview/configure button a GHNS button is included
as a simple button with icon only to not break the layout.
Currently the button is not shown as the category on kde-look
has not yet been created yet.
CCBUG: 297636
REVIEW: 104894
2012-05-17 21:18:29 +02:00
Ivan Čukić
0d60a7049d
Adds activity window rules to KWin
...
- adds the kcm rule option to set the activity - one or all option like
for virtual desktops
- makes the windows obey the rule
- makes the rule enforced even when the user tries to change the
window's activity via the alt+f3 menu
REVIEW:104972
2012-05-17 16:32:06 +02:00
Thomas Lübking
c8927395ab
rework kcmtabbox
...
BUG: 297639
FIXED-IN:4.9
REVIEW: 104525
2012-05-17 11:41:38 +02:00