Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update for new packages (Gtk2), and remove the now-handled-by-perl_check ↵ | Pascal Rigaux | 2002-11-27 | 1 | -4/+7 |
| | | | | packages | ||||
* | - Gtk2 port | Thierry Vignaud | 2002-11-27 | 1 | -20/+18 |
| | | | | | - perl_checker fixes | ||||
* | - Gtk2 port | Thierry Vignaud | 2002-11-27 | 1 | -32/+29 |
| | | | | | - one perl_checker fix | ||||
* | reflect calling style change of PANGO_PIXELS | Guillaume Cottenceau | 2002-11-27 | 1 | -2/+1 |
| | |||||
* | restore previous behaviour and exit early only in cancel case | Thierry Vignaud | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | fix bad interaction between mcc & mousedrake. | Thierry Vignaud | 2002-11-27 | 1 | -3/+2 |
| | | | | | interactive already take care of it through my_gtk... | ||||
* | *** empty log message *** | Pascal Rigaux | 2002-11-26 | 1 | -32/+0 |
| | |||||
* | fix undeclared variable | Pascal Rigaux | 2002-11-26 | 1 | -1/+1 |
| | |||||
* | fix typo (gtkstring_size) thx to perl checker | Guillaume Cottenceau | 2002-11-26 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-26 | 1 | -4/+4 |
| | |||||
* | fix shadow bug due to wrong extraction of allocation data | Guillaume Cottenceau | 2002-11-26 | 1 | -2/+2 |
| | |||||
* | two small fixes | Guillaume Cottenceau | 2002-11-26 | 1 | -5/+3 |
| | |||||
* | add | Guillaume Cottenceau | 2002-11-26 | 1 | -0/+1255 |
| | |||||
* | ugtk2.pm is temporarily not in drakxtools but in perl-GTK2 | Guillaume Cottenceau | 2002-11-26 | 1 | -1/+1 |
| | |||||
* | miaouh | Thierry Vignaud | 2002-11-26 | 1 | -17/+8 |
| | |||||
* | simplify | Thierry Vignaud | 2002-11-26 | 1 | -34/+23 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-26 | 4 | -4/+4 |
| | |||||
* | simplify some stuff | Thierry Vignaud | 2002-11-26 | 1 | -15/+7 |
| | |||||
* | changed values for console font when en_US is chosen | Pablo Saratxaga | 2002-11-26 | 1 | -2/+2 |
| | |||||
* | forgot to commit it (.cvsignore containing * doesn't help) | Guillaume Cottenceau | 2002-11-26 | 1 | -0/+371 |
| | |||||
* | fix eating too much items | Thierry Vignaud | 2002-11-26 | 1 | -1/+2 |
| | |||||
* | no need to call common::backtrace(), use directly backtrace() (was it ↵ | Pascal Rigaux | 2002-11-26 | 1 | -1/+1 |
| | | | | written that way to workaround a bug in old perl_checker?) | ||||
* | no need to call common::backtrace(), use directly backtrace() (was it ↵ | Pascal Rigaux | 2002-11-26 | 1 | -2/+2 |
| | | | | written that way to workaround a bug in old perl_checker?) | ||||
* | fix typo (openInstallLog *must* return the filehandle) | Pascal Rigaux | 2002-11-25 | 1 | -0/+1 |
| | |||||
* | oops, didn't see titi modified option handling | Pascal Rigaux | 2002-11-25 | 1 | -3/+0 |
| | |||||
* | fix handling of options --expert and --testing | Pascal Rigaux | 2002-11-25 | 1 | -0/+3 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-25 | 1 | -12/+12 |
| | |||||
* | don't use filehandle *pkgs::LOG, use a my'ed $LOG | Pascal Rigaux | 2002-11-25 | 1 | -14/+9 |
| | |||||
* | in network::netconnect::main(), declare @l as it should be. But the code is ↵ | Pascal Rigaux | 2002-11-25 | 1 | -1/+2 |
| | | | | really wrong, it NEEDS fixing | ||||
* | - $up was my-ed inside the if-then block though it was used outside the ↵ | Pascal Rigaux | 2002-11-25 | 1 | -2/+3 |
| | | | | | | | block (hint: buggy code) - my @country as it should be | ||||
* | $modem is redefined 2 lines below its first declaration. this first ↵ | Pascal Rigaux | 2002-11-25 | 1 | -1/+0 |
| | | | | declaration is useless (??) | ||||
* | since $mouse is undefined, replace it with undef (??) | Pascal Rigaux | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | add support for Sagem USB Modem (for free.fr ;-)) | Francois Pons | 2002-11-25 | 1 | -2/+14 |
| | |||||
* | add support ADIModem. | Francois Pons | 2002-11-25 | 1 | -2/+3 |
| | |||||
* | revert previous change useless (another problem). | Francois Pons | 2002-11-25 | 1 | -2/+0 |
| | |||||
* | 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 |
| | |||||
* | 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. | ||||
* | 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 |
| |