~ubuntu-branches/ubuntu/maverick/update-manager/maverick-updates

« back to all changes in this revision

Viewing changes to data/update-manager.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-07-09 10:07:34 UTC
  • Revision ID: james.westby@ubuntu.com-20100709100734-nq8qt37ppszfy1mu
Tags: 1:0.142.3
* merged lp:~and471/update-manager/fix-bug-386196, many thanks
* DistUpgrade/DistUpgradeView*.py:
  - port progress to new python-apt 0.8 API
* merged lp:~mdz/update-manager/small-fixes-20100707, many thanks
* DistUpgrade/DistUpgradeViewGtk.py:
  - call progressbar.set_fraction() less often to avoid too much
    CPU consumption on certain graphic drivers
* UpdateManager/GtkProgress.py:
  - limit the amount of set_fraction() here too (LP: #595845)
* UpdateManager/UpdateManager.py:
  - disconnect the model before adding lots of new items, this
    speeds up the building of the view massively

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
      </locale>
97
97
    </schema>
98
98
    <schema>
 
99
      <key>/schemas/apps/update-manager/summary_before_name</key>
 
100
      <applyto>/apps/update-manager/summary_before_name</applyto>
 
101
      <owner>update-manager</owner>
 
102
      <type>bool</type>
 
103
      <default>True</default>
 
104
                
 
105
      <locale name="C">
 
106
        <short>Show package summary before package name in update list</short>
 
107
        <long>
 
108
          If this key is set, the main update list window will
 
109
          show the package summary before the package name.
 
110
        </long>
 
111
      </locale>
 
112
    </schema>
 
113
    <schema>
99
114
      <key>/schemas/apps/update-manager/first_run</key>
100
115
      <applyto>/apps/update-manager/first_run</applyto>
101
116
      <owner>update-manager</owner>