summaryrefslogtreecommitdiffstats
path: root/src/library/browse/foldertreemodel.cpp
AgeCommit message (Collapse)Author
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-15Encode file names correctly on macOSUwe Klotz
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-04-06Typo fixes luzpaz
+ User facing typos + trivial source comment typos + superflous double whitespace issues + found redundant comment typo Found using `codespell -q 3 --skip="./build/wix/Localization,./res/translations,./lib" -I ../mixxx-whitelist.txt` where the contents of the whitelist were: ``` iff freee substract ```
2016-12-09Improve and simplify the design/interface of TreeItemUwe Klotz
2014-11-18Code fascism.RJ Ryan
* Fix compiler warnings in non-3rd-party code. * Add some missing const-references. * Eliminate cases of "if(" "( ... )" and "for(".
2014-03-29Various build system fixes for Windows (and particularly MingW ↵Steven Boswell
cross-compiling to Windows). Fixes Bug #1179683.
2014-02-13Open a bookmark when evaluating whether a folder has children.RJ Ryan
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-19Moving mixxx/* to the root. A new era begins!RJ Ryan