Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - use new urpmi API to verify signatures, so that we don't miss | Guillaume Cottenceau | 2003-09-05 | 1 | -1/+9 |
| | | | | | | signatures problems when key of package is not in urpmi allowed pool - convert to utf8 when asking translations to urpmi | ||||
* | fix not reporting any error when updating of | Guillaume Cottenceau | 2003-09-03 | 1 | -12/+21 |
| | | | | | media fail (#5212) | ||||
* | add more locations for each timezone | Guillaume Cottenceau | 2003-08-29 | 1 | -21/+21 |
| | |||||
* | handle subdirectory in "updates" for special | Guillaume Cottenceau | 2003-08-29 | 1 | -1/+10 |
| | | | | | Mandrake issues such as corporate/clustering/etc | ||||
* | merge and translate for fr | Guillaume Cottenceau | 2003-08-13 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Guillaume Cottenceau | 2003-08-13 | 1 | -0/+1 |
| | |||||
* | fix browsing for adding a security update (port gtk2-perl-xs | Guillaume Cottenceau | 2003-08-08 | 1 | -3/+1 |
| | | | | | not complete) | ||||
* | when updating media, if url is too long, don't display it because | Guillaume Cottenceau | 2003-08-07 | 1 | -11/+19 |
| | | | | | | it enlarges much the dialog; better display only the basename and the medium name (#4338) | ||||
* | no, titi, I really need $widget->size_request, that's in now way equivalent ↵ | Guillaume Cottenceau | 2003-08-07 | 1 | -2/+4 |
| | | | | to $widget->get_size_request (fixes interactive_packtable initially much too small) | ||||
* | fix #4248 (crash when asking for more infos in rpmdrake-remove) | Thierry Vignaud | 2003-07-23 | 1 | -2/+2 |
| | |||||
* | keep rpmdrake wait messages centered | Thierry Vignaud | 2003-07-18 | 1 | -0/+1 |
| | |||||
* | 2.1-25mdk: switch to gtk2-perl-xs | Thierry Vignaud | 2003-07-16 | 1 | -2/+2 |
| | |||||
* | fix media/medias by medium/media | Guillaume Cottenceau | 2003-05-30 | 1 | -5/+5 |
| | |||||
* | adding an update source: fix sorting according to tz | Guillaume Cottenceau | 2003-05-28 | 1 | -1/+1 |
| | |||||
* | substitute references to "sources" by now talking about "medias", | Guillaume Cottenceau | 2003-05-16 | 1 | -5/+5 |
| | | | | | should be more understandable and more consistent with urpmi | ||||
* | make rpmdrake.pm a real perl package, because of auto requires/deps on perl ↵ | Guillaume Cottenceau | 2003-05-12 | 1 | -1/+8 |
| | | | | stuff from within rpm :/ | ||||
* | fix percent completed shown as "speed" in some situations, thx | Guillaume Cottenceau | 2003-04-24 | 1 | -1/+1 |
| | | | | | David Walser | ||||
* | report more urpmi errors in the GUI | Guillaume Cottenceau | 2003-04-17 | 1 | -2/+24 |
| | |||||
* | choose a mirror dialog: larger default size so that the scrollbars don't appear | Guillaume Cottenceau | 2003-03-05 | 1 | -3/+2 |
| | |||||
* | add help support thx to drakhelp | Guillaume Cottenceau | 2003-02-28 | 1 | -0/+1 |
| | |||||
* | forgot handling "failed" callback mode | Guillaume Cottenceau | 2003-02-28 | 1 | -0/+3 |
| | |||||
* | finish using urpmi callbacks when updating sources | Guillaume Cottenceau | 2003-02-28 | 1 | -15/+17 |
| | |||||
* | anticipate soon in the future new ability of urpm to show progress of local ↵ | Guillaume Cottenceau | 2003-02-21 | 1 | -7/+12 |
| | | | | files | ||||
* | add download progress when updating distant sources (still needs | Guillaume Cottenceau | 2003-02-21 | 1 | -4/+34 |
| | | | | | improvement in messages, work in progress with urpmi) | ||||
* | some code cleanup thx to titi & perl checker | Guillaume Cottenceau | 2003-02-21 | 1 | -2/+2 |
| | |||||
* | fix wait messages | Guillaume Cottenceau | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | fix problems of characters display in non-latin1 locales | Guillaume Cottenceau | 2003-01-24 | 1 | -1/+4 |
| | |||||
* | fix "update sources" dialog which didn't update the asked mediums | Guillaume Cottenceau | 2003-01-21 | 1 | -5/+4 |
| | |||||
* | - add the possibility to view more infos on each package, when | Guillaume Cottenceau | 2003-01-10 | 1 | -4/+26 |
| | | | | | | presenting a list of deps - factorize the packtable code of rpmnew dialog and more infos on package | ||||
* | perl's sprintf is bugged when parts of the SV's are UTF8, parts not | Guillaume Cottenceau | 2003-01-08 | 1 | -1/+7 |
| | |||||
* | have the interactive message with a scroll in a GtkFrame | Guillaume Cottenceau | 2003-01-07 | 1 | -2/+3 |
| | |||||
* | make wait messages transient for the main window as well | Guillaume Cottenceau | 2003-01-07 | 1 | -2/+3 |
| | |||||
* | gtk2 | Guillaume Cottenceau | 2002-11-26 | 1 | -104/+124 |
| | |||||
* | please perl_checker | Guillaume Cottenceau | 2002-11-06 | 1 | -3/+3 |
| | |||||
* | have an expert right-click menu on the left treeview, for asking | Guillaume Cottenceau | 2002-09-05 | 1 | -0/+24 |
| | | | | | to reset the selection, reload lists and update sources | ||||
* | - disable prerendered titles until I have the new banner | Guillaume Cottenceau | 2002-09-03 | 1 | -7/+14 |
| | | | | | | | - 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 | ||||
* | really forward exitcode to _exit | Guillaume Cottenceau | 2002-09-03 | 1 | -1/+1 |
| | |||||
* | Info.. is butonnized | Guillaume Cottenceau | 2002-09-02 | 1 | -1/+1 |
| | |||||
* | handle /etc/urpmi/proxy.cfg proxies, have a proxy dialog config in | Guillaume Cottenceau | 2002-08-30 | 1 | -3/+1 |
| | | | | | edit-urpm-sources | ||||
* | right click on right window to get possibility to | Guillaume Cottenceau | 2002-08-28 | 1 | -0/+1 |
| | | | | | | have more informations on packages (source, filelist, changelog) | ||||
* | when choosing between packages, add the ability to have | Guillaume Cottenceau | 2002-08-26 | 1 | -10/+18 |
| | | | | | information about each package choice (one button per package) | ||||
* | small | Guillaume Cottenceau | 2002-08-22 | 1 | -1/+1 |
| | |||||
* | need a use-c for c::WNOHANG | Guillaume Cottenceau | 2002-08-21 | 1 | -0/+1 |
| | |||||
* | add planetmirror.com as an exception country (au) and add | Guillaume Cottenceau | 2002-08-21 | 1 | -1/+3 |
| | | | | | au/australia as a country name | ||||
* | reflect changes in timezone::read | Guillaume Cottenceau | 2002-08-20 | 1 | -1/+1 |
| | |||||
* | usage of log::l needs a use-log here | Guillaume Cottenceau | 2002-08-05 | 1 | -0/+1 |
| | |||||
* | fix typo test/text | Guillaume Cottenceau | 2002-08-02 | 1 | -2/+2 |
| | |||||
* | allow user to cancel on medium changes | Guillaume Cottenceau | 2002-08-02 | 1 | -4/+6 |
| | |||||
* | fix mouse cursor problem by calling my_gtk::exit instead of perl's | Guillaume Cottenceau | 2002-08-02 | 1 | -2/+3 |
| | |||||
* | remove unused progress_msg | Guillaume Cottenceau | 2002-08-02 | 1 | -15/+0 |
| |