this avoids annoying "button-jumps" while navigating through events
Origin commit data
------------------
Commit: 998dce9010
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-19 (Fri, 19 Jan 2018)
Origin message was:
------------------
- epgview: change and simplify button logic; ...
this avoids annoying "button-jumps" while navigating through events
We have to send the keys directyl to rc-device instead of using g_RCInput->postMsg()
Origin commit data
------------------
Commit: 06a6608413
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-19 (Fri, 19 Jan 2018)
Origin message was:
------------------
- controlapi: fix control of external plugins (e.g. msgbox or shellexec)
We have to send the keys directyl to rc-device instead of using g_RCInput->postMsg()
on ARM_HARDWARE the hintboy wasn't shown, because hardware is to fast
Origin commit data
------------------
Commit: e7e16d4c70
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
Origin message was:
------------------
- neutrino: add small delay to "save settings" hintbox; ...
on ARM_HARDWARE the hintboy wasn't shown, because hardware is to fast
CTermWindow() should be usable as drop-in replacement for CShellWindow()
Origin commit data
------------------
Commit: bccd547781
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
run the command and collect the output, but do not show it on screen
Origin commit data
------------------
Commit: cdbeb9a273
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
* add sigc function to collect terminal output
* terminal output is collected without escape codes, "text only"
* if a newline is seen, each newline starts a new line,
* else, some cursor move escape sequences start a new line
Origin commit data
------------------
Commit: 547692ebd6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
* add new header that only contains neutrino_msg_t and friends, often this
is all that's needed instead of full rcinput.h
* directly include rcinput.h in some cpp files instead of relying on
accidental inclusion in some header
* add class forward declarations to avoid dragging in rcinput indirectly
This could use more work to further reduce the impact; maybe separating
the CRCinput::key_* constants from the rcinput class would be good.
Origin commit data
------------------
Commit: 47fbfbed9b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
Origin message was:
------------------
reduce dependencies on driver/rcinput.h
* add new header that only contains neutrino_msg_t and friends, often this
is all that's needed instead of full rcinput.h
* directly include rcinput.h in some cpp files instead of relying on
accidental inclusion in some header
* add class forward declarations to avoid dragging in rcinput indirectly
This could use more work to further reduce the impact; maybe separating
the CRCinput::key_* constants from the rcinput class would be good.
DEBUG was defined at least in configure's config.h, so it conflicts with
the enum definition
Origin commit data
------------------
Commit: b46ee0cec7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
* do not allocate a buffer but use the backbuffer of the neutrino fb
* use blit2FB to copy the terminal window onto the screen
Origin commit data
------------------
Commit: 5ba578c5dc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
* rename original makefile
* copy yaft.c to yaft_class.cpp (does not yet compile of course)
Origin commit data
------------------
Commit: e4eb02fc78
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
...even if the display is already in standby mode...
Origin commit data
------------------
Commit: ac30ba19e9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
Origin commit data
------------------
Commit: a4716b5fb6
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-10 (Wed, 10 Jan 2018)
Origin message was:
------------------
- icons: restore unoptimized hint icons; there were transparency issues with some optimized icons