l10n daemon script
7497dbb553
GIT_SILENT Sync po/docbooks with svn
2024-07-21 01:27:21 +00:00
l10n daemon script
80a9ea123e
GIT_SILENT Sync po/docbooks with svn
2024-07-20 01:25:56 +00:00
l10n daemon script
d78e02b935
GIT_SILENT Sync po/docbooks with svn
2024-07-19 01:26:17 +00:00
l10n daemon script
16f8426aa7
GIT_SILENT Sync po/docbooks with svn
2024-07-17 01:24:12 +00:00
l10n daemon script
385ee57c1a
GIT_SILENT Sync po/docbooks with svn
2024-07-16 01:23:24 +00:00
l10n daemon script
c5d187e05d
GIT_SILENT Sync po/docbooks with svn
2024-07-15 01:25:53 +00:00
l10n daemon script
b64d37361c
GIT_SILENT Sync po/docbooks with svn
2024-07-14 01:23:11 +00:00
l10n daemon script
54c347a2f3
GIT_SILENT Sync po/docbooks with svn
2024-07-13 01:25:27 +00:00
Albert Vaca Cintora
4f3a896833
Remove SSH flag to enable deprecated algorithms and keys
...
New OpenSSH versions don't ship them, causing an error:
Bad key types '+ssh-dss,ssh-rsa'
We will add compatibility with newer keys on the Android side soon, as
part of this year's GSOC project.
2024-07-12 14:14:01 +00:00
ivan tkachenko
9ee0b23727
plasmoid: Port to pragma ComponentBehavior: Bound
2024-07-12 11:44:13 +03:00
ivan tkachenko
d2ee2bfdd8
plasmoid: Flatten plugin controllers, menu and other non-graphical components
...
Flat is better than nested. Those non-graphical components don't need to
be buried deep inside visual hierarchy tree. For example, for me it was
confusing to find the device label item after Battery, Connectivity and
VirtualMonitor only to realize some time later that those were not
actual visual indicators.
2024-07-12 11:44:13 +03:00
ivan tkachenko
8c0260d4f8
plasmoid: Use better sizing binding for ListView delegate
2024-07-12 11:44:13 +03:00
ivan tkachenko
2267838dbc
plasmoid: Clip the ListView
...
That's not a responsibility of a ScrollView to take care of Flickable's
clipping.
See https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/332
and https://invent.kde.org/plasma/libplasma/-/merge_requests/1014
2024-07-12 11:44:13 +03:00
ivan tkachenko
90946829bf
plasmoid: Basic code cleanup
2024-07-12 11:44:13 +03:00
ivan tkachenko
1f164e3860
Use ellipses instead of triple period
...
A real ellipsis character is better for accessibility, as screen readers
will describe it appropriately.
2024-07-12 11:44:11 +03:00
l10n daemon script
a0559a94b7
GIT_SILENT Sync po/docbooks with svn
2024-07-10 01:25:22 +00:00
l10n daemon script
eab764c38c
GIT_SILENT Sync po/docbooks with svn
2024-07-07 01:23:53 +00:00
l10n daemon script
5668104c78
GIT_SILENT Sync po/docbooks with svn
2024-07-06 01:24:59 +00:00
l10n daemon script
f5dadc3c8c
GIT_SILENT Sync po/docbooks with svn
2024-07-03 01:25:42 +00:00
l10n daemon script
f66a1fa8b6
GIT_SILENT Sync po/docbooks with svn
2024-07-02 01:24:35 +00:00
l10n daemon script
5cc25b72d0
GIT_SILENT Sync po/docbooks with svn
2024-07-01 01:22:49 +00:00
l10n daemon script
9376411849
GIT_SILENT Sync po/docbooks with svn
2024-06-30 01:24:35 +00:00
l10n daemon script
032ea399fe
GIT_SILENT Sync po/docbooks with svn
2024-06-29 01:23:50 +00:00
Heiko Becker
b68790c4bb
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit c86dead2b1
)
2024-06-28 23:08:31 +02:00
Ryan Frew
d03e964ed7
Corrected newline inserting when using shift+return while writing SMS messages
...
Shift+return was always inserting newline at the end of the current line of text, ignoring where the cursor was, and not overriding currently selected text
BUG: 488585
2024-06-28 11:19:35 +00:00
l10n daemon script
0a0ad1b439
GIT_SILENT Sync po/docbooks with svn
2024-06-28 01:33:10 +00:00
l10n daemon script
7a57ad580b
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"
2024-06-28 01:20:00 +00:00
l10n daemon script
60278c6250
GIT_SILENT Sync po/docbooks with svn
2024-06-27 01:26:21 +00:00
l10n daemon script
1b492c80ea
GIT_SILENT Sync po/docbooks with svn
2024-06-26 01:25:28 +00:00
l10n daemon script
276be4b52c
GIT_SILENT Sync po/docbooks with svn
2024-06-25 01:22:48 +00:00
Derry Tutt
5b62441392
Add message about iPhones to message.
...
This pull request adds a message about the iPhone app to the "No device selected." screen.
2024-06-24 20:41:09 +00:00
l10n daemon script
d9cc35c7f2
GIT_SILENT Sync po/docbooks with svn
2024-06-18 01:28:51 +00:00
l10n daemon script
ee303f76b1
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"
2024-06-18 01:20:08 +00:00
Simon Redman
ec6a35e75b
Fix SMS app icons and thumbnails
...
## Summary
Due to the difficult-to-test Qt5 -> Qt6 transition, there were some GUI errors with the SMS app:
- Contact photos were missing
- Attachment previews, if present, were in the place where the contact photo should be
This also takes a shot at fixing the long-standing issue that attachment previews were shown much taller than the row item, drawing over the items above and below.
## Test Plan
### Before:
As in description, the conversations list items were not correct.
![image](/uploads/f68b662fecd6a4826986ede6e8191470/image.png)
### After:
Contact photos are shown to the left of the text preview, attachment preview, if present, is shown to the far right.
![image](/uploads/95f2b4d6e6ff26371a2f36d97fc3f52b/image.png)
2024-06-17 02:00:41 +00:00
l10n daemon script
846b584f5c
GIT_SILENT Sync po/docbooks with svn
2024-06-17 01:25:18 +00:00
l10n daemon script
c052b49d41
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"
2024-06-17 01:18:25 +00:00
Albert Vaca Cintora
6ae69c89c5
Fix powershell example command
2024-06-14 14:56:46 +02:00
Ben Yip
3d7b849e90
fix: runcommand with args fails on windows
2024-06-14 15:06:15 +08:00
l10n daemon script
f7bedfd268
GIT_SILENT Sync po/docbooks with svn
2024-06-12 01:26:25 +00:00
l10n daemon script
8d0acebdfd
GIT_SILENT Sync po/docbooks with svn
2024-06-11 01:28:29 +00:00
l10n daemon script
2df8782142
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"
2024-06-11 01:18:34 +00:00
Simon Redman
a6fd9f9e9e
Correct reference to NetworkPacket in isValidIdentityPacket calls
...
## Summary
Fix Bluetooth branch build errors for changes in !678
## Test Plan
### Before:
Build errors in bluetoothlinkprovider.cpp due to undefined variable and due to incorrect argument type.
```
/home/simon/src/kdeconnect-kde/core/backends/bluetooth/bluetoothlinkprovider.cpp:301:56: error: cann
ot convert ‘NetworkPacket’ to ‘NetworkPacket*’
301 | if (!success || !DeviceInfo::isValidIdentityPacket(receivedPacket)) {
| ^~~~~~~~~~~~~~
| |
| NetworkPacket
<snip>
```
### After:
Clean build.
2024-06-10 20:59:03 +00:00
ivan tkachenko
11ef11c0c3
smsapp: Clarify that source/file is a URL
...
Not using a URL type for URL data may lead to confusion.
2024-06-10 20:40:42 +00:00
ivan tkachenko
0ed648b4ba
smsapp: Add qualified property access
2024-06-10 20:40:42 +00:00
l10n daemon script
42404c77b4
GIT_SILENT Sync po/docbooks with svn
2024-06-10 01:34:31 +00:00
l10n daemon script
065a23e386
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"
2024-06-10 01:17:37 +00:00
Heiko Becker
c6e7601a6f
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 56977c62a0
)
2024-06-10 00:38:28 +02:00
l10n daemon script
7942715292
GIT_SILENT Sync po/docbooks with svn
2024-06-09 01:23:12 +00:00
l10n daemon script
aa009cfd85
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"
2024-06-09 01:17:55 +00:00
l10n daemon script
c076816b75
GIT_SILENT Sync po/docbooks with svn
2024-06-08 01:26:28 +00:00