[ubuntu/maverick] software-center 2.1.0 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Thu May 20 19:40:26 BST 2010


software-center (2.1.0) maverick; urgency=low

  [ Matthew McGowan ]
  * merged lp:~mmcg069/software-center/backforward-redraw-fix
  * make the overlaywithpixbuf cellrenderer inherit from a text
    cellrenderer, does away with the need to have 1px column in the
    appview for accessibility reasons.
    (lp:~mmcg069/software-center/overlay-w-pixbuf-tweak)
  * add nice animation to pathbar elements
    (lp:~mmcg069/software-center/pathbar-scroll-inn)

  [ Olivier Tilloy ]
  * fix LP: #564785:
    "each row has a progress bar (which itself never contains any text)"
  * show download completion status (LP: #460888)
  * add "bottom border" effect (LP: #439621)
  * add "history" GUI that reads /var/log/apt/history.log
  * Re-claim used memory after updating an existing AppStore with a
    new one (LP: #577540)
  * Fix the database update when run with a Turkish locale
    (patch by M. Vefa Bicakci). LP: #581207
  * Make buttons activate on mouse up, fix other inconsistencies
    in list view button operation (LP: #514835)

  [ Jacob Johan Edwards ]
  * merged lp:~j-johan-edwards/software-center/smooth_search, this
    massively improves the search and stops it from flickering
    (LP: #570682)
  * merged lp:~j-johan-edwards/software-center/action_bar that provides
    the foundation for the "custom packages list" branch
  * merged lp:~j-johan-edwards/software-center/unbranded_icons to
    provide a set of unbranded icons for e.g. Debian
  * merged lp:~j-johan-edwards/software-center/custom_lists to
    implement https://wiki.ubuntu.com/SoftwareCenter#Custom%20package%20lists

  [ Ken van Dine ]
  * allow sharing apps via gwibber and apturl
    (lp:~ken-vandine/software-center/sharing)

  [ Julian Andres Klode ]
  * merged lp:~juliank/software-center/debian that include fixes and
    updates for the new python-apt 0.8 API

  [ Kiwinote ]
  * data/featured.menu.in:
    - Update featured applications list per Desktop team (LP: #548534)
    - Feature 'fretsonfire-game' rather than 'fretsonfire' (LP: #538646)
  * softwarecenter/view/app.py:
    - Set correct sensitivity of 'edit > undo,redo,cut,copy,delete,select_all'
      (LP: #439613, LP: #530194)

  [ Michael Vogt ]
  * softwarecenter/view/appview.py:
    - simplify application list buildup and improve responsiveness
  * softwarecenter/view/*pane.py:
    - fix crash when ngettext is translated without %s format
      (LP: #449053)
  * add test/Makefile and ensure all tests are run in the bzr-buildpackage
    pre-build hook
  * softwarecenter/db/database.py, softwarecenter/view/appdetailsview.py:
    - add "StoreDatabase.get_iconname()"  and use it
  * softwarecenter/view/appview.py:
    - small cleanups
  * softwarecenter/view/availablepane.py:
    - add iconnames when installing custom lists
  * softwarecenter/view/pendingview.py:
    - look for "appname" and "pkgname" (in this order) when showing
      the progress information
  * update about (LP: #566571)
  * merged lp:~apulido/software-center/mago_fix (many thanks to Ara Pulido)
  * data/unbranded-software-center.desktop.in:
    - add unbranded desktop file
  * softwarecenter/distro/__init__.py:
    - add new "get_app_name", "get_app_description" methods for easier
      branding of downstreams

Date: Thu, 20 May 2010 19:38:30 +0200
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Michael Vogt <mvo at ubuntu.com>
https://launchpad.net/ubuntu/maverick/+source/software-center/2.1.0
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 20 May 2010 19:38:30 +0200
Source: software-center
Binary: software-center gnome-app-install
Architecture: source
Version: 2.1.0
Distribution: maverick
Urgency: low
Maintainer: Michael Vogt <mvo at ubuntu.com>
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Description: 
 gnome-app-install - dummy upgrade package for gnome-app-install -> software-center
 software-center - Utility for browsing, installing, and removing applications
Launchpad-Bugs-Fixed: 439613 439621 449053 460888 514835 530194 538646 548534 564785 566571 570682 577540 581207
Changes: 
 software-center (2.1.0) maverick; urgency=low
 .
   [ Matthew McGowan ]
   * merged lp:~mmcg069/software-center/backforward-redraw-fix
   * make the overlaywithpixbuf cellrenderer inherit from a text
     cellrenderer, does away with the need to have 1px column in the
     appview for accessibility reasons.
     (lp:~mmcg069/software-center/overlay-w-pixbuf-tweak)
   * add nice animation to pathbar elements
     (lp:~mmcg069/software-center/pathbar-scroll-inn)
 .
   [ Olivier Tilloy ]
   * fix LP: #564785:
     "each row has a progress bar (which itself never contains any text)"
   * show download completion status (LP: #460888)
   * add "bottom border" effect (LP: #439621)
   * add "history" GUI that reads /var/log/apt/history.log
   * Re-claim used memory after updating an existing AppStore with a
     new one (LP: #577540)
   * Fix the database update when run with a Turkish locale
     (patch by M. Vefa Bicakci). LP: #581207
   * Make buttons activate on mouse up, fix other inconsistencies
     in list view button operation (LP: #514835)
 .
   [ Jacob Johan Edwards ]
   * merged lp:~j-johan-edwards/software-center/smooth_search, this
     massively improves the search and stops it from flickering
     (LP: #570682)
   * merged lp:~j-johan-edwards/software-center/action_bar that provides
     the foundation for the "custom packages list" branch
   * merged lp:~j-johan-edwards/software-center/unbranded_icons to
     provide a set of unbranded icons for e.g. Debian
   * merged lp:~j-johan-edwards/software-center/custom_lists to
     implement https://wiki.ubuntu.com/SoftwareCenter#Custom%20package%20lists
 .
   [ Ken van Dine ]
   * allow sharing apps via gwibber and apturl
     (lp:~ken-vandine/software-center/sharing)
 .
   [ Julian Andres Klode ]
   * merged lp:~juliank/software-center/debian that include fixes and
     updates for the new python-apt 0.8 API
 .
   [ Kiwinote ]
   * data/featured.menu.in:
     - Update featured applications list per Desktop team (LP: #548534)
     - Feature 'fretsonfire-game' rather than 'fretsonfire' (LP: #538646)
   * softwarecenter/view/app.py:
     - Set correct sensitivity of 'edit > undo,redo,cut,copy,delete,select_all'
       (LP: #439613, LP: #530194)
 .
   [ Michael Vogt ]
   * softwarecenter/view/appview.py:
     - simplify application list buildup and improve responsiveness
   * softwarecenter/view/*pane.py:
     - fix crash when ngettext is translated without %s format
       (LP: #449053)
   * add test/Makefile and ensure all tests are run in the bzr-buildpackage
     pre-build hook
   * softwarecenter/db/database.py, softwarecenter/view/appdetailsview.py:
     - add "StoreDatabase.get_iconname()"  and use it
   * softwarecenter/view/appview.py:
     - small cleanups
   * softwarecenter/view/availablepane.py:
     - add iconnames when installing custom lists
   * softwarecenter/view/pendingview.py:
     - look for "appname" and "pkgname" (in this order) when showing
       the progress information
   * update about (LP: #566571)
   * merged lp:~apulido/software-center/mago_fix (many thanks to Ara Pulido)
   * data/unbranded-software-center.desktop.in:
     - add unbranded desktop file
   * softwarecenter/distro/__init__.py:
     - add new "get_app_name", "get_app_description" methods for easier
       branding of downstreams
Checksums-Sha1: 
 e70fa2ad5774c87b4aa24deadc4a6f6e6ee6369b 994 software-center_2.1.0.dsc
 848441eb58dd517e3f3c769b4589721bb5767ae6 439483 software-center_2.1.0.tar.gz
Checksums-Sha256: 
 ad52583f11a789fe4f8eca4a952e7265cbe9274239c1714c1385fbb501275466 994 software-center_2.1.0.dsc
 eaf3c4240d1858659fdd16c7aa5f04ed64af9b75c34d6992b910550808f5c550 439483 software-center_2.1.0.tar.gz
Files: 
 ba9e74f84b9e4ebb13d4807ce44575ca 994 gnome optional software-center_2.1.0.dsc
 501e56db0f47f0df547d6c58a5e496b0 439483 gnome optional software-center_2.1.0.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkv1gWMACgkQliSD4VZixzSK+ACeIMkZbdAwHwsdZwsXiMePF/lO
gvwAoIDF0yg11U4dXS/RYccezfNIuueA
=F+gp
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list