summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-01-31perform a deck clone when dragging a track from one deck to anotherMatthew Nicholson
2019-01-31add slotCloneDeck to BaseTrackPlayerMatthew Nicholson
2019-01-31copy play state closer to the position sync operationMatthew Nicholson
2019-01-31specify the source channel when cloning a deckMatthew Nicholson
2019-01-31explicitly pass the target channel when cloning a bufferMatthew Nicholson
2019-01-31reset m_cloneFromChannel on track load failureMatthew Nicholson
2019-01-31wrap long linesMatthew Nicholson
2019-01-31don't reset m_iSyncModeQueued when copying positionMatthew Nicholson
2019-01-31use getVisualPlayPos() when cloning play pos from other buffersMatthew Nicholson
2019-01-31perform a clone operation instead of a load on double tapMatthew Nicholson
2019-01-31whitespaceMatthew Nicholson
2019-01-31fix autodjprocessor_test.cppMatthew Nicholson
2019-01-31when cloning, copy loop info from the target trackMatthew Nicholson
2019-01-31add commentMatthew Nicholson
2019-01-31use EngineSync::pickNonSyncSyncTarget() to determine the copy sourceMatthew Nicholson
2019-01-31perform the seek operation in the engine threadMatthew Nicholson
2019-01-31rework instant doubles copyingMatthew Nicholson
2019-01-31perform copy operation after track is loadedMatthew Nicholson
2019-01-31add method to copy playback state from another deckMatthew Nicholson
2019-01-30Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-01-28Merge pull request #1997 from daschuer/tagefetchererrorUwe Klotz
2019-01-27Remove redundant destructor.RJ Skerry-Ryan
2019-01-27Work around performance issue with Qt 5.12 and PreviewButtonDelegate. Launchp...RJ Skerry-Ryan
2019-01-27Merge pull request #1985 from daschuer/hectosecondsDaniel Schürmann
2019-01-27Merge pull request #1993 from ferranpujolcamins/Fix-crash-in-midi-learningDaniel Schürmann
2019-01-27Revert unintended changesUwe Klotz
2019-01-26Temporary workaround to fix multi-threading issues of qm key analyzerUwe Klotz
2019-01-24Merge pull request #1994 from rryan/2.2-stylepainterDaniel Schürmann
2019-01-24remove useless loopDaniel Schürmann
2019-01-24Merge pull request #2002 from benis/locationElide2Daniel Schürmann
2019-01-23Merge remote-tracking branch 'mixxx/master' into colorscheme_variables2ronso0
2019-01-22Merge branch 'master' into Fix-crash-in-midi-learningFerran Pujol Camins
2019-01-21Set AlignVCenter for text to match other fieldsBen
2019-01-21pass pointer to colorschemeparserronso0
2019-01-20Implement left elide for location columnBen
2019-01-20Replace hectoseconds format by seconds long. Hectosends fromat was too hard t...Daniel Schürmann
2019-01-19Hide constants into anonymous namespaceDaniel Schürmann
2019-01-19break xml search loops earlyDaniel Schürmann
2019-01-19make time formats more like SIDaniel Schürmann
2019-01-19fix call to updateVariables via pointerronso0
2019-01-192nd attempt using a pointer, problem accesing member method SkinContext::upat...ronso0
2019-01-17Improve use of QXmlStreamReaderDaniel Schürmann
2019-01-17use function pointer based connectionsDaniel Schürmann
2019-01-15Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-01-15Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2019-01-15fix conflicts after ferran/1ronso0
2019-01-15Encode file names correctly on macOSUwe Klotz
2019-01-14Rename variablesFerran Pujol Camins
2019-01-14Update variables from SchemeFerran Pujol Camins
2019-01-14Merge branch 'master' into Fix-crash-in-midi-learningFerran Pujol Camins