| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-01-24 | * use a wider border in the synaptic window | Sebastian Heinlein | 1 | -5/+4 | |
| * unset title and set skip taskbar and pager hint * comment in finishUpdate - Sorry | |||||
| 2006-01-23 | * added check if the download size fits onto the download partition | Michael Vogt | 1 | -1/+1 | |
| 2006-01-23 | * don't update to a unsupported dist | Michael Vogt | 1 | -4/+5 | |
| 2006-01-23 | * merged with sebastian | Michael Vogt | 1 | -3/+10 | |
| * DistUpgrade/DistUpgrade.glade: make the "hbuttonbox2" invisible * DistUpgrade/DistUpgradeViewGtk.py: support cancel with the window-managers delete event | |||||
| 2006-01-23 | * Merged changes frrom mvo | Sebastian Heinlein | 1 | -1/+1 | |
| * Do not use pango markup in the plural gettext strings | |||||
| 2006-01-23 | * Fixed some spacings | Sebastian Heinlein | 1 | -3/+10 | |
| * Wording: "No updates available" -> "Your system is up-to-date" * Wording: starting header - "Available Updates" -> "Install software updates" * Wording: "_Install Updates" -> "_Install". the former one was just too long, espcially in translations * If there are no availabe updates: - unset sensitive treeview_update - set default to button "cancel" - hide label_downsize Else: - set default to button "install" | |||||
| 2006-01-22 | * Deal with install errors | Michael Vogt | 1 | -1/+1 | |
| 2006-01-18 | * add cancel to the release notes | Michael Vogt | 1 | -2/+6 | |
| 2006-01-18 | * clear desc_textview and changes_textview if no items are available in the ↵ | Michael Vogt | 1 | -0/+2 | |
| list anymore | |||||
| 2006-01-18 | * don't hide the details expander ever | Michael Vogt | 1 | -2/+0 | |
| 2006-01-18 | * warn if the cache is broken | Michael Vogt | 1 | -19/+22 | |
| 2006-01-18 | * ngettext fix, logo fixed | Michael Vogt | 1 | -2/+1 | |
| 2006-01-18 | * show the progress window with 0,5s timeout to workaround a problem that ↵ | Michael Vogt | 1 | -1/+4 | |
| gtk dosn't get the window sizes correct and shwos a double arrow etc | |||||
| 2006-01-17 | * wording | Michael Vogt | 1 | -1/+1 | |
| 2006-01-17 | * more wording and HIGification (thanks to Sebastian Heinlein) | Michael Vogt | 1 | -1/+1 | |
| 2006-01-17 | * improved HIGification | Michael Vogt | 1 | -5/+9 | |
| 2006-01-16 | * fix locking error | Michael Vogt | 1 | -1/+7 | |
| 2006-01-16 | * ignore failures when unlocking the cache | Michael Vogt | 1 | -1/+4 | |
| 2006-01-16 | * renamed button_close -> button_cancel | Michael Vogt | 1 | -2/+1 | |
| 2006-01-16 | * HIGification (thanks to sebastian heinlein) | Michael Vogt | 2 | -16/+29 | |
| 2005-12-12 | * improved the error reporting on a failed update | Michael Vogt | 1 | -2/+19 | |
| 2005-12-12 | * added errorhandling (need latest python-apt) | Michael Vogt | 1 | -1/+10 | |
| 2005-12-12 | * renamed the logo.png (name is too generic) | Michael Vogt | 1 | -1/+2 | |
| * UpdateManager/MetaRelease.py: - comment added | |||||
| 2005-12-12 | * removed some debug stuff | Michael Vogt | 1 | -4/+4 | |
| 2005-12-12 | * SoftwareProperties/SoftwareProperties.py: | Michael Vogt | 1 | -18/+38 | |
| - small fixes to make it easy to embedd the software properties * UpdateManager.py: - don't "call" gnome-software-properties but import it and run it as part of update-manager * channels/Ubuntu.info.in: - remove certain translations flags | |||||
| 2005-12-12 | * [code-cleanup] moved get_changelog() to MyCache() | Michael Vogt | 2 | -66/+70 | |
| 2005-12-07 | * added fixme | Michael Vogt | 1 | -1/+2 | |
| 2005-12-07 | * added a bunch of missing copyright notices in the files | Michael Vogt | 3 | -0/+67 | |
| 2005-12-07 | * more small fixes, actually works now for the test hoary->breezy upgrade case | Michael Vogt | 2 | -7/+8 | |
| 2005-12-07 | * various cosmetic fixes | Michael Vogt | 2 | -2/+3 | |
| * set debconf/apt-listchanges frontends to gtk * updated readme | |||||
| 2005-12-06 | * UpdateManager/UpdateManager.py: (re)added missing import time | Michael Vogt | 1 | -0/+1 | |
| * debian/rules: make arch-build actually work (forgot the tabs) | |||||
| 2005-12-05 | * DistUpgrade/ tool started | Michael Vogt | 1 | -0/+5 | |
| * SoftwareProperties/aptsources.py: - added "backup" and some comments * UpdateManager/UpdateManager.py: - comments updated | |||||
| 2005-12-01 | * dist-upgade tool can fetch the update tarball now | Michael Vogt | 3 | -2/+102 | |
| * update will use the internal fetcher now too | |||||
| 2005-12-01 | * release notes information added | Michael Vogt | 2 | -3/+34 | |
| 2005-12-01 | * MetaRelease.py: comments added | Michael Vogt | 1 | -0/+3 | |
| * debian/control: build-depend on python-dev | |||||
| 2005-12-01 | * cleanups in the MetaRelease object | Michael Vogt | 2 | -6/+1 | |
| 2005-11-30 | * move the MetaRelease code into it's own class/file | Michael Vogt | 2 | -100/+147 | |
| * use a gobject as base for the meta-release and make it emit proper signals | |||||
| 2005-11-30 | * show button when new distro is available | Michael Vogt | 1 | -16/+22 | |
| 2005-11-29 | * get rid of the "Update" class, use a normal apt.Package instead | Michael Vogt | 2 | -71/+58 | |
| * more code cleanups * added GtkProgressBar | |||||
| 2005-11-29 | * use SimpleGladeApp in UpdateManager now | Michael Vogt | 1 | -121/+107 | |
| 2005-11-29 | * code cleanup, make it all more structured | Michael Vogt | 4 | -1/+815 | |
| 2005-11-29 | * added TODO item | Michael Vogt | 5 | -0/+809 | |
| * directory structure cleanup | |||||
| 2005-11-15 | * missing fixes | Michael Vogt | 1 | -0/+0 | |
| * make update-po | |||||
