Commit graph

4934 commits

Author SHA1 Message Date
Luboš Luňák
d2a7a9be3f I guess this is what was meant to be added here that r812655 had to revert.
svn path=/trunk/KDE/kdebase/workspace/; revision=817648
2008-06-06 14:12:06 +00:00
Luboš Luňák
43d5a25d39 Don't activate inactive windows on wheeling over them.
BUG: 161174


svn path=/trunk/KDE/kdebase/workspace/; revision=817599
2008-06-06 11:40:38 +00:00
Luboš Luňák
4fc3d50790 Properly #ifdef OpenGL-only and XRender-only stuff.
svn path=/trunk/KDE/kdebase/workspace/; revision=817585
2008-06-06 11:07:15 +00:00
Luboš Luňák
bc137cca3b Implement missing shadows in XRender mode, patch from Thomas Lübking.
BUG: 153144


svn path=/trunk/KDE/kdebase/workspace/; revision=817553
2008-06-06 09:26:41 +00:00
Luboš Luňák
75cd7922df Draw shadow for popups even if they have shape, they should be almost rectangular
anyway, so this is a workaround as long as there's no support for shadows for shaped windows.
BUG: 162697


svn path=/trunk/KDE/kdebase/workspace/; revision=817551
2008-06-06 09:20:01 +00:00
Luboš Luňák
0ce86291c5 Some missing XRender counterparts for utility functions, from Thomas Lübking.
svn path=/trunk/KDE/kdebase/workspace/; revision=817548
2008-06-06 09:11:52 +00:00
Michael Jansen
82cf0edda7 Correct the order.
1. Declare that the action is a configuration action.
  2. Then set the global shortcut.

svn path=/trunk/KDE/kdebase/workspace/; revision=817420
2008-06-06 01:06:21 +00:00
Script Kiddy
fa8fde83ae SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/workspace/; revision=817018

The following changes were in SVN, but were removed from git:

M	wallpapers/Code_Poets_Dream/metadata.desktop
M	wallpapers/Colorado_Farm/metadata.desktop
M	wallpapers/Emotion/metadata.desktop
M	wallpapers/Fields_of_Peace/metadata.desktop
M	wallpapers/Finally_Summer_in_Germany/metadata.desktop
M	wallpapers/Fresh_Morning/metadata.desktop
M	wallpapers/Red_Leaf/metadata.desktop
M	wallpapers/Skeeter_Hawk/metadata.desktop
M	wallpapers/There_is_Rain_on_the_Table/metadata.desktop
2008-06-05 02:24:59 +00:00
Script Kiddy
4779e4bb4c SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=816270
2008-06-03 14:23:53 +00:00
Laurent Montel
5628d59f1f Add dbus function to show which effect can be loaded
so now all is ok to know which module can be load/unload

svn path=/trunk/KDE/kdebase/workspace/; revision=815903
2008-06-02 20:05:17 +00:00
Laurent Montel
54ede72bf1 Add a dbus function to show which effect is loaded
svn path=/trunk/KDE/kdebase/workspace/; revision=815896
2008-06-02 19:52:02 +00:00
Luboš Luňák
10af64fc67 Compute workarea diffs right when setting geometry, not delayed.
Fixes e.g. 'Move Window to Next Screen' shortcut.
BUG: 163051  


svn path=/trunk/KDE/kdebase/workspace/; revision=815700
2008-06-02 14:34:05 +00:00
Michael Jansen
0ecc0724a7 Fix default button
svn path=/trunk/KDE/kdebase/workspace/; revision=815495
2008-06-02 00:06:54 +00:00
Huynh Huu Long
e3721c8751 Enable the on-all-desktops button
svn path=/trunk/KDE/kdebase/workspace/; revision=815426
2008-06-01 19:03:09 +00:00
Michael Jansen
8caa518a12 - Fix default button
svn path=/trunk/KDE/kdebase/workspace/; revision=815409
2008-06-01 17:48:59 +00:00
Michael Jansen
6f6bc897c9 - Fix the default button.
svn path=/trunk/KDE/kdebase/workspace/; revision=815406
2008-06-01 17:42:18 +00:00
Michael Jansen
a9d4fed3d3 - load() is called implicitely when the kcm is shown.
- It's not necessary to add the collection each time load is called. Prevents
          the shortcuts from beeing shown 2 times. Mmmhh Why here only 2times and
          3times with the others?
        - the readSettings and writeSettings calls aren't necessary since the
          actionCollection contains only global shortcuts and these are saved by
          the kdedglobalaccel daemon (correct Andreas?).
        - Fix the default button.

