svenhoefer
e89d0433ad
- yhook: allow multiple json objects
2016-02-23 14:36:06 +01:00
svenhoefer
3fd3f2ba1f
- control/epgsearch: use outSingle instead of direct WriteLn
2016-02-22 23:56:08 +01:00
svenhoefer
922cc72abf
- yhook: new outSingle() function, that just adds a linefeed to content
2016-02-22 23:56:08 +01:00
svenhoefer
246af91c7d
- yhook: rename var outSingle -> nonPair
2016-02-22 23:56:08 +01:00
svenhoefer
f9ac2b32cd
- control/epgsearch: fix old plain text output
2016-02-22 23:24:07 +01:00
svenhoefer
a4bd8cc5a8
- miscsettings_menu: allow to reset movieplayer plugin
2016-02-22 21:06:46 +01:00
[CST] Focus
0f771856ab
nhttpd/tuxboxapi/neutrinoyparser.cpp: copy event to prevent crash in multi-threaded mode
2016-02-22 18:03:35 +03:00
svenhoefer
b5e2998d54
- controlapi/mod_yparse: avoid double code ...
...
... by moving functions to execute scripts to helpers.cpp|h
Change outType from ExecCGI to text/plain because all arguments
are passed to the script. So no format can be defined.
2016-02-22 14:15:02 +01:00
svenhoefer
10252bd09c
- controlapi/getmode: get right mode; allow json/xml output
2016-02-22 01:18:48 +01:00
svenhoefer
5497621f4d
- controlapi/statfs: remove unneccessary array from xml/json
2016-02-22 01:18:48 +01:00
svenhoefer
f9305daf8a
- upnpbrowser: more offset for text in browserlist
2016-02-22 01:18:48 +01:00
svenhoefer
7b1b9afba8
- controlapi: use getOutType() function
2016-02-22 01:18:48 +01:00
svenhoefer
3d78e7d657
- yhook: rename unused checkOutput() -> getOutType() and use it
2016-02-22 01:18:48 +01:00
svenhoefer
ca34eadcf1
- controlapi: reformat yCgiCallList
2016-02-21 20:20:23 +01:00
svenhoefer
89e0ba1a41
- yhook: remove unnecessary line feeds from plain output; ...
...
align control/getbouquet
2016-02-21 01:55:32 +01:00
svenhoefer
1c73ca39e7
- controlapi: simplify result output
2016-02-21 00:16:42 +01:00
svenhoefer
b48c1d6551
- yhook: add SendResult() function to simplify result output
2016-02-21 00:16:15 +01:00
svenhoefer
0927756467
- controlapi/statfs: simplify error handling
2016-02-20 23:10:17 +01:00
svenhoefer
e407ef5a98
- controlapi/config: simplify error handling
2016-02-20 23:08:41 +01:00
svenhoefer
57cc01978b
- yhook: send valide error/ok responses; allow error message
2016-02-20 23:06:46 +01:00
svenhoefer
e765ab983b
- controlapi: rename EpgSearchTXTCGI -> EpgSearchCGI
2016-02-20 20:56:15 +01:00
svenhoefer
25af9dea82
- neutrinoapi: localize some hardcoded stings
2016-02-20 15:32:54 +01:00
svenhoefer
8375f9ffb6
- controlapi: add statfs output for a given path
2016-02-20 14:39:11 +01:00
svenhoefer
b14383e0df
- controlapi/file: switch to new plain output format
2016-02-20 14:39:11 +01:00
svenhoefer
b941eb950e
- controlapi/config: switch to new plain output format
2016-02-20 14:39:11 +01:00
svenhoefer
4c679613d6
- yhook: introduce new format for plain output; key=value
2016-02-20 14:39:10 +01:00
svenhoefer
07b39de268
- yhook: move ctor/dtor to cpp
2016-02-20 14:39:10 +01:00
Jacek Jendrzej
7ebd9f8fdf
nhttpd/yhttpd_core/helper.cpp: avoid buffer overload
2016-02-19 15:15:46 +01:00
svenhoefer
4af175c923
- controlapi/epgsearch: fix title output
2016-02-19 10:14:37 +01:00
svenhoefer
a262784d38
- controlapi/epgsearch: fix fsk output
2016-02-19 09:52:57 +01:00
Ezak
f803d0a0c6
add getdir control
2016-02-19 00:33:37 +01:00
Jacek Jendrzej
201f8758c6
nhttpd try to fix json unicode output
2016-02-18 23:44:15 +01:00
svenhoefer
219ce9c8ed
- infoviewer: fix display of small rec/ts box; rename most variables
2016-02-18 21:38:10 +01:00
svenhoefer
c2c7f08c15
- controlapi: whitespace cleanup FileCGI; fix compiler warning
2016-02-18 16:21:21 +01:00
TangoCash
21fbadaa8f
controlapi: sort files alphabetical
2016-02-18 16:21:21 +01:00
[CST] Focus
a87751015a
eitd/edvbstring.cpp: try to fix 13E 11179 EIT encoding
2016-02-18 14:10:33 +03:00
Thilo Graf
70a29b85b2
CMovieBrowser: reactivate slot for cover paint during scrolling inside epg
2016-02-18 10:45:16 +01:00
Thilo Graf
8afe4495e7
CTextBox: remove statement for text change check
...
Check of text change is not enough. Scrollboxes could have some problems.
Dimension changes must be considered too and this is to much effort at
the moment. Use of OnAfterScrollPage is much easier.
this reverts: 342de45cc3
2016-02-18 10:42:59 +01:00
svenhoefer
587dc1e179
- controlapi/epgsearch: extend epginfo switch
2016-02-17 16:11:10 +01:00
svenhoefer
be83e3569e
- controlapi: fix broken epgsearch json output; ...
...
NOTE! xml output is changed to get same structure as in other
functions like control/config or control/file
old:
---
<neutrino>
<epgsearch>
...
</epgsearch>
</neutrino>
new:
---
<epgsearch>
<item>
...
</item>
</epgsearch>
2016-02-17 12:37:27 +01:00
Thilo Graf
8500648b7f
CComponentsHeader: remove reassigned col_body vars
2016-02-17 11:42:29 +01:00
Thilo Graf
2baa32eb12
CCDraw: remove unused var
2016-02-17 11:35:44 +01:00
Thilo Graf
f080dd21ab
CInfoViewer: try to fix possible display errors on epg text and rest time
...
Use of hide() before paint and increase width of rest time box should help
to avoid this issue.
2016-02-17 10:46:59 +01:00
Thilo Graf
6f3df3a5a8
CInfoViewerBB: ensure reinit bboffset before paint ca bar and footer
...
Value of bb offset was only initialized on bb init. If a user has changed
ca bar settings (e.g. enable/disable frame around ca bar) while runtime, the
current offset value could be wrong and infoviewer has display errors.
To solve this restart of neutrino was required.
2016-02-17 10:18:44 +01:00
Thilo Graf
d14bbf2bb5
CMovieBrowser: fix arrangement of movieinfo text
...
This should fix empty boxes in info window and text width in EPG-info text
in.
Current cover width was not considered.
2016-02-17 09:37:09 +01:00
Jacek Jendrzej
5100b3d6ae
src/gui/eventlist.cpp use CComponentsChannelLogoScalable
2016-02-16 19:47:20 +01:00
Jacek Jendrzej
2bb2058abe
nhttpd: init var
2016-02-16 19:45:54 +01:00
[CST] Focus
1132b7970e
neutrino.cpp: disable starting subtitles from event, for testing
2016-02-16 18:56:10 +03:00
[CST] Focus
ecb5e06128
nhttp: change mutex type to recursive
2016-02-16 18:56:10 +03:00
Jacek Jendrzej
10c430d40e
cc_frm_scrollbar.cpp icon dont need full path
2016-02-16 16:15:28 +01:00