Commit graph

3676 commits

Author SHA1 Message Date
Ivailo Monev
82238b5900 krunner: remove unused X_DIFF and Y_DIFF variables 2015-01-24 03:43:57 +00:00
Ivailo Monev
eb42098968 generic: normalize libraries versioning 2015-01-24 03:17:15 +00:00
Ivailo Monev
cb4703d796 kscreensaver: remove kde3to4 porting script 2015-01-24 03:01:43 +00:00
Ivailo Monev
042f698242 generic: replace WORKSPACE_VERSION_STRING reference, follow up on last commit 2015-01-23 20:32:09 +00:00
Ivailo Monev
1c6254d91c generic: replace KDE4WORKSPACE_VERSION with KDE_VERSION_STRING and friends where appropariate 2015-01-23 20:11:31 +00:00
Ivailo Monev
adb8e6b8b3 ksysguard: fix struct <-> class warning 2015-01-23 19:21:14 +00:00
Ivailo Monev
431e167da3 ksysguard: fix struct <-> class warning 2015-01-23 19:16:18 +00:00
Ivailo Monev
163b7d6e03 Revert "generic: change system settings and kcontrol grouping (part 1)"
This reverts commit 726e6c5213.
2015-01-23 03:04:52 +00:00
Ivailo Monev
726e6c5213 generic: change system settings and kcontrol grouping (part 1) 2015-01-22 04:52:59 +00:00
Ivailo Monev
9f720053c5 kcontrol: remove unused variables from knotify module 2015-01-22 04:23:13 +00:00
Ivailo Monev
4ad863c405 kcontrol: remove bell, the access module is supirior 2015-01-22 04:22:32 +00:00
Ivailo Monev
708916b1d5 kscreensaver: remove embedded doxygen mainpage from asciiquarium header 2015-01-21 18:19:17 +00:00
Ivailo Monev
86214d5eaf kwalletd: fix assignment comparison compiler warning 2015-01-21 17:38:52 +00:00
Ivailo Monev
56114ce1d2 khotkeys: fix struct <-> class compiler warning 2015-01-21 17:07:53 +00:00
Ivailo Monev
0d5900176a krunner: fix struct <-> class compiler warning 2015-01-21 17:07:28 +00:00
Ivailo Monev
d6e1d42953 kcontrol: comment out unused lDelay to prevent compiler warning 2015-01-21 16:52:40 +00:00
Ivailo Monev
d2ca43183d kscreensaver: drop doxygen files 2015-01-21 16:30:24 +00:00
Ivailo Monev
4436197d6c generic: drop doxygen files 2015-01-21 16:09:16 +00:00
Ivailo Monev
4f08ef4626 kwin: minor code style corrections 2015-01-21 14:50:50 +00:00
Ivailo Monev
f311a01026 plasma: minor default layout config cleanup 2015-01-21 14:50:10 +00:00
Ivailo Monev
5ceb9275ba startkde: drop reference to simple ksplash 2015-01-21 14:47:03 +00:00
Ivailo Monev
d1dced326a plasma: force save into local directory
there is something wrong with Corona:saveLayout(), either that or
I'm doing something wrong. in any case, this fixes and issue where
desktop layout is not saved only after second login. this needs
further invetigation but I'm too lazy to look into it now.
2015-01-19 18:40:24 +00:00
Ivailo Monev
bfb6c1bd07 plasma: fixup layout saving 2015-01-19 16:17:04 +00:00
Ivailo Monev
e10b52b0bf plasm: use plasma-desktoprc instead of plasma-default-layoutrc from config dir instead of appdata dir 2015-01-19 15:12:40 +00:00
Ivailo Monev
71ca9ec4e5 phonon: remove kconf update file 2015-01-19 14:31:37 +00:00
Ivailo Monev
6741ad1043 plasma: drop code for upgrading from pre plasma-desktop days 2015-01-18 15:39:19 +00:00
Ivailo Monev
c68f7da049 plasma: minor defaults cleanup 2015-01-18 03:01:32 +00:00
Ivailo Monev
c3b5453c77 plasma: minor defaults cleanup 2015-01-18 02:09:21 +00:00
Ivailo Monev
c2cf28d181 plasma: adjust default width and height for wallapers 2015-01-18 02:05:26 +00:00
Ivailo Monev
8c94ddd540 plasma: minor defaults cleanup 2015-01-18 01:58:57 +00:00
Ivailo Monev
4d38ef1e4d plasma: remove quick-launchers from default layout 2015-01-17 21:21:50 +00:00
Ivailo Monev
60e358817c kwin: drop screenshot effect
ksnapshot provides better interface, there is no reason to have
this bundled with kwin IMO
2015-01-17 21:36:46 +02:00
Ivailo Monev
be9e1dd8e7 plasma: drop hardcoded default launchers, there are other means to specify those 2015-01-17 15:54:23 +00:00
Ivailo Monev
c072fbcdd7 plasma: remove template loading leftovers 2015-01-17 15:48:01 +00:00
Ivailo Monev
772d9ff219 plasma: drop layout templates support
since plasma-default-layoutrc can be used to setup the desktop
there is no reason to wrap the first launch around Javascript code
2015-01-17 13:57:35 +00:00
Ivailo Monev
efce4a75e1 kwin: remove unused CLUT_DATA_SIZE and CLUT_ELEMENT_SIZE along with it 2015-01-17 01:42:25 +00:00
Ivailo Monev
122c6130c2 phonon: fix a compiler warning 2015-01-17 01:33:51 +00:00
Ivailo Monev
e2ab69e6bf kcontrol: improve categorization
* move ksplash KCM module to kcontrol sub-directory, ksplash it
  build always and there is no reason to keep it out of the
  kcontrol directory holding all major KCM modules

