summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2015-12-11Cherry-picked commit from st_fix to fix my messSean M. Pappalardo
2015-12-10More comments on ST tests, now uses time threshold from softtakeover.h for le...Sean M. Pappalardo
2015-12-10Re-derived the ST ignore cases with a truth table, now in the comments in sof...Sean M. Pappalardo
2015-12-10More SoftTakeover tests to check for sign inaccuracies in the ignore casesSean M. Pappalardo
2015-12-09Added soft-takeover tests and some Time improvements from RJ to make them work.Sean M. Pappalardo
2015-12-09Add "test mode" to Time that allows test to control how much time has elapsed.RJ Ryan
2015-12-09Switch Time::elapsedMsecs to return qint64.RJ Ryan
2015-12-07Improve error message in ~EngineShoutcast()Daniel Schürmann
2015-12-07invert isRunnig test in EngineShoutcastDaniel Schürmann
2015-12-06Argh.RJ Ryan
2015-12-06Bundle mixxx.pdb and mixxx-test.pdb.RJ Ryan
2015-12-05Add protection against null NetworkStreamWorker in EngineNetworkStream. Fixes...RJ Ryan
2015-12-03Update some tooltip strings, addressing review notes.S.Brandt
2015-12-03Fix syntaxS.Brandt
2015-12-03Update a few strings in the midi controller wizard to be more descriptive.S.Brandt
2015-12-03Update list of tooltips available for skinning. Mostly Effect controls, but a...S.Brandt
2015-12-01added Sampler cue_gotoandplay to the control picker menu, Bug #1521764Daniel Schürmann
2015-12-01Fix possible div by zeroDaniel Schürmann
2015-12-01removed unused variableDaniel Schürmann
2015-12-01Enable Trigger button on right click, fixes Bug #1521594Daniel Schürmann
2015-12-01Improve tooltip wording for sync_key. Fixes https://bugs.launchpad.net/mixxx/...S.Brandt
2015-11-28Merge pull request #789 from daschuer/mididspamfixDaniel Schürmann
2015-11-28fix rescalertest againDaniel Schürmann
2015-11-28remove Midi spam with fast changing controls, only track values that were rea...Daniel Schürmann
2015-11-27Merge pull request #787 from ywwg/slip-mode-fixOwen Williams
2015-11-27fix rescalertest againDaniel Schürmann
2015-11-27Reset slip mode on track load to prevent carry-overOwen Williams
2015-11-26presets: Fix loading a preset from system-wide dir would not load scripts tooOwen Williams
2015-11-26use EXPECT_DOUBLE_EQ in resacler testDaniel Schürmann
2015-11-25Merge pull request #777 from daschuer/xfaderDaniel Schürmann
2015-11-25Added an aditional comment how m_transform is calculatedDaniel Schürmann
2015-11-25Update version to 2.0.0-rc1.RJ Ryan
2015-11-24Split up rescaler functions and added a commentDaniel Schürmann
2015-11-24Update translation template. Found 1959 source text(s) (8 new and 1951 alread...S.Brandt
2015-11-24Moved scaler functions to rescaler and added test for themDaniel Schürmann
2015-11-23 Fix build when shoutcast is disabledDavid Guglielmi
2015-11-23move constants to EngineXfader to be reusableDaniel Schürmann
2015-11-22added kTransformMinDaniel Schürmann
2015-11-22Make the beatutils more robust agains faulty beatmaps. Bug #1518766Daniel Schürmann
2015-11-22Fix bug in midi where realtime messages are double-processedOwen Williams
2015-11-19Master Sync: Fix bad sync rate with bad beatgridsOwen Williams
2015-11-19Define WIN32 when including shout.h on Windows.RJ Ryan
2015-11-19Fix debug output from HidEnumerator::queryDevices()Daniel Schürmann
2015-11-19make safeDecodeWideString a static memberDaniel Schürmann
2015-11-19Print more library version numbers at startup to aid debugging.RJ Ryan
2015-11-19Bundle PDBs in Windows debug builds.RJ Ryan
2015-11-18Controller Prefs: Make it clear users have to select a script to open it.Owen Williams
2015-11-18Allways inline QString::toStdWStringDaniel Schürmann
2015-11-18Remove redundant string copy in safeDecodeWideStringDaniel Schürmann
2015-11-17Restore NULL-termination of untrusted input from hidapi.RJ Ryan