syncthingtray/widgets/misc
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
..
dbusstatusnotifier.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
dbusstatusnotifier.h Allow to distinguish icon colors within UI and system tray 2019-07-31 20:16:43 +02:00
direrrorsdialog.cpp Fix warnings 2021-03-20 22:39:40 +01:00
direrrorsdialog.h Fix and refactor directory error handling 2018-11-03 21:30:17 +01:00
internalerror.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
internalerror.h Adapt to changes in c++utilities 2019-06-10 22:48:26 +02:00
internalerrorsdialog.cpp Apply clang-format 2021-05-27 18:16:56 +02:00
internalerrorsdialog.h Avoid misplaced/clipped dialogs when default dialog size doesn't fit screen 2021-03-24 14:40:59 +01:00
otherdialogs.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
otherdialogs.h Use consistent order for visibility attribute 2020-01-29 18:51:10 +01:00
statusinfo.cpp Fix warnings 2021-03-20 22:39:40 +01:00
statusinfo.h Show the connection config name in tooltip when displaying multiple icons 2020-10-19 18:33:10 +02:00
syncthingkiller.cpp Use Boost.Process for launcher to cope with further sub processes 2021-06-16 22:44:48 +02:00
syncthingkiller.h Wait till all processes finished, ask for killing 2018-04-02 23:32:52 +02:00
syncthinglauncher.cpp Terminate Syncthing gracefully via REST-API on non-UNIX platforms 2021-06-21 23:18:51 +02:00
syncthinglauncher.h Terminate Syncthing gracefully via REST-API on non-UNIX platforms 2021-06-21 23:18:51 +02:00
textviewdialog.cpp Allow backend libraries to be used from other projects 2021-01-25 19:48:11 +01:00
textviewdialog.h Fix and refactor directory error handling 2018-11-03 21:30:17 +01:00