svenhoefer
58858b0391
- infoviewer: show corresponding icon in webtv/webradio mode
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-09-20 19:43:32 +02:00
svenhoefer
eeba08dbd1
- infoviewer: try to show correct mode
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-09-20 19:43:11 +02:00
Jacek Jendrzej
4d4db85e23
src/gui/infoviewer.cpp: fix webtv info after xmltv epg changes, THX TangoCash
2021-09-05 13:59:59 +02:00
svenhoefer
f3edaf12bc
- infoviewer: simplify setInfobarTimeout()
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-07-19 19:54:39 +02:00
svenhoefer
0465a8401f
- infobar: add timeout -1; automatic, without timeout
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-07-19 05:19:24 +02:00
max_10
1fa824cab3
- TRIPLEDRAGON: deleted
...
Conflicts:
lib/libdvbsub/dvbsub.cpp
src/system/flashtool.cpp
2020-10-04 16:48:01 +02:00
Jacek Jendrzej
5027197028
infoviewer.cpp fix show stream metadata
2020-07-19 15:03:57 +02:00
redblue-pkt
1b6f4fedf5
update glcd
...
Conflicts:
src/gui/movieplayer.h
src/gui/weather_locations.h
src/neutrino.cpp
2020-06-29 17:34:24 +02:00
svenhoefer
78c256bf47
- indoviewer: hide infoclock from movieplayer too
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-02-18 18:15:05 +01:00
svenhoefer
352250a486
- infoviewer: fix commit 626011a
...
Signed-off-by: GetAway <get-away@t-online.de >
2020-01-26 10:05:12 +01:00
Thilo Graf
626011a648
infoviewer: avoid possible compiler warnings -Waddress-of-packed-member
2020-01-23 16:53:46 +01:00
Thilo Graf
325a7f406e
infoviewer: avoid possible compiler warnings with -Wignored-qualifiers
...
The leading const should be superfluous.
2020-01-23 16:53:40 +01:00
MarkusVolk
df486d7697
infoviewer.cpp: increase destination arrays to avoid possible truncation
...
Signed-off-by: MarkusVolk <f_l_k@t-online.de >
2020-01-10 15:05:15 +01:00
Thilo Graf
df64925b30
radiotext: rework radiotext handling
...
Radiotext moved into a separate class and will be shown with screensaver.
2020-01-05 21:17:59 +01:00
Thilo Graf
ec3907a0e5
infoviewer: fix display of info clock on activated infobar
...
clock was always visible
2020-01-05 21:17:59 +01:00
svenhoefer
799aaf6728
- infoviewer: try to fix strange remaining pixel
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
vanhofen
bff51f0d8a
- neutrino: use RC_tv/radio to toggle infoviewer/epg; ARM/MIPS_HARDWARE only
...
Conflicts:
src/gui/epgview.cpp
src/gui/infoviewer.cpp
2020-01-05 16:53:14 +01:00
Jacek Jendrzej
6e7ecc4165
webtv:add icy meta info
2019-08-01 21:27:21 +02:00
svenhoefer
08cdb2ee83
- cosmetics: align epg_id notation to channel_id
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-04-28 11:16:03 +02:00
Jacek Jendrzej
3e90c56249
infoviewer: copy also time info
2019-04-07 14:54:52 +02:00
bazi98
c8fcf927d9
fix typos framerate
...
Signed-off-by: GetAway <get-away@t-online.de >
2019-01-01 22:44:09 +01:00
TangoCash
93f74ef829
show event logos only in infoviewer
2018-12-31 15:18:15 +01:00
svenhoefer
5c413dce45
- move compatibility headers to /lib/hardware
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
Thilo Graf
157acc7926
Revert "infoviewer: force repaint of text fields"
...
This reverts commit e63d8b6999
.
kill() does not consider screen buffer. But call of
'paint(CC_SAVE_SCREEN_YES)' generates buffer but
always never used so far. Before we apply new text, hide() will reset
background with saved buffer.
Btw. kill() seems was never called, because isPainted was until recently broken in text object,
so I'm amazed that this 'if' block was with any effect.
2018-11-20 09:17:02 +01:00
vanhofen
4483bb67d3
- infoviewer: fix display of frequency for terrestrial channels; thx to Janus
2018-11-01 22:38:27 +01:00
GetAway
0e8ac2135a
infoviewer.cpp: prevent segfault if framebuffer is ...
...
already deactivated in standby mode. (race condition)
2018-09-24 15:00:14 +02:00
svenhoefer
f7025a9a7d
- movieplayer/infoviewer: simplify call of showMovieInfo()
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-07-28 14:34:48 +02:00
FlatTV
1652faecff
OSD Menu: Add progressbar color
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
- themes/Makefile.am unchanged, build was broken
- whitespace errors fixed
- unnecessary comments removed
- bump lua api version, was missed
2018-04-11 15:58:20 +02:00
Thilo Graf
f9b4aeef8c
infobar timout: add member to get current timeout modes
...
Avoids multiple code in some source files.
2018-04-10 10:29:39 +02:00
Thilo Graf
557805bc40
infobar: rework infobar timeout behavior
...
Options were sometimes described ambiguously and previous behavior was no longer available.
Now the descriptions should be more plausible for current behavior.
2018-04-10 10:29:38 +02:00
Jacek Jendrzej
3fbfff3b74
fix copy, suppemnent to last commit
2018-03-24 16:30:32 +01:00
Jacek Jendrzej
0e46842c10
supplement to a04e899d44
, memcpy don't work ok with std::string
2018-03-24 15:47:37 +01:00
svenhoefer
9bf5ca63a8
- channellist/infoviewer: align calculations for "since-time" of current event
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-03-12 08:55:04 +01:00
Thilo Graf
6a598bf413
infoviewer.cpp: use templates to get reserved width for current/next info
...
This should ensure reserved width for all contained text boxes and
and in case of truncated epg info this should be moderate.
2018-03-05 21:52:57 +01:00
GetAway
7a93447496
infoviewer: fix update of runningRest
...
there was no update in movieplayer mode
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-02-20 21:48:57 +01:00
Stefan Seyfried
e63d8b6999
infoviewer: force repaint of text fields
...
next try to get rid of font artifacts:
* use kill() instead of hide() to force full repaint at next paint()
(this is probably not the best way, but works for now)
2018-02-07 19:45:04 +01:00
Stefan Seyfried
2218c7fb6c
infoviewer: try to fix infobar font artifacts
...
hiding text boxes after resizing them will probably hide the new size
instead of the old one, so hide first, then resize
2018-02-07 19:44:32 +01:00
Stefan Seyfried
d73d405a99
infoviewer: fix copy/paste error clearing wrong field
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
Fix for my broken pick: 9ad4a3c8f5
2018-01-14 13:56:13 +01:00
Thilo Graf
9679100f98
Revert "infoviewer: fix copy/paste error clearing wrong field"
...
This reverts commit 9ad4a3c8f5
.
Current time was broken.
2018-01-14 13:42:20 +01:00
Stefan Seyfried
9ad4a3c8f5
infoviewer: fix copy/paste error clearing wrong field
...
Conflicts:
src/gui/infoviewer.cpp
2018-01-13 20:03:34 +01:00
svenhoefer
50c93536f8
- infoviewer: remove fixed values from showInfoFile() function
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-09 23:00:41 +01:00
svenhoefer
6fce95015b
- infoviewer: fix offset between event-time and event-name
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-09 23:00:20 +01:00
svenhoefer
87aeec938f
- infoviewer: fix indentation in setInfobarTimeout()
...
Conflicts:
src/gui/infoviewer.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-09 22:59:37 +01:00
svenhoefer
671949d8f3
- movieplayer: align some variables names to tango's names
...
Conflicts:
src/gui/infoviewer.cpp
src/gui/movieplayer.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-09 22:55:05 +01:00
svenhoefer
21f6ec5944
- multiformat audioplayer: add separate timeout for infobar
...
Conflicts:
src/gui/infoviewer.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-09 22:44:00 +01:00
svenhoefer
c7d863a809
- infoviewer: rename text_cur_* => text_curr_*
...
Conflicts:
src/gui/infoviewer.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
Some changes were required for this pick:
Same issues like here
6e3f7babf3
Build was broken because of item name setters had wrong object names.
2018-01-09 22:21:32 +01:00
svenhoefer
6e3f7babf3
- infoviewer: rename txt_cur_event_rest => txt_cur_rest
...
Conflicts:
src/gui/infoviewer.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
Some changes were required for this pick:
Build was broken because of item name setters had wrong object names.
2018-01-09 22:13:06 +01:00
svenhoefer
172f4038e5
- infoviewer: remove LEFT_OFFSET define
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-09 22:04:02 +01:00
svenhoefer
cd6d61fc53
- infoviewer: fix offset between channelnumber and channelname/channellogo
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-09 22:01:22 +01:00
svenhoefer
d2722340fb
- infoviewer: use OFFSET defines
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-09 21:58:15 +01:00