Commit Graph

662 Commits

Author SHA1 Message Date
49b0cdb1cd Don't print jq invocation when running tests by default as it is very long 2021-04-28 17:49:19 +02:00
b56232c1f4 Fix printing cover field of non-ID3v2 tags 2021-04-28 17:48:29 +02:00
41fb2069f3 Allow setting covers of special types with description via CLI
See https://github.com/Martchus/tageditor/issues/64
2021-04-28 00:57:57 +02:00
8258a14089 Use std::vector in PicturePreviewSelection
The code for handling covers isn't shared between the CLI and Qt GUI yet
but this might make it easier.
2021-04-28 00:47:55 +02:00
d31fd79e87 Adapt to changes in tagparser library 2021-04-23 22:18:30 +02:00
be9ac10372 Make spin boxes (e.g. for BPM) expanding so overlay buttons aren't clipped 2021-04-13 21:24:08 +02:00
4c631059ed Avoid implicit conversion 2021-04-07 20:53:32 +02:00
e535e20720 Fix warnings 2021-03-20 21:59:49 +01:00
8158ef930a Add note about old Qt versions and support for modern JavaScript features 2021-02-16 01:16:58 +01:00
7f3fc590d7 Use String.prototype.padStart() in renaming utility examples 2021-02-16 01:13:34 +01:00
4d3eff3455 Extend renaming utility example to move tracks into for dirs for ranges 2021-02-16 01:02:03 +01:00
1a2427d1dc Fix passing/livetime of AbortableProgressFeedback in TagEditorWidget::startParsing() 2021-02-15 23:45:39 +01:00
e3eff819ec Avoid catchinng all exceptions without re-throwing them
This shouldn't be required and leads to problems when `pthread_cancel`
would be used: https://udrepper.livejournal.com/21541.html

Note that the tagparser library itself does not contain any `catch (...)`
blocks (which do not re-throw).
2021-02-11 16:54:18 +01:00
89a85184c3 Improve build instructions in README.md 2021-02-07 15:36:24 +01:00
9fbb375924 Adapt to changes in tagparser (without making actually use of the new API) 2021-02-04 23:22:43 +01:00
16c1d96a28 Avoid nesting in parsing/error handling code 2021-02-02 15:05:45 +01:00
82d0834e75 Adapt to changes in tagparser 2021-02-02 11:02:30 +01:00
7ed99a5035 Adapt to changes in tagparser 2021-02-01 17:11:48 +01:00
670a9a1c91 Adapt to changes in tagparser 2021-01-30 21:57:09 +01:00
06fd8c58d7 Fix invocation of write in interrupt handler 2021-01-30 21:54:59 +01:00
c4595f4035 Note LyricWiki shutdown 2021-01-30 21:54:14 +01:00
0d2d79fae6 Apply clang-format 2020-12-16 17:50:03 +01:00
a85adb3880 Fix Qt 5 build 2020-12-16 17:49:45 +01:00
e4720ea587 Don't use deprecated QVariant::type() in Qt 6 2020-12-14 21:20:14 +01:00
0a7d05256c Adapt to changes in tagparser v10 2020-12-14 21:19:49 +01:00
28b038e5d8 Mark overriding functions of TargetLevelModel 2020-12-10 19:13:50 +01:00
0f2afd3aea Improve download section of README 2020-12-05 21:30:53 +01:00
f7bcefe0d1 Allow building against tagparser 10 2020-12-05 21:10:43 +01:00
131772f1df Update RPM download section 2020-12-05 21:07:47 +01:00
e472e040e6 Fix showing icon for debug messages in HTML info 2020-12-01 01:53:50 +01:00
4387e50202 Join all threads before destructing the renaming engine 2020-11-27 00:40:45 +01:00
246f4898df Improve FileInfoModel, e.g. use an appropriate unit to show track sizes 2020-11-27 00:15:21 +01:00
0a4cbe42aa Allow opening another window 2020-11-25 18:14:40 +01:00
fcf07aa46f Apply cmake-format 2020-11-25 18:05:43 +01:00
596d67387f Improve renaming utility
* Improve UI
* Add simple example script (the current example script grew quite big and
  is likely not good to get started)
* Add script to format example scripts
2020-11-25 18:05:23 +01:00
b0cd798ec1 Make renaming example for lrc files more generic 2020-11-25 01:34:51 +01:00
0adf85b1f1 Allow configuring package suffix for qtutilities individually 2020-10-23 17:02:25 +02:00
7503d51b0d Allow changing focus of lyrics edit via tab key
* This way it is no longer possible to insert a tab directly but that's
  likely not wanted anyways
* See https://github.com/Martchus/tageditor/issues/59
2020-10-07 00:27:15 +02:00
e890a53217 Fix tab order of bottom buttons of tag editor widget 2020-10-07 00:24:22 +02:00
0398644c8f Adapt tests to changes in tagparser library 2020-10-02 12:52:18 +02:00
b7fb9d063c
Merge pull request #58 from Martchus/renaming-utility
Enhance renaming utility
2020-10-01 21:01:44 +02:00
aa21519660 Use track info in example script 2020-10-01 20:57:17 +02:00
4951f5bdc3 Expose some more track information to the JavaScript for renaming 2020-10-01 20:56:37 +02:00
72ed928667 Actually expose the track info to the JavaScript object 2020-10-01 20:55:42 +02:00
5d7dbb01a3 Tweak name formatting
* Reserve result string size (it will most likely require as much space as
  the input string)
* Add "vs" to connecting words
2020-09-26 20:49:57 +02:00
d98b2612c0 Fix size for writing "Signal received" warning 2020-09-26 20:39:41 +02:00
14cc42b085 Don't use deprecated '+' operator to make key sequence 2020-09-08 19:38:12 +02:00
ba34ae38a5 Add custom substitution to auto correction features 2020-09-08 19:37:23 +02:00
bcefa83c0a Harmonize spelling of tooltips in renaming dialog with other tooltips 2020-09-08 19:12:49 +02:00
c06d1f5f53 Fix compilation with no JavaScript provider 2020-09-08 19:09:12 +02:00