summaryrefslogtreecommitdiffstats
path: root/src/widget/wspinny.cpp
AgeCommit message (Expand)Author
2021-05-24Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-05-24Use std math functions and remove #defines from fpclassify.hUwe Klotz
2021-02-22Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-02-20fix warnings raised when building w/o vinyl controlronso0
2020-12-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-12-15Add pointer qualification to auto typesJan Holthuis
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07remove unused privatesDaniel Poelzleithner
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-28Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-28WSpinny: Replace deprecated Qt::MidButtonJan Holthuis
2020-11-26Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-25Fix OpenGL swap buffer issuesJoergAtGithub
2020-11-14Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-13widget: Replace old-style Qt connect() callsJan Holthuis
2020-10-29Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-10-28WSpinny: Remove redundant parenthesesJan Holthuis
2020-10-27Use more comparisons instead of implicit casts to doubleJan Holthuis
2020-10-27Replace implicit casts from double to bool with comparisonsJan Holthuis
2020-10-16Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-10-16Merge pull request #3122 from Holzhaus/float-warnings-pt-3Daniel Schürmann
2020-10-15Merge branch '2.3' of github.com:mixxxdj/mixxx into masterJan Holthuis
2020-09-30Include track_decl.h in coverartutils.hUwe Klotz
2020-09-25Use const/auto to improve type declarationsJan Holthuis
2020-09-25widget/wspinny: Add missing typecastsJan Holthuis
2020-09-25widget/wspinny: Fix types for drawPixmap callJan Holthuis
2020-07-04Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-07-01widget: Disable assertions for ControlProxy's created from skinsJan Holthuis
2020-06-09Rename 'image hash' to 'cache key' for consistencyUwe Klotz
2020-06-05Add coverart_digest column and new cover image hashingUwe Klotz
2020-02-29Disable concurrent guessing of track cover art during testsUwe Klotz
2020-02-28Prepare CoverArtCache for migration to new hash functionUwe Klotz
2020-02-28Extract guessing of cover art from CoverArtCacheUwe Klotz
2020-01-26draw Spinny ghost below playpositionronso0
2020-01-09Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-01-09Remove obsolete QPainter::HighQualityAntiAliasing renderer hintJan Holthuis
2019-11-24Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-11-16Spinnies: show cover art menu only if <ShowCover> is 'true' in skinsronso0
2019-11-16pop up Spinny context menu at click locationronso0
2019-10-24fix scaling of cover art on high pixel density screensBe
2019-08-01Compare explicite with nullptr and ensure double precision when calculating r...Daniel Schürmann
2019-05-16Use a more accurate vinyl speed of 100 / 3 instead of just 33.3Daniel Schürmann
2019-05-16Dejerk spinnies by vSyncThread as well.Daniel Schürmann
2019-05-08dynamic load gl functions, removed workaround with scons OpenGLES featureDaniel Schürmann
2019-05-03Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-05-01Removed QT5 conditional codeDaniel Schürmann
2019-03-29Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-03-29Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2019-03-24Added debug statments to drop handler, to debug drag and drop issue on MacOsDaniel Schürmann
2019-02-08factor out track drag and drop codeMatthew Nicholson