Difference between revisions of "Features/Multi selection screenshots"
< Features
Jump to navigation
Jump to search
(→Owner) |
|||
Line 17: | Line 17: | ||
* When entries are copied to another location, both - the sources and the destinations - are de-selected automatically, without the user explicitly have to de-select them all manually. | * When entries are copied to another location, both - the sources and the destinations - are de-selected automatically, without the user explicitly have to de-select them all manually. | ||
* There has been a progress bar added for batch-operations. | * There has been a progress bar added for batch-operations. | ||
+ | |||
+ | == Basic utility of this feature == | ||
+ | |||
+ | * This feature, merely does a loop-over for multiple entries. That is, the workflow and the result in the following two scenarios should be exacty same :: | ||
+ | ** Entries, E1, E2, E3 .... En, are operated upon one after the another, individually. | ||
+ | ** Entries, E1, E2, E3 .... En, are selected together, and operated upon one after the another, as a single macro batch-operaton. | ||
+ | |||
+ | * Some particular use-cases :: | ||
+ | ** Batch-operations speeds up the XO-bundle installations, when multiple bundles are copied together from a USB drive to the journal. Thanks a ton to Sridhar Dhanapalan for the attention generated towards this (otherwise obscure) use-case. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
== Typical copy-to workflow == | == Typical copy-to workflow == |
Revision as of 01:32, 4 June 2012
Owner
- Name: Walter Bender, Gonzalo Odiard, Simon Schampijer, Martin Abente, Ajay Garg
- Email: walter@sugarlabs.org, gonzalo@laptop.org, erikos@sugarlabs.org, tch@activitycentral.com, ajay@activitycentral.com
History
The implementation is almost identical to the one done by Martin; details available at : http://www.sugarlabs.org/~tch/journal2.mpeg
The only differences are ::
- More copy-to options :: Clipboard, Documents (in addition to mounted drives).
- When entries are copied to another location, both - the sources and the destinations - are de-selected automatically, without the user explicitly have to de-select them all manually.
- There has been a progress bar added for batch-operations.
Basic utility of this feature
- This feature, merely does a loop-over for multiple entries. That is, the workflow and the result in the following two scenarios should be exacty same ::
- Entries, E1, E2, E3 .... En, are operated upon one after the another, individually.
- Entries, E1, E2, E3 .... En, are selected together, and operated upon one after the another, as a single macro batch-operaton.
- Some particular use-cases ::
- Batch-operations speeds up the XO-bundle installations, when multiple bundles are copied together from a USB drive to the journal. Thanks a ton to Sridhar Dhanapalan for the attention generated towards this (otherwise obscure) use-case.