Simon Redman
b7643ecbad
Delete flakey tests
2020-03-21 22:25:01 +00:00
Nicolas Fella
2e15294caf
Merge branch 'release/20.04'
2020-03-21 21:27:28 +01:00
Nicolas Fella
9f1101c9c1
Use kdeconnect-settings for command configuration
...
Instead of relying on kde-cli-tools being installed.
2020-03-21 21:26:51 +01:00
Nicolas Fella
28e7e99100
Merge branch 'release/20.04'
2020-03-21 21:21:02 +01:00
Nicolas Fella
eac1e07e29
Revert "Make default name and device type customizable"
...
This causes a crash described in https://invent.kde.org/kde/kdeconnect-kde/-/merge_requests/206#note_37534
This reverts commit a39a2d562d
.
2020-03-21 21:13:41 +01:00
l10n daemon script
08df418cc9
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-03-21 09:48:57 +01:00
l10n daemon script
9673dbe6a5
GIT_SILENT made messages (after extraction)
2020-03-21 08:36:30 +01:00
l10n daemon script
782f2ffe72
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-03-21 05:50:32 +01:00
Albert Vaca Cintora
9feb4e5510
Merge branch 'strace/kdeconnect-kde-seamless_playback'
2020-03-21 00:24:49 +01:00
Nicolas Fella
2c8cf96a6c
Read payload size as qint64
2020-03-20 19:54:47 +00:00
l10n daemon script
b75a74abcc
GIT_SILENT made messages (after extraction)
2020-03-20 03:15:49 +01:00
Nicolas Fella
3a1d08c322
Merge branch 'release/20.04'
2020-03-17 17:16:41 +01:00
Nicolas Fella
483047f590
Mark QtQuick.Particles as runtime dependency
...
BUG: 417340
2020-03-17 17:13:12 +01:00
l10n daemon script
87d58643a2
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-03-17 10:05:04 +01:00
l10n daemon script
201be5d898
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-03-16 10:21:09 +01:00
l10n daemon script
c5caedee60
GIT_SILENT made messages (after extraction)
2020-03-16 09:04:41 +01:00
l10n daemon script
102779fe29
GIT_SILENT made messages (after extraction)
2020-03-16 03:22:20 +01:00
Matthijs Tijink
04d2f51b24
Adds an MPRIS server for controlling other device's MPRIS services
...
By creating a DBus connection per player, we are able to support
multiple remote players.
The album art is not yet supported.
2020-03-15 23:46:56 +01:00
Matthijs Tijink
f7b7cdbfd5
Adds an MPRIS server for controlling other device's MPRIS services
...
By creating a DBus connection per player, we are able to support
multiple remote players.
The album art is not yet supported.
2020-03-15 22:38:03 +00:00
Abdel-Rahman Abdel-Rahman
0240c43bb5
Make incoming call notification persistent
...
Accomplishes task T11851
2020-03-15 23:34:52 +02:00
Nicolas Fella
5931de875e
[app/volume] Elide sink name label
2020-03-15 22:09:31 +01:00
Nate Graham
8e0cfd3899
[applet] Standardize presentation on the "devices unavailable" view
...
Summary:
This patch makes the "devilces unavailable" page follow the general style used in other
similar views throughout Plasma and other KDE software. It also improves the wording
of various buttons and headers to make them more context-sensitive and thus more relevant
to what the user needs to do to solve the problem.
Test Plan:
{F8149680}
{F8149679}
Reviewers:
#VDG, #kde-connect
Subscribers:
2020-03-15 19:53:53 +00:00
Nicolas Fella
4436536a6a
Register interface factories as Singletons instead of context properties
2020-03-14 17:35:58 +01:00
Nicolas Fella
af94100952
Move QAbstractItemModel QML workaround to declarativeplugin
2020-03-14 16:44:24 +01:00
l10n daemon script
81a2be7670
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-03-11 06:07:22 +01:00
Richard Liebscher
e066ef9236
Vergotten include in !190
2020-03-10 19:49:41 +00:00
l10n daemon script
877d8950a2
GIT_SILENT made messages (after extraction)
2020-03-09 03:13:50 +01:00
l10n daemon script
0c8df41d89
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-03-04 06:04:04 +01:00
l10n daemon script
7eee223dfc
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-03-02 05:46:53 +01:00
Richard Liebscher
a39a2d562d
Make default name and device type customizable
2020-03-01 20:55:40 +00:00
Richard Liebscher
bb5539c8c3
Make plugins work in SailfishConnect
2020-03-01 20:00:40 +00:00
George Vogiatzis
875cf16a40
[Plasmoid]Make device menu use PC ContextMenu
...
Summary:
Change the three dotted menu to use PlasmaComponents ContextMenu.
This prevents menu from staying open on other system tray's applets.
Wayland still has that issue, happens in other menus too.
BUG: 415142
And change menu icon into a hamburger menu.
Test Plan:
Before:
Open the menu, and then open an other applet. Menu will stay open on
the left. Even if change windows and open the system tray, will still
be there.
After:
Use X11. By clicking, for example volume applet, menu will minimize.
Will need to click again to open the applet.
2020-02-21 11:42:31 +02:00
l10n daemon script
9d6db94f7d
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-02-17 05:44:55 +01:00
l10n daemon script
1d74dba057
GIT_SILENT made messages (after extraction)
2020-02-17 03:17:24 +01:00
Aniket Kumar
ec7519c1ef
Update shareplugin.cpp: added code snippet to check the open condition of the received network package and to act accordingly.
2020-02-16 16:31:14 +00:00
l10n daemon script
cbb11a4325
GIT_SILENT made messages (after extraction)
2020-02-16 03:25:24 +01:00
l10n daemon script
5fd09c904d
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-02-14 05:56:20 +01:00
Michael Staggs
667988ec72
T12394 Improve SMS URI display in kdeconnect-handler
2020-02-07 11:02:28 +00:00
Nicolas Fella
bd7b4c305a
Use Kirigami.ListSectionHeader
2020-02-06 16:43:44 +01:00
l10n daemon script
d36f2f7c5e
GIT_SILENT made messages (after extraction)
2020-02-06 03:14:39 +01:00
l10n daemon script
4f06eae48d
GIT_SILENT made messages (after extraction)
2020-02-05 03:19:06 +01:00
l10n daemon script
c61a67f86a
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-02-04 06:10:13 +01:00
l10n daemon script
f0dba4e7b9
GIT_SILENT made messages (after extraction)
2020-02-04 03:16:17 +01:00
l10n daemon script
75f129a4b3
GIT_SILENT made messages (after extraction)
2020-02-03 02:59:15 +01:00
Simon Redman
751bca008c
Add loading notice while loading conversations
2020-02-03 01:37:25 +00:00
l10n daemon script
4b6246de89
GIT_SILENT made messages (after extraction)
2020-02-02 03:14:52 +01:00
l10n daemon script
10b58d88e2
GIT_SILENT made messages (after extraction)
2020-02-01 03:12:49 +01:00
l10n daemon script
6db1662454
GIT_SILENT made messages (after extraction)
2020-01-31 03:10:26 +01:00
l10n daemon script
84c5481aa8
GIT_SILENT made messages (after extraction)
2020-01-30 03:14:32 +01:00
l10n daemon script
178b36ebed
GIT_SILENT made messages (after extraction)
2020-01-29 03:00:04 +01:00