Commit Graph

11058 Commits

Author SHA1 Message Date
vanhofen
d34a956722 tuxtxt: change some default values
Signed-off-by: Thilo Graf <dbt@novatux.de>

This should be bounded to current loacle settings.


Origin commit data
------------------
Commit: 9bf563c96c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)

Origin message was:
------------------
- tuxtxt: change some default values

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

This should be bounded to current loacle settings.
2017-11-16 19:43:25 +01:00
vanhofen
114e8f7b34 tuxtxt: fix compiler warnings; simplify ifdef's
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: abc2e90176
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)

Origin message was:
------------------
- tuxtxt: fix compiler warnings; simplify ifdef's

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-16 19:43:25 +01:00
vanhofen
74ebecfcc7 tuxtxt: align to mp
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: e607bae240
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)

Origin message was:
------------------
- tuxtxt: align to mp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-16 19:43:25 +01:00
vanhofen
3f594e3cb1 fix generic keyboard
Conflicts:
	src/driver/rcinput.cpp

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


Origin commit data
------------------
Commit: 1b39396e87
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)
2017-11-16 19:43:25 +01:00
gixxpunk
241cdeecb9 fix compile for coolstream hardware (works on HD2)
Conflicts:
	src/driver/screenshot.cpp

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


Origin commit data
------------------
Commit: 555f1858e8
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-11-03 (Fri, 03 Nov 2017)

Origin message was:
------------------
- fix compile for coolstream hardware (works on HD2)

 Conflicts:
	src/driver/screenshot.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-16 19:43:25 +01:00
vanhofen
068ee59adc acinclude: fix indentation
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 90f54184a2
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-03 (Fri, 03 Nov 2017)

Origin message was:
------------------
- acinclude: fix indentation

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-16 19:43:25 +01:00
Thilo Graf
9d0f3972bb CServiceManager: add member GetCurrentChannel()
Shortcut for CZapit::getInstance()->GetCurrentChannel() inside
CServiceManager


Origin commit data
------------------
Commit: 1de277effe
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-11-12 (Sun, 12 Nov 2017)
2017-11-16 19:43:09 +01:00
Thilo Graf
72325d1df7 widget/menue_target.h: add possible required includes
If this file is included as single without menue.h build could be break,
beecause of missing includes for some types. This should fix this.
In many source files still menue.h is included, so this is not noticeable.


Origin commit data
------------------
Commit: 7370c4c557
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-11-16 (Thu, 16 Nov 2017)
2017-11-16 19:41:32 +01:00
TangoCash
d3e1d344c5 hd51: fix wakeup from standby
Origin commit data
------------------
Commit: c4a59375b3
Author: TangoCash <eric@loxat.de>
Date: 2017-11-09 (Thu, 09 Nov 2017)
2017-11-13 21:08:58 +01:00
Jacek Jendrzej
47be7fdb01 fix audio description after play movie
Origin commit data
------------------
Commit: 54c5d19e1a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-13 (Mon, 13 Nov 2017)
2017-11-13 19:42:12 +01:00
Jacek Jendrzej
d1e2d57359 src/gui/movieplayer.cpp fix break record after play on cst (after hd51 merge)
Origin commit data
------------------
Commit: 86e7ad4ec1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-07 (Tue, 07 Nov 2017)
2017-11-07 18:23:49 +01:00
Jacek Jendrzej
38d6ea4cda src/zapit/src/capmt.cpp dont stop decoding if record stops, this break overlapped record on cst
Origin commit data
------------------
Commit: 472cc578fe
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-07 (Tue, 07 Nov 2017)
2017-11-07 16:36:15 +01:00
Jacek Jendrzej
7e261c5b5f src/gui/movieplayer.cpp fix audioselect in not filpeplayer mode (after merge)
Origin commit data
------------------
Commit: 02aefef167
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-06 (Mon, 06 Nov 2017)
2017-11-06 10:17:10 +01:00
GetAway
c2fee3958a menue.cpp: add reverse search to find selectable item
Origin commit data
------------------
Commit: 002ef3a1c9
Author: GetAway <get-away@t-online.de>
Date: 2017-11-04 (Sat, 04 Nov 2017)
2017-11-05 22:33:23 +01:00
Thilo Graf
d59f3ec8a8 CImageInfo: fix version string format
String was broken. Only artefacts were to see.

BTW: With current yocto build .version contains
wrong version format. This seems to be not suitable for
handling with flash images in context with versions checks.


Origin commit data
------------------
Commit: f855209de0
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-11-05 (Sun, 05 Nov 2017)
2017-11-05 22:24:22 +01:00
Jacek Jendrzej
19859ab82e disable file player mode for cst
Origin commit data
------------------
Commit: fd17bd9c57
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-05 (Sun, 05 Nov 2017)
2017-11-05 21:31:53 +01:00
Thilo Graf
02ef4db1ca simple_display.cpp: partial revert "fix generic build"
This reverts commit bfeef63d26.

