https://bugs.kde.org/show_bug.cgi?id=197938
Akseli Lahtinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-integration/-/com | |mit/72aed4172887a36b6b0a997 | |ae736df422dbcb04f Status|ASSIGNED |RESOLVED --- Comment #5 from Akseli Lahtinen <[email protected]> --- Git commit 72aed4172887a36b6b0a997ae736df422dbcb04f by Akseli Lahtinen. Committed on 23/03/2026 at 13:00. Pushed by akselmo into branch 'master'. (Qt5) Remove KDirSelectDialog and KFileTreeView, use KFileWidget instead There should not be any need to have separate dialog for directories and files. We can use same KFileWidget for both. Related: bug 515728 M +0 -9 qt5/autotests/CMakeLists.txt D +0 -46 qt5/autotests/kdirselectdialog_unittest.cpp M +27 -0 qt5/autotests/kfiledialog_unittest.cpp M +0 -2 qt5/src/platformtheme/CMakeLists.txt M +64 -67 qt5/src/platformtheme/kdeplatformfiledialoghelper.cpp D +0 -651 qt5/src/platformtheme/kdirselectdialog.cpp D +0 -114 qt5/src/platformtheme/kdirselectdialog_p.h D +0 -204 qt5/src/platformtheme/kfiletreeview.cpp D +0 -110 qt5/src/platformtheme/kfiletreeview_p.h https://invent.kde.org/plasma/plasma-integration/-/commit/72aed4172887a36b6b0a997ae736df422dbcb04f -- You are receiving this mail because: You are watching all bug changes.
