aboutsummaryrefslogtreecommitdiffstats
path: root/edit-urpm-sources.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* (mainwindow) let's be more user-friendly by showing one cannot move an itemThierry Vignaud2006-07-041-2/+15
| | | | | | when it's the first or the last one (thus preventing emitting Gtk+ critic warnings)
* (easy_add_callback) make one more dialog transient to the main windowThierry Vignaud2006-03-301-0/+1
|
* center a few uncentered sub dialogs and actually make all of themThierry Vignaud2006-03-301-14/+15
| | | | | transient to the main window
* Patch by Javier Mart�nez to add support for adding rsync sources in the ↵Rafael Garcia-Suarez2005-12-051-2/+8
| | | | software media manager. (see bug #19572)
* Software media manager should be embedded in MCCRafael Garcia-Suarez2005-11-211-0/+7
|
* Update copyrightsRafael Garcia-Suarez2005-10-311-1/+2
|
* Get rid of c::_exitRafael Garcia-Suarez2005-10-271-1/+2
|
* Get rid of standalone packageRafael Garcia-Suarez2005-10-271-3/+0
|
* Remove obscure drop-down menu in software media managerRafael Garcia-Suarez2005-10-251-41/+0
|
* Make update media window prettierRafael Garcia-Suarez2005-10-251-6/+7
|
* Add medium name in message windowRafael Garcia-Suarez2005-10-251-1/+1
|
* When unignoring a media, if it's not usable as is, ask the user for theRafael Garcia-Suarez2005-10-251-1/+16
| | | | | permission to update it. If not, leave it ignored.
* Add dots after 'Edit...' label in the software media managerRafael Garcia-Suarez2005-07-251-2/+2
|
* Add a column to mark / unmark media as update sourcesRafael Garcia-Suarez2005-05-171-6/+16
|
* Add an "update" checkbox in the software media manager to mark newly addedRafael Garcia-Suarez2005-05-171-3/+11
| | | | | media as "updates"
* s/Mandrake/Mandriva/Pablo Saratxaga2005-05-051-4/+4
|
* Patch by Michael Scherer to skip external sources (currently unused) in theRafael Garcia-Suarez2005-03-071-1/+1
| | | | | software media manager
* Fix bug 14110: add a vertical scrollbar when there are lots of medias in theRafael Garcia-Suarez2005-03-011-1/+2
| | | | | software media manager
* Remove debug codeRafael Garcia-Suarez2005-02-161-1/+0
|
* Make the software media manager cope with variables in urls (Michael Scherer)Rafael Garcia-Suarez2005-02-141-2/+3
|
* perl_checker fixesRafael Garcia-Suarez2005-01-201-8/+8
|
* Write a nice user-friendly message for the "add official media" dialogRafael Garcia-Suarez2005-01-171-1/+7
|
* Remove the ability to add update sources from the custom add buttonRafael Garcia-Suarez2005-01-171-53/+34
|
* In the software manager, to add media, add the ability to choose betweenRafael Garcia-Suarez2005-01-171-13/+33
| | | | | | the whole distribution or the official updates (for official distributions; this does not make sense for the other ones)
* Make the software media manager able to add sources for official.Rafael Garcia-Suarez2005-01-171-1/+2
| | | | | | (although the version number is missing, must remember to cram it somewhere) Don't export mirrors() from the rpmdrake package anymore.
* Factorize open-help codeRafael Garcia-Suarez2005-01-121-9/+1
|
* Work in progress in the software media manager -- requalify the "Add..." buttonRafael Garcia-Suarez2005-01-111-0/+34
| | | | | | to add the sources for the current distribution, and rename the old "Add..." button to "Add custom..."
* Add the ability to reorder the media in the software media managerRafael Garcia-Suarez2004-12-171-2/+28
|
* Implement --distrib for adding media via the software media managerRafael Garcia-Suarez2004-12-011-14/+49
|
* French translationsRafael Garcia-Suarez2004-11-301-1/+1
|
* Fix gc's creative indentationRafael Garcia-Suarez2004-11-301-166/+263
|
* Allow to set some global settings from the software media manager. MoreRafael Garcia-Suarez2004-11-301-0/+36
| | | | | to come. Not sure whether this is the right place, though.
* Always center dialog windows on their parent in the software media managerRafael Garcia-Suarez2004-11-291-11/+10
|
* In the Software Media Manager, the edition of media-specific proxies wasRafael Garcia-Suarez2004-11-241-4/+8
| | | | | broken.
* IndentationRafael Garcia-Suarez2004-11-171-32/+47
|
* When modifying a media has failed, restore it (and don't keep it in theRafael Garcia-Suarez2004-11-171-4/+18
| | | | | intermediate state of being ignored)
* Change default location of synthesis file when adding an update mediaRafael Garcia-Suarez2004-11-161-1/+1
| | | | | via the software media manager
* perl_checker fixesRafael Garcia-Suarez2004-10-191-11/+11
|
* (mainwindow) fix button layoutThierry Vignaud2004-09-211-1/+1
|
* Fix bug #10878: invert buttons in add media and edit media dialogsRafael Garcia-Suarez2004-08-231-28/+38
|
* Confirmation dialog for removal of sources (patch by Fabrice Facorat)Rafael Garcia-Suarez2004-08-111-0/+6
|
* force ignore flag to be undef if false (since write_config has beenOlivier Blin2004-07-191-1/+1
| | | | | rewritten to write flags only if defined)
* Ability to set a proxy for only one media in the software media managerRafael Garcia-Suarez2004-07-011-48/+97
|
* Reorganize order in which the startup boilerplate is executedRafael Garcia-Suarez2004-06-231-7/+9
|
* In the Software Media Manager, in the sub-window to choose the mediaRafael Garcia-Suarez2004-04-301-1/+6
| | | | | to be updated, don't list the disabled media.
* just like MandrakeUpdate, edit-urpm-sources can also configure a "update"Pascal Rigaux2004-03-101-1/+1
| | | | | | media, so just like MandrakeUpdate defaulting it to synthesis instead of hdlist
* lock urpmi database while running (#6828)Guillaume Cottenceau2004-02-201-6/+19
|
* fix broken media reordering (program crashed)Guillaume Cottenceau2004-02-191-2/+2
|
* fix #7425: center-always or center-on-parent popup windowsGuillaume Cottenceau2004-02-111-1/+1
|
* fix not reporting any error when updating ofGuillaume Cottenceau2003-09-031-2/+2
| | | | | media fail (#5212)