Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 2 | -2/+2 | |
| | ||||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 4 | -29/+29 | |
| | ||||||
* | display floppy driver type as well as mouse type | Thierry Vignaud | 2002-11-13 | 1 | -0/+2 | |
| | ||||||
* | resync with printerdrake | Thierry Vignaud | 2002-11-12 | 1 | -1/+1 | |
| | ||||||
* | handle devices managed by usbvision too | Thierry Vignaud | 2002-11-12 | 1 | -2/+2 | |
| | ||||||
* | exclude more usb mice from unknown devices | Thierry Vignaud | 2002-11-12 | 1 | -1/+1 | |
| | ||||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 2 | -12/+12 | |
| | | | | | - remove unneeded parentheses for things like ... if (...) | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 4 | -29/+29 | |
| | ||||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-09 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Thierry Vignaud | 2002-11-07 | 1 | -0/+14 | |
| | ||||||
* | - getCPUs() : fix cpu fields parsing | Thierry Vignaud | 2002-11-07 | 1 | -7/+14 | |
| | | | | | | | - harddrake::detect : o describe most cpu fields o print value of skipped fields | |||||
* | - describe cpu frequency | Thierry Vignaud | 2002-11-07 | 1 | -14/+20 | |
| | | | | | | | | | - only display help topics related to currently displayed fields in right framea - if no device selected, display a message explaining the help dialog - simplify the unknow driver case for color choice - only display fields we described | |||||
* | perl checker fixes | Thierry Vignaud | 2002-11-07 | 1 | -6/+6 | |
| | ||||||
* | - add help for some cpu items | Thierry Vignaud | 2002-11-07 | 1 | -1/+6 | |
| | | | | | | - only display choosen items - remove a dead statement | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 2 | -2/+2 | |
| | ||||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 | |
| | ||||||
* | fix for modules.pm not exporting category2modules_and_description | Thierry Vignaud | 2002-11-06 | 1 | -1/+1 | |
| | ||||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 4 | -74/+74 | |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | |||||
* | add new drivers | Thierry Vignaud | 2002-10-28 | 1 | -0/+2 | |
| | ||||||
* | do a perl_checker pass after pixel one since he only do half the work | Thierry Vignaud | 2002-10-23 | 1 | -1/+2 | |
| | ||||||
* | nono changes for stupid perl_checker whose maintainer don't want to fix ↵ | Thierry Vignaud | 2002-10-23 | 1 | -3/+5 | |
| | | | | deficienties | |||||
* | make perl_checker happy: replace PKG::f with PKG::f() | Pascal Rigaux | 2002-10-23 | 1 | -1/+1 | |
| | ||||||
* | reindent for lord pix | Thierry Vignaud | 2002-10-23 | 4 | -530/+533 | |
| | ||||||
* | titi almost sux (he helped me that's why I can't say titi sux :p) | Damien Chaumette | 2002-10-17 | 1 | -5/+1 | |
| | ||||||
* | - printerdrake::auto_detect(local, net, smb): | Thierry Vignaud | 2002-10-17 | 1 | -16/+6 | |
| | | | | | | | o split into local_detect, net_detect, net_smb_detect o detect: return all printers - printer: consolidate all *help_output into help_output | |||||
* | don't print empty help for fields without any help | Thierry Vignaud | 2002-10-16 | 1 | -5/+5 | |
| | ||||||
* | - alphabetically sort help items | Thierry Vignaud | 2002-10-16 | 1 | -12/+17 | |
| | | | | | - add help for some cpu fields | |||||
* | display cpu name (eg "Pentium") too in harddrake gui | Thierry Vignaud | 2002-10-16 | 1 | -1/+1 | |
| | ||||||
* | display "$vendor cpu number $id" for cpus in harddrake gui | Thierry Vignaud | 2002-10-16 | 1 | -1/+4 | |
| | ||||||
* | fix Gtk::CTree:insert_node inversing devices order | Thierry Vignaud | 2002-10-16 | 1 | -4/+1 | |
| | ||||||
* | miaouh | Thierry Vignaud | 2002-10-16 | 1 | -1/+1 | |
| | ||||||
* | use code factored in detect_devices for modem detection | Thierry Vignaud | 2002-10-16 | 1 | -8/+2 | |
| | ||||||
* | -add cpus detection | Thierry Vignaud | 2002-10-16 | 4 | -3/+12 | |
| | | | | | | | - update todo list - perl_checker fix | |||||
* | display again unknown category (spoted by florent beranger) | Thierry Vignaud | 2002-10-15 | 1 | -9/+1 | |
| | ||||||
* | don't use ugtk directly | Thierry Vignaud | 2002-10-09 | 1 | -3/+19 | |
| | ||||||
* | handle nvaudio too | Thierry Vignaud | 2002-09-25 | 1 | -1/+2 | |
| | ||||||
* | add a few comments | Thierry Vignaud | 2002-09-24 | 1 | -0/+9 | |
| | ||||||
* | split harddrake part that configure a module into modules::interactive | Thierry Vignaud | 2002-09-24 | 1 | -16/+2 | |
| | ||||||
* | move usb video devices to webcam category | Thierry Vignaud | 2002-09-24 | 2 | -8/+13 | |
| | ||||||
* | split devices listing ("detection") part into its own function | Thierry Vignaud | 2002-09-24 | 1 | -40/+62 | |
| | | | | | (detect) for readability | |||||
* | don't print logs in console | Thierry Vignaud | 2002-09-20 | 1 | -1/+1 | |
| | ||||||
* | update | Thierry Vignaud | 2002-09-20 | 1 | -3/+2 | |
| | ||||||
* | don't use standalone while installing | Thierry Vignaud | 2002-09-19 | 1 | -2/+1 | |
| | ||||||
* | - fix: we displayed current driver as default one: display the right one | Thierry Vignaud | 2002-09-11 | 1 | -2/+5 | |
| | | | | | - show a wait message while switching driver | |||||
* | s/was the firt sound API/was the first sound API/ | Thierry Vignaud | 2002-09-11 | 1 | -1/+1 | |
| | ||||||
* | description update | Thierry Vignaud | 2002-09-10 | 1 | -1/+1 | |
| | ||||||
* | fix OSS definition | Thierry Vignaud | 2002-09-10 | 1 | -1/+1 | |
| | ||||||
* | update | Thierry Vignaud | 2002-09-09 | 1 | -17/+1 | |
| | ||||||
* | enforce unique ids | Thierry Vignaud | 2002-09-09 | 1 | -0/+1 | |
| | ||||||
* | add drakbug report entry in help menu | Thierry Vignaud | 2002-09-09 | 1 | -0/+2 | |
| |