244 Commits (2c4ed0aca102be6f9a90535ec42b7a102ca7e24b)

Author SHA1 Message Date
Martin Gräßlin bffbbce172 [scripting] Add dedicated logging category 9 years ago
Martin Gräßlin 09880d1267 [decorations] Introduce logging category for decorations 9 years ago
Martin Gräßlin 910c49959a [tabbox] Add dedicated logging category for TabBox 9 years ago
Martin Gräßlin fe28ca1d8a [libinput] Add dedicated logging category for libinput 9 years ago
Martin Gräßlin 57c521c214 [libkwineffects] Introduce logging categories for libkwineffects 9 years ago
Martin Gräßlin f7d317601e Install a categories file for kdebugsettings
Instead of setting our own filter rules we install a categories file
to allow to configure them. This seems to still have them enabled by
default, but should at least give distributions the possibility to
disable logging by default.
9 years ago
Martin Gräßlin c9c81267d2 [data] Rename kwin_update_default_rules to kwin5_update_default_rules
Rename is for better coinstallability. It makes sense to support both
versions as kwin4 and kwin5 use different config file paths.
11 years ago
Martin Gräßlin 3f2da48925 [data] Drop pop.wav
Not referenced from anywhere in the code base.

Run git grep -i pop.wav without any result.
11 years ago
Martin Gräßlin 4a79cec8a6 Drop hacks and default rule for XV
Apparently it's not about mplayer but about XV [1], not really a relevant
application nowadays which would be important enough for having hacks.

REVIEW: 117479

[1] https://en.wikipedia.org/wiki/Xv
11 years ago
l10n daemon script e6db000065 SVN_SILENT made messages (.desktop file) 11 years ago
l10n daemon script eef56c98b2 SVN_SILENT made messages (.desktop file) 11 years ago
Bhushan Shah bdb6854a57 kde4support--
REVIEW: 115150
11 years ago
l10n daemon script 22a5e1109f SVN_SILENT made messages (.desktop file) 11 years ago
Martin Gräßlin b7f3f582e3 [kwin] Re-enable build of kwin_update_default_rules
Currently using KDE4Support, needs more proper porting. Tool works,
installs the kwin rule.
11 years ago
Martin Gräßlin 8c0fe2ad41 [kwin] Clean up data directory
We do not provide a config update path from anything older than
4.11 to 5.0. This means we can remove all the kconfig update tools
leading to 4.11.
11 years ago
Laurent Navet 88fc43beeb kwin : replace Q_FOREACH with for(a:b)
replace Q_FOREACH loops with newer for (a:b) notation

Signed-off-by: Laurent Navet <laurent.navet@gmail.com>

REVIEW: 114222
11 years ago
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
11 years ago
l10n daemon script 0796a306c9 SVN_SILENT made messages (.desktop file) 11 years ago
Martin Gräßlin 57905c0cc2 And we got rid of KDebug
Usages of kBacktrace got dropped.
11 years ago
Anselmo L. S. Melo c9b079e628 Porting kwin main, data and compositingprefs to Qt5/KF5: QStandardPaths
REVIEW: 111971
11 years ago
Thomas Lübking 93ef0226ba add configRequest rule update
REVIEW: 111193
11 years ago
l10n daemon script 622a3de04c SVN_SILENT made messages (.desktop file) 11 years ago
Martin Gräßlin 98a04893a6 Use mgraesslin@kde.org for my mail address in Copyright and AboutData 12 years ago
Martin Gräßlin 3809f58dbb Store multiple shortcuts separated by " - " instead of space
Space is a valid shortcut part. E.g. "Volume Up".

KConfig update script for 4.11 is added to migrate existing and erroneous
rules taking into account that space is a valid key.

BUG: 305434
FIXED-IN: 4.11
REVIEW: 108942
12 years ago
Script Kiddy 9af0232217 SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy 1338bc83b2 SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy dad894d830 SVN_SILENT made messages (.desktop file) 12 years ago
Thomas Lübking e2db836def Merge branch 'KDE/4.10'
Conflicts:
	kwin/client.cpp
12 years ago
Thomas Lübking a7066aa3e2 do not remove leading special chars
According to Mozilla docu only [^A-Za-z0-9_] is considered
a Word character - yeah :-(
12 years ago
Thomas Lübking e642c5cb9d Use the NULL Uuid instead of "ALL"
to indicate "on all activities"

REVIEW: 107855
12 years ago
Script Kiddy 3cddfdecff SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy a2c44c29f4 SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy 12f341712c SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy d7316b9fcb SVN_SILENT made messages (.desktop file) 12 years ago
Script Kiddy ef0cae8dab SVN_SILENT made messages (.desktop file) 12 years ago
Martin Gräßlin e66eb08140 Migration for Translucency Settigns
Translucency configuration values changed from [0.0,1.0] to [0,100].
12 years ago
Thomas Lübking 03d782fa73 scripted title manipulation / stripping
REVIEW: 106896
BUG: 308995
12 years ago
Martin Gräßlin 18acfc4436 Plastik theme for Aurorae replaces the classic Plastik
* Update script to migrate Plastik users to Aurorae
* Plastik QML renamed to Plastik
* Old Plastik is dropped
12 years ago
Martin Gräßlin a65b86b5ae KConf Update script for KWin 4.9
BUG: 296775
FIXED-IN: 4.9.0
REVIEW: 104984
13 years ago
Lamarque V. Souza 44b2b1e493 Revert "Merge branch 'kwin/active-kconf_update'"
This reverts commit 3676b8dcc9d33155881085ebff6073c372dcd0c9, reversing
changes made to 125533b36bd009b23f659a54d486d73d29081b4f.
13 years ago
Lamarque V. Souza 50169d65c7 Fix compilation. 13 years ago
Lamarque V. Souza bb4616497a Add kwin/data/active (kconf_update configuration for Plasma Active). 13 years ago
Lamarque V. Souza 365b86f0ce Move kwin/data to kwin/data/desktop so that I can add kwin/data/active. 13 years ago
Martin Gräßlin 15f9e80937 Merge branch 'KDE/4.8' 13 years ago
Martin Gräßlin b91e8e788b Ensure that update script does not overwrite settings
The upgrade script changed to thumbnails layout in case that there
has not been any settings for BoxSwitch effect stored in the config
file.

REVIEW: 104129
13 years ago
Martin Gräßlin f5cf141760 Drop kwin config update script from 4.0 to 4.1
REVIEW: 104130
13 years ago
Martin Gräßlin dc3ee2bce4 Drop kwin config updates from KDE 3.x times 13 years ago
Script Kiddy 2cee922fc9 SVN_SILENT made messages (.desktop file) 13 years ago
Thomas Lübking 6c934998a5 don't request focus by mouse events in the current event cycle
BUG: 279356
BUG: 286116
REVIEW: 103284
13 years ago
Martin Gräßlin 219d0cc6a9 KConf Update for TabBox QML
* BoxSwitch users are migrated to new QML TabBox thumbnails layout
* Thumbnail layout is new default (as before was BoxSwitch)
* Removed obsoleted settings from TabBox config
13 years ago