summaryrefslogtreecommitdiffstats
path: root/src/errordialoghandler.h
AgeCommit message (Collapse)Author
2020-12-07merge 2.3Be
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
Fixes a bunch of `-Wclazy-function-args-by-ref` warnings. See https://github.com/KDE/clazy/blob/master/docs/checks/README-function-args-by-ref.md for details. Most of these changes are automated, using the clazy fixit by setting the `CLAZY_EXPORT_FIXES` before compilation and then running: $ mkdir /tmp/patch $ find ../src -iname "*.yaml" -exec mv {} /tmp/patch \; $ clang-apply-replacements /tmp/patch
2020-05-31Replace some more virtual with override.Daniel Schürmann
2020-04-12controllers/controllerengine: Use monospace font for script error detailsJan Holthuis
2020-01-09errordialoghandler: Replace QSignalMapper with lambda expressionsJan Holthuis
2018-05-24Use const QString& in some placesDaniel Schürmann
2015-12-27Rename src/util.h to src/util/class.h.RJ Ryan
2015-12-22Disable ErrorDialogHandler when running tests.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