summaryrefslogtreecommitdiffstats
path: root/indexerdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change to new style connect syntaxArno2017-03-241-2/+2
| | | | | | | | Quite some code churn, but I like the idea that wrong connections are compile time errors. Since I had to get rid of default arguments in Slots, this simplified things in doPopulateByFolder...
* Turned IndexerWidget into a dialogArno2017-02-261-0/+31
and got rid of the TabWidget!