Commit Graph

10 Commits

Author SHA1 Message Date
Jacek Jendrzej
0dc1041788 src/gui/lua/lua_cc_text.cpp if dx and dy is not set and text have parent use Height and Width size from parent
Origin commit data
------------------
Branch: ni/coolstream
Commit: a648daba75
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-19 (Fri, 19 Aug 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-08-19 21:17:45 +02:00
vanhofen
3a85795115 lua_cc_*: use COL_SHADOW for shadows
Origin commit data
------------------
Branch: ni/coolstream
Commit: b1eab6a23e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-16 (Tue, 16 Aug 2016)

Origin message was:
------------------
- lua_cc_*: use COL_SHADOW for shadows

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-08-16 08:37:54 +02:00
Stefan Seyfried
cba424b0d8 lua_cc_text: fix type to allow compilation with recent gcc
Origin commit data
------------------
Branch: ni/coolstream
Commit: aac438745c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-28 (Mon, 28 Dec 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-01-13 20:18:56 +01:00
Michael Liebmann
9c9e713e8e CLuaInstance: Precise error message for obsolete hide() parameter
- Supplement for commit 11c6e81a50


Origin commit data
------------------
Branch: ni/coolstream
Commit: f12e49e720
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-01 (Fri, 01 Jan 2016)



------------------
This commit was generated by Migit
2016-01-01 14:43:59 +01:00
Michael Liebmann
ea68425f82 CLuaInstance: Fix commit 79b8a95524
- Use return value from checkMagicMask() for color


Origin commit data
------------------
Branch: ni/coolstream
Commit: a7790ce049
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-01 (Fri, 01 Jan 2016)



------------------
This commit was generated by Migit
2016-01-01 14:43:59 +01:00
Michael Liebmann
11c6e81a50 CLuaInstance: Display warning when using a obsolete parameter...
...in cwindow/ctext/cpicture:hide()


Origin commit data
------------------
Branch: ni/coolstream
Commit: 75631a97f1
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-12-28 (Mon, 28 Dec 2015)



------------------
This commit was generated by Migit
2015-12-28 16:24:24 +01:00
Thilo Graf
3e4f973a06 lua instances: adopt for last rebases with splitted lua source files
TODO: check/fix lua functionality, not tested yet


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b28c80b74
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-12 (Sat, 12 Dec 2015)



------------------
This commit was generated by Migit
2015-12-27 14:42:28 +01:00
Michael Liebmann
4fcf18bad8 CLuaInstance: Fix and unified script function calls
- No api changes, code only


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9e331ee4e3
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-12-23 (Wed, 23 Dec 2015)



------------------
This commit was generated by Migit
2015-12-23 08:29:15 +01:00
Michael Liebmann
2ff8e3d4a8 CLuaInstCCText::CCTextScroll: Add Parameter 'pages'
- By pages parameter the number of pages can be specified
 to be scrolled
 - Set Lua api version to 1.30

Example:
	ct = ctext.new{...}
	...
	ct:scroll{dir="down", pages=2};


Origin commit data
------------------
Branch: ni/coolstream
Commit: e3fdcaec99
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-12-14 (Mon, 14 Dec 2015)

Origin message was:
------------------
CLuaInstCCText::CCTextScroll: Add Parameter 'pages'

 - By pages parameter the number of pages can be specified
  to be scrolled
 - Set Lua api version to 1.30

Example:
	ct = ctext.new{...}
	...
	ct:scroll{dir="down", pages=2};


------------------
This commit was generated by Migit
2015-12-14 22:34:53 +01:00
Michael Liebmann
672e1ca1d0 CLuaInstance: Move ccomponents functions in separate classes / files
- cwindow (CComponentsWindow)
 - ctext (CComponentsText)
 - cpicture (CComponentsPicture)
 - signalbox (CSignalBox)

 - No api changes, code only


Origin commit data
------------------
Branch: ni/coolstream
Commit: ad17505888
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-12-12 (Sat, 12 Dec 2015)

Origin message was:
------------------
CLuaInstance: Move ccomponents functions in separate classes / files

 - cwindow  (CComponentsWindow)
 - ctext   (CComponentsText)
 - cpicture (CComponentsPicture)
 - signalbox (CSignalBox)

 - No api changes, code only


------------------
This commit was generated by Migit
2015-12-12 10:42:28 +01:00