~ubuntu-branches/ubuntu/trusty/lottanzb/trusty

« back to all changes in this revision

Viewing changes to help/mallard/C/managing-downloads.page

  • Committer: Daniel Holbach
  • Date: 2011-02-21 07:47:30 UTC
  • mfrom: (7.1.1 natty)
  • Revision ID: daniel.holbach@canonical.com-20110221074730-9ozyhdic25bo6k2g
Tags: 0.6-1ubuntu1
* debian/lottanzb.install, debian/icons/*:
  + Add dark and light application icon for the panel menu.
* New upstream release.

* Switch to dpkg-source 3.0 (quilt) format.
* Use debhelper 7 instead of cdbs.
* Use dh_python2 instead of python-support.
* Delete superfluous debian/pyversions and debian/pycompat.

* debian/compat:
  + Bump to debhelper 7.
* debian/control:
  + Change Priority from extra to optional.
  + Replace XS-Python-Version with X-Python-Version and bump it to >= 2.6.
  + Remove cdbs and python-support from Build-Depends.
  + Bump debhelper to >= 7.0.50~ in Build-Depends.
  + Bump python to >= 2.6.6-3 in Build-Depends.
  + Remove python-kiwi, hellanzb and python from Depends.
  + Add python-configobj to Depends.
  + Bump python-gtk2 to >= 2.16 in Depends.
  + Bump yelp to >= 2.30 in Recommends for Mallard support.
  + Add python-apt and apturl to Recommends.
  + Add sabnzbdplus to Suggests.
  + Replace hellanzb with sabnzbdplus in Enhances.
  + Update Description.
* debian/copyright:
  + Make it machine-interpretable according to DEP-5.
  + Remove information for Kiwi code.
  + Update information for help/*.
  + Add information for lottanzb/backend/interface/multipart_post_handler.py.
* debian/lottanzb.lintian-overrides:
  + Override extra-license-file warning for documentation files.
* debian/lottanzb.menu:
  + Update application title.
* debian/patches/lock-file-name.patch:
  + Delete because fixed upstream.
* debian/rules:
  + Install into private directory /usr/share/lottanzb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      type="guide"
 
3
      style="2column"
 
4
      id="managing-downloads">
 
5
<info>
 
6
  <title type="sort">2</title>
 
7
  <link type="guide" xref="index#basic-functions"/>
 
8
  <link type="seealso" xref="download-folder"/>
 
9
  <desc>Understand and manipulate the download list</desc>
 
10
  <revision pkgversion="0.6" version="0.1" date="2010-09-13" status="review"/>
 
11
  <credit type="author">
 
12
    <name>Severin Heiniger</name>
 
13
    <email>severinheiniger@gmail.com</email>
 
14
  </credit>
 
15
  <copyright>
 
16
    <year>2010</year>
 
17
    <name>LottaNZB Development Team</name>
 
18
  </copyright>
 
19
  <license>
 
20
    <p>Creative Commons Attribution-Share Alike 3.0</p>
 
21
  </license>
 
22
</info>
 
23
<title>Managing Downloads</title>
 
24
<p>The main window contains the list of downloads. Each download is represented
 
25
by its name, its size as well as the download progress in the form of a progress
 
26
bar. Depending on the status of the download, additional information is
 
27
included.</p>
 
28
<p>Activating <gui style="button">Pause All</gui> in the toolbar or <guiseq>
 
29
<gui style="menu">File</gui><gui style="menuitem">Pause All</gui></guiseq> will
 
30
prevent any further downloading from taking place, until it's deactivated
 
31
again.</p>
 
32
<p>In the download list,
 
33
<link xref="completed-downloads">completed downloads</link>
 
34
are followed by those being <link xref="post-processing">post-processed</link>,
 
35
as well as the download currently taking place and those that are waiting to
 
36
begin.</p>
 
37
</page>