Commit Graph

9 Commits

Author SHA1 Message Date
2767c9484a Fix size of wizard's window icon when using Aero-style
Apparently `wizardStyle()` does not return `QWizard::AeroStyle` at this
point of construction, even if that style will be used.
2023-03-28 23:56:23 +02:00
7c93c21356 Document chromiumBasedBrowserBinaries() 2023-03-28 22:43:59 +02:00
033cd21d83 Improve lookup of Chromium-based browser binary
* Consider Edge and Chrome as well
* Read the binary path from the "Application Registration" under Windows
  (see https://learn.microsoft.com/en-us/windows/win32/shell/app-registration)
2023-03-28 22:32:03 +02:00
db657bb1aa Use QByteArrayLiteral for such literals 2023-03-28 17:20:59 +02:00
55360b2563 Fix grammar in German translation of web view settings 2023-03-28 00:20:06 +02:00
71a4f188eb Add window icon in error dialog of openBrowserInAppMode() 2023-03-28 00:05:03 +02:00
58b8a4e540 Allow showing Syncthing UI in Chromium-based browser in "app mode"
See https://github.com/Martchus/syncthingtray/issues/178
2023-03-27 20:28:52 +02:00
e71a928ae2 Avoid unusable wizard when dark mode is enabled on Windows 2023-03-23 22:59:25 +01:00
96e92f13a3 Avoid relying on symlink for include directories
Symlinks aren't working very well with Git under Windows so better avoid
them.
2023-02-27 18:27:33 +01:00