summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2014-01-14Show two places by defaultOwen Williams
2014-01-14Have WNumbers the NumberOfDigits parameter and set a default of 1 decimal.Owen Williams
2014-01-14Reduce redundant subtractionOwen Williams
2014-01-14Eliminate misleading precision in the bpm and rate displays.Owen Williams
2014-01-14Re-fix loop I already fixed?Owen Williams
2014-01-14Merge pull request #153 from rryan/monoRJ Ryan
2014-01-14Merge pull request #152 from ywwg/master-cue-splitOwen Williams
2014-01-14Rename headSplit featureOwen Williams
2014-01-14Don't override isMaster and isPFL for EnginePassthrough and EngineMicrophone.RJ Ryan
2014-01-14Implement Master / Headphone split modeOwen Williams
2014-01-14Specifically note if a beatloop roll is active, and only disable slip on relo...Owen Williams
2014-01-14SoundManager formatting misc.RJ Ryan
2014-01-14Convert float literals to double literals in various places.RJ Ryan
2014-01-14Improve recording status message for translators to be the complete phraseRJ Ryan
2014-01-14QString(tr()) is redundant.RJ Ryan
2014-01-14Fix style from review comments.RJ Ryan
2014-01-13Disable slip mode if reloop_exit is pushedOwen Williams
2014-01-13Use "channel_count" in sound config XML instead of "channels".RJ Ryan
2014-01-13Add comments about why and how we use QPoint.RJ Ryan
2014-01-13Fix WPushButtonTest breakage caused by new wiget connections..RJ Ryan
2014-01-13Remove debug messages.RJ Ryan
2014-01-13Support mono outputs and inputs.RJ Ryan
2014-01-13If passthrough is not enabled, don't accept receiveBuffer calls in EnginePass...RJ Ryan
2014-01-13Update EngineMicrophone warnings since it can support stereo input now.RJ Ryan
2014-01-13Use the correct buffer when writing to the passthrough FIFO.RJ Ryan
2014-01-13Update WNumberPos when a connected control updates.RJ Ryan
2014-01-12Protect against invalid state numbers from skin.RJ Ryan
2014-01-12Update slider position when sending wheel events.RJ Ryan
2014-01-13Added Peter G. Marczis to contributor list. Thank you very much.Daniel Schürmann
2014-01-12Add tests for TrackPointer matching for search queries.RJ Ryan
2014-01-12Merge branch 'disabled_widgets'RJ Ryan
2014-01-12Refactor SearchQueryParser to handle matching of dirty tracks in BaseTrackCache.RJ Ryan
2014-01-12Add support for fuzzy matching of key searches.RJ Ryan
2014-01-12Add a utility method for getting compatible harmonic keys using the Circle of...RJ Ryan
2014-01-12Some minor cleanups to SearchQueryParser.RJ Ryan
2014-01-12Rename ValueControWidgetConnection to ControlParameterWidgetConnection and Pr...RJ Ryan
2014-01-12resolving conflictsPeter G. Marczis
2014-01-12Fixed code review findingsPeter G. Marczis
2014-01-12Changed to use key_id, now only exact matchPeter G. Marczis
2014-01-12Modified the SQL search for keys so that it won't match for 11 if youPeter G. Marczis
2014-01-12Remove WBaseWidget disabled state. Instead, use QWidget enabled property.RJ Ryan
2014-01-12Add connection control parameter to connection debug string.RJ Ryan
2014-01-12Show debug tooltips when developer mode is enabled.RJ Ryan
2014-01-12Add toDebugString() method to ControlWidgetConnection.RJ Ryan
2014-01-12Add emitOptionToString helper.RJ Ryan
2014-01-12Use WLabel for the "No OpenGL detected" fallback message.RJ Ryan
2014-01-12Since WBaseWidget is common to all skin widgets now, simplify the MixxxApp to...RJ Ryan
2014-01-12Add getKey() method to ControlObjectSlave.RJ Ryan
2014-01-11Merge pull request #148 from ywwg/vinyl-abs-fix-2RJ Ryan
2014-01-11Revert "Build a libmixxx.a and link it into mixxx and mixxx-test."RJ Ryan