- Set Lua api version to 1.5
Origin commit data
------------------
Commit: cf4beae892
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-19 (Sat, 19 Sep 2015)
...occurs immediately the script
Complement to commit 9c72e8fdc1
- Set Lua api version to 1.4
Origin commit data
------------------
Commit: 1e76cac3ba
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-17 (Thu, 17 Sep 2015)
- Set Lua api version to 1.3
Origin commit data
------------------
Commit: e86306b8ec
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-17 (Thu, 17 Sep 2015)
...individual menu items.
- Set Lua api version to 1.2
Origin commit data
------------------
Commit: 39d10e03df
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-14 (Mon, 14 Sep 2015)
Function returns an ID of each item handles
Origin commit data
------------------
Commit: e0bfbfe9e3
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-14 (Mon, 14 Sep 2015)
- Set Lua api version to 1.1
return code defined LUA Variables
--------------------------------------------------
0 = normal exit PLAYSTATE.NORMAL
1 = aborted by stop button PLAYSTATE.STOP
2 = next button PLAYSTATE.NEXT
3 = prev button PLAYSTATE.PREV
Origin commit data
------------------
Commit: b56be92d59
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-04 (Fri, 04 Sep 2015)
Origin message was:
------------------
CLuaInstance::PlayFile: Function now returns the status of buttons
- Set Lua api version to 1.1
return code defined LUA Variables
--------------------------------------------------
0 = normal exit PLAYSTATE.NORMAL
1 = aborted by stop button PLAYSTATE.STOP
2 = next button PLAYSTATE.NEXT
3 = prev button PLAYSTATE.PREV
- Version is defined in lua script as APIVERSION.MAJOR, APIVERSION.MINOR
- Set Lua API version to 1.0
Origin commit data
------------------
Commit: 00dff2c598
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-04 (Fri, 04 Sep 2015)
... pictures like start.jpg, mp3.jpg etc. from /var/tuxbox/icons
Origin commit data
------------------
Commit: edc8527379
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-05-05 (Tue, 05 May 2015)
Origin message was:
------------------
- framebuffer: revival of showFrame() function to allow ...
... pictures like start.jpg, mp3.jpg etc. from /var/tuxbox/icons
This controls more effective fontsize and button arrangement.
Lua API is not touched.
TODO: add more possible buttons. Color buttons for sure are not
be enough for some applications.
Origin commit data
------------------
Commit: 2f96c2653b
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-02-16 (Mon, 16 Feb 2015)
This allows for starting Lua scripts in neutrino context from the
command line. Experimental, not fully regression-tested.
Origin commit data
------------------
Commit: 5d25185684
Author: martii <m4rtii@gmx.de>
Date: 2014-10-13 (Mon, 13 Oct 2014)
...when Boolean parameters are passed as a string or number
Origin commit data
------------------
Commit: 86186e6443
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-09-11 (Thu, 11 Sep 2014)
- These functions are possible substitutes for the
Lua functions string.find() and string.sub()
- This Lua functions have problems e.g. with the contents
of some websites.
Origin commit data
------------------
Commit: 51fb2fb9e7
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-09-10 (Wed, 10 Sep 2014)
Origin message was:
------------------
CLuaInstance: Add strFind() and strSub() functions
- These functions are possible substitutes for the
Lua functions string.find() and string.sub()
- This Lua functions have problems e.g. with the contents
of some websites.
- This parameter display in info viewer instead of epg data
Origin commit data
------------------
Commit: b6f1963f2c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-09-10 (Wed, 10 Sep 2014)
- Use checkMagicMask() for colors in CComponents-Lua functions
Origin commit data
------------------
Commit: a3c453c403
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
- Add additional tableLookup() for get lua_Unsigned
- Change tableLookup() for int to lua_Integer
Origin commit data
------------------
Commit: 0714c7f5ed
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
...for the integration of signalbox in a parent cwindow
Origin commit data
------------------
Commit: 176d97969e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-07-04 (Fri, 04 Jul 2014)
It should be now easier to use images as objects. An initialized
picture object should provide all relevant properties and some
functionalities of picture viewer.
Origin commit data
------------------
Commit: 5eb63b9515
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-20 (Fri, 20 Jun 2014)
Origin message was:
------------------
CComponentsPicture: structure of class highly simplified
It should be now easier to use images as objects. An initialized
picture object should provide all relevant properties and some
functionalities of picture viewer.
these fonts are not needed since gamelist/scriptlist
are painted with menu-widget
Origin commit data
------------------
Commit: da7f3b9cb1
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-05-02 (Fri, 02 May 2014)
Origin message was:
------------------
- drop obsolete code around FONT_TYPE_GAMELIST
these fonts are not needed since gamelist/scriptlist
are painted with menu-widget