summaryrefslogtreecommitdiff
path: root/UpdateManager
AgeCommit message (Collapse)AuthorFilesLines
2006-04-10* fix the help string in update-manager (ubuntu: #23274)Michael Vogt1-1/+1
2006-04-05* add "--devel-release" as optionMichael Vogt2-2/+5
2006-04-05* merged the patch from Jani for fakegconfMichael Vogt1-8/+53
2006-04-04* janis fake gconf patch addedMichael Vogt2-1/+28
2006-04-04* fix the authentication Michael Vogt1-3/+7
2006-04-04* improved the error reporting (again)Michael Vogt1-5/+8
2006-04-04* indent fixMichael Vogt1-1/+1
2006-04-04* give a proper parent for the dist-ugprade-fetcher error windowMichael Vogt1-4/+8
2006-04-04* if we have no release notes, return true from showRelease notesMichael Vogt1-1/+1
2006-04-04* syntax error fixMichael Vogt1-4/+4
2006-04-04* marked some missing strings with _()Michael Vogt1-10/+10
2006-04-04* added better error reporting for the DistUpgradeFetcherMichael Vogt2-6/+29
2006-04-03* when runing gpg, protect it with try: except:Michael Vogt1-1/+5
2006-03-24* merged from glatzorMichael Vogt1-19/+6
2006-03-23* remove some old duplicated codeSebastian Heinlein1-19/+6
* do not hide the checkbutton column at startup
2006-03-23* merged from sebiMichael Vogt1-16/+6
2006-03-23* use update_count in a more elegenat waySebastian Heinlein1-16/+6
* d not disable the whole expander instead only the notebook
2006-03-23* merged from glatzorMichael Vogt1-4/+16
2006-03-23* fixed a bug in the previous commitSebastian Heinlein1-1/+11
* show the watch cursor if we are busy
2006-03-23* do not select the first update if a new one is added - #36140Sebastian Heinlein1-4/+6
2006-03-22* merged from the laptop branchMichael Vogt2-4/+6
2006-03-21* Fixed reload informationSebastian Heinlein1-2/+4
* glade file cleanup - should fix some annoyances with focus stealing
2006-03-20* fix the missing toggle buttons in software-propertiesMichael Vogt1-4/+19
2006-03-20* merged from the laptop branchMichael Vogt3-19/+78
2006-03-20* Improve the rendering of the description in the update-managerSebastian Heinlein1-3/+18
2006-03-17* Use the the number of available and not selected updates to determinateSebastian Heinlein1-1/+1
if the system is up-to-date - fixes #35300
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 Heinlein2-14/+33
* 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 Heinlein2-1/+41
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-28* use shutils.rmtree()Michael Vogt1-8/+2
2006-02-27* UpdateManager/MetaRelease.py, DistUpgradeFetcher: Michael Vogt2-15/+41
- make the authentication work reliable * DistUpgrade/DistUpgradeViewGtk.py: - exit on fatal uncaught exceptions * SoftwareProperties/SoftwareProperties.py: - fix a indent error when adding gpg keys
2006-02-26* merged from mvoSebastian Heinlein3-117/+204
2006-02-26* Use the dist name from lsbrelease in the add channel dialogSebastian Heinlein1-1/+4
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 Vogt3-116/+203
* 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-19* ReleaseNotesViewer:Sebastian Heinlein1-11/+73
- Add copyright, license, comments - Use the normal cursor instead of the xterm one - Set the cursor only if the hovering state changed to avoid flickering
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 Heinlein2-1/+121
* 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 Vogt2-9/+26
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 Heinlein2-4/+17
* 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