summaryrefslogtreecommitdiffstats
path: root/src/widget/woverviewlmh.h
AgeCommit message (Collapse)Author
2020-12-07merge 2.3Be
2020-06-10Get rid of char group stringsDaniel Schürmann
For accessing control objects we need QStrings and converting them on the fly takes some unnecassary time.
2018-10-30Fix and enable multi-threaded analysisUwe Klotz
2016-04-25Spring cleaning: Apply clang-tidy to src/widget.RJ Ryan
Using LLVM 3.8.0: $ clang-tidy --fix --checks="*,-llvm-header-guard,-readability-implicit-bool-cast,-readability-else-after-return,-google-readability-todo" $(git ls src/widget | xargs) -- (flags to compile)
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
This will allow us to experiment with different implementations for structured user preferences. It will also reduce repeated typing of template arguments and better represent the purpose of the object.
2013-11-30Include what you use. Get rid of QtGui include in wwidget.h.RJ Ryan
2013-06-20Move WOverview::drawNextPixmapPart() into new class WOverviewLMHxorik