summaryrefslogtreecommitdiffstats
path: root/configurationdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated QSignalMapperArno2017-12-311-7/+2
| | | | Replace it with a lamda.
* Add new config option: Scan directoryArno2017-11-301-0/+37
| | | | | Does nothing yet. Intended to scan a subdirectory for audio files instead of using beet ls.
* Change to new style connect syntaxArno2017-03-241-5/+5
| | | | | | | | 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...
* Implement color choosing dialog for QTreeViewsArno2017-03-071-0/+66
| | | | | Hmm, this shouldn't be so hard. Quite a lot of code for such an easy thing, but maybe it's just me and I'm over-complicating things...
* Initial commitArno2017-02-181-0/+66
Create database and connect. Does nothing yet...