summaryrefslogtreecommitdiff
path: root/UpdateManager/GtkProgress.py
AgeCommit message (Collapse)AuthorFilesLines
2006-03-13* only run the progress bar one time during cache initSebastian Heinlein1-10/+26
* avoid flickering of the dialog and hide the window after the init of MyCache
2006-02-03* Use "host_window" instead of "window", since it is a gtk attributeSebastian Heinlein1-3/+8
* 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-13/+31
2006-01-27* Use the label_status in GtkOpProgress and not the progress barSebastian Heinlein1-15/+27
* 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-25DistUpgrade:Sebastian Heinlein1-8/+14
* 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-16* HIGification (thanks to sebastian heinlein)Michael Vogt1-12/+17
2005-12-07* added a bunch of missing copyright notices in the filesMichael Vogt1-0/+21
2005-12-01* dist-upgade tool can fetch the update tarball nowMichael Vogt1-0/+39
* update will use the internal fetcher now too
2005-11-29* get rid of the "Update" class, use a normal apt.Package insteadMichael Vogt1-0/+18
* more code cleanups * added GtkProgressBar