aboutsummaryrefslogtreecommitdiffstats
path: root/edit-urpm-sources.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* add an help button to the Media EditorGuillaume Cottenceau2003-09-031-1/+6
|
* handle subdirectory in "updates" for specialGuillaume Cottenceau2003-08-291-2/+1
| | | | | Mandrake issues such as corporate/clustering/etc
* fix #4914 (program crashes when trying to add a medium)Guillaume Cottenceau2003-08-281-2/+3
|
* handle modality in parallel and key editorsGuillaume Cottenceau2003-08-181-9/+9
|
* finish off "manage keys"Guillaume Cottenceau2003-08-131-4/+30
|
* add ability to manage media keys (not finished yet)Guillaume Cottenceau2003-08-121-0/+77
|
* don't forget to activate hdlist entry when populating with aGuillaume Cottenceau2003-08-081-0/+2
| | | | | security mirror
* fix probe_with (urpmi changed name of option, but my recentGuillaume Cottenceau2003-08-081-1/+1
| | | | | checkbutton get_active was also broken)
* edit-urpmi-media/add:Guillaume Cottenceau2003-08-081-15/+24
| | | | | | | - right-align left labels - use a checkbutton for "hdlist" so that user better understands it's optional (and say in a tooltip that it is)
* 2.1-25mdk: switch to gtk2-perl-xsThierry Vignaud2003-07-161-17/+13
|
* - add ability to edit parallel urpmiGuillaume Cottenceau2003-05-301-13/+253
| | | | | | - add ability to update a medium or regenerate its hdlist through right-click on the medium name
* fix media/medias by medium/mediaGuillaume Cottenceau2003-05-301-12/+12
|
* modify un-meaninful "save&quit"/"Quit" to a simple "Ok"Guillaume Cottenceau2003-05-281-5/+3
|
* fix removing of a media would not clear all the medias list :(Guillaume Cottenceau2003-05-281-0/+1
|
* let medias be reorderable in the medias editorGuillaume Cottenceau2003-05-221-0/+16
|
* substitute references to "sources" by now talking about "medias",Guillaume Cottenceau2003-05-161-9/+9
| | | | | should be more understandable and more consistent with urpmi
* make rpmdrake.pm a real perl package, because of auto requires/deps on perl ↵Guillaume Cottenceau2003-05-121-0/+5
| | | | stuff from within rpm :/
* report more urpmi errors in the GUIGuillaume Cottenceau2003-04-171-13/+0
|
* make the labels of proxy dialog justified centrallyGuillaume Cottenceau2003-02-211-2/+2
|
* add download progress when updating distant sources (still needsGuillaume Cottenceau2003-02-211-2/+2
| | | | | improvement in messages, work in progress with urpmi)
* some code cleanup thx to titi & perl checkerGuillaume Cottenceau2003-02-211-12/+12
|
* use require_root_capability thx to titiGuillaume Cottenceau2003-01-281-1/+5
|
* fix thx to titiGuillaume Cottenceau2003-01-281-2/+2
|
* fix crashing when managing to call Remove or Edit with nothingGuillaume Cottenceau2003-01-221-2/+7
| | | | | selected (#970)
* fix wrong display of medium as "enabled", after adding a mediumGuillaume Cottenceau2003-01-221-2/+3
| | | | | that has problems and is hence automatically disabled (#995)
* fix many errors originating from not being able to access widgets after ↵Guillaume Cottenceau2003-01-211-19/+31
| | | | dialog is finished
* probe hdlists in all cases (why did I limit? dunno..)Guillaume Cottenceau2002-12-171-1/+1
|
* gtk2Guillaume Cottenceau2002-11-261-106/+108
|
* small fixGuillaume Cottenceau2002-10-271-1/+1
|
* revert deushineryGuillaume Cottenceau2002-09-061-1/+0
|
* - hide password entry char (gc sux)Daouda Lo2002-09-061-0/+1
|
* don't display passwords in clear textGuillaume Cottenceau2002-09-061-3/+3
|
* have an expert right-click menu on the left treeview, for askingGuillaume Cottenceau2002-09-051-18/+1
| | | | | to reset the selection, reload lists and update sources
* - disable prerendered titles until I have the new bannerGuillaume Cottenceau2002-09-031-3/+2
| | | | | | | - don't update when no source is selected for updates... - new ugtk without BEGIN so that we can have an OK error message when X is not available - use parenthesis for as much functions as seen since when requir'ing modules sometimes a function call is considered a bareword
* less strict regexp to split user/pass of proxy authen so thatGuillaume Cottenceau2002-09-021-1/+1
| | | | | they may contain a : now
* handle /etc/urpmi/proxy.cfg proxies, have a proxy dialog config inGuillaume Cottenceau2002-08-301-1/+36
| | | | | edit-urpm-sources
* api change in interactive_msg was not reflected everywhere, grrrGuillaume Cottenceau2002-08-271-2/+2
|
* when editing a removable:// medium, warn that you need the mediumGuillaume Cottenceau2002-08-271-0/+3
| | | | | in the drive
* better handling of users putting ftp:// in the URL for FTPGuillaume Cottenceau2002-08-201-2/+1
| | | | | sources
* toggle the ignore flag only when the button press was really doneGuillaume Cottenceau2002-08-191-1/+1
| | | | | in an existing col/row
* don't strictly require that all the fields be filled since urpmiGuillaume Cottenceau2002-08-061-13/+13
| | | | | | | can make guesses or build the hdlist itself; in removable and local modes, give the probe_with_hdlist option when the hdlist field is void
* handle case when user enters the location of the ftp source withGuillaume Cottenceau2002-08-061-0/+1
| | | | | a leading ftp://
* add the updating of mediaGuillaume Cottenceau2002-08-051-3/+25
|
* allow user to cancel on medium changesGuillaume Cottenceau2002-08-021-2/+2
|
* fix mouse cursor problem by calling my_gtk::exit instead of perl'sGuillaume Cottenceau2002-08-021-1/+3
|
* Initial revisionV2_0topic/RPMDRAKEGuillaume Cottenceau2002-08-011-0/+255