summaryrefslogtreecommitdiff
path: root/UpdateManager/UpdateManager.py
AgeCommit message (Collapse)AuthorFilesLines
2006-03-14* Fixed a typo and corrected an awkward grammar :)Sebastian Heinlein1-4/+3
* Do not call fillstore twice after the cache update
2006-03-13* only run the progress bar one time during cache initSebastian Heinlein1-4/+7
* avoid flickering of the dialog and hide the window after the init of MyCache
2006-03-12* Select the first upgrade in the list - fix for #23485Sebastian Heinlein1-0/+1
2006-03-12* only show the help button if a help viewer is installed (currently only Sebastian Heinlein1-1/+8
yelp is supported - have not found anyone who could help me on khelpcenter yet) * do not run the help viewer as root * do not depend on the gnome python module anymore
2006-02-26* merged from mvoSebastian Heinlein1-115/+5
2006-02-25* Use nice grammer #32864Sebastian Heinlein1-1/+1
* 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-24* move the fetcher code out into UpdateManager/DistUpgradeFetcher.pyMichael Vogt1-114/+4
* add authentication
2006-02-24* formatingMichael Vogt1-1/+1
2006-02-23* Move the mime type handling of sources.lists to gnome-software-propertiesSebastian Heinlein1-1/+9
* Renamed mime type to text/x-apt-sources-list * Remove all depricated add-software-channel code * Add a schemas file for update-manager * Use dh_gconf * Software Properties: - Move the channel buttons to the bottom of the notebook to get more vertical space for the channels - Set a global window icon for SoftwareProperties and its children - Add drag and drop support for sources.list on the treeview_sources - Allow to enable and disable channels - Do not use so much space for rendering the sources lista - Use the comment instead of the URI in the channel list if we don't find a nice name - Show the type only on source channels - "binary" is too technial - Add some small sanity checks to aptsources - Use single quotes in the predefind distru names * Dialog add: - merge the custom and the default add dialog - sanity checks for the custom apt line, that do not allow to add a wrong one * Update Manager: - add an option to hide the reload reminder
2006-02-18* Do not disable the update dialog during downloading of the changelogSebastian Heinlein1-2/+0
* 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-17* Allow to open URLs in the release notes using a browserSebastian Heinlein1-1/+4
* Change the label of the button ok in the release notes dialog to "Upgrade"
2006-02-14* typo fixMichael Vogt1-1/+1
2006-02-14* removed the gnome2 dependenciesMichael Vogt1-4/+6
2006-02-13* Remove dependency on python-gnome - call yelp manuallySebastian Heinlein1-3/+1
* Use same height for all butons in the bottom row * Fix bad denglish wording: "downloading at..." - thanks Jorge Bernal
2006-02-13* Destroy all gtk.messagedialogs after useSebastian Heinlein1-0/+4
2006-02-08* use --parent-window-id instead of gtksocket/gtkplugMichael Vogt1-115/+12
2006-02-07* merged with sebiMichael Vogt1-6/+18
2006-02-04* view can be configured via the config file nowMichael Vogt1-1/+1
2006-02-03* Do not allow to close the main window until actions are performed and theSebastian Heinlein1-5/+9
main window is insenstive * Remove missing synaptic icon in the glade file. it only produces an error message in the terminal
2006-02-03* Use "host_window" instead of "window", since it is a gtk attributeSebastian Heinlein1-1/+9
* Set the deault icon of all windows in the code so that we also get the app icon on code generated dialogs * Do not show a "X" in the window decoation of dialogs - the dialog needs to be realized before - it is a HIG recommendation
2006-01-27* merged with sebastianMichael Vogt1-67/+111
2006-01-27* Use the label_status in GtkOpProgress and not the progress barSebastian Heinlein1-59/+91
* Set the progress bar in GtkOpProgress to indeterminate - should be reverted * if apt doesn't resets the progress bar several times * Changed a lot of strings * Replaced many tabs by spaces (used python -tt) * Add additional error messages * Use ERROR and not INFO dialogs in case of an error * Use close button in alert dialogs * Unset title of alter dialogs * Changed the fetch dialog to a window, sinec we cannot hide the unused button box in a dialog
2006-01-25SoftwareProperties:Sebastian Heinlein1-5/+4
* Allow a custom configuration for automatic internet udpates * Wording: "Choose a key-file" -> "Import key" (Import is the label on the button) * use the update-manager icon in the window list UpdateManager: * set window_main to unsensitive at the startup * Wording in the synaptic dialog: - "The updates are being applied." -> "Please wait, this can take some time." - "Upgrade is complete" -> "Update is complete" * set synapitc dialog to type-hint "dialog" and not "normal" * set the main_window to type-hint "dialog" and not "normal" * do not write a status message to treeview_updates during startup "Initializing and getting list of updates..." * Nicer wording in the dialog_manual_update: "You need to manually reload the latest information about updates" "Your system does not check for updates automatically. You can configure this behavior in "System" -> "Administration" -> "Software Properties"
2006-01-25DistUpgrade:Sebastian Heinlein1-6/+19
* 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-24* use a wider border in the synaptic windowSebastian Heinlein1-5/+4
* unset title and set skip taskbar and pager hint * comment in finishUpdate - Sorry
2006-01-23* merged with sebastianMichael Vogt1-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 mvoSebastian Heinlein1-1/+1
* Do not use pango markup in the plural gettext strings
2006-01-23* Fixed some spacingsSebastian Heinlein1-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 errorsMichael Vogt1-1/+1
2006-01-18* add cancel to the release notes Michael Vogt1-2/+6
2006-01-18* clear desc_textview and changes_textview if no items are available in the ↵Michael Vogt1-0/+2
list anymore
2006-01-18* don't hide the details expander everMichael Vogt1-2/+0
2006-01-18* warn if the cache is brokenMichael Vogt1-19/+22
2006-01-18* ngettext fix, logo fixedMichael Vogt1-2/+1
2006-01-18* show the progress window with 0,5s timeout to workaround a problem that ↵Michael Vogt1-1/+4
gtk dosn't get the window sizes correct and shwos a double arrow etc
2006-01-17* wordingMichael Vogt1-1/+1
2006-01-17* more wording and HIGification (thanks to Sebastian Heinlein)Michael Vogt1-1/+1
2006-01-17* improved HIGification Michael Vogt1-5/+9
2006-01-16* fix locking errorMichael Vogt1-1/+7
2006-01-16* ignore failures when unlocking the cacheMichael Vogt1-1/+4
2006-01-16* renamed button_close -> button_cancelMichael Vogt1-2/+1
2006-01-16* HIGification (thanks to sebastian heinlein)Michael Vogt1-4/+12
2005-12-12* improved the error reporting on a failed updateMichael Vogt1-2/+19
2005-12-12* added errorhandling (need latest python-apt)Michael Vogt1-1/+10
2005-12-12* SoftwareProperties/SoftwareProperties.py:Michael Vogt1-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 Vogt1-64/+68
2005-12-07* added fixmeMichael Vogt1-1/+2
2005-12-07* added a bunch of missing copyright notices in the filesMichael Vogt1-0/+25
2005-12-07* more small fixes, actually works now for the test hoary->breezy upgrade caseMichael Vogt1-6/+6
2005-12-07* various cosmetic fixesMichael Vogt1-2/+2
* set debconf/apt-listchanges frontends to gtk * updated readme