Commit Graph

4 Commits

Author SHA1 Message Date
Martchus 8a4f7f5b27 Support "/" path separators in ignore patterns under Windows as well
It is actually possible to use normal "/" under Winodows as well in ignore
patterns so it makes sense if the matching supports both, "/" and "\".
2024-06-09 13:48:23 +02:00
Martchus effb1de0f1 Add actions to specifically ignore/include items selected in file browser 2024-06-02 15:33:44 +02:00
Martchus 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
Martchus 3ffe62b289 Show relevant ignore pattern for items in file browser 2024-05-25 04:47:53 +02:00