Commit Graph

54 Commits

Author SHA1 Message Date
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
30b5be70d0 Use platform detection from c++utilities consistently 2017-01-14 02:25:20 +01:00
b2325bf5a0 Allow ignoring Syncthing inavailability after startup 2017-01-14 02:12:38 +01:00
2a5137184a Distinguish unknown traffic from zero traffic 2017-01-14 00:58:24 +01:00
d1b61ba24a Determine systemd unit activation timestamp 2017-01-13 10:25:50 +01:00
bbac12f9e9 Make error polling configurable 2017-01-12 23:41:58 +01:00
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
ee59c2b1c4 Prevent disconnect notification when stopping Syncthing manually 2017-01-10 23:49:34 +01:00
f5788b688d Add German translation 2017-01-07 16:30:57 +01:00
45d54e5ce5 Improve default size of settings dialog 2017-01-06 15:17:49 +01:00
5fadf04492 Ensure status icon is updated initially 2017-01-06 14:58:28 +01:00
edba991d89 Don't show start/stop button when feature disabled 2017-01-03 00:29:15 +01:00
7755e97c5f Only reconnect when relevant settings changed 2017-01-01 19:19:16 +01:00
d66bedf988 web UI: Open all links in external browser 2017-01-01 18:14:44 +01:00
375492e20a Ensure note in connection settings isn't truncated 2016-12-27 16:38:33 +01:00
3cadd8cbcb Improve systemd integration
* Allow using systemd unit status to better handle
  reconnect attempts to local instance
* Misc adjustments
2016-12-27 16:22:37 +01:00
6c99293087 Allow triggering current tray 2016-12-26 19:50:10 +01:00
0ecb26a4cf Allow dismissing new notifications 2016-12-26 19:19:10 +01:00
78450a2b7e Allow controlling Syncthing systemd service 2016-12-26 19:05:47 +01:00
13debf42cc Ensure status icon is updated initially 2016-12-26 00:17:35 +01:00
6a154c74af Hide disconnected notification when connected 2016-12-18 16:47:01 +01:00
3f95d72b79 Prevent disconnected notification on startup
Happened when Syncthing notifications were
available before the connection was established
2016-12-18 16:47:01 +01:00
15f7379f6c Combine use of avail geo and popup for menu pos
* Last fix worked under Openbox/Tint2 but not under
  Plasma 5, this should work under both now
* Under Awesome menu will likely just spawn at cursor
  position
2016-12-13 21:35:55 +01:00
985c99922e Just use QMenu::popup() to show TrayMenu
* So it doesn't rely on the available geometry anymore
* Only tested under Openbox/Tint2 so far
2016-12-13 00:02:08 +01:00
834aeed594 Move infoFrame outside of tab page 2016-12-12 23:45:40 +01:00
5d358e31fc Allow reloading log by pressing F5 2016-12-12 23:45:40 +01:00
5b4a0ef51e Prevent notification about disconnect on startup 2016-12-12 23:45:40 +01:00
2b75f1f3e5 Don't show error for each re-connect attempt 2016-12-12 23:45:40 +01:00
203370f933 Allow notifications via D-Bus 2016-12-12 23:45:40 +01:00
a163c3f046 Dismiss notifications correctly 2016-12-12 23:24:36 +01:00
230377dabe Center 'New notifications' button 2016-12-12 23:24:36 +01:00
d2d80adfe7 Update status icon when new Syncthing notifications available 2016-12-12 23:24:36 +01:00
d3bde05ccd Update icon when new notifications shown 2016-12-03 01:00:04 +01:00
945ea2e7e0 Fix catching keyPressEvent using Qt WebEngine 2016-11-16 21:10:04 +01:00
abf6febf2c Allow closing web view via ESC 2016-11-16 20:40:54 +01:00
992617ccc3 Show relevant dirs when sync complete 2016-11-08 19:44:45 +01:00
b5174735ad Add option for bright custom text colors 2016-11-02 21:05:32 +01:00
7149f90821 Refactor settings 2016-11-02 20:03:38 +01:00
5d1b6a76f7 Reload web view when pressing F5 2016-11-01 17:16:27 +01:00
9e8a92c0ff Process 'ConfigSaved' events 2016-11-01 17:06:31 +01:00
2071aaa2e7 Don't show empty errors 2016-11-01 16:57:20 +01:00
01188d6bd0 Set sizepolicy of connectionsPushButton to maximum 2016-10-29 01:05:19 +02:00
ba3db70604 Fix reading high traffic values 2016-10-20 23:14:47 +02:00
d52bce55df Improve fallback icons 2016-10-17 22:07:58 +02:00
6c308f703b Use default tab shape 2016-10-11 20:12:59 +02:00
138a7cc382 Allow auto-reconnect 2016-10-07 15:11:25 +02:00
9a1157fd6b Use current config in applyAndReconnect() 2016-10-06 23:53:59 +02:00
ef5fd1cb9c Use ClearLineEdit for password in connection settings 2016-10-06 23:53:59 +02:00
1742af28bf Show ongoing sync depite of dir is out of sync
Note: Computing overall status needs further improvement
2016-10-06 23:53:59 +02:00
701dc9197c Confirm restart 2016-10-05 00:01:55 +02:00