Compare commits

...

1192 Commits
2020.4 ... 3.23

Author SHA1 Message Date
Thilo Graf
79a4d321cb Change to version 3.23 2023-03-07 10:34:02 +01:00
Thilo Graf
d6425d40bf imageinfo: adopt version info after last changes on package manager 2023-03-07 10:34:02 +01:00
Thilo Graf
8211526e8e opkg_manager: Major overhaul of the package manager
- Contains more user interactions
- No disabled menu items, this allows getting package information
  for all items.
- Menu list is now divided into sections for updates, plugins and
  system packs, each sorted by installed or not installed.
- Install/reinstall and uninstall takes place via user dialogue
- Expert mode has been revised. Problematic packages may not be touched
  here either.
- Simplified progress display
- and some minor changes
2023-03-07 10:34:02 +01:00
Thilo Graf
8f9585b01f icons: add marker icons for dialog and status
Required for package manager
2023-03-07 10:34:01 +01:00
Thilo Graf
d647451879 opkg_manager: avoid [-Wshadow] warnings 2023-03-07 10:34:01 +01:00
Thilo Graf
a45da38266 opgk_manager: more optimizations for package menu
Menu shows more detailed and sorted list (available updates,
installable packages, installed packages).
Possible duplicated separator lines should be fixed.
2023-03-07 10:34:01 +01:00
Thilo Graf
2d6cfec228 opkg_manager: remove unused member menu_offset 2023-03-07 10:34:01 +01:00
Thilo Graf
84339d1e8c opkg_manager: simplify generation of info, called with info button 2023-03-07 10:34:01 +01:00
Thilo Graf
60a0049f47 opkg_manager: add localized separators to describe contents of package list 2023-03-07 10:34:01 +01:00
Thilo Graf
7b8d38e3e1 opkg_manager: sort package list for upgradabel, installed and available etries 2023-03-07 10:34:01 +01:00
Thilo Graf
f7c0565a22 opkg_manager: show package, version and description separated 2023-03-07 10:34:01 +01:00
Thilo Graf
40f76978d2 icons: add marker_download_later.png 2023-03-07 10:34:01 +01:00
Thilo Graf
cf55b7aa15 test_menu.cpp: fix possible crash on left menu
w_hw->hide() is not really required.
2023-03-04 22:37:34 +01:00
Thilo Graf
d0bdd9078c widget/msgbox: add overloaded version of setButtonText()
Allows usage of locale as parameter.
2023-03-04 16:08:45 +01:00
Thilo Graf
283a0e539a system/helpers: Add new Parameter 'start_pos' to str_replace()
This allows flexibility to specify a starting position from where to search
for the first occurrence of the search string. By default,
the position is set to 0 and the function will behave as before.
However, when a position is provided,
the function will replace only the first occurrence of
the search string after that position.
2023-02-26 01:58:22 +01:00
Marc Szymkowiak
6a4d3e0f17 try fix basic auth realm missing quote 2023-02-21 08:56:51 +01:00
vanhofen
73086ffcf3 - neutrinoyparser: remove hardcoded css from func_get_bouquets_with_epg() 2023-02-20 11:02:23 +01:00
vanhofen
b161021b80 - yWeb: fix KEY_FAVORITES for e4hd
Conflicts:
	data/y-web/Y_Version.txt
2023-02-20 11:00:03 +01:00
vanhofen
7dd9870910 - yWeb: fix KEY_PROGRAM for e4hd and protek4k
Conflicts:
	data/y-web/Y_Version.txt
2023-02-20 10:58:58 +01:00
Thilo Graf
1673683807 widget/menu: add methodes setSelectedByName() and getSelectedByName()
Allows to get and set items ba their names in additional
to allready existing members getSelected() and setSelected()
2023-02-20 10:43:31 +01:00
Thilo Graf
9ebb7ff075 widget/menu: add setSubheadText() to set sub header text
Makes it possible to set text for sub headers without addIntroItems()
2023-02-19 19:45:09 +01:00
Thilo Graf
20843b7018 widget/menue: remove virtual from addItem(), Is not really required 2023-02-19 19:45:09 +01:00
Thilo Graf
ea186ff30c widget/menue.h: change returned data type of getInfoIconRight()
const char* already exists with iconName_Info_right as public member
2023-02-19 19:45:09 +01:00
vanhofen
7c579f0269 - neutrino: power_standby controlled by flagfile 2023-02-19 19:45:09 +01:00
vanhofen
714c54d063 - scan-setup: auto-reload webchannels when reload channellists 2023-02-19 19:45:09 +01:00
Thilo Graf
ec653e13a3 CMenuWidget: add member getItems() to get access to widget full item list 2023-02-19 19:45:09 +01:00
Thilo Graf
e693f44786 widget/menu: add member 'type_name' to CMenuItem class
This makes it easier to distinguish the object type. Normally,
type queries would be done using typeid-operation or dynamic_cast,
but we usually have RTTI disabled in the Makefiles. Presumably,
this is to avoid unnecessarily increasing the size of the binaries.
The type information defined by this member is currently only defined
in the CMenuItem class, so all subclasses are also equipped with it.
An exception is the CMenuSeparator class. If further definitions are
necessary in the subclasses, they can be retrofitted as needed.
2023-02-19 19:45:09 +01:00
vanhofen
8e5cfd84d3 - yWeb/Y_Tools_Screenshot_GraphLCD: change filename
Conflicts:
	data/y-web/Y_Tools_Glcd_Screenshot.yhtm
2023-02-19 19:45:09 +01:00
vanhofen
81422fbd15 - zapit/bouquets: rework group-prefix handling 2023-02-19 19:45:09 +01:00
vanhofen
4cb74815f8 - controlapi: fix filename in GlcdScreenshotCGI() 2023-02-19 19:45:09 +01:00
GetAway
d009521754 playback_cs: fix GetMetadata for CST 2023-02-19 18:40:10 +01:00
vanhofen
884a69c3f9 - luaclient: formatting code using astyle 2023-02-05 22:15:51 +01:00
vanhofen
b56159bbf8 - libeventserver: formatting code using astyle 2023-02-05 22:15:42 +01:00
vanhofen
ef6fd29e61 - libconfigfile: formatting code using astyle 2023-02-05 22:15:35 +01:00
vanhofen
45091a9f4b - record: fix stop timeshift recordings; thx to jokel
see https://www.neutrino-images.de/board/neutrino-allgemein-f4/allgemeine-probleme-und-antworten-t5364-s380.html#p38615
2023-01-31 06:37:20 +01:00
vanhofen
d610cd9604 - yWeb: read timer recording dir from timerd.conf 2023-01-31 06:20:12 +01:00
vanhofen
3be9ee4c79 - yweb/Y_Timer_Edit: minor formatting fixes 2023-01-31 06:18:06 +01:00
vanhofen
181a129616 - yWeb: add pip to screenshot page 2023-01-31 06:17:45 +01:00
vanhofen
4bc58e90ca - english.locale: case fixes
Conflicts:
	data/locale/english.locale

Signed-off-by: Thilo Graf <dbt@novatux.de>

Some entries reviewed and supplemented, but if you take it exactly,
I suspect that's not all.
2023-01-27 20:42:41 +01:00
vanhofen
ac44cfe116 - locale: try to clarify zap-to timer locales 2023-01-27 20:42:41 +01:00
vanhofen
edc7b9c3c1 - neutrino: remove unneeded casts 2023-01-27 20:42:41 +01:00
vanhofen
4a3a786645 - some playpause fixes for BOXMODEL_PROTEK4K
Conflicts:
	src/neutrino.cpp
2023-01-27 20:42:41 +01:00
vanhofen
9d20b04642 - yWeb: add protek 4k remote control; thx to DdD 2023-01-27 20:42:41 +01:00
vanhofen
db0e747bc5 - initial settings: update matze settings 2023-01-27 20:42:41 +01:00
Thilo Graf
93797bed4f cc_frm_header.h: fix typo in logo position documentation 2023-01-27 20:42:40 +01:00
Thilo Graf
ea13eb2e50 neutrino: small cleanup and resort 2023-01-27 20:42:40 +01:00
vanhofen
c0ed6409ce - libdvbsub: fix compiler warning: ‘int ftime(timeb*)’ is deprecated 2023-01-27 20:38:19 +01:00
Hendi
a97c32446a Fix compilation under GCC 4.9 2023-01-27 20:38:19 +01:00
Thilo Graf
da58274f24 record.cpp: fix compiler warning -Wformat-overflow 2023-01-27 20:38:19 +01:00
Thilo Graf
28adfd0f0d movieplayer.cpp: fix comiler warning, deprecated timeb, ftime 2023-01-27 20:38:19 +01:00
Thilo Graf
15491c6c45 SIsections.cpp: gratify compiler because of possible missing include of ctime.h
Observed on build with gcc 12.2.
2023-01-27 20:38:19 +01:00
Hendi
ebf105363a Fix string truncation warning 2023-01-27 20:38:19 +01:00
Hendi
bac9776957 Remove all references to unary_function/binary_function
All they do is add some typedefs, which are not required.
2023-01-27 20:38:19 +01:00
Hendi
560256d26b Remove dead code from CRCInput::getMsg_us()
The two events in question are posted in CInfoViewer::getEPG()
and they're handled in CRemoteControl::handleMsg().

They are written to the high/low priority pipes only, so there should
be no way that they end up in the event socket, which is what the code
path in question here deals with. Apart from that, the type the buffer
was casted to was completely wrong, so if this code was ever executed,
it would have faulted.
2023-01-27 20:38:19 +01:00
Hendi
b85ab2a4ab Remove pointer checks for char arrays (can never be null) 2023-01-27 20:38:19 +01:00
Hendi
9d7180bd17 Fix recordingDir strncpy bounds 2023-01-27 20:38:19 +01:00
Hendi
e78952be1c Fix infinite recursion in CComponentsPicture::setPicture 2023-01-27 20:38:19 +01:00
Hendi
a836debc94 Fix array sizes that GCC 12 complains about (mostly sprintf) 2023-01-27 20:38:19 +01:00
Hendi
014e823bba Add some missing includes that GCC 12 wants to see 2023-01-27 20:38:19 +01:00
GetAway
2a219b342e fix for newer libcurl 2023-01-12 21:08:40 +01:00
Thilo Graf
0f0c3eb5ff configure.ac: remov unused entries.
Build was broken.
2023-01-06 16:02:02 +01:00
GetAway
b6160f6417 display.h: fix #include <string> 2023-01-06 08:59:54 +01:00
Hendi
34014f5b6d ffmpegdec: Fix system freeze at end of playback with ffmpeg 4.0+ 2023-01-06 01:14:08 +01:00
Thilo Graf
88ea3e6b30 moviebrowser: remove rezap on leaving of moviebrowser
Comes in with - moviebrowser: add lcd4linux support
 260ca7d64e.

Why is rezap required here?
2023-01-05 23:14:19 +01:00
Thilo Graf
139f44a166 network_setup.cpp: use global ip and domain for network test 2023-01-05 18:27:03 +01:00
Thilo Graf
1a07d5abc0 add .mailmap 2023-01-05 16:05:36 +01:00
vanhofen
d9f7525b95 Revert "introduce hdmi_cec to driver"
This reverts commit c8a58afe2feb95954a69e681a4234cd9c1a3f178 and the following hdmi_cec commits.

 Conflicts:
	src/neutrino.cpp
2023-01-05 16:05:36 +01:00
TangoCash
d67d9de4d3 hdmi-cec: send active source after view-on 2023-01-05 16:05:36 +01:00
TangoCash
44768b52fb re-add sleeptime, needed by some devices (thx max!) 2023-01-05 16:05:36 +01:00
TangoCash
5cc6f927a4 some hdmi-cec rework for deep standby and hdmi-routing 2023-01-05 16:05:36 +01:00
TangoCash
15fa7ce6ee fix hdmi cec from deep standby and logical address is not ready yet 2023-01-05 16:05:36 +01:00
TangoCash
e971b3c93d fix hdmi-cec going to deep-standby 2023-01-05 16:05:36 +01:00
max_10
26d0f28f1e neutrino: hdmi-cec standard off 2023-01-05 16:05:36 +01:00
TangoCash
d8933420f4 rework hdmi-cec log, add option to log to file
just create a file with 'touch /tmp/hdmicec.txt', and the file will be
filled with the log
2023-01-05 16:05:36 +01:00
TangoCash
9ce9d6ee9a hdmi-cec fix cpu load, report vendor id 2023-01-05 16:05:36 +01:00
vanhofen
ed547a1930 - src/driver/Makefile.am: a bit more order
Conflicts:
	src/driver/Makefile.am
2023-01-05 16:05:36 +01:00
vanhofen
8a0bba9234 - hdmi_cec: avoid compiler warnings 2023-01-05 16:05:36 +01:00
vanhofen
7711ef75c5 - fix cst build 2023-01-05 16:05:36 +01:00
max_10
382bdf030b - hdmi_cec.cpp: fix warning: invalid suffix on literal 2023-01-05 16:05:36 +01:00
TangoCash
4761afe370 fix hdmi cec 2023-01-05 16:05:36 +01:00
TangoCash
d58a4144aa fix hdmi cec 2023-01-05 16:05:36 +01:00
TangoCash
47727e504a introduce hdmi_cec to driver
Conflicts:
	data/locale/deutsch.locale
	src/driver/Makefile.am
	src/neutrino.cpp
	src/system/locals.h
	src/system/locals_intern.h
2023-01-05 16:05:36 +01:00
TangoCash
1f56d23dd2 fix compile with --enable-lcd 2023-01-05 16:05:36 +01:00
Thilo Graf
e209a4cc41 Revert "- moviebrowser: allow RC_left/right for page navigation"
This reverts commit a605f0ce3a.

This brakes navigation.
2023-01-05 16:05:36 +01:00
vanhofen
3a7888c792 Revert "- videosettings: reduce videomenu.zappingmode to mute and hold"
This reverts commit a66671e642.

Signed-off-by: Thilo Graf <dbt@novatux.de>

Sometimes it would be nice to know why any commits
will be reverted, but who cares ...
2023-01-05 16:05:36 +01:00
vanhofen
5db98eb764 - yWeb: rename some files 2023-01-05 16:05:36 +01:00
vanhofen
f1e81840b8 - yWeb: indentation fixes 2023-01-05 16:05:36 +01:00
Thilo Graf
3b3d51ef57 yWeb: fix filename Y_blank.htm -> Y_Blank.yhtm 2023-01-05 16:05:36 +01:00
vanhofen
9ed28f71da - yhook: try to fix quotation marks in epg titles 2023-01-05 16:05:36 +01:00
Thilo Graf
df7b3e73b1 plugins: use optional flag to handle background behavior of lua plugins
Old behavior is untouched, but Lua plugins which are using neutrino-lua APi
can manage background behavior of their windows by themselves.
This flag allows more flexibility.
2023-01-05 16:05:36 +01:00
vanhofen
516d1e1d98 - vfd-setup: add hint, hinticon and key to graphlcd item 2023-01-05 16:05:36 +01:00
vanhofen
b7be8ebaaf - locale: resort locale with reworked helpers
Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/system/locals.h
	src/system/locals_intern.h
2023-01-05 16:05:35 +01:00
vanhofen
b26fd1403c - locale: rework helpers
Signed-off-by: Thilo Graf <dbt@novatux.de>

And what's about the readme file? Losing a doc instead
to adjust it: Is this really a good idea?
2023-01-05 16:05:35 +01:00
Thilo Graf
ae85a76a31 imageinfo: use nhttpd.conf as source for webif path 2023-01-05 16:05:35 +01:00
vanhofen
e74b54305d - data/oled/themes/220x176/Default.otheme.in: update 2023-01-05 16:05:35 +01:00
vanhofen
41867ee170 - glcd/weather: align next_wtemp to the right 2023-01-05 16:05:35 +01:00
vanhofen
24299980fc - glcd/weather: split temperature and weather icon 2023-01-05 16:05:35 +01:00
vanhofen
2a968e11cd - glcd: unify/resort locales
Conflicts:
	data/locale/slovak.locale
2023-01-05 16:05:35 +01:00
vanhofen
f088ffcc70 - remove some obsolete comments 2023-01-05 16:05:35 +01:00
vanhofen
1babe9ec2b - framebuffer.h: cleanup 2023-01-05 16:05:35 +01:00
vanhofen
abd1a8305b - movieinfo: remove obsolete miSource source 2023-01-05 16:05:35 +01:00
vanhofen
0cfac49124 - english.locale: fix missing entries 2023-01-05 16:05:35 +01:00
vanhofen
f8b3cbf476 - remove youtube player
Conflicts:
	acinclude.m4
	data/icons/headers/ytplay.png
	data/icons/hints/hint_ytplay.png
	data/locale/slovak.locale
	src/gui/moviebrowser/mb.cpp
	src/gui/user_menue_setup.cpp
	src/neutrino.cpp
	src/system/settings.h
2023-01-05 16:05:35 +01:00
vanhofen
3035683bc6 - glcd/weather: don't show ° sign 2023-01-05 16:05:35 +01:00
vanhofen
cd9af1f2f4 - glcd: uppercase status markers
Conflicts:
	src/driver/glcd/glcd.cpp
2023-01-05 16:05:35 +01:00
TangoCash
6099c396c7 fix glcd brightness defaults 2023-01-05 16:05:35 +01:00
vanhofen
3b9a342307 - glcdsetup: code formatting 2023-01-05 16:05:35 +01:00
vanhofen
d4bd95e35b - glcdsetup: minor arrangement fix 2023-01-05 16:05:35 +01:00
TangoCash
53828f6a74 rework streaming part3 2023-01-05 16:05:35 +01:00
TangoCash
f1688525d3 rework streaming part2
Signed-off-by: Thilo Graf <dbt@novatux.de>

Some build errors fixed with this pick.
2023-01-05 16:05:19 +01:00
TangoCash
16ddc93290 rework streaming part1 2023-01-05 16:05:19 +01:00
Thilo Graf
b7c31a62f4 lcdd: fix obsolete license text 2023-01-05 16:05:19 +01:00
Thilo Graf
cdeddb5abd simple_display.h: fix obsolete license text 2023-01-05 16:05:19 +01:00
Thilo Graf
2e7ae9b7e0 vfd: fix obsolete license text 2023-01-05 16:05:18 +01:00
vanhofen
f294c8f318 - fb_accel_arm/mips: simplify setBlendLevel() 2023-01-05 16:05:18 +01:00
vanhofen
07a41bcef6 - simple_display: simplify setScrollMode() 2023-01-05 16:05:18 +01:00
Thilo Graf
6fdb9df5fe driver/slide: fix obsolete license text
Address is out of date since many years.
2023-01-05 16:05:18 +01:00
vanhofen
02d77e3b1a - proc_tools: introduce proc_put_hex() 2023-01-05 16:05:18 +01:00
vanhofen
cece4ce632 - slide: use proc_put_hex() 2023-01-05 16:05:18 +01:00
vanhofen
f29d28e1a0 - src/driver/Makefile.am: slide only for ARMBOX/MIPSBOX 2023-01-05 16:05:18 +01:00
vanhofen
5f9a39a96b - slide: use proc_tools 2023-01-05 16:05:18 +01:00
vanhofen
5e4dbf54fd - infoviewer: minor cleanup 2023-01-05 16:05:18 +01:00
vanhofen
01bf9bb996 - slide: formatting code 2023-01-05 16:05:18 +01:00
TangoCash
eb1ef27dc5 add slide 2023-01-05 16:05:18 +01:00
TangoCash
481b7a08ef fix pip autodetect for grab 2023-01-05 16:05:18 +01:00
TangoCash
a88d114591 fix segfault from - glcd: fix warning: statement is a reference, not call 2023-01-05 16:05:18 +01:00
vanhofen
19b060a88d - glcd: fix warning: taking address of packed member 2023-01-05 16:05:18 +01:00
vanhofen
a932bae053 - glcd: fix warning: statement is a reference, not call 2023-01-05 16:05:18 +01:00
max_10
e66b92c097 - glcd.cpp: fix Warnung: enum-Konstante in booleschem Zusammenhang 2023-01-05 16:05:18 +01:00
TangoCash
deec8cc2c9 change some defaults 2023-01-05 16:05:18 +01:00
TangoCash
41488817ea add bigger stepsize for MenueOptionNumberChooser 2023-01-05 16:05:18 +01:00
vanhofen
96170eb425 - deutsch.locale: fix minor typo 2023-01-05 16:05:18 +01:00
vanhofen
ce8a844e4f - deutsch.locale: fix "stop" typos 2023-01-05 16:05:18 +01:00
vanhofen
a221944a3a - locales: minor changes in PiP locales 2023-01-05 16:05:18 +01:00
vanhofen
d0511c6be0 - moviebrowser: allow configurable keys to toggle view 2023-01-05 16:05:18 +01:00
vanhofen
4ca19059a0 - rename PIP_ROFF => PIP_NO_POS; add default statement 2023-01-05 16:05:18 +01:00
TangoCash
f8ef87bcca show position in pipsetup 2023-01-05 16:05:18 +01:00
max_10
2d700ecf0a - glcd: fix possible format-truncation error 2023-01-05 16:05:18 +01:00
Thilo Graf
ca02407d76 display: add class CDisplay
This should fix broken build with --enable-lcd (BOXMODEL_OSMIO4KPLUS)

FIXME: CLCD::setVolume() needs fix because it contains no code.

The concept to overwrite CVFD with CLCD should be thought over, see:

display.h:

#if BOXMODEL_OSMIO4KPLUS
#include <driver/lcdd.h>
#define CVFD CLCD
#else
#include <driver/simple_display.h>
#endif

A plan with base- and subclasses and overwritable members should be
more sustainable. It will be coming to a mess, and if not yet, it will
be at some point, especially since nothing was documented.
2023-01-05 16:05:18 +01:00
Thilo Graf
8f2de59f0f re-add commit "add display support for osmio4k+" 2023-01-05 16:05:18 +01:00
TangoCash
1249a61edf add option to rotate PiP clockwise/counterclockwise 2023-01-05 16:05:18 +01:00
vanhofen
32c24c1fb4 - pipsetup: use OFFSET defines
Signed-off-by: Thilo Graf <dbt@novatux.de>
2023-01-05 16:05:18 +01:00
vanhofen
c8bf73ce34 - pipsetup: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2023-01-05 16:05:18 +01:00
TangoCash
d2febb0fb7 - glcd: rework
contains:
84e96916bf
0391fe435e
9fdbdc8717
3d1f5b6a8a
2023-01-05 16:05:18 +01:00
vanhofen
afb77411d6 - yweb: fix multibox remote control
Signed-off-by: Thilo Graf <dbt@novatux.de>
2023-01-05 16:05:18 +01:00
Thilo Graf
4518361d3d Revert "yWeb: rework for basic functionality"
Your reaction to this commit were remarkable. You demanded with an
imperious kind to revert this commit. You spoke about any rules only,
and I didn't hear evidencing explanations from you.
Admittedly, my commit wasn't very pretty and not the best style because
everything was squashed in a single commit with some customizations,
but which is ultimately just a formality... that's about it, and was quite
compliant with license conditions. In additional, your name was noted on
the commit. I'm just reminding you, until a few years ago, you didn't care
about licenses. The general copyright mainly lies with yjogol and a lot of
changes of the origin yweb code has been coming in by several committers
since yweb exists. I won't judge, whether any unique selling points play a
role, but such restrictions are exactly what the license should prevent.
Especially as, many creeped in brandings in some code parts (not only yweb)
do suggest that. Besides neutralizing such things, mainly it was the
purpose to get more compatibility, even though some functionalities
were removed or switched off.

Related to yweb I have decided to take back this commit for the sake of
peace, and I hope you are happy with it. However, I still reserve to
continue using and adopting yweb.
2023-01-05 16:05:18 +01:00
Thilo Graf
b18adf0375 webif: add option to disable webif content 2023-01-05 16:05:18 +01:00
vanhofen
83f6267e0a - add protek4k
Signed-off-by: Thilo Graf <dbt@novatux.de>

# Conflicts:
#	src/driver/simple_display.cpp
2023-01-05 16:05:18 +01:00
GetAway
b3a248e61f network_setup: update wiki ip 2023-01-05 13:59:24 +01:00
Hendi
160b2643b1 ffmpegdec: Add support for ffmpeg-5.1 2023-01-04 01:51:30 +01:00
Hendi
3c684c611b data: Convert backgrounds to jpg baseline
Nevis driver does not support progressive.
2022-12-22 19:01:47 +01:00
Hendi
d0d0c0004a tzif-display.cpp: Fix compiling for nevis 2022-12-21 19:11:51 +01:00
Thilo Graf
be70c8e92f Revert "add display support for osmio4k+"
This reverts commit bf4e032a3b.

This commit is breaking build for osmio4kplus because of many
code parts, enums etc. are missing.
2022-11-10 21:05:15 +01:00
BPanther
8359664bd0 E4HD 4K Ultra: quad pip deactivated - not supported 2022-11-07 21:22:46 +01:00
svenhoefer
a605f0ce3a - moviebrowser: allow RC_left/right for page navigation
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:22:46 +01:00
TangoCash
b9ef7f0b9c fix glcd font 2022-11-07 21:22:46 +01:00
TangoCash
4aca198e8d draw glcd icons only, if x-pos > 0 2022-11-07 21:22:46 +01:00
svenhoefer
c8a1e6d7b6 - some fixes for e4hdu
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:22:46 +01:00
max_10
9f55f48a48 - glcdsetup: add missing oled_width/heigth 2022-11-07 21:22:46 +01:00
svenhoefer
55e4bba939 - src/driver/Makefile.am: remove duplicated fb_accel.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:22:46 +01:00
svenhoefer
459456723e - configure: simplify --enable-lcd code; remove obsolete ENABLE_LCDAPI
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:22:46 +01:00
TangoCash
235e2a82fe e4hdultra webif - fix KEY_EXIT->KEY_HOME 2022-11-07 21:22:46 +01:00
svenhoefer
85e581c2c5 - glcdsetup: add missing oled_width/heigth
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:22:46 +01:00
TangoCash
83d9596a63 fix glcd icons, add to menu
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:22:46 +01:00
TangoCash
89e14a83e1 glcd: show standard screen instead of menu while configuring positions 2022-11-07 21:22:46 +01:00
TangoCash
bf4e032a3b add display support for osmio4k+
use --enable-lcd as configure option
2022-11-07 21:22:46 +01:00
BPanther
e39f9d8b23 E4HD 4K Ultra: fix some other rc keys 2022-11-07 21:22:46 +01:00
max_10
a5b02d0a7c - y-web: fix rc key e4hdultra 2022-11-07 21:22:46 +01:00
max_10
08492bff44 - disable fedebug 2022-11-07 21:22:46 +01:00
max_10
55db542a29 - y-web: update rc_axas_e4hd.png 2022-11-07 21:22:46 +01:00
BPanther
e4b67ea75b E4HD 4K Ultra: fix rc key tv/r 2022-11-07 21:22:46 +01:00
BPanther
f628ab9316 E4HD 4K Ultra: fix rc key menu 2022-11-07 21:22:46 +01:00
max_10
7926570a3d - acinclude.m4: warning: 'AM_CONFIG_HEADER': this macro is obsolete. 2022-11-07 21:22:46 +01:00
max_10
c7ce7d70fa - configure.ac: fix message u modifier ignored since D is the default (see U) 2022-11-07 21:22:46 +01:00
max_10
0b4820e931 - controlapi: fix commit minor alignments to TangoCashs repo 2022-11-07 21:22:46 +01:00
TangoCash
46d6a1f127 fix e4hdultra display theme 2022-11-07 21:22:46 +01:00
TangoCash
84535b2520 fix oled theme 2022-11-07 21:22:46 +01:00
TangoCash
08a13aa4c5 add graphlcd theme for e4hdultra 2022-11-07 21:22:46 +01:00
TangoCash
6ef9fec750 enable glcd for e4hdultra 2022-11-07 21:22:46 +01:00
BPanther
4d48aeeb7b E4HD 4K Ultra: no general DVB-T/T2 5V at init 2022-11-07 21:22:46 +01:00
BPanther
d86e9b4156 E4HD 4K Ultra: no general DVB-T/T2 5V at init 2022-11-07 21:22:46 +01:00
BPanther
ee4d4b43be E4HD 4K Ultra added (not yet ready) 2022-11-07 21:22:46 +01:00
BPanther
b4ddec89df E4HD 4K Ultra added (not yet ready) 2022-11-07 21:22:45 +01:00
svenhoefer
3a22dfcc92 - add E4HD Ultra
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:22:45 +01:00
Thilo Graf
ccf604cc8e yWeb: rework for basic functionality
Based on the last changes by svenhoefer
2022-11-07 21:22:45 +01:00
Thilo Graf
8189f3c86d data/icons/hints: add hint_imagelogo-png 2022-11-07 21:22:45 +01:00
Thilo Graf
38b29d3c0e neutrinoyparser.cpp, tuxboxapi: avoid possible crashes without g_bouquetManager instance
This was observed without physical frontends and in certain
circumstances while using the web interface, e.g. if users are
using bouquet functionalities.
2022-11-07 21:22:45 +01:00
Thilo Graf
6be906e12d hintbox.h: fix wrong type name 2022-11-07 21:21:38 +01:00
Thilo Graf
602d3835f9 hintbox: Add option to enable/disable header for CLoaderHint()
This restores the original intention of showing slim hints while
loading without a header, but keeps the option to enable a header.
2022-11-07 21:21:38 +01:00
Thilo Graf
806cf7d8b4 hintbox.h: rework copy paste source doc for CLoaderHint 2022-11-07 21:21:38 +01:00
svenhoefer
1354fc5c70 - hintbox: introduce and use CLoaderHint()
Signed-off-by: Thilo Graf <dbt@novatux.de>

