Commit Graph

6994 Commits

Author SHA1 Message Date
[CST] Focus
5a000b6a4e driver/streamts.cpp: bug fix: SO_SNDBUF for connection fd 2015-09-24 13:32:38 +03:00
[CST] Focus
d0065f0043 neutrino.cpp: do not show messages in standby 2015-09-24 13:31:29 +03:00
[CST] Focus
04aa958d19 gui/cam_menu.cpp: hack: save blind answer as pincode and re-use it if enabled 2015-09-24 12:32:28 +03:00
[CST] Focus
978d2d3ef5 gui/scan_setup.cpp: do not auto-enable auto-fastscan update after fast scan,
do not auto-enable persistent channels numbers if scan logical channel numbers enabled,
show start fastscan in easy menu mode, too
2015-09-24 12:28:54 +03:00
[CST] Focus
6bcb85fa07 gui/dboxinfo.cpp: add serial number to title 2015-09-24 12:28:23 +03:00
[CST] Focus
5561eea881 eitd/xmlutil.h: add readEventsFromDir 2015-09-24 12:26:06 +03:00
[CST] Focus
ad153ed851 gui/eventlist.cpp: use epg id to get events 2015-09-24 12:25:58 +03:00
[CST] Focus
6792d168d0 gui/epgview.cpp: use epg id to get events 2015-09-24 12:25:53 +03:00
[CST] Focus
3ff71e5e48 gui/epgplus.cpp: use epg id to get events 2015-09-24 12:25:44 +03:00
[CST] Focus
329aea09be gui/infoviewer.cpp: remove some showTitle wrapper, use epg-id to get events 2015-09-24 12:25:39 +03:00
[CST] Focus
7f4cf3011c gui/channellist.cpp: pass channel epg_id to get events 2015-09-24 12:25:33 +03:00
[CST] Focus
4322f24651 gui/movieplayer.cpp, neutrino.cpp: call infoviewer with channel as param 2015-09-24 12:25:22 +03:00
[CST] Focus
15b212a939 zapit/src/bouquets.cpp: set epgid for webtv channels 2015-09-24 12:25:16 +03:00
[CST] Focus
dc506ab335 zapit/src/channel.cpp: add epg_id to use in place of channel id if needed 2015-09-24 12:25:11 +03:00
M. Liebmann
dd1e02b6e4 src/gui/update.cpp: Go back to the expert menu after backup 2015-09-22 13:41:14 +02:00
M. Liebmann
885f13f6b0 Apollo/Kronos: Display backup options for 'var' and 'root1'...
...only if are mounted.

- Using /proc/mounts to find correct mountpoint for backup
2015-09-22 13:41:14 +02:00
M. Liebmann
cb4c7431c7 Apollo/Kronos: Use backup with readmtdJFFS2() also for root1 partition 2015-09-22 13:41:14 +02:00
M. Liebmann
6121e57fbc Apollo/Kronos: Use backup with readmtdJFFS2() also for var partition 2015-09-22 13:41:13 +02:00
Jacek Jendrzej
f74aa0f53d src/zapit/src/scansdt.cpp add 0x1f to CSdt::FixServiceType (h265 codec) (THX Janus) 2015-09-19 19:56:52 +02:00
Jacek Jendrzej
380e95cd1c src/gui/movieplayer.cpp stop lua player on STANDBY_ON 2015-09-19 17:54:33 +02:00
M. Liebmann
cf4beae892 src/gui/luainstance.cpp: Fix copy/paste error in commit e86306b
- Set Lua api version to 1.5
2015-09-19 16:53:15 +02:00
M. Liebmann
1e76cac3ba CLuaInstance: Script function 'checkVersion' terminated an error...
...occurs immediately the script

Complement to commit 00dff2c598

