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

FolderListModel several bugs

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

              srutledg Shawn Rutledge
              lom2k Alexander
              Votes:
              4 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes