summaryrefslogtreecommitdiffstats
path: root/src/sources/metadatasourcetaglib.cpp
AgeCommit message (Expand)Author
2021-06-18Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-06-17Fix undefined behavior of toMSecsSinceEpoch() if QDateTime is not validUwe Klotz
2021-06-17Track source sync: Ignore bogus file mopdification time stampsUwe Klotz
2021-06-17Check if file is writable before making a copy for writingDaniel Schürmann
2021-06-10Synchronize file modified time with track source on metadata import/exportUwe Klotz
2021-05-24Re-add lost override keyword to default destructorsUwe Klotz
2021-05-23Use default destructorsUwe Klotz
2021-05-23TagLib: Check for existence of tags before exportUwe Klotz
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-08-08Fix log spam when skipping track metadata export if not supportedUwe Klotz
2020-06-06Use override and default in sources classesDaniel Schürmann
2020-04-30sources/metadatasourcetaglib: Pass filetype to Xiph import/export methodsJan Holthuis
2020-04-25Use type-safe enum class with QFlagsUwe Klotz
2020-04-25Split TagLib metadata import/export code into multiple filesUwe Klotz
2020-03-07Handle FLAC files with no file tags but only a picture listUwe Klotz
2020-03-07TagLib: Fix detection of empty or missing file tagsUwe Klotz
2019-12-23Use QStringLiteralUwe Klotz
2019-09-15Avoid debug assertion if file has disappearedUwe Klotz
2019-07-08Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-06-21Suppress unused parameter warningsUwe Klotz
2019-06-19Disable track metadata export for .ogg files and TagLib 1.11.1Uwe Klotz
2019-05-14Auto-format src/sourcesUwe Klotz
2019-02-13Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-02-13Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2019-02-11Improve function naming and reword log messageUwe Klotz
2019-02-10Abort exporting of track metadata earlyUwe Klotz
2019-02-10Safely cancel any temporary file operationsUwe Klotz
2019-02-10Verify integrity of temporary file before writing any metadataUwe Klotz
2018-10-14Address review comments.RJ Skerry-Ryan
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2018-06-10Merge remote-tracking branch 'upstream/2.1'Be
2018-05-28Re-enable file related logsUwe Klotz
2018-05-27Only log debug messages if debug logging is enabledUwe Klotz
2018-04-06Typo fixes luzpaz
2018-01-25Use UTC time stampsUwe Klotz
2018-01-12Always return timestamp of file after metadata import/exportUwe Klotz
2018-01-12Reduce log spam when importing metadata and cover artUwe Klotz
2017-12-03Follow-up of previous commitUwe Klotz
2017-12-03Prepare to configure safe/unsafe file access when exporting track metadataUwe Klotz
2017-12-03Read file modification dates safelyUwe Klotz
2017-12-02Close temporary file before renamingUwe Klotz
2017-12-02Log cause after file operations failedUwe Klotz
2017-11-29Improve temporary file handling when writing tagsUwe Klotz
2017-11-29Improve safety when writing tags even moreUwe Klotz
2017-11-29Explain the purpose of SafelyWritableFileUwe Klotz
2017-11-29Safely write tags by using a temporary fileUwe Klotz
2017-11-20Reorder #include directivesUwe Klotz
2017-11-06Prepare next level of metadata synchronizationUwe Klotz
2017-11-06Use new album/track info classes for storing track metadataUwe Klotz
2017-11-06More expressive Audio- and MetadataSource interfacesUwe Klotz