svenhoefer
|
6fdc01c0e7
|
- fix latest key changes (KEY_EXIT => KEY_HOME)
Conflicts:
src/neutrino.cpp
version_pseudo.h
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2018-12-31 11:47:44 +01:00 |
|
svenhoefer
|
82a6dfeaeb
|
- timerlist: speed up loop when remote box is offline
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2018-12-31 11:47:44 +01:00 |
|
svenhoefer
|
75f64f760e
|
- timerlist: fix return from RemoteBoxSelect() when no item is choosed
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2018-12-31 11:47:44 +01:00 |
|
svenhoefer
|
9913a578b2
|
- menu: add possibility to get action state of menu widget
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2018-12-31 11:47:44 +01:00 |
|
svenhoefer
|
124c8c6d63
|
- timerlist: allow to enable/disable remote boxes
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2018-12-31 11:47:44 +01:00 |
|
svenhoefer
|
b4b122c6da
|
- zapit: remove obsolete data directory
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2018-12-31 11:47:44 +01:00 |
|
svenhoefer
|
c2df6c97b9
|
- cc_frm_header: re-add offet to header caption; ...
this fixes ofset on right side for very long header captions
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2018-12-31 11:47:44 +01:00 |
|
Thilo Graf
|
a327498209
|
cc_item_text.h: remove unneeded virtual declarations
|
2018-12-31 11:46:55 +01:00 |
|
Thilo Graf
|
2a7e4b9b42
|
widget/textbox: cpp: try to fix possible issue while restore screen
maybe possible crash
|
2018-12-31 11:46:55 +01:00 |
|
Thilo Graf
|
0db7634583
|
cc_frm_clock.cpp: declare force_repaint as const
|
2018-12-31 11:46:55 +01:00 |
|
Thilo Graf
|
cb40dcb9ea
|
widget/hintbox.cpp/h: use disconnect instead check for OnTimer
diconnect ensures handle of current slot.
|
2018-12-31 11:46:55 +01:00 |
|
Thilo Graf
|
25d55b60b9
|
cc_item_text.cpp/h: move functions into cpp file
clean up
|
2018-12-31 11:46:55 +01:00 |
|
Thilo Graf
|
8b9a268a0c
|
cc_timer.h: fix threadname assignment
Parameter not really passed in some some conditions.
|
2018-12-31 11:46:55 +01:00 |
|
Thilo Graf
|
6237bfe07c
|
hintbox/msgbox: add more specific thread names
For better tracing while debugging.
|
2018-12-31 11:46:55 +01:00 |
|
Thilo Graf
|
1022cba0cc
|
imageinfo: add possible information for used libstb-hal
|
2018-12-31 10:10:30 +01:00 |
|
Thilo Graf
|
728b04db2c
|
imageinfo.cpp: simplify creation of info lines
|
2018-12-30 22:13:52 +01:00 |
|
GetAway
|
444173ead6
|
lcd4l: possibility to use it in user menue
|
2018-12-26 20:06:01 +01:00 |
|
GetAway
|
99a6ab267d
|
add lcd4linux support, ported from
defans and vanhofen, modded by TangoCash
|
2018-12-26 20:04:32 +01:00 |
|
GetAway
|
fe8dbf3458
|
neutrino.cpp: add another key to backward-compatible check thx DdD
|
2018-12-15 23:14:08 +01:00 |
|
GetAway
|
2225d943dd
|
epgview.cpp: fix recalculation of several heights
|
2018-12-11 14:20:50 +01:00 |
|
Thilo Graf
|
13752e6de8
|
navibar.cpp: fix possible overpaint of text after repaint with new content
|
2018-12-10 22:07:27 +01:00 |
|
Thilo Graf
|
7eeb270cba
|
cc_draw.cpp/h: move more methodes into cpp file
clean up
|
2018-12-10 22:01:56 +01:00 |
|
Thilo Graf
|
d4fb223045
|
src/gui/widget/hintbox.cpp: connect OnTimer slot only if is still empty
Prevent multiple connections to slot. Only to be sure.
|
2018-12-09 17:29:44 +01:00 |
|
max_10
|
2131058fc4
|
-src/zapit/src/channel: fix warning: this statement may fall through [-Wimplicit-fallthrough=]
|
2018-12-09 17:28:54 +01:00 |
|
Thilo Graf
|
73f0c4b25e
|
cc_item.cpp/cc_detailsline.cpp: clean up and simplify fblayer init
use v_fbdata.push_back() for direct fill with contents, reduced effort
|
2018-12-07 22:57:19 +01:00 |
|
Thilo Graf
|
09940ed419
|
cc_item.cpp/h: move getPageNumber() into cpp file
clean up
|
2018-12-07 21:47:33 +01:00 |
|
Thilo Graf
|
c7f8392ef6
|
cc_draw.cpp/h: move position members into cpp file
clean up
|
2018-12-07 21:47:33 +01:00 |
|
Thilo Graf
|
d9e66f4142
|
CTextBox: move setTextRenderModeFullBG() into cpp file.
|
2018-12-07 21:47:33 +01:00 |
|
Thilo Graf
|
b13a2a3b9a
|
cc_draw.cpp: remove consequently all possible pixbuf contents
This should enusre a clean content for all fbdata.pixbuf parts.
|
2018-12-07 21:47:33 +01:00 |
|
Thilo Graf
|
39c890ed22
|
neutrino.h: add signal OnShutDown
was missed in context with similar OnBeforeRestart
|
2018-12-07 21:47:33 +01:00 |
|
Thilo Graf
|
80a1a8b64f
|
CTextBox: move enableBackgroundPaint() into cpp file
partial cleanup
|
2018-12-07 21:47:32 +01:00 |
|
Thilo Graf
|
1d5de6babc
|
clean up: remove unnecessary virtual declarations from cc classes
|
2018-12-07 21:47:32 +01:00 |
|
Thilo Graf
|
420fba0e1b
|
cc_draw.cpp: remove variable cc_fbdata_t& fbdata
Try to avoid som possible data races.
|
2018-12-07 21:47:32 +01:00 |
|
Thilo Graf
|
94284c2e5b
|
cc_draw.cpp: call blitBox2FB() only if checkFbArea() was true
This should prevent pass corrupted parameters for blitBox2FB().
|
2018-12-07 21:47:32 +01:00 |
|
GetAway
|
db31e98c8c
|
rcinput: use translation for some keys
|
2018-12-05 14:08:48 +01:00 |
|
GetAway
|
72b33c9520
|
keybind_setup.cpp: fix warning
|
2018-12-05 13:35:49 +01:00 |
|
GetAway
|
91948d8a48
|
keybind_setup.cpp: fix menu special keys
|
2018-12-04 19:06:25 +01:00 |
|
GetAway
|
4f6b882b95
|
rcsim: format helpscreen; bump version 1.2
|
2018-12-02 23:17:37 +01:00 |
|
GetAway
|
77ffcac7d0
|
rcinput: fix RC_mode for BRE2ZE4K
|
2018-12-02 22:21:42 +01:00 |
|
GetAway
|
61aeeb1537
|
yWeb: write missing translations to file
|
2018-12-01 17:50:33 +01:00 |
|
GetAway
|
2bd937a0d0
|
videosettings.cpp: use hw_caps->has_button_vformat
|
2018-12-01 10:42:35 +01:00 |
|
Jacek Jendrzej
|
3dc0434bd3
|
nhttpd: fix stack buffer overflow
|
2018-11-30 17:54:11 +01:00 |
|
GetAway
|
dcd67e67de
|
neutrino.cpp: fix RC_playpause for bre2ze4k
|
2018-11-27 20:23:43 +01:00 |
|
svenhoefer
|
5fb9a842e9
|
- webtv-setup: fix compiler warnings
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2018-11-26 21:24:02 +01:00 |
|
svenhoefer
|
b1587464bb
|
- webtv-setup: disable possibility to setup livestreamScriptPath ...
Movieplayer searches automatically in default-directories for scripts
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2018-11-26 21:23:57 +01:00 |
|
TangoCash
|
d4c7682ba6
|
display clock on segment display too
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2018-11-26 18:08:35 +01:00 |
|
svenhoefer
|
478e7dc1fa
|
- yWeb/yparser: complete handling of directory defines
Signed-off-by: Thilo Graf <dbt@novatux.de>
# Conflicts:
# data/y-web/Makefile.am
|
2018-11-26 18:08:08 +01:00 |
|
Jacek Jendrzej
|
a34614ae57
|
eitd: fix stack use after scope
|
2018-11-26 14:00:46 +01:00 |
|
GetAway
|
8a1879df20
|
screensaver.cpp: add 1 more event to filter
|
2018-11-20 09:57:07 +01:00 |
|
Thilo Graf
|
bb6198fa0c
|
cc_frm_clock.cpp/h: fix incomplete result of isRun() methode
|
2018-11-20 09:17:02 +01:00 |
|