~mvo/update-manager/not-automatic

« back to all changes in this revision

Viewing changes to DistUpgrade/DistUpgradeView.py

  • Committer: Michael Vogt
  • Date: 2008-05-21 16:01:17 UTC
  • mfrom: (952.1.10 hildon)
  • Revision ID: michael.vogt@ubuntu.com-20080521160117-lom591v3zpyk53yt
* UpdateManagerHildon/UpdateManagerHildon.py:
  - add hildon support (thanks to Tollef Fog Heen and
    Emmet Hikory)
  - make networkless upgrades more robust (LP: #227197)
* DistUpgrade/DistUpgradeViewGtk.py:
  - work around hang in svg loader (LP: #186465)

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
 STEP_FETCH,
121
121
 STEP_INSTALL,
122
122
 STEP_CLEANUP,
123
 
 STEP_REBOOT) = range(1,7)
 
123
 STEP_REBOOT,
 
124
 STEP_N) = range(1,8)
124
125
 
125
126
( _("Preparing to upgrade"),
126
127
  _("Getting new software channels"),
165
166
    def hideStep(self, step):
166
167
        " hide a certain step from the GUI "
167
168
        pass
 
169
    def showStep(self, step):
 
170
        " show a certain step from the GUI "
 
171
        pass
168
172
    def confirmChanges(self, summary, changes, downloadSize,
169
173
                       actions=None, removal_bold=True):
170
174
        """ display the list of changed packages (apt.Package) and