Commit Graph

877 Commits

Author SHA1 Message Date
Martchus dde01dbdf1 Require latest c++utilities 2017-02-09 16:47:42 +01:00
Martchus 8681ef68ed Remove use of old SLOT macro 2017-02-06 21:37:17 +01:00
Martchus 1f6f179021 renaming utility: Fix expand/collapse all 2017-02-06 21:36:44 +01:00
Martchus 59ab7e6181 Use std::make_unique provided by C++14 2017-02-05 21:04:27 +01:00
Martchus b3cc27bbcd Update version 2017-01-30 22:14:21 +01:00
Martchus 731cea3b63 Update translations 2017-01-30 22:14:11 +01:00
Martchus 95a1b6c620 Use string builder 2017-01-30 22:13:49 +01:00
Martchus 0e0e47930e Document specifying native field IDs 2017-01-23 00:46:29 +01:00
Martchus d99956f4c9 Allow specifying native field IDs via CLI 2017-01-23 00:27:21 +01:00
Martchus 5d0db0fafe cli: Refactor printing field 2017-01-16 22:58:15 +01:00
Martchus 2f39fd4b1c Refactor CLI 2017-01-15 21:50:51 +01:00
Martchus a2c908a140 Update notes about unicode and Windows 2017-01-15 20:51:02 +01:00
Martchus 386dfa256b Remove geometry in UI file for widgets 2017-01-15 20:28:56 +01:00
Martchus 2c6dcec043 Improve tooltip for clear/reset buttons 2017-01-15 20:28:04 +01:00
Martchus 28ec79bb66 name formatting: Consider 'as' a connecting word 2017-01-12 22:07:04 +01:00
Martchus 33e3d5258f renaming dlg: Fix size policy of info label 2017-01-06 22:16:30 +01:00
Martchus d5c2dd5f5b renaming utility: Improve coding style 2017-01-06 22:15:39 +01:00
Martchus 5472c560f3 renaming utility: Show note for all new dirs 2017-01-06 22:07:03 +01:00
Martchus 0531460df9 renaming utility: Get rid of useless mutex 2017-01-06 22:00:27 +01:00
Martchus 537d31289d Fix typo 2017-01-06 21:29:43 +01:00
Martchus e3202b7fc5 Fix context menu in db query widget 2017-01-06 21:20:36 +01:00
Martchus ef4eba3728 Update translations 2017-01-01 19:42:49 +01:00
Martchus 0848e072dd Merge pull request #16 from svnpenn/master
TagEditor refuses to build without Qt
2016-12-30 09:53:23 +01:00
Steven Penny 1a181d36d4 Proper include qtutilities/misc/conversion.h
C’mon man, this is just lazy.
2016-12-29 22:39:03 -06:00
Martchus 26acae5541 Test setting value on ID3v2 conversion 2016-12-28 00:20:00 +01:00
Martchus 399fa4d73f Fix typo in README.md 2016-12-27 20:23:34 +01:00
Martchus 83e803fcec renaming utility: Handle string conversion errors 2016-12-27 20:23:16 +01:00
Martchus e6223b37bf Update encoding section of README.md 2016-12-21 00:18:38 +01:00
Martchus 7d464f496f Consider all strings from tagparser UTF-8 2016-12-20 23:53:33 +01:00
Martchus e75ea5526a Use _wopen under Windows to support unicode filenames 2016-12-19 23:53:12 +01:00
Martchus 77da65ddf7 Convert args to UTF-8 under Windows 2016-12-19 23:50:10 +01:00
Martchus 019e5a590e Remove unused docTitleModified 2016-12-18 17:24:54 +01:00
Martchus d40a8a7b01 Add note about text encoding 2016-12-02 11:26:10 +01:00
Martchus afac9c3348 Improve tooltips 2016-12-01 23:02:49 +01:00
Martchus 733fe08890 Allow auto-insert of DB query results 2016-12-01 22:54:16 +01:00
Martchus 255fef9bdf Show error icon on conversion error 2016-11-30 20:58:50 +01:00
Martchus 7c723a8c77 Require tagparser 6.1.0 2016-11-27 14:43:27 +01:00
Martchus 6cdf1468cb Update translations 2016-11-26 12:46:23 +01:00
Martchus d3558cfefe Refactor GUI
* Make error handling more clear
* Get rid of useless mutex (sync is done
  by QMetaObject::invokeMethod() already)
* Improve details
2016-11-23 21:46:33 +01:00
Martchus 1dca8b168a Update required icons 2016-11-23 20:04:17 +01:00
Martchus 09cee3991d Add further file layout test 2016-11-19 22:10:03 +01:00
Martchus 65ed11f0f1 Apply changes always 2016-11-19 21:45:52 +01:00
Steven Penny 7d627b70a6 mainfeatures.cpp: Define hash functions for KnownField and TagType
Fix #12
2016-11-19 17:11:49 +01:00
Martchus 5b41be0ec4 Improve info about download 2016-11-18 18:32:11 +01:00
Martchus 45b1d038c5 Use current dir as initial dir in showSaveAsDlg() 2016-11-18 17:59:53 +01:00
Martchus 84ba55a0df Only warn when no values have been specified to be set
Allows applying file layout changes without modifying
any values, attachments, ...
2016-11-18 16:57:42 +01:00
Martchus 88d79f48f4 Test tag/index pos 2016-11-16 22:06:51 +01:00
Martchus 91dcc2f9fd Show index position 2016-11-16 19:34:40 +01:00
Martchus 4cacaff67c Improve README.md 2016-11-15 23:18:50 +01:00
Martchus 015dd6e181 Fix --tag-pos option
Also add test and show tag pos for MP4 files
2016-11-15 22:45:19 +01:00