summaryrefslogtreecommitdiffstats
path: root/src/configobject.h
AgeCommit message (Collapse)Author
2014-12-09Remove loading of resource path from mixxx.cfg.RJ Ryan
Fixes issues with using multiple versions of Mixxx on the same machine. Bug #1392854.
2014-10-15Merge remote-tracking branch 'upstream/master' into eq_rack2Daniel Schürmann
Conflicts: src/effects/native/butterworth8eqeffect.cpp
2014-09-13some minor coding style fixesDaniel Schürmann
2014-08-16Merge branch 'master' of github.com:badescunicu/mixxx into eq_rackNicu Badescu
2014-08-15Pass parameter by referencemidzer
2014-06-28Maintain coding style consistency; remove additional empty linesNicu Badescu
2014-04-05Fix mixxxkeyboard so it clears its list if a dialog is shown by Mixxx.Owen Williams
Add a qDebug() operator<< for ConfigKeys!
2014-03-29Pay down some technical debt.RJ Ryan
* Switch to a single standard representation for MIDI input and output mappings. * Delete MixxxControl. * Support multiple input mappings per message. * Remove double-hash lookup for input mappings. * Clean up MIDI XML parsing/writing. We don't have tests for any of this code (except LearningUtils) but I compared the input and output mappings stored to XML after loading a bundled preset and they were the same (modulo order changing).
2014-03-29Make ConfigKey a registered metatype.RJ Ryan
2014-03-18Support multiple controls per keyboard shortcut.RJ Ryan
Also switches to O(1) keyboard shortcut lookups instead of O(n). Fixes Bug #1081137.
2013-11-30Header/include cleanups across the codebase.RJ Ryan
* Eliminate all instances of including QtCore, QtGui, or QtXml. * Replace all old-style Qt header inclusions with new-style (e.g. #include <application.h>). * Include QtDebug instead of QDebug. * Update many classes to include the Qt classes they use in their header and implementation file. This speeds up compile and link performance and reduces the size of the compiled object files. My build directory dropped by 50MB.
2013-06-19Merge remote-tracking branch 'upstream/master' into atomic-coDaniel Schürmann
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan