summaryrefslogtreecommitdiffstats
path: root/indexerdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve indexing dialogArno2017-11-301-6/+25
| | | | | Show close button and disable/enable approriate buttons while reading data.
* 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!