Kai Uwe Broulik
30cd11c7e2
[Plasma Windowed] Use setSize instead of setWidth + setHeight
...
Differential Revision: https://phabricator.kde.org/D7365
9 years ago
Harald Sitter
1bd3145694
warning--
...
Summary: active is unused, don't declare it
Test Plan: no compiler warning raised about the unused var anymore
Reviewers: apol
Reviewed By: apol
Subscribers: anthonyfieroni, plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D7065
9 years ago
l10n daemon script
fa471c9d6a
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
27efb8b195
[Plasma Windowed] Emit contextualActionsAboutToShow before showing them
...
Applets might populate the menu only on demand.
Differential Revision: https://phabricator.kde.org/D5239
9 years ago
Kai Uwe Broulik
71dda89bb8
[Plasma Windowed] Disable standard actions on SNI
...
We add our own "Close" item manually. The default quit entry would quit the application
but one Plasma Windowed instance can hold multiple applets each with their own SNI.
Also, add a separator (QMenu is smart enough not to show separators at the beginning of
the list, ie. if there's no applet actions)
Differential Revision: https://phabricator.kde.org/D5333
9 years ago
Marco Martin
bf19dbba13
fixes for plasmawindowed sni support
...
Summary:
* support one sni per applet
* fix commandline parsing when the process is already running
(--statusnotifier paramenter was breaking parsing)
* sync applet and sni status
* toggle shown/hidden based on current window status
* close action closes the plasmoid, not the whole app
* applet contextual action in context menu
Test Plan:
tested with different applets, more than once,
context menus correctly synced, status correctly synced
can quit plasmoids one by one
Reviewers: apol, davidedmundson
Reviewed By: davidedmundson
Subscribers: apol, plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D5242
9 years ago
Kai Uwe Broulik
d9d4737b3f
[Plasma Windowed] Forward plasmoid status to SNI and update title and icon live
...
Forward plasmoid status to the SNI and when the applet changes its title or icon update it.
Differential Revision: https://phabricator.kde.org/D5238
9 years ago
Marco Martin
522276e34e
close the plasmoid window with ctrl+q
...
reviewed-by:kbroulik
9 years ago
Marco Martin
e20f155190
Setting a sensible minimum size for plasmawindowed
...
Summary:
plasmawindowed didn't set any minimum size to its window,
so it could be resized unusably small.
it tried to find its attached Layout, but the attached property
object wasn't created.
now set the minimum size by the following heiristics:
* if there is a switchsize, set it to switch to full representation
* then take the full representation minimum size if available and bigger then switch size
* otherwise, set it as SizeEnormous icon size
* in any case, don't let the window be less than that
BUG:376277
Test Plan:
tried both an applet that exports a layout and ful lrepresentation (kickoff)
and an applet that wants to stay collapsed (analog clock) kickoff
stays expanded at a reasonable minimum size, the clock can be scaled down
to 128x128
Reviewers: #plasma, broulik
Reviewed By: #plasma, broulik
Subscribers: broulik, plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D5235
9 years ago
l10n daemon script
49d79637c5
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
f1167336c1
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
60eb1564da
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
David Edmundson
8f74e49c82
Remove private include of PlasmaQuick
...
Summary:
It's been exported for ages
And these versions can lag behind causing all sorts of problems
Test Plan: Compiles
Reviewers: #plasma, markg
Reviewed By: markg
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D4029
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
David Edmundson
dbb7f8aecf
Revert "Revert "Port to new plasma-framework API""
...
This commit was wrong in 5.8, but fine in master where we can
raise the dependency
This reverts commit 9e457e8c63 .
9 years ago
David Edmundson
9e457e8c63
Revert "Port to new plasma-framework API"
...
This reverts commit 3f859c3dbd .
We can't depend on new frameworks API in a patch release.
CC: aleixpol@kde.org
9 years ago
Aleix Pol
3f859c3dbd
Port to new plasma-framework API
...
Reduces unnecessary castings.
Ports away the WindowedWidgets runner from KService
REVIEW: 129101
9 years ago
Aleix Pol
d1708e3011
Port to new plasma-framework API
...
Reduces unnecessary castings.
Ports away the WindowedWidgets runner from KService
REVIEW: 129101
10 years ago
Aleix Pol Gonzalez
f684124287
Fix most obvious clazy and clang warnings
...
REVIEW: 128997
10 years ago
Aleix Pol
96ff1c868e
Properly define overrides as suggested by the c++ standard
10 years ago
l10n daemon script
5435e568df
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
278ba70509
SVN_SILENT made messages (.desktop file)
10 years ago
l10n daemon script
b2173723ce
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
10856b8411
SVN_SILENT made messages (.desktop file)
10 years ago
l10n daemon script
8e5a578302
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
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
80c1c7eada
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
d3277e8269
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
ef8e9abb33
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
6635cdc956
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
59292eea40
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
1f37ac1fa2
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
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
l10n daemon script
f8e40f16c2
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
f1ac30fa83
remove second calls to project() only 1 allowed per cmake project
11 years ago
l10n daemon script
640f47fdd2
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
2569d35ff4
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
5e058803f7
SVN_SILENT made messages (.desktop file)
11 years ago
Aleix Pol
47912771bf
Revert "Remove plasma-windowed"
...
This reverts commit f07fcd07c7 .
11 years ago
Aleix Pol
f07fcd07c7
Remove plasma-windowed
...
Moved to plasma-framework as agreed with Marco.
11 years ago
l10n daemon script
e8dd62f1c1
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
8e3c188f58
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
99bd87a5ad
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
5629da4cb1
SVN_SILENT made messages (.desktop file)
11 years ago