- 27 Jan, 2015 1 commit
-
-
Martin Flöser authored
With IM modules it's possible that one cannot unlock the screen at all. So better disable all IM modules in the greeter. For that we explicitly enforce the compose module, which is the fallback in Qt. BUG: 306932 FIXED-IN: 5.2.1 REVIEW: 122259
-
- 26 Jan, 2015 1 commit
-
-
Vishesh Handa authored
BUG: 323704 FIXED-IN: 5.2.1
-
- 23 Jan, 2015 2 commits
-
-
Kai Uwe Broulik authored
This makes a single battery with details shown (most prevalent usecase) fit in there without scrolling
-
Kai Uwe Broulik authored
Implicit/paintedHeight causes binding loops when eliding is enabled, also when Repeater recreates items they don't immediately have a parent (for whatever reason) also throwing warnings BUG: 343047 FIXED-IN: 5.2.1
-
- 22 Jan, 2015 1 commit
-
-
Jonathan Esk-Riddell authored
-
- 21 Jan, 2015 3 commits
-
-
Lukáš Tinkl authored
CCBUG: 338116
-
Jonathan Esk-Riddell authored
-
Script Kiddy authored
-
- 20 Jan, 2015 3 commits
-
-
Eike Hein authored
Now matching kwin behavior again. CCBUG:342821
-
Marco Martin authored
-
Kai Uwe Broulik authored
BUG: 343059 FIXED-IN: 5.2.0 Reviewed-By: mklapetek
-
- 19 Jan, 2015 2 commits
-
-
Kai Uwe Broulik authored
BUG: 343046 FIXED-IN: 5.2.0
-
Script Kiddy authored
-
- 18 Jan, 2015 2 commits
-
-
Kai Uwe Broulik authored
This was there to initially populate the dataengine. But since the requests are all asynchronous the data won't be there on time anyway, so let's just wait until somebody explicitly requests the source which was done by batterymonitor anyway resulting in two subsequent calls potentially confusing PowerDevil and causing it to go nuts. CCBUG: 337674
-
Script Kiddy authored
-
- 17 Jan, 2015 4 commits
-
-
Kai Uwe Broulik authored
-
Hrvoje Senjan authored
Fixes build with Qt 5.5
-
Klipper crashes when any modifier key (with the exception of ALT) is pressed. This is because it enters into an infinite recursion. This happens because Klipper popup delegates all events to its input field. The input field does not consume the event, so it is propagated to the parent widget, which is the popup. The popup tries to send the event to the input field again. Since klipper is now part of plasma, this bug kills the entire shell REVIEW: 122106 BUG: 342947
-
Script Kiddy authored
-
- 16 Jan, 2015 4 commits
-
-
QObject::destroyed has a QObject* as the argument, screenRemoved takes QScreen* as an argument. CC: aleixpol@kde.org (cherry picked from commit e14e0aa2)
-
Martin Klapetek authored
Amarok sets "Now Playing" title for every notification, which made it grouped rather than replaced, so group only if the app_name is not in the "always replace" list. Reviewed-by: Kai Uwe Broulik
-
Martin Klapetek authored
There were situations when the same notification popup could be be inserted twice into the available popups list, breaking the positioning as it would create more notifications than it was able to but they would never get closed and would offset the whole stack. One of such scenarios was when user manually closed the popup with the close button. After it was hidden, the hiding timer still went on to fire and close it again, causing the above. Should be all fixed now. BUG: 342605
-
Script Kiddy authored
-
- 15 Jan, 2015 4 commits
-
-
Marco Martin authored
BUG:342627 Conflicts: applets/systemtray/package/contents/ui/CompactRepresentation.qml
-
Marco Martin authored
ensure units.smallSpacing between icons, sizing should be a bit better as well BUG:340685
-
Marco Martin authored
BUG:342851
-
Script Kiddy authored
-
- 14 Jan, 2015 1 commit
-
-
Script Kiddy authored
-
- 13 Jan, 2015 2 commits
-
-
Aleix Pol Gonzalez authored
Use Qt 5.4 API for screen removal which notifies us about the screen removed before having it removed. Treat differently add and remove, current implementation wasn't very sensible. REVIEW: 122040 BUG: 336616
-
Script Kiddy authored
-
- 12 Jan, 2015 1 commit
-
-
Martin Klapetek authored
The string capitalization will be done in master/5.3 as we're in string freeze right now, so this part cannot be changed. REVIEW: 122018 BUG: 338083 FIXED-IN: 5.2.0
-
- 11 Jan, 2015 1 commit
-
-
Albert Astals Cid authored
REVIEW: 121973 Acked by Lukáš Tinkl
-
- 09 Jan, 2015 2 commits
-
-
Lukáš Tinkl authored
fixes GTK styles (among others) not being applied on Plasma startup
-
Bhushan Shah authored
Otherwise it will get reset at restart BUG: 342623 FIXED-IN: 5.2 REVIEW: 121950
-
- 08 Jan, 2015 6 commits
-
-
Lukáš Tinkl authored
as dbus says
-
David Edmundson authored
As per VDGs original suggestions, see bug report BUG: 342630
-
Vishesh Handa authored
Reviewed-By: Marco Martin & MarinK
-
Jonathan Esk-Riddell authored
-
Martin Flöser authored
XFlush is not called automatically when going back to event loop, thus events are not delivered. With the XFlushs at these two positions I'm no longer able to reproduce the problem that the screen ends up black instead of showing the lock windows.
-
Script Kiddy authored
-