[ubuntu/oneiric] software-center 4.1.23 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Thu Sep 15 10:35:55 UTC 2011


software-center (4.1.23) oneiric; urgency=low

  [ Michael Vogt ]
  * new default exhibit image from Marcus Haslam, many thanks
  * tweak html for the default text layout
  * softwarecenter/utils.py:
    - never cache local urls in the SimpleFileDownloader
  * softwarecenter/ui/gtk3/widgets/exhibits.py:
    - fix bug in banner image rendering when the agent serves the images
  * softwarecenter/ui/gtk3/app.py, debian/control:
    - renenable plugin loader
    - add conflict against older oneconf as the old oneconf plugin
      will crash softwarecenter because of mixing pygtk with pygi
    - load plugins from $SOFTWARE_CENTER_PLUGINS_DIR,
      /usr/share/software-center/plugins,
      ~/.local/share/software-center/plugins (LP: #631457)
  * doc/example_plugin.py:
    - updated to the gtk3 version
  * softwarecenter/backend/scagent.py:
    - generically deal with exhibts without a title
  * softwarecenter/ui/gtk3/widgets/exhibits.py:
    - set the default exhibit cycle time to 10s but do not cycle if
      the main application does not have the active toplevel focus
  * softwarecenter/ui/gtk3/views/catview_gtk.py:
    - if there is only a single app in a exhibit, show that on
      click (LP: #848995)
  * softwarecenter/ui/gtk3/panes/availablepane.py,
    softwarecenter/ui/gtk3/views/catview_gtk.py:
    - when showing a exhibts list, show with flags=["nonapps-visible"]
      (LP: #849035)
  * softwarecenter/backend/scagent.py:
    - if the server does not provide a title for a exhibit use the
      html title tag or the first h1
  * software-center-gtk3:
    - removed, the gtk3 version is now default and identical to
      the software-center command
  * softwarecenter/utils.py:
    - avoid race condition on slow connections (LP: #839462)
  * lp:~mvo/software-center/per-thread-xapiandb:
    - create per-thread xapian.Database objects to avoid race
      condition with multiple threads

  [ Matthew McGowan ]
  * softwarecenter/ui/gtk3/app.py:
    - inhibit system error bell (LP: #846138)
  * softwarecenter/utils.py,
    softwarecenter/ui/gtk3/widgets/description.py,
    test/test_description_norm.py:
    - tweak the description parser to not omit linebreaks when
      a newline follows a terminator (e.g. "." or ":"), add a
      preparser special case for texlive-fonts-extra, update
      unit test (LP: #846944)
  * softwarecenter/ui/gtk3/session/navhistory.py:
    - fix multiple navigation items generated during search
      (LP: #842734)
  * lp:~mmcg069/software-center/bug844068:
    - if search is cleared by the user whilst the search context is a
      subcategory, return to the unfiltered subcategory list not the
      category page (bug 844068).
  * lp:~mmcg069/software-center/themeing-improvements:
    - provide theming css for highcontrast and highcontrastinverse
    - fix dynamic theme updates
  * lp:~mmcg069/software-center/submit-review-fixes:
    - add changed sig to star rating widget and correctly ensure the
      user has set a star rating prior to allowing submition
    - cleanup
  * lp:~mmcg069/software-center/bug850033:
    - improve the back_forward button rendering in response to LP: #850033

  [ Gary Lasker ]
  * softwarecenter/ui/gtk3/session/viewmanager.py:
    - fix startup crash in get_view_widget
      (LP: #830233, LP: #834425)
  * data/icons/scalable/apps/softwarecenter.svg:
    - update the scalable icon to the new software-center
      icon (LP: #842275)
  * softwarecenter/ui/gtk/widgets/thumbnail.py,
    softwarecenter/ui/gtk3/widgets/thumbnail.py:
    - restore hover cursor for details view screenshot thumbnail
  * setup.py,
    debian/control:
    - add back flags when merging authors list, specify
      python version for happier build
  * softwarecenter/ui/gtk3/gmenusearch.py:
    - fix crash when loading gmenu for 'where is it' (LP: #834450)
  * pyflakes cleanup
  * softwarecenter/ui/gtk3/widgets/apptreeview.py:
    - fix crash when using arrow keys in the list view, other
      cellbutton fixes (LP: #843409)
    - re-enable the list view action button after a transaction
      is cancelled

Date: Thu, 15 Sep 2011 11:54:11 +0200
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Michael Vogt <mvo at ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/software-center/4.1.23
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 15 Sep 2011 11:54:11 +0200
Source: software-center
Binary: software-center
Architecture: source
Version: 4.1.23
Distribution: oneiric
Urgency: low
Maintainer: Michael Vogt <mvo at ubuntu.com>
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Description: 
 software-center - Utility for browsing, installing, and removing software
Launchpad-Bugs-Fixed: 631457 830233 834425 834450 839462 842275 842734 843409 846138 846944 848995 849035 850033
Changes: 
 software-center (4.1.23) oneiric; urgency=low
 .
   [ Michael Vogt ]
   * new default exhibit image from Marcus Haslam, many thanks
   * tweak html for the default text layout
   * softwarecenter/utils.py:
     - never cache local urls in the SimpleFileDownloader
   * softwarecenter/ui/gtk3/widgets/exhibits.py:
     - fix bug in banner image rendering when the agent serves the images
   * softwarecenter/ui/gtk3/app.py, debian/control:
     - renenable plugin loader
     - add conflict against older oneconf as the old oneconf plugin
       will crash softwarecenter because of mixing pygtk with pygi
     - load plugins from $SOFTWARE_CENTER_PLUGINS_DIR,
       /usr/share/software-center/plugins,
       ~/.local/share/software-center/plugins (LP: #631457)
   * doc/example_plugin.py:
     - updated to the gtk3 version
   * softwarecenter/backend/scagent.py:
     - generically deal with exhibts without a title
   * softwarecenter/ui/gtk3/widgets/exhibits.py:
     - set the default exhibit cycle time to 10s but do not cycle if
       the main application does not have the active toplevel focus
   * softwarecenter/ui/gtk3/views/catview_gtk.py:
     - if there is only a single app in a exhibit, show that on
       click (LP: #848995)
   * softwarecenter/ui/gtk3/panes/availablepane.py,
     softwarecenter/ui/gtk3/views/catview_gtk.py:
     - when showing a exhibts list, show with flags=["nonapps-visible"]
       (LP: #849035)
   * softwarecenter/backend/scagent.py:
     - if the server does not provide a title for a exhibit use the
       html title tag or the first h1
   * software-center-gtk3:
     - removed, the gtk3 version is now default and identical to
       the software-center command
   * softwarecenter/utils.py:
     - avoid race condition on slow connections (LP: #839462)
   * lp:~mvo/software-center/per-thread-xapiandb:
     - create per-thread xapian.Database objects to avoid race
       condition with multiple threads
 .
   [ Matthew McGowan ]
   * softwarecenter/ui/gtk3/app.py:
     - inhibit system error bell (LP: #846138)
   * softwarecenter/utils.py,
     softwarecenter/ui/gtk3/widgets/description.py,
     test/test_description_norm.py:
     - tweak the description parser to not omit linebreaks when
       a newline follows a terminator (e.g. "." or ":"), add a
       preparser special case for texlive-fonts-extra, update
       unit test (LP: #846944)
   * softwarecenter/ui/gtk3/session/navhistory.py:
     - fix multiple navigation items generated during search
       (LP: #842734)
   * lp:~mmcg069/software-center/bug844068:
     - if search is cleared by the user whilst the search context is a
       subcategory, return to the unfiltered subcategory list not the
       category page (bug 844068).
   * lp:~mmcg069/software-center/themeing-improvements:
     - provide theming css for highcontrast and highcontrastinverse
     - fix dynamic theme updates
   * lp:~mmcg069/software-center/submit-review-fixes:
     - add changed sig to star rating widget and correctly ensure the
       user has set a star rating prior to allowing submition
     - cleanup
   * lp:~mmcg069/software-center/bug850033:
     - improve the back_forward button rendering in response to LP: #850033
 .
   [ Gary Lasker ]
   * softwarecenter/ui/gtk3/session/viewmanager.py:
     - fix startup crash in get_view_widget
       (LP: #830233, LP: #834425)
   * data/icons/scalable/apps/softwarecenter.svg:
     - update the scalable icon to the new software-center
       icon (LP: #842275)
   * softwarecenter/ui/gtk/widgets/thumbnail.py,
     softwarecenter/ui/gtk3/widgets/thumbnail.py:
     - restore hover cursor for details view screenshot thumbnail
   * setup.py,
     debian/control:
     - add back flags when merging authors list, specify
       python version for happier build
   * softwarecenter/ui/gtk3/gmenusearch.py:
     - fix crash when loading gmenu for 'where is it' (LP: #834450)
   * pyflakes cleanup
   * softwarecenter/ui/gtk3/widgets/apptreeview.py:
     - fix crash when using arrow keys in the list view, other
       cellbutton fixes (LP: #843409)
     - re-enable the list view action button after a transaction
       is cancelled
Checksums-Sha1: 
 024c0fde1caa40db574d797e18d7e4f90c88b4fd 1003 software-center_4.1.23.dsc
 b3763e5f58f9b7b3f11327b503aa5b8c9748fdf5 1157720 software-center_4.1.23.tar.gz
Checksums-Sha256: 
 f14f78b625d9aad35997d3b2657e3e7061b2c29d0b2989b175ba7ffca2224cea 1003 software-center_4.1.23.dsc
 3b9c061e621d4bfc09d3dfb83aaa5677c7d97f22e3e9ccaccc622f5ef23c4375 1157720 software-center_4.1.23.tar.gz
Files: 
 1cb8af407b58455a4b3641b9f5d849f1 1003 gnome optional software-center_4.1.23.dsc
 ca20f0bbb6ecc22ecc640face5ec3125 1157720 gnome optional software-center_4.1.23.tar.gz

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

iEYEARECAAYFAk5xzQAACgkQliSD4VZixzRnmgCdElFTxcarYczVB+cWCr2BJHrK
gHQAn3HFuEjItTAB7dS46cD2WCKoeAIB
=8OkK
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list