summaryrefslogtreecommitdiffstats
path: root/configurationwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement DirSelectionWidgetArno2018-01-041-68/+5
| | | | | | 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/+72
| | | | | | 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-9/+22
|
* Align db widget in config dialog at the topArno2016-09-221-0/+1
|
* Set minimum width for config dialogArno2016-09-221-0/+1
| | | | Set it to the arbitrary value of 400 to make it look less cramped.
* Make ffprobe and mkvinfo configurableArno2016-09-031-0/+34
| | | | Need ffprobe for video file infos, maybe mkvinfo, too...
* Added configration dialogArno2016-08-201-0/+67
Database connection options are now configurable. Hopefully it doesn't end up in an infinite loop if the credentials are not corrent...