Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-58335

FolderListModel several bugs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.8.0 Beta
    • Quick: Other
    • None

      1. URL does not get resolved correctly on [QQuickFolderListModelPrivate::resolvePath] when folder path contains '%' character.
      2. Wrong sort order when showDotAndDotDot is true and folder name contains characters '!', '%', etc
      3. Some properties does not have NOTIFY parameter.
      Example:

      UMenuItem

      { property int fieldId: FolderListModel.Name; text: qsTr("name"); checked: folderModel.sortField == fieldId; }

      FolderListModel

      { id: folderModel; }

      ****************************************************
      (warning) 12:33:10:552 QQmlExpression: Expression file:///../UFileDialog.qml:43:22 depends on non-NOTIFYable properties:
      (warning) 12:33:10:552 QQuickFolderListModel_QML_80::sortField

      4. In FileInfoThread::setPath(const QString &path) current watcher's paths shoud be cleared before watcher->addPath.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            lom2k Alexander
            Votes:
            4 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes