2003-05-02 13:57:35 by Thomas Klausner | Files touched by this commit (680) |
Log message:
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
|
2003-04-06 21:41:10 by Mario Kemper | Files touched by this commit (2) |
Log message:
Use thrads only on systems with native threads. Pth didnt work and
nxtvepg is able to use processes instead which works well, too.
|
2003-04-06 20:27:43 by Mario Kemper | Files touched by this commit (8) |
Log message:
Update nxtvepg from 2.4.2 to 2.5.0
>From 2.4.2 to 2.5.0 (March/22/2003)
Main change:
* An alternate TV schedule presentation layout with separate columns
for each TV network, similar to the layout principles used by paper
based TV magazines. See a comparison of screenshots of the alternate
and regular layouts.
In detail (Windows-changes omitted):
* Added an alternate layout for GUI: programmes are still sorted
by start time, but presented in separate columns for each
network. Schedules of different networks are aligned, so that
programmes which run at the same time are approximately at the same
height. The new layout also supports user-defined presentation,
i.e. free selection of all attributes which are printed for each
programme, possibly depending on filter shortcuts (for example you
can print more details for movies), plus marking selected programmes
by use of colors and icons.
* UNIX xawtv: implemented "overlay" EPG popup based on nxtvepg
controlled window (no longer uses "vtx" removed command, which was
removed in xawtv-3.7x) The colors can be configured via the new
resources xawtv_overlay_fg and xawtv_overlay_bg (see manual for
details)
* UNIX: the Nxtvepg app-defaults file is now loaded during startup
because some user's didn't realize they should have copied
modified entries into their $HOME/.Xdefaults
* Fixed bug in description text redundancy removal from 2.4.2: texts
with less than 30 characters length were not removed. Thanks to
Thierry for pointing this out. Also fixed a bug which caused text
truncation.
* Fixed bug in text decoder which caused some national characters to
be displayed falsely, e.g. "D'ECONSEILL'" instead of \
"D?CONSEILL?".
* Fixed bug in "global invert" filter matching (depending on which
filter types were inverted, expired programmes could have shown up
in the listing)
* added possibility to combine several text searches (logical OR)
* added fixes for FreeBSD and NetBSD provided by Simon Barner
* added Linux "devfs" compatibility, i.e. find /dev/v4l/vbi
* added Makefile fixes provided by Debian maintainer Gerd Knorr
* fixed SEGV during build on IA64 due to missing include in tcl2c tool
(reported to Debian bug tracking by Bdale Garbee)
|
2003-01-05 23:44:47 by Mario Kemper | Files touched by this commit (3) |
Log message:
Fix a little bug which slipped in while porting it to FreeBSD.
Fix submitted by the FreeBSD porter.
Bumping it to nb1
|
2003-01-04 19:25:10 by Chris Pinnock | Files touched by this commit (1) |
Log message:
This package uses X11BASE.
|
2002-12-15 12:32:03 by Mario Kemper | Files touched by this commit (1) |
Log message:
Remove obsolete patch
|
2002-12-15 12:28:55 by Mario Kemper | Files touched by this commit (3) |
Log message:
Correct install-path for app-defaults. Should work now without
xpkwedge.
Update to 2.4.2.
Notable changes are:
* Fixed keyboard input handling for various configuration dialogs: popup menus
can now invoked by ALT-<underlined char>
* Implemented redundancy removal in description texts of French
providers (e.g. multiple "Au sommaire: ..." paragraphs). (Note that
these repetitions exist because both a short and long version of the
programme description is broadcasted; nxtvepg displays these
together, but in TV sets they would normally appear on different
pages)
|
2002-11-24 18:23:41 by Mario Kemper | Files touched by this commit (7) |
Log message:
Update nxtvepg to 2.4.0:
Changes since 2.3.0 are too numerous to mention all here. Refer to the homepage
for details.
The most important changes:
* Project page was moved to sourceforge
* Implemented user-defined columns in TV schedule output, which allow
to define the column content depending on matches against a number
of filter shortcuts; the content can consist of static text,
pre-defined images or a standard attribute. See the manual or this
screenshot for details.
* Implemented inverted filters, i.e. you can now search for all
programmes which do not match one or more of given filter criteria
or simply invert the outcome of a complete filter setting.
* Added a new filter type: "VPS/PDC" which allows to search for
programmes with a VPS/PDC timestamp attached, and/or whose VPS/PDC
start time differs from the actual start time (i.e. shifted or newly
added programmes)
* Enhanced start time filter: added an option "ignore date" which
allows to search for programmes in a daily time window
(e.g. restrict a search for German new magazine "Tagesschau" to
20:00-20:10)
* Added database export in XML format (according to xmltv.dtd), provided by
Massis Sirapian.
* Bugfix for Power-PC architecture in pioutput.c; Thanks to Gerhard Tonn
* Internal changes: split Tcl/Tk script for GUI into modules (the
* daemon only loads the script which manages the rcfile - saves
* apx. 400 kB RAM)
Plus many bug fixes.
|
2002-10-06 15:03:58 by Mario Kemper | Files touched by this commit (3) |
Log message:
Update nxtvepg to 2.3.0. And while there buildlinkify2 it.
Changes since 2.2.1 (Windows specific changes ommited):
* Bugfix in user-defined context menu entries: variables using
modifiers (e.g. ${start: %H:%M %d.%m.%Y}) sometimes had trailing
garbage; this bug was introduced in 2.2.0. Thanks to Friedrich
Delgado Friedrichs for pointing this out.
* Bugfix in decoding of description texts (newlines were not processed
correctly sometimes); also improved text display by inserting
paragraph breaks when there is a completely empty line in the
original description text
* Added "duration" filter, so that programmes ouside of given running
time length boundaries can be suppressed (e.g. filler programmes
which are less then 10 minutes long)
* Added possibility to manually resize all listbox columns by dragging
the right border of the column header menu buttons (not possible if
headers are disabled in the "show" options of the configure
menu). Note that the automatic resizing of the network name column
was dropped in favour of this feature.
* Timescale windows are now always made large enough to display the
time range covered by all programmes in the database (formerly only
the next 5 days were covered, which was by far not enough for the
German provider Kabel1)
* Added zoom and help buttons to the timescale windows
* Improved key bindings and default keyboard focus in main browser and
dialog windows; CTRL-F in main window now opens the text search
dialog; CTRL-C opens the context menu; digit keys now toggle
shortcuts; Return tunes the channel like pressing the Tune-TV button
* The search text history is now accessible from inside the text
search filter dialog (by pressing the down cursor key or clicking
the arrow button next to the text entry field)
* The "Refresh" mode of the EPG scan now allows to remove databases of
obsolete providers which no longer transmit Nextview EPG (e.g. Pro7
or TV5). Thanks to Frank Mauler for pointing out the need for this
feature.
* Added a "Load all used" button to the sorting criterion filter
dialog which fills the sorting criterion selection listbox with a
list of all codes that are actually used in the current
database. This allows a quick overview which criterions will
produce any matches when filtered for.
* Linux only: fixed tuner frequency setting (in particular the EPG
scan) for SECAM/PAL multi-norm tuners. Thanks to "Keuleu 36" for
debugging this problem
* UNIX only: fine tuning offsets and TV norm in the .xawtv file are
now evaluated for the EPG scan
* Internal reorganization of the interface between Tcl/Tk and C
modules (using the "object-based" Tcl interface for function
arguments and results)
|
2002-08-31 11:25:05 by Mario Kemper | Files touched by this commit (4) |
Log message:
Update nxtvepg to 2.2.1
Changes since 0.7.4 (Windows changes ommitted):
>From 2.2.0 (aka 0.7.4) to 2.2.1 (August/24/2002)
This release contains the following fixes:
* Major bugfix: nxtvepg crashed frequently due to a memory
overwrite bug in the description text display function. The bug
exists in all previous versions! (It surfaced only now because
some very long description texts were transmitted by the German
provider Kabel1.)
* Bugfix in database merge: merge failed when no networks were manually
selected yet
* Network name column in the programme listing now automatically adapts
its width so that network names no longer get cut off.
Thanks to Thierry M?n?trier for his excellent feedback.
|