Nicolas Fella
8129db7112
Remove <br> from notification text
...
The notification spec does not specify that the server must support <br> and thus it can show up literally in the notification. Since we already have a \n we can simply remove it
(cherry picked from commit 5d037396ee
)
2021-03-19 00:43:34 +01:00
l10n daemon script
de321bba7f
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-03-17 12:06:22 +01:00
l10n daemon script
2012fac768
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-03-15 11:21:53 +01:00
l10n daemon script
fa2abdae37
GIT_SILENT made messages (after extraction)
2021-03-15 09:26:34 +01:00
l10n daemon script
71d4f889c0
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-03-14 10:22:34 +01:00
Albert Astals Cid
2759957b4b
GIT_SILENT Upgrade release service version to 21.03.80.
2021-03-13 21:46:08 +01:00
Albert Astals Cid
d93c028727
Add missing )
2021-03-13 18:58:26 +01:00
l10n daemon script
5ea3e44705
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-03-13 06:41:47 +01:00
David Shlemayev
a75da62f4d
Add backend for ConnectivityReport plugin
2021-03-12 23:27:16 +00:00
Nicolas Fella
7193cfc927
[plasmoid] Use PlaceholderMessage from PlasmaExtras instead of Kirigami
...
Otherwise the style may be incorrect
BUG: 434197
2021-03-09 19:20:05 +01:00
l10n daemon script
dc25d8ef5e
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-03-05 06:23:20 +01:00
Aleix Pol
042fdd368a
Fix warnings
2021-03-03 15:20:24 +01:00
Nicolas Fella
44a7fc226f
Remove dead files
2021-02-27 20:06:10 +01:00
Nicolas Fella
645bf381c4
Add missing license headers
...
I'm the sole author of these files
2021-02-27 20:04:47 +01:00
Nicolas Fella
4011cecf05
[plugins/battery] Determine empty battery based on percentage instead of remaning time
...
timeToEmpty in UPower is unreliable, e.g. it's always 0 on the PinePhone.
Instead warn when the percentage drops below 15%. That's how it is for Android anyway.
2021-02-25 13:35:07 +01:00
Heiko Becker
28e04a3569
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 004e7bc79a
)
2021-02-25 00:45:29 +01:00
Simon Redman
c5a8540fbc
Convert PolicyConfig licence header to SPDX
...
I don't have the contact email of the original author and it is not easy to trace back to the source because the project has been split and forked
2021-02-19 11:28:20 -08:00
Art Pinch
19f4b56173
[SystemVolumePlugin][MacOS] Support for changing default audio output from remote device
2021-02-19 18:59:06 +00:00
Art Pinch
dc7ce7f01f
[SystemVolumePlugin][MacOS] Send data about default audio device
2021-02-19 18:59:06 +00:00
Art Pinch
0c5e2c50e0
[SystemVolumePlugin][Windows] Support for changing default audio output from remote device
2021-02-19 18:59:06 +00:00
Art Pinch
dd49d79c2b
[SystemVolumePlugin][Windows] Send data about default audio device
2021-02-19 18:59:06 +00:00
Art Pinch
14dff16f05
[SystemVolumePlugin][PulseAudio] Support for changing default audio output from remote device
2021-02-19 18:59:06 +00:00
Art Pinch
ebd7e53440
[SystemVolumePlugin][PulseAudio] Send data about default audio device
2021-02-19 18:59:06 +00:00
l10n daemon script
69898ca553
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-19 10:36:36 +01:00
l10n daemon script
dd999334f8
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:43:24 +01:00
l10n daemon script
24dff35aa1
GIT_SILENT made messages (after extraction)
2021-02-18 02:34:42 +01:00
l10n daemon script
cd1d047a3c
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-15 07:07:57 +01:00
Nicolas Fella
40c155f990
[app/mpris] Fix displaying times > 2h
...
We need to apply the correction for all hours >= 1, not just 1
2021-02-07 15:39:03 +00:00
Marco Rubin
ea661f7d44
Added missing endline
2021-02-05 18:09:56 +00:00
Bharadwaj Raju
26a8ca7fe9
Don't escape notification title text
...
Notifications don't support markup in title text, so escaping it causes
unintended HTML entities like & to show up instead of the actual
text.
2021-02-02 18:24:16 +05:30
Kai Uwe Broulik
8dae6772e0
Fix CompositeFileTransferJob speed calculation
...
The `QElapsedTimer` was never started. Clean it up somewhat and use a dedicated
250ms timer for reporting transferred bytes periodically (like KIO does it) and
1000ms for calculating speed so it's not as erratic.
Furthermore, report final numbers in `slotResult` rather than complicating
`slotProcessedAmount` for that.
Also, fix typo "send" -> "sent"
2021-01-31 23:50:14 +01:00
Kai Uwe Broulik
daa6f7fc14
Clean up FileTransferJob description
...
* Set magic `destUrl` property to let it know the job destination in case of
multiple files being transferred
* Set a normal "Receiving File(s)" title like we do with "Copying" title
* Set device name and destination path as details
2021-01-31 22:22:36 +01:00
Bharadwaj Raju
ae6ab69676
Don't show KDE Connect device notifications in Notifications plasmoid history
...
Notifications will now be correctly shown in the KDE Connect plasmoid
and will be synced properly to the phone (i.e. removed if dismissed on
phone). So having notifications history in the Notifications plasmoid
will be redundant and clutter up the history.
2021-01-31 13:44:00 +00:00
Bharadwaj Raju
ffdbd9aefe
Fix notifications in the KDE Connect plasmoid
...
Corrects the DBus path to use for notifications, so now notifications
appear in the KDE Connect plasmoid as they should.
BUG: 432337
2021-01-31 18:57:12 +05:30
Heiko Becker
7d74e44672
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 7e51bfc170
)
2021-01-29 21:29:15 +01:00
Santhosh Anguluri
21db24c58c
UseHighDpiPixmaps in kdeconnectd and kdeconnect-indicator
2021-01-29 20:34:51 +05:30
l10n daemon script
68599c8273
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-21 06:55:46 +01:00
l10n daemon script
c7411ead21
GIT_SILENT made messages (after extraction)
2021-01-18 02:42:22 +01:00
l10n daemon script
96677dda33
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:36:34 +01:00
l10n daemon script
a558af4dd3
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-16 06:40:31 +01:00
l10n daemon script
6aac7fa97d
GIT_SILENT made messages (after extraction)
2021-01-16 02:40:01 +01:00
Nicolas Fella
1162cc7bf8
Remove OnlyShowIn from daemon desktop file
...
There's no reason to restrict it to these desktops
2021-01-10 15:36:59 +00:00
l10n daemon script
ed1d230797
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-10 06:44:36 +01:00
Christoph Feck
1711f8b3d8
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit e8861f9fce
)
2021-01-02 15:36:33 +01:00
Art Pinch
8a5858a903
[SystemVolumePlugin][Windows] Fixed sink callback registration condition
2020-12-15 20:56:58 +00:00
Jason Nader
b5ac96ce5b
plugins/battery: add battery charge info to the update signal
2020-12-13 21:28:23 +09:00
l10n daemon script
38afb807bf
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-07 06:11:38 +01:00
l10n daemon script
1c337e15aa
GIT_SILENT made messages (after extraction)
2020-12-07 02:27:13 +01:00
Christoph Feck
8bf54f6170
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 7c80b1fcfb
)
2020-12-02 23:47:52 +01:00
Florian Bruhin
469e18596f
cli: Make it clearer that --share can share URLs
2020-12-02 15:43:09 +01:00