Commit Graph

71 Commits

Author SHA1 Message Date
Martchus a0b9b1f7ba Fix typo 2023-05-08 11:19:13 +02:00
Martchus d6e70764c4 Update style sheets on palette change 2023-03-26 22:19:27 +02: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 5f942a23f2 Fix typo in about dialog 2022-12-10 12:04:33 +01:00
Martchus 860b6f0ea5 Improve wording in about dialog 2022-09-10 16:29:32 +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 b4d1df8592 Fix typos found via `codespell --skip .git -w` 2021-07-03 19:38:36 +02:00
Martchus 35ae524bcf Update fallback icons to use Breeze icon theme 2021-05-13 18:24:23 +02:00
Martchus d31fd79e87 Adapt to changes in tagparser library 2021-04-23 22:18:30 +02:00
Martchus e535e20720 Fix warnings 2021-03-20 21:59:49 +01:00
Martchus 0d2d79fae6 Apply clang-format 2020-12-16 17:50:03 +01:00
Martchus 0a4cbe42aa Allow opening another window 2020-11-25 18:14:40 +01:00
Martchus dd3f1f594e Don't use QTextCodec which will be moved to libQt5Compat in Qt 6 2020-05-13 18:41:56 +02:00
Martchus ed7e93dccf Reduce nesting in MainWindow::fileSelected() 2020-04-26 19:43:27 +02:00
Martchus 955c497a52 Don't abuse organization domain for website in AboutDialog 2019-07-20 20:19:30 +02:00
Martchus 66c9250246 Adapt to changes in c++utilities 2019-06-10 22:49:46 +02:00
Martchus 1dbb15dd1c Don't use deprecated Qt features 2019-05-04 22:17:28 +02:00
Martchus 70ee0be17b Improve coding style 2018-05-26 22:43:35 +02:00
Martchus 2250b9aa47 Ensure MediaFileInfo isn't destroyed before concurrent operation finishes 2018-05-26 22:43:27 +02:00
Martchus 4b7d7a9499 Apply clang-format 2018-03-07 01:18:01 +01:00
Martchus c1a3e53dc9 Move tagparser to namespace TagParser 2018-03-06 23:10:13 +01:00
Martchus 25d570d394 Allow opening HTML file info in browser 2017-09-20 19:37:49 +02:00
Martchus e75ea5526a Use _wopen under Windows to support unicode filenames 2016-12-19 23:53:12 +01:00
Martchus 733fe08890 Allow auto-insert of DB query results 2016-12-01 22:54:16 +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 45b1d038c5 Use current dir as initial dir in showSaveAsDlg() 2016-11-18 17:59:53 +01:00
Martchus 0ef07b7969 Refactor settings 2016-10-24 20:17:30 +02:00
Martchus 0062384bad Allow retrieving lyrics from LyricsWikia 2016-10-12 23:51:16 +02:00
Martchus 958cd9960c Allow querying LyricsWikia for metadata
Querying lyrics has not been implemented yet
2016-10-09 19:44:06 +02:00
Martchus c6fbe9fbf1 Allow locking layout 2016-10-08 00:31:12 +02:00
Martchus 5220e2cc6a Show (experimental) Qt settings 2016-08-14 22:49:47 +02:00
Martchus c525a6acd9 Sync file browser after change via Drag & Drop 2016-08-07 19:59:33 +02:00
Martchus f6e9368792 Improve details in the GUI 2016-06-14 00:52:11 +02:00
Martchus 18d2e5f155 Ensure file info is always UTF-8 encoded 2016-06-06 20:29:12 +02:00
Martchus c1269c7945 Improve handling of targets 2016-05-26 02:15:41 +02:00
Martchus af7d2c239f improved settings dialog, save as 2016-05-01 20:07:04 +02:00
Martchus 7c39a6a293 minor changes 2016-04-25 22:05:50 +02:00
Martchus 6f6b410a8c added FileInfoModel as alternative to webview-based file info 2016-04-24 21:07:36 +02:00
Martchus ec43ad8499 make web view and JavaScript engine optional 2016-04-21 23:56:10 +02:00
Martchus 782e1a8557 fixed typo 2016-03-19 18:34:10 +01:00
Martchus eaea2e2cda use Qt Concurrent instead of pthread 2016-03-10 22:13:43 +01:00
Martchus 95993ebfc9 basic support for MusicBrainz queries 2016-03-03 22:21:15 +01:00
Martchus f8cfb3ec14 moved parts of the MainWindow class to new TagEditorWidget class 2016-03-01 16:03:12 +01:00
Martchus ce9d3ccec5 minor adjustments 2016-02-05 20:24:03 +01:00
Martchus 6b3d3f793c minor adjustments 2016-01-25 19:23:33 +01:00
Martchus c8e4848d92 improved layout and icons 2016-01-09 03:21:14 +01:00
Martchus 1c4d577264 updated renaming utility
- allow usage of QJSEngine instead of deprecated QScriptEngine
- moved variables and functions from global object to tageditor object
2016-01-09 02:56:56 +01:00
Martchus 10bfa8aeea update info webview when palette changed 2016-01-07 19:42:51 +01:00
Martchus b105b86d29 edit document title via GUI 2015-12-27 19:49:17 +01:00
Martchus c3417c5d2a added simple CMake project file 2015-12-05 22:55:05 +01:00