summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakxtv
Commit message (Collapse)AuthorAgeFilesLines
...
* 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