Commit Graph

7615 Commits

Author SHA1 Message Date
Thilo Graf
2db623a445 CUpnpBrowserGui: rework top box arrangement 2016-03-03 09:52:19 +01:00
Thilo Graf
b3a19f4d8f CUpnpBrowserGui: rework broken detail info
- apply current dline functionality
- use footer class to paint footer, So footer is usable as object.
- use infobox to show content and time info
2016-03-03 09:52:19 +01:00
Thilo Graf
a87d16f62a CNeutrinoApp: add signal OnAfterSetupFonts
This allows to implement methodes already inside classes without any
additional external var constructions.
2016-03-03 09:52:19 +01:00
Thilo Graf
33135a5bc5 COPKGManager: generate a readable string for installation time 2016-03-03 09:52:18 +01:00
svenhoefer
8a12d3ef8d - infoviewer: we don't have starttimes in livestream mode 2016-03-03 09:46:42 +01:00
M. Liebmann
eb1826ebee Display of livestream infos in IV if no EPG data available 2016-03-03 09:46:42 +01:00
svenhoefer
66258704bf - neutrino: add upgradeSetup function ...
... to upgrade neutrino.conf to new defaults if needed
2016-03-03 09:46:42 +01:00
svenhoefer
273dc68da5 - neutrino: add version_pseudo.h to allow changes ...
by comparing old version_pseudo with new one
2016-03-03 09:46:42 +01:00
svenhoefer
d5b00e9798 - locale: change default text for yellow button 2016-03-03 09:46:42 +01:00
svenhoefer
5a9bee721d - user_menu: get resolution value for livestreams 2016-03-03 09:46:42 +01:00
svenhoefer
07b1f6f849 - infoviewer_bb: show resolution in livestream mode on color button 2016-03-03 09:46:42 +01:00
svenhoefer
cf749f6d47 - webtv_setup: auto-determinate LIVESTREAM_RESOLUTION_OPTION_COUNT 2016-03-03 09:46:42 +01:00
Jacek Jendrzej
2775e475ae Fix parse json data 2016-03-03 09:46:42 +01:00
M. Liebmann
b4a2856e1c movieplayer: Use Lua scripts for selecting live stream urls 2016-03-03 09:46:42 +01:00
M. Liebmann
f4e8728285 CZapitChannel: Add variable 'script'
- using scripts for detecting the URL for live streams
2016-03-03 09:46:42 +01:00
svenhoefer
efcc0a3345 - yWeb: enable record start button in boxcontrol 2016-03-03 09:28:41 +01:00
Jacek Jendrzej
9c2fbfd0bb src/nhttpd/yhttpd_core/helper.cpp revert unneeded sie check 2016-03-02 13:41:09 +01:00
[CST] Focus
55fe41a626 gui/mediaplayer.cpp: disable audio play while movieplayer playback active 2016-03-02 15:07:09 +03:00
[CST] Focus
fc11a76c01 nhttpd/tuxboxapi/controlapi.cpp: add direct record start for current channel 2016-03-02 14:30:51 +03:00
[CST] Focus
746c3e769a gui/pictureviewer.cpp: unblank video on quit in mode_ts 2016-03-02 12:31:48 +03:00
Jacek Jendrzej
2f58a4732f src/gui/scan.cpp use_config.scanPIDs_in_tsScan_also (THX Janus) 2016-03-01 16:50:33 +01:00
Jacek Jendrzej
0857bf579a src/gui/movieplayer.cpp fix possible stack-buffer-overflow 2016-03-01 16:11:10 +01:00
svenhoefer
6a38042071 - controlapi/getmode: allow to get channelsmode in all stb modes 2016-03-01 10:01:35 +01:00
svenhoefer
9c7ad87cff - yhook: add helper function ParamList_exist() 2016-03-01 10:00:49 +01:00
Thilo Graf
8e0d1c85f9 CComponentsButton: increase default height of buttons 2016-02-29 10:38:55 +01:00
Thilo Graf
59d9b7068e Infoclock: unify handling in some classes with singleton 2016-02-29 08:05:05 +01:00
svenhoefer
dcec44b8d6 - controlapi/epg: resort order of items; last order brakes plugins 2016-02-27 00:03:34 +01:00
Thilo Graf
e45ea4abfb CComponentsText: add extended setColorAll() methode into text class
Doeas the same like setColorAll() of CCDraw but additional for text color
2016-02-26 14:58:41 +01:00
Thilo Graf
63533b6dbd CComponentsWindow: fix default header color 2016-02-26 14:57:05 +01:00
Stefan Seyfried
698839b44a add a method for migrating config file values
e.g. commit 523b273a changed the names of config file entries, which
leads to unwanted changes in appearance.
To avoid this in the future, add a migrateConfig() function in neutrino
which fixes this commit and can be extended in the future if necessary.
2016-02-26 09:25:12 +01:00
vanhofen
63333053f5 - controlapi/timer: fix json output 2016-02-26 09:03:24 +01:00
svenhoefer
9615f547d5 - controlapi/timer: allow json output 2016-02-25 15:35:27 +01:00
svenhoefer
75a6848a79 - yhook: allow multiple json arrays 2016-02-25 15:34:43 +01:00
Jacek Jendrzej
d96f15fb6c fix AddressSanitizer: strncpy-param-overlap: memory ranges 2016-02-24 18:46:12 +01:00
svenhoefer
c6207d1cff - controlapi/epgsearch: fix display of eventid 2016-02-24 16:45:52 +01:00
svenhoefer
911f333a7f - controlapi/epg: add fallback when no channel or bouquet is given
This function needs a fix, because "bouquetnr=all" breakes json output.
2016-02-24 16:45:52 +01:00
svenhoefer
72cec30e97 - controlapi/getchannel: fix possible crash when channel = NULL 2016-02-24 16:45:52 +01:00
svenhoefer
e7ed3b2bc0 - yhook: change json output (text -> msg) 2016-02-24 16:45:52 +01:00
Thilo Graf
22371418d3 CComponentsDetailLine: add version of setDimensionsAll() for dline
Contains different parameters, required by dline
2016-02-24 15:11:28 +01:00
Thilo Graf
3b6e4bfcc0 CComponentsText: assign missing dim and pos values inside dimension- and position setters 2016-02-24 15:09:44 +01:00
Thilo Graf
5cfe504044 CComponentsText: assign current initialized position values to old var 2016-02-24 15:09:00 +01:00
Thilo Graf
f75402e571 CInfoViewer: use binary operators for zap mode statements 2016-02-24 15:06:15 +01:00
svenhoefer
2d209a90d7 - controlapi: add small documentations for new stuff 2016-02-24 14:38:25 +01:00
svenhoefer
3a94e620c9 - controlapi: add epginfo=false switch to epg output 2016-02-24 13:52:23 +01:00
svenhoefer
e855ceef8e - controlapi: add /getchannel function to get infos about current channel.
- controlapi: copy event to prevent crash in multi-threaded mode
2016-02-24 13:49:19 +01:00
svenhoefer
3ceaae4efb - controlapi: add /getchannelid function to get full id too 2016-02-24 13:43:35 +01:00
svenhoefer
f7fefac508 - controlapi/logolist: use well-known tags for channelid's 2016-02-24 13:43:26 +01:00
svenhoefer
69615480f1 - yhook: rename outCollection() => outObject() to be more json 2016-02-23 14:56:52 +01:00
svenhoefer
43bab4b534 - control/logolist: allow json/xml output 2016-02-23 14:42:28 +01:00
svenhoefer
e89d0433ad - yhook: allow multiple json objects 2016-02-23 14:36:06 +01:00