| Age | Commit message (Collapse) | Author | Files | Lines |
|
* allow usermode - FIXME: metarelease
|
|
* do not modify the label of the expander during runtime - a11n issue
|
|
thanks to Rached Ben Mustapha
|
|
|
|
|
|
* always show the download size of the currently selected updates
fix fo bug #39579
|
|
(should be replaced by an icon_set in the future)
|
|
* add jimmac to AUTHORS
* replace the logo in update-manager
|
|
"Checking for updates" -> "Analysing your system"
check should only be used if the repositories are actually queried
|
|
fix for bug #37194
* clearify the tooltip of the check button
|
|
* d not disable the whole expander instead only the notebook
|
|
|
|
* glade file cleanup - should fix some annoyances with focus stealing
|
|
|
|
|
|
|
|
update-manager during the perhaps time consuming update process.
Consistency with the dekstop preferences doesn't seem worth the loss
of function
|
|
* Actually translate the software properties dialogs
* Use spacings and alignemnts as suggested by the HIG in the dialogs
* Make labels consistent with g-a-i
|
|
* 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
|
|
* Change the label of the button ok in the release notes dialog to "Upgrade"
|
|
* Use same height for all butons in the bottom row
* Fix bad denglish wording: "downloading at..." - thanks Jorge Bernal
|
|
* Fixed a wrong signal handler
|
|
main window is insenstive
* Remove missing synaptic icon in the glade file. it only produces an error
message in the terminal
|
|
* it is "latest" and not "new" in the upgrade tooltip
|
|
* 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
|
|
* 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"
|
|
* 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
|
|
* 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"
|
|
|
|
|
|
(glade dosn't like absolute pathes in it's files)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* UpdateManager/MetaRelease.py:
- comment added
|
|
* update will use the internal fetcher now too
|
|
|
|
|
|
* more code cleanups
* added GtkProgressBar
|
|
|