M. Liebmann
bccecb3058
CChannelList: No error message when no channels found and...
...
...frontend is only simulated
2022-01-05 17:25:01 +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
TangoCash
c776b752c0
-channellist: align description position to channelname height
2021-11-13 11:03:38 +01:00
Stefan Seyfried
715ceb38e7
channellist::zapToChannel: speed up playback
...
on channels without EPG on pre-locked bouquets, playback was delayed
until EPG times out (about 10seconds), even if parental control is
globally disabled. Check for parentallock global setting and start video
always if enabled.
2021-10-18 17:07:28 +02:00
svenhoefer
76735f088b
- configure: depending --enable-quadpip on --enable-pip
...
* unify ENABLE_PIP defines
* simplify ENABLE_QUADPIP defines
Conflicts:
src/gui/infoviewer.cpp
src/gui/videosettings.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-10-17 15:59:59 +02:00
svenhoefer
019644334f
- lcd4l: add and use wrapper functions to handle /tmp/lcd/menu
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-09-20 19:51:48 +02:00
svenhoefer
4592cbc239
- lcd4l: introduce getInstance()
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-06-15 11:06:25 +02:00
svenhoefer
74ee83bd4f
- strip g_settings.recording_type from unused stuff
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
data/locale/slovak.locale
src/system/locals.h
src/system/locals_intern.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-04-30 23:08:05 +02:00
svenhoefer
96d771cbd8
- neutrino/channellist: avoid double code; part 2
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-03-15 15:59:32 +01:00
svenhoefer
4b81c81dd9
- neutrino/channellist: avoid double code
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-03-15 15:58:41 +01:00
BPanther
9dad590a1f
hd51/h7/bre2ze4k: check for boxmode 12 for activating PiP, now also at channellist
2021-03-15 15:58:11 +01:00
Thilo Graf
2888dba271
channellist: remove unnecessary braces, better for IDE's
2020-11-26 16:17:51 +01:00
Jacek Jendrzej
80c339efe4
src/gui/channellist.cpp: fix Werror=sign-compare and revert 009101d112
2020-09-19 10:24:05 +02:00
Thilo Graf
009101d112
channellist: fix possible compile error
...
error: comparison of integer expressions of different signedness: ‘t_channel_id’ {aka ‘long unsigned int’} and ‘int’ [-Werror=sign-compare]
2020-09-18 17:08:48 +02:00
Jacek Jendrzej
05b3900b8c
src/gui/channellist.cpp: try to fix segfault on channels reload
2020-09-17 16:33:12 +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
redblue-pkt
42890325d7
CFbAccelARM::paintRect readded and for MIPS also added
...
Conflicts:
src/driver/fb_accel_arm.cpp
2020-06-15 19:46:17 +02:00
TangoCash
055ced60db
add configure option (--diable-arm-acc) to disable arm hardware acceleration
...
Conflicts:
src/driver/fb_accel.h
src/driver/fb_accel_arm.cpp
src/gui/channellist.cpp
2020-06-15 19:31:42 +02:00
Frankenstone
e65a3e6185
fix after pick: fb_accel_arm
...
Conflicts:
src/driver/fb_accel.h
src/driver/fb_accel_arm.cpp
src/gui/channellist.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
This can be only a hack with limited effect to fix render errors
in channel list window.
. There must be another solution.
2020-05-02 00:12:04 +02:00
svenhoefer
c9d0f061a8
- channellist: align offset of minitv to the existing offset of the additional info-box
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-04-21 23:22:04 +02:00
Thilo Graf
b817a0a819
channellist.cpp: fix possible compiler warnings -Waddress-of-packed-member
2020-01-22 21:25:53 +01:00
svenhoefer
f0240d89a0
- pick graphlcd support from DDT but include it in another way
...
Conflicts:
src/driver/Makefile.am
src/driver/nglcd.cpp
src/gui/Makefile.am
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/osd_setup.cpp
src/gui/widget/menue.cpp
src/gui/widget/menue.h
src/neutrino.cpp
src/system/flashtool.cpp
src/system/settings.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
a172e2db6c
Cam Menu: init CI|CARD|BOTH
...
Signed-off-by: GetAway <get-away@t-online.de >
2020-01-01 15:11:01 +01:00
FlatTV
250be1184a
Cam Menu: Allow switching to all or same transponder channels
...
while CI recording
Signed-off-by: GetAway <get-away@t-online.de >
2020-01-01 14:17:30 +01:00
FlatTV
f291dfb445
channellist: set CI channel inactive if recording with CI
...
Signed-off-by: GetAway <get-away@t-online.de >
2020-01-01 13:43:53 +01:00
svenhoefer
896fd0ba1d
- channelist: keep channellist in users display/desc mode until exit
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-10-27 16:24:46 +01:00
svenhoefer
982fa73ec3
- channellist: fix commit d523fa4
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-18 15:44:04 +01:00
svenhoefer
d523fa42ed
- channellist: don't show pip-button when pip is disabled
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-17 13:01:29 +01:00
svenhoefer
4c33c7a7d4
- channellist: show display mode in header (next/primetime only)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-10 15:00:20 +01:00
svenhoefer
b9b8ca752b
- channellist: show event description per default in primetime mode only
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-09 22:45:58 +01:00
svenhoefer
c3d1af3171
- channellist: respect g_settings.channellist_show_numbers in history mode too (first quick'n'dirty version)
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-09 17:11:28 +01:00
TangoCash
7426845feb
- channellist: set beginning of primetime to 20:00
2019-03-07 06:25:40 +01:00
svenhoefer
3229ee387d
- channellist: use OFFSET defines in showdescription() function
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-06 21:20:45 +01:00
svenhoefer
acb7a002b2
- channellist: show event description in primetime mode
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-06 21:20:24 +01:00
svenhoefer
590796dd87
fix commit 7bb694c remove unnecessary
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-06 21:19:57 +01:00
TangoCash
b24bdd3126
fix logic
2019-03-06 21:14:25 +01:00
TangoCash
4aeb1db919
show tomorrows events after todays primetime
2019-03-06 21:14:13 +01:00
svenhoefer
22ebe30144
- channellist: rework behaviour of green and blue button; ...
...
* blue key: switches now/next/primetime
* green key: switches eventlist/description (in favorites mode)
Signed-off-by: Thilo Graf <dbt@novatux.de >
Conflicts:
data/locale/english.locale
src/gui/channellist.cpp
2019-03-05 06:34:47 +01:00
svenhoefer
e6d94bda27
- channellist: fix formatation of new code from "add primetime feature to channellist"
...
Conflicts:
src/gui/channellist.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-04 10:20:11 +01:00
TangoCash
83124d283f
add primetime feature to channellist
...
use green button in favorites to show whats showing on primetime
Conflicts:
data/locale/english.locale
src/gui/channellist.cpp
2019-03-04 10:14:43 +01:00
svenhoefer
6e46005ca0
- timeshift: unify config keywords and locales
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-02-11 10:25:15 +01:00
svenhoefer
1dd01cef5f
- use new edit icon in several headers
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:44 +01:00
GetAway
99a6ab267d
add lcd4linux support, ported from
...
defans and vanhofen, modded by TangoCash
2018-12-26 20:04:32 +01:00
svenhoefer
561cadfa4d
- channellist: re-allow switching bouquets in zaphistory/current_transponder mode
...
see https://www.neutrino-images.de/board/viewtopic.php?f=61&t=2728
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-08-19 16:45:24 +02:00
svenhoefer
c129312235
- channellist: move avoid-zap-in-movieplayer-mode-message ...
...
... to a global reachable place to avoid all zap tries
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-07-30 21:28:46 +02:00
svenhoefer
759504d149
- epgplus: signalize zap tries while movie playback
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-07-28 14:34:49 +02:00
svenhoefer
a7ab3ce70f
- channellist: fix display of very long channelnames
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-07-18 11:54:48 +02:00
svenhoefer
999610dcd1
- channellist: allow to show resolution icons
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/system/locals.h
src/system/locals_intern.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-07-18 11:54:16 +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