summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2006-02-27* TyposMichael Vogt1-1/+1
2006-02-26* Fixed wrong title of the dialog edit channelSebastian Heinlein1-11/+16
2006-02-26* Add a button revert and make the channel list instant applySebastian Heinlein1-121/+153
* Reorder the buttons on the key view to correspond with the channel view
2006-02-26* Use the dist name from lsbrelease in the add channel dialogSebastian Heinlein1-3/+3
2006-02-23* merged pittis changesMichael Vogt2-1/+3
2006-02-23* Use a smaller border in the add cdrom dialogSebastian Heinlein1-1/+1
* add sources list was missing
2006-02-23* Move the mime type handling of sources.lists to gnome-software-propertiesSebastian Heinlein12-214/+595
* 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-22* Add a prototype of a sources.list installer. double click on a sources.listSebastian Heinlein5-0/+218
to get the channels merged into your current channel list
2006-02-17* Allow to open URLs in the release notes using a browserSebastian Heinlein1-20/+4
* Change the label of the button ok in the release notes dialog to "Upgrade"
2006-02-13* Remove dependency on python-gnome - call yelp manuallySebastian Heinlein1-17/+9
* Use same height for all butons in the bottom row * Fix bad denglish wording: "downloading at..." - thanks Jorge Bernal
2006-02-07* Hide the auto_delete option for the moment - wil be fixed after the nextSebastian Heinlein1-2/+2
release * Add a tooltip to the unattended install checkbox
2006-02-07* Fixed the grammatically atrocious primary text #30296 - thanks to ScottSebastian Heinlein2-3/+3
* Fixed a wrong signal handler
2006-02-07* fix some copy'n'paste errorsMichael Vogt1-1/+1
2006-02-07* moved the Internet update tab Michael Vogt1-218/+218
2006-02-03* Do not allow to close the main window until actions are performed and theSebastian Heinlein1-1/+0
main window is insenstive * Remove missing synaptic icon in the glade file. it only produces an error message in the terminal
2006-02-01* Move Internet updates to its own tabSebastian Heinlein1-108/+219
* Add option for autoclean (not working 100% :) * Add option for auto download (working) * Add option for unattended install (placeholder)
2006-02-01* Use gksu and not gksudo #30057Sebastian Heinlein1-1/+1
2006-01-27* Remove tooltip from the button "Install Updates"Sebastian Heinlein1-2/+1
* it is "latest" and not "new" in the upgrade tooltip
2006-01-27* Use the label_status in GtkOpProgress and not the progress barSebastian Heinlein1-153/+138
* 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-26* Do not use header capitalization in the combo box. The HIG says sentence ↵Sebastian Heinlein1-1/+1
capitalization * Add a ":" to the checkbox for automatic updates. the sentence does not include the combo box
2006-01-26* erged from michaelSebastian Heinlein1-0/+1
2006-01-25* data/gnome-software-properties.desktop.in: added X-KDE-SubstituteUID=true Michael Vogt1-0/+1
2006-01-25SoftwareProperties:Sebastian Heinlein2-32/+76
* 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-88/+234
* 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-23* Fixed some spacingsSebastian Heinlein1-7/+6
* 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-18* add cancel to the release notes Michael Vogt1-0/+13
2006-01-18* wordingMichael Vogt1-1/+1
2006-01-18* wordingMichael Vogt1-1/+1
2006-01-18* copy the pngs that update-manger needs into the glade dir as wellMichael Vogt1-2/+2
(glade dosn't like absolute pathes in it's files)
2006-01-18* ngettext fix, logo fixedMichael Vogt1-3/+3
2006-01-18* SoftwareProperties: more HIGification Michael Vogt1-7/+8
2006-01-17* more wording and HIGification (thanks to Sebastian Heinlein)Michael Vogt1-1/+1
2006-01-17* improved HIGification Michael Vogt2-172/+165
2006-01-16* fix locking errorMichael Vogt1-3/+2
2006-01-16* renamed button_close -> button_cancelMichael Vogt1-2/+2
2006-01-16* HIGification (thanks to sebastian heinlein)Michael Vogt1-455/+565
2005-12-12* renamed the logo.png (name is too generic)Michael Vogt2-2/+2
* UpdateManager/MetaRelease.py: - comment added
2005-12-12* [codecleanup] treeview1 -> treeview_sourcesMichael Vogt1-2/+2
2005-12-09* added intenal cdrom support Michael Vogt2-0/+191
2005-12-09* hide admin tools spec implementedMichael Vogt1-1/+2
2005-12-01* dist-upgade tool can fetch the update tarball nowMichael Vogt1-0/+219
* update will use the internal fetcher now too
2005-12-01* release notes information addedMichael Vogt1-4/+90
2005-11-30* show button when new distro is availableMichael Vogt1-0/+82
2005-11-29* get rid of the "Update" class, use a normal apt.Package insteadMichael Vogt1-3/+5
* more code cleanups * added GtkProgressBar
2005-11-29* use SimpleGladeApp in UpdateManager nowMichael Vogt1-4/+5
2005-11-29* make the software preferences work again completelyMichael Vogt1-1/+2
2005-11-15* build-system tweaksMichael Vogt2-21/+9
2005-11-15* initial revision (after accidently killing it)Michael Vogt12-0/+5464