* merge some sub-category modules into other major categories
  almost the same way it is done in KDE5 as it makes much more
  sense and users do not have to go to in-and-out of
  sub-categories to configure the overall desktop appearance
  - application-appearance -> desktop-appearance
  - window-behaviour -> workspace-behavior
  - workspace-appearance-and-behavior -> workspace-behaviour
2015-01-16 23:12:19 +00:00
Ivailo Monev
0564b83ddb plasma: fixup and cleanup
the default layout is done via the scripting support, that's just
a no go. plasma-default-layoutrc is possible simpler solution with
for the madness that the default plasma settings are done on
initial setup but it most likely some features will have to be
extended, especially the containment size option. hardcoding panel
and default view to always be available by setting virtual desktops
and other misc settings accordingly seems better but that will
probably break more code thus avoiding it for now
2015-01-16 21:13:30 +00:00
Ivailo Monev
d417cef110 plasma: remove acitivities related containment switch action code 2015-01-16 16:42:02 +00:00
Ivailo Monev
1d2d8fd4a0 taskmanager: drop activities related code 2015-01-16 16:27:12 +00:00
Ivailo Monev
21d2ac3b64 remove redudant plasma context header inclusions 2015-01-16 04:06:07 +00:00
Ivailo Monev
aef4b798c8 remove redudant plasma context header inclusions 2015-01-16 03:37:58 +00:00
Ivailo Monev
95a189fc54 remove redudant plasma context header inclusion 2015-01-16 03:09:21 +00:00
Ivailo Monev
ace73c3f59 activities cleanup 2015-01-16 02:19:08 +00:00
Ivailo Monev
e3192fc222 activities cleanup 2015-01-16 02:12:09 +00:00
Ivailo Monev
e510a2a866 fix some struct <-> class warnings 2015-01-15 21:27:54 +00:00
Ivailo Monev
0805987233 fix a typo 2015-01-15 21:04:48 +00:00
Ivailo Monev
92c0cae2d3 remove Window Manager activities related code 2015-01-15 20:23:51 +00:00
Ivailo Monev
b64902c3e3 kcontrol: add new-line ad the end of the first copyright owner in kdebug 2015-01-14 19:00:09 +00:00