| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
* use type safe connect syntax
* use lambdas as slot for selecting programs
* make accept and cancel non-members. They're not needed anywhere else.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Use item instead of directory in var and function names to make clear
that this a general purpose widget.
Introduce a mode, so we can hide the browse button if we're not
selecting directories.
Make the label configurable and use different icons for folders or other
items.
|
|
|
|
|
| |
It's much more general purpose than I thought. I'm gonna reuse the code
for MIME-type filters later on.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Set it to the arbitrary value of 400 to make it look less cramped.
|
|
|
|
| |
Need ffprobe for video file infos, maybe mkvinfo, too...
|
|
Database connection options are now configurable. Hopefully it doesn't
end up in an infinite loop if the credentials are not corrent...
|