Commit Graph

663 Commits

Author SHA1 Message Date
Martchus ee9fa0998e Fix use of wrong var in KIO plugin 2017-02-25 18:46:29 +01:00
Martchus 24b8225c9e Document KIO plugin 2017-02-25 18:28:35 +01:00
Martchus aca4f47829 Add pause/resume to KIO plugin 2017-02-25 18:28:20 +01:00
Martchus 803c3c200b Update version 2017-02-25 16:59:37 +01:00
Martchus 6c62bf946b Swap dir pause and rescan buttons
Looks better with Breeze icon theme
2017-02-24 22:34:46 +01:00
Martchus 02c4c778e5 Update translations 2017-02-23 23:20:45 +01:00
Martchus 8332176bf6 Improve pauseResumeDirectory()
* Use compact JSON
* Don't do anything if no dirs specified
* Note Syncthing issue
2017-02-23 23:12:38 +01:00
Marius Kittler 189a985e23 Support pause/resume directories in CLI 2017-02-23 23:12:38 +01:00
Marius Kittler 5101872532 Allow pausing/resuming dirs in GUI 2017-02-23 15:57:17 +01:00
Marius Kittler 1f6555a718 Don't require Qt 5.8.0 2017-02-23 15:57:16 +01:00
Marius Kittler bdb05ae865 Make dir status accassible via model 2017-02-23 15:57:16 +01:00
Martchus 16c88daf28 Allow pausing/resuming dirs in backend 2017-02-23 15:57:11 +01:00
Martchus 90bcbecd7f Update planned features 2017-02-20 21:18:18 +01:00
Martchus fc13a8f146 Read paused state of directories 2017-02-20 21:00:18 +01:00
Martchus 45905ca0f7 Don't use organization for settings 2017-02-20 19:41:34 +01:00
Martchus 57f7d140e0 Provide basic Dolphin integration 2017-02-20 18:44:56 +01:00
Martchus 6ec35fa203 Update translations 2017-02-20 18:42:27 +01:00
Martchus 8c6b0fd3d4 Move icon rendering to model backend 2017-02-20 18:42:27 +01:00
Martchus eab769b654 Move status strings to connector backend 2017-02-20 18:42:27 +01:00
Martchus e7c03881f1 Support rescan of single files/dirs 2017-02-20 18:42:27 +01:00
Martchus 8ed032f3d1 Determine Syncthing URL from config in backend 2017-02-20 18:42:27 +01:00
Martchus 02e44e372f Move icons used in models to model library 2017-02-20 18:41:45 +01:00
Martchus 343b8f09c5 Merge pull request #4 from askz/patch-2
Update README.md
2017-02-20 14:55:58 +01:00
Max 2d6fd385ef Update README.md 2017-02-20 14:22:58 +01:00
Martchus 665647648c Mention Qt WebKit revived/ng 2017-02-12 19:58:53 +01:00
Martchus 1a26ba6151 Mention test under Awesome 2017-02-12 19:58:31 +01:00
Martchus 873660f0a9 Use C++14 std::make_unique 2017-02-11 02:42:45 +01:00
Martchus 924241f65c Use ENABLE_QT_RESOURCES_OF_STATIC_DEPENDENCIES 2017-02-11 02:42:10 +01:00
Martchus 7ec7528173 Fix QString conversion from CLI args 2017-02-01 17:12:56 +01:00
Martchus 10bb953202 Fix typo 2017-01-30 22:43:24 +01:00
Martchus 71864376a9 Also consider sleep/standby as tolerable interruption
* Only supported when Logind is used
* Extension of b2325bf
* So notifications caused by Syncthing inavailability
  short after start or resume from standby can now be
  suppressed - at least when using Systemd/Logind
2017-01-15 17:32:20 +01:00
Martchus a414c1a43a Add D-Bus interface file for logind 2017-01-14 21:37:42 +01:00
Martchus 3d088948fd Ensure translations for service aren't removed
* Add those files unconditionally
* Add conditions inside the files instead
2017-01-14 21:36:37 +01:00
Martchus 30b5be70d0 Use platform detection from c++utilities consistently 2017-01-14 02:25:20 +01:00
Martchus b2325bf5a0 Allow ignoring Syncthing inavailability after startup 2017-01-14 02:12:38 +01:00
Martchus 2a5137184a Distinguish unknown traffic from zero traffic 2017-01-14 00:58:24 +01:00
Martchus d923d8efff Don't override error reply when clearing errors 2017-01-13 11:42:01 +01:00
Martchus d1b61ba24a Determine systemd unit activation timestamp 2017-01-13 10:25:50 +01:00
Martchus bbac12f9e9 Make error polling configurable 2017-01-12 23:41:58 +01:00
Martchus b2a66c806b Don't connect to local instance when not running
Prevent connection attempt to local instance at startup
or after applying settings when Syncthing systemd unit
isn't running
2017-01-12 22:18:40 +01:00
Martchus ac0492d890 Clear Syncthing errors when considering read 2017-01-12 22:14:23 +01:00
Martchus f03af9c3cb Ensure connect with settings actually connects 2017-01-12 22:09:54 +01:00
Martchus ee59c2b1c4 Prevent disconnect notification when stopping Syncthing manually 2017-01-10 23:49:34 +01:00
Martchus a66790af6c Add note about adding further translations 2017-01-08 21:22:25 +01:00
Martchus f5788b688d Add German translation 2017-01-07 16:30:57 +01:00
Martchus d502a07398 Merge pull request #2 from markusgrosser/master
Fix WebView disabled setting
2017-01-07 16:29:02 +01:00
Markus Großer f8ea7cdd51 Fix WebView disabled setting
"isabled" -> "disabled"
2017-01-07 16:15:13 +01:00
Martchus aa6fd0520e Make c'tor explicit 2017-01-06 15:19:37 +01:00
Martchus 45d54e5ce5 Improve default size of settings dialog 2017-01-06 15:17:49 +01:00
Martchus 5fadf04492 Ensure status icon is updated initially 2017-01-06 14:58:28 +01:00