Commit Graph

791 Commits

Author SHA1 Message Date
Martchus 313b2c60ac Update release date 2023-06-06 11:05:17 +02:00
Martchus 2cd10b7a66 Update to tagparser 12 2023-05-16 22:01:51 +02:00
Martchus a0b9b1f7ba Fix typo 2023-05-08 11:19:13 +02:00
Martchus 791e169dc6 Sync README with tagparser 2023-05-08 11:19:13 +02:00
Martchus 0dd79f5613 Update translations 2023-05-07 22:58:23 +02:00
Martchus 43b46bd312 Update README according to latest changes 2023-05-07 22:58:09 +02:00
Martchus 1b7bc82787 Use group box consistently in auto correction page 2023-05-07 22:24:32 +02:00
Martchus a941ec42c1 Improve wording in a few places of the UI 2023-05-07 22:18:31 +02:00
Martchus a6231b8442 Add the tag type the "not supported for" message refers to 2023-05-03 21:09:36 +02:00
Martchus a18d268ea1 Use `TESTUTILS_ASSERT_EXEC` macro consistently in all CLI tests 2023-05-03 21:04:05 +02:00
Martchus 0e36eec6c7 Suppress "field not supported" for ID3v1 fields if writing ID3v2 as well 2023-05-03 21:00:59 +02:00
Martchus 27a1d6b81e Actually add the `--pedantic` to the `set` operation 2023-05-03 20:41:05 +02:00
Martchus 7a11b944b9 Update link to section about dark mode under Windows
The phrase "not supported" is at this point no longer fitting.
2023-05-03 20:10:27 +02:00
Martchus bc73842ae9 Add test for the --no-color, --validate and --pedantic options 2023-04-29 18:31:21 +02:00
Martchus 40acb0bdec Fix --no-color argument 2023-04-29 12:25:10 +02:00
Martchus ff6cb7d143 Update translations 2023-04-25 23:17:11 +02:00
Martchus 0caff70ebb Apply clang-format 2023-04-25 23:16:52 +02:00
Martchus b7016f98a2 Add pedantic argument to allow returning a non-zero exit code in case of errors
This is especially useful to check whether a file is complete, e.g. one might
use `tageditor info --validate --pedantic --files …` to check whether the
specified files are ok. (If they were truncated there's be an error about it
and the command would return a non-zero exit code. Without pedantic this would
just return in a non-zero exit code if the file couldn't be parsed at all.)
2023-04-25 23:16:15 +02:00
Martchus 1e77e0b9e1 Bump minor version 2023-04-25 23:10:15 +02:00
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