Commit Graph

7971 Commits

Author SHA1 Message Date
Thilo Graf
0eca61b71e CFrameBuffer: add debug warning if radius < 0
Radius < 0 causes for wrong rendering. paintBoxFrame() gets confused.
This will paint partial outside of frame area.
2016-09-13 09:09:24 +02:00
Thilo Graf
2de3a167e5 CComponentsFooter: rename var for btn icon
is more plausible
2016-09-13 09:04:53 +02:00
TangoCash
bf770e9a68 - messagebox: fix navigation in buttons if just one button is present (thx dbo) 2016-09-12 13:27:46 +02:00
svenhoefer
974ef11d5b - detailsline: remove unneeded position/dimension additions 2016-09-12 12:11:04 +02:00
svenhoefer
9948649f55 - cc_detailsline: fix positions/dimensions of detailsline 2016-09-12 12:10:19 +02:00
Thilo Graf
bb216f975c CThemes: try to fix possible artefacts after changed theme
This ensures a clean screen before repaint after changed theme.

In some constellations (eg. with color gradient) it was possible to
see some old artefacts inside widget items, eg. in header.
This should avoid this.
Small disadvantage: screen needs complete repaint after changed theme, but
this should be not a problem in this case.
2016-09-12 08:38:17 +02:00
TangoCash
24dd6a8c22 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
aa8a3849f4 - movieinfo: internally rename epgEpgId -> epgId 2016-09-10 00:32:35 +02:00
vanhofen
625cbb6122 - movieinfo: internally rename epgId -> channelId 2016-09-10 00:32:35 +02:00
vanhofen
a85d539bd0 - movieinfo: internally rename epgChannel -> ChannelName 2016-09-10 00:32:35 +02:00
vanhofen
c5dcb1c4f6 - movieinfo: internally rename epgAudioPid -> AudioPid 2016-09-10 00:32:35 +02:00
vanhofen
c1feaad8fa - movieinfo: internally rename epgVTXPID -> VtxtPid 2016-09-10 00:32:35 +02:00
vanhofen
8bb566eba5 - movieinfo: internally rename epgVideoPid -> VideoPid 2016-09-10 00:32:35 +02:00
vanhofen
1c37abc0a0 - movieinfo: internally rename epgMode -> mode 2016-09-10 00:32:35 +02:00
svenhoefer
2911e638c7 - add listModeKey() function to simplify these calls 2016-09-09 10:42:46 +02:00
M. Liebmann
b1ab3e2290 Activate warnings for deprecated functions in CLuaInstMisc & CLuaInstVideo
- Set Lua api version to 1.59
2016-09-08 08:45:15 +02:00
svenhoefer
80d1e9b6cf - lua: add pin-input; set lua api version to 1.58 2016-09-08 00:09:52 +02:00
Jacek Jendrzej
f101655e19 fix compil error: redundant redeclaration of 'void strReplace' 2016-09-07 18:30:03 +02:00
Jacek Jendrzej
6aab8c6d12 src/gui/lua/lua_filehelpers.cpp fix possible segfault if string argument is not a string (nil) 2016-09-07 18:05:01 +02:00
M. Liebmann
6a9c08ae90 CFileHelpers: Rework FileBuf handling
FileBuf: Reserve memory only when it is needed (copyFile)
copyFile: Reserve for small files, only as much memory as is required
2016-09-06 11:32:41 +02:00
M. Liebmann
ff9a71cd36 CFileHelpers::removeDir: Better error message
- No error when directory does not exist
2016-09-06 11:32:41 +02:00
Thilo Graf
a10755dca7 Moviebrowser: functions outsourced
TODO: 	Classes and menus should follow someday.
2016-09-06 11:32:41 +02:00
Thilo Graf
71df2cab52 Movibrowser: types outsourced 2016-09-06 11:32:41 +02:00
Thilo Graf
64053c1758 Moviebrowser: start outsourcing moviebrowser code 2016-09-06 11:32:41 +02:00
svenhoefer
84dfce8018 - lua: add RC_timeout to keyname table; set lua api version to 1.57 2016-09-06 01:11:16 +02:00
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
92a88906a5 Add alternative variant for the display of __FILE__ (__path_file__)
- __path_file__ includes the relevant parts of source path
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