| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
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
|
|
|