Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | really show a warning if no tv card is detected | Olivier Blin | 2005-07-18 | 1 | -1/+1 |
| | |||||
* | rename isTVcard() as isTVcardConfigurable() since it's more meaninfull ↵ | Thierry Vignaud | 2005-06-24 | 1 | -2/+2 |
| | | | | regarding its purpose | ||||
* | bump copyrigth notice | Thierry Vignaud | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | corrected url | Pablo Saratxaga | 2005-04-25 | 1 | -2/+2 |
| | |||||
* | switch from MandrakeSoft to Mandriva in copyright notices | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2005-02-25 | 1 | -1/+1 |
| | |||||
* | explain | Thierry Vignaud | 2005-02-24 | 1 | -0/+3 |
| | |||||
* | fix #13865: scan TV channels for TV ocards that do not require any driver ↵ | Thierry Vignaud | 2005-02-24 | 1 | -0/+1 |
| | | | | configuration | ||||
* | do not complain about no tv cards when there're but they do not | Thierry Vignaud | 2005-02-10 | 1 | -3/+14 |
| | | | | | | require any configuration beyond loading proper module (#7443, #11270 and the like) | ||||
* | reuse mcc icons (if availlable) for windows | Thierry Vignaud | 2004-09-02 | 1 | -0/+2 |
| | |||||
* | aspell's typo fixes | Thierry Vignaud | 2004-08-23 | 1 | -1/+1 |
| | |||||
* | typo fixes | Thierry Vignaud | 2004-08-19 | 1 | -2/+2 |
| | |||||
* | add hint about ala LaTeX strings for translators | Thierry Vignaud | 2004-08-09 | 1 | -1/+2 |
| | |||||
* | we never pass a prefix to lang::read() which is always use in standalone, | Pascal Rigaux | 2004-08-09 | 1 | -1/+1 |
| | | | | | so use $::prefix and don't pass a prefix anymore | ||||
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | ||||
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
| | | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version | ||||
* | fix tv cards detection | Thierry Vignaud | 2004-04-22 | 1 | -1/+1 |
| | |||||
* | fix tv cards managed by cx88 and saa7134 (#9112) | Thierry Vignaud | 2004-03-22 | 1 | -1/+1 |
| | |||||
* | fix error message (#9080) | Thierry Vignaud | 2004-03-20 | 1 | -3/+2 |
| | |||||
* | cleanup | Thierry Vignaud | 2004-03-20 | 1 | -4/+1 |
| | |||||
* | fix loged message (thx perl_checko) | Thierry Vignaud | 2004-03-20 | 1 | -1/+1 |
| | |||||
* | fix #3193: | Thierry Vignaud | 2004-03-20 | 1 | -5/+8 |
| | | | | | | - use right device - offer to set the user to config | ||||
* | fix saa7134 detection (#5612) | Thierry Vignaud | 2004-03-20 | 1 | -1/+1 |
| | |||||
* | testing mode | Thierry Vignaud | 2004-03-20 | 1 | -1/+1 |
| | |||||
* | reorder modules import | Thierry Vignaud | 2004-03-20 | 1 | -2/+2 |
| | |||||
* | fix wiping out /etc/modules.conf (scott@littlefish.ca) | Thierry Vignaud | 2004-03-20 | 1 | -1/+3 |
| | |||||
* | Defaulted canada-cable to NTSC (Scott Mazur (scott@littlefish.ca) | Thierry Vignaud | 2004-03-20 | 1 | -1/+1 |
| | |||||
* | update copyright notices | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | install xawtv if needed | Thierry Vignaud | 2003-09-09 | 1 | -17/+1 |
| | |||||
* | only offer to configure xawtv if bttv was configured | Thierry Vignaud | 2003-08-21 | 1 | -3/+3 |
| | |||||
* | fix warnings with diagnostics pragma | Thierry Vignaud | 2003-08-21 | 1 | -2/+2 |
| | |||||
* | full pci probe does not freeze anymore, removing code work-arounding the freeze | Pascal Rigaux | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | fix testing mode | Thierry Vignaud | 2003-07-01 | 1 | -1/+1 |
| | |||||
* | help perl_checker by providing an empty prototype | Thierry Vignaud | 2003-05-13 | 1 | -2/+2 |
| | |||||
* | - (getTVcards, isTVcard) : consolidate tv detection code | Thierry Vignaud | 2003-03-05 | 1 | -1/+1 |
| | | | | | | - no need to keep capture buffer (not a big slow down but small rivers make big ones...) | ||||
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | - perl_checker fixes | Thierry Vignaud | 2003-02-19 | 1 | -63/+61 |
| | | | | | | - indent-region, untabify - comment workaround | ||||
* | workaround a drakx bug which don't always add bttv to /etc/modules | Thierry Vignaud | 2003-02-19 | 1 | -0/+2 |
| | |||||
* | language/country selection change: | Guillaume Cottenceau | 2003-02-08 | 1 | -22/+21 |
| | | | | | | | | | | | | | | | - first install step is selection of your language, in your language; it uses images for that - language->country is probed, the selection of the country is possible if there was a problem, in the Summary step - in the $o big structure, we now use $o->{locale} which contains three keys: lang, country and utf8 - lang.pm has been cleaned and rewritten a bit - keyboard probing now done only on language (because this step is at the beginning of the install) - timezone probing done on country, if use changes country before timezone in the Summary, re-probe timezone accordingly | ||||
* | this patch enable doc team to take snapshot of drakxtv even if they do not | Thierry Vignaud | 2003-01-27 | 1 | -1/+2 |
| | | | | | | | | | have any card: - running "/usr/sbin/drakxtv" will enable to take snapshot of error message when xawtv wasn't installed by the drakx installer - running "/usr/sbin/drakxtv --testing" will emulate a fake dummy tv card so that one is able to take snapshots of configuring a tv card | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | "je n'en veux + de cette engeance" (c) pixel : | Thierry Vignaud | 2003-01-16 | 1 | -2/+2 |
| | | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad) | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -11/+11 |
| | |||||
* | minimal perl_checker fixes to have only warnings | Pascal Rigaux | 2002-12-10 | 1 | -1/+1 |
| | |||||
* | drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2, | Thierry Vignaud | 2002-11-18 | 1 | -2/+0 |
| | | | | | net_monitor : final update for common cli options/help manager | ||||
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 1 | -3/+0 |
| | | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option | ||||
* | typo fix | Thierry Vignaud | 2002-11-15 | 1 | -0/+1 |
| | |||||
* | don't offer to configure kernel for usbvision (no option for now) | Thierry Vignaud | 2002-11-12 | 1 | -1/+1 |
| |