# Conflicts:
#	src/gui/miscsettings_menu.cpp
#	src/gui/moviebrowser/mb.cpp
#	src/gui/widget/hintbox.h
#	src/neutrino.cpp
2022-11-07 21:21:38 +01:00
Thilo Graf
baadcb3406 src/system/tzif-display.cpp: fix wrong var type in debug output 2022-11-07 21:21:38 +01:00
svenhoefer
f86f5a0586 - controlapi: minor alignments to TangoCashs repo
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:21:38 +01:00
svenhoefer
6a7e0b3653 - Makefile: fix rcsim.h target
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:21:38 +01:00
svenhoefer
d28c3ff231 - rcinput_fake: add KEY_TOUCHPAD_TOGGLE
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:21:38 +01:00
svenhoefer
30fec82053 - rcinput_fake: whitespace cleanup
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:21:38 +01:00
svenhoefer
794cd0d850 - keybind-setup: add key_sleep
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:21:38 +01:00
svenhoefer
8bc428f848 - rcinput: add RC_touchpad_toggle and RC_vod
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:21:38 +01:00
svenhoefer
3afd22fde0 - introduce src/driver/rcinput_fake.h
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:21:38 +01:00
svenhoefer
8ca5fadea0 - icons.h: fix whitespace
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:21:38 +01:00
svenhoefer
e8787da651 - hourglass: add defaults for x/y position
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-11-07 21:21:38 +01:00
TangoCash
593003c241 - nhttpd: add option to appent to file in write_to_file() 2022-11-07 21:21:38 +01:00
GetAway
4e1277de42 lcd4l.cpp: restart script after changing timezone 2022-11-06 17:00:23 +01:00
GetAway
4a372252bb setting_helpers.cpp: fix set timezone if build with uclibc 2022-11-06 14:27:23 +01:00
GetAway
640482afe5 screensaver/Makefile.am: change install dir to default ICONSDIR/screensaver 2022-10-23 21:31:36 +02:00
GetAway
875530b270 screensaver.cpp: lets scale pics in screensaver fallback mode 2022-10-23 20:49:43 +02:00
GetAway
9dfa7bbde1 locale: fix empty locales after removing trailing whitespace 2022-10-09 20:08:14 +02:00
GetAway
b26e8e7ff8 locale: trim trailing whitespace 2022-10-07 09:21:04 +02:00
GetAway
d899f409f0 add english locale to last commit 2022-10-07 09:16:38 +02:00
GetAway
94ee52dbcb - flashtool.cpp: align more to Ni 2022-10-06 21:55:33 +02:00
GetAway
1ab1ff980a - neutrino.cpp: suppress inactivity popup in standby mode 2022-10-02 10:58:54 +02:00
Thilo Graf
2e93b5ee9f network_setup: rework network apply messages
Loader icon moved into message window.
2022-09-22 16:04:31 +02:00
Thilo Graf
10e490b15f neutrino.cpp: add NEUTRINO_ICON_LOADER for tuner restart 2022-09-22 16:04:31 +02:00
Thilo Graf
b902c4ee96 test_menu.cpp: add ShortHint demo with NEUTRINO_ICON_LOADER 2022-09-22 16:04:31 +02:00
Thilo Graf
ab6fe1be57 hintbox: allow usage of hint icons and loader icon with short hints too
Only NEUTRINO_ICON_LOADER must be specified as picon parameter.
2022-09-22 16:04:31 +02:00
Thilo Graf
274462ad50 cc_item_infobox: integrate optional visualisation of loader/hourglass 2022-09-22 16:04:31 +02:00
Thilo Graf
f39af5ac77 data/icons.h: add NEUTRINO_ICON_LOADER
For usage as hint icon and indicator for detection as loader
graphic which will be replaced picon within info, message and hint boxes.
2022-09-22 16:03:57 +02:00
Thilo Graf
7ff4ca1e2f hourglass: add clear() and stop() members 2022-09-22 15:48:23 +02:00
Thilo Graf
66db56da18 cc_signals: add signals for kill() 2022-09-22 15:48:23 +02:00
Thilo Graf
9edb2877db fsmounter.cpp: remove udp option 2022-09-19 11:06:56 +02:00
svenhoefer
0d0982afd9 - moviecut: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-19 10:36:54 +02:00
svenhoefer
4440ec9f97 - moviebrowser: restore last mode to allow tv/radio while copying, cutting and truncating
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-18 15:17:07 +02:00
svenhoefer
edea36b9b4 - controlapi: fix and simplify RC_DEVICE defines
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-18 15:16:40 +02:00
Thilo Graf
202563d296 imageinfo: get package version from package manager instead source
Works only if ENABLE_PKG_MANAGEMENT is enabled
2022-09-18 15:04:54 +02:00
Thilo Graf
76a4762134 opkg_manager.h: add imageinfo as friend class 2022-09-18 15:04:19 +02:00
Thilo Graf
07b7bec649 config: update bad package list 2022-09-17 15:56:23 +02:00
svenhoefer
45d0a0558c - add multibox
Signed-off-by: Thilo Graf <dbt@novatux.de>

# Conflicts:
#	src/neutrino.cpp
2022-09-16 22:47:14 +02:00
Thilo Graf
5e530ef9d2 progresswindow.cpp: fix too small offset between global bar and lower frame 2022-09-16 22:40:30 +02:00
Thilo Graf
bf2059cb74 cc_item_progressbar.h: small clean up 2022-09-16 22:39:52 +02:00
svenhoefer
d1bd47bc12 - menue: change case of new separatorline switch
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-15 05:30:19 +02:00
svenhoefer
8c9366c866 - scan-setup: fix new addIntroItems() call
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-15 05:29:54 +02:00
BPanther
b139d94a0b fix SeparatorLine 2022-09-15 05:29:38 +02:00
svenhoefer
afe23e002b - controlapi: add mode_moviebrowser to GetModeCGI()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-15 05:28:56 +02:00
Thilo Graf
ceda15916a cc_detailsline.cpp: use OFFSET_INNER_MIN as default frame witdh 2022-09-14 10:30:52 +02:00
Thilo Graf
693eec1a95 controlapi.cpp: fix NeutrinoModes::mode_webradio) 2022-09-14 10:16:12 +02:00
Thilo Graf
73e45057c0 osd_progressbar_setup.cpp: small clean up 2022-09-14 10:16:12 +02:00
svenhoefer
01c0e1086e - lcd4l: fix moviebrowser handling ...
* use Movieplayer/Moviebrowser logos
* remove RemoveEventFile()
* rename NewParseID => new_ParseID

Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-14 05:35:28 +02:00
Frankenstone
c5125aee61 - eitd/sectionsd: remove USE_BOOST_SHARED_PTR 2022-09-13 20:36:18 +02:00
svenhoefer
260ca7d64e - moviebrowser: add lcd4linux support
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-13 20:35:30 +02:00
svenhoefer
a82536d38a - neutrino: add mode_moviebrowser
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-13 20:34:33 +02:00
TangoCash
25102f6932 fix multistream, fix record streams 2022-09-13 20:33:18 +02:00
svenhoefer
91fdcd335f - streamts: avoid compiler warnings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-12 20:13:22 +02:00
svenhoefer
4c227a1d20 - xmlutil: simplify unlink calls
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-12 20:13:18 +02:00
TangoCash
7fd4dd9f69 xml epg: del file even if parsing fails 2022-09-12 20:13:15 +02:00
TangoCash
9a4bd22793 mode xml epg delete direct into function 2022-09-12 20:13:11 +02:00
TangoCash
108ebe8301 send ecm pids in stream only in raw mode 2022-09-12 20:13:08 +02:00
TangoCash
29731b1d2f log failed tp remove xml epg 2022-09-12 20:13:06 +02:00
svenhoefer
b33141cdfe - nhttpd: remove ununsed ZAPITXMLPATH
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-12 20:13:01 +02:00
svenhoefer
aa35ec0aee - neutrinoapi: fix getVideoFramerateAsString()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-12 20:12:58 +02:00
TangoCash
daa69fe842 rework streaming, add e2 streaming api
Signed-off-by: Thilo Graf <dbt@novatux.de>
Whitespace fiixed
2022-09-12 20:12:54 +02:00
svenhoefer
2594c7967b - scan-setup: add addScanMenuFrontendOptions() only once
Conflicts:
	src/gui/scan_setup.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
Fixed build, because of missing locales and members.
2022-09-12 20:12:15 +02:00
TangoCash
c0e29ecbcb - introduce triple tuner handling
Conflicts:
	src/gui/scan_setup.cpp
2022-09-12 19:33:31 +02:00
TangoCash
c961ba1aa2 use e2 epg mapping for .tv webtv 2022-09-12 19:33:21 +02:00
svenhoefer
4fd8ae519b - streamts: initialize frontend
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-12 19:33:15 +02:00
svenhoefer
2d1b0d19a6 - zapit/bouquets: fix compile
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-09-12 19:32:14 +02:00
svenhoefer
59aa91ca80 - moviebrowser: ignore g_settings.infobar_show_sysfs_hdd; ...
rename info_hdd_level() => refreshHDDLevel

Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-08-30 21:18:35 +02:00
svenhoefer
8f1cafc46f - lua_cc_text: fix CCTextNew default values
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-08-30 21:18:31 +02:00
svenhoefer
cbd6e4f1f6 - remove obsolete define SCALE2RES_DEFINED
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-08-30 21:16:35 +02:00
svenhoefer
59b9a11693 - initial settings: update matze settings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-07-30 23:41:29 +02:00
svenhoefer
e2bb70c4f1 - jsoncpp: bump to version 1.9.5
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-07-16 19:02:45 +02:00
svenhoefer
1ffd91ebee - network-service: fix compiler warning
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-07-16 14:01:45 +02:00
svenhoefer
3e57db2ad8 - rcinput: add RC_f1..10 keys
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-07-16 14:01:09 +02:00
svenhoefer
42355a336f - neutrino: move hdmi_cec code blocks
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-07-16 14:00:43 +02:00
svenhoefer
c29a679783 - neutrino: simplify g_settings.hdmi_cec_volume handling
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-07-16 14:00:08 +02:00
svenhoefer
1fdb13e49a - channellist: fix numeric zap input
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-07-16 13:47:18 +02:00
svenhoefer
8761b8e9f6 - initial-settings: update matze settings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-06-27 10:56:43 +02:00
svenhoefer
834b803db9 - configure_network: remove hardcoded paths to ifup/ifdown
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-06-14 21:34:48 +02:00
svenhoefer
fb6abf3444 - configure_network: add empty line to new wpa_supplicant.conf
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-06-14 21:33:57 +02:00
TangoCash
97f2ba2ba5 restore old progressbar behavior 2022-06-14 21:33:29 +02:00
TangoCash
994467e777 fix update progressbar in header 2022-06-14 21:33:11 +02:00
svenhoefer
23e01f43d7 - cc_frm_header: try to fix next_item detection
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-06-11 16:39:23 +02:00
svenhoefer
1beebda581 - volumebar: fix space calculation
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-06-06 14:25:29 +02:00
GetAway
e0cdb41576 - neutrino.cpp: stop lcd4l thread for flashing and remove dead code
In src/system/flashtool.cpp there was still old, unused code,
which once stopped LCD4L during flash. However, it has not been
jumped and executed for a long time. I have removed it now and
introduced the corresponding code section in neutrino.cpp in
stop_deamons() and reactivated so the stopping of the daemon.
The sighandler() function calls up also stop_daemons(),
so I removed the code there
2022-05-28 21:04:58 +02:00
GetAway
09b8632d01 - mkfs.jff2: fix -Wnarrowing warning with newer compiler 2022-05-26 20:29:38 +02:00
svenhoefer
32bba42cb9 - channellist: try to fix description length; pt. 2
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-05-16 10:36:50 +02:00
svenhoefer
eb39b41b27 - channellist: try to fix description length
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-05-16 10:35:37 +02:00
svenhoefer
0f3dee2e57 - channellist: allow epgtext alignment
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-05-07 10:09:02 +02:00
svenhoefer
2cdbdb5ce4 - channellist: add " - " to event description instead of channel name
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-05-07 09:56:49 +02:00
TangoCash
c03b1f800f channellist, align channelname and description to the same baseline 2022-05-07 09:56:35 +02:00
TangoCash
6a962eef51 - frontend: rename dummy fe 2022-05-06 08:00:35 +02:00
svenhoefer
bfee881c7f - frontend: remove some BOXMODEL_VUPLUS_ARM ifdefs
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-05-06 08:00:20 +02:00
TangoCash
4ff07bc08c fix frontend detection 2022-05-06 07:59:17 +02:00
BPanther
020068bfe8 caids at tech info hidden, if audio/video info lines too long, e.g. auto motor sport hd. use info/help key to show caids. 2022-05-06 07:59:10 +02:00
svenhoefer
8106d9ad54 - moviebrowser: fix segfault
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-05-01 22:09:09 +02:00
svenhoefer
09764568ef - header-clocks: simplify calls
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-04-30 18:13:42 +02:00
svenhoefer
9a98b259c0 - cc-frm-header: change clock defaults 2022-04-30 18:13:08 +02:00
svenhoefer
8acae91d2f - moviebrowser: add clock to header 2022-04-30 18:12:33 +02:00
TangoCash
26e4daae1e fix typo / add default progressbar width 2022-04-30 18:10:49 +02:00
TangoCash
8844736ef1 cleanup 2022-04-30 18:10:46 +02:00
TangoCash
1cdb8d2356 fix progressbar in moviebrowser 2022-04-30 18:10:40 +02:00
TangoCash
a0590147c0 implement progressbar into cc_frm_header 2022-04-30 18:10:37 +02:00
TangoCash
cd076c5f14 fix logo position in moviebrowser 2022-04-30 18:10:34 +02:00
svenhoefer
e315cd43d7 fix centering logo in header 2022-04-30 18:10:25 +02:00
svenhoefer
db19aa667d - neutrino: make header's channellogos alignable
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-04-30 18:01:10 +02:00
svenhoefer
5222218208 - neutrino-menu: allow personalization for parental lock item
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-04-26 07:43:17 +02:00
svenhoefer
3eba207cc7 mediaplayer-setup: add missing ENABLE_YOUTUBE_PLAYER
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-04-26 07:43:03 +02:00
svenhoefer
d060fed98c - dboxinfo: minor whitespace fixes
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-04-26 07:43:03 +02:00
Thilo Graf
19f1b89c78 keyboard-input: remove russian keyboard 2022-04-26 07:43:03 +02:00
svenhoefer
66e5d9f609 - helpers: fix warning in neutrinoMode_to_string();
cc1plus: warning: function may return address of local variable [-Wreturn-local-addr]
../src/system/helpers.cpp:114:16: note: declared here
    std::string res = s.str();
                ^~~

Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-04-23 21:30:33 +02:00
svenhoefer
e74ec3d5ad - channellist: fix description color for selected or marked items
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-04-23 21:30:33 +02:00
Thilo Graf
25f9d6e06e lua API: update to v1.95->1.96
add setValue() for menu forwarders
add paintItem() for menu items
implement kill() for cctext items
2022-04-23 20:52:36 +02:00
Thilo Graf
32abde37de lua: implement kill() for cctext items
ct:kill()
2022-04-23 20:47:05 +02:00
Thilo Graf
e4939264f0 lua: add paintItem() for menu items
menu1:setSelected{id=<id>}
2022-04-23 20:47:01 +02:00
Thilo Graf
9f9aa957b1 lua: add setValue() for menu forwarders
menu1:setSelected{id=<id>,value="text"}
2022-04-23 20:45:42 +02:00
svenhoefer
ead36a120f - themes: add color for channellist event descriptions
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-04-18 10:07:02 +02:00
Thilo Graf
0e02e8e956 progresswindow: Consider window frame for progress bar width
supplement to: sync frame width with message/hintbox 8fb9196
2022-04-17 17:11:31 +02:00
Thilo Graf
8fb9196949 progresswindow: sync frame width with message/hintbox 2022-04-09 11:46:12 +02:00
Thilo Graf
76e9ca2eba menu: fix item height calculation
The height of the description was never 0. Switching to std::string
makes handling easier. Locales are secondary because only strings
come out at the end.

# Conflicts:
#	src/gui/widget/menue.cpp
2022-04-07 12:06:03 +02:00
Thilo Graf
e33b61f52d infoviewer_bb: outsource init of volscale
partial clean up
2022-04-07 12:06:03 +02:00
svenhoefer
7f4fcddd9a - pluginlist: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-03-28 06:31:43 +02:00
svenhoefer
21d4b727a3 - plugins: formatting code using astyle
Conflicts:
	src/gui/plugins.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-03-28 06:31:43 +02:00
TangoCash
46ae497074 support for svg hint icons 2022-03-28 06:31:43 +02:00
Thilo Graf
9b25a0ab14 Revert "plugins.cpp: fix show *_hint.svg"
This reverts commit 9b619d39c8376ed2a7f9954cca53996e940a720f.
2022-03-28 06:31:43 +02:00
svenhoefer
bffb9be415 - initial settings: update to latest matze settings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-03-28 06:31:43 +02:00
GetAway
bf1375e9bb - more readability for modes while logging 2022-03-27 20:35:54 +02:00
GetAway
980d348191 - movieplayer.cpp: try to fix blank mode for !CST 2022-03-27 10:57:39 +02:00
Jacek Jendrzej
09f067da20 tuxtxt: try to fix use sbit->buffer after free; test on Phoenix site 280 2022-03-26 17:17:14 +01:00
Jacek Jendrzej
8f45184162 neutrino: fix build with last org ffmpeg git 2022-03-24 16:51:49 +01:00
Thilo Graf
09ce8971f1 msgbox: simplify call for extraction of button label 2022-03-23 21:08:44 +01:00
Thilo Graf
9f5fc4a9d4 menue.cpp/h: modify move behavior of menu window for custom position
MENU_POS_PRESET is replaced with MENU_POS_CUSTOM. This allows
with methode setPos() to any position on screen without preset offset.
Old behavior is untouched.
2022-03-23 21:08:44 +01:00
Thilo Graf
a48a0515c0 menue: add members to get dimensions
# Conflicts:
#	src/gui/widget/menue.h
2022-03-23 21:08:44 +01:00
Thilo Graf
e48aa19edb epgplus: use footer global at heap
For global use.
2022-03-23 21:08:44 +01:00
Thilo Graf
b8a617644f widget/textbox: add member to get current text color 2022-03-23 21:08:44 +01:00
Thilo Graf
d35cabfd0f cc_frm_clock: fix data type for text color 2022-03-23 21:08:44 +01:00
GetAway
a9a8539e1e plugins.cpp: fix show *_hint.svg
- i.e. use hinticon=rss_hint in plugin_xy.cfg to show rss_hint.svg
2022-03-20 18:41:04 +01:00
Thilo Graf
1981da6240 filebrowser: fix hourglass object remove order
Avoids holes on screen.
2022-03-12 17:21:36 +01:00
Thilo Graf
c14748ea51 widget/buttons.h: fix order of parameters in prototype of paintButtons()
comes in with: cf91f2e 'merge neutrino-mp menu/buttons/icons changes'
2022-03-11 08:33:07 +01:00
Thilo Graf
e90b730d8e eventlist: suplement to 'optimize button paint on changed caption content'
More simplified
2022-03-10 09:39:07 +01:00
Thilo Graf
96174bc313 eventlist: use footer instance at heap
Some settings were never applied on runtime.
This ensures re assign possible changed settings (e.g. colors).
2022-03-04 20:34:38 +01:00
Thilo Graf
82a04ed87c eventlist: optimize button paint on changed caption content
Paint not complete footer but only button which content has been changed.

another supplement to:
	eventlist: use footer object as class member
2022-02-19 21:29:30 +01:00
Thilo Graf
75e646335b theme settings: resort codelines, remove unused 'menu_ButtonBar_gradient* 2022-02-19 20:09:18 +01:00
Thilo Graf
be9c56d3b1 eventlist: supplement to: eventlist: use footer object as class member
Additional fix to paint when button text was changed.
2022-02-17 21:52:47 +01:00
Thilo Graf
6332672fe6 audioplayer: get footer height from CComponentsFooter object 2022-02-17 19:35:52 +01:00
Thilo Graf
caa68abcb7 cc_frm_footer: add sizemode als default paramter to constructor 2022-02-17 13:12:34 +01:00
Thilo Graf
a62a3e7528 gui/widget/buttons: remove unused parameters 2022-02-17 08:50:55 +01:00
Thilo Graf
3e3052b4b9 eventlist: use footer object as class member
Allows to handle paint interval only on changed button count and
avoids related possible flicker effects on unnecessary paint events.
2022-02-15 21:39:47 +01:00
Thilo Graf
f33d95c197 Doxyfiles: enable class diagrams 2022-02-15 06:35:07 +01:00
Thilo Graf
2a191e40d2 neutrino.cpp: remove and replace wrong entries from usermenu settings 2022-02-13 16:09:29 +01:00
svenhoefer
e3048051c3 - lcd4l: add tuner sig/snr/ber
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-02-12 15:44:13 +01:00
svenhoefer
cf032199c7 - osd-setup: auto-calc some structs
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-02-12 15:43:51 +01:00
svenhoefer
c6fb297681 - osd-setup: remove unused struct
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-02-12 15:43:48 +01:00
GetAway
b43f907309 - yconfig.h: add mime-type m3u8:application/x-mpegURL
- fix some others
2022-02-11 08:12:26 +01:00
Thilo Graf
35f12e3533 cc_frm: rework getUsed/getFree methods 2022-02-08 10:54:08 +01:00
Thilo Graf
5fb004a588 cc_types: add 'enabled' to button_label_cc_struct with value as default 2022-02-08 10:54:08 +01:00
Thilo Graf
783f09d3fb CMsgBox: avoid possible crashes when no button object found.
This could happen if all buttons in the footer are disabled.
Only for sure, but that should not really happen.
2022-02-08 10:54:08 +01:00
Thilo Graf
fa90917767 CMsgBox: Ensure to get next selectable item. 2022-02-08 10:54:08 +01:00
Thilo Graf
386a1ba30e cc_frm_header: use more plausible parameter name in addContextButton() 2022-02-08 10:54:08 +01:00
Thilo Graf
5697398886 CBEBouquetWidget: avoid possible crash if no channels available
This constellation should be rare, but if no channels are available,
bouquet editor will crash here.
Verified on generic pc without tuner and Leaksanitizer.
For tests it's possible to enable the block with an extra
instance of CBouquetManager. So it's still possible to edit bouquets
but without channels.
2022-02-08 10:54:08 +01:00
Thilo Graf
f1b044ecfc cc_item: add/rename enableCCItem(), disableCCItem() 2022-02-06 20:12:19 +01:00
Thilo Graf
0b0d9a814c cc_item_text: apply enable/disable mode for text color 2022-02-06 20:12:19 +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
svenhoefer
aa560d175c - moviebrowser: increase chars for keybord input
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-02-06 20:12:19 +01:00
svenhoefer
fcf717a162 - lcd4l: update weather locales
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-02-04 05:51:46 +01:00
svenhoefer
165d5c0941 - lcd4l: extending duration file; ...
Line 1: done/total
Line 2: done
Line 3: todo
Line 4: total

Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-31 09:12:03 +01:00
svenhoefer
96b2d4f816 - neutrino: cleanup upgradeSetup() from very old stuff
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-31 09:11:08 +01:00
svenhoefer
56f9b655d9 - lcd4l: add monospace font to font file
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-31 08:33:32 +01:00
svenhoefer
d5cebd3a57 - rename ttx_font_file => font_file_monospace
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-31 08:32:18 +01:00
Thilo Graf
c8b5572673 lcd4l_setup: disable screenshot menu entry 2022-01-30 14:28:41 +01:00
svenhoefer
43cf770f14 - lcd4linux: add menu item to allow or disable display screenshots
Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-28 10:25:39 +01:00
Thilo Graf
a19e85aba1 themes: rename themefile > theme_cfg
more plausibility, it's not a file
2022-01-27 15:20:23 +01:00
svenhoefer
56da26d531 - weather-setup: clear postal code after choosing location from xml
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-26 08:22:53 +01:00
svenhoefer
9ba0ee1b71 - weather: change country strings to country code
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-26 08:21:50 +01:00
svenhoefer
5f3c5b15b6 - remotecontrol: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-26 08:19:59 +01:00
svenhoefer
d46b87b16b - weather: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-24 09:10:22 +01:00
svenhoefer
668161d7a5 - lcd4l: add wind dirction string to weather_wind file
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-24 09:09:39 +01:00
svenhoefer
8f63f163cc - weather: add getDirectionString() function
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-24 09:09:18 +01:00
svenhoefer
78ce911761 - weather: rename postcode => postalcode
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-22 11:05:30 +01:00
svenhoefer
5117c78eec - weather-setup: rename showSelectWeatherLocation() => selectLocation()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-22 11:05:28 +01:00
svenhoefer
b8683fbe7e - weather-setup: show postcode in menu
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-22 11:05:25 +01:00
svenhoefer
454ae6223b - weather: introduce string g_settings.weather_postcode
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-22 11:05:22 +01:00
svenhoefer
aef6d8c45d - weather: add WEATHER_DEFAULT defines
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-22 11:05:20 +01:00
Thilo Graf
65dc1dda96 record_info: fix item offsets 2022-01-21 20:49:38 +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
svenhoefer
cb14fd9b1b - initial-settings: update matze settings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-21 07:07:26 +01:00
TangoCash
025a27c2de add find weather location by postcode
todo: add country

Signed-off-by: Thilo Graf <dbt@novatux.de>

include fix compile, to_string used from helpers
2022-01-21 07:07:23 +01:00
svenhoefer
3453645229 - weather-setup: add country to hint text
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-19 05:39:35 +01:00
svenhoefer
e9795a653a - weather-setup: rename weather_loc struct members
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-19 05:39:35 +01:00
svenhoefer
360f2efedf - weather: re-add norway weather locations (unused)
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-19 05:39:35 +01:00
svenhoefer
6c46bdcc7f - weather: rename xml files
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-19 05:39:35 +01:00
svenhoefer
ffe47ae214 - weather: introduce weather_favorites.xml
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-19 05:39:35 +01:00
svenhoefer
fe5548a7c1 - weather: remove obsolete weather_locations.h; minor changes to weather-setup
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-19 05:39:35 +01:00
TangoCash
f1a98fe8b1 - move weather locations to xml file 2022-01-19 05:39:35 +01:00
svenhoefer
261dfe62fc - weather_setup: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-19 05:39:35 +01:00
TangoCash
b9dd93c3d0 move weather setup to own source files
Conflicts:
	src/gui/miscsettings_menu.cpp
2022-01-19 05:39:35 +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
Thilo Graf
d77b57d919 icons: fix wrong ts icons 2022-01-19 05:28:19 +01:00
Thilo Graf
ea7c787a5f record_info: add widget class for record info 2022-01-19 05:27:46 +01:00
Thilo Graf
da6fea111e movieplayer: add send message CRCInput::RC_info on changed position
Sends message to show info bar on change position, maybe there is
a better solution (e.g. with callback), but this should help to visualize if position
was changed, e.g.: user has pressed number keys for minute steps.
In my opinion, this feature is missing for better user interaction.
2022-01-19 05:25:45 +01:00
Thilo Graf
e213efe13a navibar: add method to set separator line modes
Current behavior is not touched, means: both lines are enabled as default.
2022-01-15 17:16:42 +01:00
svenhoefer
f46c9abdff - navibar: change color of seperator lines
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-15 16:13:05 +01:00
svenhoefer
c7accb37ae - navibar: add small separator line to the bottom
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-15 16:12:19 +01:00
svenhoefer
690df910d2 - weather: remove obsolete locales and g_settings.weather_country key
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-15 12:07:52 +01:00
svenhoefer
8269c06b12 - weather: align locales
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-15 12:07:16 +01:00
svenhoefer
0001a72793 - miscsettings-menu: align to Tango
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-15 12:05:32 +01:00
svenhoefer
a6a06ca6f6 - weather: pick weather_locations.h from Tango
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-15 12:05:05 +01:00
Thilo Graf
4c17028a9b weather: fix possible segfault 2022-01-15 12:01:36 +01:00
TangoCash
c0aded3942 switch weather api from Dark Sky to OpenWeather
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-15 11:47:50 +01:00
svenhoefer
f0b2d9ec82 - lcd4l: fix count of records
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-14 08:48:38 +01:00
svenhoefer
55e17f4fab - lcd4l: add count of records to mode_rec file
Conflicts:
	src/driver/lcd4l.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-14 08:47:51 +01:00
Thilo Graf
3eaa88141f cc_item: add signsl OnBeforePaintInit() 2022-01-13 19:36:38 +01:00
svenhoefer
9ed525d199 - sectionsd: move function build_time() to helpers
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-12 10:03:59 +01:00
Thilo Graf
9f0b46d11c cc_types: add comment to button, is icon name, for more plausibility 2022-01-11 20:25:34 +01:00
TangoCash
0262cdef56 - sectionsd : replace hardcoded timestamp with build timestamp 2022-01-11 16:39:13 +01:00
Thilo Graf
bbc880e6a9 Revert "- sectionsd: replace hardcoded timestamp with BUILT_TIMESTAMP"
This reverts commit 521239bb2b.

Depending on the build system and preferences of build system maintainers
the file "version.h" is not absolutely necessary or could be empty and
if this file is not exists, build will break.
This needs another solution.
Why not solve it at runtime? That would at least be more sustainable,
because long-term the timestamp would not age and recompile could be avoided.
2022-01-11 09:03:56 +01:00
svenhoefer
78e878c237 - fontrenderer: a bit less bad hack to decrease boot
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-09 13:15:59 +01:00
svenhoefer
521239bb2b - sectionsd: replace hardcoded timestamp with BUILT_TIMESTAMP
based upon 292cb9e8c2

 Conflicts:
	src/gui/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-09 13:15:25 +01:00
Thilo Graf
e4b4398059 imageinfo: remove doPaintBg(false), is not required 2022-01-08 14:04:42 +01:00
Jacek Jendrzej
cb59e66b41 zapit: bouquets fix closedir 2022-01-08 13:27:58 +01:00
Thilo Graf
10a617b9dc Change to version 3.22.0 2022-01-07 16:06:42 +01:00
Thilo Graf
e9b107377d cc_frm_button: add methode to get current icon name 2022-01-07 16:00:11 +01:00
Thilo Graf
eea8e58c44 update_menue: show update status of packages in update menue
... to visualize update status already in the preview.
2022-01-07 09:29:47 +01:00
Thilo Graf
e393c87324 opkg_manager: add class with member to set an update status 2022-01-07 09:23:19 +01:00
Thilo Graf
de9cca01b9 menue: Show context help button in header if no hint is visible. 2022-01-06 16:35:04 +01:00
Thilo Graf
801b8600ed osd_setup: Make detail line and menu hints configurable. 2022-01-06 16:20:07 +01:00
Thilo Graf
b340d3f019 zapit: avoid possible crash if no frontend available
Crashes are possible e.g. on generic pc without any tuner or
starting Neutrino with optional export SIMULATE_FE
2022-01-05 22:04:37 +01:00
Thilo Graf
9b37d67269 navibar: add small separator line 2022-01-05 20:50:46 +01:00
M. Liebmann
bccecb3058 CChannelList: No error message when no channels found and...
...frontend is only simulated
2022-01-05 17:25:01 +01:00
Thilo Graf
86ecd64c66 user_menue_setup: hide untitled menu items 2022-01-05 06:17:10 +01:00
Thilo Graf
8c33efb231 user_menue_setup: add option to hide selectable menu item 2022-01-05 06:15:51 +01:00
svenhoefer
ce49c98ccf - fontrenderer: try bad hack to decrease boot time in HD1 hardware
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-04 21:30:16 +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
035c3c3a89 - usermenu: rename/resort some items
Conflicts:
	src/gui/user_menue.cpp
	src/gui/user_menue_setup.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-04 21:29:19 +01:00
