zeroinstall.git
2010-07-10 Bastian EicherReplaced win32com calls to locate special directories... ironpython
2010-07-04 Thomas LeonardTemporary hacks to make it work on IronPython
2010-07-04 Thomas LeonardUse .NET Application for the mainloop, not GLib
2010-06-24 Thomas LeonardPropagate errors correctly from Selections.download_mis...
2010-06-24 Thomas LeonardMerged PackageKit branch
2010-06-24 Thomas LeonardOnly log missing PackageKit packages at info level
2010-06-24 Thomas LeonardJust warn about <package-implementation>s with dependen...
2010-06-21 Thomas LeonardInstall packages using PackageKit packagekit
2010-06-21 Thomas LeonardMerged initial PackageKit support with new API
2010-06-21 Thomas LeonardRemove leading "epoch:" from all version numbers
2010-06-21 Aleksey LimInitial PackageKit integration
2010-06-20 Thomas Leonardfetch_candidates doesn't have to be async
2010-06-20 Thomas LeonardRemoved the on-disk apt-cache cache
2010-06-20 Thomas LeonardModel information about distribution packages as separa...
2010-06-20 Thomas LeonardAdded update_local attribute to solve_with_downloads
2010-06-20 Thomas LeonardUpdated GUI to avoid deprecated API
2010-06-20 Thomas LeonardAdded writer.save_feed
2010-06-20 Thomas LeonardMinor epydoc fix
2010-06-19 Thomas LeonardFixed unicode/str error
2010-06-17 Thomas LeonardInclude selections XML in bug reports
2010-06-11 Thomas LeonardFixed handling of 'extract' attribute in unpack_archive...
2010-06-10 Thomas LeonardTest against Python 2.7 too
2010-06-09 Rene LopezUpdate Spanish l10n
2010-06-09 Rene LopezMake strings use named arguments for better i18n
2010-06-09 Thomas LeonardRemoved out-of-date check that 'id' contains '='
2010-06-09 Bastian EicherReplaced x.startswith('/') with os.path.isabs(x)
2010-06-05 Rene LopezAdded support for Windows in ro_rmtree
2010-06-05 Anders F BjorklundFixed parsing of Ports package names
2010-06-03 Rene LopezFix bug that made user selected per feed stability...
2010-06-02 Bastian EicherFind basedir/XDG equivalents on Windows
2010-06-02 Bastian EicherChanges for Windows compatibility
2010-06-02 Bastian EicherReplaced hard-coded ':' as path separator symbol with...
2010-06-01 Thomas LeonardStore summaries in all languages and choose the right...
2010-06-01 Anders F BjorklundAllow localized summary/description
2010-05-30 Thomas LeonardStart development series 0.48-post
2010-05-30 Thomas LeonardRelease 0.48 v0.48
2010-05-30 Thomas LeonardUpdated epydoc
2010-05-30 Thomas LeonardAdded more tests for 0store
2010-05-30 Thomas LeonardBe stricter about detecting old-style IDs
2010-05-29 Thomas LeonardDon't treat "./sha1=XXX" as a legacy digest when handli...
2010-05-29 Thomas LeonardDiscard stderr from "dpkg-query -W"
2010-05-29 Thomas LeonardFixed bug in PNG-only patch
2010-05-29 Thomas LeonardImport ngettext explicitly
2010-05-29 Thomas LeonardDon't translate warnings: Pythons warnings module doesn...
2010-05-29 Thomas LeonardAllow missing configuration values
2010-05-29 Thomas LeonardReverted SVG icon support
2010-05-26 Aleksey LimUse custom 0launch command to .desktop files
2010-05-24 Thomas LeonardFixed "'NoneType' object has no attribute 'version...
2010-05-23 Thomas LeonardAPI changes: use Feed rather than Interface in many...
2010-05-22 Thomas LeonardAdded load_feed_from_cache
2010-05-22 Thomas LeonardSplit out feed loading into a new reader.load_feed...
2010-05-22 Thomas LeonardPass feed object rather than interface
2010-05-19 Thomas LeonardSlightly prefer implementations for our own country
2010-05-18 Thomas LeonardPrefer known languages, but a bad match is better than...
2010-05-18 Aleksey LimChoose implementations by locale
2010-05-18 Anders F Bjorklundrefactor canonicalize_os
2010-05-18 Anders F Bjorklundlocale.bindtextdomain isn't portable
2010-05-16 Anders F BjorklundUse the canonical_machine function to convert RPM and...
2010-05-16 Thomas LeonardCanonicalise machine name in distro.py
2010-05-15 Anders F BjorklundAdded SlackDistribution (for Slackware)
2010-05-15 Aleksey LimDo not compare full versions if one of two implementaio...
2010-05-14 Rene LopezMake the GTKBuilder files fully compatible with GTK...
2010-05-14 Rene LopezOpen '.manifest' files in binary mode
2010-05-09 Thomas LeonardAdded a language column to the Versions list
2010-05-02 Thomas LeonardCope with the distribution cache changing while we...
2010-05-02 Thomas LeonardIf a distribution package is selected, prompt the user...
2010-05-02 Thomas LeonardUse new Cache class for dpkg cache
2010-05-02 Thomas LeonardMore encoding fixes for error messages
2010-05-02 Aleksey LimHide "Open cached copy" for package implementations
2010-05-01 Thomas LeonardFixed some bugs spotted by pychecker
2010-05-01 Thomas LeonardStart development series 0.47-post
2010-05-01 Thomas LeonardRelease 0.47 v0.47
2010-04-27 Thomas LeonardHighlight selected version in bold
2010-04-25 Thomas LeonardRun unit-tests in C locale
2010-04-25 Thomas LeonardSelections.download_missing now ignores package impleme...
2010-04-25 Thomas LeonardCope with non-ASCII Python exceptions of type "str"
2010-04-25 Thomas LeonardIf we don't find translations in the system path, try...
2010-04-24 Anders F BjorklundAdded PortsDistribution (for FreeBSD)
2010-04-23 Thomas LeonardAssume errors from GPG are UTF-8
2010-04-23 Thomas LeonardSkip testDmg if we're not on MacOS X
2010-04-23 Anders F BjorklundAdded support for Apple disk image (.dmg) archives
2010-04-07 Aleksey LimSupport svg feed icons #2983195
2010-04-07 Aleksey LimSet machine for Gentoo native packages #2982836
2010-04-07 Thomas LeonardClear $XDG_CONFIG_DIRS when running tests
2010-04-07 Thomas LeonardAllow passing the location of pkgcache to DebianDistrib...
2010-04-07 Thomas LeonardRecord correct machine type for distribution packages
2010-04-07 Aleksey LimLet using unittest.main's command line arguments #2982815
2010-04-02 Thomas LeonardStart development series 0.46-post
2010-04-02 Thomas LeonardRelease 0.46 v0.46
2010-04-02 Thomas LeonardRemoved unused code
2010-04-01 Thomas LeonardDon't print a warning if apt-cache doesn't know about...
2010-03-30 Thomas LeonardAnother unit test
2010-03-29 Thomas LeonardFixed sense error in SAT solver
2010-03-28 Thomas LeonardOutput debug messages in a nicer form for writing test...
2010-03-28 Thomas LeonardDebian integration: consider uninstalled packages too
2010-03-28 Thomas LeonardAdded a simple generic file cache
2010-03-26 Thomas LeonardMerge SAT solver branch
2010-03-26 Thomas LeonardIf we fail to find a set of versions, try to return... satsolver
2010-03-26 Thomas LeonardMore tests for SAT solver
2010-03-25 Thomas LeonardRemoved unused code
next