Commit Graph

97 Commits

Author SHA1 Message Date
vanhofen
892603fe68 rename customcolor.h -> color_custom.h; reduce unneeded inludes
Origin commit data
------------------
Commit: 104d21e784
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- rename customcolor.h -> color_custom.h; reduce unneeded inludes
2016-10-10 14:19:55 +02:00
vanhofen
64744ba140 colors: add COL_PROGRESSBAR wrapper
Origin commit data
------------------
Commit: be40e67b70
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- colors: add COL_PROGRESSBAR wrapper
2016-10-10 14:19:55 +02:00
vanhofen
af3e39a47d colors: add COL_SCROLLBAR_PASSIVE wrapper
Origin commit data
------------------
Commit: 6629b64d6c
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- colors: add COL_SCROLLBAR_PASSIVE wrapper
2016-10-10 14:19:54 +02:00
vanhofen
4b3b25ca7a colors: add COL_SCROLLBAR_ACTIVE wrapper
Origin commit data
------------------
Commit: 7e7d4e5fc1
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- colors: add COL_SCROLLBAR_ACTIVE wrapper
2016-10-10 14:19:54 +02:00
vanhofen
897dc6ae8c colors: add COL_FRAME wrapper
Origin commit data
------------------
Commit: 75fe6e407d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)

Origin message was:
------------------
- colors: add COL_FRAME wrapper
2016-10-10 14:19:54 +02:00
Thilo Graf
857c655336 CLuaInstCCSignalbox: fix compatibility
Parameter for frontend was changed, is now NULL.
older plugins could expect an instance and could show
emtpty signal bars.


Origin commit data
------------------
Commit: f4387ccfa7
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-01 (Sat, 01 Oct 2016)
2016-10-01 22:10:25 +02:00
Michael Liebmann
664538e32a CLuaInstMessagebox::MessageboxExec: Fix 'show_buttons' handling
Origin commit data
------------------
Commit: 6f7ee35f24
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-21 (Wed, 21 Sep 2016)
2016-09-21 08:20:34 +02:00
TangoCash
2a17c30cd4 lua: Fix segfault in messagebox.exec at 'align' and 'default'
- Set default values for 'show_buttons' and 'default_button'
 to the correct value
 - Set Lua api version to 1.60

Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>


Origin commit data
------------------
Commit: 24dd6a8c22
Author: TangoCash <eric@loxat.de>
Date: 2016-09-10 (Sat, 10 Sep 2016)

Origin message was:
------------------
lua: Fix segfault in messagebox.exec at 'align' and 'default'

 - Set default values for 'show_buttons' and 'default_button'
  to the correct value
 - Set Lua api version to 1.60

Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>
2016-09-10 19:07:51 +02:00
vanhofen
fa2686a90e add listModeKey() function to simplify these calls
Origin commit data
------------------
Commit: 2911e638c7
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-09 (Fri, 09 Sep 2016)

Origin message was:
------------------
- add listModeKey() function to simplify these calls
2016-09-09 10:42:46 +02:00
Michael Liebmann
48f698f372 Activate warnings for deprecated functions in CLuaInstMisc & CLuaInstVideo
- Set Lua api version to 1.59


Origin commit data
------------------
Commit: b1ab3e2290
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-08 (Thu, 08 Sep 2016)
2016-09-08 08:45:15 +02:00
vanhofen
74a6ac120f lua: add pin-input; set lua api version to 1.58
Origin commit data
------------------
Commit: 80d1e9b6cf
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-08 (Thu, 08 Sep 2016)

Origin message was:
------------------
- lua: add pin-input; set lua api version to 1.58
2016-09-08 00:09:52 +02:00
Jacek Jendrzej
418d68a592 src/gui/lua/lua_filehelpers.cpp fix possible segfault if string argument is not a string (nil)
Origin commit data
------------------
Commit: 6aab8c6d12
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-09-07 (Wed, 07 Sep 2016)
2016-09-07 18:05:01 +02:00
vanhofen
c53f300b46 lua: add RC_timeout to keyname table; set lua api version to 1.57
Origin commit data
------------------
Commit: 84dfce8018
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-06 (Tue, 06 Sep 2016)

Origin message was:
------------------
- lua: add RC_timeout to keyname table; set lua api version to 1.57
2016-09-06 01:11:16 +02:00
vanhofen
fb44db9e19 lua: add stand-alone stringinput; set lua api version to 1.56
Origin commit data
------------------
Commit: 0fa4486077
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-05 (Mon, 05 Sep 2016)

Origin message was:
------------------
- lua: add stand-alone stringinput; set lua api version to 1.56
2016-09-05 23:49:37 +02:00
Michael Liebmann
c8e4c6e0a5 lua_filehelpers.cpp: Add lua script function 'exist()'
- Set Lua api version to 1.55


Origin commit data
------------------
Commit: 52c489f211
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-05 (Mon, 05 Sep 2016)
2016-09-05 23:46:02 +02:00
Michael Liebmann
e217a03f2c lua_filehelpers.cpp: Add lua script function 'ln()'
- Set Lua api version to 1.54


Origin commit data
------------------
Commit: 95a078742b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-05 (Mon, 05 Sep 2016)
2016-09-05 23:46:02 +02:00
Michael Liebmann
7ff676f0c0 lua_filehelpers.cpp: Add lua script function 'readlink()'
- Set Lua api version to 1.53


Origin commit data
------------------
Commit: b50886faca
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-04 (Sun, 04 Sep 2016)
2016-09-05 23:46:02 +02:00
Michael Liebmann
389ef2d93c lua_filehelpers.cpp: Add lua script function 'mkdir()'
- Set Lua api version to 1.52


Origin commit data
------------------
Commit: 906e9a2156
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-04 (Sun, 04 Sep 2016)
2016-09-05 23:46:01 +02:00
Michael Liebmann
a262f1c85a lua_filehelpers.cpp: Add lua script function 'rmdir()'
- Set Lua api version to 1.51


Origin commit data
------------------
Commit: 631708f380
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-04 (Sun, 04 Sep 2016)
2016-09-05 23:46:01 +02:00
Michael Liebmann
a956b1c01f lua_filehelpers.cpp: Add lua script function 'touch()'
- Set Lua api version to 1.50


Origin commit data
------------------
Commit: ab322416dc
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-04 (Sun, 04 Sep 2016)
2016-09-05 23:46:01 +02:00
Michael Liebmann
3bd7c3f7d9 lua_filehelpers.cpp: Add lua script function 'chmod()'
- Set Lua api version to 1.49


Origin commit data
------------------
Commit: ab7d90de3f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-04 (Sun, 04 Sep 2016)
2016-09-05 23:46:01 +02:00
Michael Liebmann
0143837e94 Use DebugInfo functions in CFileHelpers::cp / lua cp
Origin commit data
------------------
Commit: de07369d68
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-04 (Sun, 04 Sep 2016)
2016-09-05 23:46:01 +02:00
Michael Liebmann
f6b960e97e lua_filehelpers.cpp: Add lua script function 'cp()'
- Set Lua api version to 1.48


Origin commit data
------------------
Commit: 270cd318ec
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-03 (Sat, 03 Sep 2016)
2016-09-05 23:46:01 +02:00
Michael Liebmann
fed4ac5968 src/gui/lua: Add lua_filehelpers.cpp
Origin commit data
------------------
Commit: 295ca1f7c9
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-03 (Sat, 03 Sep 2016)
2016-09-05 23:46:01 +02:00
Michael Liebmann
8a433a668d CLuaInstCCWindow::CCWindowNew: use setButtonLabels real footer width
Origin commit data
------------------
Commit: c566466ff1
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-09-02 (Fri, 02 Sep 2016)
2016-09-02 17:24:32 +02:00
vanhofen
53f05e6a73 lua_menue: allow user definable return values
This concerns:
* CLuaMenuFilebrowser::exec()
* CLuaMenuStringinput::exec()
* CLuaMenuKeyboardinput::exec()


Origin commit data
------------------
Commit: 8d014c6f76
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-01 (Thu, 01 Sep 2016)

Origin message was:
------------------
- lua_menue: allow user definable return values

This concerns:
* CLuaMenuFilebrowser::exec()
* CLuaMenuStringinput::exec()
* CLuaMenuKeyboardinput::exec()
2016-09-01 09:44:13 +02:00
Jacek Jendrzej
a8292eae0b src/gui/lua/lua_cc_window.cpp use setButtonLabels real window width
Origin commit data
------------------
Commit: 52d16769f1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-22 (Mon, 22 Aug 2016)
2016-08-22 20:59:06 +02:00
Michael Liebmann
c9f0b15a1d Complete missing lua api versions:
- colors: some internal renamings (78230ea) v1.40
 - colors: make footer background color configurable (70abfb3) v1.41
 - luainstance: add missing entry for shadow color (832649c) v1.42
 - cc_text: if dx and dy is not set and text have parent use Height
 (5ac8d00) v1.43
 - cc_window: dont paint over screen size (46b77c7) v1.44
 - cpicture: Add getHeight/getWidth option (7e874dd) v1.45
 - cpicture: Add setDimensionsAll option (fcfb4c4) v1.46

 - Set Lua api version to 1.46

 See also neutrino-hd wiki:
 https://wiki.neutrino-hd.de/wiki/Neutrino_HD_Lua_API#Changelog


Origin commit data
------------------
Commit: c990411575
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-08-22 (Mon, 22 Aug 2016)

Origin message was:
------------------
Complete missing lua api versions:

 - colors: some internal renamings (78230ea) v1.40
 - colors: make footer background color configurable (70abfb3) v1.41
 - luainstance: add missing entry for shadow color (832649c) v1.42
 - cc_text: if dx and dy is not set and text have parent use Height
  (5ac8d00) v1.43
 - cc_window: dont paint over screen size (46b77c7) v1.44
 - cpicture: Add getHeight/getWidth option (7e874dd) v1.45
 - cpicture: Add setDimensionsAll option (fcfb4c4) v1.46

 - Set Lua api version to 1.46

 See also neutrino-hd wiki:
 https://wiki.neutrino-hd.de/wiki/Neutrino_HD_Lua_API#Changelog
2016-08-22 04:31:29 +02:00
Jacek Jendrzej
fcfb4c41e5 lua_cc_window: add setDimensionsAll option
Origin commit data
------------------
Commit: 5c26de095c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-21 (Sun, 21 Aug 2016)
2016-08-21 18:29:10 +02:00
Jacek Jendrzej
7e874ddf64 lua_cc_picture: add cpicture getHeight / getWidth option
Origin commit data
------------------
Commit: d5051a100f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-21 (Sun, 21 Aug 2016)
2016-08-21 16:17:28 +02:00
Jacek Jendrzej
f1912db720 2:supplement to 5ac8d0085b
Origin commit data
------------------
Commit: c37ef21912
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-20 (Sat, 20 Aug 2016)

Origin message was:
------------------
2:supplement to 5ac8d0085b
2016-08-20 13:59:15 +02:00
Jacek Jendrzej
882bdf5b2d supplement to 5ac8d0085b
Origin commit data
------------------
Commit: 27ddf8935d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-20 (Sat, 20 Aug 2016)
2016-08-20 09:54:12 +02:00
Jacek Jendrzej
5ac8d0085b 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
------------------
Commit: a648daba75
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-08-19 (Fri, 19 Aug 2016)
2016-08-19 21:17:45 +02:00
vanhofen
7a9e82e7ed lua_cc_*: use COL_SHADOW for shadows
Origin commit data
------------------
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
2016-08-16 08:37:54 +02:00
vanhofen
832649cb46 luainstance: add missing entry for shadow color
Origin commit data
------------------
Commit: a9446a084a
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- luainstance: add missing entry for shadow color
2016-08-15 00:32:57 +02:00
vanhofen
70abfb3339 colors: make footer background color configurable
TODO: footer text color and maybe footer font


Origin commit data
------------------
Commit: cc5258e6d5
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- colors: make footer background color configurable

TODO: footer text color and maybe footer font
2016-08-15 00:14:47 +02:00
vanhofen
78230ead13 colors: some internal renamings
* INFOBAR_SHADOW to SHADOW because it's not only used in infoviewer
* INFOBAR_SHADOW_TEXT to MENUFOOT_TEXT because it's the proper name

This is in preparation to make footer colors configurable


Origin commit data
------------------
Commit: bc39d1e14e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-14 (Sun, 14 Aug 2016)

Origin message was:
------------------
- colors: some internal renamings

* INFOBAR_SHADOW to SHADOW because it's not only used in infoviewer
* INFOBAR_SHADOW_TEXT to MENUFOOT_TEXT because it's the proper name

This is in preparation to make footer colors configurable
2016-08-14 21:55:18 +02:00
Jacek Jendrzej
1ee46a273e src/gui/lua/lua_video.cpp fix possible segfault if argument is not a string (nil)
Origin commit data
------------------
Commit: 021db3ab04
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-07-22 (Fri, 22 Jul 2016)
2016-07-22 17:24:39 +02:00
Jacek Jendrzej
5b9ab4a91b check if string msg is not NULL, fix segfault
Origin commit data
------------------
Commit: c9e8a57418
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-05-19 (Thu, 19 May 2016)
2016-05-19 15:22:15 +02:00
Michael Liebmann
5c80402d36 CLuaInstVideo::VideoCheckData(): Fix segfault when invalid parameter is passed
Origin commit data
------------------
Commit: ec2afe52a9
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-04-30 (Sat, 30 Apr 2016)
2016-04-30 19:03:23 +02:00
Michael Liebmann
726912412c Update LUA_WIKI urls
Origin commit data
------------------
Commit: 5ad7e63692
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-04-30 (Sat, 30 Apr 2016)
2016-04-30 19:03:23 +02:00
Michael Liebmann
7211a3e7fa CLuaInstance: Fix compiler warnings
Origin commit data
------------------
Commit: 10f17ad5ee
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-04-24 (Sun, 24 Apr 2016)
2016-04-24 19:37:17 +02:00
Jacek Jendrzej
1486711d16 some never read compil warning fixes
Origin commit data
------------------
Commit: 0d9fbd5378
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-04-24 (Sun, 24 Apr 2016)
2016-04-24 17:18:37 +02:00
Jacek Jendrzej
958e33ddd6 some compil warning fixes
Origin commit data
------------------
Commit: a471b2af10
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-04-23 (Sat, 23 Apr 2016)
2016-04-23 21:19:04 +02:00
Jacek Jendrzej
b06b3db436 some compil warning fixes
Origin commit data
------------------
Commit: 8638cd73b7
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-04-22 (Fri, 22 Apr 2016)
2016-04-22 16:46:21 +02:00
Jacek Jendrzej
419b55bb97 avoid null pointer use
Origin commit data
------------------
Commit: 8fb4e1b78e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-04-21 (Thu, 21 Apr 2016)
2016-04-21 18:14:46 +02:00
Jacek Jendrzej
9e5bc3ec15 supplement to 73dc76ef70
Origin commit data
------------------
Commit: 270a60687c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-04-03 (Sun, 03 Apr 2016)
2016-04-03 11:05:21 +02:00
Jacek Jendrzej
d90d5b3b53 add postfields and header curl option
Origin commit data
------------------
Commit: 35898bb7fd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-25 (Fri, 25 Mar 2016)
2016-03-25 20:20:48 +01:00
[CST] Focus
38ede6dfb0 neutrino: add webtv channel list mode
Origin commit data
------------------
Commit: 302642cee7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-03-23 (Wed, 23 Mar 2016)
2016-03-23 16:36:00 +03:00
Michael Liebmann
030a29d624 CLuaInstMisc: Add getTimeOfDay() script function
- Set Lua api version to 1.39


Origin commit data
------------------
Commit: cb7895d981
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-21 (Thu, 21 Jan 2016)
2016-01-21 17:42:07 +01:00