Martin Gräßlin
336a870f5e
[kcmkwin] Fix locating the effect configurations
...
No longer in kf5/ prefix.
2014-04-28 14:06:18 +02:00
Martin Gräßlin
7fcecc616c
Drop "kwin4_effect_" prefix for BuiltIn Effects
...
This removes all the hacks to add kwin4_effect_ to the name of the Effect
and adjusts the desktop files of the effect configuration's parent
component.
Note: the scripted effects still start with kwin4_effect_ prefix.
REVIEW: 117367
2014-04-28 13:52:50 +02:00
Martin Gräßlin
98d813050e
[kcmkwin/desktop] Use BuiltInEffects for integration with Effects
...
The desktops KCM allows selecting between the virtual desktop switching
effects. For those it offers configuring and showing the information.
The KServiceTypeTrader based search is adjusted to be only used for the
scripted effects. The built-in effects are queried through the
information available through the BuiltInEffects namespace.
2014-04-28 13:51:30 +02:00
l10n daemon script
e1f418f4d0
SVN_SILENT made messages (.desktop file)
2014-04-28 09:00:35 +00:00
l10n daemon script
f44575ddbf
SVN_SILENT made messages (.desktop file)
2014-04-28 05:16:52 +00:00
l10n daemon script
69c3289c18
SVN_SILENT made messages (.desktop file)
2014-04-27 21:02:43 +00:00
Marco Martin
7380379fcf
we don't have different widgets for vd anymore
2014-04-11 16:46:28 +02:00
l10n daemon script
e6db000065
SVN_SILENT made messages (.desktop file)
2014-04-04 05:29:27 +00:00
l10n daemon script
eef56c98b2
SVN_SILENT made messages (.desktop file)
2014-04-03 05:10:09 +00:00
Martin Gräßlin
dbf2218338
[kwin] kde4_add_ui_files -> qt5_wrap_ui
...
Less deprecated CMake usage.
2014-03-18 11:06:56 +01:00
Martin Gräßlin
dc58fc2c32
[kwin/kcms] Another round of kdialog removals
2014-03-18 09:11:07 +01:00
Aleix Pol
c72e519d9c
Remove KDE/ prefix in include directories
...
It's unneeded and deprecated since KF5.
2014-03-17 16:24:10 +01:00
Martin Gräßlin
b38722dc04
[kwin] Adjust to changes in NETRootInfo ctor
...
Takes flag types.
2014-03-17 08:30:58 +01:00
Martin Gräßlin
2675b5d4e7
Merge branch 'KDE/4.11'
...
Conflicts:
CMakeLists.txt
kcontrol/screensaver/screensaver.desktop
kdm/kfrontend/themes/elarun/KdmGreeterTheme.desktop
khotkeys/kcm_hotkeys/kcm_hotkeys.cpp
kinfocenter/main.cpp
kscreensaver/kblank_screensaver/blankscrn.cpp
kscreensaver/krandom_screensaver/random.cpp
kstyles/oxygen/config/main.cpp
kstyles/oxygen/demo/main.cpp
ksysguard/gui/ksysguard.cpp
kwin/clients/oxygen/demo/main.cpp
kwin/kcmkwin/kwincompositing/kwincompositing.desktop
kwin/tabbox/qml/clients/text/metadata.desktop
kwin/tabbox/qml/clients/window_strip/metadata.desktop
libs/plasmagenericshell/widgetsexplorer/package/metadata.desktop
plasma/desktop/applets/pager/package/metadata.desktop
plasma/desktop/shell/activitymanager/package/metadata.desktop
plasma/desktop/shell/data/layouts/org.kde.plasma-desktop.defaultPanel/contents/layout.js
plasma/desktop/shell/desktopcorona.cpp
plasma/desktop/shell/main.cpp
plasma/desktop/toolboxes/plasma-toolbox-desktoptoolbox.desktop
plasma/desktop/toolboxes/plasma-toolbox-paneltoolbox.desktop
plasma/generic/applets/batterymonitor/contents/ui/batterymonitor.qml
plasma/generic/applets/systemtray/protocols/fdo/fdographicswidget.cpp
plasma/generic/applets/systemtray/protocols/fdo/fdographicswidget.h
plasma/generic/applets/systemtray/protocols/fdo/x11embeddelegate.cpp
plasma/generic/runners/nepomuksearch/plasma-runner-nepomuksearch.desktop
plasma/generic/wallpapers/color/plasma-wallpaper-color.desktop
plasma/generic/wallpapers/image/plasma-wallpaper-image.desktop
plasma/netbook/shell/nettoolbox/plasma-toolbox-nettoolbox.desktop
statusnotifierwatcher/statusnotifierwatcher.cpp
systemsettings/app/main.cpp
2014-03-10 21:21:16 +01:00
l10n daemon script
fbd985ae3d
SVN_SILENT made messages (.desktop file)
2014-03-10 07:33:17 +00:00
l10n daemon script
fab5def5e9
SVN_SILENT made messages (.desktop file)
2014-02-18 09:04:31 +00:00
l10n daemon script
6f8c3dd771
SVN_SILENT made messages (.desktop file)
2014-02-18 05:12:30 +00:00
Martin Gräßlin
3ea8f0c217
[kwin/kcmdesktop] Don't crash if run on platform Wayland
...
Not much use currently as we don't have any desktops to configure,
but not crashing is nevertheless quite nice.
2014-02-11 15:27:28 +01:00
l10n daemon script
588ad2be66
SVN_SILENT made messages (.desktop file)
2014-01-19 06:36:32 +00:00
l10n daemon script
22a5e1109f
SVN_SILENT made messages (.desktop file)
2014-01-19 04:06:03 +00:00
l10n daemon script
eac8a41fed
SVN_SILENT made messages (.desktop file)
2014-01-15 04:10:52 +00:00
Matteo De Carlo
aad36da80b
Replace NULL with nullptr in kcmkwin
...
Replacing all NULL to nullptr in all the files in kcmkwin folder
(also substituting some "0" used as nullptr with nullptr)
REVIEW: 114803
2014-01-08 10:30:38 +01:00
l10n daemon script
723dce4e4c
SVN_SILENT made messages (.desktop file)
2014-01-08 06:31:01 +00:00
l10n daemon script
ff562dc8bf
SVN_SILENT made messages (.desktop file)
2014-01-08 04:01:27 +00:00
Martin Klapetek
54bc491c46
Port to KF5 renaming changes
2013-12-11 21:41:47 +01:00
Martin Gräßlin
c063978591
Adjust to new KGlobalAccel framework
2013-12-10 07:38:54 +01:00
Aleix Pol
f8468b4043
Drop KDE4Support in kde-workspace/kwin
...
REVIEW: 114316
2013-12-05 20:24:02 +01:00
l10n daemon script
f9a9ecceb8
SVN_SILENT made messages (.desktop file)
2013-11-25 04:11:42 +00:00
Martin Gräßlin
20d03d5754
[kcmkwindesktop] Adjust to changes in NETRootInfo
2013-11-18 13:50:18 +01:00
Aleix Pol
7b110f0671
Improve CMake usage
...
It's basically a run of the port-cmake.sh script in here, mostly the changes
are the following:
- Using KF5::* targets
- Using the proper macros, following recent developments in frameworks
2013-11-15 13:37:47 +01:00
Aurélien Gâteau
05b6de1002
${KDE4Support_LIBRARIES} => KF5::KDE4Support
...
Fixes a few link errors
2013-10-29 13:00:46 +01:00
Martin Gräßlin
f8e4dcc115
Explicitly set verticalSpacing in QFormLayouts of kcm kwindesktop
...
Without a set verticalSpacing in QFormLayout the code hits an assert
in Qt.
2013-09-27 13:43:52 +02:00
Martin Gräßlin
72c76ce423
Port KCMDesktop to Qt 5
2013-09-27 13:43:15 +02:00
Sebastian Kügler
08a53e6a11
Remove K_EXPORT_PLUGIN macros
...
Include .moc file in configs_builtins.cpp, and reenable the build of the
configs.
REVIEW:111940
2013-08-08 13:47:25 +02:00
l10n daemon script
34c8d6feb6
SVN_SILENT made messages (.desktop file)
2013-06-05 04:54:40 +00:00
Script Kiddy
dfd72523b1
SVN_SILENT made messages (.desktop file)
2013-05-02 09:17:01 +02:00
Jaime Torres
4ec0f64ea3
initialize a member and initialize a boolean
...
one less valgrind warning and one cppcheck warning less
REVIEW: 107603
2013-04-29 18:14:50 +02:00
Martin Gräßlin
98a04893a6
Use mgraesslin@kde.org for my mail address in Copyright and AboutData
2013-03-12 13:17:53 +01:00
Martin Gräßlin
60c42b7a34
s/KLocale/KLocalizedString/g
...
Many headers included KLocale to use i18n and co. But those methods are
defined in KLocalizedString and not in KLocale.
With KF5 klocale.h does no longer include KLocalizedString causing lots
of compile errors.
2013-03-07 13:59:15 +01:00
Script Kiddy
c14c152cb5
SVN_SILENT made messages (.desktop file)
2013-02-09 09:05:22 +01:00
Script Kiddy
d9191d1485
SVN_SILENT made messages (.desktop file)
2013-02-01 08:50:51 +01:00
Marco Martin
baf21f6b34
Merge branch 'KDE/4.10'
...
Conflicts:
plasma/generic/applets/batterymonitor/metadata.desktop
plasma/generic/applets/lock_logout/metadata.desktop
2013-01-31 17:00:02 +01:00
Script Kiddy
f193c56957
SVN_SILENT made messages (.desktop file)
2013-01-31 16:31:28 +01:00
Script Kiddy
ca2cf4d697
SVN_SILENT made messages (.desktop file)
2013-01-31 12:00:36 +01:00
Script Kiddy
1416c8d62c
SVN_SILENT made messages (.desktop file)
2013-01-30 16:27:26 +01:00
Martin Gräßlin
b5ed419ec6
Remove all Q_WS_X11 ifdefs
...
Not sure why some KCMs used the define, but complete KWin is not compiled
for WIN32 and the define is useless in Qt 5 anyway.
REVIEW: 108319
2013-01-11 08:35:47 +01:00
Martin Gräßlin
be30716c97
Add walk through desktops shortcuts to Virtual Desktops KCM
...
BUG: 306404
FIXED-IN: 4.11
REVIEW: 108287
2013-01-10 08:27:23 +01:00
Albert Astals Cid
dec63fb987
Merge remote-tracking branch 'origin/KDE/4.10'
2013-01-07 11:04:39 +01:00
Script Kiddy
c6d91ac7eb
SVN_SILENT made messages (.desktop file)
2013-01-07 08:11:48 +01:00
Martin Gräßlin
533d57da60
Mark most ctors as explicit as reported by Krazy2 checker
2013-01-02 18:35:46 +01:00