summaryrefslogtreecommitdiffstats
path: root/src/library/export
AgeCommit message (Expand)Author
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-07Use loadAcquire() for certain atomic load callsJan Holthuis
2020-01-07Add util wrapper function for QAtomic*<T>::load/store[Relaxed] methodsJan Holthuis
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2019-06-21Avoid unnecessary type conversionsUwe Klotz
2019-06-15Format debug info for TrackFileUwe Klotz
2019-06-15Add a wrapper class for handling track file locationsUwe Klotz
2019-01-13Fix and cleanup Qt compatibility includesUwe Klotz
2019-01-11remove QT4 compatibility layer from util/compatibility.hDaniel Schürmann
2018-11-28Merge branch '2.2'Uwe Klotz
2018-11-28Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2018-11-28Use canonical location of track instead of QFileInfo directlyUwe Klotz
2018-11-27Improve error reporting while exporting track filesUwe Klotz
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2018-04-06Typo fixes luzpaz
2017-01-28Rename debug assertion macroUwe Klotz
2017-01-01remove inline getValueString to fix Mac buildDaniel Schürmann
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-01-28Export Crate: last notesOwen Williams
2016-01-28Merge branch 'master' into export-crateOwen Williams
2016-01-25Merge pull request #873 from rryan/durationRJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-24Use Duration class for calculating time differences.RJ Ryan
2016-01-23nitsOwen Williams
2016-01-23Track Export: Factor out file renameOwen Williams
2016-01-23Export Tracks: Add tests, address notesOwen Williams
2016-01-23Track Export: Support deduping the export listOwen Williams
2016-01-20TrackExport: formatOwen Williams
2016-01-20TrackExport: Refactor so the dialog doesn't construct the workerOwen Williams
2016-01-17Track Export: annoying formattingOwen Williams
2016-01-17Track Export: No need to check for m_bStop while waiting for futureOwen Williams
2016-01-17Track Export: Pass in TrackPointers instead of paths.Owen Williams
2016-01-16Track Export: Cleanup and commentsOwen Williams
2016-01-16TrackExport: Basic functionality complete.Owen Williams
2016-01-15TrackExport: minor refactorOwen Williams
2016-01-15Track Export: it builds!Owen Williams
2016-01-13Start refactoring track export to a separate utility class.Owen Williams