https://bugs.kde.org/show_bug.cgi?id=373128
Bug ID: 373128 Summary: Incorrect behavior for "Copy image(s) to ..." menu Product: kphotoalbum Version: unspecified Platform: unspecified OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Thumbnail Viewer Assignee: kpab...@willden.org Reporter: mark.z.harri...@gmail.com Target Milestone: --- After selecting one or more images in the thumbnail viewer and selecting "Copy image(s) to ...". on the right-click menu, the file dialog that appears only allows the selection of an existing file. This does not make sense to me since I don't want to overwrite a file with the selected pictures. I just want to copy the pictures to another location. In lines 93 and 99 of MainWindow/CopyPopUp.cpp, the QFileDialog has setFileMode( QFileDialog::ExistingFile ). Unless I'm misunderstanding this function, a better file mode would be QFileDialog::Directory, especially since, if copying all selected images, this line is run (line 100): dialog.setOption( QFileDialog::ShowDirsOnly, true). -- You are receiving this mail because: You are watching all bug changes.