Details
-
Task
-
Resolution: Unresolved
-
P4: Low
-
None
-
None
-
None
Description
Some obvious warts are
• it uses QUrl for folder, rootFolder and parentFolder properties but the paths returned from the model are string paths, not QUrls.
• rootFolder and parentFolder properties are undocumented
• folder property is a QUrl but the doc says it's a string
The FileDialog provides URLs, and since the QML implementation uses FolderListModel, it needs to make the conversions itself. So that will need to be fixed at the same time.
Attachments
Issue Links
- depends on
-
QTBUG-98147 folderlistmodel holds the folder open even after changing, prevents ejecting removable devices
-
- Reported
-
-
QTBUG-122117 FolderListModel has a conditional endModelReset
-
- Reported
-
-
QTBUG-43105 QML FolderListModel cannot handle paths containing #
-
- Reported
-
-
QTBUG-45347 FolderListModel: fileSuffix wrong when the file name contains dots
-
- Reported
-
-
QTBUG-51547 FolderListModel uses current dir if given non-existing folder
-
- Reported
-
-
QTBUG-58335 FolderListModel several bugs
-
- Reported
-
-
QTBUG-96019 FolderListModel and QML FileDialog cannot browse a folder with the % symbol in the name
-
- Reported
-
-
QTBUG-99105 FolderListModel returns lowercase drive letter on Windows
-
- Reported
-
-
QTBUG-45123 FolderListModel not refreshed on changed file size
-
- Reported
-
-
QTBUG-35512 Qt Quick Dialogs & FolderListModel on Android do not list directory content when a folder item is selected
-
- Reported
-
-
QTBUG-37610 FolderListModel insertion bug
-
- Open
-
-
QTBUG-38138 FolderListModel's showDotAndDotDot is not changeable after launch
-
- Open
-
-
QTBUG-82298 FolderListModel's fileURL role doesn't match Url casing elsewhere in Qt
-
- Closed
-
-
QTBUG-87820 Deprecate FolderListModel's fileURL role
-
- Reported
-
-
QTBUG-84780 Support Windows drives in FolderListModel
-
- Reported
-
-
QTBUG-97686 Make FolderListModel's showDirsFirst default to the QPlatformTheme hint
-
- Reported
-
-
QTBUG-114161 QML FolderListModel: Give its writable properties NOTIFY signals
-
- Reported
-
-
QTBUG-117485 Model/View regression (evidence in FolderListModel)
-
- Reported
-
-
QTBUG-70192 FolderListModel needs numeric sorting
-
- Reported
-
-
QTBUG-45567 FolderListModel: nameFilters does not exclude folders
-
- Reported
-
-
QTBUG-42901 Add possibility to set FolderListModel folder to "My Computer" -folder
-
- Open
-
- is duplicated by
-
QTBUG-126761 Move FolderListModel to Qt.labs.qmlmodels
-
- Reported
-
- relates to
-
QTBUG-116653 deploied "Dialog" should not depend on labs
-
- Reported
-