Simon Redman
5cac399273
Fix bug causing smsapp's '--message' argument to not pass data through
2019-03-18 15:56:01 -06:00
Nicolas Fella
4550dcf45b
[sendnotis] Link agains KConfig again
2019-03-18 02:32:26 +01:00
Albert Vaca Cintora
ad21af639f
Assert after waiting and not before
2019-03-14 14:27:34 +01:00
Albert Vaca Cintora
d72e4a1131
Fix build on CI for Windows
2019-03-14 12:37:16 +01:00
Matthijs Tijink
f5724f7e7c
Add zsh device autocompletion helper
2019-03-13 19:58:28 +00:00
Nicolas Fella
4ee0d0ba21
[plugins/sendnotification] Remove unneeded libs
2019-03-13 13:36:09 +01:00
Nicolas Fella
08fbc8b54a
[plugins/screensaverinhibit] Don't link against KNotifications
2019-03-13 13:36:09 +01:00
Nicolas Fella
c48ff21f9b
[plugins/remotekeyboard] Don't link against KI18n
2019-03-13 13:36:09 +01:00
l10n daemon script
b44a067199
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-03-13 05:58:25 +01:00
Nicolas Fella
640664db00
Change plugin name
2019-03-13 01:33:51 +01:00
Nicolas Fella
b248e37b81
[sftp] Give better error messages for common errors
2019-03-13 01:31:40 +01:00
Nicolas Fella
1f21cffb3e
Add CMake flag to activate loop backend
2019-03-13 00:30:24 +00:00
Nicolas Fella
2538a6a3e6
QtGui is not needed in interfaces
2019-03-13 01:23:16 +01:00
Nicolas Fella
b0ae40f791
[kio] Fix file browsing with non-KIO file managers
2019-03-12 13:38:49 +00:00
Nicolas Fella
49900be89f
[plugins/remotecommands] Remove stray includes
2019-03-11 19:14:48 +01:00
Nicolas Fella
78b11179fe
[plugins/photo] Don't link against KI18n
2019-03-11 19:11:26 +01:00
Nicolas Fella
47e39ef55a
[plugins/mprisremote] Don't link against KI18n
2019-03-11 19:09:00 +01:00
Nicolas Fella
931a030481
[plugins/findmyphone] Don't link against core twice
2019-03-11 19:05:42 +01:00
Nicolas Fella
f2db6351cc
[plugins/contacts] Don't link against KI18n
2019-03-11 19:03:10 +01:00
Nicolas Fella
b7e52dfd86
[plugins/battery] Don't link against QtGui
2019-03-11 18:58:11 +01:00
Nicolas Fella
c6c58b6b52
[kio] Don't link agains QtGui
2019-03-11 18:55:38 +01:00
Nicolas Fella
18e0eee564
Forward declare
2019-03-11 18:50:14 +01:00
Nicolas Fella
7e39c5df8f
[indicator] Remove stray includes
2019-03-11 18:48:25 +01:00
Nicolas Fella
fef658eba7
Remove stray include
2019-03-11 18:26:35 +01:00
Nicolas Fella
d587bbeeaa
Remove unneeded link
2019-03-11 17:35:07 +01:00
l10n daemon script
2b9988cb10
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-03-11 05:37:45 +01:00
Nicolas Fella
399bed641f
Fix sending keys via CLI
2019-03-10 12:59:31 +00:00
Simon Redman
0bf02481a6
Properly disable new message-entry area when device is disconnected
2019-03-09 17:16:43 -07:00
Nicolas Fella
906cdfba64
Use input field from Kaidan
...
Summary: It looks a bit better
Test Plan: {F6314845}
Reviewers: #kde_connect, albertvaka
Reviewed By: #kde_connect, albertvaka
Subscribers: albertvaka, sredman, mart, hein, apol, kdeconnect
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D16071
2019-03-10 00:36:18 +01:00
Nicolas Fella
fd99d84ead
[SMS App] Allow passing a message via args
...
Summary:
Add --message option to kdeconnect-sms to pass a message. The user only needs to choose a recepient and the message will be sent. Useful for integration with 3rd party
apps, e.g. via Purpose
Test Plan:
kdeconnect-sms --message "Hello World", choose chat, message is sent
Click another chat, no message sent
kdeconnect-sms without args, no message sent
Reviewers: #kde_connect, sredman
Reviewed By: #kde_connect, sredman
Subscribers: andyholmes, sredman, apol, kdeconnect
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D17292
2019-03-09 22:44:28 +01:00
Matthijs Tijink
97705c3c76
Retry the network packet if it failed to unserialize
...
This happens if the network packet is big enough to not transfer in one
go.
2019-03-09 18:29:55 +01:00
Nicolas Fella
bcb985adda
Use ERR_SLAVE_DEFINED
2019-03-09 15:27:49 +00:00
Nicolas Fella
efa644f0a4
[sftp] Get device ID from URL
2019-03-09 14:52:29 +00:00
Nicolas Fella
b40407775c
[sftp] Also report desktop side errors via KIO
2019-03-09 14:24:29 +00:00
Nicolas Fella
0772318577
Return no mount error if there is none
2019-03-09 14:03:01 +00:00
Nicolas Fella
6a804faca8
Fix icon display on PM again
2019-03-08 22:24:38 +00:00
Simon Redman
8742dc5797
Fix doubly-nested ConversationDisplay which was causing messages to not be send-able
...
Bug introduced by commit 1ec20886a8
Something in my build system changed so I was testing the wrong build when merging before!
2019-03-08 15:09:13 -07:00
Nicolas Fella
3f9b43c208
Fix search for PulseAudioQt
...
It does not follow Frameworks version numbers
2019-03-08 21:58:16 +01:00
Albert Vaca Cintora
0ecf00822b
Fixed warnings
2019-03-07 19:48:06 +01:00
l10n daemon script
94fbf4c702
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-03-07 05:47:20 +01:00
Rituka Patwal
c6719315da
Emit DBus signal when sharing
2019-03-06 13:52:06 +05:30
l10n daemon script
522ae367d6
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-03-06 06:04:16 +01:00
l10n daemon script
c9aca6830c
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-03-05 05:54:17 +01:00
Nicolas Fella
dbccc641ed
Add plugin for taking photos on remote device
...
Summary: This plugin sends a request for a photo to the connected device. The device then sends the photo back, currently via the SharePlugin.
Test Plan:
kdeconnect-cli --photo
Check for photo in Downlaods folder
Reviewers: #kde_connect, broulik, albertvaka
Reviewed By: #kde_connect, albertvaka
Subscribers: sredman, albertvaka, apol, ngraham, kdeconnect
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D18140
2019-03-04 23:57:08 +01:00
Nicolas Fella
9190c79203
Avoid detach
2019-02-28 14:24:25 +01:00
Nicolas Fella
491e38aa91
Use ref
2019-02-28 14:21:29 +01:00
Nicolas Fella
5c268466c3
Don't use empty QStringLiteral
2019-02-28 14:20:22 +01:00
Nicolas Fella
b7768ca29f
Add context object
2019-02-28 14:18:47 +01:00
Nicolas Fella
c9533ff64e
Don't make signals const
2019-02-28 14:13:35 +01:00
Nicolas Fella
1f1462e813
Remove unused includes
2019-02-28 14:11:23 +01:00