Stefan Seyfried
65437a60a8
Merge remote-tracking branch 'broken/next-cc'
2014-01-28 13:22:00 +01:00
[CST] Focus
828f9e5856
gui/cam_menu.cpp: handle CA_MESSAGE_MSG_CHANNEL_CHANGE msg
2014-01-28 16:16:35 +04:00
[CST] Focus
02cb09ce7e
neutrino.cpp: add zapTo(), reuse common code for zap without wait
2014-01-28 16:12:30 +04:00
M. Liebmann
65859318d0
Fix display volumebar when channellist is visible
2014-01-28 12:59:17 +01:00
M. Liebmann
da2738cd9e
CLuaMenuForwarder: Fix error msg
2014-01-28 12:59:17 +01:00
Jacek Jendrzej
9855a220be
webif standby -add option CEC standby off (dont use TV off)
2014-01-28 10:30:29 +01:00
svenhoefer
6a821fe2a5
- CLuaInstance::MenuAddItem: add 'next' and 'cancel' items
2014-01-27 21:10:41 +01:00
Stefan Seyfried
e9bc524562
Merge remote-tracking branch 'check/next-cc'
2014-01-27 21:00:18 +01:00
Jacek Jendrzej
372b367b8b
supplement to 4be0273083
cec option in standby off and on
2014-01-27 20:26:46 +01:00
Jacek Jendrzej
231e51fce1
mSHTDCNT init var
2014-01-27 18:13:13 +01:00
Jacek Jendrzej
3dc41ac047
-fix CMenuDForwarder option change
2014-01-27 17:11:27 +01:00
[priv] M. Liebmann
356feceb9c
helpers.cpp: fix find_executable
...
- function made the environment variable PATH broken
2014-01-27 13:37:32 +01:00
[CST] Focus
1ee458e461
driver/framebuffer.cpp: try to load icons first from /var/tuxbox/icons/
2014-01-27 15:44:15 +04:00
Stefan Seyfried
2c5e5c8a3f
CFileHelpers::copyFile: remove duplicated code
...
there is no reason I can imagine to distinguish between
large and small files
2014-01-27 11:58:49 +01:00
svenhoefer
73446dbc52
- CLuaInstance::MenuAddItem: separation of "separator" and "separatorline"
2014-01-27 11:47:40 +01:00
Stefan Seyfried
7625d7782c
CFileHelpers: remove 'doCopyFlag' -- it's always true anyway
2014-01-27 11:33:55 +01:00
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
Stefan Seyfried
87c0c55b85
icons: fix start and shutdown picture
...
No idea what the exact problem was. The old ones were directly
exported from GIMP 2.8.10. Now converted with ImageMagick 6.8.8-1
"convert" with no other options and they seem to be fine.
2014-01-26 21:07:18 +01:00
Stefan Seyfried
1ded47c5c8
sectionsd: don't hardcode ntpdate and ntpd path
2014-01-26 21:06:40 +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
Stefan Seyfried
1867f687b8
helpers: add a function to find an executable in $PATH
2014-01-26 16:09:48 +01:00
Stefan Seyfried
899837e003
lua: detect if static or dynamic linking is wanted
2014-01-26 01:25:06 +01:00
Stefan Seyfried
78f51baf66
Merge remote-tracking branch 'check/next-cc-fixed'
2014-01-26 00:33:08 +01:00
Stefan Seyfried
f625a18324
Revert "Fix compiler warnings (-Wconversion)"
...
This reverts commit cd5fd9dab3
.
I have a different, simpler version in my tree. Keep only the
(unsigned char) cast in timerlist.cpp
2014-01-26 00:32:23 +01:00
Stefan Seyfried
f10057118f
Revert "- rewrite Lua handling"
...
This reverts commit 4b6d2d310c
.
It broke static linked lua+luaposix completely, which is useful
for debugging and thus should be kept working.
2014-01-26 00:16:30 +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
Stefan Seyfried
039dcc8d4d
capmt: try to fix recording/streaming
2014-01-25 20:27:46 +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
Stefan Seyfried
7f9aa3f37b
luainstance: fix -Wnarrowing compiler warnings on 32bit platforms
2014-01-23 15:36:13 +01:00
Stefan Seyfried
32d3a82efc
luainstance: make the type of table_key.code explicitly clear
2014-01-23 14:55:43 +01:00
Stefan Seyfried
5e9d7878e6
vfd: fix signed-unsigned comparison warning
2014-01-23 14:17:49 +01:00
Stefan Seyfried
c45ccf6a0d
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 14:16:45 +01:00