Julian Wolff
8aaa18848e
show icon and reply toolbutton in plasmoid
...
Summary:
Show an icon for each notification which has an icon.
Show a toolbutton which can be used to reply to notifications which offer a quick reply.
Reviewers: #kde_connect, albertvaka
Reviewed By: #kde_connect, albertvaka
Subscribers: albertvaka
Maniphest Tasks: T4674, T4658
Differential Revision: https://phabricator.kde.org/D6058
2017-06-01 16:17:45 +02:00
Julian Wolff
4eeb329014
These changes allow replying to any notifications that offer quick reply text fields
...
Summary: These changes allow replying to any notifications that offer quick reply text fields
Reviewers: #kde_connect, apol
Reviewed By: #kde_connect, apol
Subscribers: apol
Maniphest Tasks: T4674
Differential Revision: https://phabricator.kde.org/D5993
2017-05-31 15:36:43 +02:00
l10n daemon script
ece098ac3b
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"
2017-05-31 08:06:19 +02:00
l10n daemon script
78b91cf4c0
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"
2017-05-30 05:29:21 +02:00
l10n daemon script
60fa493171
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"
2017-05-30 04:17:47 +02:00
l10n daemon script
447d74bda4
GIT_SILENT made messages (after extraction)
2017-05-28 04:51:40 +02:00
Pino Toscano
9d968fa3ac
Merge remote-tracking branch 'origin/1.x'
2017-05-27 06:29:30 +02:00
Pino Toscano
b6f280aedb
tests: fix memory access in testnotificationlistener
...
set the image data as QByteArray of the right size, otherwise
referencing a stack-based char data will be problematic when the
function is out of scope
2017-05-27 06:14:00 +02:00
Pino Toscano
4bcb40906b
fix appdata validation
...
until there is a screenshot available, comment out the whole
<screenshots> tag, instead of leaving it with no <image> child nodes
2017-05-27 05:45:10 +02:00
l10n daemon script
5fda0b61e6
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"
2017-05-27 05:29:51 +02:00
l10n daemon script
155cb9f738
GIT_SILENT made messages (after extraction)
2017-05-27 04:52:15 +02:00
l10n daemon script
0d217c58e1
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"
2017-05-27 04:22:53 +02:00
l10n daemon script
a067f3e802
GIT_SILENT made messages (after extraction)
2017-05-27 03:02:23 +02:00
l10n daemon script
0711dac538
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"
2017-05-26 04:21:11 +02:00
Aleix Pol
9cd5662a42
Add arcconfig file, for phabricator integration
2017-05-25 00:28:11 +02:00
Aleix Pol
ecd4f81840
Don't block the process while showing the dialog
...
Otherwise it's not possible to interact with the system tray while the
dialog is open.
2017-05-25 00:16:05 +02:00
Àlex Fiestas
abfa8c8183
Port to newer api
...
This is a blind port, I have not tested it but allows this code to
compile.
2017-05-24 23:54:59 +02:00
Àlex Fiestas
c0a417e9e4
Make Bluetooth optional
...
This way we can merge this code in master with the hope of it getting
more attention.
2017-05-24 23:54:59 +02:00
Àlex Fiestas
54ef8862eb
(Bluetooth) Remove compatibility with Qt < 5.4.0
2017-05-24 23:54:59 +02:00
Àlex Fiestas
11a01d2f4e
Set unique include guard
...
Otherwise the code will not compile if both, lan and bluetooth are
enabled.
2017-05-24 23:54:59 +02:00
Albert Vaca
6792b45fae
Adapt to new API in master
2017-05-24 23:54:58 +02:00
Saikrishna Arcot
d711547ab5
Add initial Bluetooth backend implementation.
...
KDE Connect runs, and the bluetooth service gets published in the SDP
(service discovery protocol), which other devices use to determine what
services are available.
The getPairedDevices() method in the link provider class uses D-Bus to get
the list of paired devices, since Qt doesn't have a method giving that
information. As a result, that part of the code only works on Linux.
REVIEW: 122174
2017-05-24 23:54:58 +02:00
Albert Vaca
937d919c71
Bumped version number for Windows release
2017-05-24 23:28:33 +02:00
Aleix Pol
3e794dd4c7
Fix name
2017-05-24 23:25:18 +02:00
Albert Vaca
e3c4592577
Doesn't seem to like starting a process in the callback
2017-05-24 23:22:30 +02:00
Albert Vaca
cd3341ecc0
Add icon to executable for Windows and Mac
2017-05-24 22:57:37 +02:00
Albert Vaca
9f95d8c4d3
Launch daemon with indicator on Windows
...
Since Dbus activation doesn't work on Windows
2017-05-24 22:57:36 +02:00
Albert Vaca
58f9045bfa
Don't allow more than one indicator
2017-05-24 22:57:36 +02:00
Albert Vaca
35a9bde458
Get the correct icon
2017-05-24 22:57:36 +02:00
Aleix Pol
139bac55bc
Fix desktop file
...
Have it open kdeconnect-indicator rather than plasmawindowed
2017-05-24 21:57:06 +02:00
Aleix Pol
a30adbe465
Hardcode a path to find the icon in on Windows
2017-05-24 20:53:12 +02:00
Albert Astals Cid
f01f751708
Use a KCMultiDialog instead of calling kcmshell directly
...
Reviewed by Aleix
2017-05-24 19:59:04 +02:00
Aleix Pol
d42a65e621
Change how we specify devices
2017-05-18 11:45:28 +02:00
l10n daemon script
94f446abdd
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"
2017-05-15 05:42:42 +02:00
l10n daemon script
eddcaddaea
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"
2017-05-15 04:33:11 +02:00
l10n daemon script
381aad2e50
GIT_SILENT made messages (after extraction)
2017-05-15 03:14:23 +02:00
Aleix Pol
51c4eb68c6
Port to kirigami 2.0
2017-05-09 11:41:55 +02:00
l10n daemon script
48928a1a3f
GIT_SILENT made messages (after extraction)
2017-05-08 02:52:01 +02:00
Nicolas Fella
ec2b794ffb
Escape HTML Characters in Notifications.
...
REVIEW: 130114
2017-05-07 20:23:05 +02:00
Nicolas Fella
f0010763e7
Fixed filetransferjob broken after adding icons.
...
The plasmoid didn't know the transfer ended.
REVIEW: 130116
2017-05-07 20:16:19 +02:00
l10n daemon script
0072a6fb27
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"
2017-04-14 04:59:04 +02:00
l10n daemon script
4626df02fa
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"
2017-04-14 03:55:22 +02:00
l10n daemon script
2a756d058f
GIT_SILENT made messages (after extraction)
2017-04-14 02:42:54 +02:00
Nicolas Fella
891f1bd355
Notification icons from Android are now displayed
...
- FileTransferJob is now nonblocking.
- Files are stored based on the image MD5.
- Some improvements in displaying the notification, e.g. title is only
displayed when different than the app name.
- Most of the notification display code moved to the Notification class.
REVIEW: 130050
2017-04-13 21:32:03 +02:00
Albert Vaca
34d419756b
Merge branch '1.x'
2017-04-13 21:23:29 +02:00
l10n daemon script
69985f6d0c
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"
2017-04-09 05:10:22 +02:00
l10n daemon script
be1d43b42d
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"
2017-04-09 03:59:36 +02:00
Aleix Pol
32002e3c46
Use KStatusNotifierItem on the indicator
...
Seems to work a bit better than QSystemTrayIcon
2017-03-27 20:44:36 +02:00
Albert Vaca
a5ff478896
Removed -o reconnect
...
As discussed in https://git.reviewboard.kde.org/r/130015/
2017-03-27 20:27:34 +02:00
Kiril Vladimiroff
71f8357e00
Use compact format when saving runcommand commands
...
REVIEW: 130018
2017-03-17 12:26:10 +01:00