Commit Graph

3989 Commits

Author SHA1 Message Date
[CST] Focus
c4197fb5f3 gui/movieplayer.cpp: allow getInstance() to return background instance 2015-10-16 14:55:05 +03:00
svenhoefer
9b78404d19 - eventlist: use real channel-id in webtv-mode to set timers 2015-10-09 19:00:03 +02:00
[CST] Focus
21aeb82d49 gui/movieplayer.cpp: try to fix starting MB playback on webtv channel:
create another CMoviePlayerGui instance for background playback.
remove define __STDC_CONSTANT_MACROS, should be added to CXXFLAGS
2015-10-07 13:48:26 +03:00
[CST] Focus
84d716ff5c gui/channellist.cpp: allow record for webtv channel 2015-10-07 13:47:56 +03:00
svenhoefer
f0492e8cfc - moviebrowser: add delete item to moviebrowser-menu ...
... and resort menu to get movie-specific stuff at the color-keys
2015-10-01 20:32:51 +02:00
svenhoefer
c683c8eb65 - moviebrowser: add return value to CMovieBrowser::onDeleteFile() 2015-10-01 20:31:46 +02:00
svenhoefer
ebd3cf6369 - moviebrowser: allow to delete all marked movies w/o any question 2015-09-29 08:49:14 +02:00
M. Liebmann
3b78f47756 CMovieBrowser::onDeleteFile: Use epg info instead of filename for display 2015-09-29 08:49:14 +02:00
M. Liebmann
d7c4335bff Complement to commit 'allow to delete all marked movies' 2015-09-29 08:49:14 +02:00
svenhoefer
644e3efee3 - moviebrowser: allow to delete all marked movies 2015-09-29 08:49:13 +02:00
Jacek Jendrzej
95fb4dab86 fix alloc-dealloc-mismatch 2015-09-24 14:26:13 +02: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
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
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
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
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
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
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
5bfbae4ca9 fix possible segfault if chanellist is empty 2015-08-13 15:27:25 +02:00
Jacek Jendrzej
b9f4f447ee src/nhttpd/yhttpd_core/ywebserver.cpp fix possible segfault 2015-08-05 18:57:08 +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
Thilo Graf
18fa153389 CChannelList: fix and simplify paint of custom channellogos
paint was probably broken since 5e380fa4f8
2015-07-17 16:01:19 +02:00
Thilo Graf
b47a0ccaeb CComponentsButton: simplify paint of button icon
Calculation of image aspect ratio now happens in picture object itself.
2015-07-17 15:35:47 +02:00
Thilo Graf
53a350d5af CComponentsPicture: fix and simplify image scale handling
Aspect ratio was not considered in some constallations, To see on button
icons and oversized custom channellogos in channllist.
Now this is handeled on init of image object and setters for width and height.
2015-07-17 15:35:18 +02:00
Jacek Jendrzej
644d96e42d src/gui/luainstance.cpp add switch enableUTF8 to ComponentsText 2015-07-12 21:13:22 +02:00
Thilo Graf
ccdaacb0a0 CComponentsText: add switch for utf8 disable/enable 2015-07-12 21:08:25 +02:00