l10n daemon script
25f3f3b4e7
GIT_SILENT Sync po/docbooks with svn
2023-01-06 02:51:23 +00:00
l10n daemon script
a1da4b2925
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"
2023-01-06 01:59:48 +00:00
l10n daemon script
dae82be70a
GIT_SILENT Sync po/docbooks with svn
2023-01-05 02:28:47 +00:00
l10n daemon script
e88082caf0
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"
2023-01-05 02:01:35 +00:00
l10n daemon script
1ddf5366ec
GIT_SILENT Sync po/docbooks with svn
2023-01-04 03:03:38 +00:00
l10n daemon script
16ddca773b
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"
2023-01-04 02:04:03 +00:00
Devin Lin
fdf1d739bd
Ensure that package descriptions specify that they are for Plasma Mobile
...
Since these packages can appear in Discover and confuse users about what they are for.
2023-01-02 22:37:17 -05:00
l10n daemon script
d19db077a2
GIT_SILENT Sync po/docbooks with svn
2023-01-03 03:25:27 +00:00
l10n daemon script
806318bfcc
GIT_SILENT Sync po/docbooks with svn
2023-01-01 03:06:08 +00:00
l10n daemon script
119e750d9c
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"
2022-12-30 09:50:10 +00:00
l10n daemon script
9e90eff1dd
GIT_SILENT Sync po/docbooks with svn
2022-12-30 02:43:52 +00:00
l10n daemon script
c92042f5ea
GIT_SILENT Sync po/docbooks with svn
2022-12-29 02:28:21 +00:00
l10n daemon script
51b4667112
GIT_SILENT Sync po/docbooks with svn
2022-12-28 02:23:04 +00:00
l10n daemon script
bff4411da3
GIT_SILENT Sync po/docbooks with svn
2022-12-27 02:13:56 +00:00
l10n daemon script
f57b8f9f4c
GIT_SILENT Sync po/docbooks with svn
2022-12-26 02:22:46 +00:00
l10n daemon script
3b7ef1fff4
GIT_SILENT Sync po/docbooks with svn
2022-12-25 03:04:56 +00:00
l10n daemon script
5adf9ca35e
GIT_SILENT Sync po/docbooks with svn
2022-12-24 02:16:33 +00:00
Yuri Chornoivan
6057e782af
Fix minor typo
2022-12-23 13:57:50 +02:00
l10n daemon script
003b5738c4
GIT_SILENT Sync po/docbooks with svn
2022-12-23 02:13:31 +00:00
l10n daemon script
0680e207ae
GIT_SILENT Sync po/docbooks with svn
2022-12-22 02:09:57 +00:00
l10n daemon script
bb04c01c68
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"
2022-12-22 01:53:41 +00:00
l10n daemon script
e38df038c8
GIT_SILENT Sync po/docbooks with svn
2022-12-21 02:13:20 +00:00
l10n daemon script
fe1a7e5f7c
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"
2022-12-21 01:55:48 +00:00
l10n daemon script
677d14d1a4
GIT_SILENT Sync po/docbooks with svn
2022-12-20 02:12:25 +00:00
Devin Lin
6b843da34b
Ensure all packages have translations enabled
2022-12-19 12:39:51 -05:00
Devin Lin
827e17225b
shell: Update NavigationTabButton width
2022-12-19 12:39:18 -05:00
Laurent Montel
ea2ccc4e4d
Remove duplicate headers between cpp/h files
2022-12-19 13:29:20 +01:00
l10n daemon script
0a92a9e768
GIT_SILENT Sync po/docbooks with svn
2022-12-19 02:15:52 +00:00
Marco Mattiolo
79b08dbbdf
Add Type=Application in bin/plasma-mobile.desktop
2022-12-17 15:14:56 +00:00
l10n daemon script
395f5ccdc2
GIT_SILENT Sync po/docbooks with svn
2022-12-14 03:03:24 +00:00
Devin Lin
c02d6418a4
taskpanel: Don't overlay over top panel
2022-12-11 15:06:24 -05:00
Devin Lin
0d9b8e5207
taskpanel: Ensure thickness is enforced
2022-12-10 22:18:35 -05:00
Devin Lin
c873dffce8
homescreen: Fix bottom margin in gesture mode
2022-12-10 22:05:25 -05:00
Devin Lin
1c82b58c11
actiondrawer: Load async
2022-12-10 21:40:33 -05:00
Devin Lin
ee4ba6815a
homescreen: Fix binding loops caused by plasmoid changing dimensions
2022-12-10 21:40:21 -05:00
Devin Lin
389ba43b16
quicksettings: Fix count property not being updated
...
Causes the ActionDrawer to have incorrect information when layouting.
2022-12-10 21:20:22 -05:00
Devin Lin
bdcbe4d6f7
mobileshellstate: Heavily refactor to remove global shell margins to fix window binding loops
...
Having a global set margins and orientation (that were calculated from the panel containment) caused a lot of issues with the way bindings were evaluated across panels, and with high coupling.
Now use properties from within containments to determine shell margins instead, which removes the dependency on other containments for measurements. This allows us to get rid of TaskPanelControls as well!
Fixes: https://invent.kde.org/teams/plasma-mobile/issues/-/issues/198
2022-12-10 21:05:13 -05:00
Devin Lin
917a972e83
lockscreen: Remove wallpaper workaround
2022-12-09 16:53:52 -05:00
Devin Lin
2a779900f3
lockscreen: Refactor and lazy load notifications
2022-12-09 10:54:13 -05:00
Devin Lin
c4472ca39a
Revert "taskswitcher: Improve performance of task preview loading"
...
This reverts commit 1ae83644c8 .
2022-12-08 21:35:29 -05:00
Devin Lin
1ae83644c8
taskswitcher: Improve performance of task preview loading
2022-12-08 21:24:33 -05:00
l10n daemon script
eafc2eca99
GIT_SILENT Sync po/docbooks with svn
2022-12-08 02:22:20 +00:00
l10n daemon script
c34ec4eb12
GIT_SILENT Sync po/docbooks with svn
2022-12-07 02:16:38 +00:00
Devin Lin
6314aaf4ae
actiondrawer: Use simpler and more performant widescreen panel logic without clipping
2022-12-06 19:01:42 -05:00
Devin Lin
79798d57e7
actiondrawer: Introduce fix for black text even when opacity is 0
2022-12-05 11:12:45 -05:00
Devin Lin
79fe77eaea
actiondrawer: Use Expo animations for pane movement
2022-12-04 12:09:00 -05:00
l10n daemon script
662d01231d
GIT_SILENT Sync po/docbooks with svn
2022-12-02 03:14:09 +00:00
Devin Lin
83079aeda0
Update .kde-ci.yml
2022-11-30 01:15:28 +00:00
Devin Lin
632ac9d5cf
Add compile time dependency on Kirigami Addons
2022-11-28 21:57:13 -05:00
Nicolas Fella
a0fe7284ee
Add missing KPackage link
2022-11-28 13:10:21 +01:00