summaryrefslogtreecommitdiffstats
path: root/src/library/banshee
AgeCommit message (Expand)Author
2021-03-11Don't set an offset or bpm lock when creating a track with a bpm value only. ...Daniel Schürmann
2021-03-08check bpm lock when setting beat grid of bpmDaniel Schürmann
2021-03-02Remove track parameter from beats constructorDaniel Schürmann
2021-02-12use Sandbox::askForAccess for all external library featuresBe
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Delete trailing/leading blank linesJan Holthuis
2020-11-10Use #pragma once everywherexerus2000
2020-09-30Include track_decl.h in basetracktablemodel.hUwe Klotz
2020-08-25BansheePlaylistModel: Delete unused slot tracksChanged()Uwe Klotz
2020-06-05Add missing `final` specifiersUwe Klotz
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-03-14Move common functions into BaseTrackTableModelUwe Klotz
2020-02-15Initialize LibraryFeature member of TreeItem consistentlyUwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-11-25Don't std::move UserSettingsPointerUwe Klotz
2019-11-25Fix code formattingUwe Klotz
2019-11-21Reduce visibility of members in base classesUwe Klotz
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-21Get or add single tracks via TrackCollectionUwe Klotz
2019-07-21Replace qSort() with std::sort() to fix Qt 5.13 warningsUwe Klotz
2019-06-22Use TrackFile::operator==()Uwe Klotz
2019-06-21Reuse TrackFile::fromUrl()Uwe Klotz
2018-11-21Merge remote-tracking branch 'upstream/2.2'Be
2018-11-21Cache creation of QIcons in LibraryFeatures.RJ Skerry-Ryan
2018-11-16Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2018-11-10Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2018-11-05Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-11-04return condition directlyDaniel Schürmann
2018-11-04user DROP instead of DELETEDaniel Schürmann
2018-11-01Override getTrackId for external librariesDaniel Schürmann
2018-11-01move sTableNumber to anonymous namespaceDaniel Schürmann
2018-10-31Fix Banshee playlist view for tracks that have never been sortedDaniel Schürmann
2018-10-31Fix playlist import of the Banshee featureDaniel Schürmann
2018-10-30Remove unnecessary struct keyword.RJ Skerry-Ryan
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2018-08-17vectorize Library feature iconsronso0
2017-01-29Remove SQLite stuff from TrackCollection & CoUwe Klotz
2016-12-09Simplify and safeguard memory management of TreeItem(Model)Uwe Klotz
2016-12-09Improve and simplify the design/interface of TreeItemUwe Klotz
2016-11-23Delete obsolete or redundant class membersUwe Klotz
2016-11-23Reorder and annotate inherited functions in the TableModel hierarchyUwe Klotz
2016-11-09Use const-ref instead of pointer for function argumentsUwe Klotz
2016-06-25Enhance precision of track duration from int to doubleUwe Klotz
2016-05-04Convert some qDebugs into qWarnings.RJ Ryan
2016-03-01use p prefix for pointersDaniel Schürmann
2016-01-31Remove quotes for Duration debug outputDaniel Schürmann
2016-01-25Merge pull request #873 from rryan/durationRJ Ryan