-
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
-
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
-
gnome-app-install (0.5.60.1) unstable; urgency=low
* Do not raise an error if the translation can not be found.
gnome-app-install (0.5.60) unstable; urgency=low
* New release to be shared by Debian and Ubuntu (Closes: #537235).
* AppInstall/widgets/AppDescView.py:
- Add a button to fetch a screenshot (like synaptic)
- Use UTF-8 bullets.
- Use a new description formatter which should produce better results.
* Rename AppInstall/AppInstall.py to AppInstall/AppInstallApp.py to
not cause confusion between the package and the module.
* Use gettext.install() to install _() into the builtin namespace, this is
much faster than using gettext.gettext each time.
* AppInstall/SimpleGtkbuilderApp.py:
- Call set_translation_domain() so translations work correctly.
* AppInstall/distros/__init__.py:
- Detect the currently running System via lsb_release.
* AppInstall/distros/Debian.py:
- Rework to only support main and treat all other components as
unsupported.
* AppInstall/Menu.py:
- Only call self.itemIsInstalled() if we have a cache.
* debian/control:
- Drop dependency on python-launchpad-integration, it's not used.
- Set maintainer to <email address hidden>
- Fix typo in description (s/gstreamer/GStreamer and s/mime/MIME)
* debian/copyright:
- Update to DEP-5 draft format.
* debian/postinst:
- Call update-app-install without a path.
* debian/rules:
- Install the modules into /usr/share/gnome-app-install.
- Use debhelper 7 instead of CDBS.
* po/POTFILES.in:
- Treat gnome-app-install.ui as gettext/glade, so strings are picked up
again.
* po: Merge translations from Launchpad.
* Remove the progress label from data/gnome-app-install.ui and move it into
the distribution classes.
* data/*.desktop.in:
- Change name to "Add/Remove Applications" and System;Settings to the
categories.
- Remove the deprecated Encoding key.
-- Julian Andres Klode <email address hidden> Mon, 24 Aug 2009 13:22:56 +0100
-
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
-
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
-
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
-
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
-
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
-
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