~ubuntu-branches/ubuntu/wily/update-manager/wily

« back to all changes in this revision

Viewing changes to UpdateManager/UpdatesAvailable.py

  • Committer: Package Import Robot
  • Author(s): Michael Vogt, Eric Williams, Stephen Kraemer, Robert Roth, Michael Vogt
  • Date: 2012-10-30 09:09:13 UTC
  • Revision ID: package-import@ubuntu.com-20121030090913-wkrq0svfthq2x2yz
Tags: 1:0.175
[ Eric Williams ]
* German translation fix (LP: #1070289)

[ Stephen Kraemer ] 
* UpdateManager/Dialogs.py: made Settings... button open software-properties
  non-modally.  (LP: #1058070)

[ Robert Roth ]
* Remove package count badge from the unity launcher (LP: #1036891)
* Added 6px border to the button box to align the buttons with the contents
  above (LP: #1081099)

[ Michael Vogt ]
* debian/rules:
  - do not call dh_auto_build as as it call py2 even when its not
    supposed to (LP: #1089808), thanks to Jean-Baptiste Lallement 
* fix missing "Architecture" when writing out the fake dpkg-status
  file in the tests (LP: #1089793)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
from DistUpgrade.DistUpgradeCache import NotEnoughFreeSpaceError
63
63
 
64
64
from .ChangelogViewer import ChangelogViewer
65
 
from .SimpleGtk3builderApp import SimpleGtkbuilderApp
 
65
from .SimpleGtkbuilderApp import SimpleGtkbuilderApp
66
66
from .UnitySupport import UnitySupport
67
67
 
68
68