summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgrade.glade
AgeCommit message (Collapse)AuthorFilesLines
2006-03-27* DistUpgrade/DistUpgrade.glade: fix version informationMichael Vogt1-1/+1
2006-03-27* a decent conffile dialog addedMichael Vogt1-0/+342
2006-03-24* merge with the stuff from the update-manager--mvo branchMichael Vogt1-2/+2
2006-02-25* Use nice grammer #32864Sebastian Heinlein1-1/+2
* Show a warning about the time an upgrade can take * Show a warning that the upgrade cannot be canceled * Show a warning to close all apps and documents before upgrading * Only show the download size if there are upgrades
2006-02-19* dialog_confirm_changes:Sebastian Heinlein1-75/+105
- Show a question mark icon in the confirm changes dialog - Fixed some spacing in the confirm changes dialog - Use a more informative label for the ob button and the summary - Do not show the close button of the wm - Use plural gettext in the summary - Include the summary into the alert message * common error dialogs: - Do not show the close button of the wm - Hopefully made the wording of some error dialogs clearer - Show the missing free space on the corresponding error dialog
2006-02-18* Do not disable the update dialog during downloading of the changelogSebastian Heinlein1-2/+127
* Show step 5 "Restarting the system" in the ui, since users asked me, how and when they should reboot. this should provide a better picture of the upgrade process * Fixed the parent of the change media dialog * Converted the abort DistUpgrade dialog to a nice glade dialog * Disabled the abortion of the DistUpgrade. it is currently not supported.
2006-02-14* typo fixed Michael Vogt1-1/+1
2006-02-08* use --parent-window-id instead of gtksocket/gtkplugMichael Vogt1-1/+1
2006-01-27* merged with sebastianMichael Vogt1-42/+469
2006-01-26* Add a virtual step 5 "complete" and some hidden widgets to the main ↵Sebastian Heinlein1-1/+46
window. the effect: if the upgrade is complete all progress list points are checked
2006-01-25DistUpgrade:Sebastian Heinlein1-1/+1
* set position of main window to "center" and not "center always" Update Manager: * Hopefully fix the close/cancel issue #28932: - Move the install button next to the update treeview. So it is no longer a global action of the dialog and separated from the close button. - Use a close button instead of the cancel button * Check if automatic internet updates is disabled and show an information about the need of reloading as the case may be * unset sensitive of main window during caching * Do not set a title in the download dialog * Show only the time in the progress bar * Use "Downloading file X of Y with 122/s" in the status label * Do not set the update treeview unsensitive during the download of the package related changelog
2006-01-25* Change the progress bar to pulse mode during caching, otherwise the progressSebastian Heinlein1-55/+271
bar restarts too often * Wording: - "Upgrading to Ubuntu 'Dapper' 6.04" in the header - Mention the download in the step 3 * Fixed new error dialog - nice test case: dpkg -i --force-all libnotify0_0.3.0-0ubuntu2_i386.deb * Set position of the main window to center always. the terminal is quite huge, so the window has to be moved anyway if you expand the terminal I am not sure about this behavior. So please take a look at it * Initial glade work on a new dialog_obsolete
2006-01-24* Hide non functional bug report buttonSebastian Heinlein1-2/+1
2006-01-24* New glade based error dialogSebastian Heinlein1-0/+165
* Wording: error dialog and status messages * Do not hide the progressbar at the end
2006-01-24* Set an application icon (update-manager.png)Sebastian Heinlein1-0/+1
2006-01-23* Merged from MichaelSebastian Heinlein1-4/+4
* Set ellipsize to the status label and the progress bar * More status messages
2006-01-23* show the update dialog on the center of the screenSebastian Heinlein1-62/+199
* minor alignment and spacing issues * set an urgency hint on starting * unset sensitive instead of hiding the terminal expander * add a nice dialog "confirm_restart" * nicer status messages * remove the second status label (label_extra_status) show speed and files in the label_status and only the time in the progress bar
2006-01-23* merged with sebastianMichael Vogt1-326/+352
* DistUpgrade/DistUpgrade.glade: make the "hbuttonbox2" invisible * DistUpgrade/DistUpgradeViewGtk.py: support cancel with the window-managers delete event
2006-01-23* Fixed some spacing and alignmentsSebastian Heinlein1-325/+350
* Set the current step to bold - I cannot see any interace changes. perhaps this issue is gone with the changed alignments * Use italic style in the current command label
2006-01-09* remove cruft implementedMichael Vogt1-5/+57
2005-12-07* added a bunch of missing copyright notices in the filesMichael Vogt1-2/+2
2005-12-07* ui-polish for the step that are performedMichael Vogt1-23/+29
2005-12-07* ui-polish, show 4 steps during the upgradeMichael Vogt1-72/+344
2005-12-06* terminal/install-progress support addedMichael Vogt1-3/+75
2005-12-06* expander expands to a more usefull sizeMichael Vogt1-2/+4
2005-12-06* implemented confirmChanges()Michael Vogt1-21/+92
2005-12-06* started with the dist-upgrade confirm dialogMichael Vogt1-0/+121
2005-12-05* GtkDistUpgradeView.askYesNoQuestion() implementedMichael Vogt1-4/+29
2005-12-05* DistUpgrade/ tool startedMichael Vogt1-0/+76
* SoftwareProperties/aptsources.py: - added "backup" and some comments * UpdateManager/UpdateManager.py: - comments updated