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
l10n daemon script
417279e9c7
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-13 06:38:47 +01:00
Aleix Pol
3ca6a2d395
thumbnail: don't request the window stream until we first need it
...
This way we don't add more pressure upon application startup time. It
doesn't seem noticeable when showing the windows overview.
2020-12-10 03:49:35 +01:00
Aleix Pol
b7c508beb7
thumbnail: only keep the stream active if the window is shown
...
It does not make much sense to render the thumbnail when hidden,
especially on lower end devices like the pine.
2020-12-10 03:37:29 +01:00
l10n daemon script
972046f062
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-09 06:49:33 +01:00
Marco Martin
5809376938
propert visibility binding for notifications
2020-12-07 16:19:45 +01:00
Noah Davis
27772fca54
Make qqc2-breeze-style the default QQC2 style
2020-12-06 12:51:20 +00:00
l10n daemon script
981851ea5e
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-06 06:09:24 +01:00
Devin Lin
f9ab2bc9dd
Fix lockscreen anchoring to non-existent item, and fix errors
2020-12-05 17:03:33 -05:00
Devin Lin
9505fd2404
Fix lockscreen keypad icons being set to undefined color
2020-12-05 16:54:59 -05:00
l10n daemon script
c642da0a71
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-05 06:35:03 +01:00
l10n daemon script
99e43d39a2
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-04 06:29:34 +01:00
l10n daemon script
e2e6d4cc13
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-03 06:37:59 +01:00
Han Young
b34862e469
add notification for successful screenshot taking
2020-12-01 14:25:28 +00:00
Devin Lin
71834751b0
Fix drop shadow of keypad for dark themes
2020-11-21 20:32:39 +00:00
Devin Lin
4200fc9d71
Add text colour to icons in keypad
2020-11-21 20:32:39 +00:00
Devin Lin
1727d88e9a
Add colour scheme
2020-11-21 20:32:39 +00:00
Han Young
7dbb9fd46a
use system theme for keypad
...
related: #52
2020-11-21 20:32:39 +00:00
Devin Lin
6f2742d2ac
Improve performance of blur on lockscreen
2020-11-21 15:04:36 -05:00