Marco Martin
113fe48caf
2 step top panel slide
...
a top panel can be just "half" opened showing only the top row of icons. don't duplicate the icons but dynamically fade in/out those making also possible to open the drawer completely by a single, longer swipe
2021-03-09 12:52:17 +00:00
David Edmundson
33400a872f
Avoid potential double dbus start
...
See matching commit 8475fe4545998c806704a45a7d912f777a11533f in
plasma-workspace
2021-03-07 15:43:46 +00:00
Devin Lin
9854558a1b
Fix panel icon sizing
...
Ensure integer pixel margins
2021-03-05 18:50:48 -05:00
Marco Martin
66f13653ae
remove code pushed by mistake
2021-03-05 14:37:17 +01:00
Marco Martin
5814fd9696
apporder reflects favorites
...
keep in sync the first items of apporder which will always be favorites.
this should fix the favorites spontaeous reordering that sometimes
happen
2021-03-05 14:37:17 +01:00
Devin Lin
b81d29d2c2
Change task panel down icon to symbolic
2021-03-04 18:44:07 -05:00
Aleix Pol
13f21bf23b
Port to use IconItem again
2021-03-04 15:54:56 +00:00
Aleix Pol
31fceb18f8
Prioritise hiding the virtual keyboard
...
Now that the virtual keyboard appears right over the panel, change the
close window button to a hide button. When the virtual keyboard is
hidden, now you get the big X to close.
2021-03-04 15:54:56 +00:00
Nicolas Fella
17001ddef9
Raise minimum CMake version to 3.16
...
As discussed in https://mail.kde.org/pipermail/plasma-devel/2021-February/119329.html
GIT_SILENT
2021-03-04 13:05:03 +01:00
l10n daemon script
6bb1653746
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"
2021-03-03 07:53:40 +01:00
Nicolas Fella
21a3bcafe4
Convert license headers to SPDX
2021-03-02 22:45:25 +01:00
Bhushan Shah
95a0592417
Fix the SignalStrength indicator on lockscreen
2021-03-01 11:46:47 +05:30
Noah Davis
ed4d713ffb
Use Header colors for top panel
...
Apps use this colorset now. Not using this color set causes the top panel to look weird.
2021-02-28 00:23:21 -05:00
Bhushan Shah
e92188b5e9
shell: keep panelsfix.js in sync with layout.js
...
Otherwise if we add the panels which were missing, we will end up adding
panel without notifications and mediacontroller.
2021-02-26 09:31:59 +05:30
Marco Martin
b044fd156d
fix horizontal scrolling of applets
...
try harder to not have the applet outside of boundaries
2021-02-25 18:02:40 +01:00
Aleix Pol
59297a25f3
--warnings
...
Make sure we don't call null pointers
Do not reference old objects that don't exist anymore
2021-02-24 16:04:24 +01:00
Aleix Pol
9bda1b66ff
Remove call to an element that doesn't exist
...
I imagine this was ported away from Loader but it's not anymore.
2021-02-24 16:02:54 +01:00
Aleix Pol
4e67f0e2b0
Fix typo
2021-02-24 16:01:53 +01:00
Aleix Pol
dec76b0da0
Fix documentation
...
org.kde.plasma.phone -> org.kde.plasma.phoneshell
2021-02-24 13:35:46 +01:00
Devin Lin
7a740a2f5d
Tweak app drawer behavior
...
- Only trigger the app drawer open/close animation if the flick goes over an eighth of the screen so that small flicks do not trigger it
- Adjust easing curve to be OutQuad so that fast flicks don't feel slow (have to slow to a stop, and then animation triggers)
- Increase animation duration to account for OutQuad curve
- Animate opacity of application icons as the app drawer comes in and out
2021-02-22 16:08:43 +00:00
Marco Martin
40f6abd78e
enable the drag handler only when the containment has focus
...
this way it doesn't steal events anymore from the widget explorer
2021-02-22 14:59:15 +01:00
Devin Lin
17938b31ae
Close sliding panel as soon as it's off the screen for no delay
2021-02-22 12:22:07 +00:00
Devin Lin
f231b04bdc
Cancel sliding panel animations on touch so it's more responsive
2021-02-22 12:22:07 +00:00
l10n daemon script
006cb7f865
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"
2021-02-18 07:54:49 +01:00
Marco Martin
ed91354960
respect max favorite count when dropping
2021-02-16 13:37:50 +01:00
Bhushan Shah
e01cf0b6a2
Drop un-needed environment variables
2021-02-15 16:35:18 +05:30
Marco Martin
00d63af2da
More familiar behavior for the App Drawer
...
This makes the behavior of the app drawer a bit more familiar and
slightly more similar to Android for now:
* The drawer always contains every application
* Applications are always alphabetically ordered
* The drawer opens completely, not staying stuck in "in between" states
* is possible to drag more copies of a single app on the homescreen/favorites
* possible to remove an icon from the homescreen or favorites
Two things have been prepared in there (but are material for 5.22 only,
so not finished)
* Things have been reordered such in a way that makes easy for most of
the qml files to become components to make easy for people to build
their own customized homescreen
* basic infrastructure is there to allow for multiple horizontal pages
scroll, though not implemented yet as needs changes to plasma-workspace
layouting code beforehand
2021-02-15 16:25:39 +05:30
Yuri Chornoivan
cd4675b33e
Add i18n()
2021-02-10 19:00:51 +02:00
l10n daemon script
44198d7d5a
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"
2021-02-07 06:52:29 +01:00
Marco Martin
4458d7355e
delay scroll reset after launch
2021-02-03 17:19:53 +01:00
Alexey Min
036edc24cb
Use loop instead of recursion
...
This fixes crash when clicking "screenshot" button
in the top panel on postmarketOS. The reason for crash
is that default thread stack size in musl libc is limited,
and recursion in a function with a 4 Kb buffer consumes
it all.
2021-02-01 17:52:33 +03:00
Nicolas Fella
8f92f6b4d6
Use versionless Qt cmake target
...
This makes it easier to build against both Qt5 and Qt6
GIT_SILENT
2021-01-30 17:23:02 +01:00
Bhushan Shah
acda20ffe5
Fix logic error in f19f629b4b
2021-01-28 15:35:33 +05:30
Marco Martin
f19f629b4b
add back panels if they disappeared
2021-01-27 14:20:15 +01:00
Jonathan Riddell
2e495f72cd
Update kf5 version requirement to 5.78
...
GIT_SILENT
2021-01-21 12:31:04 +00:00
l10n daemon script
545f2d7796
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"
2021-01-17 06:43:41 +01:00
Bhushan Shah
6204b90a51
Drop workarounds
...
- We no longer support the hwcomposer stuff and that workaround was
wrong anyway
- Drop touching a random file which was added for debugging earlier
2021-01-04 13:09:32 +05:30
Bhushan Shah
b14f604a32
sounds: drop
...
It is no longer used and have unclear license and is historical
2021-01-04 13:07:53 +05:30
l10n daemon script
69f223746d
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"
2020-12-25 06:23:37 +01:00
Devin Lin
77414b5230
Add lockscreen notification animations, and delegate recycler
2020-12-23 22:09:54 -05:00
Devin Lin
834a4a7108
Fix media controls on lockscreen not working
2020-12-23 22:01:05 -05:00
Han Young
3e1471255a
copy files, not import from relative path
...
to avoid the imported files being removed in the future
2020-12-24 01:38:27 +00:00
l10n daemon script
f6f77d3e65
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"
2020-12-22 06:28:16 +01:00
l10n daemon script
fa2121b08e
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"
2020-12-21 06:46:30 +01:00
l10n daemon script
7c6cabf4a1
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"
2020-12-20 06:16:31 +01:00
l10n daemon script
3772f6186a
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"
2020-12-18 06:36:59 +01:00
Nicolas Fella
8014d1000c
Use PC3 instead of QQC2
...
In the shell we need to use PlasmaComponents, otherwise the style will
be off
2020-12-16 14:55:44 +00:00
l10n daemon script
1933626d36
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"
2020-12-16 06:45:25 +01:00
Marco Martin
1abb6737e4
use org.kde.plasma.phoneshell as name
2020-12-15 13:41:08 +01:00
l10n daemon script
3922350d20
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"
2020-12-15 06:27:59 +01:00