hd51 build was broken with -Werror=unused-variable


Origin commit data
------------------
Commit: 58db5ee331
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-11-04 (Sat, 04 Nov 2017)
2017-11-04 15:58:00 +01:00
Jacek Jendrzej
03b2b13758 silence -Wparentheses-equality warning
Origin commit data
------------------
Commit: 75fd96f6b7
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-03 (Fri, 03 Nov 2017)
2017-11-03 20:14:37 +01:00
Jacek Jendrzej
bfeef63d26 fix generic build
Origin commit data
------------------
Commit: c7c52324a3
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-03 (Fri, 03 Nov 2017)
2017-11-03 18:25:18 +01:00
Jacek Jendrzej
d00ede022c remove pinentered script , revert 2eab1fa453
Origin commit data
------------------
Commit: ec10cd64e5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-03 (Fri, 03 Nov 2017)
2017-11-03 12:25:14 +01:00
Jacek Jendrzej
749f8253fa fix blank screen on start (after merge)
Origin commit data
------------------
Commit: 0e2efeb9a8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-03 (Fri, 03 Nov 2017)
2017-11-03 12:14:26 +01:00
Jacek Jendrzej
5c5e1b0603 remove unused
Origin commit data
------------------
Commit: 39440333e8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-03 (Fri, 03 Nov 2017)
2017-11-03 10:22:11 +01:00
Jacek Jendrzej
d2ddd61d10 src/gui/movieplayer.cpp reEnable YT
Origin commit data
------------------
Commit: 9ac5258ac0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-03 (Fri, 03 Nov 2017)
2017-11-03 10:02:18 +01:00
Jacek Jendrzej
bab9fac99d src/gui/movieplayer.cpp fix page up/down jump and stop play after merge
Origin commit data
------------------
Commit: 8746340a87
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-03 (Fri, 03 Nov 2017)
2017-11-03 09:53:50 +01:00
Thilo Graf
dbe8dcc351 update version to 3.6.1
start up AX/Mut@nt hd51 support


Origin commit data
------------------
Commit: 83655f78d6
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-11-02 (Thu, 02 Nov 2017)
2017-11-02 21:49:25 +01:00
GetAway
d2896d02c2 menue.cpp: dont use one-time init of a variable that could be changed on runtime
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 7c9bf1df92
Author: GetAway <get-away@t-online.de>
Date: 2017-11-02 (Thu, 02 Nov 2017)
2017-11-02 21:31:12 +01:00
vanhofen
137d4c36a9 rename can_set_display_brightness => display_can_set_brightness
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 91fdb1ef6c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-01 (Wed, 01 Nov 2017)

Origin message was:
------------------
- rename can_set_display_brightness => display_can_set_brightness

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-02 21:23:01 +01:00
vanhofen
868d95cea9 vfd-setup: use new display_can_deepstandby member from libstb-hal
Signed-off-by: Thilo Graf <dbt@novatux.de>

Build was broken with original cherry-pick. hw_caps_t was incomplete.


Origin commit data
------------------
Commit: 674ba19c03
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-01 (Wed, 01 Nov 2017)

Origin message was:
------------------
- vfd-setup: use new display_can_deepstandby member from libstb-hal

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

Build was broken with original cherry-pick. hw_caps_t was incomplete.
2017-11-02 21:22:01 +01:00
vanhofen
374a711049 simple_display: more readability in togglePower() function
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 0fac12001e
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-01 (Wed, 01 Nov 2017)

Origin message was:
------------------
- simple_display: more readability in togglePower() function

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-01 15:44:07 +01:00
vanhofen
a1d88ba3b8 simple_display: fix showRCLock() function
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: dbce194f82
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-01 (Wed, 01 Nov 2017)

Origin message was:
------------------
- simple_display: fix showRCLock() function

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-01 15:43:43 +01:00
vanhofen
35a31bbff1 epgview: disable epgid debug code
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 61a31e2609
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-01 (Wed, 01 Nov 2017)

Origin message was:
------------------
- epgview: disable epgid debug code

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-01 15:42:05 +01:00
TangoCash
d1054e7875 movieplayer: add progress to vfd
Origin commit data
------------------
Commit: ad757a9a60
Author: TangoCash <eric@loxat.de>
Date: 2017-10-31 (Tue, 31 Oct 2017)

Origin message was:
------------------
- movieplayer: add progress to vfd
2017-11-01 15:40:28 +01:00
vanhofen
873d09ff78 introduce simple_display.h; just a cleaned copy of lcdd.h
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 422a9b41de
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-31 (Tue, 31 Oct 2017)

Origin message was:
------------------
- introduce simple_display.h; just a cleaned copy of lcdd.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-01 15:39:07 +01:00
gixxpunk
fbb89b39dc CMovieBrowser::info_hdd_level(): fix miscalculation
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 0b3f91a4c1
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-10-30 (Mon, 30 Oct 2017)

