Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added a trailing true value for perl being happy. | Francois Pons | 2002-11-25 | 1 | -0/+2 |
| | |||||
* | removed reference to ...->{nb_cards} no more used. | Francois Pons | 2002-11-25 | 1 | -2/+0 |
| | |||||
* | removed old code (commented out). | Francois Pons | 2002-11-25 | 1 | -14/+0 |
| | |||||
* | removed 2 labels and 2 gotos by a very simple while, dam's is really great | Francois Pons | 2002-11-25 | 1 | -6/+5 |
| | | | | | sometimes ;-) | ||||
* | use a scalar instead of a typeglob (let typeglobs be deprecated!) | Pascal Rigaux | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | since we use the "fileno", perl doesn't know we're still using the ↵ | Pascal Rigaux | 2002-11-25 | 1 | -1/+2 |
| | | | | filehandle, and so closes it, and :-( | ||||
* | fix handling of "all" languages selected | Pascal Rigaux | 2002-11-25 | 1 | -3/+2 |
| | |||||
* | revert. | Francois Pons | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | added adiusbadsl (for supporting Sagem USB ADSL modem). | Francois Pons | 2002-11-25 | 1 | -7/+13 |
| | |||||
* | added is_domain_name that checks validity of a domain name. | Francois Pons | 2002-11-25 | 1 | -0/+5 |
| | |||||
* | add getSagem() to detect Sagem USB ADSL Modem. | Francois Pons | 2002-11-25 | 1 | -0/+3 |
| | |||||
* | fixes perl-checker importation of bug, getFile is complex for perl newbies, do | Francois Pons | 2002-11-25 | 1 | -1/+1 |
| | | | | | not rely on perl-checker for trying to "fix" it else it won't run anymore ;-) | ||||
* | make it work (changed *F => *GETFILE and added a return) else perl has some | Francois Pons | 2002-11-25 | 1 | -1/+1 |
| | | | | | problem using it as reference to file handle. | ||||
* | fixes for new kernel headers (It should problably be kernel-headers to be | Francois Pons | 2002-11-25 | 1 | -0/+1 |
| | | | | | modified but it is *much* faster to modify yoyotte's works). | ||||
* | s/mdk_rel/mandrake_release/ | Thierry Vignaud | 2002-11-25 | 3 | -6/+6 |
| | |||||
* | - simplify --embedded handling | Thierry Vignaud | 2002-11-25 | 1 | -2/+2 |
| | | | | | - stricter matching on --no-autoc | ||||
* | consolidate some stuff from standalone tools & mcc into mdk_rel() | Thierry Vignaud | 2002-11-25 | 3 | -7/+9 |
| | |||||
* | warn about broken programs that misuse my_gtk | Thierry Vignaud | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | display in mcc when embedded only when ready to interact with the user | Thierry Vignaud | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | interactive->exit call my_gtk->exit which destroy the window | Thierry Vignaud | 2002-11-25 | 1 | -1/+0 |
| | |||||
* | - simplify mcc stuff | Thierry Vignaud | 2002-11-25 | 1 | -8/+5 |
| | | | | | - prevent bad stacking of right icons in mcc at startup | ||||
* | remove dobles | Thierry Vignaud | 2002-11-25 | 1 | -2/+0 |
| | |||||
* | incorporate 8.2 HP fixes back in cooker. | Francois Pons | 2002-11-22 | 1 | -1/+7 |
| | |||||
* | use ask_warn when I should, and remove a one year old debug statement (???) | Guillaume Cottenceau | 2002-11-21 | 1 | -3/+2 |
| | |||||
* | switch latest tools that still manually handle embedding | Thierry Vignaud | 2002-11-21 | 6 | -66/+59 |
| | | | | | to use my_gtk | ||||
* | - perl_checker fixes | Thierry Vignaud | 2002-11-21 | 1 | -92/+90 |
| | | | | | - use my_gtk to transparently handle embedding | ||||
* | - Gtk::Gdk::ImlibImage is not needed | Thierry Vignaud | 2002-11-21 | 1 | -29/+27 |
| | | | | | | - perl_checker fixes - fix interactive exit (s/in/$in/ ->exit) | ||||
* | this one requires any | Thierry Vignaud | 2002-11-21 | 1 | -1/+1 |
| | |||||
* | remove dead code about option managment which is | Thierry Vignaud | 2002-11-21 | 1 | -12/+8 |
| | | | | | obsoleted by standalone | ||||
* | message_noconf_box() and message_underdevel() were quite | Thierry Vignaud | 2002-11-20 | 1 | -19/+8 |
| | | | | | identical. let consolidate them | ||||
* | message_noselect_box() and message_noselect_what_box() were just | Thierry Vignaud | 2002-11-20 | 1 | -27/+23 |
| | | | | | | identical (but for their label). let consolidate this | ||||
* | send_mail_pb() and client_ftp_pb() were just identical (modulo their | Thierry Vignaud | 2002-11-20 | 1 | -36/+23 |
| | | | | | label) | ||||
* | kill heavy duplication in get_cd_info() | Thierry Vignaud | 2002-11-20 | 1 | -43/+27 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -82/+91 |
| | |||||
* | - don't gratuitously copy a 70 lines help text with typo changes, | Thierry Vignaud | 2002-11-20 | 1 | -73/+6 |
| | | | | | | | translators will kill us - use strict, fix it | ||||
* | s/$x ne (0|'')/$x/ | Thierry Vignaud | 2002-11-20 | 4 | -27/+27 |
| | |||||
* | cleanups | Thierry Vignaud | 2002-11-20 | 1 | -12/+8 |
| | |||||
* | hide the "please wait" at the latest stage | Thierry Vignaud | 2002-11-20 | 1 | -3/+3 |
| | |||||
* | - api change for latest harddrake | Thierry Vignaud | 2002-11-20 | 1 | -2/+4 |
| | | | | | - s/$x ne ''/$x/ | ||||
* | this is a module, not a program | Thierry Vignaud | 2002-11-20 | 1 | -1/+1 |
| | |||||
* | update to new security::level scheme | Thierry Vignaud | 2002-11-20 | 1 | -2/+2 |
| | |||||
* | simplify | Thierry Vignaud | 2002-11-20 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 3 | -4/+5 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -16/+11 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 2 | -17/+11 |
| | |||||
* | do not use print_hello() callback, anyway it does not exists (but in | Thierry Vignaud | 2002-11-20 | 1 | -2/+2 |
| | | | | | drakfloppy ...) | ||||
* | - logdrake does not need any | Thierry Vignaud | 2002-11-20 | 1 | -49/+52 |
| | | | | | | - use ugtk for gtkcolor & co - perl_checker fixes | ||||
* | more perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -11/+11 |
| | |||||
* | - don't require unused modules | Thierry Vignaud | 2002-11-20 | 1 | -143/+133 |
| | | | | | | | - use my_gtk to transparently handle embedding - fixes for strict mode - fixes for perl_checker (more to come after lunch) | ||||
* | - fixes for "use strict" (still some work to do since some variables | Thierry Vignaud | 2002-11-20 | 1 | -302/+301 |
| | | | | | | | | | | | are created through ${ $x.$y } - use my_gtk : o clean code o transparently manage embedding - perl_checker fixes |