getScreenWidth/HeightRel() was confusing because it depends on users window settings.
Replace names in old unused framebuffer code too.
Origin commit data
------------------
Commit: 86cdc12c8f
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Origin message was:
------------------
- framebuffer: better name for getWindowWidth/Height() functions
getScreenWidth/HeightRel() was confusing because it depends on users window settings.
Replace names in old unused framebuffer code too.
Origin commit data
------------------
Commit: e900d6610e
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-22 (Mon, 22 Jan 2018)
Origin message was:
------------------
- osd-setup: start browsing for fonts in same dir were active font is located
Origin commit data
------------------
Commit: c2137a61c4
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-21 (Sun, 21 Jan 2018)
Origin message was:
------------------
- eventlist: add small separator line between navibar and footer
Origin commit data
------------------
Commit: 980c62d853
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-21 (Sun, 21 Jan 2018)
Origin message was:
------------------
- epgview: add small separator line between navibar and footer
user report: try to fix error: »fb_pixel_t« discribes no type
This is a bit strange because this data type
is global configured, see configure.ac
Origin commit data
------------------
Commit: 2015a636dc
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-01-20 (Sat, 20 Jan 2018)
* add comment to termwindow class; correct positioning of button isn't possible atm
Origin commit data
------------------
Commit: 3b1ee18c19
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-20 (Sat, 20 Jan 2018)
Origin message was:
------------------
- shellwindow: fix position of button; use default color
* add comment to termwindow class; correct positioning of button isn't possible atm
to get this footer in sync with the footers of other gui elements
Origin commit data
------------------
Commit: 3ae39ce6a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-19 (Fri, 19 Jan 2018)
Origin message was:
------------------
- epgview: take footer height from CComponentsFooter ...
to get this footer in sync with the footers of other gui elements
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)