- 20 Dec, 2009 3 commits
-
-
Lucas Murray authored
the highlight window effect. svn path=/trunk/KDE/kdebase/workspace/; revision=1064251
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/workspace/; revision=1064230 The following changes were in SVN, but were removed from git: M wallpapers/Media_Life/metadata.desktop M wallpapers/Quadros/metadata.desktop
-
Thomas Lübking authored
CCBUG: 217040 svn path=/trunk/KDE/kdebase/workspace/; revision=1064056
-
- 19 Dec, 2009 6 commits
-
-
Martin Flöser authored
Enable highlight windows effect by default (in general and for tabbox) as it works very reliable and is a great and useful feature. svn path=/trunk/KDE/kdebase/workspace/; revision=1063954
-
Martin Flöser authored
Extend the kconf update for 4.4 so that desktop switch on screen edge does not get disabled by quick maximize/tiling. Changing the id, so that the script gets executed for those who already run it (tabbox settings will not be changed when the script runs once, so it's safe). BUG: 217770 svn path=/trunk/KDE/kdebase/workspace/; revision=1063869
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/workspace/; revision=1063812 The following changes were in SVN, but were removed from git: M wallpapers/Quadros/metadata.desktop
-
Lucas Murray authored
other windows in the old group. Was a regression of the client group geometry and desktop check commits. svn path=/trunk/KDE/kdebase/workspace/; revision=1063777
-
Lucas Murray authored
svn path=/trunk/KDE/kdebase/workspace/; revision=1063707
-
Lucas Murray authored
functions are still being called on the wrong window. CCBUG: 219270 svn path=/trunk/KDE/kdebase/workspace/; revision=1063682
-
- 18 Dec, 2009 3 commits
-
-
Hugo Pereira Da Costa authored
Use blended pixmaps to do the transition instead of QPainter::drawText with alpha blended colors. This fixes glitches when title is changed while animation is running. (thanks to Wilder for reporting). svn path=/trunk/KDE/kdebase/workspace/; revision=1063441
-
Lucas Murray authored
BUG: 214722 svn path=/trunk/KDE/kdebase/workspace/; revision=1063405
-
Hugo Pereira Da Costa authored
svn path=/trunk/KDE/kdebase/workspace/; revision=1063400
-
- 17 Dec, 2009 4 commits
-
-
Martin Flöser authored
SVN_SILENT svn path=/trunk/KDE/kdebase/workspace/; revision=1063341
-
Martin Flöser authored
SVN_SILENT svn path=/trunk/KDE/kdebase/workspace/; revision=1063337
-
Martin Flöser authored
svn path=/trunk/KDE/kdebase/workspace/; revision=1063328
-
Martin Flöser authored
SVN_SILENT svn path=/trunk/KDE/kdebase/workspace/; revision=1063324
-
- 16 Dec, 2009 8 commits
-
-
Martin Flöser authored
Using C++ as the bash script didn't work. Nevertheless thanks to Jan Gerrit Marker for the half working script (would have worked if all entries were in the same config group). BUG: 211215 svn path=/trunk/KDE/kdebase/workspace/; revision=1063079
-
Fredrik Höglund authored
Client::transparentRect() and Client::layoutDecorationRects(). svn path=/trunk/KDE/kdebase/workspace/; revision=1063057
-
Martin Flöser authored
Will be back when trunk reopens and I have to bug Plasma devs to implement it ;-) svn path=/trunk/KDE/kdebase/workspace/; revision=1063035
-
Martin Flöser authored
This change magically fixes the problem that you had to close the systemsettings window to use the GHNS dialog. svn path=/trunk/KDE/kdebase/workspace/; revision=1063029
-
Fredrik Höglund authored
tranformations when in Xrender mode. svn path=/trunk/KDE/kdebase/workspace/; revision=1063025
-
Fredrik Höglund authored
switching decorations. svn path=/trunk/KDE/kdebase/workspace/; revision=1063015
-
Fredrik Höglund authored
svn path=/trunk/KDE/kdebase/workspace/; revision=1063011
-
Fredrik Höglund authored
svn path=/trunk/KDE/kdebase/workspace/; revision=1063010
-
- 15 Dec, 2009 2 commits
-
-
Lucas Murray authored
svn path=/trunk/KDE/kdebase/workspace/; revision=1062594
-
Hugo Pereira Da Costa authored
remove mouseReleaseEvent corresponding to showing the menu from the event loop. this is a patch originally from Thomas Lubig (thanks!) CCBUG: 218623 svn path=/trunk/KDE/kdebase/workspace/; revision=1062526
-
- 14 Dec, 2009 13 commits
-
-
Martin Flöser authored
Change the mouse cursor in desktop grid on start of dragging (after dnd delay) and not when pressing the mouse button. That should help to indicate the difference between click and drag. BUG: 211041 svn path=/trunk/KDE/kdebase/workspace/; revision=1062475
-
Thomas Lübking authored
svn path=/trunk/KDE/kdebase/workspace/; revision=1062392
-
Lucas Murray authored
logic error. svn path=/trunk/KDE/kdebase/workspace/; revision=1062369
-
Lucas Murray authored
focus stealing prevention for ungrouped windows?) svn path=/trunk/KDE/kdebase/workspace/; revision=1062368
-
Lucas Murray authored
grouped. svn path=/trunk/KDE/kdebase/workspace/; revision=1062354
-
Lucas Murray authored
grouped. BUG: 217434 svn path=/trunk/KDE/kdebase/workspace/; revision=1062353
-
Lucas Murray authored
This is probably as good as it gets without adding window properties. CCBUG: 218116 svn path=/trunk/KDE/kdebase/workspace/; revision=1062347
-
Lucas Murray authored
highlighted window on the screen. Happens when no window matches the current filter. BUG: 212984 svn path=/trunk/KDE/kdebase/workspace/; revision=1062343
-
Lucas Murray authored
svn path=/trunk/KDE/kdebase/workspace/; revision=1062336
-
Script Kiddy authored
svn path=/trunk/KDE/kdebase/workspace/; revision=1062316 The following changes were in SVN, but were removed from git: M wallpapers/Media_Life/metadata.desktop M wallpapers/Quadros/metadata.desktop
-
Jacopo De Simoi authored
svn path=/trunk/KDE/kdebase/workspace/; revision=1062238
-
Jacopo De Simoi authored
Use a set instead of a counter to keep track of moving windows, this is much less error-prone and allows to avoid corner cases such as motions for the same window starting in the same frame. BUG: 205632 svn path=/trunk/KDE/kdebase/workspace/; revision=1062214
-
Christoph Feck authored
BUG: 163817 svn path=/trunk/KDE/kdebase/workspace/; revision=1062180
-
- 13 Dec, 2009 1 commit
-
-
Hugo Pereira Da Costa authored
changed painting order of old/new caption and embossed/main text when title text transition is called, to avoid flicker. Also removed automatic text elision on old caption svn path=/trunk/KDE/kdebase/workspace/; revision=1062149
-