svenhoefer
5e974d5dc3 - fix color palette on pc
Signed-off-by: Thilo Graf <dbt@novatux.de>
2022-01-03 15:22:36 +01:00
Thilo Graf
af512304ce testmenu: add color check
colors on other platforms seems to be different. Observed on generic pc.
2022-01-01 18:54:42 +01:00
max_10
b71f249b94 - mipsbox: fix build psisetup 2021-12-20 16:23:02 +01:00
max_10
18043ec204 - upnpbrowser: fix possible format-truncation error 2021-12-20 16:23:02 +01:00
max_10
aae832b666 - audioplayer: fix possible format-truncation error 2021-12-20 16:23:02 +01:00
max_10
7169f9e191 - build vuplus arm with dvbs2x 2021-12-20 16:23:02 +01:00
max_10
9314e58cd2 - vuplus_arm: color profile (auto/bt709/bt470) added 2021-12-20 16:23:02 +01:00
max_10
8dfb6923da - glcd: fix possible format-truncation error
output between 4 and 14 bytes into a destination of size 6
2021-12-20 16:23:02 +01:00
max_10
111389fb2d - scan_setup: fix possible format-truncation error
truncated writing between 1 and 10 bytes into a region of size 5
2021-12-20 16:23:02 +01:00
svenhoefer
2996dde342 - yWeb: cleanup
Conflicts:
	data/y-web/Y_Blocks.txt
	data/y-web/Y_Live_Menue.yhtm
	data/y-web/Y_Tools_Flash_Upload.yhtm
	data/y-web/Y_Version.txt
	data/y-web/extentions/boxinfo/files/httpd/scripts/Y_Ext_BoxInfo.sh
	data/y-web/languages/Czech
	data/y-web/languages/Deutsch
	data/y-web/languages/English
	data/y-web/languages/Makefile.am
	data/y-web/languages/Polski
	data/y-web/languages/Portuguese
	data/y-web/languages/Slovak
	data/y-web/scripts/Y_NI_Tools.sh
	data/y-web/scripts/Y_Tools.sh
	data/y-web/scripts/api.sh
	data/y-web/ywidget.css

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-20 16:23:02 +01:00
GetAway
abb3bb1016 zapit.cpp: fix possible seqfault 2021-12-16 23:19:01 +01:00
Thilo Graf
8e9a039db8 moviebrowser: add missing parameters for movie cover 2021-12-14 11:11:26 +01:00
svenhoefer
2b6ffbe947 - epgplus: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-14 11:11:26 +01:00
svenhoefer
359463a1fa - buildinfo: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-14 11:11:26 +01:00
svenhoefer
38e3181064 - bookmarkmanager: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-14 11:11:25 +01:00
svenhoefer
62253613e1 - bouquetlist: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-14 11:11:25 +01:00
svenhoefer
265d7e462c - favorites: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-14 11:11:25 +01:00
Thilo Graf
2e21f4071e partial revert2: "- remove --enable-testing switch; testmenu is intergrated into usermenu"
The entry for the test menu at the end of the list inside the main menu
was implemented not without reason and not for fun.
Moving the test menu to the user menus (though it is not intended
for users!), complicates the access to the test menu without prior
configuration with nice shortcuts.
Searching for a colored key or any other key (no matter it
is configured or not)  is always more awkward than navigation with
the control cross keys, which can be used blind too.
If you need it often, that's just annoying.
2021-12-14 11:11:25 +01:00
Thilo Graf
ce3723c7a2 partial revert1: "- remove --enable-testing switch; testmenu is intergrated into usermenu"
This switch must not be only valid for test menu.
If required, it's also useful for other code parts in the future.
2021-12-14 11:11:25 +01:00
Thilo Graf
ef2d7f4420 usermenu: fix missing locales testmenu for usermenu 2021-12-14 11:11:25 +01:00
svenhoefer
7c92b87672 - remove --enable-testing switch; testmenu is intergrated into usermenu
Signed-off-by: Thilo Graf <dbt@novatux.de>

I think this is not a really good idea,
because it was never intended for normal users.
2021-12-14 11:11:25 +01:00
Frankenstone
2af245a256 audio_setup: cleanup unused clockrec 2021-12-14 11:11:25 +01:00
svenhoefer
bea4660ebf - keybind-setup: fix/introduce g_settings.bouquetlist_mode
Conflicts:
	src/neutrino.cpp
	version_pseudo.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-14 11:11:25 +01:00
Thilo Graf
b725ab9210 cc_item_tvpic: use CFrameBuffer::TM_NONE for transparency mode
Restore older behvior for background painting
2021-12-06 20:35:13 +01:00
svenhoefer
a62c6a990e - menue_options.h: auto-calculate structs
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 19:25:46 +01:00
svenhoefer
c3d20394ac - rename src/mymenu.h => src/gui/widget/menue_options.h
Conflicts:
	src/gui/daemon_control.cpp
	src/gui/infoicons_setup.cpp
	src/gui/netfs_setup.cpp
	src/gui/plugins_hide.cpp
	src/gui/widget/menue_options.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 19:25:46 +01:00
svenhoefer
ed0d7c40b8 - neutrinoMessages: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 19:25:46 +01:00
svenhoefer
fe6b8fc72b - neutrino-menu: formatting code using astyle; some manual code nicenings
Conflicts:
	src/neutrino_menue.cpp
	src/neutrino_menue.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 19:25:46 +01:00
svenhoefer
cdfa72a5f5 - neutrino: remove ActionLog leftovers
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 19:25:46 +01:00
svenhoefer
d9d1003d7a - keybind-setup: cleanup from unused code
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 19:25:46 +01:00
svenhoefer
469a3de228 - keybind-setup: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/keybind_setup.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 19:25:46 +01:00
Frankenstone
ed0ac34fa2 videosettings: remove vcr
- LOCALE_VIDEOMENU_VCRSIGNAL
2021-12-06 19:24:17 +01:00
TangoCash
3e8bdba8b3 rename hdmi_mode -> hdmi_colorimetry 2021-12-06 19:24:17 +01:00
svenhoefer
ebf57c0b2e - start-wizard: remove Astrasat code
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
0125eb6e15 - start-wizard: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/start_wizard.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
b42885f423 - subchannel-select: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
389772e1a8 - update: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/update.cpp
	src/gui/update.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
863dac9275 - update-check: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
bfbba84b90 - update-check-packages: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
c6b5a3854b - update-ext: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
533a920f88 - update-menu: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/update_menue.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
24c9dbb73a - update-settings: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/update_settings.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
72669771a7 - testmenu: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
fd2302fbf6 - timerlist: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/timeosd.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
ee297bc77a - timerlist: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/timerlist.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
7665fcec9f - upnpbrowser: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/upnpbrowser.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
2381afcff2 - usermenu: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
95519bf341 - usermenu-setup: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/user_menue_setup.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
2a4b292f2e - vfd-setup: formatting code using astyle; some manual code nicenings
Conflicts:
	src/gui/vfd_setup.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
bbd59e63eb - zapit-setup: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
42da414020 - volumebar: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
svenhoefer
59ec65cce2 - videosettings: formatting code using astyle; some manual code nicenings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-06 05:18:19 +01:00
BPanther
cef336bafe fix typo 2021-12-04 15:42:49 +01:00
Thilo Graf
61e74e24ea lua_cc_picture: don't use any corner modes for images
Only for compatibility with old behavior before api < 1.94
2021-12-04 13:21:19 +01:00
Frankenstone
1eb1c029f4 english, deutsch locale: change
- menu.hint_scan_diseqctype
- satsetup.diseqc
2021-12-03 23:26:55 +01:00
max_10
88f663520b - remove old sh4 blit 2021-12-03 23:26:55 +01:00
svenhoefer
51334537ec - videsettings: fix cst build
Conflicts:
	src/gui/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-12-03 23:26:55 +01:00
Frankenstone
a578558150 locales: rename video_mode_hdmi Farbraum -> Farbprofil 2021-12-03 23:26:55 +01:00
Frankenstone
d1967125a0 videosettings: only arm hdmi_colormetry added
choices:

    - auto
    - bt202ncl
    - bt2020cl
    - bt709
2021-12-03 23:26:55 +01:00
Thilo Graf
6b5b4ce1c3 cc_frm_footer: reduce button offset 2021-12-03 23:17:22 +01:00
Thilo Graf
85dfc4af61 cc_frm_button: try to match font text better into container 2021-12-03 23:16:07 +01:00
GetAway
d52d0c0c7b movieplayer.cpp: remove unneeded HAVE_COOL_HARDWARE 2021-12-02 21:33:07 +01:00
Thilo Graf
f0c63ca852 cc_frm_picture: try to fix dimension assignment
init() was only with partial effect for dimensions,
watched in moviebrowser movie covers
2021-12-02 20:12:21 +01:00
Thilo Graf
d0a8c7eafc cc_draw: ensure unsigned values
avoids possible signed integer overflow runtime errors
2021-12-02 20:12:21 +01:00
GetAway
05aa223257 movieplayer.cpp: CST - check if ts file is a mp4 container and start it from MB 2021-12-02 20:11:06 +01:00
Thilo Graf
8c573fd315 lua-API: update version 1.94->1.95
add methode doPaintBg(), fix missing background

API Documentation: https://wiki.tuxbox-neutrino.org/wiki/Lua:Neutrino-API:cpicture:de#doPaintBg
2021-12-02 15:01:26 +01:00
Thilo Graf
31ddb9f67d lua_api_cc_picture: add methode doPaintBg(), fix missing background
Re adding compatibility with old behavior for background paint.

supplement to: cc_*_picture: add own file for cc_frm_picture.

API Documentation: https://wiki.tuxbox-neutrino.org/wiki/Lua:Neutrino-API:cpicture:de#doPaintBg
2021-12-02 14:58:03 +01:00
Thilo Graf
1d5472cf5e cc_*_picture: add own file for cc_frm_picture.
Re-adding compatibility with old background behavior.
Should mainly fix behavior with lua plugins whose are using
background paint as default and without explicit enabled background.
2021-12-02 13:50:51 +01:00
Thilo Graf
94ff7f95c7 cc_frm: add missing is_painted to paint()
Forms were never been tagged as painted.
This must be done for form items objects separately.
2021-12-02 13:50:51 +01:00
Thilo Graf
d307f97952 cc_frm_header: remove check for icon instance
Define of icon after created instance was partial broken.
In some cases no icon was visible.
2021-12-02 13:50:51 +01:00
Thilo Graf
84ba7532c4 cc_frm: fix log output for size_t type 2021-12-02 13:50:51 +01:00
Thilo Graf
3858433c30 cc_draw: add missing paint cache check for background images
Was always enabled with images.
2021-12-02 13:50:51 +01:00
Thilo Graf
e8d5f165d1 cc_draw: add method to get body image transparency mode 2021-12-02 13:50:51 +01:00
Thilo Graf
9f244f37c2 cc_item_tvpic: simplify and fix object creation of pic
color was wrong
2021-12-02 13:50:51 +01:00
svenhoefer
5a539d0134 - luainstance: fix custom colors
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-26 05:25:16 +01:00
svenhoefer
46d7921d2c - color_custom: cleanup; remove FB_USE_PALETTE
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-26 05:24:48 +01:00
svenhoefer
fccf8ab8d6 - colorchooser: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-26 05:24:22 +01:00
svenhoefer
597a6e3854 - lua_hourglass: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-20 19:03:06 +01:00
svenhoefer
e52eb3d144 - luainstance: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-20 15:29:08 +01:00
svenhoefer
9ceea38b5e - setting-helpers: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>

# Conflicts:
#	src/system/setting_helpers.h
2021-11-20 15:29:08 +01:00
Jacek Jendrzej
9f5b391708 record: use pkt after free have no effects 2021-11-20 11:42:36 +01:00
Jacek Jendrzej
89b8d5fbbf lua_hourglass: try to fix hide on exit 2021-11-20 10:33:26 +01:00
Jacek Jendrzej
b0067f83ca hourglass: fix segfault, repeatable with: for(int i = 1; i < 10000; i++){hg.paint();hg.hide();} 2021-11-20 10:30:32 +01:00
Jacek Jendrzej
940d6473d9 glcd: supplement to https://github.com/tuxbox-neutrino/gui-neutrino/commit/de4a6ade64#diff-7768e6c498899de1e15859c8986013b8b33a4de25386de2bef89bffda31ae9bcL262 2021-11-20 08:35:48 +01:00
Thilo Graf
46b4efd062 cc_frm_header: ensure restore logo background before cleanup
clean background is required before paint new logo,
avoids overpaint of old logo

supplement to: fix artifacts if no logo found
2021-11-19 23:57:08 +01:00
Thilo Graf
dba4e290e8 cc_item_picture: reset dimension if used blank image
avoids unnecessary applying of old dimensions
2021-11-19 23:48:20 +01:00
svenhoefer
89b385eeee - colors_custom: rework colors; use Google Material Palette
TODO: make custom colors themable
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-19 22:24:15 +01:00
svenhoefer
4e951f462b - color: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-19 22:22:03 +01:00
Thilo Graf
39581df1d4 cc_item_picture: remove debug spam 2021-11-19 21:40:29 +01:00
TangoCash
0ccdcca395 fix artifacts if no logo found 2021-11-19 21:02:56 +01:00
TangoCash
a16ef69245 fix weatherinfo, align text to channelname font 2021-11-19 21:02:14 +01:00
Thilo Graf
22a39bdf9d Revert "-bouquetlist: ugly workaround for better readability"
This reverts commit 5011c3474c.
2021-11-19 21:00:16 +01:00
Thilo Graf
af8c1abe16 test_menu: add image demo into test window 2021-11-19 08:56:45 +01:00
Thilo Graf
e9fa5fe19d cc_frm_header: remove alternative logo name
hasLogo() returns always true, this should fix
implementation e.g. of getChannelLogoObject()->hasLogo()
2021-11-18 11:32:34 +01:00
Thilo Graf
6267b0a48d cc_item_picture: try to fix has_logo value
has_logo was always true if an alternate logo was defined.
2021-11-18 11:27:47 +01:00
Thilo Graf
5d3165609f network-setup: change timeout for applying setup
Timeout was set to default hintbox timeout settings,
that was not really appropriated.
2021-11-17 11:46:00 +01:00
Thilo Graf
20a05074de test_menu: fix form with blinking item 2021-11-16 08:53:20 +01:00
Thilo Graf
2123af2505 helpbox: enable paint bg in addLine()
disable not required
2021-11-16 08:53:19 +01:00
Thilo Graf
507d1ae78f rc_lock: enable paint bg in lockRC()
disable not required
2021-11-16 08:53:19 +01:00
Thilo Graf
9a92a1e8fc moviebrowser: enable paint bg in initMovieCover()
disable not required
2021-11-16 08:53:19 +01:00
Thilo Graf
cf4fb63326 audiomute: enable paint bg
disable is not required
2021-11-15 18:52:32 +01:00
max_10
8c915c04c2 - neutrinoapi.cpp: replace /tmp/neutrino.sock with NEUTRINO_UDS_NAME 2021-11-15 09:30:39 +01:00
Thilo Graf
9e3a82778c cc_extra: simplify and fix paintImage() 2021-11-14 17:26:44 +01:00
GetAway
10da6b9894 radio-stations.xml: update Radio Arabella 2021-11-14 13:24:21 +01:00
Thilo Graf
a9b73a6603 cc_frm_button: remove offset between icon and text
Text object has an own internal offset. Therefore, I think it
is not required. Possible side effects are not to be ruled out and
remains to be seen.
2021-11-13 18:59:51 +01:00
Thilo Graf
c27c761add cc_frm_button: rework initIcon(), more simply implementaion 2021-11-13 18:59:51 +01:00
Thilo Graf
68c8edf09c cc_item_picture: rework for svg-support, simplified structure
- simplified icon and logohandling in headers
- add svg examples, fix some other tests inside test_menu.cpp
2021-11-13 18:59:51 +01:00
Thilo Graf
568518c15a cc_frm_slider: remove isPicPainted(), not required 2021-11-13 18:59:50 +01:00
Thilo Graf
53e19aaae2 cc_item_infobox: remove pic->isPicPainted(), pic->doPaintBg(false)
not required
2021-11-13 18:59:50 +01:00
Thilo Graf
4f916326ab cc_frm_scrollbar: format changes 2021-11-13 18:59:50 +01:00
Thilo Graf
dff5055cfd cc_frm_scrollbar: remove doPaintBg(false), not required 2021-11-13 18:59:50 +01:00
Thilo Graf
a9c47fcba2 cc_frm_icons: simplify icon handling, code format changes 2021-11-13 18:59:50 +01:00
Thilo Graf
a36b7548b2 cc_frm_button: remove doPaintBg(false) and setter parameters, not required 2021-11-13 18:59:50 +01:00
Thilo Graf
1c07b26b97 cc_extra: remove isPicPainted(), not required 2021-11-13 18:59:50 +01:00
Thilo Graf
007b89b205 audioplayer: outsource for title data source handling into own methods
Prepared to allow external access to an audio player instance.
2021-11-13 18:59:50 +01:00
Thilo Graf
26646c6ae8 audioplayer: simplify cover handling 2021-11-13 18:59:50 +01:00
Thilo Graf
d41cb1bbb1 epgplus: use CComponentsChannelLogo instead CComponentsChannelLogoScalable 2021-11-13 18:59:50 +01:00
Thilo Graf
20cb6fbbf3 moviebrowser: use CComponentsChannelLogo instead CComponentsChannelLogoScalable
scale parameter from logo/cover dimesion setters not required
2021-11-13 18:59:50 +01:00
Thilo Graf
fa99b236e4 upnpbrowser: change code format 2021-11-13 18:59:50 +01:00
Thilo Graf
8adab6ec28 upnpbrowser: remove 2nd paramter from image->setHeight(h_image)
not required, use default value
2021-11-13 18:59:50 +01:00
Thilo Graf
288520b5b0 wdget/navibar: remove nb_lpic->doPaintBg(false), code format changes
doPaintBg is no more required
2021-11-13 18:59:50 +01:00
Thilo Graf
dbad675789 cc_draw: add methode to set bg image transparency mode 2021-11-13 18:59:50 +01:00
Thilo Graf
971a21cd4b cc_draw: reduce log output 2021-11-13 18:59:50 +01:00
Thilo Graf
33f1e42e8e icons/various: add test svg icon tux for testing
--enable-testing is required
2021-11-13 18:59:50 +01:00
svenhoefer
b6a37a85e0 - menu: try to allow RC_standby in all menues
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-13 18:59:32 +01:00
TangoCash
5011c3474c -bouquetlist: ugly workaround for better readability 2021-11-13 11:03:38 +01:00
TangoCash
c776b752c0 -channellist: align description position to channelname height 2021-11-13 11:03:38 +01:00
Thilo Graf
6d22211700 cc_draw: avoid possible runtime error with signed integer overflow 2021-11-13 11:03:38 +01:00
GetAway
9cae0cf32c neutrino.cpp: party back to good old restart methode
- fix seqfault when restarting neutrino while webtv is streamed
2021-11-09 11:00:10 +01:00
GetAway
818c199f6b bouquets.cpp: use strcasecmp while compare DEFAULT_BQ_NAME_FAV 2021-11-08 22:36:47 +01:00
TangoCash
d918e6c517 add neutrino restart to webif
Signed-off-by: GetAway <get-away@t-online.de>
2021-11-08 21:57:24 +01:00
svenhoefer
27c8115cee - zapit/scanait: formatting code using astyle
see https://github.com/neutrino-images/ni-buildsystem/blob/master/support/scripts/astyle.sh

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-07 20:16:29 +01:00
Jacek Jendrzej
d8b822ed11 cc_frm_button.cpp: dont create cc_btn_icon_obj with empty cc_btn_icon, avoid segfault with doble delete - delete cc_btn_icon_obj and CComponentsForm::clear() 2021-11-06 18:01:26 +01:00
Jacek Jendrzej
f682ffa8b2 personalize.cpp: avoid length array with value 0 2021-11-06 16:37:55 +01:00
TangoCash
373807b158 some cec volume fixes
Conflicts:
	src/neutrino.cpp
2021-11-05 21:11:08 +01:00
Thilo Graf
2cf0cb9d06 driver/picturviewer: minor format change 2021-11-05 17:05:14 +01:00
TangoCash
db6071bf39 add support for svg header icons
Signed-off-by: Thilo Graf <dbt@novatux.de>

The CComponentsPicture class is currently being refactored.
It's almost done, but various adjustments and tests
are still missing, to identifying side effects on other objects.
It will be strongly simplified and will support svg feature.
Perhaps, an implementation of this kind in the header
class is not required.
2021-11-05 17:05:00 +01:00
TangoCash
3bf3897787 always scale svg's 2021-11-05 15:57:18 +01:00
TangoCash
324f44e3d7 support svg channellogos 2021-11-05 15:56:42 +01:00
TangoCash
37814bd1f8 remove unneeded delay
Conflicts:
	src/gui/movieplayer.cpp
2021-11-05 15:56:13 +01:00
Thilo Graf
f4dd477050 cc_draw: add member for transparency mode 2021-11-03 18:50:22 +01:00
svenhoefer
53097e5ece - remove driver/spark_led.h
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 12:13:18 +01:00
svenhoefer
86b19634d1 - add PARTIAL_BLIT again
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 12:13:18 +01:00
svenhoefer
6b79f74b55 - remove HAVE_SH4_HARDWARE
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 12:13:18 +01:00
svenhoefer
3bf1b05399 - remove unused src/driver/audiodec/vis.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 12:13:18 +01:00
svenhoefer
991f0c4347 - remove lcddisplay code
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 12:13:18 +01:00
svenhoefer
90f211a103 - remove driver/lcdd.cpp.h and newclock.cpp/h
Conflicts:
	src/driver/lcdd.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 12:13:18 +01:00
Thilo Graf
0338b7279d fix build after pick: - remove RC_HW_TRIPLEDRAGON 2021-11-03 12:13:18 +01:00
svenhoefer
a4c59199a7 - remove RC_HW_TRIPLEDRAGON
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 12:13:18 +01:00
svenhoefer
b4daeaa945 - remove BOXTYPE_SPARK
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 12:13:18 +01:00
TangoCash
9190e44683 rework: update nanosvg c5447dc
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 12:06:44 +01:00
svenhoefer
dbe199b64c - remove unmaintained locales
Conflicts:
	data/icons/locale/Makefile.am
	data/icons/locale/unmaintained/bosanski.png
	data/icons/locale/unmaintained/ch-berndeutsch.png
	data/icons/locale/unmaintained/czech.png
	data/locale/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-03 10:43:41 +01:00
TangoCash
c5447dce3c update nanosvg 2021-11-03 10:12:51 +01:00
TangoCash
49c7a4507a fix transparency 2021-11-03 10:12:47 +01:00
Thilo Graf
4354b23cc1 hourglass: ensure clean screen on disabled bg save
hide() has no effect with disabled bg save
2021-11-03 10:12:45 +01:00
TangoCash
87aa258771 fix svg resize 2021-11-02 18:17:08 +01:00
svenhoefer
a8c4560f30 - filebrowser: minor cleanup
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-01 22:01:47 +01:00
Jacek Jendrzej
f6932af7ed nlab.lua fix showpicture 2021-11-01 19:36:48 +01:00
svenhoefer
6ffa97b209 - nlab: creating symlink from $(LUAPLUGINDIR) to $(bindir)
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-01 19:36:48 +01:00
svenhoefer
7a7524b9e4 - nlab: remove postmsg.standby_on from get section
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-01 19:36:48 +01:00
svenhoefer
6fbe02f673 - introduce Neutrino Lua API bridge ...
to allow shellscripts access the neutrino lua api

Usage:

--- cut ---
!/bin/sh

PATH=$PATH:/usr/share/tuxbox/neutrino/luaplugins

CONFIGDIR=$(nlab.lua get dir.configdir)
echo "CONFIGDIR: $CONFIGDIR"
--- cut ---

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-01 19:36:48 +01:00
BPanther
bc45017a70 quadpip: hide empty bouquets on channel select 2021-11-01 19:25:46 +01:00
svenhoefer
7937776c5d - iconfont: rename defines; ICONFONT_ => FA_
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-01 19:25:46 +01:00
svenhoefer
b79c48543f - iconfont.h: add all Font Awesome icons
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-01 19:25:46 +01:00
svenhoefer
b5c780770c - filebrowser: use iconfont
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-01 19:25:46 +01:00
svenhoefer
9f38a653fb - introduce Font Awesome iconfont
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-01 19:25:46 +01:00
svenhoefer
12de0419d0 - fb_generic: simplify showFrame()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-01 19:25:46 +01:00
svenhoefer
bfdeed09e8 - fb_generic: use file_exists() in getIconPath()
* fix icons with absolute path
* rename path => icon

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-01 19:25:46 +01:00
svenhoefer
ff564e3fd7 - fb_generic: formatting getIconPath() using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-11-01 19:25:46 +01:00
TangoCash
19f81835fd rework framebuffer getIconPath 2021-11-01 19:25:46 +01:00
TangoCash
7de08f0f31 add svg alphalevel, add full resize 2021-11-01 19:25:46 +01:00
TangoCash
2cc8464941 add cleaner resize for svg images 2021-11-01 19:25:46 +01:00
TangoCash
445304a2ec add support for svg images 2021-11-01 19:25:46 +01:00
Thilo Graf
7431f55d20 filebrowser: implement loader view for waiting while folder selection 2021-11-01 19:24:08 +01:00
Thilo Graf
3e9fefa8c4 change to v1.94
add hourglass and hint wigets

documentation:
https://wiki.tuxbox-neutrino.org/wiki/Kategorie:Lua:Neutrino-API:Widgets:en
2021-11-01 17:13:58 +01:00
Thilo Graf
073aea9a9b lua: add simple hint method 2021-11-01 17:13:58 +01:00
Thilo Graf
5af92221f4 lua: add hourglass/loader to API 2021-11-01 17:13:58 +01:00
Jacek Jendrzej
95a9258217 fix, supplement to 6045e1082c 2021-10-27 14:24:33 +02:00
Jacek Jendrzej
6045e1082c ffmpeg compil versions warnnings 2021-10-27 12:34:55 +02:00
Jacek Jendrzej
7c22c30e0a scanait: another ait segfault fix 2021-10-27 08:57:28 +02:00
Jacek Jendrzej
7f885e77d4 scanait: make compil happy. 2021-10-25 16:03:03 +02:00
Jacek Jendrzej
206d77e181 zapit: CMD_TUNE_TP add default param to rolloff, make compil happy. 2021-10-25 15:13:03 +02:00
Jacek Jendrzej
489cb516eb §update jsoncpp lib 2021-10-25 11:45:22 +02:00
Jacek Jendrzej
35250990c9 frontend: avoid division by zero 2021-10-25 11:34:58 +02:00
svenhoefer
d16f52922c - screensaver: formatting code using astyle
Conflicts:
	src/gui/screensaver.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-25 07:34:32 +02:00
Thilo Graf
73778cfb34 videosettings: rename setVideoSettings() -> initVideoSettings()
It was not a setter, no values will be passed.
2021-10-25 05:43:04 +02:00
Jacek Jendrzej
44f965f8fd zapit:bouquets skip check 0 len logo url 2021-10-23 19:24:36 +02:00
Jacek Jendrzej
676423f72b md5: fix md5_uint32 4 byte alignment, code copy from glibc 2021-10-23 17:40:31 +02:00
Jacek Jendrzej
4a23e0cdf2 some inits 2021-10-22 14:25:37 +02:00
svenhoefer
56274bf320 - neutrino: reset videodecoder at startup
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-22 08:23:13 +02:00
svenhoefer
d88402bb52 - screen-max: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-22 08:22:51 +02:00
svenhoefer
e4c2dd39b5 - quadpip-setup: rename menu widget id name
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-22 08:22:38 +02:00
svenhoefer
4ded473908 - configure: change quadpip handling
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-22 08:21:52 +02:00
BPanther
c4f7931377 quadpip: --enable-quadpip only for vusolo4k, vuduo4k, vuduo4kse, vuultimo4k, vuuno4kse and vuuno4k possible. remember last menu position added for quadpip menu. timings shorter for zap channel and audio on/off. 2021-10-22 08:18:37 +02:00
Thilo Graf
b22fcaa17e cc_item_progressbar.cpp fix type conversion
Wconversion
2021-10-21 17:31:44 +02:00
Thilo Graf
cd4e640328 edvbstring.h: fix type conversion
Wconversion
2021-10-21 17:31:44 +02:00
Thilo Graf
2e9bcb52a7 zapit/include/channel.h: fix type conversion
Wconversion
2021-10-21 17:31:44 +02:00
Thilo Graf
766a55e566 cc_frm_window.cpp: fix type conversion
Wconversion
2021-10-21 17:31:44 +02:00
Thilo Graf
da729bfc6e channellist.h: fix type conversion
Wconversion
2021-10-21 17:31:44 +02:00
Thilo Graf
bc7a36a4ad menue.h: fix type conversion
Wconversion
2021-10-21 17:31:44 +02:00
Thilo Graf
9a11692d15 plugins.h: fix type conversion
Wconversion
2021-10-21 17:31:44 +02:00
svenhoefer
1a2fff8f9b - network-service: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-21 17:31:44 +02:00
svenhoefer
c45b8cd274 - mediaplayer-setup: formatting code using astyle
Conflicts:
	src/gui/mediaplayer_setup.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-21 17:31:44 +02:00
svenhoefer
24897213a0 - mediaplayer: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-21 17:31:44 +02:00
svenhoefer
45cf7e0698 - miscsettings-menu: formatting code using astyle
Conflicts:
	src/gui/miscsettings_menu.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-21 17:31:44 +02:00
svenhoefer
f489052af5 - zapit: minor formattings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-21 17:31:44 +02:00
Jacek Jendrzej
886fe53682 keybind_setup.h: KeybindSetup PIP fix 2021-10-21 17:28:07 +02:00
Jacek Jendrzej
9b893f61bc xmlutil:readEventsFromXMLTV add epgid cache 2021-10-21 14:58:25 +02:00
Jacek Jendrzej
089df8d24f xmlutil:insertEventsfromXMLTV really make url not static 2021-10-21 13:54:15 +02:00
Jacek Jendrzej
01bd7d51d0 xmlutil:insertEventsfromXMLTV make url not static 2021-10-21 13:42:37 +02:00
Jacek Jendrzej
ede935bdce fix other reloadchannels segfault with getepgid 2021-10-20 16:35:40 +02:00
Thilo Graf
c806c8317a hourglass.cpp: simplify constructor
supplement to:
	hourglass.cpp: Avoid division by zero if no images are available.
	b4a3d19c9f
2021-10-20 10:15:31 +02:00
svenhoefer
4674062377 - hourglass: minor formatations
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-20 10:12:06 +02:00
svenhoefer
08ee186b19 - introduce configurable ZAPITDIR
Conflicts:
	data/config/settingsupdate.conf.in

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-20 09:22:20 +02:00
BPanther
3cc4b7c53e - zapitclient: change CZapitClient::stopPip()
* Original commit: 51a084e92b
2021-10-20 09:13:56 +02:00
BPanther
3b0aaf8944 fix unused variables 2021-10-20 09:13:12 +02:00
GetAway
482cae3f90 neutrino.cpp: remove double execute of StartLCD4l() 2021-10-19 20:27:34 +02:00
svenhoefer
ac5f0a9973 - videosettings: small changes to debug output
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-19 17:36:46 +02:00
GetAway
2cd69068bf zapit.cpp: (pip) delete pointer 2021-10-19 15:37:59 +02:00
Thilo Graf
b4a3d19c9f hourglass.cpp: Avoid division by zero if no images are available. 2021-10-19 14:44:12 +02:00
Jacek Jendrzej
ca05431f4d better place for ClearChannelList, supplement to fix reloadchannels segfault commit 2021-10-19 13:42:48 +02:00
Jacek Jendrzej
43ae436cb6 supplement to cf8c0acb30 2021-10-19 12:26:06 +02:00
Jacek Jendrzej
cf8c0acb30 third time try to fix reloadchannels segfault with alternate_logos 2021-10-19 12:09:43 +02:00
Jacek Jendrzej
f31602f91c zapit:use avoid unaligned hack only with sh4 hw; this segfault on not sh4 hw 2021-10-19 10:39:23 +02:00
Stefan Seyfried
2bffc099c8 zapit: avoid unaligned access in parseBouquetsXml()
SH4 kernels are complaining about unaligned accesses when bouquets.xml
with urls are parsed. Even though this should be fixed in the XML
parsing library, this seems not easy, so let's add a simple workaround
to avoid the messages in the kernel log.
2021-10-18 17:08:56 +02:00
Stefan Seyfried
90bb13dba5 fb_accel_sti: avoid additional BPA2 buffer
by increasing the framebuffer memory slightly, the additional BPA2
memory buffer can be avoided, which leads to less memory fragmentation
and the possibility to configure more memory for general system use.
2021-10-18 17:08:29 +02: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
Stefan Seyfried
78eb1cd564 fb_accel_sti: remove harmful blit() call
this actually causes flickering by ensuring that big (background)
fill operations are immediately committed to the screen
2021-10-18 17:04:49 +02:00
svenhoefer
1882b50646 - movieplayer: try to fix rezap audiostreams
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-18 17:03:40 +02:00
GetAway
057f17d6e9 zapit.cpp: fix pip for CST 2021-10-18 15:44:18 +02:00
GetAway
2fadfdc792 zapit.cpp: align pids routing to NI 2021-10-18 11:21:56 +02:00
GetAway
dd43a8ae5c zapit.cpp: fix compile for CST 2021-10-18 10:53:58 +02:00
GetAway
f9e45c25da zapit.cpp: remove trailing spaces 2021-10-18 10:40:24 +02:00
Thilo Graf
79853a6840 videosettings.cpp: use neutrino debug output 2021-10-18 09:21:43 +02:00
Thilo Graf
0756459b79 videosettings.cpp: remove unused static const char *m[] 2021-10-18 09:11:51 +02:00
svenhoefer
8d39e55753 - move quadpip-setup to videosettings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-18 08:42:46 +02:00
svenhoefer
caaa27e39f - quadpip-setup: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-18 08:42:46 +02:00
svenhoefer
bd90cd16eb - quadpip-setup: fix compiler warnings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-18 08:42:46 +02:00
BPanther
7ff4f0fec1 Experimental for testing - not complete working (audio problem at window change): QuadPiP added for VU+ Solo 4K, VU+ Duo 4k, VU+ Duo 4K SE, VU+ Ultimo 4K, VU+ Uno 4K SE and VU+ Uno 4K. Use --enable-pip and --enable-quadpip for these devices. BUT: VU+ Solo 4K has only support for 3 real video devices. 2021-10-18 08:42:46 +02:00
Jacek Jendrzej
ce0f9a85f3 Revert "try to fix reloadchannels segfault with alternate_logos"
This reverts commit 7234761098.
2021-10-17 17:06:57 +02:00
Jacek Jendrzej
173664f80a Revert "second try to fix reloadchannels segfault with alternate_logos"
This reverts commit f58fc736fe.
2021-10-17 17:06:49 +02:00
svenhoefer
56bd12bac1 - icons: rename color buttons; avoid german names
Conflicts:
	data/icons/buttons/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>

