~ralsina/ubuntuone-control-panel/unique-3-0

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/gui/qt/loadingoverlay.py

  • Committer: Tarmac
  • Author(s): Natalia B. Bidart, Diego Sarmentero, Rodney Dawes, Manuel de la Pena
  • Date: 2012-04-11 14:32:51 UTC
  • mfrom: (258.1.1 update-from-trunk)
  • Revision ID: tarmac-20120411143251-1ekwnpg4yp95a4vk
[Diego Sarmentero]

  - Restarting the wizard on current device removed.

[Natalia Bidart]

  - Check for updates when the main window is shown. On linux, this is a no-op.
    On windows, this will check for new versions of the software and will
    prompt the user for confirmation to install updates.
  - Make the LOADING_OVERLAY_MARKUP use a smaller font.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from ubuntuone.controlpanel.gui import LOADING_OVERLAY
24
24
from ubuntuone.controlpanel.gui.qt.ui import loadingoverlay_ui
25
25
 
26
 
LOADING_OVERLAY_MARKUP = u'<span style="font-size:xx-large;">{0}</span>'
 
26
LOADING_OVERLAY_MARKUP = u'<span style="font-size:x-large;">{0}</span>'
27
27
 
28
28
 
29
29
class LoadingOverlay(QtGui.QFrame):