Aleix Pol
804d17b67c
Ensure openconfig.h is only included once
...
Addresses a warning by the compiler
2023-02-17 07:48:45 +00:00
Kye Potter
8722d0d00c
Note that iPad is also a supported platform
2023-02-16 22:54:45 +00:00
Kye Potter
6e60d55f94
Note that iPad is also a supported platform
2023-02-16 22:54:36 +00:00
l10n daemon script
a40be17923
GIT_SILENT Sync po/docbooks with svn
2023-02-16 03:04:30 +00:00
Nate Graham
15665a25ce
Set Bug Report URL
...
CCBUG: 464600
2023-02-12 17:25:08 -07:00
l10n daemon script
acbbf7f56e
GIT_SILENT Sync po/docbooks with svn
2023-02-10 02:18:11 +00:00
l10n daemon script
394d73405e
GIT_SILENT Sync po/docbooks with svn
2023-02-09 02:29:13 +00:00
l10n daemon script
a1653720e5
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-02-09 02:05:26 +00:00
l10n daemon script
3b057ab466
GIT_SILENT Sync po/docbooks with svn
2023-02-08 03:02:23 +00:00
l10n daemon script
3c231724d5
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-02-08 02:04:40 +00:00
l10n daemon script
76a24ad65f
GIT_SILENT Sync po/docbooks with svn
2023-02-06 02:24:08 +00:00
Pino Toscano
c6e4774e62
nautilus: drop spurious shebang
...
It is not a Python script to be run directly, but it is rather loaded
as plugin.
2023-02-05 09:17:15 +01:00
l10n daemon script
490f102b9f
GIT_SILENT Sync po/docbooks with svn
2023-02-05 02:14:52 +00:00
l10n daemon script
e31f3c4abb
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-02-05 01:59:29 +00:00
l10n daemon script
5d002a4137
GIT_SILENT made messages (after extraction)
2023-02-05 00:57:37 +00:00
l10n daemon script
68076943ed
GIT_SILENT Sync po/docbooks with svn
2023-02-04 02:35:13 +00:00
l10n daemon script
c4495d5855
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-02-04 02:05:14 +00:00
l10n daemon script
f1fd4153e4
GIT_SILENT made messages (after extraction)
2023-02-04 00:58:23 +00:00
l10n daemon script
0d5f24bfc0
GIT_SILENT Sync po/docbooks with svn
2023-02-03 02:26:39 +00:00
l10n daemon script
6d9c5cdd3e
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-02-03 02:04:58 +00:00
l10n daemon script
ecb6ca48b3
GIT_SILENT Sync po/docbooks with svn
2023-02-02 02:21:19 +00:00
l10n daemon script
b5ab505074
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-02-02 02:03:13 +00:00
l10n daemon script
04cba76b4c
GIT_SILENT made messages (after extraction)
2023-02-02 00:57:41 +00:00
l10n daemon script
65c51b7e3c
GIT_SILENT Sync po/docbooks with svn
2023-01-31 02:16:01 +00:00
Heiko Becker
4c4c4ab42e
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 760c9d7798
)
2023-01-30 00:53:17 +01:00
l10n daemon script
e743423a6c
GIT_SILENT Sync po/docbooks with svn
2023-01-28 02:21:27 +00:00
l10n daemon script
54f3b0eb9a
GIT_SILENT Sync po/docbooks with svn
2023-01-25 02:21:24 +00:00
l10n daemon script
1cfa73e37f
GIT_SILENT Sync po/docbooks with svn
2023-01-24 02:17:33 +00:00
Dmytrii Zavalnyi
f82d15ce1e
SMS app shows devices with SMS capabilities only
...
Replaced DevicesSortProxyModel with DevicesPluginFilterProxyModel with applied "kdeconnect_sms" filter for the devices list model.
BUG: 410112
2023-01-23 18:31:44 +01:00
Simon Redman
b76fe488b9
[SMS App] Add i18n application domain for messaging app
...
## Summary
Add KLocalizedString::setApplicationDomain for kdeconnect-sms
Per the programmer guide, this must be done, otherwise translations will not happen.
https://api.kde.org/frameworks/ki18n/html/prg_guide.html
## Test Plan
### Before:
kdeconnect-sms would spew errors like `kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "%1" msgid_plural: "" msgctxt: ""`
(Translations still seem to work, though)
### After:
No more ki18n errors, translation works.
2023-01-23 04:42:59 +00:00
Simon Redman
5b716dde02
[SMS App] Fix loading more messages
...
## Summary
For awhile (since at least early last year), it has not been possible to scroll past the first screen of message history. I believe this was due to a version bump in some library, but I was not able to biset it at the time.
This changes how messages are loaded to work again. I like this solution better anyway, because it means one can smoothly scroll back in time without needing to stop every time you reach the top of the history.
BUG: 452946
## Test Plan
### Before:
Scrolling to the top of the kdeconnect-sms history would do nothing. You could only view the first handful of messages in the conversation (whichever messages the app decided to load for you when you first open the conversation).
### After:
Scrolling to the top of the list of messages will cause the app to load more, allowing you to view more history of messages.
2023-01-22 22:10:46 +00:00
l10n daemon script
255129680b
GIT_SILENT Sync po/docbooks with svn
2023-01-22 02:18:20 +00:00
l10n daemon script
920cc2a4dc
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-22 01:59:52 +00:00
Nicolas Fella
b34a0a8f29
[plugins/virtualmonitor] Fix crash when krfb-virtualmonitor fails all retries
...
After enough retries we give up and delete the QProcess
However we later access it again to print its output
Move that before the deletion
BUG: 464241
2023-01-20 13:28:28 +01:00
l10n daemon script
f009d2ad05
GIT_SILENT Sync po/docbooks with svn
2023-01-19 02:24:25 +00:00
l10n daemon script
7c588d4984
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-19 01:59:08 +00:00
Joshua Goins
abbaa1575b
Fix "Pair a Device..." button in plasmoid
2023-01-18 10:29:25 -05:00
l10n daemon script
9e870cbc6a
GIT_SILENT Sync po/docbooks with svn
2023-01-18 02:11:26 +00:00
l10n daemon script
f62b27299c
GIT_SILENT Sync po/docbooks with svn
2023-01-17 02:27:12 +00:00
l10n daemon script
46ccf5bce2
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-17 02:00:55 +00:00
Aleix Pol
851e456210
Use the RemoteDesktop portal to input from wayland
...
Cross-desktop approach to moving the cursor remotely on wayland. Should
work on X11 too, so we can consider drop the other one as well.
It adds support for receiving full text as well, which didn't use to be
possible.
2023-01-16 18:14:47 +01:00
Friedrich W. H. Kossebau
2825342ede
Remove linking of unused KNTLM
...
GIT_SILENT
2023-01-16 09:07:38 +00:00
l10n daemon script
8befb6e139
GIT_SILENT Sync po/docbooks with svn
2023-01-16 02:17:38 +00:00
l10n daemon script
058c2b095f
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-16 01:58:23 +00:00
l10n daemon script
5db7d31ee0
GIT_SILENT Sync po/docbooks with svn
2023-01-13 02:52:10 +00:00
l10n daemon script
1e8fd02c69
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-13 02:01:41 +00:00
Carlos De Maine
f252d026d7
require at least CMake 3.16.0 to use FindQtWaylandScanner.cmake as per compilation error
...
require at least CMake 3.16.0 to use FindQtWaylandScanner.cmake as per compilation error
2023-01-12 00:07:02 +00:00
l10n daemon script
7d454fd030
GIT_SILENT Sync po/docbooks with svn
2023-01-10 02:12:32 +00:00
l10n daemon script
ff71c0aa3b
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-10 01:58:48 +00:00
l10n daemon script
ed92c41245
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-08 01:59:58 +00:00