summaryrefslogtreecommitdiffstats
path: root/src/configobject.cpp
AgeCommit message (Expand)Author
2016-04-28Move src/configobject.(h|cpp) to src/preferences/.RJ Ryan
2016-04-16Add some helper template methods to ConfigObject.RJ Ryan
2016-01-28Only parse ConfigObject file if it's non-empty.RJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-09Don't repeatedly calculate the resource path and settings path in ConfigObject.RJ Ryan
2016-01-09Const references here and there in ConfigObject.RJ Ryan
2016-01-09Merge pull request #501 from daschuer/configobjecthashDaniel Schürmann
2016-01-09use mitable keyword for locker and mark som functions as constDaniel Schürmann
2016-01-09User QReadWriteLockDaniel Schürmann
2016-01-09ConfigObject<ValueType>::get resturns default constructed value if not existsDaniel Schürmann
2016-01-09remove stary debugDaniel Schürmann
2015-03-05git push replace QHash with QMap, to have a sorted mixxx.cfgDaniel Schürmann
2015-03-05Fix hashing of ConfigValueKbdDaniel Schürmann
2015-03-05Move the transpose function to the ConfigObject classDaniel Schürmann
2015-03-05Added a m_valueHashMutex to gurantee thread safetyDaniel Schürmann
2015-02-26Move src/xmlparse.cpp/h to src/util/xml.cpp/h.RJ Ryan
2015-02-24use QHash in ConfigObjectDaniel Schürmann
2015-02-24remove unused codeDaniel Schürmann
2015-02-24code style and ConfigKey constructor improvementsDaniel Schürmann
2014-12-09Remove loading of resource path from mixxx.cfg.RJ Ryan
2014-11-18Do not use the saved resource path on Windows. Fixes Bug #1392854.RJ Ryan
2014-11-18Code fascism.RJ Ryan
2014-10-15Merge remote-tracking branch 'upstream/master' into eq_rack2Daniel Schürmann
2014-09-27More resource path goldilocks.RJ Ryan
2014-09-26I AM COMPUTAR MACHENE MASTAR OF COMPUTER MACHENES MASTERIES!!!Owen Williams
2014-09-26ResourcePath: Unify path checking a bitOwen Williams
2014-09-26Linux: Use res/ resource path if it exists.Owen Williams
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-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-03-29Turn off a bunch of noisy debugs.RJ Ryan
2014-03-18Support multiple controls per keyboard shortcut.RJ Ryan
2014-01-01Add SkinContext, a class for tracking and evaluating skin nodes within a cont...RJ Ryan
2013-12-07tabs to spaces also in cpp filesMax Linke
2013-12-05Improve resource path detection on OS X.RJ Ryan
2013-12-03Clean up includes of cmdlineargs.h.RJ Ryan
2013-11-30Header/include cleanups across the codebase.RJ Ryan
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