Note for last cherry-picks with icon rename:
It would make more sense to rename consequently all the other icons with prefixes like btn_*.*, header_*.* etc. ... means
prefixes matching to groups: buttons, header etc.
For some groups, this has already been done
but at the moment that is not enough.
2021-10-17 15:59:59 +02:00
svenhoefer
44e7a95042 - icons: install and use icon_blue.png
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-17 15:59:59 +02:00
svenhoefer
828d62e4d4 - icons: rename icon_movieplayer.png and icon_ytplay.png
Conflicts:
	data/icons/headers/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-17 15:59:59 +02:00
svenhoefer
55e8293fc5 - icons: rename radiotext icons
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-17 15:59:59 +02:00
svenhoefer
74039af5c8 - icons: rename NEUTRINO_ICON_SCRAMBLED2 => NEUTRINO_ICON_SCRAMBLED
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-17 15:59:59 +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
Jacek Jendrzej
f58fc736fe second try to fix reloadchannels segfault with alternate_logos 2021-10-17 15:58:20 +02:00
Jacek Jendrzej
7234761098 try to fix reloadchannels segfault with alternate_logos 2021-10-17 08:41:12 +02:00
svenhoefer
5afe519d1a - data/zapit: disable exmples in epgmap.xml and myservices.xml
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-16 20:41:16 +02:00
TangoCash
c081c29508 fix compile 2021-10-16 20:39:58 +02:00
Jacek Jendrzej
8b9cd71a38 fix compil without PIP 2021-10-16 13:38:57 +02:00
svenhoefer
277a81e9a8 - rename libcoolstream-mt => libcoolstream
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-15 20:25:40 +02:00
svenhoefer
904371ef93 - zapit: fix cst compile
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-15 20:18:51 +02:00
svenhoefer
25a3a0419f - configure: fix compile
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-15 20:18:48 +02:00
BPanther
8048c44b52 more pip changes
Signed-off-by: Thilo Graf <dbt@novatux.de>

Thx for the informative commit chain.
2021-10-15 20:18:46 +02:00
BPanther
ccb33957a5 more pip changes 2021-10-15 20:18:44 +02:00
BPanther
e2b696f785 more pip changes 2021-10-15 20:18:42 +02:00
BPanther
2024f516ed more pip changes 2021-10-15 20:18:39 +02:00
BPanther
180f0446b8 more pip changes 2021-10-15 20:18:37 +02:00
BPanther
a60d269c7d more pip changes 2021-10-15 20:18:09 +02:00
BPanther
53dac96c8a some pip changes
Conflicts:
	src/zapit/src/zapit.cpp
2021-10-15 20:00:19 +02:00
BPanther
eace201108 pip variables renamed 2021-10-15 20:00:19 +02:00
BPanther
a686f3bb03 add some more quidpip stuff (still NOT working) 2021-10-15 20:00:18 +02:00
BPanther
4aa47464c1 fix variables 2021-10-15 20:00:18 +02:00
BPanther
0d9d992a3c fix unused variables 2021-10-15 20:00:18 +02:00
BPanther
20e2aec336 more QuadPiP stuff (still NOT ready!)
Conflicts:
	src/neutrino_menue.cpp
2021-10-15 20:00:18 +02:00
BPanther
b1784eee01 move pipsetup to ENABLE_PIP and add --enable-quadpip, only for vusolo4k, vuduo4k, vuduo4kse, vuultimo4k, vuuno4k, vuuno4kse (not yet ready, don't use!) 2021-10-15 20:00:18 +02:00
Jacek Jendrzej
6ee8a38463 zapit: supplement to last commit 2021-10-14 20:48:18 +02:00
Jacek Jendrzej
6102611c5f zapit: try to fix ait segfault 2021-10-14 16:38:30 +02:00
Thilo Graf
ae29bfc7a6 moviebrowser: mb.cpp, implement ShowHintS for save_movie_info 2021-10-13 09:37:54 +02:00
svenhoefer
fecfe91124 - webchannels-setup: always allow g_settings.livestreamResolution selection
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-13 06:02:27 +02:00
svenhoefer
20a06711b7 - webchannels/xmltv-setup: extend keyboard input
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-13 06:02:24 +02:00
svenhoefer
8cd3b8bbf1 - settings-helpers: set TZ variable after changing timezone
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-13 06:02:19 +02:00
TangoCash
5c2c6d5f96 - xmlutil: try to fix xmltv for hd2 2021-10-13 05:08:19 +02:00
TangoCash
b404c84c17 increase hourglass images, cast to int 2021-10-12 05:44:52 +02:00
retsim01
1854ca997b - movieplayer: try to fix g_settings.movieplayer_select_ac3_atype0 handling 2021-10-12 05:16:30 +02:00
Thilo Graf
1444b5a381 testmenu: use restarttuner from neutrino.cpp 2021-10-11 20:39:17 +02:00
Thilo Graf
14aa145cc1 miscsettings_menu.cpp: epg_read_now, epg_read_now_usermenu implement ShowHintS 2021-10-11 20:39:17 +02:00
max_10
df182b4b37 - data: fix install_DATA previously defined 2021-10-11 13:08:23 +02:00
Thilo Graf
b28f8814ea network_setup: implement ShowHintS for apply settings 2021-10-10 19:35:37 +02:00
svenhoefer
5349f9446e - icons/hourglass: add "animated" hourglass for non-CST hardware
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-10 17:32:28 +02:00
svenhoefer
a9ff61b8c8 - icons: add missing hourglass.png
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-10 17:23:07 +02:00
svenhoefer
16ff23ed9c - hourglass: allow hourglass.png
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-10 17:00:23 +02:00
Thilo Graf
3c8596a5be hourglass: use count of images as calculation base for paint interval
We are using possible 3rd party theme packages (installed via package
manager) with other counts of images.
This should ensure an automatic adaptation of interval
in case of different count of images.
2021-10-10 16:58:07 +02:00
Thilo Graf
ac594109d7 neutrino.cpp: action reloadplugins, implement ShowHintS 2021-10-08 23:10:58 +02:00
Thilo Graf
42c624a337 neutrino.cpp: action save settings, implement ShowHintS
The same is possible with tuxtxt_init() and tuxtxt_close(), if reqiured
2021-10-08 23:10:58 +02:00
Thilo Graf
6134115c63 gui/widget: add class CHourGlass
Provides an hourglass/snake-loader function to visualize running processes.
A template xcf-file for Gimp 2.10 is appended. Feel free to edit.
2021-10-08 23:10:30 +02:00
Thilo Graf
c9efac0665 hintbox: try to fix logic for enable/disable timeout bar.
Timeout bar could not be switched off, is now disabled for CHint
TODO: find a better solution to vizualize timeout for CHint.
      It looks not so good on the top of the hintbox, especially
      with round corners or frameless window.
2021-10-04 17:16:38 +02:00
Thilo Graf
aa81278cfb testmenu: fix action key value, typo 2021-10-04 16:43:42 +02:00
svenhoefer
0a3a95f4a3 - movieplayer: switch from define to enum in AC3_ATYPE handling
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-04 09:41:19 +02:00
svenhoefer
990689a990 - movieplayer: better readability in AC3_ATYPE handling
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-04 09:41:02 +02:00
retsim01
85d88bfba6 - movieplayer: introduce g_settings.movieplayer_select_ac3_atype0
Conflicts:
	src/neutrino.cpp
2021-10-04 09:40:39 +02:00
Thilo Graf
4135b48521 configure.ac: remove hbbtv configure option
pick fix for: - configure: rename ENABLE_HBBTV => ENABLE_AIT
2021-10-03 17:02:39 +02:00
svenhoefer
ddeb09f6ce - data: fix install of settingsupdate.conf
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-03 17:02:39 +02:00
svenhoefer
5ef59f4cbc - cst/hardware-caps: add pip_devs
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-03 17:02:39 +02:00
BPanther
609d6c4a7c DMX_PIP_CHANNEL removed, DMX_VIDEO_CHANNEL does the same 2021-10-03 17:02:39 +02:00
svenhoefer
79a63aef0a - neutrino: remove stop_lcd4l_support(void) function
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-03 17:02:39 +02:00
svenhoefer
a97d3db67d - neutrino: more verbose console messages in Cleanup() function
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-03 17:02:39 +02:00
svenhoefer
2a49ff0369 - moviebrowser: remove inactive code
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-03 17:02:39 +02:00
svenhoefer
2121698c49 - hintbox: remove obsolete include
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-03 17:02:39 +02:00
svenhoefer
3f34ab5877 - change some hintboxes
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>

I'm not enthused of this solution to misuse the CHint destructor since
commit 1cb25e7cd3 "- hintbox: add setDelay() prototype".
I think such tasks with delay impact are not the designation of
destructors and avoidable. Unless it is absolutely necessary.
Therefore, I think this is only a temporary solution.
2021-10-03 17:02:07 +02:00
svenhoefer
887d2f1cb5 - hintbox: setDelay() prototype v2
Signed-off-by: Thilo Graf <dbt@novatux.de>

see commit message at: - change some hintboxes
2021-10-03 17:00:27 +02:00
svenhoefer
1cb25e7cd3 - hintbox: add setDelay() prototype
Signed-off-by: Thilo Graf <dbt@novatux.de>

see commit message at: - change some hintboxes
2021-10-03 17:00:03 +02:00
svenhoefer
ab0d178d58 - neutrino: use simple hintboxes w/o header
To avoid the sleep command, a call hint->setDelay(1) nice. :)

 Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-03 11:51:45 +02:00
Thilo Graf
b7e837d82b hintbox: expand ShowHintS() with slot parameter
This allows to execute one ore more methods inside the ShowHintS() method.
This should simplify calls of CHint messages with or without hide delays
In the simplest or most cases, only one code line is necessary for this,
see examples inside test_menu.cpp or here:

Single methode:
old:
CHintBox *hintBox new CHintBox(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_SERVICEMENU_GETPLUGINS_HINT));
hintBox->paint();
g_Plugins->loadPlugins();
sleep(1);
hintBox->.hide();
delete hintbox;

new:
ShowHintS(LOCALE_SERVICEMENU_GETPLUGINS_HINT, 1, true, sigc::mem_fun(g_Plugins, &CPlugins::loadPlugins));

Multiple methods:
old:
	CHint *hint = new CHint("Restart Tuner");
	hint->paint();
	g_Zapit->setStandby(true);
	sleep(2);
	g_Zapit->setStandby(false);
	sleep(2);
	g_Zapit->Rezap();
	delete hint;

new:
	std::vector <hint_message_data_t> hints;
	hints.push_back({sigc::bind(sigc::mem_fun(g_Zapit, &CZapitClient::setStandby), true),"Stopping tuner...", NONEXISTANT_LOCALE, 2, true});
	hints.push_back({sigc::bind(sigc::mem_fun(g_Zapit, &CZapitClient::setStandby), false), "Start tuner...", NONEXISTANT_LOCALE, 2, true});
	hints.push_back({sigc::hide_return(sigc::mem_fun(g_Zapit, &CZapitClient::Rezap)), "Rezap...", NONEXISTANT_LOCALE, 2, true});
	ShowHintS(hints);

slots can be used with sigc::bind, sigc::hide_return (or what ever) too.
sample slot:
sigc::slot<void> sl = sigc::bind(sigc::mem_fun(this, &ClassName::method), parameter);

Note: Usage of namespace sigc are doing to simplify the lines,
      but this is a matter of discretion.

TODO: - timeoutbar should visualize a kind of busy mode.
      - implemetations
2021-10-03 11:50:48 +02:00
Thilo Graf
b23fcc7c7c testmenu: add CHint demos 2021-10-03 11:14:47 +02:00
svenhoefer
f48c390e47 - helpers: simplify: add url to curl error log
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-03 11:12:59 +02:00
TangoCash
e750dceea2 add url to curl error log 2021-10-01 22:00:12 +02:00
Thilo Graf
e42d4570cd moviebrowser: simplify user guidance with sort menue
It's always easier to use  blindly the cross control buttons,
than looking for the colored buttons on the remote control.
Nothing will change for users who want to use the colored keys directly,
but they will get used to it.
This was a directly user request.
2021-10-01 22:00:10 +02:00
Thilo Graf
b72bd0fbe2 zapit: add missing delete ait
Possible leak detected with LeakSanitizer
2021-10-01 22:00:03 +02:00
svenhoefer
dc222187e6 - configure: rename ENABLE_HBBTV => ENABLE_AIT
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-01 21:59:56 +02:00
max_10
4a18629847 - make ait scan for hbbtv url configurable 2021-10-01 21:59:49 +02:00
Thilo Graf
b67ab168da lcd4l.cpp: exit ParseInfo() on missing instance of videoDecoder 2021-10-01 21:59:12 +02:00
svenhoefer
3da4a27882 - webchannels-setup: rework g_settings.livestreamResolution option chooser
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-01 21:59:07 +02:00
svenhoefer
e0cd455e16 - webchannels-setup: re-add inactive code around g_settings.livestreamScriptPath
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-01 21:59:02 +02:00
svenhoefer
8217f897b7 - scripts: fix permissions of restore.sh.in
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-10-01 21:58:58 +02:00
svenhoefer
d813414583 - Revert "webtv: add prefered quality option for use in webtv plugins"; ...
re-activate g_settings.livestreamResolution

Signed-off-by: Jacek Jendrzej <overx300@gmail.com>
2021-09-26 17:29:00 +02:00
TangoCash
4009bd2a68 getting ait after starting playback 2021-09-26 14:21:00 +02:00
TangoCash
7b4a536f62 add ait scan (hbbtvurls) to /tmp/ait.txt for now 2021-09-26 11:49:08 +02:00
TangoCash
bc4cd3a356 cleanup (supplemental to cdbfe10b13)
Signed-off-by: Thilo Graf <dbt@novatux.de>

commit was: move xmltv epgmapping into own variable
2021-09-26 11:38:30 +02:00
svenhoefer
69ed0f6f29 - epgview: correct labeling of green button
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-25 09:29:33 +02:00
svenhoefer
a3f13f267c - locale: fix deutsch.locale
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-25 09:29:30 +02:00
svenhoefer
7db740166f - epgview: fix switch back from movie database view
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-25 09:29:27 +02:00
svenhoefer
27784214eb - epgview: auto-calc buttons struct
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-25 09:29:11 +02:00
svenhoefer
c65d294eee - epgview: add movie database selection
Conflicts:
	src/gui/epgview.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-25 09:29:08 +02:00
svenhoefer
2ca7d1d7d1 - hintbox: just code formatting
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-25 09:28:58 +02:00
svenhoefer
e904e2191f - luainstance: allow access to defined directories
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-24 10:19:15 +02:00
svenhoefer
ce09b670c5 - luaserver: use LUAPLUGINDIR_VAR
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-24 10:19:12 +02:00
svenhoefer
a6aebded5f - add LUAPLUGINDIR_VAR
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-24 10:19:09 +02:00
svenhoefer
4893ec9149 - webchannels-setup: simplify WEBTV_XML_QUALITY_OPTIONS; small changes to menu structure
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-20 19:51:56 +02:00
svenhoefer
384109ccf9 - miscsettings_menu: add hintbox around epg_read_now
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-20 19:51:53 +02:00
svenhoefer
4bd62c4fd9 - miscsettings_menu: minor reworks in epg menu and epg locales
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-20 19:51:50 +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
max_10
da67aa4725 - fix build with ffmpeg version > 59.0.100 2021-09-20 19:51:44 +02:00
max_10
039c25db15 - tuxboxapi: fix compiler warning
Conflicts:
	src/nhttpd/tuxboxapi/neutrinoyparser.cpp
2021-09-20 19:51:42 +02:00
svenhoefer
e046cc15a4 - movieplayer: add audio format to apidtitle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-20 19:51:39 +02:00
svenhoefer
38ceb80395 - scan: show scan on external display
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-20 19:51:36 +02:00
svenhoefer
7f6a967b25 - streaminfo1: fix and supplement to 97c81ecae4
Signed-off-by: Thilo Graf <dbt@novatux.de>

commit was: - streaminfo1: try to show correct mode
2021-09-20 19:51:10 +02:00
svenhoefer
bf9de39bea - pictureviewer: prefering users/systems channellogos
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-20 19:50:36 +02: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
cc0e14ae47 - icons: install missing webradio hint icon
Conflicts:
	data/icons/hints/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-20 19:43:24 +02:00
svenhoefer
acbb45d44d - streaminfo2: show correct mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-20 19:43:18 +02:00
svenhoefer
97c81ecae4 - streaminfo1: try to show correct mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-20 19:43:15 +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
11d1a2f979 webtv: add prefered quality option for use in webtv plugins 2021-09-19 13:18:08 +02:00
TangoCash
e17ef5625c - bouquets: rework logo thread handling 2021-09-17 21:04:54 +02:00
TangoCash
8113156049 - bouquets: fix segfault while re-loading channel lists 2021-09-17 21:04:51 +02:00
svenhoefer
2fe8c1c87b - bouquets: allow logos directly from webtv xml file
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-15 08:06:14 +02:00
TangoCash
f8d3c34307 avoid possible segfault 2021-09-15 08:05:23 +02:00
TangoCash
a892d20aac if someone asks, we're firefox 2021-09-15 08:04:46 +02:00
Jacek Jendrzej
083dafe750 menu: typo? 2021-09-14 12:52:34 +02:00
TangoCash
32b482ffa5 local epgmap overrides global epgmap for webtv,webradio 2021-09-13 21:56:27 +02:00
TangoCash
4eff599c4d keeping all auto xml epg together 2021-09-13 21:56:25 +02:00
svenhoefer
830d10ece3 - bouquets: allow xmltv directly from webtv xml file
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-13 21:56:21 +02:00
svenhoefer
ced577eb7a - bouquets: allow epgmapping directly from webtv xml file
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-13 21:56:09 +02:00
svenhoefer
92a1028aba - zapit: fix continue streaming of web channels, when leaving standby or start neutrino
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-12 10:49:02 +02:00
svenhoefer
5ed088afd7 - lcd4l: fix eventinfo for webtv/radio
commit based upon:
c1a45defc6

lcd4linux: not showing 'RESOULUTION=1x1' at streams

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-12 10:49:02 +02:00
svenhoefer
04db884e8a - bouquets: allow multiple epgmap.xml
Signed-off-by: Thilo Graf <dbt@novatux.de>

contains commit:
ef45ef8c9c

and the follows:
2ba2dfca3f
05a47e0ef5
2021-09-12 10:44:22 +02:00
TangoCash
aa0a95b883 use new introduced functions (load xmltv epg) 2021-09-10 17:18:05 +02:00
TangoCash
1c88cc8b2a add simple Webif for WebTV WebRadio and xmltv
Conflicts:
	data/y-web/languages/Deutsch
	data/y-web/languages/English
2021-09-10 17:14:27 +02:00
TangoCash
b74e0aeb6a add support for embedded epg-url in m3u 2021-09-10 17:00:29 +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
1adef856ad - neutrino: change defaults for epg_read settings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-09-03 21:24:12 +02:00
TangoCash
dd7507fe37 add frequently reload xmltv epg 2021-09-03 21:24:12 +02:00
Jacek Jendrzej
772dae5e24 luainstance: add possibility to skip timeout ([basicsocket] receive timed out.) with luaclient <plugin> <...> DisableAbort 2021-09-03 09:19:22 +02:00
Frankenstone
743b3b2d6e src/zapit/src: fix whitespace 2021-09-01 21:13:43 +02:00
Jacek Jendrzej
aeebfd4383 ffmpeg version , try to fix build with ni/ffmpeg/master 2021-09-01 17:31:20 +02:00
BPanther
c3cf3daafe fix directory for epgmap.xml 2021-09-01 17:18:00 +02:00
TangoCash
57633ba1ea simplify epg-injection, this commit replace ae1e7117eb 2021-09-01 17:17:55 +02:00
Thilo Graf
5eef466cbc Revert "simplify epg-injection"
This reverts commit ae1e7117eb.
2021-09-01 15:44:27 +02:00
TangoCash
ae1e7117eb simplify epg-injection 2021-08-31 07:12:30 +02:00
svenhoefer
a1703cbcd0 - unify AV_VERSION_INT defines; fix cst build
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-08-29 22:10:00 +02:00
Jacek Jendrzej
ee09213b50 build with ffmpeg version > 59.0.100 2021-08-28 15:22:23 +02:00
TangoCash
d272cc800f supplemental to cdbfe10b13
Signed-off-by: Thilo Graf <dbt@novatux.de>

commit was: move xmltv epgmapping into own variable
2021-08-28 14:28:15 +02:00
TangoCash
cdbfe10b13 move xmltv epgmapping into own variable 2021-08-25 12:21:20 +02:00
svenhoefer
23785eae33 - femanager: fix multiboxse define
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-08-05 17:58:42 +02:00
TangoCash
7b65fb05d8 fix for multibox(se) triple-tuner 2021-08-05 17:58:39 +02:00
Jacek Jendrzej
391197ab4f add lua screenshot; possible parameters: osd and video=[false|true] and name=picname in /tmp dir 2021-08-01 15:17:05 +02:00
svenhoefer
f3edaf12bc - infoviewer: simplify setInfobarTimeout()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-19 19:54:39 +02:00
Thilo Graf
3f7b8c8ab6 acinclude.m4: fix missing AC_SUBST for FLAGDIR 2021-07-19 06:12:02 +02:00
Thilo Graf
4df4ea1ac5 menue.h/cpp: add member to get item id by name 2021-07-19 05:52:59 +02:00
svenhoefer
124fe983e8 - neutrino: set new timeouts for radio and audio mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-19 05:20:43 +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
svenhoefer
775dc6778b - neutrino: clear osd before deleting video and framebuffer
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-19 05:14:50 +02:00
Thilo Graf
32973379b5 lcd4l: rename OnAfterError->OnError 2021-07-17 22:49:19 +02:00
svenhoefer
f9ad744722 - lcd4l: fix removing start/stop hint when init script fails
Conflicts:
	src/driver/lcd4l.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-17 22:38:31 +02:00
Thilo Graf
1df285f4ff opkg_manager.cpp: move 'install local package' to footer 2021-07-16 21:48:55 +02:00
svenhoefer
8afd386513 - rcinput: translate KEY_BACK to RC_home
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-14 22:33:17 +02:00
Thilo Graf
b693932075 lua-api: update version 1.90->1.91
luainstance: add RC_back see: c46bc57
2021-07-14 22:32:19 +02:00
svenhoefer
c46bc57c18 - luainstance: add RC_back
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-14 22:28:07 +02:00
svenhoefer
e72b006542 - rcinput: add RC_back
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-14 22:27:31 +02:00
Thilo Graf
0341760ef6 helpers.cpp: fix fallback to 'service' as default command
Our buildsystem/image (Yocto/OE) is using systemctl as default and we have defined 'systemctl' as
3rd parameter (e.g. see drivers/lcd4l.cpp), but users of our source could
use systems without 'systemctl' in their own buildsystems/images,
therefore it makes sense to have a fallback to 'service'.
This should avoid patching the sources.
Thx GetAway for hint.
2021-07-13 21:29:58 +02:00
svenhoefer
f62688d381 - epgview: fix followscreenings button
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-12 09:45:35 +02:00
Thilo Graf
aac340a5e0 helpers.cpp: optimize fallback for use with systemd 2021-07-11 17:37:38 +02:00
Thilo Graf
46a36c24c7 neutrino.cpp: supplement to de4a6ad
recycle some lost default values, lines and
remove or disable unused/obsolete options
2021-07-11 14:53:35 +02:00
svenhoefer
feb92b5b8a - simple-display: enable console output in ShowDiskLevel()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:26 +02:00
svenhoefer
82f8651925 - simple-display: remove obsolete file_exists() checks
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:26 +02:00
svenhoefer
915caeac68 - simple-display: show disk level on displays with symbol_hddprogress support
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:26 +02:00
svenhoefer
620cbb8cff - vfd: try to avoid annoing display of volume after leaving standby modes
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:26 +02:00
svenhoefer
c6a32a36f5 - rcsim: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:26 +02:00
svenhoefer
16ac40a022 - mdev-helper: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:25 +02:00
svenhoefer
7dcd1d92fc - dt: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:25 +02:00
svenhoefer
d82fc76413 - drivertool: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:25 +02:00
svenhoefer
e337f821e2 - global.h: formatting code
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:25 +02:00
svenhoefer
430462193a - neutrino: add standby flag
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:25 +02:00
svenhoefer
2b58ae4955 - neutrino: small change in vfd standby message
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:25 +02:00
svenhoefer
a5e1f75d7e - acinclude: add possibility to define logodir
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-11 11:29:25 +02:00
svenhoefer
645c06c2ac - neutrino: remove obsolete config key infobar_cn
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-07-03 16:45:46 +02:00
Jacek Jendrzej
35f08ac92c src/zapit/src/scansdt.cpp supplement to b8f01e6db0 2021-07-01 14:55:13 +02:00
Jacek Jendrzej
5d10884fa6 src/gui/streaminfo2.cpp try to fix exit 2021-07-01 14:32:01 +02:00
Jacek Jendrzej
b8f01e6db0 src/zapit/src/scansdt.cpp try to fix radio service type 2021-07-01 14:30:58 +02:00
Jacek Jendrzej
890a74175f src/zapit/src/scansdt.cpp add 0x0A (AAC-LC) to Radio Service Type 2021-07-01 09:56:55 +02:00
Thilo Graf
4bb62380fe movieplayer.cpp: avoid possible unused parameter warning 2021-06-30 19:40:42 +02:00
Thilo Graf
9621bc4a98 lcd4linux: add slots for more user involvement
Keeps gui stuff away from parts of /src/driver and
callbacks with messages should inform the user about possible
operations during activation or deactivation of service.
Reason: long breaks are mediating
freeze or unknown status that leave the user in the dark.
2021-06-30 19:32:57 +02:00
Thilo Graf
24d05c67b7 lcd4l.cpp: add threadname 2021-06-30 18:28:33 +02:00
Thilo Graf
9a68009b96 lcd4l: apply calls of exec_initscript() with "systemctl" as 3rd argument
Is required for image with system

NOTE: CLCD4l::lcd4linux(int run) is adjusted
but not really used at the moment
2021-06-30 18:28:33 +02:00
svenhoefer
de4a6ade64 - neutrino: formatting and sorting load/saveSetup() and SNeutrinoSettings
Conflicts:
	src/neutrino.cpp
	src/system/settings.h

Signed-off-by: Thilo Graf <dbt@novatux.de>

I am not really sure that I have properly resolved all conflicts.
I think it would be better to store the save/read settings methods
into an own class and separate file and (if possible) inherit them into
neutrino.cpp and on boredom it could be easier to make the code style "nicer".
This could help to avoid "accidentally" changing neighboring code parts.
2021-06-30 18:19:57 +02:00
svenhoefer
8a695e51ec - neutrino: formatting and sorting load/saveKeys()
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-30 16:20:26 +02:00
svenhoefer
64a38c3b12 - neutrino: minor code formattings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-30 16:20:26 +02:00
Jacek Jendrzej
91a19a4a56 ScanSDT add extended menu option 2021-06-30 14:57:54 +02:00
Thilo Graf
86d30a4740 heipers.cpp: use getuid() instead getenv()
Enabled only on generic hardware.

Thanks seife for hint.
2021-06-30 09:45:47 +02:00
Thilo Graf
c607434f2a helpers.cpp: supplement to: 5289cb6 helpers.cpp: fix possible crash 2021-06-29 09:34:28 +02:00
Frankenstone
6f2fe725e7 neutrino: fix g_settings.infobar_show_sysfs_hdd 2021-06-28 14:47:14 +02:00
Thilo Graf
5289cb6b15 helpers.cpp: fix possible crash
Possible error is:
terminate called after throwing an instance of 'std::logic_error'
2021-06-28 14:40:21 +02:00
Jacek Jendrzej
c5d977cd63 src/eitd/xmlutil.cpp log in DEBUG mode 2021-06-28 13:52:31 +02:00
Jacek Jendrzej
e4aaabfac0 src/zapit/src/scansdt.cpp dont use in default scan ScanSDT if ScanSDT is disabled 2021-06-28 13:37:22 +02:00
Thilo Graf
d87665061f Revert "zapit.cpp: disable "tune channel, with stopped playback to not bypass the parental PIN check" on arm hardware"
This reverts commit 3babb03206.

Makes stream in standby mode broken.
2021-06-23 20:04:20 +02:00
svenhoefer
86a45fbe2c - helpers: fix return value of exec_controlscript() too
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-23 06:58:40 +02:00
svenhoefer
c9ac37f102 - helpers: fix error message in exec_initscript()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-23 06:56:29 +02:00
Thilo Graf
0ca098eb31 helpers: modify exec_initscript() for usage with systemctl
Current behavior is untouched, but return value is boolean
and so far, the function obviously has returned true on error. So far this
was currently not evaluated but is changed now. Otherwise, "bool" makes
not really sense or was this intended?
2021-06-20 17:46:07 +02:00
svenhoefer
98fd62cbf9 - screensetup: formatting code using astyle
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:34:03 +02:00
svenhoefer
87ae0b0f58 - osd-setup: move screen stuff into own submenu
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:33:41 +02:00
svenhoefer
8344d07b20 - eitd/xmlutil: shorten console messages
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:32:19 +02:00
svenhoefer
eade2d1f4f - osd-setup: some more code nicenings
Conflicts:
	src/gui/osd_setup.cpp
	src/gui/osd_setup.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:31:40 +02:00
