Commit Graph

490 Commits

Author SHA1 Message Date
TangoCash
96691b4e0d fix sleeptimer for webtv
Origin commit data
------------------
Commit: 2260d13704
Author: TangoCash <eric@loxat.de>
Date: 2024-09-18 (Wed, 18 Sep 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2024-09-28 16:53:44 +02:00
vanhofen
d9a878641a infoviewer: fix background shine through round borders
Origin commit data
------------------
Commit: 22b6818746
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-12-17 (Sun, 17 Dec 2023)

Origin message was:
------------------
- infoviewer: fix background shine through round borders
2023-12-18 11:30:26 +01:00
Thilo Graf
14dcdc36e3 infoviewer: Updated naming convention to consistently indicate return values
'getter' methods do convey a return value,
but getLiveStreamInfo() returns nothing, therefore we should use
a more appropriate name, such as 'initialize'
or 'modify', improving code clarity and adherence
to best practices.
2023-04-12 21:07:12 +02:00
vanhofen
430d2c07ed - infoviewer: rework get/showLivestreamInfo() 2023-04-11 17:17:43 +02:00
vanhofen
5e4dbf54fd - infoviewer: minor cleanup 2023-01-05 16:05:18 +01:00
Thilo Graf
d130e4784d infoviewer: More simplified rec-info implementation.
More simplified rec-info implementation, enable own blinking effect
of rec object and align background to info bar gradient settings.
2022-02-06 20:12:19 +01:00
Thilo Graf
021807b83c infoviewer: fix possible segfault
If no NEUTRINO_ICON_REC was defined, it will crash here.
Now 1st icon will be checked for availability and is used.
This error was observed on start of timeshift recording.
2022-01-21 20:25:29 +01:00
Thilo Graf
7800bf5d4c infoviewer: use widget for record info
This is replacing tasks inside showRecordIcon().
2022-01-19 05:31:30 +01:00
svenhoefer
d458d98805 - change RC_back handling; its not longer translated to RC_home
Conflicts:
	src/gui/hdd_info.cpp
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-04 21:30:14 +01:00
svenhoefer
7b304aa04f - infoviewer: better integration of 58858b0391
Signed-off-by: Thilo Graf <dbt@novatux.de>

commit was: - infoviewer: show corresponding icon in webtv/webradio mode
2021-09-20 19:50:20 +02:00
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