Commit Graph

872 Commits

Author SHA1 Message Date
Martchus 59ca34983e Update release date 2023-04-04 21:06:11 +02:00
Martchus 6ab558b7b1 Update translations 2023-04-02 18:33:50 +02:00
Martchus 930ae2a14b Avoid warning mismatching sign of comparison 2023-03-26 22:43:40 +02:00
Martchus d6e70764c4 Update style sheets on palette change 2023-03-26 22:19:27 +02:00
Martchus b023c26205 Avoid use of non-standard escape character to avoid MSVC warning about it 2023-03-26 21:59:31 +02:00
Martchus 1835ebfdd1 Apply Qt settings immediately 2023-03-26 21:48:25 +02:00
Martchus 2abd4b191c Improve notes regarding symlink handling on Windows
* Mention developer mode
* Use single `git config` command before cloning
2023-03-13 19:56:33 +01:00
Martchus 8612827e1f Bump patch version 2023-03-13 19:56:31 +01:00
Martchus 0ffb999c08 Update release date 2023-03-07 20:08:50 +01:00
Martchus b021a54e58 Fix compilation with MSVC 2023-03-06 22:20:41 +01:00
Martchus 6f45fd0213 Add back config for symlinks as still used by subdirs 2023-03-05 22:29:05 +01:00
Martchus 8f9151d488 Remove obsolete config for symlinks from README 2023-02-27 22:23:15 +01:00
Martchus 609c483b9a Remove variable that is only set but never read 2023-02-20 19:55:37 +01:00
Martchus 9b143ffbef Avoid unqualified calls to `std::move` 2023-02-20 19:55:16 +01:00
Martchus 37a6d14dc5 Handle errors when restoring/saving settings 2023-02-18 18:46:27 +01:00
Martchus a19424a05d Improve documentation about backup files and avoiding rewrites
* State the default correctly; the UI is actually enforcing a rewrite by
  default
* Recommended to use `--force-rewrite` with the CLI
* Explain how to avoid rewrites
2023-02-10 17:11:13 +01:00
Martchus 55d3ad7120 Update translations 2023-02-03 13:33:34 +01:00
Martchus a220b86672 Disable code relying on `unistd.h` when compiling with MSVC
Not sure what to do instead, so for now let's just disable the logging from
the signal handler completely for MSVC builds so the code at least
compiles.
2023-02-02 00:33:15 +01:00
Martchus fc3e511411 Add note about Windows SmartScreen 2023-01-30 10:31:27 +01:00
Martchus d190920d83
Merge pull request #99 from milahu/patch-1
fix cmake flag ENABLE_JSON_EXPORT
2023-01-20 12:02:48 +01:00
milahu 283cdaa0e6
fix cmake flag ENABLE_JSON_EXPORT 2023-01-20 11:49:04 +01:00
Martchus fbd40f6f12 Update copyright notice 2023-01-17 18:33:23 +01:00
Martchus 1f215a1308 Update translations 2023-01-12 18:09:12 +01:00
Martchus eaae5fcdf2 Avoid buggy floating windows under Wayland by disabling the feature
Supposedly this cannot be implemented at all under Wayland anyways so
there's no point in creating a Qt bug.
2023-01-12 18:08:58 +01:00
Martchus e0f4b929c9 Bump patch version 2023-01-12 18:06:34 +01:00
Martchus ed36fe8c4a Update release date 2023-01-02 20:07:18 +01:00
Martchus 2a5083a6b0
Merge pull request #97 from Stentonian/patch-1
Fix language mistakes in cli help text
2022-12-22 21:45:55 +01:00
Stent 3fe8db2c01
Fix language mistakes in cli help text
Closes #96
2022-12-22 13:37:08 +00:00
Martchus 5f942a23f2 Fix typo in about dialog 2022-12-10 12:04:33 +01:00
Martchus 6e9bace75f Bump patch version 2022-12-10 12:04:05 +01:00
Martchus d8a97e8f13 Update release date 2022-12-06 11:51:39 +01:00
Martchus 634d020e7e Update release date 2022-10-12 23:29:30 +02:00
Martchus 655d54ee53 Add release date 2022-10-12 23:29:16 +02:00
Martchus 0198132739 Update URL of Gentoo overlay 2022-09-21 13:19:28 +02:00
Martchus 902d93a21a Update minimum required Qt version
Builds with Qt 5.6 are no longer conducted so only the latest
Qt 5 or 6 version is tested anymore.
2022-09-20 21:00:21 +02:00
Martchus 860b6f0ea5 Improve wording in about dialog 2022-09-10 16:29:32 +02:00
Martchus 487406a9c9 Update translations 2022-09-10 16:07:44 +02:00
Martchus 30470c364e Clarify license of breeze icons
This change is similar to recent changes in Syncthing Tray done as part of
Debian packaging.
2022-09-10 16:07:32 +02:00
Martchus a020f7e292 Re-design program icon as license of program icon was not clear
The new program icon is based on breeze icons which is noted in the README.
2022-09-10 16:06:33 +02:00
Martchus 86b102e901 Bump patch version 2022-09-10 16:04:09 +02:00
Martchus c7013a3523 Fix typo in README 2022-08-28 00:18:39 +02:00
Martchus 8908dc5b6c Allow portable configuration via `QtUtilities::getSettings()`
See https://github.com/Martchus/tageditor/issues/88
2022-08-20 16:26:33 +02:00
Martchus a36b1d5525 Mention Void Linux packages in README.md 2022-08-20 15:16:19 +02:00
Martchus 586ce5420d Update translations 2022-08-13 15:45:51 +02:00
Martchus b76ccbfc1c Assume by default that tag data types can be treated as string
This makes introducing new tag data types easier as they can usually be
treated as string.
2022-08-13 15:42:52 +02:00
Martchus 82537e5bff Support displaying `TagDataType::DateTimeExpression` 2022-08-13 15:33:55 +02:00
Martchus 823b59b8b6 Update translations 2022-08-12 00:39:04 +02:00
Martchus 08629ef4ee Improve error handling when setting tags in CLI 2022-08-12 00:28:57 +02:00
Martchus 04a09c025c Bump patch version 2022-08-12 00:28:33 +02:00
Martchus 507d1ae6d8 Allow renaming currently opened file in GUI 2022-07-29 23:51:32 +02:00