| Age | Commit message (Collapse) | Author | Files | Lines |
|
* avoid flickering of the dialog and hide the window after the init of MyCache
|
|
* 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
|
|
|
|
* 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
|
|
* 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
|
|
|
|
|
|
* update will use the internal fetcher now too
|
|
* more code cleanups
* added GtkProgressBar
|