Commit graph

4671 commits

Author SHA1 Message Date
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
Łukasz Patron
7a4a3c5baa Unset file transfer tooltip location
Not sure what was the goal here, but tooltip should be shown under the
file drop area, not the entire plasmoid.
2024-06-07 21:57:24 +00:00
l10n daemon script
01a605652d GIT_SILENT Sync po/docbooks with svn 2024-06-05 01:35:14 +00:00
l10n daemon script
d60215a7bd 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-05 01:18:01 +00:00
Albert Astals Cid
9faa049c55 Make clang-format happy 2024-06-04 19:02:58 +02:00
Albert Vaca Cintora
17c97a4768 Add a parent to KCompositeJob
So they are stopped if the device is destroyed
2024-06-04 14:15:23 +00:00
l10n daemon script
2763b2dbe3 GIT_SILENT Sync po/docbooks with svn 2024-06-04 01:22:30 +00:00
Mavroudis Chatzilazaridis
29904c1f8d indicator: Sort devices in menu
Use `DevicesSortProxyModel` to sort devices before adding them to `menu`.
2024-06-03 12:42:14 +00:00
l10n daemon script
fef6abe70c GIT_SILENT Sync po/docbooks with svn 2024-06-03 01:22:33 +00:00
l10n daemon script
29de4a52bb 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-03 01:17:38 +00:00
l10n daemon script
848656cf52 GIT_SILENT Sync po/docbooks with svn 2024-06-02 01:23:51 +00:00
l10n daemon script
c9cac4160f 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-02 01:17:34 +00:00
l10n daemon script
8089806025 GIT_SILENT Sync po/docbooks with svn 2024-06-01 01:23:51 +00:00