710 Commits (84c28985fb0d01331cd4e9af0510ba616e081992)

Author SHA1 Message Date
Lucas Murray 171964521f When the desktop names change save them immediately to disk. 18 years ago
Lucas Murray 5821e6f9d7 Reverted all code relating to automatic X crash detection with agreement 18 years ago
David Nadlinger 5f835b7c31 Modified a few comments; changed indenting to comply with the KWin coding standards. 18 years ago
David Nadlinger d79ef83183 When modifying the compositing settings, save a backup of kwinrc to another file to be able to revert if the X server crashes while testing the new config. 18 years ago
Lucas Murray 6d41a1320e Moved all debug, warning and error messages into the KWin 1212 area. 18 years ago
Guillaume Pothier f780e8b68b Kephalized plasma and kwin: replaced usage of QDesktopWidget by Kephal 18 years ago
Laurent Montel 5535a9de5e Fix iterator 18 years ago
Luboš Luňák fe84baef03 Use the '_k_session' shortcuts feature for the per-window shortcuts, 18 years ago
André Wöbbeking 017171023e forwardport of rev. 878485,878776: 18 years ago
André Wöbbeking 4838fc287e better solution, don't change configModules() 18 years ago
André Wöbbeking a2ff31904f also an icon for the configure dialog (and its windows) is nice 18 years ago
Albert Astals Cid 102be68572 we are showing the shortcut to the user so use QKeySequence::NativeText to get it translated 18 years ago
Enrique Matías Sánchez f5efd9ca28 SVN_SILENT Fix typos in kdebase 18 years ago
Lucas Murray 899d578c49 Merge Libkdecoration2 Git branch. 18 years ago
Luboš Luňák 08571b2f52 Do not use 'assert( false )', with NDEBUG that is a no-op and 18 years ago
Luboš Luňák 53f5283601 Simplify activeScreen() code, from Hans Meine <meine@informatik.uni-hamburg.de>. 18 years ago
Luboš Luňák 14ae8d2dc9 Support for unredirecting fullscreen windows, i.e. games etc. can paint directly 18 years ago
Luboš Luňák 09d81b7e87 Cache the result of XQueryTree(). 18 years ago
Luboš Luňák 818070d3aa Keep fullscreen windows covering the whole screen when it is the topmost 18 years ago
Luboš Luňák 49660876c1 When confirming compositing in the configuration module, 18 years ago
Luboš Luňák 199bf254c5 Make internal QWidget's override_redirect, just in case. 18 years ago
Luboš Luňák 163fb3a572 Make internal QWidget's override_redirect, just in case. 18 years ago
Luboš Luňák 32e991c8d8 Don't lose the desktop submenu in Alt+F3. 18 years ago
Luboš Luňák 085abe58b2 Don't lose the desktop submenu in Alt+F3. 18 years ago
Luboš Luňák ed2d087f9b Shortcut for temporarily suspending compositing. Useful when 18 years ago
Luboš Luňák 53cc35b649 Show the composite overlay window only before the first painting pass 18 years ago
Luboš Luňák 2f8d2751a1 Fix handling of stacking order of unmanaged windows. Could maybe use a little 18 years ago
Luboš Luňák 26b79d9177 Use QVector instead of plain-C-error-prone-memory-leaking arrays. 18 years ago
Luboš Luňák 01d9d88580 Add a dbus call to query which color settings the current decoration 18 years ago
Luboš Luňák fbbe94753e Repaint decoration after configuration change when it doesn't need a reset. 18 years ago
Luboš Luňák 38291eb82c Make border sizes while maximizing take effect even when the actual 18 years ago
Luboš Luňák 70f6d9c36c Keeping a QTimer around rather than using QTimer::singleShot() 18 years ago
Luboš Luňák a59f0a7f5e Revert r768755. There apparently is a need to have two calls. 18 years ago
Luboš Luňák 47bf19d978 There's really no need to have two dbus functions for reconfiguring. 18 years ago
Luboš Luňák b053544c72 Trigger full repaint after configuration change and after switching to X, 18 years ago
Luboš Luňák 82ad4e01ce Report old buttons and modifiers state in mouseChanged() as well. 18 years ago
Luboš Luňák 3b2b091c34 Make a clear distinction between types we support only for compositing 19 years ago
Luboš Luňák 01bf6cbb4c License cleanup - add headers where missing, be explicit about GPL 19 years ago
Luboš Luňák d18e4933a0 Make DesktopGrid useful also from keyboard. 19 years ago
Luboš Luňák ab70575d1f Make the outline for moving/resizing work with Qt4, which bothers 19 years ago
Luboš Luňák 1b8b326c7b Replace warnings about KShortcutDialog being dead with something that is not dead. 19 years ago
Luboš Luňák 0e55f109c5 Don't do any compositing when nothing is visible anyway (e.g. when switched 19 years ago
David Faure c0ef0450c7 kcmshell renamed to kcmshell4 to fix co-installability between kdelibs3 and kdebase4-runtime 19 years ago
Rivo Laks 6f6a3ad3bf Update settings in reinitCompositing() (otherwise changes won't take effect) 19 years ago
Rivo Laks 69058845e6 Add reinitCompositing dbus signal that reinits compositing (reconfigure signal doesn't and 19 years ago
Rivo Laks 89b9872eef Remove kwineffects config module as it's functionality is now offered by kwincompositing module 19 years ago
Pino Toscano f337ec8cfd give the proper names for kcm modules to load; not sure about the KAuthorized thing, though 19 years ago
Arto Hytönen e1c6433c8e pass-by-value -> reference-to-count fixes 19 years ago
Pino Toscano ee84e19a8f less qt3support 19 years ago
Luboš Luňák 89467f4afc QCursor::pos() -> cursorPos() 19 years ago