| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-08-30 | * DistUpgrade/DistUpgradeControler.py: | Michael Vogt | 2 | -1/+13 | |
| - change the obsoletes calculation when run without network and consider demotions as obsoletes then (because we can't really use the pkg.downloadable hint without network after the sources.list was rewritten | |||||
| 2006-08-29 | * DistUpgrade/Changelog: | Michael Vogt | 1 | -0/+2 | |
| - updated | |||||
| 2006-08-29 | * DistUpgrade/DistUpgrade.cfg: | Michael Vogt | 3 | -5/+7 | |
| - ubuntu-minimal is the new meta-package of choice * DistUpgrade/DistUpgradeViewGtk.py: - some polish for the time display | |||||
| 2006-08-29 | * DistUpgrade/*: | Michael Vogt | 2 | -5/+4 | |
| - made the download time display a bit nicer. | |||||
| 2006-08-29 | * DistUpgrade/ | Michael Vogt | 3 | -10/+11 | |
| - actually show the estiamted download time | |||||
| 2006-08-29 | * DistUpgrade/*: | Michael Vogt | 4 | -17/+25 | |
| - added download time estimation (based on modem and 1Mbit DSL) | |||||
| 2006-08-29 | * DistUpgrade/*: | Michael Vogt | 3 | -9/+18 | |
| - more useful error reporting, includes advice about the file that are required to add to the bugreport (/var/log/dist-upgrade/*) | |||||
| 2006-08-29 | * DistUpgrade/*: | Michael Vogt | 3 | -1956/+1245 | |
| - s/download/fetch/ - integrate the cdrom scan progress into the view - fixes to the cdrom scan code | |||||
| 2006-08-29 | * DistUpgrade/DistUpgradeControler.py: | Michael Vogt | 1 | -5/+6 | |
| - fix the position of the cdrom.add() | |||||
| 2006-08-29 | * DistUpgrade/DistUpgradeControler.py: | Michael Vogt | 1 | -2/+20 | |
| - added cdrom progress (for testing) | |||||
| 2006-08-29 | * DistUpgrade/DistUpgradeControler.py: | Michael Vogt | 2 | -5/+15 | |
| - if run in CDROM mode and the cd fails to mount, fail * UpdateManager/Common/aptsources.py: - from DistInfo import DistInfo (relative now instead of absolute) | |||||
| 2006-08-29 | * DistUpgrade/DistUpgradeControler.py: | Michael Vogt | 1 | -3/+3 | |
| - more bugfixing | |||||
| 2006-08-29 | * DistUpgrade/DistUpgradeControler.py: | Michael Vogt | 2 | -7/+10 | |
| - fix a bunch of errors | |||||
| 2006-08-29 | * DistUpgrade/dist-upgrade.py: | Michael Vogt | 2 | -15/+73 | |
| - added --cdrom" option to point to the cdrom mount point to use during install * DistUpgrade/DistUpgradeControler.py: - basic support for CDROM based upgrades added via AptCdrom object and useNetworking question | |||||
| 2006-08-29 | * move the logging to /var/log/dist-upgrade/{main,apt,term}.log | Michael Vogt | 3 | -6/+19 | |
| 2006-08-29 | * updated | Michael Vogt | 1 | -0/+2 | |
| 2006-08-28 | * merged with the ~ubuntu-core-dev branch | Michael Vogt | 4 | -5/+30 | |
| 2006-08-24 | * properly added -proposed | Michael Vogt | 3 | -2/+26 | |
| 2006-08-24 | * merged with the latest upload | Michael Vogt | 2 | -3/+37 | |
| 2006-08-24 | * SoftwareProperties/SoftwareProperties.py: | Michael Vogt | 1 | -3/+4 | |
| - be slightly better about finding out about the country | |||||
| 2006-08-24 | * merged from glatzor | Michael Vogt | 2 | -7/+32 | |
| 2006-08-18 | * DistUpgrade/DistUpgradeControler.py: | Michael Vogt | 2 | -1/+7 | |
| - sort the demotions list * DistUpgrade/Changelog: - updated | |||||
| 2006-08-15 | * DistUpgrade/DistUpgradeControler.py: | Michael Vogt | 6 | -11/+338 | |
| - always enable "main" on upgrades, this ensures that we do not end up with a system without the main archive (various bugs for breezy->dapper) * data/channels/Debian.info, data/channels/Ubuntu.info: - added pre-generated files (required for the upgrader) * UpdateManager/Common/aptsources.py: - add a "matcherPath" parameter to SourcesList (for the upgrader) | |||||
| 2006-08-15 | * UpdateManager/UpdateManager.py: | Michael Vogt | 1 | -5/+7 | |
| - print the error when dbus fails - send org.gnome.PowerManager.Inhibit before applying upgrades | |||||
| 2006-08-15 | * merged from glatzor | Michael Vogt | 3 | -8/+65 | |
| * send Inhibit command to gnome-power-manager when applying updates | |||||
| 2006-08-11 | * no need to convert the path to a string in call of toggled | glatzor@ubuntu.com | 2 | -2/+9 | |
| * support row activation (pressing space) to toggle updates | |||||
| 2006-08-10 | * Convert the download size to a nice and well readalbe unit | glatzor@ubuntu.com | 1 | -5/+23 | |
| 2006-08-09 | * help/C/update-manager-C.omf: | Michael Vogt | 2 | -1/+8 | |
| - applied scrollkeeper patch from dholbach | |||||
| 2006-08-07 | * changelog finalized | Michael Vogt | 1 | -6/+1 | |
| 2006-08-07 | * merged with glatzor | Michael Vogt | 3 | -4/+55 | |
| 2006-08-07 | * finalized changelog | Michael Vogt | 2 | -1/+7 | |
| 2006-08-07 | * Allow to select all or none update - fixes #42296 | glatzor@ubuntu.com | 2 | -4/+49 | |
| * Do not set the cursor by default in the treeview sources - fixes #54046 | |||||
| 2006-08-04 | * merge with main | glatzor@ubuntu.com | 1 | -1/+1 | |
| 2006-08-04 | * merge with mvo | glatzor@ubuntu.com | 4 | -43/+81 | |
| 2006-08-03 | * merged from glatzor | Michael Vogt | 4 | -43/+81 | |
| 2006-08-03 | * reverse the ording of the importance | glatzor@ubuntu.com | 1 | -0/+1 | |
| 2006-08-03 | * wording: "Downloadable software" -> "Internet" (awkward... really | glatzor@ubuntu.com | 1 | -1/+1 | |
| awkward...) | |||||
| 2006-08-02 | * Also add the bytes unit to the total download size | glatzor@ubuntu.com | 1 | -1/+2 | |
| 2006-08-02 | * Handle to be newly installed "updates" in the version string | glatzor@ubuntu.com | 1 | -4/+10 | |
| information * Add a unit b for Bytes to the download size | |||||
| 2006-08-02 | * support unkown origins with the UpdateOrigin class | glatzor@ubuntu.com | 1 | -16/+21 | |
| * don't use the length of the store as number of updates since it now also includes the headers * fix an indention bug that was introduced by the tab replacing in the previous commit | |||||
| 2006-08-02 | * use -s option instead of the pipe to cut to get lsb information | glatzor@ubuntu.com | 3 | -16/+31 | |
| * make the origin matcher distribution neutral * introduce a UpdateOrigin class to make the origins sortable (by importance) | |||||
| 2006-08-02 | * replace tabs by spaces | glatzor@ubuntu.com | 1 | -33/+43 | |
| * use the insensitive state instead of yellow for the headers to be theming neutral * set the details notebook to insensitive if a header is selected * wording changes for the headers | |||||
| 2006-08-02 | * merge with main | glatzor@ubuntu.com | 92 | -16169/+29927 | |
| 2006-08-02 | * Use a close button instead of an ok one in an error dialog | glatzor@ubuntu.com | 1 | -2/+2 | |
| 2006-08-02 | * merge with mvo | glatzor@ubuntu.com | 75 | -14244/+26808 | |
| 2006-08-02 | * changelog finalized | Michael Vogt | 1 | -2/+2 | |
| 2006-08-02 | * UpdateManager/UpdateManager.py: | Michael Vogt | 1 | -15/+10 | |
| - use "yellow" instead of "green" - bugfixes in the new column header code | |||||
| 2006-08-02 | * UpdateManager/UpdateManager.py: | Michael Vogt | 2 | -32/+73 | |
| - implemented support to show what origin the update comes from | |||||
| 2006-08-02 | * UpdateManager/DistUpgradeFetcher.py: | Michael Vogt | 2 | -3/+9 | |
| - don't use the trustdb anymore because it if mode 0600 and can't be read as user | |||||
| 2006-08-02 | * data/update-manager.schemas.in: | Michael Vogt | 60 | -190/+154 | |
| - set check_dist_upgrades to True again * UpdateManager/DistUpgradeFetcher.py, UpdateManager/MetaRelease.py: - handle the situation when run as non-root * UpdateManager/UpdateManager.py: - cleanup (removed dead code) | |||||
