summaryrefslogtreecommitdiffstats
path: root/configurationwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up ConfigurationWidgetArno2018-01-311-6/+1
| | | | | | * use type safe connect syntax * use lambdas as slot for selecting programs * make accept and cancel non-members. They're not needed anywhere else.
* Implement configuration option for MIME filtersArno2018-01-041-0/+1
|
* Rename dirselectionwidget > itemselectionwidgetArno2018-01-041-3/+3
| | | | | It's much more general purpose than I thought. I'm gonna reuse the code for MIME-type filters later on.
* Implement favorite dirsArno2018-01-041-0/+1
|
* Implement DirSelectionWidgetArno2018-01-041-9/+2
| | | | | | This Widget lets you select a list of directories. It's basically about code reuse. We're gonna need this later when implementing the favorite directories feature.
* Add configuration option for copy dirsArno2016-12-021-0/+9
| | | | | | Copy dirs are destination directories for copy operations. They will be used later on to copy files or to check if a file has already been copied.
* Add configuration option for ffmpegArno2016-11-271-2/+4
|
* Make ffprobe and mkvinfo configurableArno2016-09-031-0/+6
| | | | Need ffprobe for video file infos, maybe mkvinfo, too...
* Added configration dialogArno2016-08-201-0/+27
Database connection options are now configurable. Hopefully it doesn't end up in an infinite loop if the credentials are not corrent...