summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakxtv
Commit message (Collapse)AuthorAgeFilesLines
* language/country selection change:Guillaume Cottenceau2003-02-081-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 notThierry Vignaud2003-01-271-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 fixesThierry Vignaud2003-01-221-1/+1
|
* "je n'en veux + de cette engeance" (c) pixel :Thierry Vignaud2003-01-161-2/+2
| | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad)
* perl_checker fixesThierry Vignaud2002-12-101-11/+11
|
* minimal perl_checker fixes to have only warningsPascal Rigaux2002-12-101-1/+1
|
* drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2,Thierry Vignaud2002-11-181-2/+0
| | | | | net_monitor : final update for common cli options/help manager
* - standalone.pm :Thierry Vignaud2002-11-181-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 fixThierry Vignaud2002-11-151-0/+1
|
* don't offer to configure kernel for usbvision (no option for now)Thierry Vignaud2002-11-121-1/+1
|
* handle devices managed by usbvision tooThierry Vignaud2002-11-121-4/+3
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-24/+24
| | | | | | | | | | | | | | | | | | | 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!
* no -wThierry Vignaud2002-09-201-1/+1
|
* English typos (no space before colon in English)Pablo Saratxaga2002-08-291-4/+4
|
* - harddrake::bttv is renamed harddrake::v4lThierry Vignaud2002-08-161-16/+15
| | | | | | | | | | - harddrake::v4l handle saa7134 too now (and not only bttv) - harddrake::v4l::config need a new driver parameter in order to be able to offer the right cards and tuners list - drakxtv: kill some old comments - add the list of cards supported by saa7134 - add a not to remember a potentiel speedup
* add "Australian Optus cable TV" support (need xawtv <= 3.76)Thierry Vignaud2002-08-131-0/+1
|
* perl_checker fixesThierry Vignaud2002-08-011-7/+7
|
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-311-1/+1
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* read and wrote /etc/modules.confThierry Vignaud2002-07-291-0/+2
|
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-231-2/+2
|
* - fix options handlingThierry Vignaud2002-07-081-6/+5
| | | | | | - use "perl -w" - s/bttv/harddrake::bttv/ due to recent changes
* if we're root and there's a tv card managed by bttv, offer toThierry Vignaud2002-07-051-2/+6
| | | | | configure bttv trough harddrake::bttv
* use log for what is not related to explanationsThierry Vignaud2002-03-201-1/+2
|
* - default tv norm is pal rather than ntsc (because of alphabeticalThierry Vignaud2002-03-191-41/+74
| | | | | | | | | | | | | | | | | | | | | | | | | sort) since it's the most used tv norm - figure out tv norm & country (aka frequency table) from locales - add a hash based on lang in order to do this - add --no-guess if one doesn't want drakxtv to automagically guess tv norm and geographic area through locales (lang.pm) - log with standalone::explanations: - guessed values from locales: language, tv norm and country - runned command to scan for tv channels - ~/.xawtv creation - s/bcast/broadcast/ in displayed messages - add -h and --help support
* englishGuillaume Cottenceau2002-03-141-5/+5
|
* - add SECAM to france description to ease user comprehensionThierry Vignaud2002-03-141-37/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove unused variables - revert gc & dam's (also known as the usual suckers) garbage who'ven't the hardware to test: - explain in source why we don't try to install xawtv (see below) - just display a message if xawtv isn't installed since drakx should have installed it - let it be runned as root again (how many times i'm supposed to restore this behaviour) - retest with a tv card - use %ENV rather than relying on shell ~ expansion - if tv card wasn't detected, ask the user to spam us - factorize $in->exit() out of scan4tvchannels() - add to TODO list the possibility to install xawtv if needed - check scantv return value and display an error message - also if the wrapper was runned on console, display a nice message saying one can now run xawtv under X11
* added embedded modedamien2002-03-111-0/+1
|
* - install xawtv when necessary instead ofGuillaume Cottenceau2002-03-111-9/+19
| | | | | | | telling people to use urpmi (titi sucks) - prints out a message when no tv card has been detected
* print an error message if xawtv isn't installedThierry Vignaud2002-03-061-20/+25
|
* fix conflict between i18n and complete signal handler (ie return keyThierry Vignaud2002-03-061-18/+17
| | | | | and not value)
* - simplify an ACTION||fallback;fallback into ACTION;fallbackThierry Vignaud2002-02-271-1/+4
| | | | | | | - print a message saying that xawtv can be used now at the end of the channels auto-probing in case of direct use from cl and not from XawTV wrapper (from qa test) aka let the world be better :-)
* use "xvt -T" rather than "xvt --title": now not only we support rxvtThierry Vignaud2002-02-261-1/+1
| | | | | | and xterm but konsole too. the only one missing is gnome-terminal which has -t but not -T
* update commentsThierry Vignaud2002-02-261-3/+4
|
* - remove useless "no_edit => 1"Thierry Vignaud2002-02-261-19/+14
| | | | | | | | | | | | | | - use interactive_gtk to determine if we're runned under X11 (ie authorized acces to X11 server, X11 context, ...) - add a note to remember that we should add a method to detect if we run under X11 if/when we implement interactive_qt - simplify code : * remove is_tv and simplify its code to be a one-liner (replace a foreach by a scalar context) * use format to prevent reverse lookup on scantv run thus enabling to reverse the initial hash table - all cases (newt, gtk, wt/wo xvt, ...) have been re tested on real hw.
* update TODO list;Thierry Vignaud2002-02-221-0/+2
| | | | | explain what is HRC
* more translatable strings;Thierry Vignaud2002-02-211-5/+6
| | | | | | hide scantv output on console; check that we're under X11 before running scantv in an xterm
* uses xawtv internal strings instead of frequencies tables ids as valuesThierry Vignaud2002-02-141-29/+19
| | | | | | | | | | in %freqtables in order to enhance drakxtv robustness when translators'll arrive. thus we'll pass right strings to scantv instead of translated ones explain how we manage the "all frequencies" case display sorted tv norms
* add drakxtv (scantv gui)Thierry Vignaud2002-02-071-0/+93