Commit Graph

45 Commits

Author SHA1 Message Date
0e7cc8ba9b Apply changed status colors without restart 2019-05-19 23:11:50 +02:00
3bcdf26cca Show global statistics on widgets-based GUI 2019-02-18 00:35:32 +01:00
adc0fa724e Ensure TrayIcon is immediately visible 2018-12-23 21:17:51 +01:00
930691ebdc Rename ErrorViewDialog to InternalErrorsDialog 2018-11-03 18:15:10 +01:00
49b33e5afe Ensure errors on first connection after startup are handled 2018-05-15 22:01:03 +02:00
1e83fefdf2 Fix compilation without DBus notification support 2018-05-10 13:51:07 +02:00
988765f2ba Show new dev/dir notifications in usual tray icon and Plasmoid 2018-05-01 22:27:03 +02:00
146d4870e4 Refactor preventing unwanted error messages
* See https://github.com/Martchus/syncthingtray/issues/15
* Not tested yet
2018-04-02 20:35:30 +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
1e40f7bb30 Fix including utils.h 2018-01-20 21:34:53 +01:00
404f517b4c Refactor composing "sync complete string"
to prevent code duplication between regular tray
icon and plasmoid.
2017-12-30 00:57:35 +01:00
ea96c64563 Update number of connected devices correctly
Computing the number of connected devices on overall
connection status changed event is not sufficient.
2017-10-05 00:08:46 +02:00
69ffaeb1f3 Apply tidy after updating to clang-format 5.0.0
The behavior of clang-format slightly changed in Clang 5.0.0:
http://releases.llvm.org/5.0.0/tools/clang/docs/ReleaseNotes.html#clang-format
2017-09-17 21:48:15 +02:00
5046cb3eed Move logic for determine error relevance to InternalError 2017-09-08 17:01:51 +02:00
f4df2bbf21 Allow opening internal error log via context menu 2017-09-05 00:24:52 +02:00
e52a2a6ef6 Improve error handling
Allow viewing request URL and response of internal
errors.
2017-08-20 01:20:47 +02:00
7b19be01f2 tray: Allow specifying name of initial connection via CLI
This includes refactoring TrayWidget::applySettings() which
is now a member function and only affects the current instance.

This prevents applying settings on every instance every time
a new tray widget is created.

To apply settings for all tray widgets, the static function
TrayWidget::applySettingsOnAllInstances() is used instead.
2017-08-09 01:11:47 +02:00
b2aab9eb16 Show number of connected devs in tool tip 2017-05-30 15:06:34 +02:00
d7e59e2169 Wrap all usages of DBusStatusNotifier correctly 2017-05-11 00:03:09 +02:00
732a5fdd8d Apply clang-format 2017-05-01 03:34:43 +02:00
1abb8b8a87 Move status info/notification to widgets
* Allow reusing code in other components such
  as Plasmoid
* Separate determining status text and icon
  from displaying notifications
2017-04-25 23:32:40 +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
8c6b0fd3d4 Move icon rendering to model backend 2017-02-20 18:42:27 +01:00
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
b2325bf5a0 Allow ignoring Syncthing inavailability after startup 2017-01-14 02:12:38 +01:00
ee59c2b1c4 Prevent disconnect notification when stopping Syncthing manually 2017-01-10 23:49:34 +01:00
5fadf04492 Ensure status icon is updated initially 2017-01-06 14:58:28 +01:00
7755e97c5f Only reconnect when relevant settings changed 2017-01-01 19:19:16 +01:00
6c99293087 Allow triggering current tray 2016-12-26 19:50:10 +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
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
d2d80adfe7 Update status icon when new Syncthing notifications available 2016-12-12 23:24:36 +01:00
992617ccc3 Show relevant dirs when sync complete 2016-11-08 19:44:45 +01:00
7149f90821 Refactor settings 2016-11-02 20:03:38 +01: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
9fa2a028e8 Show out of sync directory state 2016-10-04 23:42:17 +02:00
6470038fc7 Refactor to allow sharing backend with other apps
Intended for creating command line tool and plasmoid
2016-09-30 23:58:45 +02:00