summaryrefslogtreecommitdiff
path: root/SoftwareProperties
AgeCommit message (Collapse)AuthorFilesLines
2006-03-13* inform the user to update the cache if the channels have been modified.Sebastian Heinlein2-6/+76
provide a button to start synaptic in the dialog
2006-03-12* show a dialog that provides a button to reload the channel information ifSebastian Heinlein1-2/+10
the channels changed - the updating does not work at the moment. but the strings of the dialog are in before string freeze
2006-03-12* only show the help button if a help viewer is installed (currently only Sebastian Heinlein1-3/+6
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-03-11* re-removed the AddSourcesList stuff - it is not supported and was justSebastian Heinlein1-123/+0
forgotten to be removed completely
2006-03-11* Include a vaild .desktop file - bug #33575Sebastian Heinlein1-0/+123
* Readded the wrongly deleted dialog_sources_list
2006-03-10* remove the dialog_sources_list: it's not part of the dapper releaseSebastian Heinlein1-123/+0
* set the msgid report address to me - since most of the string errors are done by me. :) * update the language files * start working on the german translation * use a shorter desc in the desktop file
2006-02-27* revert the SoftwareProperty changes for now until the new stuff is readyMichael Vogt4-540/+125
2006-02-27* fix the setting of the SoftwareProperties.modified flag (important for the ↵Michael Vogt1-0/+2
calling apps like synaptic )
2006-02-27* UpdateManager/MetaRelease.py, DistUpgradeFetcher: Michael Vogt1-1/+1
- 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-27* don't hide the details for the security upgrades yetMichael Vogt2-9/+15
2006-02-27* show the already enabled components for a given dist if "add" is clickedMichael Vogt2-3/+18
2006-02-27* TyposMichael Vogt1-1/+1
2006-02-27* SoftwareProperties/SoftwareProperties.py:Michael Vogt4-30/+41
- moved render_source() from aptsources.py here - if a endangered dist is added, show a revert button * channels/Ubuntu.info.in: - added security and updates
2006-02-26* Only enable the button add in the dialog add channel if a comp is selectedSebastian Heinlein1-7/+17
2006-02-26* Add a button revert and make the channel list instant applySebastian Heinlein1-17/+48
* 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 Heinlein2-1/+9
2006-02-24* Remove all obsolete backup files before backupSebastian Heinlein2-0/+13
2006-02-24* Rendering of channel sources:Sebastian Heinlein3-50/+140
- add a small white space around each line - move the rendering to its own method and aptsources so that it can be reused in the dialog_sources_list - Tag debian sources - Do not show the components of updates, security-updates and backports * Channel handling - Bring not yet used methods for removing and disabling components in position - Add support for automatically updated updates and backports * General - comment out debug outputs - fix the plural gettext in the dialog_sources_list - fix d'n'd and mime type opening - was a bug in the renderer - add more TODO
2006-02-23* Move the check_endangered_comps to aptsources.pySebastian Heinlein2-71/+114
* Tag the older distrus, too * Add support for backports
2006-02-23* Automatic security updatesSebastian Heinlein2-18/+99
2006-02-23* Use a smaller border in the add cdrom dialogSebastian Heinlein1-0/+122
* add sources list was missing
2006-02-23* Move the mime type handling of sources.lists to gnome-software-propertiesSebastian Heinlein3-61/+167
* 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-14* restored the python-gnome2 dependency, gconf is part of python-gnome2 :/Michael Vogt1-4/+2
2006-02-12* merged from mvoSebastian Heinlein1-2/+3
2006-02-10* SoftwareProperties/aptsources.py: bugfix in is_mirror (malone #30989)Michael Vogt1-2/+3
2006-02-07* Add an option for unattended security installsSebastian Heinlein1-0/+26
2006-02-07* Do not always set max_age to 1 if the check box is toggledSebastian Heinlein1-7/+8
* Sanity check for the max_age combo box
2006-02-07* Merged from mvoSebastian Heinlein1-6/+6
2006-02-07* Use the correct signal handler on_opt_...Sebastian Heinlein1-10/+12
* Do not try to get the active entry of the combo box if none is selected * Remove unsupported "immediatley" autoclean * Fixed checks (CONF_MAP -> apt config)
2006-02-07* fix some copy'n'paste errorsMichael Vogt1-4/+5
2006-02-07* moved the Internet update tab Michael Vogt1-2/+2
2006-02-07* merged with sebiMichael Vogt1-1/+72
2006-02-07* merge from mvoSebastian Heinlein2-1/+2
2006-02-04* view can be configured via the config file nowMichael Vogt1-1/+0
2006-02-02* make the Config-File more usable Michael Vogt1-0/+2
2006-02-01* Move Internet updates to its own tabSebastian Heinlein1-1/+72
* Add option for autoclean (not working 100% :) * Add option for auto download (working) * Add option for unattended install (placeholder)
2006-01-27* merged with sebastianMichael Vogt1-6/+25
2006-01-26Polishing the SoftwareProperties:Sebastian Heinlein1-3/+8
* Add a sanity check: if no autoupdate was specifed do not add and show "Every 0 days" int the combo box. instead select no entry - it's insensitive anyway. * If autoupdated is activated and no frequency was defined before use daily as default
2006-01-26* Do not use header capitalization in the combo box. The HIG says sentence ↵Sebastian Heinlein1-3/+3
capitalization * Add a ":" to the checkbox for automatic updates. the sentence does not include the combo box
2006-01-25SoftwareProperties:Sebastian Heinlein1-5/+20
* 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-18* SoftwareProperties: more HIGification Michael Vogt1-14/+31
2006-01-05* fix a indention that lead to absurdly large file in ↵Michael Vogt1-9/+12
/etc/apt/apt.conf.d/10periodic
2005-12-28* SoftwareProperties/dialog_add.py:Michael Vogt1-3/+4
- fix a problem with transient/parent window (ubuntu #21585)
2005-12-13* added SoftwareProperties.hide()Michael Vogt1-0/+3
2005-12-13* made the options in SoftwareProperties optional, added "parent"Michael Vogt1-1/+7
2005-12-12* po/*.po:Michael Vogt1-0/+17
- make update-po * SoftwareProperties/aptsources.py: - added dapper * setup.py: - added "logo.png"
2005-12-12* SoftwareProperties/SoftwareProperties.py:Michael Vogt1-1/+1
- small fixes to make it easy to embedd the software properties * UpdateManager.py: - don't "call" gnome-software-properties but import it and run it as part of update-manager * channels/Ubuntu.info.in: - remove certain translations flags
2005-12-12* [codecleanup] treeview1 -> treeview_sourcesMichael Vogt1-4/+4
2005-12-09* added intenal cdrom support Michael Vogt2-21/+113
2005-12-09* SoftwareProperties/SoftwareProperties.py, gnome-software-properties:Michael Vogt1-6/+6
- switched to "--toplevel" here too (instead of --plug)