Change log for gnome-app-install package in Ubuntu

150 of 129 results
Deleted in lucid-release (Reason: superseded by software-center, removed in Debian)
Obsolete in karmic-release
gnome-app-install (0.5.60.1ubuntu2) karmic; urgency=low

  * no change upload to get mo files build again (LP: #456757)

 -- Michael Vogt <email address hidden>   Thu, 22 Oct 2009 18:10:26 +0200

Available diffs

Superseded in karmic-release
Superseded in karmic-release
gnome-app-install (0.5.60.1ubuntu1) karmic; urgency=low

  * AppInstall/Menu.py:
    - do not crash if a Icon can not be loaded (LP: #406850)
  * fix crash when opening with specific activation style
    (LP: #391555)

 -- Michael Vogt <email address hidden>   Fri, 04 Sep 2009 13:28:00 +0200

Available diffs

Superseded in karmic-release
gnome-app-install (0.5.60.1) unstable; urgency=low

  * Do not raise an error if the translation can not be found.

Available diffs

Superseded in karmic-release
gnome-app-install (0.5.52-0ubuntu1) karmic; urgency=low

  * fix detection of aptdaemon
  * AppInstall/widgets/AppDescView.py:
    - fix short description display
  * AppInstall/backend/InstallBackendAptdaemon.py:
    - updated to work with the latest aptdaemon
  * debian/control:
    - add aptdaemon or-dependency (in addition to synaptic)

 -- Michael Vogt <email address hidden>   Mon, 17 Aug 2009 15:43:58 +0200
Superseded in karmic-release
gnome-app-install (0.5.51-0ubuntu1) karmic; urgency=low

  [ David Stansby ]
  *  Added yelp reccomends to make sure that xubuntu users
     don't have a help button that does nothing (LP: #78689)

  [ Michael Vogt ]
  * AppInstall/SimpleGtkbuilderApp.py:
    - updated to new version
  * AppInstall/update.py:
    - cache pkgname->icon mapping to
  * make update-manager use aptdaemon (if avaialble)

 -- Michael Vogt <email address hidden>   Tue, 28 Jul 2009 11:17:34 +0200
Superseded in karmic-release
gnome-app-install (0.5.50-0ubuntu1) karmic; urgency=low

  * ported to gtkbuilder
  * better InstallBackend seperation
  * use factory to construct the best backend and use
    aptdaemon if available

 -- Michael Vogt <email address hidden>   Wed, 08 Jul 2009 17:45:42 +0200
Superseded in karmic-release
gnome-app-install (0.5.30-0ubuntu1) karmic; urgency=low

  * AppInstall/CoreMenu.py, AppInstall/Menu.py:
    - support keyword search ("Keywords" and "X-AppInstall-Keywords")
  * util/addKeywords.py:
    - add tool that can add keyword data to the meta-data
  * fix crash in search code
  * faster startup by loading the apt cache and the desktop
    data in parallel (not as much win as initially hoped because
    Thread.start() is rather slow in python)

 -- Michael Vogt <email address hidden>   Mon, 15 Jun 2009 18:01:33 +0200
Superseded in karmic-release
Obsolete in jaunty-updates
Deleted in jaunty-proposed (Reason: moved to -updates)
gnome-app-install (0.5.24-0ubuntu1.1) jaunty-proposed; urgency=low

  * AppInstall/Menu.py:
    - fix search filter bug (LP: #354563)

 -- Michael Vogt <email address hidden>   Wed, 29 Apr 2009 10:25:39 +0200
Superseded in karmic-release
Obsolete in jaunty-release
gnome-app-install (0.5.24-0ubuntu1) jaunty; urgency=low

  * fix missing app name for unknown maintaince status
    (LP: #320517) - thanks to István Nyitrai

 -- Michael Vogt <email address hidden>   Tue, 31 Mar 2009 14:54:17 +0200

Available diffs

Superseded in jaunty-release
gnome-app-install (0.5.23-0ubuntu1) jaunty; urgency=low

  * AppInstall/AppInstall.py:
    - fix crash in menu sort order code (right click
      on "All")

 -- Michael Vogt <email address hidden>   Mon, 23 Mar 2009 11:32:34 +0100

Available diffs

Superseded in jaunty-release
gnome-app-install (0.5.22-0ubuntu1) jaunty; urgency=low

  * fix bug in X-AppInstall-AlwaysOnTop sorting (thanks
    to LaserJock for reporting)

 -- Michael Vogt <email address hidden>   Thu, 19 Mar 2009 17:40:10 +0100

Available diffs

Superseded in jaunty-release
gnome-app-install (0.5.21-0ubuntu1) jaunty; urgency=low

  * support X-AppInstall-AlwaysOnTop key in the desktop
    files to show these in the top of a category the item
    is in (only in default sort order)
    LP: #321005

 -- Michael Vogt <email address hidden>   Wed, 04 Mar 2009 18:51:42 +0100
Superseded in jaunty-release
gnome-app-install (0.5.20-0ubuntu1) jaunty; urgency=low

  * AppInstall/AppInstall.py:
    - fixes in the channel adding code
    - fix extra space (LP: #155105), thanks to István Nyitrai
  * AppInstall/distros/Ubuntu.py:
    - make the support period string i18n friendlier,
      thanks to István Nyitrai and Gabor Kelemen (LP: #300272)
  * AppInstall/update.py:
   - do not crash when run as non-root (LP: #325909), thanks
     to István Nyitrai

 -- Michael Vogt <email address hidden>   Mon, 02 Mar 2009 10:15:44 +0100
Superseded in jaunty-release
gnome-app-install (0.5.12-0ubuntu1.1) jaunty; urgency=low

  * Rebuild with python (>= 2.6), include symlinks in the package.

 -- Matthias Klose <email address hidden>   Wed, 25 Feb 2009 00:54:09 +0100
Superseded in jaunty-release
Obsolete in intrepid-release
gnome-app-install (0.5.12-0ubuntu1) intrepid; urgency=low

  * rename gnome-codec-install to gstreamer-codec-install
    and make it a alternative (LP: #280633) to match the
    changes in the recent gstreamer sync (LP: #281606),
    (thanks to Sebastian Heinlein)
  * AppInstall/AppInstall.py:
    - do not crash on _confirm_source_activation() if no
      secondary message is given (LP: #280402)
    - fix focus problem in special activation modes (like
      codec search) (LP: #191245)
    - fix crash when adding components without component
      dependencies (LP: #194148)
  * AppInstall/activation.py:
    - remove stderr output that may cause IOError in Rhythmbox,
      the exit code is sufficient (LP: #193817)
  * AppInstall/update.py:
    - ensure correct permission for the g-a-i caches (LP: #217040)

 -- Michael Vogt <email address hidden>   Mon, 13 Oct 2008 10:02:12 +0200
Superseded in intrepid-release
gnome-app-install (0.5.11-0ubuntu1) intrepid; urgency=low

  * AppInstall/activation.py:
    - remove the isApproved() check in the XUL extensions
      code so that the extensions show up again (LP: #267382)

 -- Michael Vogt <email address hidden>   Thu, 25 Sep 2008 21:15:22 +0200
Superseded in intrepid-release
gnome-app-install (0.5.10-0ubuntu1) intrepid; urgency=low

  * AppInstall/widgets/AppDescView.py:
    - fix regression in the mainatainance status view
    - fix the gray to make it easier to read (LP: #263982)
  * AppInstall/Util.py:
    - do not crash on broken Release files (LP: #269970)
    - do not crash if ver.FileList is None (LP: #267300)
  * AppInstall/distros/Ubuntu.py:
    - fix the support display so that it corresponds with the spec
      (LP: #263693)
    - remove the tooltips (as requested in the
      PackageMaintainednessPresentation spec) (LP: #263689)
  * fix the way the supported time is calcualted, ensure to
    only look for imutable source

 -- Michael Vogt <email address hidden>   Wed, 17 Sep 2008 15:44:19 +0200
Superseded in intrepid-release
gnome-app-install (0.5.9-0ubuntu1) intrepid; urgency=low

  [ Matt Zimmerman ]
  * Update codec page URL to a more permanent one

  [ Michael Vogt ]
  * modify the codec UI based on the design of Matthew Paul Thomas
    https://wiki.ubuntu.com/CodecInstallationIntrepid

 -- Michael Vogt <email address hidden>   Tue, 09 Sep 2008 18:14:04 +0200

Available diffs

Superseded in intrepid-release
gnome-app-install (0.5.8-0ubuntu1) intrepid; urgency=low

  * AppInstall/activation.py, AppInstall/distros/Default.py:
    - support a generic way to add a link button during codec
      install into the UI for additional actions
  * AppInstall/distros/Ubuntu.py:
    - link to the codec page in the canonical shop

 -- Michael Vogt <email address hidden>   Thu, 21 Aug 2008 11:38:16 +0200

Available diffs

Superseded in intrepid-release
gnome-app-install (0.5.7-0ubuntu1) intrepid; urgency=low

  * AppInstall/distros/Ubuntu.py:
    - rename "support applications" to "Canonical-maintained applications"
      (PackageMaintainednessPresentation spec)
    - update key dependencies for kde4
  * AppInstall/widgets/AppDescView.py:
    - show maintaince status in the description textview
      (PackageMaintainednessPresentation spec)
  * AppInstall/distros/Ubuntu.py:
    - calculate the maintenance status based on the date in the
      Release file of the application
  * AppInstall/Util.py:
    - add the required helpers for the support date calculation
  * test/test_maintenance.py:
    - add tests

 -- Michael Vogt <email address hidden>   Wed, 20 Aug 2008 14:15:35 +0200

Available diffs

Superseded in intrepid-release
gnome-app-install (0.5.6-0ubuntu1) intrepid; urgency=low

  * AppInstall/widgets/AppDescView.py:
    - improve description for items that are in a not
      yet enabled third party repository

 -- Michael Vogt <email address hidden>   Mon, 11 Aug 2008 12:29:57 +0200
Superseded in intrepid-release
gnome-app-install (0.5.5.1-0ubuntu1) intrepid; urgency=low

  * AppInstall/DialogComplete.py:
    - fix missing extra codecs in failure message (thanks to Hobbsee)

 -- Michael Vogt <email address hidden>   Fri, 13 Jun 2008 17:35:22 +0200

Available diffs

Superseded in intrepid-release
gnome-app-install (0.5.5-0ubuntu1) intrepid; urgency=low

  * AppInstall/AppInstall.py:
    - fix typo (LP: #155691)
    - do not crash if yelp is not installed (LP: #205899)
    - do not use the same shortcut for "Confirm" and "Cancel"
      (LP: #210949)
    - do not crash if gconf is not available (LP: #214816)

 -- Michael Vogt <email address hidden>   Tue, 10 Jun 2008 15:40:46 +0200

Available diffs

Obsolete in hardy-updates
Deleted in hardy-proposed (Reason: moved to -updates)
gnome-app-install (0.5.2.8-0ubuntu1) hardy-proposed; urgency=low

  * do not show "do you want to install more software" dialog
    after a successful codec install (LP: #238685)

 -- Michael Vogt <email address hidden>   Tue, 10 Jun 2008 11:11:16 +0200

Available diffs

Superseded in intrepid-release
gnome-app-install (0.5.4-0ubuntu1) intrepid; urgency=low

  * do not show "do you want to install more software" dialog
    after a successful codec install (LP: #238685)

 -- Michael Vogt <email address hidden>   Tue, 10 Jun 2008 11:11:16 +0200
Superseded in intrepid-release
Obsolete in hardy-release
gnome-app-install (0.5.2.7-0ubuntu1) hardy; urgency=low

  * AppInstall/widgets/AppListView.py:
    - workaround the fact that gdk_icon_theme_load_icon()
      sometimes ignore the size request and give huge
      icons instead (#209072)

 -- Michael Vogt <email address hidden>   Fri, 11 Apr 2008 21:58:33 +0200
Superseded in hardy-release
gnome-app-install (0.5.2.6-0ubuntu1) hardy; urgency=low

  * AppInstall/update.py:
    - do not crash if xdg.DesktopEntry can not be importet
      (LP: #194111)
  * fix crash on pygtk.require("2.0") (LP: #211683)

 -- Michael Vogt <email address hidden>   Fri, 04 Apr 2008 20:19:09 +0200
Superseded in hardy-release
gnome-app-install (0.5.2.5-0ubuntu1) hardy; urgency=low

  * AppInstall/AppInstall.py:
    - work around gettext issue in the legal warning
      (thanks to Timo Jyrinki)

 -- Michael Vogt <email address hidden>   Tue, 11 Mar 2008 21:23:47 +0100
Superseded in hardy-release
gnome-app-install (0.5.2.4-0ubuntu1) hardy; urgency=low

  * rebuild against latest python-central
  * fix description parser to make it display wormux correctly
    (LP: #193094)

 -- Michael Vogt <email address hidden>   Wed, 20 Feb 2008 13:23:58 +0100
Superseded in hardy-release
gnome-app-install (0.5.2.3-0ubuntu1) hardy; urgency=low

  * AppInstall/widgets/AppDescView.py:
    - fix crash homepage field usage (LP: #192068)

 -- Michael Vogt <email address hidden>   Mon, 18 Feb 2008 13:49:27 +0100
Superseded in hardy-release
gnome-app-install (0.5.2.2-0ubuntu1) hardy; urgency=low

  * AppInstall/widgets/AppDescView.py:
    - show the homepage field (if available)
  * debian/control:
    - depend on the latest python-apt (for the homepage field)

 -- Michael Vogt <email address hidden>   Mon, 11 Feb 2008 10:40:58 +0100
Superseded in hardy-release
gnome-app-install (0.5.2-0ubuntu1) hardy; urgency=low

  [ Michael Vogt ]
  * AppInstall/AppInstall.py:
    - wording fixes (thanks to Matthew Paul Thomas)
  * remove some dead code
  * README: fix some outdated information (closes: #437415)
  * fix gettext init (LP: #106756)
  * be more robust if the description is empty for some
    reason
  * add special handling for the canonical partner repositor
    in the app view (own text + icon)
  * add support for https URLs in the app view

  [ Sebastian Heinlein ]
  * support emblemes without description and remove
    unclear descriptions
  * move search entry so that its more clear that it searches
    only in the current category

  [ Julian Andres Klode ]
  * man/: Add manpages for all commands
  * debian/control:
    - Update to Policy 3.7.3
    - Remove dependency on software-properties-gtk
    - Use Vcs-Bzr instead of XS-Vcs-Bzr, fix url
  * data/gnome-app-install.glade:
    - Remove the Preferences Button
  * setup.py:
    - Install gnome-app-install-helper into /usr/sbin/
  * AppInstall/CoreMenu.py, AppInstall/update.py:
    - Use more efficient format to store cache (pickle protocol 2)

 -- Michael Vogt <email address hidden>   Tue, 05 Feb 2008 13:48:32 +0100
Superseded in hardy-release
gnome-app-install (0.5.1-0ubuntu1) hardy; urgency=low

  * AppInstall/Menu.py:
    - really fix crash in codec search code when gst.caps_from_string()
      is called (LP: #173118). Thanks to Julian Klode and Albert23

 -- Michael Vogt <email address hidden>   Fri, 21 Dec 2007 14:00:51 +0100
Superseded in hardy-release
gnome-app-install (0.5.0-0ubuntu1) hardy; urgency=low

  * AppInstall/Menu.py:
    - fix crash in codec search code when gst.caps_from_string()
      is called (LP: #173118)

 -- Michael Vogt <email address hidden>   Tue, 04 Dec 2007 17:16:38 +0100
Superseded in hardy-release
Obsolete in gutsy-release
gnome-app-install (0.4.13-0ubuntu1) gutsy; urgency=low

  * remove app-install-data-commercial dependency (LP: #149018)

 -- Michael Vogt <email address hidden>   Fri, 05 Oct 2007 08:03:31 +0200
Superseded in gutsy-release
gnome-app-install (0.4.12-0ubuntu1) gutsy; urgency=low

  * Revert:
    "Remove item.applications.set_default_sort_func(None)
     and use reset_default_sort_func() instead"
    This breaks sorting the search results

 -- Michael Vogt <email address hidden>   Thu, 04 Oct 2007 12:29:49 +0200
Superseded in gutsy-release
gnome-app-install (0.4.11-0ubuntu1) gutsy; urgency=low

  * AppInstall/AppInstall.py:
    - be more robust about pkg missing in the data files
      (LP: #122352)

 -- Michael Vogt <email address hidden>   Mon, 24 Sep 2007 13:05:28 +0200
Superseded in gutsy-release
gnome-app-install (0.4.10-0ubuntu1) gutsy; urgency=low

  * update-app-install:
    - use system python (LP: #137985, #138903)
  * data/gnome-app-install.schemas.in:
    - fix typo (thanks to Alexandre Franke)

 -- Michael Vogt <email address hidden>   Tue, 11 Sep 2007 19:54:42 +0200
Superseded in gutsy-release
gnome-app-install (0.4.9-0ubuntu1) gutsy; urgency=low

  * debian/rules:
    - use DH_PYCENTRAL=nomove as we need g-a-i code in
      app-install-data-{ubuntu,commercial} postinst
  * debian/control:
    - sexy-python is now called python-sexy

 -- Michael Vogt <email address hidden>   Thu, 06 Sep 2007 09:15:33 +0200
Superseded in gutsy-release
gnome-app-install (0.4.8-0ubuntu1) gutsy; urgency=low

  * fix detection of missing index files and popup a dialog
    that offers reloading the sources (LP: #3475)
  * debian/control:
    - depend on latest python-apt (for pkgSourceList.List support)

 -- Michael Vogt <email address hidden>   Tue, 04 Sep 2007 17:37:12 +0200
Superseded in gutsy-release
gnome-app-install (0.4.7-0ubuntu1) gutsy; urgency=low

  [Michael Vogt]
  * typo fix (LP: #134794), thanks to Malcom Parsons
  * AppInstall/distros/Default.py:
    - add missing get_codename() (LP: #128457)

  [Sebastian Heinlein]
  * tests/:
    - added more tests and better test data
  * AppInstall/update.py, update-app-install:
    - refactored into module
  * AppInstall/DialogComplete.py:
    - wording improvements
  * AppInstall/AppInstall.py:
    - improve failure detection
    - add option to run in test-mode
  * AppInstall/activation.py:
    - set column caption depending on activation style
  * debian/control:
    - build-depend on python-setuptools
  * setup.py, setup.cfg:
    - build with python-setuptools
  * Make the apply changes button translatable - fixes LP #133570

  [Julian Andres Klode]
  * Completely remove item.applications.set_default_sort_func(None)
    and use reset_default_sort_func() instead

 -- Michael Vogt <email address hidden>   Mon, 27 Aug 2007 14:54:12 +0200
Superseded in gutsy-release
gnome-app-install (0.4.6-0ubuntu1) gutsy; urgency=low

  [ Sebastian Heinlein ]
  * Fix no mime type handler error message (Fixes LP #129485)
  * HIGification and rewording of the above dialog
  * Show the file name in the window title for the mime type installer
  * Only show the broaden your search tip if there is a filter choser
    (fixes LP #130022)
  * Store the filter names and tooltips in a less technical dictonary in the
    distribution class
  * Make the no results message more context sensitive
  * Default to the search button on the initial codec search dialog
  * Restore the state of the main window from the last time (fixes LP #48436)
  * Improve cache update error messages (fixes LP #119198)

  [ Julian Andres Klode ]
  * Merge with Debian, remaining changes:
    - No debian/patches
    - Other list of deps and build-deps
    - No watch file
  * AppInstall/CoreMenu.py:
    - Display icons with filename ending in png,svg or xpm

  [Michael Vogt]
  * AppInstall/AppInstall.py:
    - Remove item.applications.set_default_sort_func(None)
      and use reset_default_sort_func() instead
  * tests/testCodecSearch.py,
    tests/testMimeSearch.py:
    - added test for mime and codec install feature
  * AppInstall/Menu.py:
    - fix some if tests that will be false for both "None" and "0"
      to only fail on None
    - cosmetic changes
  * AppInstall/activation.py:
    - use property for isInstallerOnly instead of function
    - split CodecSearchActivation.preRun() into interactive and
      non-interactive code to make it actually testable
  * gnome-app-install:
    - fix --selftest
  * AppInstall/AppInstall.py:
    - when building the filters, insert them sorted-by-key
  * AppInstall/Menu.py:
    - make the filter constants match the gconf schema file
      (LP: #129669)

 -- Michael Vogt <email address hidden>   Tue, 07 Aug 2007 17:45:38 +0200
Superseded in gutsy-release
gnome-app-install (0.4.5-0ubuntu1) gutsy; urgency=low

  [ Sebastian Heinlein ]
  * Window id has to be stored as an integer - fix LP #129416

  [ Julian Andres Klode ]
  * Switch to CDBS
  * check whether to use software-properties-gtk or software-properties
  * help/C/figures/*: Updated
  * help/{de,sv}: disabled
  * po/POTFILES.in: add AppInstall/activation.py
  * Remove installation part in the docs and the Ubuntu ML

 -- Michael Vogt <email address hidden>   Tue, 31 Jul 2007 16:38:53 +0200
Superseded in gutsy-release
gnome-app-install (0.4.4ubuntu1) gutsy; urgency=low

  * Add an installer only mode for the mime type handler and codec
    installation
  * Do not show the confirmation dialog anymore in the installer only mode
  * Allow to search and choose different filters in the installer mode
    (only used by the mime type installer)
  * Rename the add/remove button to apply changes
  * Improve command line handling
  * Some code refractioning
  * Add a XUL extension manager mode

 -- Sebastian Heinlein <email address hidden>   Mon, 30 Jul 2007 11:59:04 +0200
Superseded in gutsy-release
gnome-app-install (0.4.3) gutsy; urgency=low

  [Sebastian Heinlein]
  * Switch to python-distutils-extra
  * fix POTFILES.in (LP: #125046)

  [Michael Vogt]
  * do not display a application start icon for desktop
    files without execCmd
  * fix double del of a ActionGroup (LP: #126117)
  * AppInstall/Menu.py, AppInstall/CoreMenu.py:
    - code cleanup

  [Julian Andres Klode]
  * AppInstall/AppInstall.py:
    - If close button of the window manager was pressed and there are no
      pending changes, quit.
    - If there are pending changes, ask what to do
  * AppInstall/distros/Debian.py:
    - Merge changes from Ubuntu.py
    - Use the new Debian icons
    - Improve the descriptions
  * debian/control:
    - Cleanup build-depends
  * data/icons/16x16/apps/application-debian-*.png:
    - Add icons for Debian

 -- Michael Vogt <email address hidden>   Wed, 25 Jul 2007 22:12:19 +0200
Superseded in gutsy-release
gnome-app-install (0.4.2) gutsy; urgency=low

  * Fix in the gstreamer caps support (LP#117157)
  * added README.codecs
  * added README.extraction (LP#107097)

 -- Michael Vogt <email address hidden>   Mon, 04 Jun 2007 16:12:49 +0200
Superseded in gutsy-release
gnome-app-install (0.4.1) gutsy; urgency=low

  [Sebastian Heinlein]
  * Improved start up time
  * Replace the supported Ubuntu applications filter by a
    supported by Canonical one
  * Switched from Apply|Cancel|OK to Cancel|Install/Remove buttons
  * Added a clear icon and different background colouring to the search
    entry
  * Allow to specify a human readable name of an independent
    software provider (X-AppInstall-ISV)
  * Allow derivates to specify custom messages, components and filters
  * Rewording of the additional components enabling dialogs
    "Install" -> "Enable installation of"
  * Allow to retry a failed installation/removal
  * Handle errors in the enabling of components in a more sane way
  * Rewording of the confirm restricted software dialog by
    introducing the action confirm
  * First check for the legal status and than add repository
  * Add a helper script to workarround the missing exit states sent
    through gksu (only for the component activation)
  * Avoid flickering of the codec installer at startup
  * Only write fd.o valid icon attributes to the menu data
  * Use the KDE/GNOME icons instead of the Kubuntu/Ubuntu icons for
    the desktop integration emblems
  * Improve shown emblems (handle support status and freedomness separately)

  [Michael Vogt]
  * ensure proper i18n in cache menu item loader
  * no longer depend on the exact app-install-data version
  * fix setup.py to include the new widgets
  * fix in the codec extraction (for caps intersection)
  * default to show supported software (not main)
  * partly disable debian backend for now (not quite ready)
  * fix in enable channel code

 -- Michael Vogt <email address hidden>   Mon, 21 May 2007 21:47:55 +0200
Superseded in gutsy-release
gnome-app-install (0.4.0) gutsy; urgency=low

  [Michael Vogt]
  * updated for gutsy
  * merged the gstreams caps intersection branch (LP#90737)
  [Sebastian Heinlein]
  * split out the data into its own "app-instll-data-ubuntu"
    source package

 -- Michael Vogt <email address hidden>   Thu,  3 May 2007 14:54:59 +0200
Obsolete in feisty-updates
Deleted in feisty-proposed (Reason: moved to -updates)
gnome-app-install (0.3.31) feisty-proposed; urgency=low

  * gnome-app-install:
    - fix crash when window parent is none (LP#106026)
  * po/POTFILES.in:
    - add missing gnome-app-install main (LP#106756)

 -- Michael Vogt <email address hidden>   Thu,  3 May 2007 11:56:15 +0200
Superseded in gutsy-release
Obsolete in feisty-release
gnome-app-install (0.3.30) feisty; urgency=low

  * menu-data:
    - updated to current feisty
  * AppInstall/Progress.py:
    - only set transient if we have a window
  * util/getMenuData.py:
    - consider usr/share/icons a valid icon dir as well

 -- Michael Vogt <email address hidden>   Fri, 13 Apr 2007 13:36:05 +0200
150 of 129 results