Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug 15500: don't display rsync mirrors if rsync isn't installed | Rafael Garcia-Suarez | 2005-04-21 | 1 | -0/+3 |
| | |||||
* | in fact, limited is official. | Rafael Garcia-Suarez | 2005-04-21 | 1 | -2/+2 |
| | |||||
* | Limited is the new community | Rafael Garcia-Suarez | 2005-04-21 | 1 | -2/+1 |
| | |||||
* | Don't hardcode mirror list url, use /etc/urpmi/mirror.config like ↵ | Rafael Garcia-Suarez | 2005-02-21 | 1 | -1/+3 |
| | | | | urpmi.addmedia does | ||||
* | don't use N() without text litterals | Pablo Saratxaga | 2005-02-09 | 1 | -1/+1 |
| | |||||
* | Fix encoding of error message when fails to add or update a media | Rafael Garcia-Suarez | 2005-02-09 | 1 | -1/+1 |
| | |||||
* | Fallback to /etc/release | Rafael Garcia-Suarez | 2005-02-01 | 1 | -1/+1 |
| | |||||
* | In the software manager, to add media, add the ability to choose between | Rafael Garcia-Suarez | 2005-01-17 | 1 | -0/+1 |
| | | | | | | the whole distribution or the official updates (for official distributions; this does not make sense for the other ones) | ||||
* | Fix logic error in the function that computes distro type | Rafael Garcia-Suarez | 2005-01-17 | 1 | -7/+6 |
| | |||||
* | Make the software media manager able to add sources for official. | Rafael Garcia-Suarez | 2005-01-17 | 1 | -23/+25 |
| | | | | | | (although the version number is missing, must remember to cram it somewhere) Don't export mirrors() from the rpmdrake package anymore. | ||||
* | Move the "Show automatically selected packages" option in a menu | Rafael Garcia-Suarez | 2005-01-13 | 1 | -0/+3 |
| | |||||
* | perl_checker fixes | Rafael Garcia-Suarez | 2005-01-13 | 1 | -23/+33 |
| | |||||
* | Factorize open-help code | Rafael Garcia-Suarez | 2005-01-12 | 1 | -0/+9 |
| | |||||
* | Add a function make_url_mirror_dist to get the url for a mirror for | Rafael Garcia-Suarez | 2005-01-11 | 1 | -0/+7 |
| | | | | | a distribution (as opposed to a mirror for updates) | ||||
* | Trim the \n at the end of $mandrake_release. | Rafael Garcia-Suarez | 2005-01-11 | 1 | -20/+30 |
| | | | | | | Don't use /root to cache the downloaded mirror list. Make the message in the "choose mirror" dialog configurable. | ||||
* | Only load packdrake when needed | Rafael Garcia-Suarez | 2004-12-09 | 1 | -1/+0 |
| | |||||
* | Implement --distrib for adding media via the software media manager | Rafael Garcia-Suarez | 2004-12-01 | 1 | -7/+14 |
| | |||||
* | Close the download progress window when the download is cancelled | Rafael Garcia-Suarez | 2004-12-01 | 1 | -2/+2 |
| | |||||
* | Add a "cancel" button in the download progress window (bug 10961). | Rafael Garcia-Suarez | 2004-11-30 | 1 | -6/+22 |
| | |||||
* | Add a "select all" button to the media selection window for manual media | Rafael Garcia-Suarez | 2004-11-30 | 1 | -1/+5 |
| | | | | | update | ||||
* | In the Software Media Manager, the edition of media-specific proxies was | Rafael Garcia-Suarez | 2004-11-24 | 1 | -0/+4 |
| | | | | | broken. | ||||
* | Don't mangle media names in checkbuttons | Rafael Garcia-Suarez | 2004-11-17 | 1 | -1/+1 |
| | |||||
* | The software media manager shouldn't die when it can't add a media | Rafael Garcia-Suarez | 2004-11-16 | 1 | -1/+1 |
| | |||||
* | Further url fixing | Rafael Garcia-Suarez | 2004-11-16 | 1 | -1/+1 |
| | |||||
* | Add more countries for update mirror selection. Fix retrieval of | Rafael Garcia-Suarez | 2004-11-16 | 1 | -1/+9 |
| | | | | | nationality of mirrors. | ||||
* | change hostname | Rafael Garcia-Suarez | 2004-11-16 | 1 | -1/+1 |
| | |||||
* | Make the changelog-first option configurable in ~/.rpmdrake (cf bug 11888) | Rafael Garcia-Suarez | 2004-11-05 | 1 | -14/+14 |
| | |||||
* | Allow rpmdrake branding. | Rafael Garcia-Suarez | 2004-10-21 | 1 | -14/+42 |
| | |||||
* | Remove a spurious level of gtkpack__ | Rafael Garcia-Suarez | 2004-10-21 | 1 | -1/+9 |
| | |||||
* | Spurious traces. | Rafael Garcia-Suarez | 2004-10-05 | 1 | -3/+0 |
| | |||||
* | Adaptation to the new update mirror architecture, for community, official | Rafael Garcia-Suarez | 2004-10-05 | 1 | -5/+9 |
| | | | | | | | and cooker distributions. synthesis is now to be found in a media_info subdirectory, and RPMs in <version_number>/main_updates if the mirror url doesn't already end in media/main. | ||||
* | Center interactive messages (bug #11810) | Rafael Garcia-Suarez | 2004-09-29 | 1 | -1/+1 |
| | |||||
* | Don't wrap messages two times in a WrappedLabel (bug #10962) | Rafael Garcia-Suarez | 2004-08-26 | 1 | -0/+1 |
| | |||||
* | Better presentation of large dialogs: don't reserve anymore half of the | Rafael Garcia-Suarez | 2004-08-25 | 1 | -1/+1 |
| | | | | | window for a couple of buttons. | ||||
* | Restore the download progress bar for hdlist and synthesis files. | Rafael Garcia-Suarez | 2004-08-23 | 1 | -1/+1 |
| | |||||
* | The dialogs to update or add media could freeze when a fatal error occurred. | Rafael Garcia-Suarez | 2004-08-16 | 1 | -1/+3 |
| | |||||
* | Add space around wait message (bug #10546), by Fabrice Facorat. | Rafael Garcia-Suarez | 2004-08-06 | 1 | -1/+1 |
| | |||||
* | Don't UTF-8 encode error messages twice. | Rafael Garcia-Suarez | 2004-08-04 | 1 | -2/+2 |
| | |||||
* | changed Mandrake Linux -> Mandrakelinux | Pablo Saratxaga | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-07-27 | 1 | -2/+2 |
| | |||||
* | merge 64bit fixes from AMD64 tree | Thierry Vignaud | 2004-07-26 | 1 | -1/+9 |
| | |||||
* | Better presentation for interactive messages when embedded in mcc. | Rafael Garcia-Suarez | 2004-07-08 | 1 | -1/+1 |
| | |||||
* | Remove perl bug workaround, now unneeded | Rafael Garcia-Suarez | 2004-07-08 | 1 | -1/+1 |
| | |||||
* | Work around a bug in perl 5.8.5 RC1 + Gtk2 | Rafael Garcia-Suarez | 2004-07-07 | 1 | -1/+1 |
| | |||||
* | The window to update some media was in fact always updating all activated | Rafael Garcia-Suarez | 2004-06-23 | 1 | -5/+11 |
| | | | | | media. | ||||
* | When rpmdrake detects a media that looks like an update media added | Rafael Garcia-Suarez | 2004-06-18 | 1 | -9/+66 |
| | | | | | | | by the installation, it now checks whether it corresponds to the current Mandrakelinux release, and if it doesn't, it disables the media. Probably still a bit rough. | ||||
* | Use a WrappedLabel for the interactive messages. | Rafael Garcia-Suarez | 2004-06-17 | 1 | -24/+50 |
| | | | | | Fix some english messages. | ||||
* | Be more forgiving : don't issue a fatal error message if there is no error | Rafael Garcia-Suarez | 2004-06-14 | 1 | -1/+1 |
| | | | | | message to display. (Anthill #918) | ||||
* | An incorrect error message was produced by the software media manager | Rafael Garcia-Suarez | 2004-05-06 | 1 | -1/+3 |
| | | | | | when updating a media when a previous media was disabled. | ||||
* | When MandrakeUpdate was called from drakconf, the mouse cursor was stuck | Rafael Garcia-Suarez | 2004-05-03 | 1 | -1/+5 |
| | | | | | in the 'wait' (clock) state. (Bugzilla 8200) |