summaryrefslogtreecommitdiffstats
path: root/src/library/basetracktablemodel.cpp
AgeCommit message (Expand)Author
2021-02-26Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-02-24Restore the Solution with the case fallthroughDaniel Schürmann
2021-02-19introduce kDataExportRule for cvs data exportDaniel Schürmann
2021-02-13Use precision of four integer digits for cvs export and tooltips. This is req...Daniel Schürmann
2021-01-05Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-04LIBRARYTABLE_LOCATION to LIBRARYTABLE_LOCATION_ID because the column holds on...Daniel Schürmann
2020-12-28Fix debug assertion for invalid/missing time stampsUwe Klotz
2020-12-27Rename namespace mixxx::sqliteUwe Klotz
2020-12-25Fix reading/writing of last_played_at valuesUwe Klotz
2020-12-23Last played ui: shorten header titleOwen Williams
2020-12-16Last Played: Add UI for last_played_at columnOwen Williams
2020-12-09Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-08Fix crash when accessing invalid/unknown track table columnUwe Klotz
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-26Merge branch '2.3' into basetracktablemodel-validate-and-transformUwe Klotz
2020-11-22Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2020-11-20BaseTrackTableModel: Document expected column typesUwe Klotz
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-15Replace sequential if/else with switch/case (part 2)Uwe Klotz
2020-11-15Replace sequential if/else with switch/caseUwe Klotz
2020-11-15BaseTrackTableModel: Validate and transform raw data from derived classesUwe Klotz
2020-11-14Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-14Remove unused non-trivial variablesJan Holthuis
2020-11-13Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-13BaseTrackTableModel: Fix confusing DEBUG_ASSERT logicJan Holthuis
2020-11-02Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-02Delete obsolete doCreateCoverArtDelegate()Uwe Klotz
2020-11-01Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-10-31Removed coverartdelegate and renamed basecoverartdelegate to coverartdelegateJoergAtGithub
2020-10-30"ToolTip" consistent with Qt's terminology (for all naming)JoergAtGithub
2020-10-30Replaced qWarning() by VERIFY_OR_DEBUG_ASSERT forthe case when screen is not ...JoergAtGithub
2020-10-30Replaced kEmptyString by QVariant()JoergAtGithub
2020-10-26Changed function name to more descriptive name composeCoverArtToolTipHtmlJoergAtGithub
2020-10-25Changed bitmap format to BMP (binary and without compression overhead)JoergAtGithub
2020-10-25Extracted the CoverArt tooltip code into the new function showCoverArtTooltipJoergAtGithub
2020-10-24Added ::fromLatin1 to QStringJoergAtGithub
2020-10-19Merge remote-tracking branch 'upstream/2.3' into cover_art_as_library_tooltipJoergAtGithub
2020-10-19Changed constexp from float to double to fix a new float-conversion error on ...JoergAtGithub
2020-10-19fixed new float-conversion error on Ubuntu/gcc/CMake buildJoergAtGithub
2020-10-19TrackModel extension and refactoring of CoverArtDelegate to improve performan...JoergAtGithub
2020-10-15Merge branch '2.3' of github.com:mixxxdj/mixxx into masterJan Holthuis
2020-09-30Include track_decl.h in basetracktablemodel.hUwe Klotz
2020-09-29Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-09-27Made image size relative to the available height of the primary screenJoergAtGithub
2020-09-27Implemented correct output for the cover art tooltipJoergAtGithub
2020-09-27BaseSqlTableModel: Delete redundant overrideUwe Klotz
2020-08-18Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-08-18library/basetracktablemodel: Avoid dereferencing nullptrJan Holthuis