| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
and not value)
|
|
|
|
|
|
|
| |
- 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 :-)
|
|
|
|
|
|
| |
and xterm but konsole too.
the only one missing is gnome-terminal which has -t but not -T
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
explain what is HRC
|
|
|
|
|
|
| |
hide scantv output on console;
check that we're under X11 before running scantv in an xterm
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|