syncthingtray/tray
Martchus 8f78d14215 Fix re-connect when process status is considered and Syncthing restarted
When Syncthing restarts itself, its main process is not terminating (as its
main process is just a monitoring process). The "Consider process status …"
feature was relying on the process being stopped and started again as
trigger for trying to re-connect, though. To make it also work when
Syncthing restarts itself, this change checks the log for an exiting
message of the monitoring process and considers the process running again
when the GUI address is logged again.

This fixes https://github.com/Martchus/syncthingtray/issues/236.

Notifications are not (yet) suppressed. (Not sure how easy it is and how
much sense it makes.)
2024-06-20 01:22:45 +02:00
..
application Allow compilation of tray application and backend libs for web assembly 2024-06-10 22:42:54 +02:00
cmake/templates Support Syncthing's shell completion 2024-01-26 01:48:47 +01:00
gui Fix re-connect when process status is considered and Syncthing restarted 2024-06-20 01:22:45 +02:00
resources Allow creating an APK for Android 2024-06-08 20:59:56 +02:00
testfiles Avoid remaining symlinks for testfiles 2023-02-27 22:14:35 +01:00
translations Update translations 2024-06-17 23:05:20 +02:00
CMakeLists.txt Ensure bundled OpenSSL libraries have the name expected by the Qt framework 2024-06-08 21:19:59 +02:00