- Set Lua api version to 1.4
2015-09-17 15:02:06 +02:00
[CST] Focus
c6dedf148f system/httptool.cpp: add CURLOPT_FAILONERROR to fail on 4xx errors 2015-09-17 13:59:04 +03:00
M. Liebmann
e86306b8ec CLuaInstance: Add error message for menu callback funktions
- Set Lua api version to 1.3
2015-09-17 12:12:27 +02:00
Thilo Graf
7a1fed715f CLuaInstance: simplified error message handler
use DisplayErrorMessage() instead full call of  ShowMsg.

Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>
2015-09-17 12:12:26 +02:00
M. Liebmann
8ad20d4513 Display[Error|Info]Message: Add optional parameter 'Caption' 2015-09-17 12:12:26 +02:00
[CST] Focus
653d196e16 gui/movieplayer.cpp: mark auto-screenshot as done in any case,
if one try fail, next will probably fail anyway
2015-09-17 12:40:31 +03:00
M. Liebmann
39d10e03df CLuaInstance: Add script function 'setActive' to enable or disable...
...individual menu items.

 - Set Lua api version to 1.2
2015-09-14 17:47:09 +02:00
M. Liebmann
e0bfbfe9e3 CLuaInstance: Add return value to menu function "addItem"
Function returns an ID of each item handles
2015-09-14 17:47:09 +02:00
Jacek Jendrzej
009fcba748 lib/libdvbsub/dvbsubtitle.cpp: fix compil for new ffmpeg version 2015-09-07 18:59:03 +02:00
M. Liebmann
b56be92d59 CLuaInstance::PlayFile: Function now returns the status of buttons
- Set Lua api version to 1.1

     return code              defined LUA Variables
  --------------------------------------------------
  0 = normal exit              PLAYSTATE.NORMAL
  1 = aborted by stop button   PLAYSTATE.STOP
  2 = next button              PLAYSTATE.NEXT
  3 = prev button              PLAYSTATE.PREV
2015-09-04 18:07:32 +02:00
M. Liebmann
00dff2c598 CLuaInstance: Add versions definition for lua api in luainstance.h
- Version is defined in lua script as APIVERSION.MAJOR, APIVERSION.MINOR
- Set Lua API version to 1.0
2015-09-04 18:07:31 +02:00
M. Liebmann
d2035b91fc Sort locales 2015-09-04 18:07:31 +02:00
Jacek Jendrzej
a34b32043a fix Werror=format 2015-08-22 15:27:47 +02:00
Jacek Jendrzej
c06e5b1407 for debug filesystem 2015-08-21 22:04:04 +02:00
Jacek Jendrzej
65a237c991 src/gui/eventlist.cpp fix timeshif_record timer handling 2015-08-20 15:51:57 +02:00
Jacek Jendrzej
abea6d83d6 src/gui/channellist.cpp: stop RECMODE_TSHIFT in play mode 2015-08-19 17:58:08 +02:00
Jacek Jendrzej
dff62cfbe1 src/gui/eventlist.cpp: show AUTO_SHIFT icon in TSHIFT mode 2015-08-18 14:36:14 +02:00
Jacek Jendrzej
8444e3519a data/cables.xml update Kabel BW (THX PauleFoul) 2015-08-13 19:17:03 +02:00
Jacek Jendrzej
e242674c9b data/cables.xml update Unitymedia (THX klauser) 2015-08-13 15:58:44 +02:00
Jacek Jendrzej
5bfbae4ca9 fix possible segfault if chanellist is empty 2015-08-13 15:27:25 +02:00
Jacek Jendrzej
fceeab4027 eitd: add and move viasat to extra switch 2015-08-09 18:00:13 +02:00
Jacek Jendrzej
06ab9d186b eitd: add and move viasat to extra switch 2015-08-09 17:54:31 +02:00
Jacek Jendrzej
b9f4f447ee src/nhttpd/yhttpd_core/ywebserver.cpp fix possible segfault 2015-08-05 18:57:08 +02:00
Jacek Jendrzej
f4d35a34c9 src/nhttpd/yhttpd_core/ywebserver.cpp fix sanitize 2015-08-05 18:42:42 +02:00
Jacek Jendrzej
29aa47aef0 audioplayer: -add flv format (THX Houdini) 2015-07-27 12:40:41 +02:00
Thilo Graf
89cc6628ca CMenuWidget: remove double assignment of info box color 2015-07-17 17:31:57 +02:00
Thilo Graf
638832f535 CTextBox: fix calculated but not used parameter 2015-07-17 17:30:41 +02:00
Thilo Graf
672ae3fdb1 CTextBox: fix calculated but not used parameter 2015-07-17 17:07:14 +02:00
Thilo Graf
4e002bdf66 CTextBox: consider utf8 mode parameter for correct render width, if required 2015-07-17 16:01:20 +02:00