Nate Graham
bc565e4c69
Fix some code issues with the previous commit
5 years ago
Niccolò Venerandi
5e24f1c281
[applets/systemtray] increase spacing under header and center icons better
...
This way the icons of the top-most items aren't so close to the header.
5 years ago
Marco Martin
bfe0f30123
put selection of which items are visible in a popup menu
...
the comboboix of a very rarely used feature right
in the header area is super noisy, looks misaligned and puts the feature
in a too much prominent role.
Put everything under a popup menu, mustually exclusive actions will be
shown as radiobuttons
5 years ago
l10n daemon script
de32e86527
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"
5 years ago
David Redondo
7ce91f6ad3
Do not use deprecated KIconLoader functions
5 years ago
David Redondo
4d7b71d794
QDateTime(const QDate&) is deprecated
5 years ago
David Redondo
853e135c20
Port away from QString::sprintf
5 years ago
David Redondo
567d49f55c
Use QUrlQuery instead of QUrl::setQuery
5 years ago
David Redondo
426149bec1
Use current way to setup engine
5 years ago
David Edmundson
1f229ad0ea
Systemd files have comments on newlines
5 years ago
Aleix Pol
99bdfae6c7
Fix QML warning
...
We forgot to add the argument when porting to the new syntax.
5 years ago
David Edmundson
f6269cadde
[libkworkspace] Fix if getCurrentSeat needs to fallback to old approach
...
The test for whether "/auto" is supported was bogus.
QDBusAbstractInterface::isValid effectively just confirms the service
exists and the path is a legally valid name, not that it has any
interfaces there.
This means the fallback path is not run appropriately.
BUG: 423526
5 years ago
David Edmundson
ec6ec848da
Fix signal/slot syntax
...
when using the string based connection syntax we have to follow a
specific way of writing things. The current implementation is off.
5 years ago
Nate Graham
d019de549f
Mention the reason for importing org.kde.kquickcontrolsaddons in some applets
...
GIT_SILENT
5 years ago
Miklós Máté
b5aa5bb87d
dataengines: remove an unused header
...
It was imported from libksysguard, but I don't know why.
https://phabricator.kde.org/D26499
Signed-off-by: Miklós Máté <mtmkls@gmail.com>
5 years ago
Fabian Vogt
8240096051
Revert "fix: components dir content is duplicated for sddm"
...
This reverts commit 29ea3d65fd .
It doesn't honour DESTDIR and so broke package builds.
5 years ago
Michail Vourlakos
7c5f16c40e
Fix SystemEntries not updating correctly
...
The code is meant to add the entry if it's valid, then watch for
changes. Somehow we end up only monitoring if it was valid initially.
This doesn't make sense.
This means if the menu loads before the backend we don't update
correctly when it does load.
CCBUG: 423526
BUG: 427779
5 years ago
l10n daemon script
e932eae6b6
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"
5 years ago
David Faure
ca9380b360
Port from QStandardPaths::DataLocation to QStandardPaths::AppDataLocation
...
They are the same on Linux (but DataLocation is deprecated). On Windows this enables the use of the roaming path.
NO_CHANGELOG
5 years ago
l10n daemon script
eb38391c81
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"
5 years ago
Kai Uwe Broulik
3fded2b874
[Digital Clock] Add override for calendar first day of week
...
It drives me nuts that on my en_US locale computer the calendar starts with a Sunday.
CCBUG: 360965
5 years ago
Benjamin Port
148a9d150e
Delete windows runner, now part of KWin as a dbus runner
5 years ago
Laurent Montel
cb47835d99
it depends against qt5.15
5 years ago
l10n daemon script
11d3721ad4
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"
5 years ago
Nate Graham
87b562063b
[applets/icon] Handle non-Applications URLs again
...
In the past, this applet naively passed the URL to KRun when clicked on
or something was dragged on top of it. However during porting away from
KRun, it was ported to KIO::ApplicationLauncherJob, which only handles
applications, not other types of URLs.
This commit fixes that by making it use KIO::OpenURLJob (which can
handle applications as well as arbitrary URLs) when it's clicked on. We
also short-circuit the application-specific logic when something is
dragged on it and it's not an application, which allows the
non-application logic to be reached.
BUG: 427797
FIXED-IN: 5.20.3
5 years ago
Andrey Butirsky
29ea3d65fd
fix: components dir content is duplicated for sddm
...
preserve symlink on install
5 years ago
Kai Uwe Broulik
69f5c3a068
[System Tray] Fall back to tool tip title if no title is set
...
Some Electron apps send an empty tray icon title... Instead of showing an
awkward gap, use the tooltip title instead.
5 years ago
Kai Uwe Broulik
8b703d005f
[Notifications] Add "Move to Trash" and "Delete" actions to file menu
...
So one can, for instance, quickly delete an unwanted screenshot.
It follows the usual Trash context menu actions, i.e. move to trash is only
shown for local files and locations that support moving, Delete is shown for
remote locations or when enabled in settings.
Swapping of the action when holding Shift is not implemented.
BUG: 428159
FIXED-IN: 5.21.0
5 years ago
Laurent Montel
f93d2b55cf
Port deprecated methods
5 years ago
l10n daemon script
13a20ff7ae
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"
5 years ago
Nate Graham
9d673e920e
Revert "fix: components dir content is duplicated for sddm"
...
This reverts commit 5926da56e5 .
This commit breaks configuration with a CMake error. Please test your
changes before pushing.
CCMAIL: butirsky@gmail.com
5 years ago
Andrey Butirsky
5926da56e5
fix: components dir content is duplicated for sddm
...
preserve symlink on install
5 years ago
Lamarque V. Souza
97515dfd1e
Merge branch 'master' into fixSleeping
5 years ago
Lamarque V. Souza
de3e48d81c
[logout-greeter] Fix sleep.
5 years ago
David Edmundson
86e74d75df
[plasma-session] Fix application lifespan
...
We want to last until all jobs are finished and the notification sound
thread has finished. The design intention was to let QEventLoopLocker
handle all of it implicitly, but that doesn't work when we call quit
explicitly.
BUG: 422948
5 years ago
David Edmundson
d8ab226edd
[LookAndFeel/OSD] Move away from unqualified IDs
...
The old code took a pointer to an opaque object then tried to find
matching properties.
Use of aliases makes things clearer. It should also help if someone adds
a property to OSDItem again.
5 years ago
David Edmundson
b973e30963
Sync OSD properties
...
A new property was added to the OSD and due to the unique way the OSD
code is written this cause the OSD to explode if not in sync.
BUG: 425908
5 years ago
Alexander Lohnau
6a61ebd7bd
Minor cleanup
5 years ago
Konrad Materka
8a28a6f385
[applets/systemtray] Refactor item size logic
...
Just refactoring, no logical changes.
Moves all properties to the GridView, adds comments etc.
5 years ago
Alexander Lohnau
54d02d70a7
Cleanup PowerDevil Runner
...
It contained traces of some KDE4 stuff,
an useless if statement and a bit of formatting.
5 years ago
Konrad Materka
881db6a9da
[applets/systemtray] Fixes for vertical and huge panel
...
Few fixes for icon sizing, especially less common. like vertical panel and huge sizes.
BUG: 428158
BUG: 428127
BUG: 428198
FIXED-IN: 5.20.2
5 years ago
Alexander Lohnau
dc509cfd50
Remove systemsettings5 and kinfocenter hack
...
With https://invent.kde.org/frameworks/kservice/-/merge_requests/16
and all the commits that followed we can remove this hack.
CCBUG: 398803
5 years ago
l10n daemon script
3fa06267e8
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"
5 years ago
Aleix Pol
f29c8bd4a7
appstreamrunner: Demote the matches so they get less in the way
5 years ago
Konrad Materka
db009f5af5
[applets/systemtray] Make highlight wider
...
Make current item highlight wider, to fill width of active area of applet.
BUG: 427638
FIXED-IN: 5.21
5 years ago
Alexander Lohnau
ec937ad4b8
Fix QProcess deprecation warning
5 years ago
Alexander Lohnau
0b09fe1bcf
Solve clazy warnings about range based for loops
5 years ago
l10n daemon script
ff9f6c8c10
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"
5 years ago
Laurent Montel
457fd4d232
If include is define in .h remove it if it's defined in .cpp too (scripted)
5 years ago
Alexander Lohnau
29cd276f7e
Do not explicitely define Exec lines for KCMs
...
See https://invent.kde.org/frameworks/kservice/-/merge_requests/16
CCBUG: 398803
5 years ago