Nicolas Fella
ae7a3693d5
Rework cmake find calls
2019-10-27 17:02:45 +01:00
Nicolas Fella
0836195f4b
Refactor add test cmake code
2019-10-27 16:54:49 +01:00
Nicolas Fella
9d3789e7fd
Don't build smsapp on sfos
2019-10-27 16:53:39 +01:00
Yuri Chornoivan
bef029b8f5
Add i18n()
2019-10-23 22:26:33 +03:00
Simon Redman
8a908e5c69
Correct error interpreting vcard timestamp size
...
This requires an upgrade to the Android app to be useful but won't make the situation any worse for now.
2019-10-23 01:09:54 +00:00
Nicolas Fella
b407571ef1
Fix coding style
2019-10-20 01:49:14 +02:00
Nicolas Fella
41ba3990cc
Add missing provides description to appdata
2019-10-18 01:19:32 +02:00
Nicolas Fella
f7296dfcf5
Don't highlight entries in device and plugin list
2019-10-15 20:19:40 +02:00
Nicolas Fella
f58a99e388
Fix background of device name on Plasma Mobile
2019-10-15 20:13:17 +02:00
Nicolas Fella
8d8989ea09
Coding style++
2019-10-15 20:07:45 +02:00
Nicolas Fella
92ac51465f
Simplify page pushing
2019-10-15 20:06:04 +02:00
Aleix Pol
36bcade705
plasmoid: move plasmoid buttons into a menu
...
This way we get to see what they do together with the icon.
Removes some visual clutter as well.
Reviewed by Albert Vaca
2019-10-12 20:06:12 +02:00
Aleix Pol
8a919a8015
Remove clipboard integration on the plasmoid
...
It's redundant to the clipboard plugin and remote keyboard.
It clutters the UI.
Reviewed by Albert Vaca
2019-10-12 19:44:09 +02:00
l10n daemon script
caa3e159c9
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-10-10 05:23:28 +02:00
l10n daemon script
58dca31212
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-10-02 05:26:15 +02:00
Piyush Aggarwal
118d91ae78
add title to pairing request notification
2019-09-30 20:53:46 +00:00
l10n daemon script
7d27ef1417
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-09-30 05:04:12 +02:00
l10n daemon script
b5ebbfc0b4
GIT_SILENT made messages (after extraction)
2019-09-30 02:34:49 +02:00
Nicolas Fella
30806667f0
fix executable name
2019-09-29 20:21:25 +02:00
l10n daemon script
0856c297c1
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-09-29 05:09:20 +02:00
l10n daemon script
fe6f1b79bf
GIT_SILENT made messages (after extraction)
2019-09-29 02:40:21 +02:00
l10n daemon script
55b7533251
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-09-27 05:08:50 +02:00
l10n daemon script
7ec2662ae9
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-09-26 05:13:20 +02:00
l10n daemon script
81e8d3a700
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-09-25 05:17:51 +02:00
Albert Vaca Cintora
db626fa4bd
Hide the install buttons if you have already paired some device
2019-09-20 12:24:30 +02:00
Piyush Aggarwal
c1f8d689db
re-write findthisdevice plugin + add support for Windows
2019-09-19 22:45:39 +00:00
Albert Vaca Cintora
7eeed141f0
Add a button to open the settings
...
If you already have kdeconnect on your phone, the call to action to install
it doesn't make sense.
This doesn't add a string because it reuses one that was already in the
plasmoid
2019-09-19 18:48:58 +02:00
Albert Vaca Cintora
9f8928513d
Don't hide the plasmoid, otherwise the install buttons don't make sense
2019-09-19 18:39:45 +02:00
Nicolas Fella
40b6a9ca15
Update Issue.md
2019-09-19 07:48:59 +00:00
Nicolas Fella
32164aa79d
Add issue template
2019-09-19 07:47:59 +00:00
Nicolas Fella
00dd7e6873
Add new directory
2019-09-19 07:45:21 +00:00
Nicolas Fella
8a25eb6f8a
Fix mac build
2019-09-18 14:56:45 +02:00
Matthijs Tijink
656dab4a3f
Show a message when no device id's can be autocompleted in zsh
2019-09-13 21:43:15 +02:00
Matthijs Tijink
f73ee46fca
Improve zsh autocompletion
...
Main changes:
- Allow grouping single-letter options (current single letter options
are exclusive, but that might change in the future. Qt supports
parsing such groups)
- Allowing completions like "-d<id>" and "--device=<id>"
- Make operations exclusive in completion (e.g. --ping and --ring can't
be used at the same time)
2019-09-13 21:42:24 +02:00
Matthijs Tijink
fb174b23e3
Make the cli's --photo option take arguments
...
Also update the related zsh autocompletion.
2019-09-13 16:11:16 +00:00
Piyush Aggarwal
342e572d90
reliably close daemon and indicator when quitting on Windows and MacOS
2019-09-12 17:46:10 +00:00
Nate Graham
5fd0d2327b
Use more appropriate icon that's colorful at small sizes
...
The current icon does not follow the recommended pattern of using preferences- icons
and has a small version that's monochrome, causing the sidebar in System Settings to
inappropriately display some small monochrome icons.
Ref T10165
2019-09-10 14:15:01 -06:00
Erik Duister
8bcaf365d6
Do not assert because it will crash kdeconnect when android sends a duplicate uid
2019-09-10 18:14:02 +02:00
Nicolas Fella
c8c82e01a7
[cli] Warn user if specified device id doesn't exist
2019-09-10 16:09:06 +00:00
Nicolas Fella
01fa989786
Fix photo plugin cli
2019-09-10 16:08:53 +00:00
Nicolas Fella
c451d7064e
rename app to kdeconnect-app
2019-09-10 17:59:30 +02:00
Nicolas Fella
39fe270cd1
Port Kdeconnectconfig to reference based singleton
...
It's more expressive in the sense that it makes clear that the user should not delete the object
2019-09-08 17:09:52 +02:00
Aleix Pol
8d6136f953
wayland: we need the input interface to be able to use the remote capabilities
2019-09-05 16:57:38 +02:00
l10n daemon script
6baa2ff976
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-09-03 05:13:28 +02:00
Piyush Aggarwal
7e25e60c5f
add inhibit screensaver plugin for Windows
2019-08-31 10:40:43 +00:00
l10n daemon script
542e503bbc
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-08-30 05:15:25 +02:00
Simon Redman
9c91042441
Add loading indicator while loading conversations
2019-08-24 10:29:44 -07:00
Piyush Aggarwal
f65737da21
add basic SFTP Plugin for Windows
2019-08-22 02:21:32 +00:00
Erik Duisters
f91b9e9951
Setting m_payloadSize is already handled by qvariant2qobject and it is of type qint64 not int
2019-08-21 19:37:38 +02:00
Piyush Aggarwal
c22c670fee
pause music plugin for Win32
2019-08-21 02:38:35 +00:00