Origin message was:
------------------
- CMovieBrowser::info_hdd_level(): fix miscalculation

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-11-01 15:37:21 +01:00
TangoCash
a75d6bb3bd fix hevc record
Origin commit data
------------------
Commit: b9c2aaf3af
Author: TangoCash <eric@loxat.de>
Date: 2017-10-31 (Tue, 31 Oct 2017)
2017-11-01 08:38:33 +01:00
TangoCash
f99a088a86 add support for H265
Origin commit data
------------------
Commit: 29221aaca5
Author: TangoCash <eric@loxat.de>
Date: 2016-07-31 (Sun, 31 Jul 2016)
2017-10-31 10:15:55 +01:00
vanhofen
7481d60fd1 acinclude: move default PUBLIC_HTTPDDIR from /var/httpd to /var/tuxbox/httpd
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: e1349234f6
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-28 (Sat, 28 Oct 2017)

Origin message was:
------------------
- acinclude: move default PUBLIC_HTTPDDIR from /var/httpd to /var/tuxbox/httpd

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-30 17:34:05 +01:00
vanhofen
574604eb2c audioplayer: allow RC_previoussong and RC_nextsong
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 5ec2e9c11e
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-27 (Fri, 27 Oct 2017)

Origin message was:
------------------
- audioplayer: allow RC_previoussong and RC_nextsong

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-30 17:33:42 +01:00
vanhofen
748e5a2375 rcinput: add some new keys ...
and translate KEY_VIDEO (list-key) to RC_favorites for ARM_HARDWARE

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


Origin commit data
------------------
Commit: edd88db0f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-27 (Fri, 27 Oct 2017)

Origin message was:
------------------
- rcinput: add some new keys ...

and translate KEY_VIDEO (list-key) to RC_favorites for ARM_HARDWARE

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 21:47:50 +01:00
vanhofen
55bac2cf05 update: ask for copy settings to new image
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 4a5adfcb23
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-27 (Fri, 27 Oct 2017)

Origin message was:
------------------
- update: ask for copy settings to new image

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 21:47:16 +01:00
vanhofen
2c238b4c90 update_menue: hide expert functions for ARM_HARDWARE
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 68d8319d2d
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-26 (Thu, 26 Oct 2017)

Origin message was:
------------------
- update_menue: hide expert functions for ARM_HARDWARE

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 21:38:46 +01:00
vanhofen
fa339bd7fb update: allow ofgwrite to flash another partition
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 80a9198603
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-26 (Thu, 26 Oct 2017)

Origin message was:
------------------
- update: allow ofgwrite to flash another partition

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 21:37:41 +01:00
vanhofen
083f5c661a zapit: add missing "case DVB_T2" to getDelSys()
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 0751e4cdeb
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-26 (Thu, 26 Oct 2017)

Origin message was:
------------------
- zapit: add missing "case DVB_T2" to getDelSys()

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 21:36:46 +01:00
vanhofen
77d30c4412 channellist: add separator item to menu for a smoother view
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: c14e9f8256
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-25 (Wed, 25 Oct 2017)

Origin message was:
------------------
- channellist: add separator item to menu for a smoother view

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 21:34:47 +01:00
vanhofen
f609c543ef update: fix osd flickering
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 9a364075ab
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-25 (Wed, 25 Oct 2017)

Origin message was:
------------------
- update: fix osd flickering

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 21:33:47 +01:00
vanhofen
5819caa3a9 hdd-menu: hide mmcblk devices from hdd-menu
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 20d3cd3d2a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-07 (Sat, 07 Oct 2017)

Origin message was:
------------------
- hdd-menu: hide mmcblk devices from hdd-menu

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-10-29 21:29:50 +01:00
Thilo Graf
65babe550c CLCD: fix possible compile error
error: declaration of 'power' shadows a global declaration [-Werror=shadow]


Origin commit data
------------------
Commit: 7490497b4e
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-29 (Sun, 29 Oct 2017)
2017-10-29 21:28:05 +01:00
Thilo Graf
da31b60c0c CLCD: fix possible compile error
error: unused variable 'ret' [-Werror=unused-variable]


Origin commit data
------------------
Commit: eaa8d8be9f
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-29 (Sun, 29 Oct 2017)
2017-10-29 21:27:54 +01:00
Thilo Graf
59c07e5163 CScreenShot: fix build
Some lines were wrong picked


Origin commit data
------------------
Commit: b26fc7fb8d
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-27 (Fri, 27 Oct 2017)
2017-10-29 18:48:28 +01:00
TangoCash
cfde18e4b7 small zapit fix
Origin commit data
------------------
Commit: b5639c164a
Author: TangoCash <eric@loxat.de>
Date: 2017-10-07 (Sat, 07 Oct 2017)
2017-10-29 18:37:58 +01:00