Richard Liebscher
10d2a6b912
Unintended change
2020-01-03 16:18:17 +00:00
Richard Liebscher
f9f1eb6ed0
Added test
2020-01-03 17:15:51 +01:00
Richard Liebscher
5c0ad3fb85
Remove payload keys when no payload exists
2020-01-03 15:48:48 +01:00
l10n daemon script
6883d46cb4
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"
2019-12-30 05:38:56 +01:00
l10n daemon script
835be41511
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"
2019-12-25 05:45:20 +01:00
l10n daemon script
5969ded9d0
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"
2019-12-23 05:37:25 +01:00
Yuri Chornoivan
ba8ee54558
Fix minor typos
2019-12-22 10:15:58 +02:00
Yuri Chornoivan
01c4d0411b
Fix minor EBN issues
2019-12-22 09:49:55 +02:00
Jaidev Shriram
2abeb42a70
CLI Text Improvements
2019-12-21 23:37:29 +00:00
Yuri Chornoivan
7935cc15c8
Fix i18n: extract messages
2019-12-21 16:16:33 +02:00
Yuri Chornoivan
88fd5eb63d
Do not extract messages from the non-existent .ui and .rc files
2019-12-21 10:04:31 +02:00
Yuri Chornoivan
f84b3c8c11
Fix localization of app and smsapp. Patch mainly by Victor Ryzhykh.
2019-12-21 09:59:36 +02:00
Peter Mello
bc3c7567a7
Port away from deprecated KIO/KCM functions
...
Updated plugins/share/shareplugin.cpp:
- KFileUtils::suggestName() is a drop-in replacement as of 5.64,
just moved to another library
Updated plugins/findthisdevice/findthisdevice_config.cpp:
- KCModule::markAsChanged() is likewise as of 5.64
Signed-off-by: Peter J. Mello <admin@petermello.net>
2019-12-20 00:23:49 +00:00
Nicolas Fella
a47fbe7215
[smsapp] Move aboutpage action into global drawer/menu
2019-12-19 23:18:11 +01:00
Baptiste Ashka
8aca11e102
Use URL as title and album in MPRIS plugin
...
Summary:
The current behavior in plasma-workspace's mediacontroller is to get the
title and the album info from the URL contained in the MPRIS metadata,
if it is dealing with a local file and missing title and artist. This
commit aligns the behavior to the one mediacontroller has.
Reviewers: #kde_connect, nicolasfella
Reviewed By: #kde_connect, nicolasfella
Subscribers: nicolasfella, kdeconnect
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D26097
2019-12-19 18:11:12 +01:00
Kai Uwe Broulik
5da0ae7903
Set total amount of files
...
Ensures the progress dialog can show the total number of files
and offer additional actions for when a single file was copied.
2019-12-19 15:58:05 +01:00
l10n daemon script
b830c8f33b
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"
2019-12-19 05:49:03 +01:00
l10n daemon script
1066964d63
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"
2019-12-15 05:36:37 +01:00
l10n daemon script
7b3a3d50e5
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"
2019-12-14 05:35:48 +01:00
Nicolas Fella
fba012df7a
Merge branch '1.4'
2019-12-11 16:03:56 +01:00
Nicolas Fella
41f5273574
Better macOS support in indicator
...
- Prolong waiting time on macOS
- Add a splash screen for macOS
- Separate platform-specified actions
2019-12-11 16:00:39 +01:00
Richard Liebscher
ba34672cbd
Make build for SailfishConnect possible
2019-12-09 22:14:19 +00:00
l10n daemon script
3bb1814faa
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"
2019-12-09 08:50:56 +01:00
l10n daemon script
bf0c2e54e3
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"
2019-12-09 05:15:13 +01:00
Nicolas Fella
173e388177
Bump version number for 1.4 release
2019-12-07 18:14:56 +01:00
Nicolas Fella
fdda1cd0d6
Require recent KF5 version
...
We require a recent-ish Kirigami version for the app
# Please enter the commit message for your changes. Lines starting
2019-12-07 18:09:56 +01:00
Nicolas Fella
3f574a8488
Don't build runners
2019-12-07 16:10:18 +00:00
Andy Holmes
cc655348eb
Nautilus Extension: fix gettext usage
...
Apparently the way we did this in GSConnect never actually worked, it
just took years for someone to report it. Since this extension is
derived from GSConnect's it's likely that's the case here, too.
This is the appropriate way to use gettext according to the Python3
documentation.
2019-12-07 16:08:25 +00:00
Nicolas Fella
9afa6b6d91
Revert "Port deprecated method"
...
This requires a newer KF5 version than the current minimum.
This reverts commit e933ae5450
.
2019-12-06 23:14:19 +01:00
Laurent Montel
e933ae5450
Port deprecated method
2019-12-06 13:33:13 +01:00
l10n daemon script
b0134a5881
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"
2019-12-05 05:16:07 +01:00
l10n daemon script
e11eca64af
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"
2019-12-02 05:30:09 +01:00
Rajdeep Roy Chowdhury
646aecc47b
Pairing Notification is made persistent
2019-12-01 12:01:41 +05:30
l10n daemon script
82974505ed
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"
2019-12-01 05:28:44 +01:00
l10n daemon script
56880448fd
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"
2019-11-30 05:34:44 +01:00
l10n daemon script
447158038d
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"
2019-11-28 05:47:09 +01:00
l10n daemon script
83df9f1f47
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"
2019-11-27 05:46:04 +01:00
Nicolas Fella
fe22d26f85
Add missing file
2019-11-25 16:14:24 +01:00
Nicolas Fella
fcbb28d1c4
Port fileitemactionplugin to json metadata
2019-11-25 16:13:27 +01:00
l10n daemon script
4a6a98d8a9
GIT_SILENT made messages (after extraction)
2019-11-20 02:39:59 +01:00
Rishabh Sharma
325f193bf6
Grammatical fixes in readme
2019-11-17 17:04:58 +00:00
l10n daemon script
cb307e16b2
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"
2019-11-17 05:06:27 +01:00
l10n daemon script
3ba783d819
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"
2019-11-08 05:29:51 +01:00
Nicolas Fella
ac791640a6
Merge conditions
2019-10-27 20:41:24 +01:00
Nicolas Fella
0f9fa8e339
Merge find_package calls
2019-10-27 20:39:19 +01:00
Nicolas Fella
724a5a14a8
Don't use KIO in core when building for Sailfish
2019-10-27 19:35:18 +00:00
Nicolas Fella
1c6d45654c
Correct indentation
2019-10-27 17:12:57 +01:00
Nicolas Fella
c568827735
merge two if(SAILFISHOS) calls
2019-10-27 17:11:58 +01:00
Nicolas Fella
ae7a3693d5
Rework cmake find calls
2019-10-27 17:02:45 +01:00
Nicolas Fella
0836195f4b
Refactor add test cmake code
2019-10-27 16:54:49 +01:00