summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-05-22Merge pull request #2809 from uklotzde/lp1879656_track_title_infoJan Holthuis
2020-05-22Merge pull request #2737 from Be-ing/timing_shifts_uiUwe Klotz
2020-05-21Merge pull request #2805 from ronso0/coverart-missinng-high-cpuUwe Klotz
2020-05-21Define artist/title separator for track info as constantUwe Klotz
2020-05-20DlgTrackInfo: Use track info for window titleUwe Klotz
2020-05-20Add new track properties "info" and "titleInfo"Uwe Klotz
2020-05-20Use track filename as info if both artist and title are missingUwe Klotz
2020-05-20Use format "artist - title" for track infoUwe Klotz
2020-05-20disable repeated logging of missing coverartronso0
2020-05-19Merge pull request #2799 from uklotzde/soundmanager_invalid_deleteDaniel Schürmann
2020-05-19Merge pull request #2798 from uklotzde/lp1879186_cuedaoDaniel Schürmann
2020-05-19Revert "Use math_clamp for adjusting popup positions on screen"Uwe Klotz
2020-05-19Merge branch '2.3' into soundmanager_invalid_deleteUwe Klotz
2020-05-19Merge branch '2.3' into lp1879186_cuedaoUwe Klotz
2020-05-19Merge branch '2.3' into widgethelperUwe Klotz
2020-05-19CueDAO: Simplify deletion of orphaned cues after savingUwe Klotz
2020-05-19CueDAO: Improve loggingUwe Klotz
2020-05-19CueDAO: Re-add hot cue deduplication by numberUwe Klotz
2020-05-19Use math_clamp for adjusting popup positions on screenUwe Klotz
2020-05-18BaseTrackPlayer: fix cue shift buttonsBe
2020-05-17Fix invalid input buffer deletionUwe Klotz
2020-05-17CueDAO: Remove internal caching and obsolete dupe detectionUwe Klotz
2020-05-17CueDAO: Use QStringLiteralUwe Klotz
2020-05-17CueDAO: Make member functions const/privateUwe Klotz
2020-05-17CueDAO: Update #include guardsUwe Klotz
2020-05-17CueDAO: Delete unused functionsUwe Klotz
2020-05-17Merge pull request #2789 from daschuer/copyrightsymbolUwe Klotz
2020-05-17Move definition of widgethelper::mapPopupToScreen() into .cpp fileUwe Klotz
2020-05-17Merge pull request #2795 from Be-ing/elapsed_and_remaining_defaultronso0
2020-05-16set elasped and remaining time as default for showing times in decksBe
2020-05-16Add comment about re-analysis of tracks with bpm <= 0Uwe Klotz
2020-05-16Ensure that tracks with an invalid bpm are re-analyzedUwe Klotz
2020-05-16Add David Lowenfels to the contributor list in the about box. Thank you very ...Daniel Schürmann
2020-05-16Merge pull request #2783 from hacksdump/scrolling-waveform-cue-context-menuUwe Klotz
2020-05-16Merge pull request #2784 from uklotzde/wsearchlineeditronso0
2020-05-16resolve merge conflictHarshit Maurya
2020-05-15specify units in cue shift function namesBe
2020-05-15Merge pull request #2663 from Be-ing/hotcue_dialog_on_screenUwe Klotz
2020-05-15BaseTrackPlayer: use implicit bool conversion for nullptr checkBe
2020-05-15BaseTrackPlayer: omit superfluous -1 multiplierBe
2020-05-15Tooltips: fix times in shift_cue tooltipsBe
2020-05-15widgethelper: declare .h file function inlineBe
2020-05-15widgethelper: rename namespace to lowercase to match conventionBe
2020-05-16convert to const methodsHarshit Maurya
2020-05-16wwaveformviewer: fix scons buildHarshit Maurya
2020-05-16wwaveformviewer: limit cue menu to hotcuesHarshit Maurya
2020-05-16rename variables and change commentsHarshit Maurya
2020-05-16waveformmark: add function to detect point in markHarshit Maurya
2020-05-16waveformrendermark: cleaner rectangle initialisationHarshit Maurya
2020-05-16use functor syntax for connect callsHarshit Maurya