| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-09-11 | * Gtk seems to require that you set the activatable property of a cell | glatzor@ubuntu.com | 1 | -0/+14 | |
| renderer explictly to True if there is one with False * Rebuild channel templates | |||||
| 2006-09-11 | * use a different label for the cache progress dialog if it gets | glatzor@ubuntu.com | 1 | -3/+26 | |
| reinitiated * clear the store after the long caching process to reduce visual noise * move the check_all_updates_installable call into fillstore itself | |||||
| 2006-09-11 | * Move the "run full dit upgrade" dialog into the UpdateManager class - | glatzor@ubuntu.com | 1 | -0/+163 | |
| to avoid spliting the UI stuff into several classes * Use a glade based dialog with better buttons instead of yes/no * Improved wording | |||||
| 2006-09-11 | * use PANGO_ELLIPSIZE_END for the action label in the progress dialog | glatzor@ubuntu.com | 1 | -2/+2 | |
| to avoid ugly resizes of the dialog * replace "exmaing system" by "starting update manager" to avoid the confusion with checking for updates | |||||
| 2006-09-10 | * added new "MirrorsFile" keyword for the DistInfo Tagfile | Michael Vogt | 2 | -46/+68 | |
| * look for mirros as well when matching distros | |||||
| 2006-09-07 | * merged with glatzor | Michael Vogt | 2 | -20/+34 | |
| 2006-09-07 | * use shorter component labels | glatzor@ubuntu.com | 2 | -20/+34 | |
| 2006-09-01 | * data/channels/Ubuntu.info.in: | Michael Vogt | 1 | -2/+2 | |
| - warty no longer officially supported | |||||
| 2006-08-28 | * merged with the ~ubuntu-core-dev branch | Michael Vogt | 1 | -0/+14 | |
| 2006-08-28 | * merged with mvo devel branch | Michael Vogt | 3 | -2/+323 | |
| 2006-08-24 | * properly added -proposed | Michael Vogt | 1 | -0/+14 | |
| 2006-08-15 | * DistUpgrade/DistUpgradeControler.py: | Michael Vogt | 3 | -2/+323 | |
| - always enable "main" on upgrades, this ensures that we do not end up with a system without the main archive (various bugs for breezy->dapper) * data/channels/Debian.info, data/channels/Ubuntu.info: - added pre-generated files (required for the upgrader) * UpdateManager/Common/aptsources.py: - add a "matcherPath" parameter to SourcesList (for the upgrader) | |||||
| 2006-08-11 | * no need to convert the path to a string in call of toggled | glatzor@ubuntu.com | 1 | -0/+1 | |
| * support row activation (pressing space) to toggle updates | |||||
| 2006-08-03 | * wording: "Downloadable software" -> "Internet" (awkward... really | glatzor@ubuntu.com | 1 | -1/+1 | |
| awkward...) | |||||
| 2006-08-02 | * data/update-manager.schemas.in: | Michael Vogt | 1 | -1/+1 | |
| - set check_dist_upgrades to True again * UpdateManager/DistUpgradeFetcher.py, UpdateManager/MetaRelease.py: - handle the situation when run as non-root * UpdateManager/UpdateManager.py: - cleanup (removed dead code) | |||||
| 2006-07-28 | * add a revert and add cdrom button | glatzor@ubuntu.com | 1 | -20/+115 | |
| 2006-07-27 | * merged from sebastia* merged from sebastiann | Michael Vogt | 12 | -1038/+1772 | |
| 2006-07-27 | * data/glade/SoftwareProperties.glade: | Michael Vogt | 1 | -1/+1 | |
| - changed the text for Popcon participation * SoftwareProperties/SoftwareProperties.py: - support popcon pariticipation | |||||
| 2006-07-25 | * fix also child repos for edgy | glatzor@ubuntu.com | 1 | -3/+3 | |
| 2006-07-24 | * Add support for Edgy | glatzor@ubuntu.com | 1 | -2/+57 | |
| 2006-07-22 | * Create the source/channel templates during build time | glatzor@ubuntu.com | 2 | -266/+0 | |
| 2006-07-22 | * Add mime type to the desktop file of the software sources | glatzor@ubuntu.com | 1 | -0/+1 | |
| 2006-07-22 | * add the mime handler for sources.list | glatzor@ubuntu.com | 1 | -0/+8 | |
| * fix the translation for the moved files | |||||
| 2006-07-22 | * allow to replace the current sources by the ones from a file | glatzor@ubuntu.com | 1 | -22/+12 | |
| 2006-07-22 | * Backported the add dialog for drag and drop and mime handling | glatzor@ubuntu.com | 1 | -0/+188 | |
| * Removed references to the obsolete edit_predefined dialog | |||||
| 2006-07-21 | * moved all glade and channels files into subdirectories of data | glatzor@ubuntu.com | 11 | -0/+604 | |
| * do not install obsolete files to update-manager/channels | |||||
| 2006-07-21 | * Moved the Distribution class to aptsources | glatzor@ubuntu.com | 1 | -2/+3 | |
| * 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.com | 2 | -292/+6 | |
| * fix the add, remove and edit buttons on the third party tab * minor fixes and clean ups * wording: channel -> source | |||||
| 2006-07-21 | * rearrange download section in the user interface | glatzor@ubuntu.com | 1 | -125/+79 | |
| * fix some bugs because of the cdrom /download sources separation | |||||
| 2006-07-21 | * move the cdroms of the current distro to its own treeview | glatzor@ubuntu.com | 1 | -73/+302 | |
| * 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-15 | * Can now modify the sources list (at the moment only in memory) | glatzor@ubuntu.com | 1 | -25/+24 | |
| * A lot of cleanup and minor fixes | |||||
| 2006-06-29 | * add long descriptions for components | glatzor@ubuntu.com | 1 | -3/+3 | |
| * 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 information | glatzor@ubuntu.com | 1 | -3/+20 | |
| * 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 currently | glatzor@ubuntu.com | 1 | -2/+17 | |
| used distribution from the templates | |||||
| 2006-06-29 | * self.file got lost during merging | glatzor@ubuntu.com | 1 | -380/+605 | |
| * import UI changes from UDS Paris * fix Ubuntu channel template | |||||
| 2006-06-26 | * use dbus to bring up another running instance update-manager | Sebastian Heinlein | 2 | -4/+15 | |
| * allow usermode - FIXME: metarelease | |||||
| 2006-06-25 | * expand the details if shown | Sebastian Heinlein | 1 | -4/+3 | |
| * do not modify the label of the expander during runtime - a11n issue | |||||
| 2006-05-22 | * latest upload | Michael Vogt | 1 | -2/+2 | |
| * data/SoftwareProperties.glade: - fix missing 'translatable="yes"' property (ubuntu: #44409) - increase width to 620 (ubuntu: #40540) | |||||
| 2006-05-01 | * Show main window after restoring the size - bug #42277 - | Sebastian Heinlein | 1 | -1/+0 | |
| thanks to Rached Ben Mustapha | |||||
| 2006-04-25 | * avoid an American/British English spelling issue - fix for bug #40425 | Sebastian Heinlein | 1 | -1/+1 | |
| 2006-04-23 | * Fix the use of gettext in UpdateManager : You can install X updates | Sebastian Heinlein | 2 | -2/+2 | |
| * Do not mention the need of the unanttended-updates package - the tooltip isn't even shown if the option is disabled * Fix the channel terminolgy in the add custom apt line dialog | |||||
| 2006-04-23 | * Fix a "poor" wording - #40727 | Sebastian Heinlein | 1 | -2/+2 | |
| 2006-04-19 | * remove all uses of update-manager.png in the glade files | Sebastian Heinlein | 2 | -2/+0 | |
| * always show the download size of the currently selected updates fix fo bug #39579 | |||||
| 2006-04-18 | * load the dialog icon of update-manager at runtime | Sebastian Heinlein | 1 | -2/+1 | |
| (should be replaced by an icon_set in the future) | |||||
| 2006-04-18 | * set the default icon of software-properties to the corresponding one | Sebastian Heinlein | 1 | -1/+1 | |
| * add jimmac to AUTHORS * replace the logo in update-manager | |||||
| 2006-04-18 | * use the tango system-software-update icon for update-manager | Sebastian Heinlein | 8 | -2/+1521 | |
| * use the old update-manager icon for software-properties only * do not specify the file type of the icon in the desktop file * install the icons to the hicolor theme * remove the deprecated update-manager-logo - it will be replaced by the svg version of update-manager | |||||
| 2006-04-18 | * rename gnome-software-properties to software-properties (there is no | Sebastian Heinlein | 2 | -2162/+1 | |
| dependency on gnome anymore) * remove deprecated code | |||||
| 2006-04-17 | * do not allow to create an invalid channel in the edit dialog | Sebastian Heinlein | 1 | -22/+26 | |
| 2006-04-17 | * huge merge | Sebastian Heinlein | 2 | -1/+17 | |
| 2006-04-17 | * Fixed wrong term: the components of a channel are called components and | Sebastian Heinlein | 1 | -1/+1 | |
| not sections | |||||
