Kai Uwe Broulik
710837e3f8
Only restart Timer when the dialog is visible
...
Otherwise the Timer might fire when there are no notification properties
causing warnings.
Reviewed-by: mklapetek
11 years ago
l10n daemon script
a845ce6370
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
8847a8c575
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
David Edmundson
9e5f357a89
Visible error messagebox on fatal loading errors
...
BUG: 346792
REVIEW: 123535
11 years ago
Kai Uwe Broulik
2b7d3c4bc5
Fix running applet calculation
...
We get an int rather than a bool :)
11 years ago
Kai Uwe Broulik
b092042c61
Merge branch 'Plasma/5.3'
11 years ago
Kai Uwe Broulik
bc5c47537f
Manually keep track of jobs sources
...
DataSources source is a QStringList property which means changes within cannot be tracked
causing all the job delegates to be destroyed and re-created when sourcesChanged is emitted.
This is pretty wasteful and also causes the delegates to lose their state (eg. details expanded)
REVIEW: 123502
BUG: 346673
FIXED-IN: 5.3.1
11 years ago
David Rosca
eacc660109
Fix build
11 years ago
David Edmundson
d34ff80503
Merge branch 'Plasma/5.3'
11 years ago
David Edmundson
f0d0518a70
Match window switch dialog borders with addwidgets/switch activity
...
BUG: 345614
REVIEW: 123506
11 years ago
Martin Klapetek
d95c4b850b
[notifications] Replace ' with ' as ' is not supported by StyledText
...
QtQuick's Text with StyledFormat supports only html3.2 subset of stuff.
' is html4 and as such gets removed altogther, which is obviously
unwanted.
Reviewed-by: Kai Uwe Broulik
BUG: 346710
FIXED-IN: 5.3.1
11 years ago
l10n daemon script
1536c4c41c
SVN_SILENT made messages (.desktop file)
11 years ago
Bhushan Shah
0b7a607beb
set KAboutData in krunner
...
otherwise drkonqi will not be able to report crash on bugs.kde.org
Reviewed-By: d_ed
11 years ago
l10n daemon script
b09a3b2a86
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Kai Uwe Broulik
2b503ba920
Append "(Paused)" to paused jobs since they're not really obvious
...
REVIEW: 123501
11 years ago
Kai Uwe Broulik
24d1fe09c5
Merge branch 'Plasma/5.3'
...
Conflicts:
CMakeLists.txt
runners/powerdevil/plasma-runner-powerdevil.desktop
11 years ago
Kai Uwe Broulik
a3b79c165a
Disable indeterminate animation for suspended jobs
...
Since they're not doing anything there's no need for an animation. Also simplify
jobstate handling, we're only ever interested in the suspended state.
11 years ago
Bhushan Shah
317421fd23
Fix crash when currentActivityChanged is emitted before creating view
...
REVIEW: 123494
11 years ago
l10n daemon script
cfdd941e48
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
83536ffb3a
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Antonis Tsiapaliokas
9c1d4f889d
We don't need QtWebkit as a dependency anymore.
...
REVIEW: 123457
11 years ago
David Edmundson
ec22ae8b14
Fix last commit.
...
Logic was trying to check we have at least 2 arugments.
11 years ago
David Edmundson
c1fdbe229b
Fix logic in argument check in plasma-windowed
...
! is expanded before > changing the meaning somewhat.
BUG: 346311
11 years ago
Jonathan Riddell
6882f14e7b
replace reference to licence with the bsd licence as the reference often goes missing
11 years ago
l10n daemon script
da60c376a1
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
1fbbe7469e
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Jonathan Riddell
6822090000
Update version number for 5.3.0
11 years ago
l10n daemon script
059c83da94
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
2eaecc21f2
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Martin Gräßlin
cd134d7326
[containmentactions] Verify that list returned from kglobalaccel is not empty
...
If it's empty it results in a crash.
Reviewed-By: Marco Martin
11 years ago
Martin Gräßlin
45ab13f297
[containmentactions] Verify that list returned from kglobalaccel is not empty
...
If it's empty it results in a crash.
Reviewed-By: Marco Martin
11 years ago
Martin Gräßlin
9e4aa8c4a8
[libtaskmanager] Use windowClass from KWindowInfo instead fetching from X each time
...
Saves a roundtrip when being accessed. No need to fetch information we
already hold.
CCBUG: 340583
Reviewed-By: Eike Hein
11 years ago
Martin Gräßlin
3a7e17c997
[ksmserver] Do not try to start X11 window manager if Wayland env variables are set
...
If ksmserver is started in a session with WAYLAND_DISPLAY
and/or WAYLAND_SOCKET being exported we can assume that the Xserver is an
Xwayland server. In that case the wayland compositor is also the window
maager. Thus starting a window manager would either fail or create severe
havoc in case it succeeds in replacing the running window manager.
REVIEW: 123444
11 years ago
Lasse Liehu
435c511c92
Merge branch 'Plasma/5.3'
11 years ago
Lasse Liehu
64a341612e
Fix vertical alignment of entry names in system tray configuration
...
REVIEW: 123435
11 years ago
Bhushan Shah
e42a0f067a
Fix regression of plasmashell executable not showing version
11 years ago
Lukáš Tinkl
df1cfae779
be more educative and assign the local shortcuts from the global ones
...
fixes the desktop context menu not having any listed shortcuts for the
global actions
acked by notmart
11 years ago
Lukáš Tinkl
2734b8e809
be more educative and assign the local shortcuts from the global ones
...
fixes the desktop context menu not having any listed shortcuts for the
global actions
acked by notmart
11 years ago
Lukáš Tinkl
9f8a6c2989
simplify the map construction
...
also a QStringList is more efficient than a QList<QString>
11 years ago
l10n daemon script
4a9d993715
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
049d77c408
SVN_SILENT made messages (.desktop file)
11 years ago
David Edmundson
7e5818067d
Merge branch 'Plasma/5.3'
11 years ago
David Kahles
6b1170b5b5
Display sddm loginprompt only on the primary monitor
...
Only show loginbar on the primary monitor,
This is also the behavior of
other sddm themes, as well as GDM and Windows.
REVIEW: 123351
11 years ago
Lukáš Tinkl
1634dd2689
check for the correct action in KAuthorized
11 years ago
Marco Martin
73ee8a0715
Merge branch 'Plasma/5.3'
...
Conflicts:
runners/powerdevil/plasma-runner-powerdevil.desktop
11 years ago
Marco Martin
2078e5c2f8
adjust layout in panels
...
don't show titles in panels and stack graphs horizontally on horizontal panels
BUG:346295
11 years ago
l10n daemon script
cfe6d5fe3f
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
7adab36181
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Martin Klapetek
bb5ea36c33
[notifications] Make sure the timer is restarted after the popup moves
...
There's a bug with MouseArea which causes the containsMouse to not be
updated when the Item moves away from below the mouse while the mouse is
not being moved. This should help at least with those cases where the
notification gets stuck.
Reviewed-by: Kai Uwe Broulik
CCBUG: 345973
11 years ago
Lukáš Tinkl
2a5d971398
remove the local copy of kglobalaccel
...
now that we hard-depend on frameworks > 5.7
acked by d_ed
11 years ago