syncthingtray/tray/gui
Martchus 0faacaa7c8 Terminate Syncthing gracefully via REST-API on non-UNIX platforms
If there's a configured and local Syncthing connection and we're on a
non-UNIX platform which doesn't support SIGTERM (basically Windows) it
makes sense to use the REST-API instead. That's likely better than just
terminating the process forcefully.

This doesn't cover the stop button within the launcher settings yet because
from this context is isn't clear which connection is relevant as there can
be multiple tray icons/widgets but only one settings page.
2021-06-21 23:18:51 +02:00
..
devbuttonsitemdelegate.cpp Disable pause/resume button within GUI in consistency with official GUI 2021-02-12 20:31:05 +01:00
devbuttonsitemdelegate.h Use override 2018-10-10 21:26:46 +02:00
devview.cpp Disable pause/resume button within GUI in consistency with official GUI 2021-02-12 20:31:05 +01:00
devview.h Sort devices by name 2020-10-20 19:36:02 +02:00
dirbuttonsitemdelegate.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
dirbuttonsitemdelegate.h Use override 2018-10-10 21:26:46 +02:00
dirview.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
dirview.h Sort devices by name 2020-10-20 19:36:02 +02:00
downloaditemdelegate.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
downloaditemdelegate.h Use override 2018-10-10 21:26:46 +02:00
downloadview.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
downloadview.h Sort directories by name/ID 2020-10-18 15:48:02 +02:00
helper.cpp Show context menu on recent changes view 2020-01-23 20:07:11 +01:00
helper.h Fix build with Qt 6 (beta1) 2020-10-23 17:04:35 +02:00
trayicon.cpp Avoid misplaced/clipped dialogs when default dialog size doesn't fit screen 2021-03-24 14:40:59 +01:00
trayicon.h Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
traymenu.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
traymenu.h Don't use lower-case Qt macros 2020-03-08 13:50:32 +01:00
traywidget.cpp Terminate Syncthing gracefully via REST-API on non-UNIX platforms 2021-06-21 23:18:51 +02:00
traywidget.h Avoid misplaced/clipped dialogs when default dialog size doesn't fit screen 2021-03-24 14:40:59 +01:00
traywidget.ui Sort devices by name 2020-10-20 19:36:02 +02:00