... to get free volume keys, because these keys should change
volume only.
Origin commit data
------------------
Commit: 54e202cea8
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-12-01 (Tue, 01 Dec 2015)
Origin message was:
------------------
- moviebrowser: use RC_left/right to switch display modes ...
... to get free volume keys, because these keys should change
volume only.
- Set Lua api version to 1.16
Origin commit data
------------------
Commit: 482cf41adf
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-11-27 (Fri, 27 Nov 2015)
...'NO_SCALE' modus for object creation (icon)
- Set Lua api version to 1.15
Origin commit data
------------------
Commit: 573eb7f7ad
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-11-27 (Fri, 27 Nov 2015)
- You can create fixed-size fonts for use in Lua Scripts
- The fonts are deleted after the script
- The use of fonts is limited to the following functions currently:
- RenderString()
- getRenderWidth()
- FontHeight()
- Example in Lua scripts:
Normal usage:
local font = FONT.MENU
RenderString(font, ....)
Use DynFonts:
Creates a font with height of 50px:
local font = n:getDynFont(0, 50)
local useDynFont = true
RenderString(useDynFont, font, ....)
or
Creates a font in which the text("Example: xyz") has a width of 200px:
local font = n:getDynFont(200, 0, "Example: xyz")
local useDynFont = true
RenderString(useDynFont, font, ....)
- Set Lua api version to 1.13
Origin commit data
------------------
Commit: a307e806eb
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-11-27 (Fri, 27 Nov 2015)
Origin message was:
------------------
CLuaInstance: Add DynFonts for lua scripts
- You can create fixed-size fonts for use in Lua Scripts
- The fonts are deleted after the script
- The use of fonts is limited to the following functions currently:
- RenderString()
- getRenderWidth()
- FontHeight()
- Example in Lua scripts:
Normal usage:
local font = FONT.MENU
RenderString(font, ....)
Use DynFonts:
Creates a font with height of 50px:
local font = n:getDynFont(0, 50)
local useDynFont = true
RenderString(useDynFont, font, ....)
or
Creates a font in which the text("Example: xyz") has a width of 200px:
local font = n:getDynFont(200, 0, "Example: xyz")
local useDynFont = true
RenderString(useDynFont, font, ....)
- Set Lua api version to 1.13
- Set Lua api version to 1.12
Signed-off-by: svenhoefer <svenhoefer@svenhoefer.com>
Origin commit data
------------------
Commit: 7caf055ea0
Author: defans <defans@bluepeercrew.us>
Date: 2015-11-23 (Mon, 23 Nov 2015)
Origin message was:
------------------
- luainstance: add GetRevision() function
- Set Lua api version to 1.12
Signed-off-by: svenhoefer <svenhoefer@svenhoefer.com>
...PaintBox() and RenderString() for coolstream hardware
- Set Lua api version to 1.11
Origin commit data
------------------
Commit: 45569a736a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-11-23 (Mon, 23 Nov 2015)
... switching back from signal diagram
Origin commit data
------------------
Commit: c689e5d224
Author: defans <defans@bluepeercrew.us>
Date: 2015-11-19 (Thu, 19 Nov 2015)
Origin message was:
------------------
- streaminfo2.cpp: force repaint of signalbox after ...
... switching back from signal diagram
- Set Lua api version to 1.10
Origin commit data
------------------
Commit: 755e4d965c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-11-16 (Mon, 16 Nov 2015)
...is terminated with an error
Complement to commit dd8987fbce
Origin commit data
------------------
Commit: 09881321e2
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-11-16 (Mon, 16 Nov 2015)
- Set Lua api version to 1.9
Origin commit data
------------------
Commit: 24881e4228
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-11-14 (Sat, 14 Nov 2015)
- Set Lua api version to 1.8
Origin commit data
------------------
Commit: d5031496d0
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-11-14 (Sat, 14 Nov 2015)
- Necessary for some video plugins
- Set Lua api version to 1.7
Origin commit data
------------------
Commit: 6f66e21940
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-11-13 (Fri, 13 Nov 2015)
if no bouquets selected, CI used for all channels
Origin commit data
------------------
Commit: eab8bbec20
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-11-06 (Fri, 06 Nov 2015)
user RED button to call streaminfo
Origin commit data
------------------
Commit: 3feba2b40d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-10-29 (Thu, 29 Oct 2015)