svn path=/trunk/KDE/kdebase/workspace/; revision=815405
2008-06-01 17:42:14 +00:00
Michael Jansen
87124b4cce - load() is called implicitely when the kcm is shown.
- It's not necessary to add the collection each time load is called. Prevents
      the shortcuts from beeing shown 2 times. Mmmhh Why here only 2times and
      3times with the others?
    - the readSettings and writeSettings calls aren't necessary since the
      actionCollection contains only global shortcuts and these are saved by
      the kdedglobalaccel daemon (correct Andreas?).

svn path=/trunk/KDE/kdebase/workspace/; revision=815404
2008-06-01 17:33:26 +00:00
Michael Jansen
f8b3c04066 - load() is called implicitely when the kcm is shown.
- It's not necessary to add the collection each time load is called. Prevents
      the shortcuts from beeing shown 3 times.
    - the readSettings and writeSettings calls aren't necessary since the
      actionCollection contains only global shortcuts and these are saved by
      the kdedglobalaccel daemon.

svn path=/trunk/KDE/kdebase/workspace/; revision=815403
2008-06-01 17:33:23 +00:00
Michael Jansen
08a0d13288 - load() is called implicitely when the kcm is shown.
- It's not necessary to add the collection each time load is called. Prevents
      the shortcuts from beeing shown 3 times.
    - the readSettings and writeSettings calls aren't necessary since the
      actionCollection contains only global shortcuts and these are saved by
      the kdedglobalaccel daemon (correct Andreas?).

CCMAIL: ahartmetz@gmail.com

svn path=/trunk/KDE/kdebase/workspace/; revision=815402
2008-06-01 17:33:20 +00:00
Luboš Luňák
8854248626 Make per-window shortcut not crash and make it work, the dialog
still could use some more work though.
BUG: 161342


svn path=/trunk/KDE/kdebase/workspace/; revision=815186
2008-06-01 11:36:07 +00:00
Aaron J. Seigo
1b9e7e59e6 add this alongside desktop effects in system settings
svn path=/trunk/KDE/kdebase/workspace/; revision=815068
2008-06-01 05:08:28 +00:00
Script Kiddy
c7902b9cc3 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=814782

The following changes were in SVN, but were removed from git:

M	wallpapers/Leafs_Labyrinth/metadata.desktop
2008-05-31 09:41:27 +00:00
Lukas Kropatschek
8eeddd6c55 some krazy include issue fixes
svn path=/trunk/KDE/kdebase/workspace/; revision=814568
2008-05-30 17:47:24 +00:00
Luboš Luňák
22b3584b8d When trying to keep a window fully inside an area, shrink if necessary and possible.
svn path=/trunk/KDE/kdebase/workspace/; revision=814467
2008-05-30 11:45:15 +00:00
Script Kiddy
71ecd9c64e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=813908
2008-05-28 21:39:47 +00:00
Adriaan de Groot
3fbec486c5 bzero's prototype is in strings.h; possibly memset is more portable here.
svn path=/trunk/KDE/kdebase/workspace/; revision=813608
2008-05-28 08:43:54 +00:00
Laurent Montel
2f39e5aebf Use INSTALL_TARGETS_DEFAULT_ARGS
svn path=/trunk/KDE/kdebase/workspace/; revision=813561
2008-05-28 06:36:05 +00:00
Script Kiddy
cf64b93955 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/; revision=813137

The following changes were in SVN, but were removed from git:

M	wallpapers/Code_Poets_Dream/metadata.desktop
M	wallpapers/Colorado_Farm/metadata.desktop
M	wallpapers/Curls_on_Green/metadata.desktop
M	wallpapers/Emotion/metadata.desktop
M	wallpapers/Fields_of_Peace/metadata.desktop
M	wallpapers/Finally_Summer_in_Germany/metadata.desktop
M	wallpapers/Fresh_Morning/metadata.desktop
M	wallpapers/Golden_Ripples/metadata.desktop
M	wallpapers/Green_Concentration/metadata.desktop
M	wallpapers/Ladybuggin/metadata.desktop
M	wallpapers/Leafs_Labyrinth/metadata.desktop
M	wallpapers/Red_Leaf/metadata.desktop
M	wallpapers/Skeeter_Hawk/metadata.desktop
M	wallpapers/There_is_Rain_on_the_Table/metadata.desktop
2008-05-26 23:05:24 +00:00
Luboš Luňák
6d097abe32 Sync r812950 from oxygen.
svn path=/trunk/KDE/kdebase/workspace/; revision=812982
2008-05-26 19:23:51 +00:00
Luboš Luňák
b68e9b0f77 Build again.
svn path=/trunk/KDE/kdebase/workspace/; revision=812981
2008-05-26 19:22:34 +00:00
Luboš Luňák
98ea0294f3 Sync r812922 from oxygen.
svn path=/trunk/KDE/kdebase/workspace/; revision=812980
2008-05-26 19:22:19 +00:00
Huynh Huu Long
d0d1369a1a adjust the scratches for maximized windows
svn path=/trunk/KDE/kdebase/workspace/; revision=812950
2008-05-26 18:01:53 +00:00
Huynh Huu Long
70e939fe62 remove ozone from CMakeLists.txt until it builds again.
svn path=/trunk/KDE/kdebase/workspace/; revision=812934
2008-05-26 17:02:55 +00:00
Huynh Huu Long
7d0bd3567a colored lines added to improve visibility of active windows
svn path=/trunk/KDE/kdebase/workspace/; revision=812922
2008-05-26 16:21:49 +00:00
Alex Merry
f31063fcdb You can't use members that don't exist. I have no idea what you meant to do here, Andreas, but it wasn't this.
Build again.


CCMAIL: ahartmetz@gmail.com


svn path=/trunk/KDE/kdebase/workspace/; revision=812655
2008-05-25 22:17:28 +00:00
Andreas Hartmetz
db8ca7f784 - Adapt to no undo on close in KShortcutsEditor by adding undo where
appropriate.
- Add the necessary KShortcutsEditor::save() calls where missing.
Use KActionCollection::setComponentData() as a better replacement for
KGlobalAccel::overrideMainComponentData().
- Add setProperty(\"isConfigurationAction\", true) for actions that don't belong
to the module modifying them. This replaces the behavior changes otherwise
triggered by KGlobalAccel::overrideMainComponentData(). The most important
behavior change is to not register an action as gone when it is destroyed in
the configuration module. It likely still exists in its proper module.

svn path=/trunk/KDE/kdebase/workspace/; revision=812610
2008-05-25 20:31:33 +00:00
Urs Wolfer
2876bf7217 add missing KWIN_HAVE_OPENGL_COMPOSITING check
BUG:162466

svn path=/trunk/KDE/kdebase/workspace/; revision=811956
2008-05-24 08:24:48 +00:00
Thiago Macieira
99b12001c0 Don't delete a forward-declared class, since that won't run the
destructor.

Which means move this inline code to non-inline in the .cpp, after the
class has been declared.

svn path=/trunk/KDE/kdebase/workspace/; revision=811618
2008-05-23 14:41:27 +00:00
Scott Wheeler
aa93173086 Casting from ints to widgets and then dereferencing them is bad, mmm-kay?
svn path=/trunk/KDE/kdebase/workspace/; revision=811498
2008-05-23 08:56:56 +00:00
Luboš Luňák
6f981e99ad ShowFPS and ShowPaint need OpenGL OR XRender.
svn path=/trunk/KDE/kdebase/workspace/; revision=811400
2008-05-22 21:31:59 +00:00
Jure Repinc
3b488bf935 Fixed typo in notification sound filename and fixed
some notifications to use an existing sound.

svn path=/trunk/KDE/kdebase/workspace/; revision=811029
2008-05-22 03:30:52 +00:00
Martin Gräßlin
1904a170e4 Fix memory lead and add missing glDisable.
svn path=/trunk/KDE/kdebase/workspace/; revision=810633
2008-05-21 07:49:19 +00:00
Cédric Borgese
451cc25f01 Remove unused anymore header file and copy constants in cpp file.
svn path=/trunk/KDE/kdebase/workspace/; revision=810524
2008-05-20 22:11:20 +00:00
Cédric Borgese
6b391e1ed6 Fix memory leak.
svn path=/trunk/KDE/kdebase/workspace/; revision=810522
2008-05-20 22:04:12 +00:00
Cédric Borgese
41acbcfd5a Fix memory leak.
svn path=/trunk/KDE/kdebase/workspace/; revision=810521
2008-05-20 22:02:11 +00:00
Cédric Borgese
daecb8f0fa Valgrind reported effect_window is accessed through Toplevel::discardWindowPixmap() after it has been deleted in Deleted destructor.
Set it to NULL to avoid illegal access.
CCMAIL l.lunak@kde.org

svn path=/trunk/KDE/kdebase/workspace/; revision=810520
2008-05-20 22:01:49 +00:00
Cédric Borgese
7536e368ff Better default values.
svn path=/trunk/KDE/kdebase/workspace/; revision=810514
2008-05-20 21:52:11 +00:00
Cédric Borgese
6c8c0bc3f2 Reloading the effect from the configuration dialog now works.
svn path=/trunk/KDE/kdebase/workspace/; revision=810496
2008-05-20 21:25:18 +00:00
Cédric Borgese
6606fbc98e Fix errors reported by valgind
fix mismtch new[]/delete[]
fix acces to deleted object.

svn path=/trunk/KDE/kdebase/workspace/; revision=810487
2008-05-20 21:17:49 +00:00