svenhoefer
0fa4486077
- lua: add stand-alone stringinput; set lua api version to 1.56
2016-09-05 23:49:37 +02:00
M. Liebmann
52c489f211
lua_filehelpers.cpp: Add lua script function 'exist()'
...
- Set Lua api version to 1.55
2016-09-05 23:46:02 +02:00
M. Liebmann
95a078742b
lua_filehelpers.cpp: Add lua script function 'ln()'
...
- Set Lua api version to 1.54
2016-09-05 23:46:02 +02:00
M. Liebmann
b50886faca
lua_filehelpers.cpp: Add lua script function 'readlink()'
...
- Set Lua api version to 1.53
2016-09-05 23:46:02 +02:00
M. Liebmann
906e9a2156
lua_filehelpers.cpp: Add lua script function 'mkdir()'
...
- Set Lua api version to 1.52
2016-09-05 23:46:01 +02:00
M. Liebmann
631708f380
lua_filehelpers.cpp: Add lua script function 'rmdir()'
...
- Set Lua api version to 1.51
2016-09-05 23:46:01 +02:00
M. Liebmann
689bc50a62
src/system/helpers.h:createDir(): Set correct default for mode
2016-09-05 23:46:01 +02:00
M. Liebmann
ab322416dc
lua_filehelpers.cpp: Add lua script function 'touch()'
...
- Set Lua api version to 1.50
2016-09-05 23:46:01 +02:00
M. Liebmann
ab7d90de3f
lua_filehelpers.cpp: Add lua script function 'chmod()'
...
- Set Lua api version to 1.49
2016-09-05 23:46:01 +02:00
M. Liebmann
de07369d68
Use DebugInfo functions in CFileHelpers::cp / lua cp
2016-09-05 23:46:01 +02:00
M. Liebmann
83a902d524
CFileHelpers: Add DebugInfo functions for displaying error messages..
...
..in lua script functions
2016-09-05 23:46:01 +02:00
M. Liebmann
270cd318ec
lua_filehelpers.cpp: Add lua script function 'cp()'
...
- Set Lua api version to 1.48
2016-09-05 23:46:01 +02:00
M. Liebmann
5198a13282
helpers.cpp: Add cp() function
2016-09-05 23:46:01 +02:00
M. Liebmann
64b5d36c52
CFileHelpers::copyFile: Rewrite mode handling
2016-09-05 23:46:01 +02:00
M. Liebmann
38470a8a80
helpers.cpp: Add itoa() function
2016-09-05 23:46:01 +02:00
M. Liebmann
295ca1f7c9
src/gui/lua: Add lua_filehelpers.cpp
2016-09-05 23:46:01 +02:00
M. Liebmann
c566466ff1
CLuaInstCCWindow::CCWindowNew: use setButtonLabels real footer width
2016-09-02 17:24:32 +02:00
svenhoefer
8d014c6f76
- lua_menue: allow user definable return values
...
This concerns:
* CLuaMenuFilebrowser::exec()
* CLuaMenuStringinput::exec()
* CLuaMenuKeyboardinput::exec()
2016-09-01 09:44:13 +02:00
Thilo Graf
ed0154a973
CFrameBuffer: add debug warning if radius < 0
...
Radius < 0 causes for wrong rendering. paintBoxRel() gets confused.
This will paint partial outside of renderbox.
TODO: This should be fixed.
2016-08-31 10:03:52 +02:00
Thilo Graf
731cb9c66d
CComponentsHeader: don't use default parameters for privat member
...
Unified adaptation related to child class ComponentsFooter.
see: 9b9a8d1a78
2016-08-30 11:19:48 +02:00
vanhofen
7d580b3296
- yWeb: depending display of logos in EPG plus from Tuxbox.DisplayLogos
2016-08-26 16:05:45 +02:00
vanhofen
3e283469db
- tuxboxapi: remove obsolete Tuxbox.LogosURL from getLogoFile()
2016-08-26 16:05:45 +02:00
vanhofen
7ac0ed9093
- neutrinoyparser: move search for channellogos to neutrinoyparser
...
This is to respecting user's setting to use other channellogos for
WebIf. Now WebIf tries Tuxbox.LogosURL from nhttpd.conf first.
Controlapi ignores these setting and providing the default system
channelogos using NeutrinoAPI->getLogoFile().
2016-08-26 16:05:45 +02:00
TangoCash
3f3ff32c86
fix xmltv channellogos
2016-08-26 16:05:45 +02:00
martii
b66c1e9f0f
nhttpd/neutrinoapi: fix getLogoFile()
2016-08-26 16:05:45 +02:00
Thilo Graf
9b9a8d1a78
CComponentsFooter: don't use default parameters for privat member
...
Passed init values are better to see here.
This should fix wrong footer color too. See UPNP-Browser, color was not
applied here.
2016-08-23 16:00:48 +02:00
svenhoefer
7c47b1a2a6
- controlapi: remove unused variable outType from xmltv functions
2016-08-23 15:39:09 +02:00
svenhoefer
acf58551a8
- yhook: avoid parameters from xml closing tag
2016-08-23 14:26:51 +02:00
TangoCash
bdde716c4a
- controlapi: add xmltv support
2016-08-23 14:26:24 +02:00
Thilo Graf
90866b232a
CComponentsWindow: fix possible holes between frame and footer
...
One line was to much
2016-08-22 21:17:02 +02:00
Thilo Graf
41ed6513bd
CMenuWidget: assign all layer colors out of header init
...
This fixes missing applying of possible changes of
colour settings in color setup for frame.
2016-08-22 21:16:58 +02:00
Thilo Graf
2cf409bc27
CComponentsButton: reduce shadow width
...
buttons are mostly small elements, so these elements should have a reasonable shadow width
2016-08-22 21:16:54 +02:00
Thilo Graf
ca5702acf4
CComponentsWindow: simplify statements
2016-08-22 21:16:50 +02:00
Thilo Graf
a92757697f
CComponentsFooter: use background color of footer inside chain object
...
Ensure pass of bg color from parent into chain object and button objects.
Required by embedded button objects. This prevents "holes" on screen.
2016-08-22 21:15:28 +02:00
Jacek Jendrzej
52d16769f1
src/gui/lua/lua_cc_window.cpp use setButtonLabels real window width
2016-08-22 20:59:06 +02:00
M. Liebmann
c990411575
Complete missing lua api versions:
...
- colors: some internal renamings (bc39d1e
) v1.40
- colors: make footer background color configurable (cc5258e
) v1.41
- luainstance: add missing entry for shadow color (a9446a0
) v1.42
- cc_text: if dx and dy is not set and text have parent use Height
(a648dab
) v1.43
- cc_window: dont paint over screen size (9120176
) v1.44
- cpicture: Add getHeight/getWidth option (d5051a1
) v1.45
- cpicture: Add setDimensionsAll option (5c26de0
) 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
5c26de095c
lua_cc_window: add setDimensionsAll option
2016-08-21 18:29:10 +02:00
Jacek Jendrzej
d5051a100f
lua_cc_picture: add cpicture getHeight / getWidth option
2016-08-21 16:17:28 +02:00
Jacek Jendrzej
912017621b
src/gui/components/cc_frm_window.cpp dont paint over screen size
2016-08-20 16:20:16 +02:00
Jacek Jendrzej
c37ef21912
2:supplement to a648daba75
2016-08-20 13:59:15 +02:00
Jacek Jendrzej
27ddf8935d
supplement to a648daba75
2016-08-20 09:54:12 +02:00
Jacek Jendrzej
a648daba75
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
2016-08-19 21:17:45 +02:00
Jacek Jendrzej
a29f433ded
src/gui/widget/menue.cpp check if pointer is not NULL
2016-08-17 17:23:08 +02:00
Thilo Graf
1306a7c1a3
CMenuWidget: adopt shadow color to newer color macros
2016-08-17 10:55:12 +02:00
Thilo Graf
6163c4f5ed
CUpnpBrowserGui: enable missing shadows
...
Supplement for c9bb55db72
2016-08-17 10:34:36 +02:00
svenhoefer
64bc3c5adc
- themes: change footer colors defaults
...
these colors historically depends on infobar colors
2016-08-16 23:38:33 +02:00
M. Liebmann
b015f65d4c
CUpnpBrowserGui: Fix segfault at neutrino start
2016-08-16 15:11:39 +02:00
M. Liebmann
be469d3549
Sort locale
2016-08-16 15:11:39 +02:00
svenhoefer
1f60557e0b
- ccomponents: use COL_SHADOW for shadows
2016-08-16 08:37:54 +02:00
svenhoefer
b1eab6a23e
- lua_cc_*: use COL_SHADOW for shadows
2016-08-16 08:37:54 +02:00