summaryrefslogtreecommitdiffstats
path: root/configurationdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Change 0 as init value for pointers to nullptrArno2018-07-301-1/+1
| | | | No functional changes, just because QtCreator says so :)
* Add new config option: Scan directoryArno2017-11-301-0/+4
| | | | | Does nothing yet. Intended to scan a subdirectory for audio files instead of using beet ls.
* Implement color choosing dialog for QTreeViewsArno2017-03-071-1/+6
| | | | | 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/+25
Create database and connect. Does nothing yet...