Jacek Jendrzej
4be0273083
-add webif option dont use CEC with standbyoff
2014-01-26 22:24:17 +01:00
Stefan Seyfried
1acddb37bf
sectionsd: don't hardcode ntpdate and ntpd path
2014-01-26 21:43:52 +01:00
Stefan Seyfried
e37e425674
helpers: add a function to find an executable in $PATH
2014-01-26 21:43:08 +01:00
Thilo Graf
6e92392e11
CBookmarkManager: init bookmarksmodified in constructor
...
var bookmarksmodified was not intitialized
2014-01-26 20:36:41 +01:00
Thilo Graf
bcf4e4fbf9
revert cd5fd9dab3
...
use an easier solution, based up neutrino-mp
2014-01-26 20:30:41 +01:00
M. Liebmann
06408a8325
Fix segfault in eventlist
2014-01-25 23:06:27 +01:00
M. Liebmann
cd5fd9dab3
Fix compiler warnings (-Wconversion)
...
- THX SatBaby for the info
2014-01-25 23:06:27 +01:00
striper
4b6d2d310c
- rewrite Lua handling
...
* depend pkg checks on enable-lua switch
* define STATIC_LUAPOSIX in case of static lua build to exclude unwanted
code in neutrino
* remove DYNAMIC_LUAPOSIX code as it's not needed in case of dynamic lua
build
2014-01-25 21:17:06 +01:00
Thilo Graf
1838a71c20
CComponentsHeader: cleanup
...
-remove variable userHeight, is not used
-change name of parameter in member initCaptionFont(), "font_name" is not a
suitable name for a type object.
2014-01-24 23:38:25 +01:00
Thilo Graf
d35da1afb6
CComponentsWindow: cleanup
2014-01-24 23:38:19 +01:00
Thilo Graf
66ae096372
CComponentsWindow: adapt header and footer corners for parent window
...
Corners of header and footer were not adapted to parent form.
It's unsightly, if these elements are not using the same corner types
like the parent window.
2014-01-24 23:13:49 +01:00
Thilo Graf
39d6340598
CComponents: rework some debug outputs
...
This shows also x or y values < 0.
2014-01-24 23:13:45 +01:00
Thilo Graf
8cad2a3ca5
CComponentsWindow: add member doCenter()
...
Allows centering of window on screen, mostly senseful for
window objects without parent
2014-01-24 23:13:41 +01:00
Thilo Graf
21e0321c53
CComponentsWindow: rework constructors, add CComponentsWindowMax
...
Member initVarWindow() now used with parameters, so it's possible
to remove multiple code in constructors, but some class must be
renamed to CComponentsWindowMax.
2014-01-24 23:12:51 +01:00
Thilo Graf
5ea7ec48df
CComponentsHeader: rework constructors, add CComponentsHeaderLocalized
...
Member initVarHeader() now used with parameters, so it's possible
to remove multiple code in constructors, but some class must be
renamed to CComponentsHeaderLocalized.
2014-01-24 23:09:56 +01:00
Jacek Jendrzej
0b30c8f2c5
supplement to 8652b5c925
2014-01-24 18:01:59 +01:00
Jacek Jendrzej
8652b5c925
CNFSMountGui::menuEntry -fix init type (thx Gaucho316)
2014-01-24 16:40:49 +01:00
Stefan Seyfried
1ab77083ba
luainstance: fix -Wnarrowing compiler warnings on 32bit platforms
2014-01-23 19:28:39 +01:00
Stefan Seyfried
2cd5aa4b1f
luainstance: make the type of table_key.code explicitly clear
2014-01-23 17:17:42 +01:00
Stefan Seyfried
116065f7ac
luainstance: do not export machine specific stuff
...
It's an exported API, so it should be somewhat useful/stable,
not change for every machine...
2014-01-23 17:17:25 +01:00
Stefan Seyfried
4da2a33b29
Revert "CLuaInstance: Fix compiler warnings"
...
This reverts commit 87031add94
.
This is wrong in so many aspects... just look up the definition
of lua_integer...
2014-01-23 17:16:56 +01:00
Jacek Jendrzej
94558db6f8
CNFSMountGui::menuEntry init type
2014-01-23 17:16:32 +01:00
M. Liebmann
71e5f964ab
CLuaInstance: Fix bool parameter in CWindow/SignalBox => paint()/hide()
2014-01-23 10:48:07 +01:00
[CST] Focus
3ad7175c45
driver/vfd.cpp: init timeout_cnt, to fix random vfd dimm
2014-01-23 12:26:44 +04:00
[CST] Focus
40408c82cd
cross-configure.apollo.debug: enable ffmpegdec and lua
2014-01-23 12:26:43 +04:00
svenhoefer
53f5801d6f
- adapt ShowMsg handling from martii's neutrino-mp
2014-01-22 12:37:21 +01:00
svenhoefer
6995e1a765
- adapt ShowHint handling from martii's neutrino-mp
2014-01-22 12:11:52 +01:00
[CST] Focus
cfe6facea4
mmi.h, cam_menu.cpp fix spelling error
2014-01-22 12:27:07 +04:00
M. Liebmann
87031add94
CLuaInstance: Fix compiler warnings
2014-01-21 22:35:49 +01:00
M. Liebmann
4fa3a245df
CSignalBar: Fix display "value caption"
2014-01-21 18:09:46 +01:00
M. Liebmann
1f7e8b41d7
CLuaInstance: Add parameter 'vertical' to CLuaSignalBox
2014-01-21 18:09:46 +01:00
M. Liebmann
9a346f8d25
CLuaInstance: fix format strings
2014-01-21 18:09:46 +01:00
M. Liebmann
82d4832013
Add a --enable-lua switch to enable LUA support
2014-01-21 17:05:24 +01:00
M. Liebmann
ad206dbbc1
CLuaInstance: Multiple functions made from CComponents in CLuaInstance available
...
- CComponentsWindow: new(), paint(), hide()
- CSignalBox: new(), paint()
2014-01-20 21:35:39 +01:00
M. Liebmann
c83f195637
CSignalBox: Set current tuner as the default frontend
2014-01-20 21:35:39 +01:00
M. Liebmann
506203dd85
Fix audio menu in movieplayer
2014-01-20 11:07:27 +01:00
svenhoefer
8b6519ad1c
Merge branch 'next-cc' into pu/lua
2014-01-19 21:20:53 +01:00
svenhoefer
7c6c8b3cc9
- deutsch.locale: update vfd scroll
2014-01-19 21:18:41 +01:00
M. Liebmann
ab00bb11b2
Adaptation of CLuaInstance
2014-01-19 20:57:40 +01:00
martii
b59141d1f5
gui/luainstance: recognize menu hints
2014-01-19 20:57:39 +01:00
martii
60dbf9194e
gui/luainstance: rename menue => menu
2014-01-19 20:57:39 +01:00
martii
007d700d53
lua: pictureviewer support
2014-01-19 20:57:39 +01:00
martii
1bdd23676a
lua menues: add directkey forwarder
2014-01-19 20:57:39 +01:00
martii
d2e5a703c3
lua: update menue callback api to include an id parameter
...
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com >
2014-01-19 20:57:39 +01:00
martii
82be6f8e66
lua: msgbox fix
2014-01-19 20:57:39 +01:00
martii
7b9adbe65b
lua: msgbox fix
2014-01-19 20:57:39 +01:00
martii
c6912180ee
lua related fixes
...
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com >
2014-01-19 20:57:39 +01:00
martii
a568f3004e
lua: remove debugging output
2014-01-19 20:57:39 +01:00
martii
df1ec23980
LUA fixes
...
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com >
2014-01-19 20:57:38 +01:00
martii
920e475526
LUA: change stringinput valid chars
2014-01-19 20:57:38 +01:00