Commit Graph

32 Commits

Author SHA1 Message Date
039f64584e Use web view defs provided by qtutilities 2017-03-14 23:37:50 +01:00
7d464f496f Consider all strings from tagparser UTF-8 2016-12-20 23:53:33 +01:00
e75ea5526a Use _wopen under Windows to support unicode filenames 2016-12-19 23:53:12 +01:00
733fe08890 Allow auto-insert of DB query results 2016-12-01 22:54:16 +01:00
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
1924c1d804 Handle unexpected exceptions when parsing/making
* Don't just ignore exception (previous behavior)
* Add critical notification
* Show results, though error (to ease debugging)
2016-11-13 22:57:02 +01:00
0ef07b7969 Refactor settings 2016-10-24 20:17:30 +02:00
c525a6acd9 Sync file browser after change via Drag & Drop 2016-08-07 19:59:33 +02:00
5010d3621d Improve CLI and add more tests 2016-08-06 22:03:29 +02:00
0dd612061e Ensure notifications from tag creation are shown 2016-07-27 20:30:56 +02:00
e0dcf58588 Change usage of DECLARE_ENUM macro 2016-07-11 21:34:05 +02:00
92c03f03bf Fix title of IO error msg box 2016-06-14 23:49:42 +02:00
2518309608 Use workaround for GCC Bug 66145 2016-06-14 22:54:49 +02:00
f6e9368792 Improve details in the GUI 2016-06-14 00:52:11 +02:00
c1269c7945 Improve handling of targets 2016-05-26 02:15:41 +02:00
9b659f2c8f Fix minor bugs in HTML info and cover selection
Additionally, the buttons of the cover selections
can now be hidden.
2016-05-16 21:01:01 +02:00
b5f26228ff Add support for FLAC in Ogg 2016-05-14 23:23:47 +02:00
af7d2c239f improved settings dialog, save as 2016-05-01 20:07:04 +02:00
6bbfb63e73 automatically resize header sections in info tree view 2016-04-25 22:47:54 +02:00
0e3b4c23dc added context menu for file info tree view 2016-04-24 22:08:41 +02:00
6f6b410a8c added FileInfoModel as alternative to webview-based file info 2016-04-24 21:07:36 +02:00
ec43ad8499 make web view and JavaScript engine optional 2016-04-21 23:56:10 +02:00
b2a14b8260 minor changes
- fixed name of desktop entry for renaming utility
- allow compilation without web view
- fixed window titles
- always return in eventFilter()
2016-03-28 23:15:07 +02:00
52e800c5c6 misc improvements 2016-03-22 23:01:50 +01:00
782e1a8557 fixed typo 2016-03-19 18:34:10 +01:00
24ca68b15b warn when opening Matroska files composed of multiple segments 2016-03-15 15:51:56 +01:00
88acdea9bb improved parsing notifications 2016-03-14 22:03:50 +01:00
37663ae2c0 allow opening file in read-only mode 2016-03-12 18:36:33 +01:00
eaea2e2cda use Qt Concurrent instead of pthread 2016-03-10 22:13:43 +01:00
283c1f1f71 never keep previous lyrics 2016-03-05 17:03:17 +01:00
95993ebfc9 basic support for MusicBrainz queries 2016-03-03 22:21:15 +01:00
f8cfb3ec14 moved parts of the MainWindow class to new TagEditorWidget class 2016-03-01 16:03:12 +01:00