Bug 278142 - Krusader - Basic Functions - description of Queue manager that can more actions
Summary: Krusader - Basic Functions - description of Queue manager that can more actions
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR minor
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-20 13:09 UTC by Lukas Vlcek
Modified: 2011-07-20 14:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Vlcek 2011-07-20 13:09:35 UTC
Version:           unspecified (using Devel) 
OS:                Linux

Chapter 4. Basic Functions
Title: Basic File Management
Subheading: Queue manager

Text "Queueing is used for one-by-one copying." in the paragraph does not take into account moving, packing and unpacking.

Reproducible: Always

Steps to Reproduce:
translation documentation

Actual Results:  
The copy, move, pack and unpack operations can be queued. After selecting copy or move, hit <keycap>F2</keycap> to use it. After selecting pack or unpack, hit <keycap>F2</keycap> to use it. Or the direct shortcuts: copy by queue <keycombo action="simul">&Shift;<keycap>F5</keycap></keycombo> , move by queue <keycombo action="simul">&Shift;<keycap>F6</keycap></keycombo> . Queueing is used for one-by-one copying. E.g. if you have a pen drive (which is slow), and you want to copy 40 files onto it, it's much better copying them one-by-one instead of starting to copy 40 files in parallel. That's why enqueuing is important. If you pack/unpack 40 files parallelly, you overload your computer, but adding them to a queue, is much more useful.

Expected Results:  
The copy, move, pack and unpack operations can be queued. After selecting copy or move, hit <keycap>F2</keycap> to use it. After selecting pack or unpack, hit <keycap>F2</keycap> to use it. Or the direct shortcuts: copy by queue <keycombo action="simul">&Shift;<keycap>F5</keycap></keycombo> , move by queue <keycombo action="simul">&Shift;<keycap>F6</keycap></keycombo>. Queue manager perform actions one-by-one. E.g. if you have a pen drive (which is slow), and you want to copy 40 files onto it, it's much better copying them one-by-one instead of starting to copy 40 files in parallel. That's why enqueuing is important. If you pack/unpack 40 files in parallel, you overload your computer, but adding them to a queue, is much more useful.
Comment 1 Yuri Chornoivan 2011-07-20 14:59:23 UTC
Fixed.

http://commits.kde.org/krusader/5eff2805215668415dda7259acf52e53e8b1a2a4

Thanks for the report.