Remove CComponentsPictureScalable class, is not longer required.
Scale for navi button icons should working now.
Note:
It is not sure if the setting of OFFSET_INNER_MID makes sense here,
because it is possible that a scaling could happen even though
the icon would be fit.
Origin commit data
------------------
Commit: 90fff5c1c5
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-01-23 (Tue, 23 Jan 2018)
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)