| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
This patch adds the option to set a FileSelectionMode, either Open or
Save. Not all backends might support this – currently, only zenity and
kdialog do. Per default, the Open mode is used (as before).
|
|
|
|
|
|
| |
This patch adds an implementation of Backend’s show_file_selection
function to the KDialog backend, using KDialog’s --getopenfilename
option.
|
|
|
|
|
|
| |
This fixes the clippy warning new_without_default [0].
[0] https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default
|
|
|
|
| |
(Clippy also complains about `new()` without `impl Default`)
|
|
|