Aleix Pol
ad130ff3bb
Be more explicit about Qt5::Widgets dependencies
...
Include when it's needed and explicitly link against it instead of
pulling it from KF5::WindowSystem
8 years ago
l10n daemon script
e73d40fdc3
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"
9 years ago
l10n daemon script
69538c9d60
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"
9 years ago
l10n daemon script
0952c56bd2
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"
9 years ago
l10n daemon script
ced9357b82
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"
9 years ago
Kai Uwe Broulik
bdaaaedbfb
[AppLauncher Containment Action] Add option to "show apps by name"
...
This will have it show the actual application name instead of the description.
BUG: 358423
FIXED-IN: 5.11.0
CHANGELOG: Application launcher mouse action can now be configured to show application names instead of their description
Differential Revision: https://phabricator.kde.org/D6441
9 years ago
David Edmundson
c75e91f897
Remove unused includes to QGraphicsScene
9 years ago
l10n daemon script
3d960a2f7a
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"
9 years ago
l10n daemon script
02a993f1c4
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"
9 years ago
l10n daemon script
a465ca396d
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"
9 years ago
l10n daemon script
3949d990a4
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"
9 years ago
l10n daemon script
109a4087ad
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"
9 years ago
l10n daemon script
e52728089a
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"
9 years ago
l10n daemon script
50b7c832f3
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"
9 years ago
Eike Hein
25e76917d1
Restore filtering by current activity to the Switch Window action.
...
Reviewers: #plasma
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D2798
10 years ago
David Edmundson
55f3d69008
Port all authorizeKAction -> authorizeAction
...
Summary: Warnings--
Test Plan: compiles
Reviewers: #plasma
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D2537
10 years ago
Kai Uwe Broulik
9b546d9310
[Containment Actions ContextMenu] Port to KGlobalAccel::globalShortcut()
...
Implements the TODO there and removes the manual DBus code.
Differential Revision: https://phabricator.kde.org/D2416
10 years ago
l10n daemon script
d0a211005d
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"
10 years ago
l10n daemon script
757f30c92d
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"
10 years ago
l10n daemon script
bd633d8289
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"
10 years ago
l10n daemon script
5101b0b5f9
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"
10 years ago
Eike Hein
6f31fafd16
Port Switch Window containment action to libtaskmanager-ng.
...
Summary:
Unfortunately this alone won't make it work on Wayland, as it's
still based around storing X11 window ids in QActions.
For it to work on Wayland, it should store model indices instead.
However that requires us to be able to refresh contextualActions()
while the menu is open, which the Plasma framework does not yet
allow.
We obviously need to address this later. For now, let's drop
the old backend and save some CPU and memory.
Reviewers: #plasma
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D2165
10 years ago
Kai Uwe Broulik
a5b728b27f
[Containment Actions] Offer "Remove this panel" option only when panel is being edited
...
We only show the "Remove this applet" option when the panel controller is opened
to prevent the user from accidentally messing up his setup.
However, the "Remove this panel" option, albeit in a submenu, was always there and
is even more destructive.
BUG: 360300
Differential Revision: https://phabricator.kde.org/D1869
10 years ago
Eike Hein
8f3f5ee25b
Rename libtaskmanager to liblegacytaskmanager to make way for rewrite.
...
Summary:
Also ports in-module users of the library.
Translation domain and pot file name remain unchanged, as the new lib
contains no strings.
Reviewers: #plasma
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D1721
10 years ago
David Edmundson
aee6bfe310
Remove superfluous KAuthorised check with new name
...
Summary:
We already have code in plasma that will hide this action using the KAuthorised ID "plasma/plasmashell/unlockedDesktop".
Including a second ID that will only have an effect in one place isn't
very useful.
Test Plan:
Set
[KDE Action Restrictions][$i]
plasma/plasmashell/unlockedDesktop=false
checked I couldn't see this menu
Reviewers: #plasma
Subscribers: plasma-devel
Projects: #plasma
Differential Revision: https://phabricator.kde.org/D1593
10 years ago
Aleix Pol
96ff1c868e
Properly define overrides as suggested by the c++ standard
10 years ago
l10n daemon script
c1da8f1f86
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"
10 years ago
l10n daemon script
9a04a838e5
SVN_SILENT made messages (.desktop file)
10 years ago
l10n daemon script
29e7eaf0be
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"
10 years ago
l10n daemon script
3973041666
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"
10 years ago
l10n daemon script
0e35c812b0
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"
10 years ago
l10n daemon script
40f0461650
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"
10 years ago
Bhushan Shah
4414b99dca
Remove kscreenlocker code from the plasma-workspace
...
It got moved to new repo under kde:kscreenlocker
Reviewed-By: Martin Gräßlin
11 years ago
l10n daemon script
ed0ce07ac5
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
Montel Laurent
a007f294b4
Use new connect api + QStringLiteral
11 years ago
l10n daemon script
ea2f98ad31
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
b64118ab04
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
59381502c2
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
Ivan Čukić
1e460f3158
When switching activities, use only the running ones
...
This makes the activities mouse plugin for plasma shell cycle only
through the running activities.
BUG: 347029
REVIEW: 123597
11 years ago
Ivan Čukić
ddb7b332e5
When switching activities, use only the running ones
...
This makes the activities mouse plugin for plasma shell cycle only
through the running activities.
BUG: 347029
REVIEW: 123597
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
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
1634dd2689
check for the correct action in KAuthorized
11 years ago
l10n daemon script
738b59196a
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
fb88c728e1
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
Montel Laurent
5f9ae5e13c
We depend against kf5-5.8 => ecm > 1.6 => we can use new KDE_ variable
11 years ago
Jonathan Riddell
052d364f75
replace variables set by project()
11 years ago
Jonathan Riddell
f1ac30fa83
remove second calls to project() only 1 allowed per cmake project
11 years ago