BPanther
c406ff3bec small space/tab/comma fixes 2021-06-19 10:23:27 +02:00
svenhoefer
794a6fec77 - graphlcd: disable some console spam
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-19 10:19:09 +02:00
Thilo Graf
692e9c3b9b lcd4linux.cpp: avoid possible crash if getLiveFE() returns NULL
Watched with generic build for pc without tuner hardware.
2021-06-15 18:43:10 +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
71d50060a5 - lcd4linux: use exec_initscript() to execute initscript
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-15 10:57:39 +02:00
svenhoefer
a78da47df4 - lcd4linux: code formatation using astyle
Conflicts:
	src/driver/lcd4l.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-15 10:57:14 +02:00
Hendi48
0999fa72f8 ytparser: adjust to API changes (#12)
YouTube now enforces the HTML5 API for get_video_info, which
provides the stream info in a JSON object.
2021-06-14 22:14:59 +02:00
svenhoefer
4d560da9be - volumbar: simplify rounded corners handling
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-14 21:47:25 +02:00
Frankenstone
a408339170 volumebar: added rounded corners on, off 2021-06-14 21:46:56 +02:00
Frankenstone
5be205a74c cam_menu: small fix, thx BPanther
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-14 18:00:28 +02:00
Thilo Graf
f968bc0b40 lcd4linux: migrate lcd4linux(bool) to class member 2021-06-11 10:47:01 +02:00
FlatTV
30416f9e47 wait for zapit before CA pollthread continues 2021-06-08 10:31:41 +02:00
svenhoefer
6186fc1766 - yWeb: align mount command
Conflicts:
	data/y-web/scripts/Y_Tools.sh

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-07 18:28:49 +02:00
Thilo Graf
5efbaaf05d lcd4linux: cleanup 2021-06-07 18:23:50 +02:00
Thilo Graf
6edf6e0a25 driver/lcd4linux: rework thread handling
Use std::thread for simplified handling.

Added bool exit_proc to allow left the thread callback, because if user
will change on/off/automatic modes inside the lcd4linux-setup menu,
he will be trapped in this menu and neutrino is never usable.
Btw. added some temporarily debug outputs to track this behavior.
2021-06-07 18:23:43 +02:00
Thilo Graf
e1810b62a2 lcd4linux: use default pid file 2021-06-07 18:23:25 +02:00
svenhoefer
eaa78a1502 - lcd4linux: fix first start
Signed-off-by: Thilo Graf <dbt@novatux.de>

# Conflicts:
#	src/driver/lcd4l.cpp
2021-06-07 18:23:21 +02:00
svenhoefer
d218048c8a - multiboxse: fix display
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-06-02 17:52:49 +02:00
svenhoefer
5c3d8a7512 - addition to use autodetect pip
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:48:33 +02:00
TangoCash
8b5ac83f27 use autodetect pip 2021-05-30 16:48:10 +02:00
svenhoefer
194f868090 - yWeb: add missing manufacturer to zgemma h7
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:47:55 +02:00
svenhoefer
d7957143ca - hw_caps: introduce can_pip
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:47:11 +02:00
svenhoefer
06dd9d5f16 - yWeb: fix multiboxse auto detection
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:46:48 +02:00
svenhoefer
c5c635c7a7 - add Maxytec Multibox SE 4K
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-30 16:46:13 +02:00
svenhoefer
f80fa43e0c - epgview: another try with LOCALE_MDB_SAVE_POSTER_HINT
Es scheint so, dass dynfont hier nicht korrekt funktioniert.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-28 13:11:12 +02:00
svenhoefer
a316697502 - epgview: introduce ResetMDb()
Conflicts:
	src/gui/epgview.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-28 13:10:17 +02:00
Frankenstone
1be4fd2f6f dboxinfo: own header icon added 2021-05-28 13:02:31 +02:00
BPanther
f72ca2c422 dboxinfo - small change 2021-05-28 13:02:06 +02:00
Frankenstone
238479e67f y-web: adapt libstb-hal rcu zgemma h7 2021-05-28 13:01:46 +02:00
Frankenstone
8e6ae35b96 y-web: adapt libstb-hal rcu ax hd51 2021-05-28 13:01:37 +02:00
max_10
c45d1e998e - acinclude.m4: fix with-datadir_var 2021-05-28 13:00:59 +02:00
GetAway
6e6d17f9c5 - yeb: small fixes for screenshot 2021-05-20 20:24:10 +02:00
GetAway
1309331a9f - yweb: fix rc selection 2021-05-20 15:07:48 +02:00
Frankenstone
86b0246599 unnecessary brackets removed
- distinction ffmpeg versions
2021-05-18 18:21:22 +02:00
svenhoefer
284ee4a6ed - yweb: add rc for cst hd1; just for better readability
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-18 18:21:22 +02:00
svenhoefer
1a552181fd - yweb: fix rc selection for cst
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-18 18:21:22 +02:00
max_10
cefd6dece1 - fix GENERIC build 2021-05-18 18:21:22 +02:00
svenhoefer
d2a782a3ba - yWeb: sort remote controls in Y_Blocks.txt
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-18 18:21:22 +02:00
svenhoefer
89ed0dc6d9 - yweb: fix mess around remote controls by using varables
this allows to sort the options in rc-selection nicely

 Conflicts:
	data/y-web/Y_Blocks.txt
	data/y-web/Y_Version.txt

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-18 18:21:22 +02:00
GetAway
8d09523f4a fb_accel_xy.cpp: fix warning -Wformat-overflow 2021-05-17 18:14:54 +02:00
GetAway
23dbcecfb6 fade.cpp: fix flickering after fade out 2021-05-17 13:31:51 +02:00
svenhoefer
d687c1fb1b - fsmounter: fix unused options1 for cifs
Conflicts:
	src/system/fsmounter.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-15 22:26:17 +02:00
svenhoefer
2f20d8d670 - fsmounter: formatting code using astyle
Conflicts:
	src/system/fsmounter.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-15 22:25:57 +02:00
svenhoefer
cdc91ef601 - neutrino-menu: change position of avinput; add hint and icons
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-15 22:05:59 +02:00
Thilo Graf
c5b442e141 opkg_manager: supplement to ensure update of package list after menu update 2021-05-14 18:27:41 +02:00
Thilo Graf
54bd062ff1 opkg_manager: ensure update of package list after menu update 2021-05-14 17:10:06 +02:00
svenhoefer
783426588c - fix CST build
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-11 12:28:26 +02:00
svenhoefer
97fa8a2076 - hwcaps: add has_HDMI_input
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-11 12:28:23 +02:00
svenhoefer
71a670d821 - fix compiler warning and segfault in avinput_pip handling
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-11 12:28:17 +02:00
svenhoefer
f27ff4563c - glcd: add own logo directory
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-11 12:28:15 +02:00
svenhoefer
47dbf21465 - lcd4l: use NEUTRINO_ICON_PLAY for NeutrinoModes::mode_avinput
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-11 12:28:12 +02:00
svenhoefer
067bf958d8 - rate-banner: fix typos
Signed-off-by: Thilo Graf <dbt@novatux.de>

These were not typos but shortenings.
2021-05-11 12:28:00 +02:00
BPanther
f841b55c65 vuduo4k/vuduo4kse/vuultimo4k/vuuno4kse: HDMI input as mode and PiP added
Conflicts:
	src/neutrino.cpp
2021-05-11 10:21:06 +02:00
svenhoefer
2cb4fc0ff9 - neutrino: add "need_reboot" feature
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-11 09:58:47 +02:00
svenhoefer
f0fb14a741 - hwcaps: add display_can_umlauts
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-11 06:32:46 +02:00
Hendi48
dff4dc3f99 movieplayer: show subtitles for at least 1.5 seconds (#11)
SRT subtitles from the web often have split-second end times,
making it very hard to read the text in time.
2021-05-08 23:01:38 +02:00
Hendi48
b8ffb1be0c record/streamts: lower bsf libavcodec check to 57.48.100 (#10)
The bit stream filter change was done in ffmpeg 3.1 already.
2021-05-08 23:00:29 +02:00
GetAway
0965bcdf2f activate umlauts for hd51 2021-05-08 13:57:44 +02:00
Thilo Graf
667a7e1d9f epgview.cpp: fix smoother graphical representation of rate banner
Take a look at the TODO-line
2021-05-07 12:11:42 +02:00
Thilo Graf
62bf562ea9 rate_banner.cpp: use smaller offset between stars 2021-05-07 11:47:24 +02:00
Thilo Graf
d1fe98e1d3 CTMDB: use tmdb logo in menu header
Precondition is a current logo with maatching dimensions.

see: https://www.themoviedb.org/about/logos-attribution
2021-05-06 16:16:23 +02:00
Thilo Graf
284d4acbbe epgview.cpp: fix possible overlapping text
Text was overlapping the navibar in some cases.
Space for text was insufficient calculated.
2021-05-06 16:06:44 +02:00
Thilo Graf
bcab0c4d67 cc_frm_icons.h: move initMaxHeight() to protected section
Usable in sub classes.
2021-05-05 14:12:48 +02:00
svenhoefer
6e1069bbdf - epgview: allow to save imdb/tmdb poster with g_settings.mbkey_cover
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-05 12:09:40 +02:00
svenhoefer
2ce09f87f6 - introduce mdb-tools (taken from mdb-imdb)
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-05 12:09:07 +02:00
svenhoefer
287c965a58 - epgview: remove obsolete imdb_rating
Conflicts:
	src/gui/epgview.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-05 12:05:58 +02:00
svenhoefer
c39084efc7 - epgview: rework button arrangement; green = imdb, yellow = tmdb
Conflicts:
	src/gui/epgview.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>

Changed CProgressBar to CRateBanner cc_starbar object,
CProgressBar contains no PB_STARBAR mode,
otherwise the build would be broken.

TODO: Fix text arrangement inside epgview window. Seems the
Bottombox-object is not sufficient considered.
It will be over painted in some conditions, watched
if using of (very) large font scaling.
2021-05-05 12:05:41 +02:00
svenhoefer
49752cc478 - imdb/tmdb: more unifications; getEPGText()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-03 17:25:09 +02:00
Thilo Graf
f72ca5887a rate_banner.cpp: try to fix possible crash if pixbuf = NULL
RestoreScreen() expects no null pointer passed as argument 5,
is passed to memmove
2021-05-03 17:20:48 +02:00
Thilo Graf
83211c2b69 neutrino.cpp: try to avoid possible memleak
Watched with LeakSanitizer on generic pc.
2021-05-03 17:20:43 +02:00
svenhoefer
367840ccd7 - epgview: more imdb/tmdb unifications
Conflicts:
	src/gui/epgview.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>

TODO: fix star values, no count of stars at epg window to see,
variable 'stars' is missing.
2021-05-03 17:20:39 +02:00
svenhoefer
976bb352e7 - imdb/tmdb: more unifications; getStars()
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-05-03 17:20:36 +02:00
svenhoefer
c59e149f3f - imdb/tmdb: more unifications; setTitle()
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>
2021-05-03 17:20:33 +02:00
Frankenstone
532aace190 locals: remove unused
- LOCALE_OPTIONS_ON_WITHOUT_MESSAGES
- options.on.without_messages
2021-04-30 23:10:22 +02:00
Frankenstone
4d2ee134d9 followscreenings: remove unused
- LOCALE_TIMER_EVENTREMOVED_TITLE
- LOCALE_TIMER_EVENTREMOVED_MSG
2021-04-30 23:10:16 +02:00
Frankenstone
0d2e3060b5 keybind_setup: remove unused
- define KEYBINDINGMENU_BOUQUETHANDLING_OPTION_COUNT 3
- { 0, LOCALE_KEYBINDINGMENU_BOUQUETCHANNELS_ON_OK },
- { 1, LOCALE_KEYBINDINGMENU_BOUQUETLIST_ON_OK     },
- { 2, LOCALE_KEYBINDINGMENU_ALLCHANNELS_ON_OK     }
2021-04-30 23:10:06 +02:00
Frankenstone
fa20c92b43 miscsettings_menu: remove unused
- define MISCSETTINGS_FB_DESTINATION_OPTION_COUNT 3
- { 0, LOCALE_OPTIONS_NULL   },
- { 1, LOCALE_OPTIONS_SERIAL },
- { 2, LOCALE_OPTIONS_FB     }
2021-04-30 23:09:55 +02:00
svenhoefer
7c5a47dfd8 - fix strip g_settings.recording_type from unused stuff
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-30 23:09:33 +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
1343c26d5e - osd-setup: more cleanup
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-30 22:55:01 +02:00
Frankenstone
e77c9a0ec6 osd_setup: cleanup g_settings.theme.gradient_c2c 2021-04-30 22:53:58 +02:00
Frankenstone
4688227461 osd_setup: cleanup unused
- channellist.extended_colored
- channellist.extended_simple

 Conflicts:
	data/locale/english.locale

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-30 22:53:46 +02:00
Frankenstone
cf675f4cc2 fix fading for mips hardware
- untested !
2021-04-25 15:59:01 +02:00
TangoCash
3a1d3f16a0 fix fading 2021-04-25 15:58:52 +02:00
FlatTV
9a26168454 FIX AC3 audio for CST. Including audio AC3 switching by audio language menu 2021-04-25 15:58:31 +02:00
Frankenstone
b2be9ce25a english.locale: fix osd.preset_screen_b, thx DboxOldie 2021-04-19 11:19:40 +02:00
Thilo Graf
00fcf91936 neutrino_menue.cpp: use #if instead #ifdef for TESTING 2021-04-13 06:03:34 +02:00
svenhoefer
ce0f52aa84 - neutrino: cleanup update code
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-13 06:01:31 +02:00
Thilo Graf
23fbfe2706 update_settings.cpp: split statement for update settings notify
Avoid double action
2021-04-12 15:24:52 +02:00
Thilo Graf
f5bfa56260 configure.ac: --enable-pkg-management only affects gui 2021-04-12 15:24:50 +02:00
Thilo Graf
f299b72b08 update_settings.cpp: avoid possible segfault
fw_url is not initialized without defined update.url
2021-04-12 15:24:48 +02:00
svenhoefer
03bc0b96a0 - add --enable-pkg-management configure switch; default=no
Conflicts:
	src/gui/Makefile.am
	src/gui/update_settings.cpp
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>

Added vanhofens flash update check.
Reason: build was broken and makes maintenance easier.
2021-04-12 15:24:38 +02:00
Thilo Graf
64e74ea306 opkg_manager: clean up
unused code rmoved
2021-04-10 15:51:30 +02:00
Thilo Graf
2c79640c8a opkg_manager: rework check for system-update script
avoids unnecessary debug output
2021-04-10 15:51:30 +02:00
Thilo Graf
7487a193ee opkg_manager: add handling for whitelist 2021-04-10 15:51:30 +02:00
Thilo Graf
804642fde3 data/config: add good_package_pattern.list.sample 2021-04-10 15:51:30 +02:00
Thilo Graf
9d76af322b opkg_manager: rename badpackage() > isBadPackage(), more plausible 2021-04-10 15:51:30 +02:00
Thilo Graf
bd8cf5e987 opkg_manager: minor move of some codelines for more clarity 2021-04-10 15:51:30 +02:00
Thilo Graf
adb5a93a64 opkg-manager: restart only for neutrino 2021-04-10 15:51:30 +02:00
Thilo Graf
0e378de640 update_check_packages: set check done if no opkg support available 2021-04-10 15:51:30 +02:00
Thilo Graf
c618d3aef4 opkg_manager: rename some command vars for better readability 2021-04-10 15:51:30 +02:00
Thilo Graf
1577847c11 update_check: handle update check with localized timer settings 2021-04-10 15:51:30 +02:00
Thilo Graf
f25831e90e start_wizard: add handling update check 2021-04-10 15:51:30 +02:00
Thilo Graf
844b4050b1 opkg_manager: add handling for wizard mode 2021-04-10 15:51:30 +02:00
Thilo Graf
35ae3cfd5a opkg_manager: add function getNumUpdates() 2021-04-10 15:51:30 +02:00
Thilo Graf
79f76a533d neutrino.cpp: enable check for package updates with new setting 2021-04-10 15:51:30 +02:00
Thilo Graf
29b44b2684 update_check: add class for package update checks 2021-04-10 15:51:30 +02:00
Thilo Graf
7289bcfd67 opkg_manager: vizualize available package updates 2021-04-10 15:51:30 +02:00
Thilo Graf
ff4e114876 opkg_manager: move visual update check into own methode 2021-04-10 15:51:30 +02:00
Thilo Graf
fdd16a7a8e neutrino: disable flash update check
Needs another solution.
2021-04-10 15:51:30 +02:00
svenhoefer
130682475a - imdb/tmdb: code formatations using astyle
Conflicts:
	src/gui/mdb-tmdb.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-09 14:41:44 +02:00
svenhoefer
c5995fdda5 - imdb/tmdb: more unifications; function names
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-08 23:37:15 +02:00
svenhoefer
6c25ac74cc - imdb/tmdb: more unifications; poster handling
Conflicts:
	src/gui/epgview.cpp
	src/gui/mdb-tmdb.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-08 23:34:50 +02:00
svenhoefer
6b02d097b2 - imdb/tmdb: more unifications; part 2
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-08 23:22:58 +02:00
svenhoefer
f6299d4f81 - epgview: more imdb/tmdb unifications
Conflicts:
	src/gui/epgview.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-08 23:22:26 +02:00
svenhoefer
b81f316217 - moviebrowser: change imdb handling
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-08 23:10:53 +02:00
svenhoefer
488876327b - - imdb/tmdb: more unifications
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-08 23:10:27 +02:00
Thilo Graf
64727c4962 imdb/tmdb: rename 'create' methods to 'getter' functions
For reasons of plausibility, name does not suggest a "Getter" function

supplement to: - imdb/tmdb: unify some funtions
2021-04-07 21:33:13 +02:00
svenhoefer
b3ca37c04c - imdb/tmdb: unify some funtions
Conflicts:
	src/gui/epgview.cpp
	src/gui/imdb.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-07 15:56:49 +02:00
TangoCash
76c781cc57 fix crypted pip (thx BP) 2021-04-07 15:56:29 +02:00
TangoCash
1630e2e2db fix record/stream AC3 logic 2021-04-07 15:56:25 +02:00
GetAway
13d636b3ba fix locale for scart_osd_fix 2021-04-07 14:41:45 +02:00
svenhoefer
282827eb5c - epgview: fix saving of mp_movie_info->epgInfo2 for omdb
Conflicts:
	src/gui/epgview.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-05 21:08:58 +02:00
svenhoefer
e1e75ef4af - osd-setup: fix warning (missing initializer for member ‘CMenuOptionChooser::keyval_ext::valname’)
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-05 21:07:59 +02:00
svenhoefer
bb9e96f141 - osd-setup: allow osd preset selection for all boxmodels
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-05 21:05:48 +02:00
svenhoefer
34a5588c74 - addition to 50dba23a9ca5513ac8e00418b9cd0a44fe6cf1d52
Signed-off-by: Thilo Graf <dbt@novatux.de>

Commit was:  pip move x/y step 5
2021-04-05 21:04:24 +02:00
svenhoefer
9c593abe6e - switch g_settings.screen_preset
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-05 21:01:37 +02:00
svenhoefer
d5a16ebba9 - fix scart_osd_fix
Conflicts:
	src/gui/osd_setup.cpp
	src/system/setting_helpers.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-05 21:01:08 +02:00
svenhoefer
3ec296ec60 - unify new presets; part 2
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-05 20:59:13 +02:00
svenhoefer
96ff1b6b3a - unify new presets; part 1
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-04-05 20:59:13 +02:00
BPanther
0189205fd1 rework screen A/B settings
Conflicts:
	src/neutrino.cpp
2021-04-05 20:59:13 +02:00
Frankenstone
fe71518e50 osd_setup: osd preset crt/lcd add locals use now for different Screen Setup when using different monitors
Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/system/locals.h
	src/system/locals_intern.h
2021-04-05 20:59:13 +02:00
BPanther
34659ff110 pip move x/y step 5 2021-04-05 20:59:13 +02:00
Jacek Jendrzej
4b72847047 lua_curl: add option to modify header; example: httpheaders={'Accept:application/json', 'authorization:Bearer ' .. token} 2021-04-05 18:52:28 +02:00
GetAway
f2346fc442 supplement to: fix some memleaks and CPU-Menu segfault 2021-03-31 11:34:06 +02:00
Thilo Graf
df6072c793 miscsettings_menu: fix - miscsettings.cpp: fix some memleaks and CPU-Menu segfault 2021-03-31 10:12:49 +02:00
GetAway
fe308a9ac0 - miscsettings.cpp: fix some memleaks and CPU-Menu segfault 2021-03-31 08:34:51 +02:00
GetAway
b0b8e56696 zapit.cpp: fix pip for CST 2021-03-16 20:43:15 +01:00
svenhoefer
98a22dfd9c - neutrino: force new keys for pip
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-03-16 08:01:29 +01:00
svenhoefer
4afe44f906 - hintbox: fix hardcoded keys
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-03-16 08:00:41 +01: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
e65acc6558 - helpers: add getBoxMode() function
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-03-15 15:59:16 +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
BPanther
0ebb6abe4e hd51/h7/bre2ze4k: check for boxmode 12 for activating PiP 2021-03-15 15:57:51 +01:00
TangoCash
4095c0b1b8 fix logic 2021-03-13 15:02:09 +01:00
TangoCash
85a1b94e55 fix pip 2021-03-13 15:02:02 +01:00
TangoCash
41fb82e979 fix PiP 2021-03-13 15:00:42 +01:00
max_10
65e3dd5627 - configure: add optional enable dynamicdemux 2021-03-10 10:55:21 +01:00
Thilo Graf
50a18cf1ec lua_api_version.h: update version 1.88->1.89
Added setup key see: 77de69f57f
2021-03-10 10:54:52 +01:00
Frankenstone
77de69f57f SETUP key added for lua 2021-03-10 10:51:06 +01:00
svenhoefer
30a5ca4b33 - movieplayer: re-add some filefilters
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-03-10 10:50:20 +01:00
Thilo Graf
b8a025ecbe data: update bad_package_pattern.list.sample 2021-03-07 15:00:09 +01:00
svenhoefer
134ecacb33 - plugins: allow to control menu_return value
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-03-01 09:21:46 +01:00
svenhoefer
9b719afdb5 - update: disable release cycle check
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-03-01 09:20:44 +01:00
Frankenstone
4c9263c9d8 sectionsd: update unixtime to 01.01.2021 00:00:00 2021-02-22 12:26:58 +01:00
svenhoefer
8d91b1b65a - genpsi: try to fix cst audio; not testet
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-22 12:25:33 +01:00
svenhoefer
37c10570bf - neutrino: change defaults for g_settings.enabled_video_modes
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-22 12:25:29 +01:00
svenhoefer
cc9c04f4ec - neutrino: fix blank screen in radio mode; avoid screensaver in blank screen mode
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>

Blackscreen disabled because of possible build errors
2021-02-22 12:25:24 +01:00
svenhoefer
b731384973 - simple-display: simplify initialization of has_lcd
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-22 12:25:21 +01:00
svenhoefer
8e65fb4552 - zapit: try to fix cst audio; not testet
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-22 12:25:10 +01:00
svenhoefer
dcb47afeff - vfd-setup: minor changes in locales
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-22 12:24:38 +01:00
svenhoefer
880747d823 - simple-display: try to fix time in standby mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-22 12:10:28 +01:00
svenhoefer
d84346c352 Revert "- settings: load scan defaults before save scan.conf"
This reverts commit c6847ab684faaead48d87f9100a87925dc95beec
2021-02-14 15:27:23 +01:00
svenhoefer
afd57c3fe1 - settings: load scan defaults before save scan.conf
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-13 17:37:18 +01:00
BPanther
02d8a174c7 fix record audio, thx TangoCash 2021-02-09 12:20:40 +01:00
Thilo Graf
71a98d011b lua_api_version.h: update version 1.87->1.88 2021-02-09 12:20:40 +01:00
Frankenstone
46b0d73099 OK Key added for lua 2021-02-09 12:20:40 +01:00
BPanther
18b2c81295 keys play and playpause added for lua 2021-02-09 12:20:40 +01:00
BPanther
13d5b3107e lua num keys added 2021-02-09 12:20:40 +01:00
Thilo Graf
cfa57ee001 infoviewer_bb.cpp: avoid possible Wformat-truncation warnings
Warning was:
	'%02d' directive output may be truncated writing
	between 2 and 11 bytes into a region of size 6
2021-02-09 12:20:40 +01:00
TangoCash
52d1513115 fix false positiv for DTSHD audio 2021-02-09 12:20:40 +01:00
Thilo Graf
7723071b00 infoviewer_bb.cpp: use calculated icon space intstead static value 2021-02-07 17:18:35 +01:00
Thilo Graf
7196f58f41 infoviewer_bb.cpp: remove unnecessary #if, #endif 2021-02-07 17:00:20 +01:00
svenhoefer
786a878795 - fix initial load config
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-06 13:42:15 +01:00
Thilo Graf
7dc2c0dafe data: update background images 2021-02-06 13:40:12 +01:00
OneOfNine
64d60988cd icons: update default iconset
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-06 13:40:00 +01:00
TangoCash
edfc689341 - frontend: fix cst compile 2021-02-03 16:42:19 +01:00
TangoCash
d9f75b45d9 fix DVB-T2 2021-02-03 16:42:03 +01:00
svenhoefer
abe4ff7ded Revert "- revert frontend/scan changes"
This reverts commit 0d5d8b367fb05919b4cf5d963b34ce5678855105.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-03 16:28:04 +01:00
svenhoefer
3c4e0e22c1 - zapit: fix cst compile
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-03 16:27:30 +01:00
svenhoefer
47bfc3231b - cec-setup: fix compile
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-03 16:27:10 +01:00
svenhoefer
96975c1d25 - move lcd4l-setup to vfd-setup
Conflicts:
	src/gui/miscsettings_menu.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-03 16:26:45 +01:00
svenhoefer
85764fa36a - make lcd4linux configurable
Conflicts:
	configure.ac
	src/driver/pictureviewer/pictureviewer.cpp
	src/gui/bouquetlist.cpp
	src/gui/osd_setup.cpp
	src/neutrino.cpp
	src/system/flashtool.cpp
	src/system/settings.h

Signed-off-by: Thilo Graf <dbt@novatux.de>

mostly format and line and build fixes
2021-02-03 16:04:30 +01:00
svenhoefer
b291cef2d0 - lcd4l: start/stop daemon with start/stop functions
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-03 13:07:21 +01:00
svenhoefer
6eb0c6af44 - helpers: add function to execute init scripts
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-02-03 13:04:44 +01:00
TangoCash
c88d2d5731 fix streaming/recording 2021-02-03 13:02:21 +01:00
TangoCash
264434d6ba supplemental to c188e9e29c
Signed-off-by: Thilo Graf <dbt@novatux.de>

commit was: rework audio_bypass / audio process
2021-02-01 17:09:28 +01:00
TangoCash
c188e9e29c rework audio_bypass / audio process 2021-02-01 16:53:06 +01:00
TangoCash
07131eb928 cec volume switch audiosystem/tv
Conflicts:
	data/locale/deutsch.locale
2021-02-01 16:52:32 +01:00
svenhoefer
4eec0d0437 - hdd-menu: show filesystems in a pulldown menu
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-01-30 11:05:13 +01:00
svenhoefer
a45bc4f7a0 - tuxtxt: simplify defines
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-01-27 12:04:31 +01:00
DboxOldie
4fb1d19406 generate correct camask
Conflicts:
	src/driver/record.cpp
2021-01-25 22:20:39 +01:00
svenhoefer
e6cc52942b - hdd-menu: add possibility to label devices; ...
inspired by 58023f866e

 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>
2021-01-25 21:00:34 +01:00
TangoCash
706ca15dae =add osmini4k, osnino, osninoplus, osninopro, vuduo2, gb800se 2021-01-24 22:03:53 +01:00
TangoCash
83d942764c fix overlapping recording timers (thx DboxOldie !!) 2021-01-24 20:20:40 +01:00
BPanther
fc09f7b493 fix tuxtxt for hd51 2021-01-23 18:46:17 +01:00
svenhoefer
96c11ddb0e - english.locale: minor changes in glcd locales
Conflicts:
	data/locale/english.locale

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-01-14 13:16:55 +01:00
Thilo Graf
3cbe17ea83 locales: add missing glcd locales 2021-01-12 11:34:34 +01:00
Thilo Graf
072995afcb cc_extra: add short methode to paintIcon with optional text content 2021-01-12 11:34:34 +01:00
svenhoefer
6953daf121 - hdd-menu: add f2fs support
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-01-12 11:34:20 +01:00
Thilo Graf
aff2214935 neutrino.cpp: use default logo directory
"/media/sda1" was often not found or device was not installed
2021-01-06 21:10:05 +01:00
svenhoefer
e56a64dbf9 - locale: shorten EPGMenu.eventinfo
Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale

Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-01-06 10:34:39 +01:00
svenhoefer
3f36fe080b - locale: fix menu.hint_misc_general
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-01-03 20:48:54 +01:00
svenhoefer
52e53cb92b - scan-setup: show tuner_desc for all models
Signed-off-by: Thilo Graf <dbt@novatux.de>
2021-01-03 20:48:30 +01:00
svenhoefer
c32faa8302 - infoviewer: rework tuner icons
Conflicts:
	data/icons/status/channel/tuner_1.png
	data/icons/status/channel/tuner_2.png
	data/icons/status/channel/tuner_3.png
	data/icons/status/channel/tuner_4.png

Signed-off-by: Thilo Graf <dbt@novatux.de>

I think it's not an excellent idea to have many icons for all possible
tuner numbers. We should use one and only icon without any number
and paint a text over the icon. This should be possible with a simple
cc text object that contains a defined png-file file as background
and a digit as text.
2021-01-03 20:45:57 +01:00
Thilo Graf
0a423563f8 imageinfo.cpp: show machine type and git describe of system 2020-12-25 18:53:52 +01:00
svenhoefer
78928e2633 - satellites.xml: move matze settings to top of file
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-25 18:45:20 +01:00
svenhoefer
3c4972374f - initial settings: update matze settings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-25 18:44:57 +01:00
svenhoefer
5132a99b11 - enable graphlcd for vu+ only; TODO: needs more fixes
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-25 18:44:30 +01:00
svenhoefer
32c13c0398 - configure: make graphlcd configurable
Conflicts:
	configure.ac

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-25 18:44:18 +01:00
svenhoefer
c53e15a939 - locales: unified entries for epg plus
Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale

Signed-off-by: Thilo Graf <dbt@novatux.de>

supplement to: 8042e3504e
2020-12-14 20:18:24 +01:00
Knicko007
5b073a2e98 add rc_mutant_hd60.png, and add Mutant-HD60 to Y_Blocks.txt Fix HD61 2020-12-14 20:08:25 +01:00
Thilo Graf
b319a0b6ca bouquetlist.cpp: consider offsets for window width
supplement to: 	4ea2f46c7c - bouquetlist: rework
2020-12-13 19:38:41 +01:00
Thilo Graf
8042e3504e locales: unified entries for epg timelines 2020-12-13 17:07:46 +01:00
svenhoefer
6f3ca27ec2 - luaserver: fix paths in small guide
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-12 16:18:19 +01:00
svenhoefer
bb81d0b7ed - helpers: remove hardcoded path
Conflicts:
	src/system/helpers.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-12 16:18:04 +01:00
svenhoefer
75b785ff4f - neutrino: remove hardcoded path
Conflicts:
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-12 16:01:07 +01:00
svenhoefer
bc8ce81387 - network-service: remove hardcoded paths
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-12 15:56:30 +01:00
svenhoefer
13b8470789 - motorcontrol: remove hardcoded paths
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-12 15:56:13 +01:00
svenhoefer
41bbb33f23 - glcd: remove hardcoded paths
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-12 15:55:12 +01:00
svenhoefer
691c1be6f4 - hdd-menu: remove hardcoded paths
Conflicts:
	src/gui/hdd_menu.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-12 15:54:22 +01:00
Knicko007
9f6c90d728 fix c&p error 2020-12-10 21:48:19 +01:00
Knicko007
ac7cba615a add mutant_hd60.png 2020-12-10 21:48:05 +01:00
Knicko007
2ba6cfec2b add rc_mutant_hd60.png, and add Mutant-HD60 to Y_Blocks.txt Fix HD61 2020-12-10 21:47:57 +01:00
Thilo Graf
1314b0566c configure: fix broken build 2020-12-08 12:17:37 +01:00
Knicko007
d150640004 fix Y_Blocks.txt 2020-12-07 20:34:25 +01:00
Knicko007
afc6239e34 fix Y_Blocks.txt, change to better rc_ax_hd61.png, thx annie 2020-12-07 20:34:25 +01:00
svenhoefer
d42fce00c0 - yWeb: install all possible rc pictures
Conflicts:
	data/y-web/images/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
037fbb2063 - yWeb: disable non-cst remote controls for cst hardware
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
c4d77d9e52 - set RC_tv as g_settings.key_tvradio_mode for hd61
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
1aa288fb38 - rcinput: add KEY_TV2; mapped to RC_tv
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
ece4036a4c - yWeb: fix hd61 remote control
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
d41e697512 - yWeb: add own remote control for hd61
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
d04169be69 - use find_executable() to find scripts
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
cf67ca4cb6 - try to fix path to /.version file
Conflicts:
	src/gui/imageinfo.cpp
	src/gui/network_setup.cpp
	src/nhttpd/tuxboxapi/controlapi.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
ea64294d6a - addition to 668b65aa89d2fbe50cf8bb35545183661393981e
Signed-off-by: Thilo Graf <dbt@novatux.de>

commit was: - arm-hardware: set default osd resolution to 1080
9f5a661336569dec4b564cfb82926af00c5d640e
2020-12-07 20:34:25 +01:00
svenhoefer
29f98ffcaf - cst-hardware/hd2: set default video mode and osd resolution to 1080
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
1e5e12dfb2 - yWeb: allow remote controls for hd6x
Conflicts:
	data/y-web/Y_Settings_yWeb.yhtm

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
2492ad9771 - arm-hardware: set default osd resolution to 1080
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
7f8e1c1b42 - arm-hardware: set default video mode to 1080p50
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
809294eda4 - videosettings: fix video modes for vu+ boxes
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
6a1f078f73 - lcd4l: remove some hardcoded paths
Conflicts:
	src/driver/lcd4l.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
d8f2186139 - glcd: remove obsolete include
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
a25ae98227 - data/oled/themes: remove some hardcoded paths
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
37fb4e4e4f - data/scripts: remove some hardcoded paths
Conflicts:
	data/config/settingsupdate.conf.in
	data/scripts/backup.sh
	data/scripts/backup_flash.sh.in
	data/scripts/restore_flash.sh.in

Signed-off-by: Thilo Graf <dbt@novatux.de>

Files adapted because conflicts and possible build errors.
2020-12-07 20:34:25 +01:00
svenhoefer
f57fac5a5a - acinclude: introduce DATADIR_VAR
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
28d5e66f90 - fix 56fb558f1cb04056d451cfe55c1631381889f6a4
Signed-off-by: Thilo Graf <dbt@novatux.de>

commit was: - setting_helpers: remove some hardcoded paths

d5950fbe60226f8eb999c561f6ddc543f709e807
2020-12-07 20:34:25 +01:00
svenhoefer
7e66bb8364 - data/control: remove some hardcoded paths
Conflicts:
	data/control/migration.sh.in

Signed-off-by: Thilo Graf <dbt@novatux.de>

Adopted only proforma.
2020-12-07 20:34:25 +01:00
svenhoefer
80b126a2f4 - data/config: remove some hardcoded paths
Conflicts:
	data/config/settingsupdate.conf.in

Signed-off-by: Thilo Graf <dbt@novatux.de>

Files adapted because of different configurations.
2020-12-07 20:34:25 +01:00
svenhoefer
78f18b483f - configure: try to split AC_CONFIG_FILES by category
Conflicts:
	configure.ac

Signed-off-by: Thilo Graf <dbt@novatux.de>

AC_CONFIG_FILES for themes not picked, because of build error.
2020-12-07 20:34:25 +01:00
svenhoefer
388c819813 - revert frontend/scan changes
This reverts commits

01: 7c109f36dd4297499f98c25720b7622eb5d15d41
02: be39dcf90561d819be19d4a53e285733b86f2a2a
03: 2f6346c63620a88152a5936e424f50236257df55
04: 95a6a7b45f7e6e4b5addf36c72ef572c220f6509
05: ffe8a28150607dcefd2f94e8eb94fcd07cf94998
06: 7b6a945d76fa50f59fb8d2c3d37fa707ff1028fa
07: 927f09bb2de79bb318934963fcdb65c31fe17b8b
08: b9522992e9d4b7d2b0cb2b2d32a56c01b1c5df97
09: fd8a6c469b88516fa18c3b10dc87e05a687425c5
10: b530a78ffb5593d4287a5f15adad8bf239363b93
11: 25b9c4b40e17d28202d19896e4fd04efbcdaa9d5

 Conflicts:
	src/zapit/src/frontend.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>

Adopted parts because of conflicts:

01: untouched/not picked                     - frontend_types.h: fix unused-variable
02: 3c5ea6452c frontend_types.h: fix missing name of enum typedef
03: 03b5192fe3 fix transponders
04: untouched/not picked                     fix typo
05: 61579e130a adopt scansettings to new frontend handling
06: cde88688ca fix multistream (thx BP for testing)
07: b019079220 DVB-T2 fix
08: b9522992e9d4b7d2b0cb2b2d32a56c01b1c5df97 cosmetics
09: 414043913e fix frontend-parameters
10: untouched/not picked                     Revert "Revert "frontend multistream fixes""
11: untouched/not picked                     Revert "Revert "complete rebuild of frontend cmds""
2020-12-07 20:34:25 +01:00
svenhoefer
9ebc8c5cc6 - update: fix a61759855f4f6a38c4d9e069786e4bf7a4562c38
Signed-off-by: Thilo Graf <dbt@novatux.de>

commit was: b7f2ffb5fb
 - update: fix new partition for hd6x using g_info.hw_caps->startup_file
2020-12-07 20:34:25 +01:00
svenhoefer
68acb05116 - setting_helpers: remove some hardcoded paths
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
9685c38221 - localize: remove some hardcoded paths
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
5aec539e32 - fix directories
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
svenhoefer
8631665748 - hw_caps: sync with libstb-hal; fix cst build
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-12-07 20:34:25 +01:00
Thilo Graf
b035549b11 cc_frm_footer: try to fine tune of font size and button arrangement
This was necessary because some static dimesionized windows are
using untreated button dimensions and inappropriate font settings
within footers and provoked rendering outside the window dimensions.
Watched with some stb-lua plugins.

Known problems:
In some cases large font scaling by users makes the typeface look bad.
Overlappings cannot be ruled out in extreme cases and when using
unsuitable fonts related with small assigned button dimensions are doing the rest.
In my opinion, scaling should not take place stepless as currently
but e.g. in three selectable steps.
Otherwise, this cannot be done properly without any compromises.
2020-12-07 20:33:52 +01:00
Thilo Graf
0b41f87932 cc_frm_button.cpp: fine tune of item dimensions and font handling 2020-12-07 20:33:52 +01:00
Thilo Graf
8dafe512f4 cc_frm_footer.cpp: consider offset size for button container
Avoids overlapping button container on the right border of footer.
2020-12-07 20:33:52 +01:00
Thilo Graf
a63ec58db6 cc_frm_footer: use item name for better debug output 2020-12-07 20:33:52 +01:00
Thilo Graf
3b70568dee cc_frm_button: add missing methode setButtonIcon() 2020-12-07 20:33:52 +01:00
Thilo Graf
d724275511 cc_frm_button: align item name dependently to caption 2020-12-07 20:33:52 +01:00
Thilo Graf
09d4fdc684 cc_frm_button: add methode clearButtonDirectKeys() 2020-12-07 20:33:52 +01:00
Thilo Graf
4addf9f1ec cc_types: add slot btn_slot to struct type button_label_cc 2020-12-07 20:33:52 +01:00
Thilo Graf
4044e78d4c cc_frm_button: add signal OnPressedButton 2020-12-07 20:33:52 +01:00
Thilo Graf
f24cea8c76 cc_button_select: add member setSelectedButton() without text color args 2020-12-07 20:33:52 +01:00
Thilo Graf
f6040c243c cc_frm_buttons: expand functionality of setButtonTextColor()
Color parameters for 'select' and 'disable' colors added.
2020-12-07 20:33:52 +01:00
Thilo Graf
e38b99f8db cc_types: add variables for select and preselect images and select text color 2020-12-07 20:33:52 +01:00
Thilo Graf
bc890eaa66 cc_types: add text color with default value to type button_label_cc 2020-12-07 20:33:52 +01:00
Thilo Graf
d5401442d4 cc_frm: Simplify assigning of scroll bar width. 2020-12-07 20:33:52 +01:00
Thilo Graf
f8c326040b cc_item: use different corner radius for shadow 2020-12-07 20:33:52 +01:00
Thilo Graf
3cf2ea138f cc_frm: consider frame width with center mode 2020-12-07 20:33:52 +01:00
Thilo Graf
82301764e4 cc_frm: remove unused variable w_parent_frame 2020-12-07 20:33:52 +01:00
Thilo Graf
9200305539 cc_frm_window: assign item postions dependency of frame width
required after commit:
	'cc_frm: don't consider parent frame inside render of items for child forms'
2020-12-07 20:33:52 +01:00
Thilo Graf
b95cc2fe62 cc_frm: don't consider parent frame inside render of items for child forms 2020-12-07 20:33:52 +01:00
Thilo Graf
5acf36b105 cc_frm_button.cpp: remove not required statement call
Avoids oversized button with too long text.
Error was observed in some lua plugin windows with large font scale settings
and with osd resolution of 1280x720.
2020-12-07 20:33:52 +01:00
Thilo Graf
3ed6232fdf cc_frm_button: add methode getButtonFont() 2020-12-07 20:33:52 +01:00
Thilo Graf
985a667a36 cc_draw: try to fix logic inside setFrameThickness()
Signed values had the same effects like unsigned values. Therefore
frames were enabled with default control value -1 too.
2020-12-07 20:33:52 +01:00
Thilo Graf
15e59a2f62 cc_types: rename order_id -> sort_id for more plausibility 2020-12-07 20:33:52 +01:00
Thilo Graf
63968cb575 cc_item_text: move iToString() to public section 2020-12-07 20:33:52 +01:00
Thilo Graf
a46ae13331 cc_item_text: small format fixes for text indentations 2020-12-07 20:33:52 +01:00
Thilo Graf
4e31752404 cc_frm; cc_button_select: Avoid possible crash if no item is selectable 2020-12-07 20:33:52 +01:00
Thilo Graf
ab2e9eeff6 cc_frm_slider: rework slider slider handling 2020-12-07 20:33:52 +01:00
Thilo Graf
c88a6ff7b3 cc: rework color handling for select and focus status 2020-12-07 20:33:52 +01:00
Thilo Graf
26030ee914 msgbox: switch setSelectedButton() to SetSelectedButton()
Text color args are not required here, we use neutrino default settings
for button text colors.
2020-11-26 16:19:14 +01:00
Thilo Graf
0b6aa72489 eventlist: remove unnecessary braces, better for IDE's 2020-11-26 16:17:57 +01:00
Thilo Graf
2888dba271 channellist: remove unnecessary braces, better for IDE's 2020-11-26 16:17:51 +01:00
Thilo Graf
fbb92e0b74 opkg-manager: add clean command 2020-11-26 16:17:41 +01:00
Thilo Graf
eb5bb066b2 test_menu.cpp: ensure destroy footer after hide 2020-11-26 15:56:36 +01:00
Thilo Graf
976ffce7f7 msgbox.cpp: fix possible crash if no buttons defined 2020-11-24 15:06:49 +01:00
svenhoefer
b7f2ffb5fb - update: fix new partition for hd6x using g_info.hw_caps->startup_file
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-23 08:51:58 +01:00
svenhoefer
3243884ca1 - hw_caps/cst: introduce startup_file
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-23 08:51:15 +01:00
svenhoefer
f9676e1dba - update: fix file ending for backup archive
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-22 16:39:46 +01:00
Thilo Graf
79e9738399 streaminfo2.cpp: use separate var for filename output
Avoids truncation warnings.
2020-11-16 09:12:40 +01:00
Thilo Graf
2570333010 helpers.h/cpp: add default timeout parameter with value 1
For flexible usage of timeout in related downloadUrl methods if required.
2020-11-16 08:37:53 +01:00
TangoCash
878b3bc03b set download logo timeout to 1 sec 2020-11-16 08:02:34 +01:00
Thilo Graf
ea0bc8afcd bad package list: add new entries for boost, gstreamer, kodi 2020-11-15 20:06:28 +01:00
Thilo Graf
9f0c88a215 frontend.cpp: clean up indents with some braces in calcDeclination() 2020-11-15 16:05:09 +01:00
Thilo Graf
88abaa8232 test_menu.cpp: remove double include 2020-11-15 15:33:31 +01:00
svenhoefer
96347602f1 - cables.xml: update OstTelCom
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-15 15:33:22 +01:00
svenhoefer
bacc3f674e - settings-manager: remove obsolete include
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-15 15:31:51 +01:00
svenhoefer
550ece306e - keybind-setup/settings-manager: use getBackupSuffix() function
Conflicts:
	data/scripts/backup.sh

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-15 15:31:46 +01:00
svenhoefer
31cea8ca29 - helpers: add function to get backup suffix
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-15 15:31:43 +01:00
svenhoefer
9b87fa8cd8 - keybind-setup: change save keys procedure; aligned to settings-manager
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-15 15:31:41 +01:00
svenhoefer
0a9a0e77e8 - unify backup suffixes
Conflicts:
	data/scripts/backup.sh

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-11-15 15:31:37 +01:00
Thilo Graf
3c5ea6452c frontend_types.h: fix missing name of enum typedef 2020-11-06 08:25:30 +01:00
TangoCash
03b5192fe3 fix transponders 2020-11-01 20:30:01 +01:00
TangoCash
61579e130a adopt scansettings to new frontend handling
Signed-off-by: Thilo Graf <dbt@novatux.de>

# Conflicts:
#	src/gui/scan_setup.cpp
2020-11-01 20:29:56 +01:00
TangoCash
cde88688ca fix multistream (thx BP for testing) 2020-11-01 19:37:15 +01:00
TangoCash
b019079220 DVB-T2 fix 2020-11-01 19:37:11 +01:00
TangoCash
1a2ac11f03 cosmetics 2020-11-01 19:37:07 +01:00
TangoCash
414043913e fix frontend-parameters
Conflicts:
	src/zapit/src/frontend.cpp
2020-11-01 19:36:36 +01:00
TangoCash
19ac46cc39 frontend multistream fixes 2020-10-28 09:57:25 +01:00
TangoCash
12f5e95330 complete rebuild of frontend cmds
Conflicts:
	src/zapit/src/frontend.cpp
2020-10-26 15:32:39 +01:00
TangoCash
44f3d26e90 small fix getservices 2020-10-26 15:32:39 +01:00
TangoCash
5ce40de9f7 rework DVB_S2X
Conflicts:
	src/zapit/src/frontend.cpp
2020-10-26 15:32:39 +01:00
svenhoefer
845dad0013 Revert "- zapit/frontend: re-add cst specific stuff"
This reverts commit 04108628b2.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-10-26 15:32:38 +01:00
Thilo Graf
af3f997750 neutrino.cpp: set default volume to 100
Partial revert of commit: 'set default volume to 75%' 3cc2f8b
2020-10-26 15:32:38 +01:00
Thilo Graf
3fd697ec5b imageinfo: don't use symlink to os-release file 2020-10-26 15:32:37 +01:00
Thilo Graf
aa6924aad6 imageinfo: outsource build date info init into own member 2020-10-26 15:32:37 +01:00
Thilo Graf
74dc704a40 imageinfo: outsource kernel info init into own member 2020-10-26 15:32:37 +01:00
Thilo Graf
57b150c42d imageinfo: outsource hal info init into own member 2020-10-26 15:32:37 +01:00
Thilo Graf
765534f102 imageinfo: outsource support info init into own member 2020-10-26 15:32:36 +01:00
Thilo Graf
0d13d1b78c imageinfo: outsource api info init into own member 2020-10-26 15:32:36 +01:00
Jacek Jendrzej
a6274b7875 fix compil: loacles not available for VUPLUS_ALL 2020-10-25 18:33:51 +01:00
TangoCash
3cc2f8b208 set default volume to 75%
Conflicts:
	src/neutrino.cpp
2020-10-25 17:09:12 +01:00
svenhoefer
04108628b2 - zapit/frontend: re-add cst specific stuff
Signed-off-by: Thilo Graf <dbt@novatux.de>
2020-10-22 20:34:54 +02:00
Thilo Graf
3ff6d61291 frontend.cpp: avoid possible brace error
possible error:
	suggest explicit braces to avoid ambiguous ‘else’ [-Werror=dangling-else]
2020-10-22 17:23:37 +02:00
BPanther
01bb326aa3 Multistreamfix for BCM45308X (thx Janus for testing, thx Tangocash)
Conflicts:
	src/zapit/src/frontend.cpp
2020-10-22 17:18:46 +02:00
BPanther
fe7c8c0104 small fix, no changes
Conflicts:
	src/zapit/src/frontend.cpp
2020-10-22 17:18:42 +02:00
TangoCash
39e739e49d fix detect S2X transponder from satellites.xml 2020-10-22 17:18:38 +02:00
BPanther
47a865300c DVB-S2X fix (thx TangoCash)
Conflicts:
	src/zapit/src/frontend.cpp
2020-10-22 17:18:35 +02:00
Thilo Graf
4c63c6ffa8 lua: add function to set background image to window body
update to v1.87
2020-10-05 10:54:37 +02:00
918 changed files with 45152 additions and 50034 deletions

125
.mailmap Normal file
View File

@@ -0,0 +1,125 @@
#
# This list is used by git-shortlog to fix a few botched name translations
# in the git archive, either because the author's full name was messed up
# and/or not always written the same way, making contributions from the
# same person appearing not to be so or badly displayed.
# With this file it is possible with an easy way to clean up the repository
# in combination with git-filter-repo too.
# see https://github.com/newren/git-filter-repo
#
# $ git filter-repo -f --use-mailmap
#
Andrej Tobola <andrej.tobola+gifthub@gmail.com>
bazi98 <bazi98@web.de>
bazi98 <bazi98@web.de> bazi98 <fritz@example.com>
Benny <Benny@users.noreply.github.com>
Benny <Benny@users.noreply.github.com> Benny <>
BPanther <bpanther_ts@hotmail.com>
Christian Ege <k4230r6@googlemail.com>
Christian Schuett <Gaucho316@hotmail.com>
[CST] Bas <bas@coolstreamtech.com>
[CST] Bas <bas@coolstreamtech.com> S.R. van Loon <bas@bvl-mbp-001.(none)>
[CST] Focus <focus.cst@gmail.com>
[CST] Focus <focus.cst@gmail.com> focus <focus@e54a6e83-5905-42d5-8d5c-058d10e6a962>
[CST] Lucian <lucian@coolstreamtech.com>
[CST] Lucian <lucian@coolstreamtech.com> lucgas <lucgas@e54a6e83-5905-42d5-8d5c-058d10e6a962>
[CST] Micha <Micha.R@no-access.de>
[CST] Nicu <popescunicolae7@hotmail.com>
[CST] Nicu <popescunicolae7@hotmail.com> [CST]Nicu <popescunicolae7@hotmail.com>
DboxOldie <DboxOldie@users.noreply.github.com> DboxOldie <>
DboxOldie <DboxOldie@users.noreply.github.com> DboxOldie <dbo@ddt>
defans <defans@bluepeercrew.us>
defans <defans@bluepeercrew.us> snafed <snafed@bluepeercrew.us>
defans <defans@bluepeercrew.us> svenhoefer, SatBaby, snafed <svenhoefer@svenhoefer.com>
defans <defans@bluepeercrew.us> svenhoefer, snafed <svenhoefer@svenhoefer.com>
Don de Deckelwech <dondede@gmx.de>
Don de Deckelwech <dondede@gmx.de> Don-de-Deckelwech <32013899+Don-de-Deckelwech@users.noreply.github.com>
Ezak <marc.szymkowiak91@googlemail.com>
FlatTV <FlatTV@gmx.de>
FlatTV <FlatTV@gmx.de> FlatTV <FlatTV@linux-z6o4.site>
Frankenstone <dampf_acc@online.de>
Frankenstone <dampf_acc@online.de> Frankenstone <dampf_acc@yahoo.com>
fred_feuerstein <fred_feuerstein@herr-der-mails.de>
fred_feuerstein <fred_feuerstein@herr-der-mails.de> fredfeuerstein2 <fred_feuerstein@herr-der-mails.de>
fred_feuerstein <fred_feuerstein@herr-der-mails.de> fredfeuerstein2 <52878780+fredfeuerstein2@users.noreply.github.com>
Gaucho316 <Gaucho316@hotmail.com>
GetAway <get-away@t-online.de>
gixxpunk <thomas.harfmann@gmail.com>
gixxpunk <thomas.harfmann@gmail.com> gandharva <gandharva@gmx.de>
gixxpunk <thomas.harfmann@gmail.com> Striper <gandharva@gmx.de>
gixxpunk <thomas.harfmann@gmail.com> striper <striper@e54a6e83-5905-42d5-8d5c-058d10e6a962>
gixxpunk <thomas.harfmann@gmail.com> striper <striper@gmx.de>
Hendi <hendi48@freenet.de>
Hendi <hendi48@freenet.de> Hendi48 <32822533+Hendi48@users.noreply.github.com>
horsti58 <horsti58@gmx.net>
horsti58 <horsti58@gmx.net> horsti58 <horsti58@gmx.netm>
IngoF <ingo.fischer@arcormail.de>
Jacek Jendrzej <overx300@gmail.com>
Jacek Jendrzej <overx300@gmail.com> Jacek Jendrzej <crashdvb@googlemail.com>
Jacek Jendrzej <overx300@gmail.com> Jacek Jendrzej <satbaby@kawaii.com>
Jacek Jendrzej <overx300@gmail.com> satbaby <>
Jacek Jendrzej <overx300@gmail.com> satbaby <crashdvb@googlemail.com>
Jacek Jendrzej <overx300@gmail.com> satbaby <satbaby>
Jacek Jendrzej <overx300@gmail.com> satbaby <satbaby@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Jacek Jendrzej <overx300@gmail.com> j00zek <j00zek@ubuntu.(none)>
Jacek Jendrzej <overx300@gmail.com> j00zek <zdzislaw22@windowslive.com>
Janus <janus@debian>
J. Krieg <bellum07@googlemail.com>
J. Krieg <bellum07@googlemail.com> bellum <bellum07@googlemail.com>
JohnnyRun <giannicarabelli@gmail.com>
klauser <baumeister23@freenet.de>
Knicko007 <knicko@glj.servebbs.com>
Knicko007 <knicko@glj.servebbs.com> Knicko <knicko@glj.servebbs.com>
limes007 <39467727+limes007@users.noreply.github.com>
Marc Szymkowiak <marc.szymkowiak91@googlemail.com>
Markus Volk <f_l_k@t-online.de>
Markus Volk <f_l_k@t-online.de> flk <f_l_k@t-online.de>
Markus Volk <f_l_k@t-online.de> Markus Volk <flk@linux.fritz.box>
Markus Volk <f_l_k@t-online.de> MarkusVolk <f_l_k@t-online.de>
martii <m4rtii@gmx.de>
martii <m4rtii@gmx.de> martii <you@example.com>
max_10 <max_10@gmx.de>
max_10 <max_10@gmx.de> max10 <max_10@gmx.de>
Michael Liebmann <tuxcode.bbg@gmail.com>
Michael Liebmann <tuxcode.bbg@gmail.com> micha-bbg <micha-bbg@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Michael Liebmann <tuxcode.bbg@gmail.com> micha-bbg <tuxcode.bbg@gmail.com>
Michael Liebmann <tuxcode.bbg@gmail.com> micha-bbg <tuxcode.bbg@googlemail.com>
Michael Liebmann <tuxcode.bbg@gmail.com> Michael Liebmann <micha-bbg@users.noreply.github.com>
Michael Liebmann <tuxcode.bbg@gmail.com> M. Liebmann <git@tuxcode.de>
Michael Liebmann <tuxcode.bbg@gmail.com> M. Liebmann <tuxcode.bbg@gmail.com>
Michael Liebmann <tuxcode.bbg@gmail.com> [priv] M. Liebmann <git@tuxcode.de>
Michael Liebmann <tuxcode.bbg@gmail.com> [priv] M. Liebmann <tuxcode.bbg@gmail.com>
mrcolor <mrcolor@e54a6e83-5905-42d5-8d5c-058d10e6a962>
mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
NadjaW <nadja.wilx@web.de>
nightshad <nightshad@e54a6e83-5905-42d5-8d5c-058d10e6a962>
ni-visitor <neutrino.images@gmail.com>
no@ma.il <one@localhost.(none)>
OneOfNine <oneofnine@web.de>
redblue.pkt <redblue.pkt@orange.pl>
redblue.pkt <redblue.pkt@orange.pl> redblue-pkt <17146148+redblue-pkt@users.noreply.github.com>
redblue.pkt <redblue.pkt@orange.pl> redblue-pkt <redblue-pkt@orange.pl>
retsim01 <mrdata1972+neutrino@gmail.com>
rhabarber1848 <rhabarber1848@web.de>
rhabarber1848 <rhabarber1848@web.de> rhabarber1848 <rhabarber1848>
Sascha Zelzer <sascha.zelzer@gmail.com>
SnowHead <snowhead@spinnes-netz.de>
Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Stefan Seyfried <seife@tuxbox-git.slipkontur.de> seife <seife@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Stefan Seyfried <seife@tuxbox-git.slipkontur.de> Stefan Seyfried <seife+github@b1-systems.com>
swing99 <swing0815@googlemail.com>
TangoCash <eric@loxat.de> Eric Loxat <eric@loxat.de>
TangoCash <eric@loxat.de> TangoCash <DaHooD@web.de>
TangoCash <eric@loxat.de> TangoCash <me@spamdot.com>
Thilo Graf <dbt@novatux.de>
Thilo Graf <dbt@novatux.de> thilo <dbt@novatux.de>
Thilo Graf <dbt@novatux.de> Thilo Graf <tg.pnhd@novatux.de>
Thilo Graf <dbt@novatux.de> thilo <thilo@e54a6e83-5905-42d5-8d5c-058d10e6a962>
tomworld <atzeworld@msn.com>
vanhofen <vanhofen@gmx.de>
vanhofen <vanhofen@gmx.de> svenhoefer <svenhoefer@e54a6e83-5905-42d5-8d5c-058d10e6a962>
vanhofen <vanhofen@gmx.de> svenhoefer <svenhoefer@svenhoefer.com>
vanhofen <vanhofen@gmx.de> Sven Höfer <svenhoefer@svenhoefer.com>
yjogol <yjogol2@online.de>
yjogol <yjogol2@online.de> yjogol <yjogol@e54a6e83-5905-42d5-8d5c-058d10e6a962>

View File

@@ -1,6 +1 @@
SUBDIRS = lib src data SUBDIRS = lib src data
locale-update:
make -C $(top_builddir)/data/locale install-locals
.PHONY: locale-update

View File

@@ -1,5 +1,5 @@
AC_DEFUN([TUXBOX_APPS], [ AC_DEFUN([TUXBOX_APPS], [
AM_CONFIG_HEADER(config.h) AC_CONFIG_HEADERS(config.h)
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
AC_GNU_SOURCE AC_GNU_SOURCE
@@ -77,37 +77,11 @@ if test "$enable_omdb_key_manage" = "no" ; then
omdb_key_manage_val=0 omdb_key_manage_val=0
fi fi
AC_DEFINE_UNQUOTED([ENABLE_OMDB_KEY_MANAGE],[$omdb_key_manage_val],[Enable manage omdb (imdb) api dev key via gui for additional epg informations.]) AC_DEFINE_UNQUOTED([ENABLE_OMDB_KEY_MANAGE],[$omdb_key_manage_val],[Enable manage omdb (imdb) api dev key via gui for additional epg informations.])
# end omdb
if test "$enable_omdb_key_manage" = "yes" ; then
# youtube AC_DEFINE([ENABLE_OMDB_KEY_MANAGE], 1, [Enable manage omdb (imdb) api dev key via gui for additional movie informations])
AC_ARG_WITH(youtube-dev-key,
AS_HELP_STRING([--with-youtube-dev-key=KEY], [API dev key for YouTube streaming.]),
[YT_DEV_KEY="$withval"],
[YT_DEV_KEY=""])
AC_DEFINE_UNQUOTED([YT_DEV_KEY], ["$YT_DEV_KEY"], [API dev key for YouTube streaming.])
AC_ARG_ENABLE([youtube-key-manage],
[AS_HELP_STRING([--enable-youtube-key-manage], [Enable manage youtube dev key via gui for additional epg informations. @<:@default=yes@:>@])],
[enable_youtube_key_manage="$enableval"],
[enable_youtube_key_manage="yes"])
youtube_key_manage_val=1
if test "$enable_youtube_key_manage" = "no" ; then
youtube_key_manage_val=0
fi fi
AC_DEFINE_UNQUOTED([ENABLE_YOUTUBE_KEY_MANAGE],[$youtube_key_manage_val], [Enable manage youtube dev key via gui for additional epg informations.]) # omdb end
AC_ARG_ENABLE([youtube-player],
[AS_HELP_STRING([--enable-youtube-player], [Enable play and control youtube streams with moviebrowser. @<:@default=yes@:>@])],
[enable_youtube_player="$enableval"],
[enable_youtube_player="yes"])
youtube_player_val=1
if test "$enable_youtube_player" = "no" ; then
youtube_player_val=0
fi
AC_DEFINE_UNQUOTED([ENABLE_YOUTUBE_PLAYER],[$youtube_player_val], [Enable play and control YouTube streams with moviebrowser.])
# end youtube
# shoutcast # shoutcast
AC_ARG_WITH(shoutcast-dev-key, AC_ARG_WITH(shoutcast-dev-key,
@@ -128,6 +102,23 @@ AC_DEFINE_UNQUOTED([ENABLE_SHOUTCAST_KEY_MANAGE],[$shoutcast_key_manage_val], [E
# end shoutcast # end shoutcast
# youtube
AC_ARG_WITH(youtube-dev-key,
AS_HELP_STRING([--with-youtube-dev-key=KEY], [API dev key for YouTube streaming]),
[YOUTUBE_DEV_KEY="$withval"],
[YOUTUBE_DEV_KEY=""])
AC_DEFINE_UNQUOTED([YOUTUBE_DEV_KEY], ["$YOUTUBE_DEV_KEY"], [API dev key for YouTube streaming])
AC_ARG_ENABLE([youtube-key-manage],
AS_HELP_STRING([--enable-youtube-key-manage], [Enable manage YouTube dev key via gui @<:@default=yes@:>@]),
[enable_youtube_key_manage="$enableval"],
[enable_youtube_key_manage="yes"])
if test "$enable_youtube_key_manage" = "yes" ; then
AC_DEFINE([ENABLE_YOUTUBE_KEY_MANAGE], 1, [Enable manage YouTube dev key via gui])
fi
# youtube end
AC_ARG_WITH(libcoolstream-static-dir, AC_ARG_WITH(libcoolstream-static-dir,
AS_HELP_STRING([--with-libcoolstream-static-dir=PATH], [path for static libcoolstream [[NONE]]]), AS_HELP_STRING([--with-libcoolstream-static-dir=PATH], [path for static libcoolstream [[NONE]]]),
[LIBCOOLSTREAM_STATIC_DIR="$withval"], [LIBCOOLSTREAM_STATIC_DIR="$withval"],
@@ -156,6 +147,17 @@ AC_ARG_WITH(default-oled-theme,
[default_oled_theme=""]) [default_oled_theme=""])
AC_DEFINE_UNQUOTED([DEFAULT_OLED_THEME], ["$default_oled_theme"], [Default theme for oled.]) AC_DEFINE_UNQUOTED([DEFAULT_OLED_THEME], ["$default_oled_theme"], [Default theme for oled.])
# webif content
AC_ARG_WITH(webif,
AS_HELP_STRING([--without-webif], [disable installation of webif content within defined public httpd path provided by yWeb @<:@default it is enabled@:>@]),
[ENABLE_WEBIF="$withval"],
[ENABLE_WEBIF="yes"])
AM_CONDITIONAL(ENABLE_WEBIF,test "$ENABLE_WEBIF" = "yes")
if test "$ENABLE_WEBIF" = "yes"; then
AC_DEFINE(ENABLE_WEBIF, 1, [Enable installation of webif content within defined public httpd path provided by yWeb.])
fi
AC_MSG_CHECKING(target) AC_MSG_CHECKING(target)
if test "$TARGET" = "native"; then if test "$TARGET" = "native"; then
@@ -249,15 +251,15 @@ AC_REQUIRE([TUXBOX_APPS])
if test "$TARGET" = "cdk"; then if test "$TARGET" = "cdk"; then
datadir="\${prefix}/share" datadir="\${prefix}/share"
sysconfdir="\${prefix}/etc" sysconfdir="/etc"
localstatedir="\${prefix}/var" localstatedir="/var"
libdir="\${prefix}/lib" libdir="\${prefix}/lib"
mntdir="\${prefix}/mnt" mntdir="/mnt"
targetdatadir="\${TARGET_PREFIX}/share" targetdatadir="\${TARGET_PREFIX}/share"
targetsysconfdir="\${TARGET_PREFIX}/etc" targetsysconfdir="/etc"
targetlocalstatedir="\${TARGET_PREFIX}/var" targetlocalstatedir="/var"
targetlibdir="\${TARGET_PREFIX}/lib" targetlibdir="\${TARGET_PREFIX}/lib"
targetmntdir="\${TARGET_PREFIX}/mnt" targetmntdir="/mnt"
else else
mntdir="/mnt" # hack mntdir="/mnt" # hack
fi fi
@@ -265,9 +267,15 @@ fi
TUXBOX_APPS_DIRECTORY_ONE(configdir, CONFIGDIR, localstatedir, /var, /tuxbox/config, TUXBOX_APPS_DIRECTORY_ONE(configdir, CONFIGDIR, localstatedir, /var, /tuxbox/config,
[--with-configdir=PATH], [where to find config files]) [--with-configdir=PATH], [where to find config files])
TUXBOX_APPS_DIRECTORY_ONE(zapitdir, ZAPITDIR, localstatedir, /var, /tuxbox/config/zapit,
[--with-zapitdir=PATH], [where to find zapit files])
TUXBOX_APPS_DIRECTORY_ONE(datadir, DATADIR, datadir, /share, /tuxbox, TUXBOX_APPS_DIRECTORY_ONE(datadir, DATADIR, datadir, /share, /tuxbox,
[--with-datadir=PATH], [where to find data files]) [--with-datadir=PATH], [where to find data files])
TUXBOX_APPS_DIRECTORY_ONE(datadir_var, DATADIR_VAR, localstatedir, /var, /tuxbox,
[--with-datadir_var=PATH], [where to find data files in /var])
TUXBOX_APPS_DIRECTORY_ONE(controldir, CONTROLDIR, datadir, /share, /tuxbox/neutrino/control, TUXBOX_APPS_DIRECTORY_ONE(controldir, CONTROLDIR, datadir, /share, /tuxbox/neutrino/control,
[--with-controldir=PATH], [where to find control scripts]) [--with-controldir=PATH], [where to find control scripts])
@@ -298,6 +306,9 @@ TUXBOX_APPS_DIRECTORY_ONE(plugindir_mnt, PLUGINDIR_MNT, mntdir, /mnt, /plugins,
TUXBOX_APPS_DIRECTORY_ONE(luaplugindir, LUAPLUGINDIR, datadir, /share, /tuxbox/neutrino/luaplugins, TUXBOX_APPS_DIRECTORY_ONE(luaplugindir, LUAPLUGINDIR, datadir, /share, /tuxbox/neutrino/luaplugins,
[--with-luaplugindir=PATH], [where to find Lua plugins]) [--with-luaplugindir=PATH], [where to find Lua plugins])
TUXBOX_APPS_DIRECTORY_ONE(luaplugindir_var, LUAPLUGINDIR_VAR, localstatedir, /var, /tuxbox/luaplugins,
[--with-luaplugindir_var=PATH], [where to find Lua plugins in /var])
TUXBOX_APPS_DIRECTORY_ONE(webradiodir, WEBRADIODIR, datadir, /share, /tuxbox/neutrino/webradio, TUXBOX_APPS_DIRECTORY_ONE(webradiodir, WEBRADIODIR, datadir, /share, /tuxbox/neutrino/webradio,
[--with-webradiodir=PATH], [where to find webradio content]) [--with-webradiodir=PATH], [where to find webradio content])
@@ -334,6 +345,12 @@ TUXBOX_APPS_DIRECTORY_ONE(lcd4liconsdir, LCD4L_ICONSDIR, datadir, /share, /tuxbo
TUXBOX_APPS_DIRECTORY_ONE(lcd4liconsdir_var, LCD4L_ICONSDIR_VAR, localstatedir, /var, /tuxbox/lcd/icons, TUXBOX_APPS_DIRECTORY_ONE(lcd4liconsdir_var, LCD4L_ICONSDIR_VAR, localstatedir, /var, /tuxbox/lcd/icons,
[--with-lcd4liconsdir_var=PATH], [where to find lcd4linux icons in /var]) [--with-lcd4liconsdir_var=PATH], [where to find lcd4linux icons in /var])
TUXBOX_APPS_DIRECTORY_ONE(logodir, LOGODIR, datadir, /share, /tuxbox/neutrino/icons/logo,
[--with-logodir=PATH], [where to find channel logos])
TUXBOX_APPS_DIRECTORY_ONE(logodir_var, LOGODIR_VAR, localstatedir, /var, /tuxbox/icons/logo,
[--with-logodir_var=PATH], [where to find channel logos in /var])
TUXBOX_APPS_DIRECTORY_ONE(private_httpddir, PRIVATE_HTTPDDIR, datadir, /share, /tuxbox/neutrino/httpd, TUXBOX_APPS_DIRECTORY_ONE(private_httpddir, PRIVATE_HTTPDDIR, datadir, /share, /tuxbox/neutrino/httpd,
[--with-private_httpddir=PATH], [where to find private httpd files]) [--with-private_httpddir=PATH], [where to find private httpd files])
@@ -349,7 +366,9 @@ TUXBOX_APPS_DIRECTORY_ONE(flagdir, FLAGDIR, localstatedir, /var, /etc,
dnl automake <= 1.6 needs this specifications dnl automake <= 1.6 needs this specifications
AC_SUBST(CONFIGDIR) AC_SUBST(CONFIGDIR)
AC_SUBST(ZAPITDIR)
AC_SUBST(DATADIR) AC_SUBST(DATADIR)
AC_SUBST(DATADIR_VAR)
AC_SUBST(CONTROLDIR) AC_SUBST(CONTROLDIR)
AC_SUBST(CONTROLDIR_VAR) AC_SUBST(CONTROLDIR_VAR)
AC_SUBST(FONTDIR) AC_SUBST(FONTDIR)
@@ -361,6 +380,7 @@ AC_SUBST(PLUGINDIR)
AC_SUBST(PLUGINDIR_VAR) AC_SUBST(PLUGINDIR_VAR)
AC_SUBST(PLUGINDIR_MNT) AC_SUBST(PLUGINDIR_MNT)
AC_SUBST(LUAPLUGINDIR) AC_SUBST(LUAPLUGINDIR)
AC_SUBST(LUAPLUGINDIR_VAR)
AC_SUBST(WEBRADIODIR) AC_SUBST(WEBRADIODIR)
AC_SUBST(WEBRADIODIR_VAR) AC_SUBST(WEBRADIODIR_VAR)
AC_SUBST(WEBTVDIR) AC_SUBST(WEBTVDIR)
@@ -373,9 +393,12 @@ AC_SUBST(ICONSDIR)
AC_SUBST(ICONSDIR_VAR) AC_SUBST(ICONSDIR_VAR)
AC_SUBST(LCD4L_ICONSDIR) AC_SUBST(LCD4L_ICONSDIR)
AC_SUBST(LCD4L_ICONSDIR_VAR) AC_SUBST(LCD4L_ICONSDIR_VAR)
AC_SUBST(LOGODIR)
AC_SUBST(LOGODIR_VAR)
AC_SUBST(PRIVATE_HTTPDDIR) AC_SUBST(PRIVATE_HTTPDDIR)
AC_SUBST(PUBLIC_HTTPDDIR) AC_SUBST(PUBLIC_HTTPDDIR)
AC_SUBST(HOSTED_HTTPDDIR) AC_SUBST(HOSTED_HTTPDDIR)
AC_SUBST(FLAGDIR)
dnl end workaround dnl end workaround
AC_DEFUN([_TUXBOX_APPS_LIB_CONFIG], [ AC_DEFUN([_TUXBOX_APPS_LIB_CONFIG], [
@@ -453,9 +476,9 @@ _TUXBOX_APPS_LIB_PKGCONFIG($1,$2)
AC_DEFUN([TUXBOX_BOXTYPE], [ AC_DEFUN([TUXBOX_BOXTYPE], [
AC_ARG_WITH(boxtype, AC_ARG_WITH(boxtype,
AS_HELP_STRING([--with-boxtype], [valid values: generic, spark, coolstream, armbox, mipsbox]), AS_HELP_STRING([--with-boxtype], [valid values: generic, coolstream, armbox, mipsbox]),
[case "${withval}" in [case "${withval}" in
generic|spark|coolstream|armbox|mipsbox) generic|coolstream|armbox|mipsbox)
BOXTYPE="$withval" BOXTYPE="$withval"
;; ;;
*) *)
@@ -467,8 +490,8 @@ AC_ARG_WITH(boxtype,
AC_ARG_WITH(boxmodel, AC_ARG_WITH(boxmodel,
AS_HELP_STRING([--with-boxmodel], [valid for generic: generic, raspi]) AS_HELP_STRING([--with-boxmodel], [valid for generic: generic, raspi])
AS_HELP_STRING([], [valid for coolstream: hd1, hd2]) AS_HELP_STRING([], [valid for coolstream: hd1, hd2])
AS_HELP_STRING([], [valid for armbox: hd51, hd60, hd61, bre2ze4k, h7, osmio4k, osmio4kplus, vusolo4k, vuduo4k, vuduo4kse, vuultimo4k, vuuno4k, vuuno4kse, vuzero4k]) AS_HELP_STRING([], [valid for armbox: hd60, hd61, multibox, multiboxse, hd51, bre2ze4k, h7, e4hdultra, protek4k, osmini4k, osmio4k, osmio4kplus, vusolo4k, vuduo4k, vuduo4kse, vuultimo4k, vuuno4k, vuuno4kse, vuzero4k])
AS_HELP_STRING([], [valid for mipsbox: vuduo]), AS_HELP_STRING([], [valid for mipsbox: vuduo, vuduo2]),
[case "${withval}" in [case "${withval}" in
generic|raspi) generic|raspi)
if test "$BOXTYPE" = "generic"; then if test "$BOXTYPE" = "generic"; then
@@ -496,14 +519,14 @@ AS_HELP_STRING([], [valid for mipsbox: vuduo]),
AC_MSG_ERROR([unknown model $withval for boxtype $BOXTYPE]) AC_MSG_ERROR([unknown model $withval for boxtype $BOXTYPE])
fi fi
;; ;;
hd51|hd60|hd61|bre2ze4k|h7|osmio4k|osmio4kplus|vusolo4k|vuduo4k|vuduo4kse|vuultimo4k|vuuno4k|vuuno4kse|vuzero4k) hd60|hd61|multibox|multiboxse|hd51|bre2ze4k|h7|e4hdultra|protek4k|osmini4k|osmio4k|osmio4kplus|vusolo4k|vuduo4k|vuduo4kse|vuultimo4k|vuuno4k|vuuno4kse|vuzero4k)
if test "$BOXTYPE" = "armbox"; then if test "$BOXTYPE" = "armbox"; then
BOXMODEL="$withval" BOXMODEL="$withval"
else else
AC_MSG_ERROR([unknown model $withval for boxtype $BOXTYPE]) AC_MSG_ERROR([unknown model $withval for boxtype $BOXTYPE])
fi fi
;; ;;
vuduo) vuduo|vuduo2|gb800se|osnino|osninoplus|osninopro)
if test "$BOXTYPE" = "mipsbox"; then if test "$BOXTYPE" = "mipsbox"; then
BOXMODEL="$withval" BOXMODEL="$withval"
else else
@@ -520,7 +543,6 @@ AC_SUBST(BOXTYPE)
AC_SUBST(BOXMODEL) AC_SUBST(BOXMODEL)
AM_CONDITIONAL(BOXTYPE_GENERIC, test "$BOXTYPE" = "generic") AM_CONDITIONAL(BOXTYPE_GENERIC, test "$BOXTYPE" = "generic")
AM_CONDITIONAL(BOXTYPE_SPARK, test "$BOXTYPE" = "spark")
AM_CONDITIONAL(BOXTYPE_CST, test "$BOXTYPE" = "coolstream") AM_CONDITIONAL(BOXTYPE_CST, test "$BOXTYPE" = "coolstream")
AM_CONDITIONAL(BOXTYPE_ARMBOX, test "$BOXTYPE" = "armbox") AM_CONDITIONAL(BOXTYPE_ARMBOX, test "$BOXTYPE" = "armbox")
AM_CONDITIONAL(BOXTYPE_MIPSBOX, test "$BOXTYPE" = "mipsbox") AM_CONDITIONAL(BOXTYPE_MIPSBOX, test "$BOXTYPE" = "mipsbox")
@@ -534,13 +556,21 @@ AM_CONDITIONAL(BOXMODEL_CST_HD1, test "$BOXMODEL" = "hd1")
AM_CONDITIONAL(BOXMODEL_CST_HD2, test "$BOXMODEL" = "hd2") AM_CONDITIONAL(BOXMODEL_CST_HD2, test "$BOXMODEL" = "hd2")
# armbox # armbox
AM_CONDITIONAL(BOXMODEL_HD51, test "$BOXMODEL" = "hd51")
AM_CONDITIONAL(BOXMODEL_HD60, test "$BOXMODEL" = "hd60") AM_CONDITIONAL(BOXMODEL_HD60, test "$BOXMODEL" = "hd60")
AM_CONDITIONAL(BOXMODEL_HD61, test "$BOXMODEL" = "hd61") AM_CONDITIONAL(BOXMODEL_HD61, test "$BOXMODEL" = "hd61")
AM_CONDITIONAL(BOXMODEL_MULTIBOX, test "$BOXMODEL" = "multibox")
AM_CONDITIONAL(BOXMODEL_MULTIBOXSE, test "$BOXMODEL" = "multiboxse")
AM_CONDITIONAL(BOXMODEL_HD51, test "$BOXMODEL" = "hd51")
AM_CONDITIONAL(BOXMODEL_BRE2ZE4K, test "$BOXMODEL" = "bre2ze4k") AM_CONDITIONAL(BOXMODEL_BRE2ZE4K, test "$BOXMODEL" = "bre2ze4k")
AM_CONDITIONAL(BOXMODEL_H7, test "$BOXMODEL" = "h7") AM_CONDITIONAL(BOXMODEL_H7, test "$BOXMODEL" = "h7")
AM_CONDITIONAL(BOXMODEL_E4HDULTRA, test "$BOXMODEL" = "e4hdultra")
AM_CONDITIONAL(BOXMODEL_PROTEK4K, test "$BOXMODEL" = "protek4k")
AM_CONDITIONAL(BOXMODEL_OSMINI4K, test "$BOXMODEL" = "osmini4k")
AM_CONDITIONAL(BOXMODEL_OSMIO4K, test "$BOXMODEL" = "osmio4k") AM_CONDITIONAL(BOXMODEL_OSMIO4K, test "$BOXMODEL" = "osmio4k")
AM_CONDITIONAL(BOXMODEL_OSMIO4KPLUS, test "$BOXMODEL" = "osmio4kplus") AM_CONDITIONAL(BOXMODEL_OSMIO4KPLUS, test "$BOXMODEL" = "osmio4kplus")
AM_CONDITIONAL(BOXMODEL_VUSOLO4K, test "$BOXMODEL" = "vusolo4k") AM_CONDITIONAL(BOXMODEL_VUSOLO4K, test "$BOXMODEL" = "vusolo4k")
AM_CONDITIONAL(BOXMODEL_VUDUO4K, test "$BOXMODEL" = "vuduo4k") AM_CONDITIONAL(BOXMODEL_VUDUO4K, test "$BOXMODEL" = "vuduo4k")
AM_CONDITIONAL(BOXMODEL_VUDUO4KSE, test "$BOXMODEL" = "vuduo4kse") AM_CONDITIONAL(BOXMODEL_VUDUO4KSE, test "$BOXMODEL" = "vuduo4kse")
@@ -551,11 +581,16 @@ AM_CONDITIONAL(BOXMODEL_VUZERO4K, test "$BOXMODEL" = "vuzero4k")
# mipsbox # mipsbox
AM_CONDITIONAL(BOXMODEL_VUDUO, test "$BOXMODEL" = "vuduo") AM_CONDITIONAL(BOXMODEL_VUDUO, test "$BOXMODEL" = "vuduo")
AM_CONDITIONAL(BOXMODEL_VUDUO2, test "$BOXMODEL" = "vuduo2")
AM_CONDITIONAL(BOXMODEL_GB800SE, test "$BOXMODEL" = "gb800se")
AM_CONDITIONAL(BOXMODEL_OSNINO, test "$BOXMODEL" = "osnino")
AM_CONDITIONAL(BOXMODEL_OSNINOPLUS, test "$BOXMODEL" = "osninoplus")
AM_CONDITIONAL(BOXMODEL_OSNINOPRO, test "$BOXMODEL" = "osninopro")
if test "$BOXTYPE" = "generic"; then if test "$BOXTYPE" = "generic"; then
AC_DEFINE(HAVE_GENERIC_HARDWARE, 1, [building for a generic device like a standard PC]) AC_DEFINE(HAVE_GENERIC_HARDWARE, 1, [building for a generic device like a standard PC])
elif test "$BOXTYPE" = "spark"; then
AC_DEFINE(HAVE_SPARK_HARDWARE, 1, [building for a goldenmedia 990 or edision pingulux])
elif test "$BOXTYPE" = "coolstream"; then elif test "$BOXTYPE" = "coolstream"; then
AC_DEFINE(HAVE_CST_HARDWARE, 1, [building for a coolstream]) AC_DEFINE(HAVE_CST_HARDWARE, 1, [building for a coolstream])
elif test "$BOXTYPE" = "armbox"; then elif test "$BOXTYPE" = "armbox"; then
@@ -576,29 +611,49 @@ case "$BOXTYPE" in
esac esac
AM_CONDITIONAL(HAVE_LIBSTB_HAL, test "$libstb_hal" = "yes") AM_CONDITIONAL(HAVE_LIBSTB_HAL, test "$libstb_hal" = "yes")
# TODO: do we need more defines? # uclibc
AM_CONDITIONAL(HAVE_UCLIBC, test "$targetlibdir/ld-uClibc.so.0")
# generic
if test "$BOXMODEL" = "generic"; then if test "$BOXMODEL" = "generic"; then
AC_DEFINE(BOXMODEL_GENERIC, 1, [generic pc]) AC_DEFINE(BOXMODEL_GENERIC, 1, [generic pc])
elif test "$BOXMODEL" = "raspi"; then elif test "$BOXMODEL" = "raspi"; then
AC_DEFINE(BOXMODEL_RASPI, 1, [raspberry pi]) AC_DEFINE(BOXMODEL_RASPI, 1, [raspberry pi])
# coolstream
elif test "$BOXMODEL" = "hd1"; then elif test "$BOXMODEL" = "hd1"; then
AC_DEFINE(BOXMODEL_CST_HD1, 1, [coolstream hd1/neo/neo2/zee]) AC_DEFINE(BOXMODEL_CST_HD1, 1, [coolstream hd1/neo/neo2/zee])
elif test "$BOXMODEL" = "hd2"; then elif test "$BOXMODEL" = "hd2"; then
AC_DEFINE(BOXMODEL_CST_HD2, 1, [coolstream tank/trinity/trinity v2/trinity duo/zee2/link]) AC_DEFINE(BOXMODEL_CST_HD2, 1, [coolstream tank/trinity/trinity v2/trinity duo/zee2/link])
elif test "$BOXMODEL" = "hd51"; then
AC_DEFINE(BOXMODEL_HD51, 1, [hd51]) # armbox
elif test "$BOXMODEL" = "hd60"; then elif test "$BOXMODEL" = "hd60"; then
AC_DEFINE(BOXMODEL_HD60, 1, [hd60]) AC_DEFINE(BOXMODEL_HD60, 1, [hd60])
elif test "$BOXMODEL" = "hd61"; then elif test "$BOXMODEL" = "hd61"; then
AC_DEFINE(BOXMODEL_HD61, 1, [hd61]) AC_DEFINE(BOXMODEL_HD61, 1, [hd61])
elif test "$BOXMODEL" = "multibox"; then
AC_DEFINE(BOXMODEL_MULTIBOX, 1, [multibox])
elif test "$BOXMODEL" = "multiboxse"; then
AC_DEFINE(BOXMODEL_MULTIBOXSE, 1, [multiboxse])
elif test "$BOXMODEL" = "hd51"; then
AC_DEFINE(BOXMODEL_HD51, 1, [hd51])
elif test "$BOXMODEL" = "bre2ze4k"; then elif test "$BOXMODEL" = "bre2ze4k"; then
AC_DEFINE(BOXMODEL_BRE2ZE4K, 1, [bre2ze4k]) AC_DEFINE(BOXMODEL_BRE2ZE4K, 1, [bre2ze4k])
elif test "$BOXMODEL" = "h7"; then elif test "$BOXMODEL" = "h7"; then
AC_DEFINE(BOXMODEL_H7, 1, [h7]) AC_DEFINE(BOXMODEL_H7, 1, [h7])
elif test "$BOXMODEL" = "e4hdultra"; then
AC_DEFINE(BOXMODEL_E4HDULTRA, 1, [e4hdultra])
elif test "$BOXMODEL" = "protek4k"; then
AC_DEFINE(BOXMODEL_PROTEK4K, 1, [protek4k])
elif test "$BOXMODEL" = "osmini4k"; then
AC_DEFINE(BOXMODEL_OSMINI4K, 1, [osmini4k])
elif test "$BOXMODEL" = "osmio4k"; then elif test "$BOXMODEL" = "osmio4k"; then
AC_DEFINE(BOXMODEL_OSMIO4K, 1, [osmio4k]) AC_DEFINE(BOXMODEL_OSMIO4K, 1, [osmio4k])
elif test "$BOXMODEL" = "osmio4kplus"; then elif test "$BOXMODEL" = "osmio4kplus"; then
AC_DEFINE(BOXMODEL_OSMIO4KPLUS, 1, [osmio4kplus]) AC_DEFINE(BOXMODEL_OSMIO4KPLUS, 1, [osmio4kplus])
elif test "$BOXMODEL" = "vusolo4k"; then elif test "$BOXMODEL" = "vusolo4k"; then
AC_DEFINE(BOXMODEL_VUSOLO4K, 1, [vusolo4k]) AC_DEFINE(BOXMODEL_VUSOLO4K, 1, [vusolo4k])
elif test "$BOXMODEL" = "vuduo4k"; then elif test "$BOXMODEL" = "vuduo4k"; then
@@ -613,13 +668,27 @@ elif test "$BOXMODEL" = "vuuno4kse"; then
AC_DEFINE(BOXMODEL_VUUNO4KSE, 1, [vuuno4kse]) AC_DEFINE(BOXMODEL_VUUNO4KSE, 1, [vuuno4kse])
elif test "$BOXMODEL" = "vuzero4k"; then elif test "$BOXMODEL" = "vuzero4k"; then
AC_DEFINE(BOXMODEL_VUZERO4K, 1, [vuzero4k]) AC_DEFINE(BOXMODEL_VUZERO4K, 1, [vuzero4k])
# mipsbox
elif test "$BOXMODEL" = "vuduo"; then elif test "$BOXMODEL" = "vuduo"; then
AC_DEFINE(BOXMODEL_VUDUO, 1, [vuduo]) AC_DEFINE(BOXMODEL_VUDUO, 1, [vuduo])
elif test "$BOXMODEL" = "vuduo2"; then
AC_DEFINE(BOXMODEL_VUDUO2, 1, [vuduo2])
elif test "$BOXMODEL" = "gb800se"; then
AC_DEFINE(BOXMODEL_GB800SE, 1, [gb800se])
elif test "$BOXMODEL" = "osnino"; then
AC_DEFINE(BOXMODEL_OSNINO, 1, [osnino])
elif test "$BOXMODEL" = "osninoplus"; then
AC_DEFINE(BOXMODEL_OSNINOPLUS, 1, [osninoplus])
elif test "$BOXMODEL" = "osninopro"; then
AC_DEFINE(BOXMODEL_OSNINOPRO, 1, [osninopro])
fi fi
# all vuplus BOXMODELs # all vuplus BOXMODELs
case "$BOXMODEL" in case "$BOXMODEL" in
vusolo4k|vuduo4k|vuduo4kse|vuultimo4k|vuuno4k|vuuno4kse|vuzero4k|vuduo) vusolo4k|vuduo4k|vuduo4kse|vuultimo4k|vuuno4k|vuuno4kse|vuzero4k|vuduo|vuduo2)
AC_DEFINE(BOXMODEL_VUPLUS_ALL, 1, [vuplus_all]) AC_DEFINE(BOXMODEL_VUPLUS_ALL, 1, [vuplus_all])
vuplus_all=true vuplus_all=true
;; ;;
@@ -643,7 +712,7 @@ AM_CONDITIONAL(BOXMODEL_VUPLUS_ARM, test "$vuplus_arm" = "true")
# all vuplus mips BOXMODELs # all vuplus mips BOXMODELs
case "$BOXMODEL" in case "$BOXMODEL" in
vuduo) vuduo|vuduo2)
AC_DEFINE(BOXMODEL_VUPLUS_MIPS, 1, [vuplus_mips]) AC_DEFINE(BOXMODEL_VUPLUS_MIPS, 1, [vuplus_mips])
vuplus_mips=true vuplus_mips=true
;; ;;
@@ -655,7 +724,7 @@ AM_CONDITIONAL(BOXMODEL_VUPLUS_MIPS, test "$vuplus_mips" = "true")
# all hisilicon BOXMODELs # all hisilicon BOXMODELs
case "$BOXMODEL" in case "$BOXMODEL" in
hd60|hd61) hd60|hd61|multibox|multiboxse)
AC_DEFINE(BOXMODEL_HISILICON, 1, [hisilicon]) AC_DEFINE(BOXMODEL_HISILICON, 1, [hisilicon])
hisilicon=true hisilicon=true
;; ;;
@@ -667,22 +736,10 @@ AM_CONDITIONAL(BOXMODEL_HISILICON, test "$hisilicon" = "true")
# BOXMODELs that allows to change osd resolution # BOXMODELs that allows to change osd resolution
case "$BOXMODEL" in case "$BOXMODEL" in
hd2|hd51|hd60|hd61|bre2ze4k|h7|osmio4k|osmio4kplus|vusolo4k|vuduo4k|vuduo4kse|vuultimo4k|vuuno4k|vuuno4kse|vuzero4k|vuduo) hd2|hd60|hd61|multibox|multiboxse|hd51|bre2ze4k|h7|e4hdultra|protek4k|osmini4k|osmio4k|osmio4kplus|vusolo4k|vuduo4k|vuduo4kse|vuultimo4k|vuuno4k|vuuno4kse|vuzero4k|vuduo|vuduo2|gb800se|osnino|osninoplus|osninopro)
AC_DEFINE(ENABLE_CHANGE_OSD_RESOLUTION, 1, [enable to change osd resolution]) AC_DEFINE(ENABLE_CHANGE_OSD_RESOLUTION, 1, [enable to change osd resolution])
;; ;;
esac esac
# BOXMODELs that needs GraphLCD support
case "$BOXMODEL" in
vusolo4k|vuduo4k|vuduo4kse|vuultimo4k|vuuno4kse)
AC_DEFINE(ENABLE_GRAPHLCD, 1, [include GraphLCD support])
enable_graphlcd=yes
;;
*)
enable_graphlcd=no
;;
esac
AM_CONDITIONAL(ENABLE_GRAPHLCD, test "$enable_graphlcd" = "yes")
]) ])
dnl backward compatiblity dnl backward compatiblity

View File

@@ -1,19 +1,28 @@
export LD_LIBRARY_PATH=/var/lib export LD_LIBRARY_PATH=/var/lib
export PATH=${PATH}:/var/bin:/var/plugins export PATH=${PATH}:/var/bin:/var/plugins
echo "### Starting NEUTRINO ###" # Simple Neutrino start script
# Neutrino's exit codes
ERROR=-1
NORMAL=0
SHUTDOWN=1
REBOOT=2
echo "Starting Neutrino"
cd /tmp cd /tmp
/bin/neutrino > /dev/null 2> /dev/null /bin/neutrino >/dev/null 2>&1; RET=$?
sync
/bin/sync echo "Neutrino exited with exit code $RET"
/bin/sync
if [ -e /tmp/.reboot ] ; then if [ $RET -eq $NORMAL ]; then
/bin/dt -t"Rebooting..." # do nothing
/sbin/reboot -f elif [ $RET -eq $SHUTDOWN ]; then
else poweroff
/bin/dt -t"Panic..." elif [ $RET -eq $REBOOT ]; then
sleep 5 reboot
/sbin/reboot -f else # $RET -eq $ERROR
reboot -f
fi fi

View File

@@ -1,6 +1,6 @@
# explicit defines for separate revision handling # explicit defines for separate revision handling
define(ver_major, 3) define(ver_major, 3)
define(ver_minor, 13) define(ver_minor, 23)
define(ver_micro, 0) define(ver_micro, 0)
define(rel_cycle, "ver_major.0") define(rel_cycle, "ver_major.0")
@@ -38,6 +38,11 @@ AC_PROG_CXX
AC_DISABLE_STATIC AC_DISABLE_STATIC
LT_INIT LT_INIT
# Set default for ARFLAGS, since autoconf does not have a macro for it.
# This allows people to set it when running configure or make
test -n "$ARFLAGS" || ARFLAGS="cr"
AC_SUBST(ARFLAGS)
# Add build information to local_build_config.h.tmp # Add build information to local_build_config.h.tmp
# ------------------------------------------------- # -------------------------------------------------
rm -f local_build_config.h.tmp rm -f local_build_config.h.tmp
@@ -162,21 +167,34 @@ if test "$BOXTYPE" = "coolstream"; then
TUXBOX_APPS_LIB_PKGCONFIG(BLURAY,libbluray) TUXBOX_APPS_LIB_PKGCONFIG(BLURAY,libbluray)
fi fi
if test "$BOXTYPE" = "coolstream" || if test "$BOXTYPE" = "generic" ||
test "$BOXTYPE" = "coolstream" ||
test "$BOXTYPE" = "armbox" || test "$BOXTYPE" = "armbox" ||
test "$BOXTYPE" = "mipsbox" || test "$BOXTYPE" = "mipsbox"; then
test "$BOXTYPE" = "generic" ||
test "$BOXTYPE" = "spark"; then
AC_DEFINE(SCREENSHOT, 1, [Define to 1 if the platform supports screenshots]) AC_DEFINE(SCREENSHOT, 1, [Define to 1 if the platform supports screenshots])
fi fi
AC_ARG_ENABLE(lcd4linux, AC_ARG_ENABLE(lcd4linux,
AS_HELP_STRING([--enable-lcd4linux], [enable Lcd4Linux support]), AS_HELP_STRING([--enable-lcd4linux], [enable LCD4Linux support @<:@default=no@:>@]),
,[enable_lcd4linux=no]) AC_DEFINE(ENABLE_LCD4LINUX, 1, [enable LCD4Linux support]))
AM_CONDITIONAL(ENABLE_LCD4LINUX, test "$enable_lcd4linux" = "yes") AM_CONDITIONAL(ENABLE_LCD4LINUX, test "$enable_lcd4linux" = "yes")
if test "$enable_lcd4linux" = "yes"; then
AC_DEFINE(ENABLE_LCD4LINUX, 1, [include Lcd4Linux support]) # lcd
AC_ARG_ENABLE(lcd,
AS_HELP_STRING([--enable-lcd], [enable internal lcd support @<:@default=no@:>@]),
AC_DEFINE(ENABLE_LCD, 1, [enable internal lcd support]))
AM_CONDITIONAL(ENABLE_LCD, test "$enable_lcd" = "yes")
# lcd update
if test "$enable_lcd" = "yes"; then
AC_DEFINE(LCD_UPDATE, 1, [include internal lcd update support])
fi fi
AM_CONDITIONAL(LCD_UPDATE, test "$enable_lcd" = "yes")
AC_ARG_ENABLE(graphlcd,
AS_HELP_STRING([--enable-graphlcd], [enable GraphLCD support @<:@default=no@:>@]),
AC_DEFINE(ENABLE_GRAPHLCD, 1, [enable GraphLCD support]))
AM_CONDITIONAL(ENABLE_GRAPHLCD, test "$enable_graphlcd" = "yes")
AC_ARG_ENABLE(keyboard-no-rc, AC_ARG_ENABLE(keyboard-no-rc,
AS_HELP_STRING([--enable-keyboard-no-rc], [enable keyboard control, disable rc control @<:@default=no@:>@]), AS_HELP_STRING([--enable-keyboard-no-rc], [enable keyboard control, disable rc control @<:@default=no@:>@]),
@@ -199,6 +217,16 @@ AC_ARG_ENABLE(fastscan,
AC_DEFINE(ENABLE_FASTSCAN, 1, [enable fastscan code])) AC_DEFINE(ENABLE_FASTSCAN, 1, [enable fastscan code]))
AM_CONDITIONAL(ENABLE_FASTSCAN, test "$enable_fastscan" = "yes") AM_CONDITIONAL(ENABLE_FASTSCAN, test "$enable_fastscan" = "yes")
AC_ARG_ENABLE(aitscan,
AS_HELP_STRING([--enable-aitscan], [enable Application Information Table support @<:@default=yes@:>@]),
[enable_aitscan="$enableval"],
[enable_aitscan="yes"])
if test "$enable_aitscan" = "yes"; then
AC_DEFINE(ENABLE_AIT, 1, [enable Application Information Table support])
fi
AM_CONDITIONAL(ENABLE_AIT, test "$enable_aitscan" = "yes")
AC_ARG_ENABLE(giflib, AC_ARG_ENABLE(giflib,
AS_HELP_STRING([--enable-giflib], [use giflib instead of libungif @<:@default=no@:>@]), AS_HELP_STRING([--enable-giflib], [use giflib instead of libungif @<:@default=no@:>@]),
AC_DEFINE(ENABLE_GIFLIB, 1, [use giflib instead of libungif])) AC_DEFINE(ENABLE_GIFLIB, 1, [use giflib instead of libungif]))
@@ -249,6 +277,11 @@ AC_ARG_ENABLE(extupdate,
AC_DEFINE(ENABLE_EXTUPDATE, 1, [enable extended update routine])) AC_DEFINE(ENABLE_EXTUPDATE, 1, [enable extended update routine]))
AM_CONDITIONAL(ENABLE_EXTUPDATE, test "$enable_extupdate" = "yes") AM_CONDITIONAL(ENABLE_EXTUPDATE, test "$enable_extupdate" = "yes")
AC_ARG_ENABLE(pkg-management,
AS_HELP_STRING([--enable-pkg-management], [enable gui package management @<:@default=no@:>@]),
AC_DEFINE(ENABLE_PKG_MANAGEMENT, 1, [enable package management]))
AM_CONDITIONAL(ENABLE_PKG_MANAGEMENT, test "$enable_pkg_management" = "yes")
AC_ARG_ENABLE(lua, AC_ARG_ENABLE(lua,
AS_HELP_STRING([--enable-lua], [enable Lua support @<:@default=yes@:>@]), AS_HELP_STRING([--enable-lua], [enable Lua support @<:@default=yes@:>@]),
[enable_lua="$enableval"], [enable_lua="$enableval"],
@@ -280,6 +313,23 @@ AC_ARG_ENABLE(cleanup,
AC_ARG_ENABLE(pip, AC_ARG_ENABLE(pip,
AS_HELP_STRING([--enable-pip], [enable picture in picture support @<:@default=no@:>@]), AS_HELP_STRING([--enable-pip], [enable picture in picture support @<:@default=no@:>@]),
AC_DEFINE(ENABLE_PIP, 1, [enable picture in picture support])) AC_DEFINE(ENABLE_PIP, 1, [enable picture in picture support]))
AM_CONDITIONAL(ENABLE_PIP, test "$enable_pip" = "yes")
case "$BOXMODEL" in
vusolo4k|vuduo4k|vuduo4kse|vuultimo4k|vuuno4k|vuuno4kse)
AC_ARG_ENABLE(quadpip,
AS_HELP_STRING([--enable-quadpip], [enable quad picture in picture support @<:@default=no@:>@]),
AC_DEFINE(ENABLE_QUADPIP, 1, [enable quad picture in picture support]))
AS_IF(test "$enable_quadpip" = "yes" -a "$enable_pip" != "yes",
AC_MSG_ERROR([--enable-quadpip depends on --enable-pip]))
;;
esac
AM_CONDITIONAL(ENABLE_QUADPIP, test "$enable_quadpip" = "yes")
AC_ARG_ENABLE(dynamicdemux,
AS_HELP_STRING([--enable-dynamicdemux], [enable dynamic demux @<:@default=no@:>@]),
AC_DEFINE(DYNAMIC_DEMUX, 1, [enable dynamic demux]))
AC_ARG_ENABLE(testing, AC_ARG_ENABLE(testing,
AS_HELP_STRING([--enable-testing], [enable development code @<:@default=no@:>@]), AS_HELP_STRING([--enable-testing], [enable development code @<:@default=no@:>@]),
@@ -353,7 +403,9 @@ AC_SUBST(STB_HAL_LIB)
AC_SUBST(LUA_CFLAGS) AC_SUBST(LUA_CFLAGS)
AC_SUBST(LUA_LIBS) AC_SUBST(LUA_LIBS)
AC_SUBST(BLURAY_LIBS) AC_SUBST(BLURAY_LIBS)
AC_SUBST(LIBCOOLSTREAM_STATIC_DIR)
# Makefiles
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
data/Makefile data/Makefile
@@ -365,6 +417,7 @@ data/icons/buttons/Makefile
data/icons/filetypes/Makefile data/icons/filetypes/Makefile
data/icons/headers/Makefile data/icons/headers/Makefile
data/icons/hints/Makefile data/icons/hints/Makefile
data/icons/hourglass/Makefile
data/icons/locale/Makefile data/icons/locale/Makefile
data/icons/movieplayer/Makefile data/icons/movieplayer/Makefile
data/icons/radar/Makefile data/icons/radar/Makefile
@@ -384,12 +437,14 @@ data/lcd/clock/Makefile
data/lcd/icons/Makefile data/lcd/icons/Makefile
data/license/Makefile data/license/Makefile
data/locale/Makefile data/locale/Makefile
data/luaplugins/Makefile
data/oled/Makefile data/oled/Makefile
data/oled/fonts/Makefile data/oled/fonts/Makefile
data/oled/icons/Makefile data/oled/icons/Makefile
data/oled/icons/clock/Makefile data/oled/icons/clock/Makefile
data/oled/icons/weather/Makefile data/oled/icons/weather/Makefile
data/oled/themes/Makefile data/oled/themes/Makefile
data/oled/themes/220x176/Makefile
data/oled/themes/400x240/Makefile data/oled/themes/400x240/Makefile
data/oled/themes/480x320/Makefile data/oled/themes/480x320/Makefile
data/oled/themes/800x480/Makefile data/oled/themes/800x480/Makefile
@@ -399,18 +454,19 @@ data/pictures/screensaver/Makefile
data/policy/Makefile data/policy/Makefile
data/scripts/Makefile data/scripts/Makefile
data/themes/Makefile data/themes/Makefile
data/themes/Grey-Blue/Makefile
data/themes/Grey-Blue/icons/Makefile
data/themes/Grey-Blue/icons/buttons/Makefile
data/themes/Grey-3.0/Makefile data/themes/Grey-3.0/Makefile
data/themes/Grey-3.0/icons/Makefile data/themes/Grey-3.0/icons/Makefile
data/themes/Grey-3.0/icons/buttons/Makefile data/themes/Grey-3.0/icons/buttons/Makefile
data/themes/Grey-Blue/Makefile
data/themes/Grey-Blue/icons/Makefile
data/themes/Grey-Blue/icons/buttons/Makefile
data/themes/Neutrino-3.0/Makefile data/themes/Neutrino-3.0/Makefile
data/themes/Neutrino-3.0/icons/Makefile data/themes/Neutrino-3.0/icons/Makefile
data/themes/Neutrino-3.0/icons/buttons/Makefile data/themes/Neutrino-3.0/icons/buttons/Makefile
data/themes/Olive-3.0/Makefile data/themes/Olive-3.0/Makefile
data/themes/Olive-3.0/icons/Makefile data/themes/Olive-3.0/icons/Makefile
data/themes/Olive-3.0/icons/buttons/Makefile data/themes/Olive-3.0/icons/buttons/Makefile
data/weather/Makefile
data/webradio/Makefile data/webradio/Makefile
data/webtv/Makefile data/webtv/Makefile
data/y-web/Makefile data/y-web/Makefile
@@ -424,6 +480,7 @@ lib/connection/Makefile
lib/hardware/coolstream/Makefile lib/hardware/coolstream/Makefile
lib/jsoncpp/Makefile lib/jsoncpp/Makefile
lib/libconfigfile/Makefile lib/libconfigfile/Makefile
lib/liblcddisplay/Makefile
lib/libdvbsub/Makefile lib/libdvbsub/Makefile
lib/libeventserver/Makefile lib/libeventserver/Makefile
lib/libiw/Makefile lib/libiw/Makefile
@@ -449,9 +506,7 @@ src/gui/lua/Makefile
src/gui/moviebrowser/Makefile src/gui/moviebrowser/Makefile
src/gui/widget/Makefile src/gui/widget/Makefile
src/gui/widget/yaft/Makefile src/gui/widget/yaft/Makefile
src/lcddisplay/Makefile
src/nhttpd/Makefile src/nhttpd/Makefile
src/nhttpd/nhttpd.conf
src/nhttpd/tuxboxapi/Makefile src/nhttpd/tuxboxapi/Makefile
src/nhttpd/yhttpd_core/Makefile src/nhttpd/yhttpd_core/Makefile
src/nhttpd/yhttpd_mods/Makefile src/nhttpd/yhttpd_mods/Makefile
@@ -464,4 +519,46 @@ src/zapit/lib/Makefile
src/zapit/src/Makefile src/zapit/src/Makefile
]) ])
# Webserver config
AC_CONFIG_FILES([
src/nhttpd/nhttpd.conf
])
## Migration script
#AC_CONFIG_FILES([
#data/control/migration.sh
#])
# Backup scripts
AC_CONFIG_FILES([
data/scripts/backup.sh
data/scripts/restore.sh
data/scripts/backup_flash.sh
data/scripts/restore_flash.sh
])
# Backup configs
AC_CONFIG_FILES([
data/config/settingsupdate.conf
data/config/tobackup.conf
])
# Themes
#AC_CONFIG_FILES([
#data/themes/Material_Blue-Grey.theme
#])
# Oled themes
AC_CONFIG_FILES([
data/oled/themes/220x176/Default.otheme
data/oled/themes/400x240/Default.otheme
data/oled/themes/480x320/Default.otheme
data/oled/themes/480x320/Advanced.otheme
data/oled/themes/480x320/Easy.otheme
data/oled/themes/480x320/Medium.otheme
data/oled/themes/480x320/Simple.otheme
data/oled/themes/480x320/Weather.otheme
data/oled/themes/800x480/Default.otheme
])
AC_OUTPUT AC_OUTPUT

View File

@@ -12,12 +12,22 @@ SUBDIRS = \
policy \ policy \
scripts \ scripts \
themes \ themes \
weather \
webradio \ webradio \
webtv \ webtv \
y-web \
zapit zapit
if ENABLE_LUA
SUBDIRS += \
luaplugins
endif
if ENABLE_GRAPHLCD if ENABLE_GRAPHLCD
SUBDIRS += \ SUBDIRS += \
oled oled
endif endif
if ENABLE_WEBIF
SUBDIRS += \
y-web
endif

View File

@@ -1,3 +1,6 @@
EXTRA_DIST = \
tobackup.conf tobackup.conf.in
installdir = $(CONFIGDIR) installdir = $(CONFIGDIR)
install_DATA = \ install_DATA = \
@@ -7,6 +10,13 @@ install_DATA = \
epglanguages.conf \ epglanguages.conf \
providermap.xml \ providermap.xml \
satellites.xml \ satellites.xml \
settingsupdate.conf \
terrestrial.xml \ terrestrial.xml \
tobackup.conf tobackup.conf
if ENABLE_EXTUPDATE
EXTRA_DIST += \
settingsupdate.conf settingsupdate.conf.in
install_DATA += \
settingsupdate.conf
endif

View File

@@ -8,18 +8,22 @@ autoconf
autofs- autofs-
alsa-server alsa-server
avahi avahi
base-files
base-passwd- base-passwd-
bash- bash-
bluez5- bluez5-
boost-
bsd bsd
busybox- busybox-
catchsegv catchsegv
coreutils-
-charmap- -charmap-
cups cups
db- db-
-dbg$ -dbg$
-dev$ -dev$
-doc$ -doc$
dvb-
e2fsprogs- e2fsprogs-
elfutils elfutils
enca enca
@@ -34,12 +38,16 @@ gettext
git- git-
gitweb gitweb
glibc- glibc-
gstreamer1.0-
initscripts- initscripts-
icu icu
iproute2-
iptables-
jpeg-tools jpeg-tools
kbd- kbd-
kernel kernel
kmod- kmod-
kodi-
krb5 krb5
ldd ldd
lib lib
@@ -60,6 +68,7 @@ ntp-
openssh- openssh-
openssl- openssl-
opkg- opkg-
os
pam- pam-
pango pango
pci pci

View File

@@ -1324,22 +1324,6 @@
<transponder frequency="338000" symbol_rate="6900000" fec_inner="0" modulation="5"/> <transponder frequency="338000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="346000" symbol_rate="6900000" fec_inner="0" modulation="5"/> <transponder frequency="346000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="354000" symbol_rate="6900000" fec_inner="0" modulation="5"/> <transponder frequency="354000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="370000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="378000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="386000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="394000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="418000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="426000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="434000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="450000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="458000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="466000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="474000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="482000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="490000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="498000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="514000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="530000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="554000" symbol_rate="6900000" fec_inner="0" modulation="5"/> <transponder frequency="554000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="562000" symbol_rate="6900000" fec_inner="0" modulation="5"/> <transponder frequency="562000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="570000" symbol_rate="6900000" fec_inner="0" modulation="5"/> <transponder frequency="570000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
@@ -1352,14 +1336,26 @@
<transponder frequency="626000" symbol_rate="6900000" fec_inner="0" modulation="5"/> <transponder frequency="626000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="634000" symbol_rate="6900000" fec_inner="0" modulation="5"/> <transponder frequency="634000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="642000" symbol_rate="6900000" fec_inner="0" modulation="5"/> <transponder frequency="642000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="658000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="666000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="674000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="682000" symbol_rate="6900000" fec_inner="0" modulation="5"/> <transponder frequency="682000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="690000" symbol_rate="6900000" fec_inner="0" modulation="5"/> <transponder frequency="690000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="698000" symbol_rate="6900000" fec_inner="0" modulation="5"/> <transponder frequency="698000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="706000" symbol_rate="6900000" fec_inner="0" modulation="5"/> <transponder frequency="706000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="714000" symbol_rate="6900000" fec_inner="0" modulation="5"/> <transponder frequency="714000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="370000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="378000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="386000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="418000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="434000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="426000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="450000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="458000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="466000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="474000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="482000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="490000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="498000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="514000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
<transponder frequency="530000" symbol_rate="6900000" fec_inner="0" modulation="5"/>
</cable> </cable>
<cable name="Ziggo Groningen" satfeed="true" flags="9" nid="9700"> <cable name="Ziggo Groningen" satfeed="true" flags="9" nid="9700">
<transponder frequency="369000" symbol_rate="6875000" fec_inner="0" modulation="3"/> <transponder frequency="369000" symbol_rate="6875000" fec_inner="0" modulation="3"/>

View File

@@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<zapit>
<filter channel_id="b85a1450013e0d49" new_epg_id="ac423070013e213f"/> --rai1
<filter channel_id="b12003ee00011072" new_epg_id="ac423070013e213f"/> --rai1
<filter channel_id="ac9630d4013e4530" new_epg_id="ac423070013e2140"/> --rai2
<filter channel_id="b12003ee00011073" new_epg_id="ac423070013e2140"/> --rai2
<filter channel_id="b12003ee00011074" new_epg_id="ac423070013e2141"/> --rai3
<filter channel_id="ac9630d4013e4531" new_epg_id="ac423070013e2141"/> --rai3
<filter channel_id="ac9630d4013e4534" new_epg_id="ac423070013e2142"/> --rai4
<filter channel_id="ac9630d4013e4533" new_epg_id="ac421518013e0ce9"/> --raisport1
<filter channel_id="b12003ee00011078" new_epg_id="ac423070013e2144"/> --rainews24
<filter channel_id="b4d6070800c80e26" new_epg_id="b45803fb0001283d"/> --Das Erste
<filter channel_id="aa0004210001ef10" >RTL.de</filter> --RTL HD
<filter channel_id="b6ba3db8013e4224" >RedlightHD.ero</filter> --Redlight HD
</zapit>

View File

@@ -0,0 +1,77 @@
autofs$
bash$
bluez5$
busybox$
bzip2$
ca-certificates$
cifs-utils$
curl$
dosfstools$
dvb-femon$
e2fsprogs$
e2fsprogs-resize2fs$
etckeeper$
exfat-utils$
f2fs-tools$
fbset$
findutils$
firmware$
flash-script$
fuse-exfat$
glibc4
gptfdisk$
grep$
gzip$
hdparm$
htop$
ifupdown$
image-config$
imagemagick$
kernel-module$
kernel-modules$
libswscale$
libusb1$
links$
localedef$
minidlna$
nano$
neutrino-lua-plugins$
neutrino-mp$
neutrino-plugins$
nfs-utils$
nfs-utils-client$
ntfs-3g$
ntfsprogs$
ntpdate$
ofgwrite$
oh-my-zsh$
openssh$
openssl$
opkg$
parted$
procps$
proftpd$
pulseaudio$
pv$
rpcbind$
rsync$
rt8188eu$
rtl8192cu$
rtl8192eu$
samba$
samsunglcd4linux$
sed$
systemd$
tar$
themes$
tzdata$
tzdata-europe$
udev-extraconf$
udpxy$
usbutils$
util-linux$
webmin$
wpa-supplicant$
xupnpd$
zip$
zsh$

File diff suppressed because it is too large Load Diff

View File

@@ -25,30 +25,63 @@
## vor der Sicherung aus dem neuen Image zu löschende Dateien/Verzeichnisse, ## vor der Sicherung aus dem neuen Image zu löschende Dateien/Verzeichnisse,
## gekennzeichnet durch ein vorangestelltes ~ ## gekennzeichnet durch ein vorangestelltes ~
# z.B. # z.B.
# ~/share/tuxbox/neutrino/themes/Classic.theme # ~@THEMESDIR@/Classic.theme
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
#------------- #-------------
## Sicherungen ## Sicherungen
#------------- #-------------
@CONFIGDIR@/tobackup.conf
@CONFIGDIR@/settingsupdate.conf
@CONFIGDIR@/cables.xml
#
#
#@CONFIGDIR@/FritzCallMonitor.cfg
@CONFIGDIR@/radio-favorites.xml
@CONFIGDIR@/radio-stations.xml
@CONFIGDIR@/timerd.conf
@CONFIGDIR@/satellites.xml
@CONFIGDIR@/tuxcal/
@CONFIGDIR@/tuxmail/
#
#
@CONFIGDIR@/scan.conf
@CONFIGDIR@/srv.conf
@CONFIGDIR@/flex/flex_eigene_scripte.conf
@ZAPITDIR@/
@FLAGDIR@/
#/var/bin/
#
#/var/log/
#/var/root/
#/var/xupnpd/
/etc/exports
/etc/hostname /etc/hostname
/etc/hosts /etc/hosts
/etc/network /etc/network/interfaces
/etc/passwd
/etc/profile.local
/etc/resolv.conf /etc/resolv.conf
/etc/samba/smb.conf
/etc/wpa_supplicant.conf /etc/wpa_supplicant.conf
/var/etc
/var/tuxbox/config ## Persönliche Sicherungen
#---------------------------------------------------------------------------------------- #----------------------------------------------------------------------------------------
## von der Sicherung auszuschließende Dateien, gekennzeichnet durch ein vorangestelltes - ## von der Sicherung auszuschließende Dateien, gekennzeichnet durch ein vorangestelltes -
#---------------------------------------------------------------------------------------- #----------------------------------------------------------------------------------------
-/var/etc/update.urls #-/var/etc/update.urls
-/var/tuxbox/config/cables.xml #-@CONFIGDIR@/cables.xml
-/var/tuxbox/config/encoding.conf #-@CONFIGDIR@/encoding.conf
-/var/tuxbox/config/providermap.xml #-@CONFIGDIR@/providermap.xml
-/var/tuxbox/config/radio-stations.xml #-@CONFIGDIR@/radio-stations.xml
-/var/tuxbox/config/satellites.xml #-@CONFIGDIR@/satellites.xml
-/var/tuxbox/config/settingsupdate.conf #-@CONFIGDIR@/settingsupdate.conf
-/var/tuxbox/config/tobackup.conf #-@CONFIGDIR@/tobackup.conf

View File

@@ -1,3 +1,6 @@
#EXTRA_DIST = \
# migration.sh migration.sh.in
installdir = $(CONTROLDIR) installdir = $(CONTROLDIR)
install_SCRIPTS = \ install_SCRIPTS = \

View File

@@ -0,0 +1,65 @@
#!/bin/sh
cd @CONFIGDIR@
if [ -e neutrino.conf ]; then
# remove NG leftovers
sed -i 's|ng_netfs_\(.*\)|netfs_\1|' neutrino.conf
# webradio_usr.xml was moved
sed -i "s|@CONFIGDIR@/webradio_usr.xml|@WEBRADIODIR_VAR@/webradio_usr.xml|" neutrino.conf
mkdir -p @WEBRADIODIR_VAR@/
if [ -e @CONFIGDIR@/webradio_usr.xml ]; then
mv @CONFIGDIR@/webradio_usr.xml @WEBRADIODIR_VAR@/
fi
# webtv_usr.xml was moved
sed -i "s|@CONFIGDIR@/webtv_usr.xml|@WEBTVDIR_VAR@/webtv_usr.xml|" neutrino.conf
mkdir -p @WEBTVDIR_VAR@/
if [ -e @CONFIGDIR@/webtv_usr.xml ]; then
mv @CONFIGDIR@/webtv_usr.xml @WEBTVDIR_VAR@/
fi
# remove all old glcd_ keywords; neutrino will add the new ones
if ! grep -q glcd_foreground_color neutrino.conf ; then
sed -i "/^glcd_/d" neutrino.conf
fi
sort neutrino.conf > neutrino.sort
mv neutrino.sort neutrino.conf
fi
if [ -e zapit/frontend.conf ]; then
# uni_qrg was renamed to uni_freq
sed -i "s|_uni_qrg=|_uni_freq=|g" @ZAPITDIR@/frontend.conf
fi
controlscripts="\
audioplayer.start \
audioplayer.end \
deepstandby.on \
deepstandby.off \
inactivity.on \
movieplayer.start \
movieplayer.end \
neutrino.start \
pictureviewer.start \
pictureviewer.end \
recording.timer \
recording.start \
recording.end \
scan.start \
scan.stop \
standby.on \
standby.off \
"
mkdir -p @CONTROLDIR_VAR@/
for controlscript in $controlscripts; do
if [ -e $controlscript ]; then
mv $controlscript @CONTROLDIR_VAR@/
fi
done
# these control scripts hasn't counterparts in @CONTROLDIR_VAR@
rm -f migration.sh
rm -f flash.start

View File

@@ -21,6 +21,12 @@ if BOXMODEL_CST_HD2
install_DATA += UnDotum.ttf install_DATA += UnDotum.ttf
endif endif
if ! BOXMODEL_CST_HD1
# icon font
install_DATA += \
fa-solid-900.ttf
endif
install-data-hook: install-data-hook:
cd $(DESTDIR)$(FONTDIR); \ cd $(DESTDIR)$(FONTDIR); \
mv $(neutrino_ttf) neutrino.ttf; \ mv $(neutrino_ttf) neutrino.ttf; \

View File

@@ -0,0 +1,34 @@
Font Awesome Free License
-------------------------
Font Awesome Free is free, open source, and GPL friendly. You can use it for
commercial projects, open source projects, or really almost whatever you want.
Full Font Awesome Free license: https://fontawesome.com/license/free.
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
packaged as SVG and JS file types.
# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)
In the Font Awesome Free download, the SIL OFL license applies to all icons
packaged as web and desktop font files.
# Code: MIT License (https://opensource.org/licenses/MIT)
In the Font Awesome Free download, the MIT license applies to all non-font and
non-icon files.
# Attribution
Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
Awesome Free files already contain embedded comments with sufficient
attribution, so you shouldn't need to do anything additional when using these
files normally.
We've kept attribution comments terse, so we ask that you do not actively work
to remove them from files, especially code. They're a great way for folks to
learn about Font Awesome.
# Brand Icons
All brand icons are trademarks of their respective owners. The use of these
trademarks does not indicate endorsement of the trademark holder by Font
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
to represent the company, product, or service to which they refer.**

BIN
data/fonts/fa-solid-900.ttf Normal file

Binary file not shown.

View File

@@ -3,6 +3,7 @@ SUBDIRS = \
filetypes \ filetypes \
headers \ headers \
hints \ hints \
hourglass \
locale \ locale \
movieplayer \ movieplayer \
radar \ radar \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 664 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 523 B

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 605 B

After

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 647 B

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 590 B

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 616 B

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 685 B

After

Width:  |  Height:  |  Size: 656 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 679 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 B

After

Width:  |  Height:  |  Size: 666 B

View File

@@ -11,9 +11,10 @@ install_DATA = \
7.png \ 7.png \
8.png \ 8.png \
9.png \ 9.png \
blau.png \
btn_backward.png \ btn_backward.png \
btn_blue.png \
btn_forward.png \ btn_forward.png \
btn_green.png \
btn_option_off_active.png \ btn_option_off_active.png \
btn_option_off_inactive.png \ btn_option_off_inactive.png \
btn_option_on_active.png \ btn_option_on_active.png \
@@ -22,14 +23,15 @@ install_DATA = \
btn_play.png \ btn_play.png \
btn_record_active.png \ btn_record_active.png \
btn_record_inactive.png \ btn_record_inactive.png \
btn_red.png \
btn_stop.png \ btn_stop.png \
btn_timer.png \ btn_timer.png \
btn_yellow.png \
down.png \ down.png \
dummy.png \ dummy.png \
dummy_small.png \ dummy_small.png \
epg.png \ epg.png \
gelb.png \ epg_small.png \
gruen.png \
help.png \ help.png \
help_small.png \ help_small.png \
home.png \ home.png \
@@ -46,5 +48,4 @@ install_DATA = \
ok.png \ ok.png \
power.png \ power.png \
right.png \ right.png \
rot.png \
up.png up.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 533 B

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 530 B

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 879 B

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 691 B

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 740 B

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 583 B

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 650 B

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 909 B

After

Width:  |  Height:  |  Size: 947 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 971 B

After

Width:  |  Height:  |  Size: 1016 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 919 B

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1019 B

After

Width:  |  Height:  |  Size: 901 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 579 B

After

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 B

After

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 910 B

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 947 B

After

Width:  |  Height:  |  Size: 936 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 469 B

After

Width:  |  Height:  |  Size: 480 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1010 B

After

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 579 B

After

Width:  |  Height:  |  Size: 697 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 669 B

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 907 B

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -3,23 +3,24 @@ installdir = $(ICONSDIR)
install_DATA = \ install_DATA = \
audio.png \ audio.png \
bookmarkmanager.png \ bookmarkmanager.png \
boxinfo.png \
colors.png \ colors.png \
edit.png \ edit.png \
edit_find.png \
error.png \ error.png \
features.png \ features.png \
games.png \ games.png \
icon_blue.png \ icon_blue.png \
icon_green.png \ icon_green.png \
icon_movieplayer.png \
icon_red.png \ icon_red.png \
icon_yellow.png \ icon_yellow.png \
icon_ytplay.png \
information.png \ information.png \
keybinding.png \ keybinding.png \
language.png \ language.png \
lcd.png \ lcd.png \
lock.png \ lock.png \
mainmenue.png \ mainmenue.png \
movieplayer.png \
mp3.png \ mp3.png \
multimedia.png \ multimedia.png \
network.png \ network.png \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 497 B

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 B

After

Width:  |  Height:  |  Size: 616 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 481 B

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 481 B

After

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 405 B

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 485 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

BIN
data/icons/headers/imdb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 633 B

After

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 929 B

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 962 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 388 B

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 752 B

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1007 B

After

Width:  |  Height:  |  Size: 6.6 KiB

Some files were not shown because too many files have changed in this diff Show More