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
Nicolas Fella
e9953f2f63
Amend appstream
2020-01-28 23:53:37 +01:00
Nicolas Fella
d48c42b8fc
Add google play link too
2020-01-28 23:10:55 +01:00
Nicolas Fella
688884406d
Add link to F-Droid to appstream data
2020-01-28 22:24:55 +01:00
l10n daemon script
6ea79997f6
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-01-28 05:43:32 +01:00
Nicolas Fella
e0d5927bca
Generat
2020-01-21 02:55:46 +00:00
Nicolas Fella
6025f7cc48
Remove usused includes
2020-01-20 22:35:37 +01:00
Nicolas Fella
8620db19ba
Remove usused includes
2020-01-20 17:45:36 +01:00
Nicolas Fella
f28ea834e1
Use generated DBus interface in mpriscontrol
2020-01-20 17:36:44 +01:00
l10n daemon script
916ec3a405
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-01-17 06:12:24 +01:00
Nicolas Fella
7ce7eaced6
Open kdeconnect-settings when clicking on pairing notification
2020-01-17 01:33:03 +01:00
Nicolas Fella
1a2315cdf7
Move settings app into own folder and make it a KDBusService
2020-01-17 01:32:56 +01:00
Nicolas Fella
894898ec0d
find kpeople qml module
2020-01-16 17:11:10 +00:00
Laurent Montel
0f707cc709
It alreadys added by kaboutdata
2020-01-12 14:46:21 +01:00
l10n daemon script
c54104b24f
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-01-09 05:46:17 +01:00
Matthijs Tijink
c6f83e5c16
CLI improvements for Qt 5.14+
...
Qt 5.14 adds a "--help-all" option, so include it in the autocompletion.
Qt 5.14 also warns on multiple additions of the same option, which we
accidently did (KAboutData and we ourselves called it), so don't do
that.
Also fixes device autocompletion, which I accidently broke.
2020-01-07 20:49:03 +00:00
Richard Liebscher
b61cf6b28c
Build DBus interfaces library for SailfishConnect
2020-01-06 19:28:36 +00:00
Albert Vaca Cintora
a6f9d90b3a
Merge branch 'richardliebscher/kdeconnect-kde-fix-payloadTransferInfo-existence'
2020-01-05 17:36:13 +01:00
Albert Vaca Cintora
02f7e3f16e
Hide notification after it's no longer possible to accept pairing
2020-01-05 16:31:06 +01:00
Richard Liebscher
456d4830fe
Made code more explicit and additional tests.
2020-01-04 14:13:36 +01:00
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