File dialog should use KDialog in KDE
Posted: Sat Oct 02, 2021 1:48 am
For the Linux version of XnViewMP, the file dialog should use the one native to the desktop environment, which is especially important for KDE.
On KDE systems it should be KDialog, because it's...
* faster
* honors theme / icons of user's KDE theme
* native integration (Places, Bookmarks, Devices, Network, etc)
* honors "sort by" used in the file manager (Dolphin)
* ability to change icon size, previews, columns, hidden, etc
----------
For everything else, it can invoke GTK File Chooser or QFileDialog.
Is this hard to implement?
Can it be programmed/coded to simply invoke the environment's native file chooser?
On KDE systems it should be KDialog, because it's...
* faster
* honors theme / icons of user's KDE theme
* native integration (Places, Bookmarks, Devices, Network, etc)
* honors "sort by" used in the file manager (Dolphin)
* ability to change icon size, previews, columns, hidden, etc
----------
For everything else, it can invoke GTK File Chooser or QFileDialog.
Is this hard to implement?
Can it be programmed/coded to simply invoke the environment's native file chooser?