Change log for software-store package in Ubuntu

119 of 19 results
Deleted in karmic-release (Reason: renamed to software-center)
software-store (0.3.10) karmic; urgency=low

  * disable borders around the (internal) notebook widgets
  * softwarestore/view/installedpane.py:
    - fix crash when now app_model is available yet (LP: #435464)
  * softwarestore/view/pendingview.py:
    - fix crash in cancel handling (LP: #435454)
  * softwarestore/view/appdetailsview.py:
    - add translator comment for the price (LP: #435405)
  * data/templates/AppDetailsView.html:
    - simplify the html, disable DnD (LP: #434236), thanks to
      Istvan Nyitrai
  * move common code into softwarepane.py
  * update license to GPLv3
  * update translators comment for "Ubuntu Software Store"

 -- Michael Vogt <email address hidden>   Thu, 24 Sep 2009 18:56:42 +0200

Available diffs

Superseded in karmic-release
software-store (0.3.9) karmic; urgency=low

  [ Michael Vogt ]
  * softwarestore/view/appdetailsview.py, data/templates/AppDetailsView.html:
    - add basic license information to each package
  * softwarestore/app.py:
    - set default focus on the search entry and focus categories
      ("departments") on key-down (LP: #433828)
  * data/templates/CategoriesView.html:
    - arrow key navigation added (thanks to Stuart Langridge)
  * softwarestore/db/database.py:
    - move query parser code into a proper place and default to
      AND for multiple search terms (LP: #432978)
    - support boolean expressions in the search terms (AND, OR, NOT)
  * disable warning if a package gets removed that another package
    recommends (its not part of the spec how to handle this)
  * softwarestore/db/update.py:
    - do not fail if no locale is defined (LP: #434699)

  [ Andrew Higginson ]
  * debian/control:
    - add python-gconf dependencies (needed in the image fetch code to
      get the proxy from gconf)
  * softwarestore/view/appdetailsview.py, softwarestore/view/dialogs.py:
    - make the remove dialog conform to the spec

 -- Michael Vogt <email address hidden>   Wed, 23 Sep 2009 12:07:31 +0200

Available diffs

Superseded in karmic-release
software-store (0.3.8) karmic; urgency=low

  * softwarestore/db/update.py:
    - ensure that empty strings are not tried to be translated
      (LP: #432995)
  * softwarestore/view/appdetailsview.py:
    - support config file prompts and media change requests
  * debian/control:
    - add dependency to python-aptdaemon-gtk for the media change
      dialog
  * softwarestore/view/dialogs.py:
    - new DetailsMessageDialog class
  * softwarestore/view/widgets/wkwidget.py:
    - disable webkit plugins (can cause hangs from flash player)
  * software-store:
    - import pygst with pygst.require to ensure that it does not
      fail later (LP: #427621)

 -- Michael Vogt <email address hidden>   Tue, 22 Sep 2009 13:51:23 +0200

Available diffs

Superseded in karmic-release
software-store (0.3.7.1) karmic; urgency=low

  * data/ubuntu-software-store.desktop.in:
    - drop NoDisplay (LP: #431882)

 -- Michael Vogt <email address hidden>   Mon, 21 Sep 2009 18:47:42 +0200

Available diffs

Superseded in karmic-release
software-store (0.3.7) karmic; urgency=low

  * i18n fixes, thanks to Istvan Nyitrai
  * code cleanup
  * show different status bar label based on if it is a search
    or a not (LP: #426252) - thanks to István Nyitrai
  * Show empty status bar on viewing details, thanks to
    István Nyitrai LP: #425876
  * fix crash when clicking "Install" (LP: #432645)
  * add border around navigation pane (LP: #433520)
  * do not raise if entering the password takes too long (LP: #432704)
  * softwarestore/view/appview.py:
    - fix bug in on_iter_nth_child()
  * when a transaction is triggered and there is no other transaction
    already queued, jump to the "in progress" view (LP: #426257)
  * Fix usage of "Pending" to "In progress" (LP: #434088)
  * softwarestore/view/appdetailsview.py:
    - use aptdaemons {install,upgrade,remove}_packages instead
      of commit_packages

 -- Michael Vogt <email address hidden>   Mon, 21 Sep 2009 17:50:10 +0200

Available diffs

Superseded in karmic-release
software-store (0.3.6.1) karmic; urgency=low

  * debian/control:
    - add missing build-depend to lsb-release

 -- Michael Vogt <email address hidden>   Fri, 18 Sep 2009 18:00:54 +0200

Available diffs

Superseded in karmic-release
software-store (0.3.6) karmic; urgency=low

  [ Michael Vogt ]
  * data/ui/SoftwareStore.ui
    - use &#xA9; instead (c) (LP: #431298)
  * softwarestore/SimpleGtkbuilderApp.py, softwarestore/app.py:
    - fix gettext domain in gtkbuilder (thanks to sianis)
  * po/hu.po:
    - new translation, thanks to Gabor Kelemen
  * softwarestore/view/basepane.py:
    - fix crash when no adjustment is available (LP: #432126)
  * setup.py:
    - auto-generate softwarestore/version.py on build to ensure
      version information is always valid
  * softwarestore/view/appdetailsview.py:
    - set user-agent string to software-store
  * softwarestore/view/pendingview.py:
    - do not crash if a transaction can not be canceled, but log
      a error instead
  * implement dbus service that informs the GUI if the database
    is rebuild in the background and make the UI insensitive
    while a rebuild is in progress

  [ Andrew Higginson ]
  * debian/control:
    - better description
    - add depedency to python-sexy (LP: #432173)

 -- Michael Vogt <email address hidden>   Fri, 18 Sep 2009 17:16:46 +0200

Available diffs

Superseded in karmic-release
software-store (0.3.4) karmic; urgency=low

  * softwarestore/view/appview.py:
    - fix crash in on_iter_children() LP: #427630
  * merged lp:~sil/software-store/run-uninstalled, many
    thanks to Stuart Langridge
  * merged lp:~sil/software-store/disable-install-button, many
    thanks to Stuart Langridge (this is cleaner than the previous
    way)
  * merged lp:~rugby471/software-store/software-store-andrew, many
    thanks to Andrew Higginson
  * softwarestore/db/update.py:
    - fix i18n reading from the app-install-data files
    - add X-Ubuntu-Gettext-Domain support
    - Don't crash if we cannot write to ./data/xapian,
      print that we cannot write to the directory.
  * softwarestore/view/appdetailsview.py
    - extend show_app() to take (appname, pkgname)
  * softwarestore/view/appview.py:
    - ensure correct icons for overlapping application names
    - fix bug in the "only installed" filter (LP: #430838)
  * softwarestore/view/widgets/imagedialog.py:
    - make the download fully threaded
  * softwarestore/db/database.py:
    - cleanup and move common code here
  * softwarestore/app.py:
    - fix crash when no pane is active (LP: #430912)
  * utils/update-software-store:
    - fix crash when setlocale() fails (LP: #431099)
  * softwarestore/view/appdetailsview.py:
    - shwo proper error message (LP: #431100)
  * softwarestore/view/dialogs.py:
    - improve dialog handling by adding optional details
  * po/POTFILES.in:
    - updated

 -- Michael Vogt <email address hidden>   Thu, 17 Sep 2009 12:21:57 +0200

Available diffs

Superseded in karmic-release
Superseded in karmic-release
software-store (0.3.3) karmic; urgency=low

  [ Andrew Higginson ]
  * softwarestore/view/widgets/searchentry.py:
    - Included clearing of the main pane timeout
      when clicking the clear button in the search
      entry (LP: #423747)
    - Added correct behaviour when the search icon
      in the search entry is clicked
  * softwarestore/data/ui/SoftwareStore.ui:
    - Made menu items have images (if they are enabled)
    - Added Undo, Redo, Cut, Copy, Paste, Delete Menu
      items (LP: #426218)
    - Version bump and correct logo in about
      dialog (LP: #428677)
  * softwarestore/app.py:
    - Added functions for when the Edit menu items are
      clicked (but not for Undo/Redo yet).
    - Added code to hide the Edit menu items when the
      search entry is not focused
  * data/icons/scalable/apps/software-store.svg:
    - removed obselete file
  * data/icons/*/status/softwarestore-progress-*.png:
    - re-exported icons to be 24x24 and optimised
  * software-store:
    - version bump
  * data/templates/AppDetailsView.html:
    - made install/remove button disable itself
      after click
  * softwarestore/view/appdetailsview.py:
    - removed implemented FIXME

  [ Michael Vogt ]
  * softwarestore/view/appdetailsview.py:
    - ensure the gnome debconf frontend is used
    - make screenshot loading url configurable
    - cleanup
    - use internal viewer for large screenshot display
      (thanks to Andrew Higginson)
    - made install/remove button enable again if the user
      cancels the action
    - use the new ShowImageDialog
    - detect if a package is not available for the given
      architecture
    - add maintainance time to the status (LP: #427266)
  * softwarestore/view/widgets/imagedialog.py:
    - new widget for the large screenshot display
  * merged the help xml fixes from Matthew East (many thanks!)
    LP: #429897
  * fix icon display in the progress view (LP: #428679)
  * softwarestore/view/appview.py:
    - fix crash for applications with no summary
  * softwarestore/view/widgets/searchentry.py:
    - add undo/redo (LP: #428291)
  * softwarestore/app.py:
    - simply the copy/cut/paste
    - use undo/redo from searchentry
    - fix crash for packages not available in cache (LP #428356)

 -- Michael Vogt <email address hidden>   Tue, 15 Sep 2009 11:35:48 +0200

Available diffs

Superseded in karmic-release
software-store (0.3.2) karmic; urgency=low

  * softwarestore/view/viewswitcher.py:
    - make the iconsize 24px (LP: #425797)
  * data/ubuntu-software-store.desktop.in:
    - add "NoDisplay=true", we enforce showing it at a special
      location via a gnome-panel patch (LP: #426209)
  * merge fixes from rugby471, many thanks!
  * softwarestore/view/appview.py:
    - sort in locale friendly way
  * softwarestore/app.py:
    - call setlocale() to ensure python-apt provides translated
      package descriptions
  * do not display progress circle once the screenshot has
    loaded (LP: #425859) - thanks to rugby471

 -- Michael Vogt <email address hidden>   Fri, 11 Sep 2009 23:25:57 +0200

Available diffs

Superseded in karmic-release
software-store (0.3.1) karmic; urgency=low

  * softwarestore/app.py, softwarestore/view/appdetailsview.py:
    - send pkgname instead of apt.Package object in the selected
      signal (LP: #427157)
  * softwarestore/view/availablepane.py:
    - Show installed software in the "Get Free Software" pane
      as well (as the spec says) LP: #427014
  * softwarestore/view/appview.py:
    - log icon_load errors only in loglevel DEBUG to avoid
      noise on the console
  * softwarestore/view/searchentry.py:
    - grab focus when clear icon is clicked (LP: #421552)
  * data/ui/SoftwareStore.ui:
    - adjust default size so that all icons fit into the
      window in a english locale (thanks to mac_v)
  * updated icon (LP: #427279)
  * properly update the current app list (ensure installed emblems
    are good) if the cache is re-opened
  * when the cache is refreshed, ensure that the scrolled position
    is kept

 -- Michael Vogt <email address hidden>   Thu, 10 Sep 2009 16:13:57 +0200

Available diffs

Superseded in karmic-release
software-store (0.3.0) karmic; urgency=low

  * merged from rugby471:
    - documentation updates
    - i18n fixes
  * softwarestore/view/gbwidget.py:
    - add new Gtkbuilder widget base class
  * softwarestore/view/appview.py:
    - allow a empty AppView
  * softwarestore/view/installedpane.py:
    - composited widget that contains navigation, applist and search
      for the installed software
  * softwarestore/view/availablepane.py:
    - composited widget that contains navigation, applist and search
      for the available software
  * softwarestore/view/searchentry.py:
    - make the icon_theme optional
  * make the status bar display the current number of items displayed
  * center the status bar (LP: #424895)
  * make menuitems "Copy", "Copy Weblink", "Software Sources" work
  * updated po files from rosetta
  * make the default size bigger (LP: #425862)
  * merged the fixes from Murat Güneş (many thanks!)
  * when using the navigation bar to navigate back one (or more)
    elements, remove the elements from the navigation bar
    (LP: #425810)
  * do not show "Search in Category", "Search in all" buttons.
    Instead do the follwing:
    - If the user clicks on "Get Free Software" while doing a search
      in a sub-Category clear the search and go to the Category screen.
    - If the user does click on the same button while doing a search
      that originates from the Category screen do not clear the search
      and go back to the list of the search results (and not to the
      Category screen). The search must be cleared with the cleared
      via the search field in this case.
    (LP: #425809)
  * softwarestore/view/searchentry.py:
    - show/hide the clear item based on if there is text in it
      or not
  * help updates (thanks to Matthew Paul Thomas)
  * make the progress bar less cramped (LP: #426281)
  * make default icon size in category view 48px
  * merged lp:~mpt/software-store/css branch (many thanks)

 -- Michael Vogt <email address hidden>   Wed, 09 Sep 2009 23:54:06 +0200

Available diffs

Superseded in karmic-release
software-store (0.2.2) karmic; urgency=low

  * softwarestore/view/appdetailsview.py:
    - fix icon theme name
  * softwarestore/view/appview.py:
    - ignore Unknown file format errors
    - no longer use single click, but use a custom CellRenderer
      instead that provides a single-click arrow at the end of
      the app description column (LP: #419791)
    - add custom CellRenderer that can draw generic overlay
      icons
    - use the overlay icon cell renderer to draw the installed
      icon as a overlay to the regular icon of the app
  * softwarestore/view/appview.py:
    - fix incorrect type mixing in iter_next (LP: #422036)
  * softwarestore/view/appdetailsview.py:
    - if the package is not available in the archive and there
      is no channel for it, do not display any buttons (LP: #424473)
  * utils/update-software-store:
    - use "Comment", "GenericName" and pkg.summary (in this order)
      for the application summary
    - add missing "locale.setlocale()"
  * add a stub help page

 -- Michael Vogt <email address hidden>   Mon, 07 Sep 2009 18:05:49 +0200

Available diffs

Superseded in karmic-release
software-store (0.2.1) karmic; urgency=low

  * data/ui/SoftwareStore.ui:
    - add menu shortcuts (thanks to seb128)
  * show loading animation when fetching screenshots
    (thanks to rugby471)
  * softwarestore/app.py:
    - fix crash when searching in sub-categories
  * softwarestore/view/appdetailsview.py:
    - add workaround for missing xpm rendering with webkit
    - scale icons to default icon size
    - fix icon loading from the custom icon path
  * softwarestore/app.py:
    - when started multiple times, focus the already running
      one

 -- Michael Vogt <email address hidden>   Fri, 04 Sep 2009 17:33:33 +0200

Available diffs

Superseded in karmic-release
software-store (0.2.0) karmic; urgency=low

  * merge from rugby471, lots of fixes, improvements,
    many thanks!
  * merge the "webkit" branch:
    - improved layout for the application details view
    - improved layout for the categories view
    - support for screenshots from screenshots.debian.net
    - add dependency to python-webkit
  * add man-page (thanks to rugby471)
  * software-store:
    - improve test if running from a local checkout (LP: #420784)
  * add animation to the pending view
  * fix bug in search clearning
  * show find icon in the search entry
  * open on the center of the screen by default (thanks to mac_v)
  * show overlay icon in the details view for installed software

 -- Michael Vogt <email address hidden>   Thu, 03 Sep 2009 11:35:43 +0200

Available diffs

Superseded in karmic-release
software-store (0.1.3) karmic; urgency=low

  * deal with apps that require adding repositories (like
    the stuff from the partner repository)
  * exit when the main window is closed
  * debian/postrm:
    - fix bug on purge (LP: #420042)
  * softwarestore/app.py, data/ui/SoftwareStore.ui:
    - add launchpad integration help (if available)
  * softwarestore/view/viewswitcher.py:
    - reconnect to the daemon if it dies (e.g. because of
      inactivity) LP: #420124
  * softwarestore/view/appdetailsview.py:
    - show number of installed dependencies in the description
    - warn on removal if the application is a dependency of
      ubuntu-desktop or if it has additional reverse dependencies
  * softwarestore/view/pkgview.py:
    - add new view that shows a bunch of packages with meta-information
  * softwarestore/app.py:
    - fix sensitive/insensitive state of the install/remove button
    - do not clean the navigation bar on "home" button click
      (thanks to rugby471)

 -- Michael Vogt <email address hidden>   Sat, 29 Aug 2009 00:28:58 +0200

Available diffs

Superseded in karmic-release
software-store (0.1.2) karmic; urgency=low

  * softwarestore/view/appdetailsview.py:
    - fix crash when no canidate is available (LP: #419258)
  * softwarestore/view/catview.py:
    - fix markup escape issue (LP: #419263)
    - render the category text one pango shrink step smaller
  * softwarestore/view/appdetailsview.py:
    - ignore dbus errors resulting from canceling the authentication
      dialog (LP: #412269)
  * softwarestore/view/catview.py:
    - fix crash in non english languages when parsing the
      applications.menu (LP: #419356)
  * improve the search entry (LP: #419740, LP: #419744) and do not
    loose focus when typing in it
  * fix background cache opening
  * softwarestore/view/catview.py
    - be more keybaod friedly

 -- Michael Vogt <email address hidden>   Thu, 27 Aug 2009 13:55:52 +0200

Available diffs

Superseded in karmic-release
software-store (0.1.1) karmic; urgency=low

  * fix icon loading/installing
  * add dependencies:
    - gnome-menus (LP: #419152)
    - python-xapian (LP: #418580)
    - policykit-1-gnome | policykit-1-qt (LP: #419154)
  * add about dialog
  * use gtk-missing-image if no image is available (LP: #418805)
  * fix unneeded scrollbar (LP: #418817)
  * highlight present location in navigation bar (LP: #418791)
  * change category sort order to conform with the spec (LP: #418580)
  * show the summary in the software list

 -- Michael Vogt <email address hidden>   Wed, 26 Aug 2009 15:24:02 +0200

Available diffs

0.1
Superseded in karmic-release
software-store (0.1) karmic; urgency=low

  * Initial release

 -- Michael Vogt <email address hidden>   Fri, 21 Aug 2009 14:52:41 +0200
119 of 19 results