Commit Graph

1964 Commits

Author SHA1 Message Date
5769962965 Fix restoring web view geometry
The geometry must not be saved in the destructor because at this point it
seems already invalidated leading to the next web view window being
restored to a very small size. It works when saving the geometry in the
close event instead.
2024-06-02 14:05:26 +02:00
3e259bd6cf Allow expanding paths in libsyncthing directory paths
Implements https://github.com/Martchus/syncthingtray/issues/243
2024-06-02 13:28:36 +02:00
5a123d9b64 Add tests for diffing and compuation of new ignore patterns in file model 2024-06-01 23:17:08 +02:00
df6261a9f3 Avoid warnings about getters possibly mismarked as slots 2024-06-01 22:06:27 +02:00
23b3eca012 Prevent warning about shadowed variable 2024-06-01 22:00:42 +02:00
a48888a062 Extend unit tests of SyncthingFileModel 2024-05-31 22:37:16 +02:00
7114adb696 Allow modifying ignore patterns 2024-05-31 17:05:00 +02:00
062e1107f3 Update translations 2024-05-31 16:13:29 +02:00
efa406f717 Apply clang-format 2024-05-31 16:13:29 +02:00
2ed7f122fe Add basic action to allow removing related ignore patterns
This is probably not a very useful action but a first step to manipulate
ignore patterns based on a selection in the file browser. It has not been
tested very well but the whole feature is behind a feature flag so that is
ok for now.
2024-05-31 16:13:05 +02:00
c96ed47e33 Update server domain 2024-05-31 16:13:05 +02:00
f8d1b25759
Merge pull request #265 from rasa/rasa-typo2
docs: Fix typo in README re scoop install
2024-05-26 20:04:41 +02:00
Ross Smith II
20e555054b
docs: Fix typo in README re scoop install 2024-05-26 09:36:33 -07:00
c244bfa029
Merge pull request #264 from rasa/master
docs: Linkify README, add Windows CLI install commands
2024-05-26 16:47:31 +02:00
Ross Smith II
5d11bc3f94
Add missing linkify to README.md 2024-05-26 07:16:23 -07:00
Ross Smith II
f78568e89c
Update README.md
Co-authored-by: Martchus <martchus@gmx.net>
2024-05-26 07:05:10 -07:00
Ross Smith II
a700bef436
Update README.md
Co-authored-by: Martchus <martchus@gmx.net>
2024-05-26 07:04:01 -07:00
Ross Smith II
2dc2a4d9bb
docs: Linkify README, add Windows CLI install commands 2024-05-25 22:07:04 -07:00
78575c088c Fix very bad contrast of status text on selected view items with Windows styles 2024-05-26 00:55:11 +02:00
29251fe422 Avoid ugly vertical lines in dir/dev view with Windows 11 style
This change techically affects all styles but it seems only the Windows 11
style draws these lines so noisily anyway.
2024-05-25 23:56:48 +02:00
e9022316f4 Allow selecting single items in file model 2024-05-25 20:05:17 +02:00
919c81ea94 Actually deselect all items when discarding selection in file model 2024-05-25 19:42:05 +02:00
8cb24216a3 Fix updating partially-checked state after refreshing in file model 2024-05-25 19:35:18 +02:00
6c388abac1 Avoid hardcoding the path separator in SyncthingFileModel 2024-05-25 19:21:45 +02:00
22cc048e33 Fix various details about SyncthingIgnorePattern
* Fix handling of patterns ending with `*` or `**`
* Fix parsing comments
* Add further test cases
* Improve documentation
* Fix compilation against Qt 5
* Support different path separators
2024-05-25 19:11:36 +02:00
ae865087f7 Initialize SyncthingFileModel correctly 2024-05-25 04:56:28 +02:00
3ffe62b289 Show relevant ignore pattern for items in file browser 2024-05-25 04:47:53 +02:00
fc47cea9e5 Avoid building systemd integration by default when compiling for Android
The Qt D-Bus module is not available on Android builds so this would lead
to an configuration error.
2024-05-23 00:53:18 +02:00
46c749ec37 Mention Flatpak on the README 2024-05-21 19:46:42 +02:00
9abc0fcd5e Avoid mentioning (now outdated) version of Plasma in CMake option 2024-05-21 19:43:05 +02:00
a82c68847d Improve a few details in the README 2024-05-21 19:42:22 +02:00
159d91bfdc Avoid warnings about implicit conversions/promotions when compiling with Clang 2024-05-19 22:31:20 +02:00
9dcd1c268b Disable the autostart setting via NO_AUTOSTART_SETTINGS also in wizard 2024-05-19 16:28:44 +02:00
a56ab530c8 Apply cmake-format 2024-05-18 23:55:28 +02:00
aef925743e Allow selecting items in file browser
This is the first step to allowing mass actions like ignoring/unignoring
all selected items.
2024-05-18 23:54:46 +02:00
1ca2eecbf1 Allow disabling autostart settings
This is useful when the target platform/packaging is not actually supported, e.g.
currently the code does not work when Syncthing Tray is packaged as Flatpak.
2024-05-18 14:13:38 +02:00
4b405a1723 Apply clang- and cmake-format 2024-05-18 13:09:06 +02:00
96578c335d Avoid warning about double promotion when compiling with clang 2024-05-18 13:08:42 +02:00
cc1fef7365 Show local files in file model 2024-05-18 12:55:03 +02:00
8cc3ea7dd9 Allow modifying build arguments of Go build 2024-05-16 12:17:30 +02:00
864690be00 Fix bugtracker URL after changing the app URL
The bugtracker URL can now no longer be automatically deduced from the app
URL.
2024-05-15 18:20:07 +02:00
0e86549ef0 Avoid code duplication for fetching items in file model 2024-05-14 21:05:56 +02:00
1b5ce7bee5 Add installation/uninstallation section on README
See https://github.com/Martchus/syncthingtray/issues/260
2024-05-12 15:56:54 +02:00
fea37bbb97 Bump patch version 2024-05-12 15:55:34 +02:00
744c78f64f Fix compilation against Qt 5 2024-05-08 12:42:28 +02:00
3a5472e6e6 Update release date 2024-05-08 11:26:21 +02:00
f55d3431ff Update translations
Translations for experimental/WIP features are still unfinished.
2024-05-08 11:24:24 +02:00
495efb0365 Update libsyncthing to v1.27.7 2024-05-08 11:07:25 +02:00
3f6f3f631e Insert/delete loading items in file model correctly 2024-05-07 19:40:21 +02:00
9e4208fc0d Add simple view for showing ignore patterns 2024-05-05 14:47:50 +02:00