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
Nicolas Fella
fc4da13d64
Add context object
2019-02-28 14:08:17 +01:00
Nicolas Fella
3ec0008509
Add signals to properties
2019-02-28 14:06:44 +01:00
Nicolas Fella
51c17402b8
Fix clazy warning
2019-02-28 14:04:15 +01:00
Simon Redman
1ec20886a8
[SMS App] Add highlighting to ConversationList view
...
Summary: Let the ListView use its default highlighting (did I not notice before?) and keep the currently-selected chat highlighted at all times
Test Plan:
- Launch app
- Use mouse or arrow keys to select a conversation. The highlight should follow the selected conversation
Reviewers: #kde_connect, apol
Reviewed By: #kde_connect, apol
Subscribers: apol, kdeconnect
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D17612
2019-02-26 22:55:50 -07:00
l10n daemon script
1d3368532a
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-02-26 05:29:15 +01:00
Nicolas Fella
f345b05838
Use ListView for plugins list
2019-02-21 17:13:28 +00:00
Nicolas Fella
7970e3d1c4
[Runners] Use icon name
...
Summary: `QIcon` isn't thread-safe and here we just pass a theme icon name anyway, so we can have the runner UI do the work as needed.
Test Plan: Compiles
Reviewers: #kde_connect, nicolasfella
Reviewed By: #kde_connect, nicolasfella
Subscribers: kdeconnect
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D19158
2019-02-21 11:48:46 +01:00
Nicolas Fella
a4509d9640
Emit DBus signal when receiving a call
2019-02-17 02:41:42 +01:00
l10n daemon script
f5ac506835
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-02-16 05:37:45 +01:00
l10n daemon script
7634e82637
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-02-15 05:34:24 +01:00
l10n daemon script
2742f786d0
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-02-13 05:52:00 +01:00
Albert Vaca Cintora
9d7fe401f8
This should do
2019-02-13 00:29:05 +01:00
Albert Vaca Cintora
a424140216
Trying to fix test for FreeBSD
2019-02-13 00:22:38 +01:00
Albert Vaca Cintora
10c370cc51
More useful error text
...
This helped me figure out the error in the test
2019-02-13 00:11:03 +01:00
Albert Vaca Cintora
695a0e1b6b
Make test better
2019-02-13 00:10:30 +01:00
Albert Vaca Cintora
8142a2c92f
Fix wrong size being passed (QString::size -> QFile::size)
...
Fixes test
2019-02-13 00:09:57 +01:00
Albert Vaca Cintora
a8e9c0d002
Make test not crash
2019-02-13 00:09:04 +01:00
Albert Vaca Cintora
4d059af839
Wait for both client and server sockets
...
Fixes the test
2019-02-12 23:28:42 +01:00
Albert Vaca Cintora
395536b382
Remove unused include
2019-02-12 22:51:04 +01:00
l10n daemon script
af1ab23e0a
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-02-12 05:40:56 +01:00