| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | Pascal Rigaux | 2005-02-25 | 1 | -0/+1 |
* | cleanup is_xbox() here too | Pascal Rigaux | 2005-02-23 | 1 | -1/+1 |
* | XBox support - XFdrake | Stew Benedict | 2005-02-23 | 1 | -1/+5 |
* | - move some install specific code out of ugtk2.pm into install_gtk.pm | Pascal Rigaux | 2005-01-06 | 1 | -27/+0 |
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -3/+3 |
* | since we don't use ramdisk but clp, some code is dead | Pascal Rigaux | 2004-11-18 | 1 | -2/+0 |
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -5/+5 |
* | add __regexp suffix to matching_desc() and matching_driver() | Thierry Vignaud | 2004-08-27 | 1 | -1/+1 |
* | /etc/mandrake-release is now /etc/mandrakelinux-release | Pascal Rigaux | 2004-05-26 | 1 | -1/+1 |
* | better error message on exceptions | Pascal Rigaux | 2004-03-02 | 1 | -0/+1 |
* | add unpack_with_refs() | Pascal Rigaux | 2004-02-10 | 1 | -0/+21 |
* | fix typo | Pascal Rigaux | 2004-02-09 | 1 | -1/+1 |
* | move Xtest() and setMouseLive() out of c/stuff to xf86misc::main | Pascal Rigaux | 2004-02-08 | 1 | -1/+5 |
* | detect_devices::matching_driver -> matching_desc but matching driver names (k... | Guillaume Cottenceau | 2004-01-13 | 1 | -1/+1 |
* | enable other packages to override libDrakx translations with those | Thierry Vignaud | 2004-01-09 | 1 | -1/+1 |
* | better override formatError than replacing all the formatError with formatErr... | Pascal Rigaux | 2004-01-08 | 1 | -3/+4 |
* | add formatError_and_log (to get log'ing even now that SIG{__DIE__} is not the... | Pascal Rigaux | 2004-01-08 | 1 | -1/+7 |
* | (require_root_capability) let be --testing aware | Thierry Vignaud | 2004-01-06 | 1 | -1/+1 |
* | perl_checker cleanup | Thierry Vignaud | 2003-12-22 | 1 | -1/+1 |
* | do not show useless "ignore" button when requesting root password through kdesu | Thierry Vignaud | 2003-12-19 | 1 | -1/+1 |
* | sort export list | Thierry Vignaud | 2003-10-27 | 1 | -1/+1 |
* | add common::nonblock() | Pascal Rigaux | 2003-10-06 | 1 | -0/+4 |
* | no need for NC(), doing it in translate() in any case | Pascal Rigaux | 2003-08-21 | 1 | -8/+3 |
* | perl_checker complain avout using N(@_) so NC() has been rewritten as | Pablo Saratxaga | 2003-08-21 | 1 | -3/+4 |
* | definition and use of an NC() function (translation with context, kde like) | Pablo Saratxaga | 2003-08-21 | 1 | -0/+8 |
* | ensure N() is not called before ugtk2 is initialised, otherwise | Pascal Rigaux | 2003-06-06 | 1 | -0/+1 |
* | (set_permissions): owner and group are optional parameters | Thierry Vignaud | 2003-05-20 | 1 | -7/+7 |
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -6/+6 |
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -2/+2 |
* | prevent warning when using diagnostics pragma (easier debugging) | Thierry Vignaud | 2003-03-05 | 1 | -0/+2 |
* | please perl_checker | Pascal Rigaux | 2003-02-02 | 1 | -1/+1 |
* | cleaning the utf8 support stuff: | Thierry Vignaud | 2003-01-28 | 1 | -2/+10 |
* | (require_root_capability): having extracted it from interactive enable | Thierry Vignaud | 2003-01-27 | 1 | -5/+1 |
* | strip authentification out of interactive->vnew into common.pm | Thierry Vignaud | 2003-01-27 | 1 | -2/+19 |
* | fix non latin1 post-install perl-gtk2 apps, seems like perl upgrading strings... | Guillaume Cottenceau | 2003-01-24 | 1 | -2/+9 |
* | better fix of ->isa use | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
* | remove use of UNIVERSAL::isa() (it is not much more complex with ref + ->isa,... | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
* | correctly pop when F2 (screenshots) | Guillaume Cottenceau | 2003-01-22 | 1 | -3/+2 |
* | fix accents characters displaying in console mode during install: | Guillaume Cottenceau | 2003-01-22 | 1 | -1/+1 |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -2/+2 |
* | common::secured_file() is a wrapper around c::is_secure_file() | Pascal Rigaux | 2003-01-06 | 1 | -0/+6 |
* | workaround perl sprintf bug when some parameters are utf8 and some not | Mystery Man 535 | 2002-12-03 | 1 | -1/+8 |
* | do not use "local my $F, ...", use "local(my $F, ...) instead | Pascal Rigaux | 2002-12-03 | 1 | -2/+2 |
* | (formatXiB): simplify | Pascal Rigaux | 2002-12-03 | 1 | -1/+2 |
* | use "my $F" instead of "local *F" (and cleanup) | Pascal Rigaux | 2002-12-03 | 1 | -11/+10 |
* | (set_alternative): simplify | Pascal Rigaux | 2002-12-02 | 1 | -30/+8 |
* | s/mdk_rel/mandrake_release/ | Thierry Vignaud | 2002-11-25 | 1 | -3/+3 |
* | consolidate some stuff from standalone tools & mcc into mdk_rel() | Thierry Vignaud | 2002-11-25 | 1 | -0/+4 |
* | printer related modules cleaning : | Thierry Vignaud | 2002-11-12 | 1 | -1/+58 |
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |