| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-04-19 | * merged with sebastian (thanks!) | Michael Vogt | 4 | -24/+66 | |
| * updated the changelog * added dh_iconcache to debian/rules | |||||
| 2006-04-19 | * greatly improve the icon loading code | Sebastian Heinlein | 1 | -6/+1 | |
| 2006-04-18 | * set the default icon of software-properties to the corresponding one | Sebastian Heinlein | 1 | -0/+6 | |
| * add jimmac to AUTHORS * replace the logo in update-manager | |||||
| 2006-04-18 | * improved logging | Michael Vogt | 1 | -0/+4 | |
| * DistUpgrade/Changelog: added | |||||
| 2006-04-17 | * more sanity checking for apt lines | Sebastian Heinlein | 2 | -5/+23 | |
| 2006-04-17 | * do not allow to create an invalid channel in the edit dialog | Sebastian Heinlein | 1 | -20/+37 | |
| 2006-04-17 | * remove a source entry if it contains no components | Sebastian Heinlein | 1 | -4/+10 | |
| 2006-04-12 | * update the adept-periodic-config file as well | Michael Vogt | 1 | -25/+23 | |
| 2006-04-12 | * merged with update-manager--chipzz | Michael Vogt | 3 | -59/+164 | |
| 2006-04-12 | * fix disable and "no components selected" | Michael Vogt | 1 | -3/+11 | |
| 2006-03-27 | * small fixes | Michael Vogt | 2 | -23/+25 | |
| 2006-03-27 | * more comments added | Michael Vogt | 1 | -0/+3 | |
| 2006-03-27 | * added the patch from chipzz | Michael Vogt | 3 | -75/+165 | |
| 2006-03-25 | * add some sanity checking to aptsources | Sebastian Heinlein | 1 | -0/+8 | |
| 2006-03-24 | * merged from mvo | Sebastian Heinlein | 2 | -3/+4 | |
| 2006-03-24 | * merged from glatzor | Michael Vogt | 1 | -9/+34 | |
| 2006-03-24 | * set the correct window type hint - dialog or window | Sebastian Heinlein | 1 | -0/+6 | |
| 2006-03-24 | * do not allow to edit cdrom sources | Sebastian Heinlein | 1 | -9/+30 | |
| 2006-03-24 | * open the edit dialog if the channel was double clicked | Sebastian Heinlein | 1 | -1/+5 | |
| 2006-03-23 | * merged from glatzor | Michael Vogt | 1 | -10/+34 | |
| 2006-03-23 | * added templates for the backports | Sebastian Heinlein | 1 | -8/+25 | |
| * fixed a bug of a previous commit | |||||
| 2006-03-23 | * replaced double by single quotes in the channel descriptions | Sebastian Heinlein | 1 | -10/+17 | |
| * use the correct release date of Dapper in the version number - #36136 | |||||
| 2006-03-22 | * fix a width limitation in the SoftwareProperties window | Michael Vogt | 1 | -1/+1 | |
| 2006-03-22 | * fix parent id for the software properties | Michael Vogt | 1 | -1/+1 | |
| 2006-03-22 | * don't show a reload dialog when runing embedded | Michael Vogt | 1 | -1/+2 | |
| 2006-03-21 | * Fixed reload information | Sebastian Heinlein | 1 | -1/+1 | |
| * glade file cleanup - should fix some annoyances with focus stealing | |||||
| 2006-03-20 | * Restore the correct path after reloading the sources list | Sebastian Heinlein | 1 | -2/+2 | |
| 2006-03-20 | * do not show the reload information if there is a parent window for the | Sebastian Heinlein | 1 | -2/+6 | |
| preferences * try to reselect the previous selected channel after reloading | |||||
| 2006-03-17 | * allow to enable and disable channels/sources | Sebastian Heinlein | 1 | -1/+20 | |
| * disable edit and remove button if no sources are available * always select the first source at startup * use the reload icon on the check button | |||||
| 2006-03-13 | * inform the user to update the cache if the channels have been modified. | Sebastian Heinlein | 2 | -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 if | Sebastian Heinlein | 1 | -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 Heinlein | 1 | -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 just | Sebastian Heinlein | 1 | -123/+0 | |
| forgotten to be removed completely | |||||
| 2006-03-11 | * Include a vaild .desktop file - bug #33575 | Sebastian Heinlein | 1 | -0/+123 | |
| * Readded the wrongly deleted dialog_sources_list | |||||
| 2006-03-10 | * remove the dialog_sources_list: it's not part of the dapper release | Sebastian Heinlein | 1 | -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 ready | Michael Vogt | 4 | -540/+125 | |
| 2006-02-27 | * fix the setting of the SoftwareProperties.modified flag (important for the ↵ | Michael Vogt | 1 | -0/+2 | |
| calling apps like synaptic ) | |||||
| 2006-02-27 | * UpdateManager/MetaRelease.py, DistUpgradeFetcher: | Michael Vogt | 1 | -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 yet | Michael Vogt | 2 | -9/+15 | |
| 2006-02-27 | * show the already enabled components for a given dist if "add" is clicked | Michael Vogt | 2 | -3/+18 | |
| 2006-02-27 | * Typos | Michael Vogt | 1 | -1/+1 | |
| 2006-02-27 | * SoftwareProperties/SoftwareProperties.py: | Michael Vogt | 4 | -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 selected | Sebastian Heinlein | 1 | -7/+17 | |
| 2006-02-26 | * Add a button revert and make the channel list instant apply | Sebastian Heinlein | 1 | -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 dialog | Sebastian Heinlein | 2 | -1/+9 | |
| 2006-02-24 | * Remove all obsolete backup files before backup | Sebastian Heinlein | 2 | -0/+13 | |
| 2006-02-24 | * Rendering of channel sources: | Sebastian Heinlein | 3 | -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.py | Sebastian Heinlein | 2 | -71/+114 | |
| * Tag the older distrus, too * Add support for backports | |||||
| 2006-02-23 | * Automatic security updates | Sebastian Heinlein | 2 | -18/+99 | |
| 2006-02-23 | * Use a smaller border in the add cdrom dialog | Sebastian Heinlein | 1 | -0/+122 | |
| * add sources list was missing | |||||
