- 30 May, 2011 22 commits
-
-
Aaron J. Seigo authored
BUG:274523
-
Marco Martin authored
don't update the size with a queuedconnection, instead, delay emission of preferredsizechanged from addWidgetsForTask BUG:274525
-
Hugo Pereira Da Costa authored
-
Hugo Pereira Da Costa authored
CCBUG: 274177
-
Aaron J. Seigo authored
-
Hugo Pereira Da Costa authored
CCBUG: 274177
-
Davide Bettio authored
Replaced 1280x1024 background with the correct one because (background was 1278x1024 instead of 1280x1024). BUG: 273731
-
Aaron J. Seigo authored
BUG:257783
-
Aaron J. Seigo authored
-
Marco Martin authored
with a queue connection, it updates the preferred size at the loop after removing an entry from the tray. in this way, the proper updated size gets used BUG:274352
-
Sebastian Kügler authored
-
Aaron J. Seigo authored
BUG:274472 BUG:274475
-
Marco Martin authored
BUG:274493
-
Aaron J. Seigo authored
-
Aaron J. Seigo authored
BUG:274490
-
Aaron J. Seigo authored
-
Aaron J. Seigo authored
BUG:274468
-
Aaron J. Seigo authored
-
Aaron J. Seigo authored
-
Aaron J. Seigo authored
-
Aaron J. Seigo authored
-
Script Kiddy authored
-
- 29 May, 2011 2 commits
-
-
Albert Astals Cid authored
qDeleteAll knows how to delete values of the map/hash in a better way than calling values
-
Script Kiddy authored
-
- 28 May, 2011 2 commits
-
-
Martin Flöser authored
For what reason ever motion manager thinks that windows are not moving during the start animation (but are during the stop animation). So we also have to look on the timeline to decide whether we should disable lanczos filter on the windows. Now wonder the animation was stuttering. BUG: 274292 FIXED-IN: 4.7.0
-
Script Kiddy authored
-
- 27 May, 2011 4 commits
-
-
Aaron J. Seigo authored
-
Aaron J. Seigo authored
probably not the fix for the bug below, but certainly an improvement over the reported behavior BUG:209004
-
Martin Flöser authored
The logic to prevent errornous desktops broke setting a window to all desktops through the task manager. For some reason all desktops is -1 which is of course less than 1 ;-)
-
Script Kiddy authored
-
- 25 May, 2011 3 commits
-
-
Hugo Pereira Da Costa authored
- Method is now called (once) in Style::polish() so that it is late enough for the style to detect QApplication vs KApplication (namely, not in QApplication constructor). - Activate KGlobalSettings only for QApp (not KApp) cases, because it is already done in KApplication constructor, and might actually conflict.
-
Max Lin authored
REVIEW: 101430
-
Script Kiddy authored
-
- 24 May, 2011 1 commit
-
-
Eike Hein authored
CCMAIL:montel@kde.org
-
- 23 May, 2011 3 commits
-
-
Hugo Pereira Da Costa authored
-
Hugo Pereira Da Costa authored
-
Philipp Knechtges authored
Somehow gcc does not care about the ctor because it's a template and this ctor isn't used anywhere. CCMAIL: kde@michael-jansen.biz
-
- 22 May, 2011 3 commits
-
-
Burkhard Lück authored
-
Oswald Buddenhagen authored
this avoids that clock jumps (e.g., ntp syncs) cause timeouts. fixes bug 269522
-
Laurent Montel authored
-