FolderListPage.qml is too big
Bug #1279546 reported by
Arto Jalkanen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu File Manager App |
In Progress
|
Low
|
Michael Spencer |
Bug Description
FolderListPage.qml needs refactoring. It's too big, and it's hard to make out the basic intent and structure in it.
Related branches
lp://staging/~ibelieve/ubuntu-filemanager-app/code-refactoring
On hold
for merging
into
lp://staging/ubuntu-filemanager-app
- Ubuntu File Manager Developers: Pending requested
-
Diff: 1747 lines (+777/-627)14 files modifiedsrc/app/qml/backend/FolderModel.qml (+303/-0)
src/app/qml/components/FolderIconDelegate.qml (+1/-1)
src/app/qml/components/FolderListDelegate.qml (+1/-1)
src/app/qml/components/OverlayStandard.qml (+55/-0)
src/app/qml/components/PathBar.qml (+1/-1)
src/app/qml/components/PlacesSidebar.qml (+6/-40)
src/app/qml/filemanager.qml (+9/-24)
src/app/qml/ui/FileActionsPopover.qml (+114/-0)
src/app/qml/ui/FileDetailsPopover.qml (+2/-2)
src/app/qml/ui/FileOperationProgressDialog.qml (+1/-1)
src/app/qml/ui/FolderActionsPopover.qml (+116/-0)
src/app/qml/ui/FolderListPage.qml (+160/-515)
src/app/qml/ui/GoToDialog.qml (+2/-2)
src/app/qml/ui/PlacesPopover.qml (+6/-40)
Changed in ubuntu-filemanager-app: | |
importance: | Undecided → Low |
Changed in ubuntu-filemanager-app: | |
status: | New → Triaged |
assignee: | nobody → Michael Spencer (mdspencer) |
Changed in ubuntu-filemanager-app: | |
status: | Triaged → In Progress |
To post a comment you must log in.