Show "moving foo of bar" files in Transfers
Bug #1242990 reported by
Rishav Adhikary
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Files |
In Progress
|
Low
|
Jeremy Wootten |
Bug Description
The file move dialog always displays "Moving n files", where n is the number of files which haven't been moved yet. So this number keeps decreasing as the transfer progresses. For example in a transfer involving 100 files, the number changes 100-99-98...
Shouldn't n be the total number of files to be moved in the transfer? (This would make it similar to almost every other file manager.) Another option would be "Moving file no. x of n files"
Related branches
lp://staging/~jeremywootten/pantheon-files/transfer-popover-with-pie-progress
Superseded
for merging
into
lp://staging/~elementary-apps/pantheon-files/trunk
- Zisu Andrei: Pending requested
- Danielle Foré: Pending requested
-
Diff: 2642 lines (+1397/-452)28 files modifiedCMakeLists.txt (+3/-2)
data/CMakeLists.txt (+5/-2)
data/pantheon-files.db.service.cmake (+4/-0)
data/pantheon-files.ql.service.cmake (+4/-0)
data/pantheon-files.service.cmake (+1/-0)
libcore/Enums.vala (+9/-0)
libcore/gof-directory-async.vala (+1/-0)
libcore/marlin-file-operations.c (+89/-34)
libcore/marlin-progress-info.c (+190/-2)
libcore/marlin-progress-info.h (+18/-0)
libcore/pantheon-files-core-C.vapi (+7/-0)
libwidgets/CMakeLists.txt (+3/-0)
pantheon-files-daemon/CMakeLists.txt (+48/-17)
pantheon-files-daemon/ProgressHandlerQuicklistInterface.vala (+31/-0)
pantheon-files-daemon/QuicklistHandler.vala (+217/-43)
pantheon-files-daemon/main.vala (+68/-0)
pantheon-files-daemon/marlind-tagging.vala (+0/-58)
pantheon-files-daemon/pantheon-files-daemon.vapi (+28/-0)
src/Application.vala (+57/-9)
src/CMakeLists.txt (+10/-13)
src/ProgressUIHandler.vala (+107/-169)
src/View/Slot.vala (+1/-1)
src/View/Widgets/ProgressIndicator.vala (+105/-0)
src/View/Widgets/ProgressIndicatorWithPopover.vala (+121/-0)
src/View/Widgets/ProgressInfoListRow.vala (+238/-0)
src/View/Widgets/ProgressInfoWidget.vala (+0/-102)
src/View/Widgets/TopMenu.vala (+20/-0)
src/View/Window.vala (+12/-0)
Changed in pantheon-files: | |
assignee: | nobody → elementary UX Team (elementary-design) |
Changed in pantheon-files: | |
importance: | Undecided → Medium |
milestone: | none → 0.2 |
importance: | Medium → Low |
tags: | added: transfers |
summary: |
- File move dialog shows confusing statement regarding number of files + Show "moving foo of bar" files in Transfers |
Changed in pantheon-files: | |
status: | Confirmed → In Progress |
Changed in pantheon-files: | |
assignee: | nobody → Jeremy Wootten (jeremywootten) |
To post a comment you must log in.
I like the "Moving n of x files" solution