summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-11-13Fix -Wclazy-qstring-arg warningsJan Holthuis
2020-11-13Merge pull request #3297 from uklotzde/controller_renamingDaniel Schürmann
2020-11-13Controller devices: Use inclusive namingUwe Klotz
2020-11-13BaseTrackTableModel: Fix confusing DEBUG_ASSERT logicJan Holthuis
2020-11-13Merge pull request #3292 from uklotzde/trackdao_nonconst_signalsUwe Klotz
2020-11-13Merge pull request #3294 from Holzhaus/clazy-old-style-connectDaniel Schürmann
2020-11-13Merge pull request #3293 from Holzhaus/missing-overrideDaniel Schürmann
2020-11-13Merge pull request #3291 from Holzhaus/clazy-range-loopUwe Klotz
2020-11-12DlgPrefReplayGain: Replace old-style Qt connect() callsJan Holthuis
2020-11-12DlgPrefAutoDJ: Replace old-style Qt connect() callsJan Holthuis
2020-11-12LegacySkinParser: Replace old-style Qt connect() callsJan Holthuis
2020-11-12DlgPrefSoundItem: Replace old-style Qt connect() callsJan Holthuis
2020-11-12Replace some old-style Qt connect() callsJan Holthuis
2020-11-12DlgPrefInterface: Add missing overrideJan Holthuis
2020-11-12Fix remaining -Wclazy-range-loop warnings using a local const varJan Holthuis
2020-11-12Fix -Wclazy-range-loop for ControlDoublePrivate::takeAllInstances()Jan Holthuis
2020-11-12SoundSourceProxy: Fix -Wclazy-range-loop for getSupportedFileExtensionsJan Holthuis
2020-11-12AnalyzerBeats/AnalyzerKey: Fix QList time-of-check/time-of-use issuesJan Holthuis
2020-11-12Use iterator instead of loop over QMap::values()/keys()Jan Holthuis
2020-11-12Use const containers for range loops to fix -Wclazy-range-loop issuesJan Holthuis
2020-11-12TrackDAO: Remove const qualifiers from signalsUwe Klotz
2020-11-12EffectChainManager: Fix range loop pointer typeJan Holthuis
2020-11-12Merge pull request #3286 from poelzi/fix-reload-screenUwe Klotz
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-12Fix broken reload screen logicDaniel Poelzleithner
2020-11-11Merge pull request #3280 from uklotzde/import_cuesDaniel Schürmann
2020-11-11Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-11-11Merge pull request #3282 from daschuer/cuecontrol_lockUwe Klotz
2020-11-11Delete obsolete commentUwe Klotz
2020-11-10Explicitly set dirty flag for new Cue objectsUwe Klotz
2020-11-10Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-11-10Remove lock from the engine thread. After #3268 it is no longer necessary.Daniel Schürmann
2020-11-10Mark imported cues dirty before storing them in the databaseUwe Klotz
2020-11-09Merge pull request #3192 from poelzi/safe_configwriteUwe Klotz
2020-11-09PortAudio: Map host API index to type idUwe Klotz
2020-11-09Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-11-08Add comment about minLenth counterDaniel Poelzleithner
2020-11-06Merge pull request #3220 from daschuer/indexrangimproveUwe Klotz
2020-11-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into indexrangimproveUwe Klotz
2020-11-06Track: Fix beats/cue import DEBUG_ASSERTJan Holthuis
2020-11-06Merge pull request #3057 from uklotzde/soundsourcesJan Holthuis
2020-11-06Merge pull request #3256 from poelzi/coverart-popup-fixesUwe Klotz
2020-11-05Merge pull request #3112 from ronso0/controls-fx-parameter-buttonsJan Holthuis
2020-11-05pass the new and old play state into updateIndicatorsAndModifyPlay() fixing l...Daniel Schürmann
2020-11-05skins: add AutoDJ tooltipronso0
2020-11-04Translation templates: Fix warning when running lupdateUwe Klotz
2020-11-04cleanup naming. Don't run redunant code on closeDaniel Poelzleithner
2020-11-03better wordingDaniel Poelzleithner
2020-11-03Fix bug where window is opened too largeDaniel Poelzleithner
2020-11-03Cleanup children if there is no parent set.Daniel Poelzleithner