Commit Graph

66 Commits

Author SHA1 Message Date
6ac633366e Don't use functions obsoleted in Qt 5.13.0 2019-06-25 14:37:14 +02:00
56e1e98493 Apply cmake-format 2019-06-16 16:58:52 +02:00
65eb59fe26 Add missing German translations 2019-06-16 16:58:37 +02:00
dc7d9b815f Adapt to changes in c++utilities 2019-06-14 19:15:26 +02:00
64473df5ba Adapt to changes in c++utilities 2019-06-10 22:48:26 +02:00
0e7cc8ba9b Apply changed status colors without restart 2019-05-19 23:11:50 +02:00
72b72b26ae Don't abuse scanning icon to get default logo 2019-05-19 18:04:28 +02:00
8dacbaa8d7 Adapt to new c++utilities API 2019-05-05 18:42:19 +02:00
0049d96bca Adapt to c++utilities API changes 2019-05-04 22:18:31 +02:00
a30853cfeb Apply cmake-format and clang-format 2019-05-04 22:10:37 +02:00
d88df866d2 Adapt to c++utilities v5 2019-05-04 21:05:21 +02:00
326f03b604 Apply cmake-format 2019-02-06 17:36:14 +01:00
028a456c4e Update translations 2018-12-29 20:40:40 +01:00
d48c7be6fa Set the parents of the QActions for Dolphin integration correctly
The parent must be the plugin itself. Otherwise the QActions are
not destroyed when the menu vanishes.
2018-12-26 01:18:28 +01:00
951235d082 Improve logging in Dolphin integration 2018-12-26 01:16:38 +01:00
daa2d42ef2 Delete menu later to prevent segfault 2018-12-26 01:15:28 +01:00
d3c6eda0a6 Store API key for Dolphin integration persistently
Only storing the key for the last selected config should
be sufficient.
2018-12-24 17:35:54 +01:00
1d5b90a693 Allow always to change config 2018-12-24 17:19:11 +01:00
10747bfdf9 Handle config issues in Dolphin integration
* Check whether URL is present
* Allow user to enter API key manually
2018-12-24 17:17:09 +01:00
db35ce14be Update translations 2018-12-22 17:11:38 +01:00
52f6e51e1a Fix wrong "Rescan ..." in file item action 2018-12-22 16:27:08 +01:00
b599da308e Update translations for Dolphin menu 2018-11-30 17:51:15 +01:00
a21d273ae1 Prevent all '&' in Dolphin menu 2018-11-30 17:47:12 +01:00
388b3ef6b1 Quote dir name in Dolphin menu 2018-11-30 17:46:48 +01:00
85b569a3c9 Add a description for each fileitemactionplugin class 2018-11-28 21:23:09 +01:00
f901386478 Split fileitemactionplugin code into multiple files 2018-11-28 21:23:09 +01:00
882a2a5d35 Make Dolphin integration configurable
* Allow to select Syncthing config file manually
* Show error if config file can not be located
2018-11-28 21:22:57 +01:00
d803f83d0f Update translations 2018-11-03 21:41:44 +01:00
4a42a3f0c0 Fix and refactor directory error handling
* Rely not only on the FolderErrors event
* Request pull errors when opening the dialog
* Use "pullErrors" from FolderSummary
* Move code for directory error dialog into
  its own class

This should fix that sometimes obsolete errors
were still displayed or actually present errors
missing.
2018-11-03 21:30:17 +01:00
6bd2323a16 Log status in SyncthingFileItemAction only if KIO_SYNCTHING_LOG_STATUS set 2018-10-20 23:55:05 +02:00
9d7c3876f6 Avoid unnecessary nesting in SyncthingFileItemAction 2018-10-20 23:52:34 +02:00
533a5d0939 Use override 2018-10-10 21:26:46 +02:00
7598fef709 Update translations 2018-07-22 22:17:48 +02:00
ad3c8b5240 Don't meld 'unshared' into the status
Just deal with it like with the paused flag. This will
hopefully solve the issue that dirs are wrongly shown as
unshared till the next status update.
2018-07-22 22:09:18 +02:00
b9b557462b Update translations 2018-05-08 19:20:17 +02:00
9ce8c593a2 Require qtutilities 5.10.0 for AboutDialog overload 2018-05-08 19:20:05 +02:00
a531fc7ad4 Show dependency versions in about dialog of Dolphin menu 2018-05-08 19:19:27 +02:00
8532fbcb57 Specify min. Qt 5 version for fileitemaction and plasmomid 2018-04-01 23:02:14 +02:00
79fe97d952 Refactor notifications
* Use SyncthingNotifier class
* Show 'Sync complete' on FolderCompletion event
* Add extra structure for stats
2018-01-27 23:27:50 +01:00
8d35251234 Update translations 2017-09-09 21:40:19 +02:00
14f42fbc51 Fix setting window attribute of about dialog 2017-09-08 17:01:51 +02:00
c690af9679 Update translations 2017-09-05 00:29:15 +02:00
80c2a4212e Show global/local dir status in Dolphin action 2017-08-30 00:36:49 +02:00
8dce7de433 Update translations 2017-08-30 00:14:59 +02:00
eafc65ec2b Remove obsolete translations 2017-08-01 10:45:50 +02:00
732a5fdd8d Apply clang-format 2017-05-01 03:34:43 +02:00
49ff5a7b65 Move widgets from tray app to separate lib
So settings pages, web view and other widgets
can be used in other components such as the
Dolphin plugin and Plasmoid, too.
2017-04-23 18:31:18 +02:00
4fa0ff30db Fix typo 2017-04-19 22:09:50 +02:00
c11d527a54 Disable hover effect on "display-only" actions in KIO plugin 2017-04-08 14:27:15 +02:00
77daa58f4e Document debugging Dolphin/KIO plugin 2017-04-08 14:25:35 +02:00