summaryrefslogtreecommitdiff
path: root/SoftwareProperties
AgeCommit message (Collapse)AuthorFilesLines
2006-09-07* use shorter component labelsglatzor@ubuntu.com1-1/+6
2006-09-02* Fix #58453: handle disabled child sources correctlyglatzor@ubuntu.com1-1/+38
2006-08-24* SoftwareProperties/SoftwareProperties.py:Michael Vogt1-3/+4
- be slightly better about finding out about the country
2006-08-07* Allow to select all or none update - fixes #42296glatzor@ubuntu.com1-3/+2
* Do not set the cursor by default in the treeview sources - fixes #54046
2006-07-31* completed the move of aptsources to UpdateManager.CommonMichael Vogt3-3/+5
2006-07-31* moved aptsources into the Common directoryMichael Vogt2-666/+1
2006-07-28* add a revert and add cdrom buttonglatzor@ubuntu.com1-5/+16
2006-07-27* fix the close button in the window decorationglatzor@ubuntu.com1-1/+1
2006-07-27* add an error handler if the locale is not in the iso country listglatzor@ubuntu.com2-5/+12
2006-07-27* merge with mvoglatzor@ubuntu.com2-56/+41
* try to find a nice country name for custom mirrors * if available select a custom mirror in the combobox
2006-07-27* merged from sebastia* merged from sebastiannMichael Vogt4-476/+997
2006-07-27* data/glade/SoftwareProperties.glade:Michael Vogt1-0/+22
- changed the text for Popcon participation * SoftwareProperties/SoftwareProperties.py: - support popcon pariticipation
2006-07-22* allow to replace the current sources by the ones from a fileglatzor@ubuntu.com2-33/+35
2006-07-22* Backported the add dialog for drag and drop and mime handlingglatzor@ubuntu.com2-20/+145
* Removed references to the obsolete edit_predefined dialog
2006-07-22* also handle multiple repositories of a child sourceglatzor@ubuntu.com1-12/+17
2006-07-22* introduce a default_server that can be reused by adding sourcesglatzor@ubuntu.com2-1/+8
2006-07-21* Moved the Distribution class to aptsourcesglatzor@ubuntu.com2-201/+211
* Added a command line option: --enable-component * Added a handler for the toggled popcon checkbutton
2006-07-21* WRITE ALL CHANGES TO THE SOURCES.LIST!!!glatzor@ubuntu.com2-178/+59
* fix the add, remove and edit buttons on the third party tab * minor fixes and clean ups * wording: channel -> source
2006-07-21* do add the comps of a disabled cd to enabled_compsglatzor@ubuntu.com1-9/+10
* fix the inconsistent state of the source code button if cdroms are used
2006-07-21* replace self.distribution by self.distroglatzor@ubuntu.com1-62/+62
2006-07-21* rearrange download section in the user interfaceglatzor@ubuntu.com2-10/+23
* fix some bugs because of the cdrom /download sources separation
2006-07-21* move the cdroms of the current distro to its own treeviewglatzor@ubuntu.com1-51/+67
* add a popcon tab to the ui - only a fake currently * improve wording: replace free by OpenSource as suggested by Corey (still a lot to do)
2006-07-19* allow to specify a server for all distro sourcesglatzor@ubuntu.com2-59/+137
* use iso-codes to display "Server for COUNTRY" instead of the URL * depend on iso-codes * write the deb-src next to the corresponding binary line * minor code improvements * don't only the enable the comps for a mirror repo if a new one is added - this is just too much magic * try to reuse a disabled matching source if a new is added * bug fixes: - don't use out commented sources for the distribution - add a new source if there is none for an enabled comp or reuse the already existing ones - do not show disabled sources in the list - wrong inconsistent state of the source code button
2006-07-15* add missing dummy function on_combobox_server_changedglatzor@ubuntu.com1-0/+2
2006-07-15* Can now modify the sources list (at the moment only in memory)glatzor@ubuntu.com1-35/+164
* A lot of cleanup and minor fixes
2006-07-04* SoftwareProperties/aptsources.py:Michael Vogt1-0/+21
- added edgy sources * debian/changelog: - prepared a new upload
2006-06-30* do not show disabled sources in the additional software listglatzor@ubuntu.com1-8/+19
* also collect all child sources
2006-06-29* add long descriptions for componentsglatzor@ubuntu.com1-9/+11
* fix some boolean stuff (hide distru sources) * also rename the menu entry of the app
2006-06-29* use a Distribution class to store distribution related informationglatzor@ubuntu.com2-57/+223
* main work on identifing the distribution repositories * show enabled comps and enabled updates * rename dialog to "software sources" * a lot of smaller stuff
2006-06-29* Extract the components and the child repos (updates) of the currentlyglatzor@ubuntu.com1-3/+57
used distribution from the templates
2006-06-29* self.file got lost during mergingglatzor@ubuntu.com1-0/+2
* import UI changes from UDS Paris * fix Ubuntu channel template
2006-06-29* fixed test output of DistInfo and channels desc for Ubuntuglatzor@ubuntu.com1-0/+5
2006-06-28* more mergingglatzor@ubuntu.com1-49/+189
2006-06-28* start merging my old repo rewrite stuffglatzor@ubuntu.com1-155/+79
2006-05-23* "6.06"->"6.06 LTS"Michael Vogt1-2/+2
2006-05-23* don't show codenames but only version numbers (as per Michael Vogt1-14/+10
https://wiki.ubuntu.com/CodeNamesToVersionNumbers)
2006-05-19* SoftwareProperties/SoftwareProperties.py:Michael Vogt1-1/+1
- fix reload on add_key
2006-05-11* SoftwareProperties/SoftwareProperties.py:Michael Vogt1-2/+12
- create a empty file if no config exists
2006-04-23* Fix some more gettext issuesSebastian Heinlein1-11/+11
* Update the language files and provide once again a complete German translation :)
2006-04-19* merged with sebastian (thanks!)Michael Vogt4-24/+66
* updated the changelog * added dh_iconcache to debian/rules
2006-04-19* greatly improve the icon loading codeSebastian Heinlein1-6/+1
2006-04-18* set the default icon of software-properties to the corresponding oneSebastian Heinlein1-0/+6
* add jimmac to AUTHORS * replace the logo in update-manager
2006-04-18* improved loggingMichael Vogt1-0/+4
* DistUpgrade/Changelog: added
2006-04-17* more sanity checking for apt linesSebastian Heinlein2-5/+23
2006-04-17* do not allow to create an invalid channel in the edit dialogSebastian Heinlein1-20/+37
2006-04-17* remove a source entry if it contains no componentsSebastian Heinlein1-4/+10
2006-04-12* update the adept-periodic-config file as wellMichael Vogt1-25/+23
2006-04-12* merged with update-manager--chipzzMichael Vogt3-59/+164
2006-04-12* fix disable and "no components selected"Michael Vogt1-3/+11
2006-03-27* small fixesMichael Vogt2-23/+25