Alexander Lohnau
c11051955d
Convert license headers to SPDX
5 years ago
Alexander Lohnau
823d2106ec
Run clang-format
...
If you want git blame to ignore formatting revisions run:
git config blame.ignoreRevsFile .git-blame-ignore-revs
5 years ago
Yuri Chornoivan
99450132b1
Fix minor EBN issues and typos
6 years ago
Laurent Montel
7063bba5f7
Use nullptr. Initialize variables. Don't use 0 for QString()
8 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
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
10 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
Montel Laurent
a007f294b4
Use new connect api + QStringLiteral
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
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
Montel Laurent
2e14731199
Remove no necessary include moc
11 years ago
Marco Martin
2d603dec1d
port plasmawindowed to KPackage
11 years ago
Aleix Pol
bec0249c35
Make it possible to make plasmawindowed live in a status notifier
...
Now this introduces a --statusnotifier argument that sets up a status
notifier item and when the window is closed it doesn't kill the process.
REVIEW: 121016
12 years ago
Montel Laurent
cfb062eec6
Port to new connect api. Fix forward declaration. Fix includes
12 years ago
Marco Martin
f93fb9195d
don't crash with invalid applets
...
simple error message
12 years ago
Marco Martin
81796736b9
propagate minimum and maximum sizes
12 years ago
Marco Martin
4f6c8152a7
only one applet per type
12 years ago
Marco Martin
0e85e078f2
support arguments for applets
12 years ago
Marco Martin
c3a64e8d1f
use application formfactor
12 years ago
Marco Martin
791a585074
correct some minor code issues
...
less debug output, whitespaces, general copy-paste related problems
12 years ago
Marco Martin
c259442315
save and restore applets from places that do work
...
there is only one empty containment in appletsrc
applets are saved in plasmawindowedrc, so they won't be restored at
application start, but only on demand
12 years ago
Marco Martin
10286ed2bf
file name plasmawindowed-appletsrc
12 years ago
Marco Martin
f41fd21ab3
correct resize
12 years ago
Marco Martin
9cd6a4fdf8
prototype without PlasmaQuick::View
12 years ago
Marco Martin
c99a1b1083
listen for new invocations
12 years ago
Marco Martin
a4390f5176
more than one view
12 years ago
Marco Martin
a109b29537
remove some code
12 years ago
Marco Martin
60a0cc9fea
add copyright
12 years ago
Marco Martin
d0e480a6b9
correctly restore applets
12 years ago
Marco Martin
9809bdffbe
start of a plasma5 rewrite of plasma-windowed
...
still some serious problems in restoring the config of a known applet tough
12 years ago