| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- use right device
- offer to set the user to config
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- no need to keep capture buffer (not a big slow down but small rivers
make big ones...)
|
| |
|
|
|
|
|
|
| |
- indent-region, untabify
- comment workaround
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
make explanations provided by log and not anymore by standalone,
thus preventing using standalone in drakx (which is bad)
|
| |
|
| |
|
|
|
|
|
| |
net_monitor : final update for common cli options/help manager
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
|
|
| |
=> allows to remove the somewhat mythical
$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
|
| |
|
| |
|
|
|
|
|
|
| |
- use "perl -w"
- s/bttv/harddrake::bttv/ due to recent changes
|
|
|
|
|
| |
configure bttv trough harddrake::bttv
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
| |
telling people to use urpmi (titi sucks)
- prints out a message when no tv card
has been detected
|