Marc Szymkowiak
2da8818e83
add getdir control
...
Origin commit data
------------------
Commit: f803d0a0c6
Author: Marc Szymkowiak <marc.szymkowiak91@googlemail.com >
Date: 2016-02-18 (Thu, 18 Feb 2016)
2016-02-19 00:33:37 +01:00
Jacek Jendrzej
3942291a9e
nhttpd try to fix json unicode output
...
Origin commit data
------------------
Commit: 201f8758c6
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-02-18 (Thu, 18 Feb 2016)
2016-02-18 23:44:15 +01:00
vanhofen
20260c632c
infoviewer: fix display of small rec/ts box; rename most variables
...
Origin commit data
------------------
Commit: 219ce9c8ed
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-18 (Thu, 18 Feb 2016)
Origin message was:
------------------
- infoviewer: fix display of small rec/ts box; rename most variables
2016-02-18 21:38:10 +01:00
vanhofen
d18473b8d6
controlapi: whitespace cleanup FileCGI; fix compiler warning
...
Origin commit data
------------------
Commit: c2c7f08c15
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-18 (Thu, 18 Feb 2016)
Origin message was:
------------------
- controlapi: whitespace cleanup FileCGI; fix compiler warning
2016-02-18 16:21:21 +01:00
TangoCash
ce7456bb25
controlapi: sort files alphabetical
...
Origin commit data
------------------
Commit: 21fbadaa8f
Author: TangoCash <eric@loxat.de >
Date: 2016-02-12 (Fri, 12 Feb 2016)
2016-02-18 16:21:21 +01:00
[CST] Focus
ca1455f93a
eitd/edvbstring.cpp: try to fix 13E 11179 EIT encoding
...
Origin commit data
------------------
Commit: a87751015a
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2016-02-18 (Thu, 18 Feb 2016)
2016-02-18 14:10:33 +03:00
Thilo Graf
edd307c9ab
CMovieBrowser: reactivate slot for cover paint during scrolling inside epg
...
Origin commit data
------------------
Commit: 70a29b85b2
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-18 (Thu, 18 Feb 2016)
2016-02-18 10:45:16 +01:00
Thilo Graf
54af246f08
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: 47b4ea481c
Origin commit data
------------------
Commit: 8afe4495e7
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-18 (Thu, 18 Feb 2016)
2016-02-18 10:42:59 +01:00
vanhofen
a255064760
controlapi/epgsearch: extend epginfo switch
...
Origin commit data
------------------
Commit: 587dc1e179
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-17 (Wed, 17 Feb 2016)
Origin message was:
------------------
- controlapi/epgsearch: extend epginfo switch
2016-02-17 16:11:10 +01:00
vanhofen
394955a0f2
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>
Origin commit data
------------------
Commit: be83e3569e
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-17 (Wed, 17 Feb 2016)
Origin message was:
------------------
- 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
1af0174ac4
CComponentsHeader: remove reassigned col_body vars
...
Origin commit data
------------------
Commit: 8500648b7f
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-17 (Wed, 17 Feb 2016)
2016-02-17 11:42:29 +01:00
Thilo Graf
19636a8d59
CCDraw: remove unused var
...
Origin commit data
------------------
Commit: 2baa32eb12
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-17 (Wed, 17 Feb 2016)
2016-02-17 11:35:44 +01:00
Thilo Graf
f4139dcf89
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.
Origin commit data
------------------
Commit: f080dd21ab
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-17 (Wed, 17 Feb 2016)
2016-02-17 10:46:59 +01:00
Thilo Graf
f7c2d3588c
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.
Origin commit data
------------------
Commit: 6f3df3a5a8
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-17 (Wed, 17 Feb 2016)
2016-02-17 10:18:44 +01:00
Thilo Graf
5b4a3ece39
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.
Origin commit data
------------------
Commit: d14bbf2bb5
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-17 (Wed, 17 Feb 2016)
2016-02-17 09:37:09 +01:00
Jacek Jendrzej
56ea25c2f8
src/gui/eventlist.cpp use CComponentsChannelLogoScalable
...
Origin commit data
------------------
Commit: 5100b3d6ae
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-02-16 (Tue, 16 Feb 2016)
2016-02-16 19:47:20 +01:00
Jacek Jendrzej
0d095fb176
nhttpd: init var
...
Origin commit data
------------------
Commit: 2bb2058abe
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-02-16 (Tue, 16 Feb 2016)
2016-02-16 19:45:54 +01:00
[CST] Focus
ed0235a51b
neutrino.cpp: disable starting subtitles from event, for testing
...
Origin commit data
------------------
Commit: 1132b7970e
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2016-02-16 (Tue, 16 Feb 2016)
2016-02-16 18:56:10 +03:00
[CST] Focus
9c60c384e1
nhttp: change mutex type to recursive
...
Origin commit data
------------------
Commit: ecb5e06128
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2016-02-16 (Tue, 16 Feb 2016)
2016-02-16 18:56:10 +03:00
Jacek Jendrzej
9c85004d31
cc_frm_scrollbar.cpp icon dont need full path
...
Origin commit data
------------------
Commit: 10c430d40e
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-02-16 (Tue, 16 Feb 2016)
2016-02-16 16:15:28 +01:00
Jacek Jendrzej
192e734f6b
(performance) Prefer prefix ++/-- operators for non-primitive types
...
Origin commit data
------------------
Commit: 7db16952f6
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-02-16 (Tue, 16 Feb 2016)
2016-02-16 13:02:10 +01:00
Jacek Jendrzej
dc832e6eea
pictureviewer.cpp fix possible memleak
...
Origin commit data
------------------
Commit: 93f3007be1
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-02-16 (Tue, 16 Feb 2016)
2016-02-16 12:59:43 +01:00
Thilo Graf
ac7d8d670d
CInfoViewerBB: try to fix repaint of sys scales after channel switch
...
Reset should force repaint and scales should be always visible after
footer paint.
Origin commit data
------------------
Commit: 3dc56386f5
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-16 (Tue, 16 Feb 2016)
2016-02-16 11:11:38 +01:00
Thilo Graf
bc7a04e504
CMovieBrowser: try to fix cover arangement
...
Origin commit data
------------------
Commit: 73ba44155a
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-16 (Tue, 16 Feb 2016)
2016-02-16 10:31:13 +01:00
Thilo Graf
03580477e0
CMovieBrowser: use smaller size for cover and enable shadow and frame
...
Origin commit data
------------------
Commit: c80b4d2412
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-07 (Sun, 07 Feb 2016)
2016-02-16 10:29:55 +01:00
Thilo Graf
f67714e6df
CMovieBrowser: avoid multiple slot connections
...
Do connect only to empty signal.
Origin commit data
------------------
Commit: 649e85b5ed
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-05 (Fri, 05 Feb 2016)
2016-02-16 10:29:54 +01:00
Thilo Graf
118b991a0e
CMovieBrowser: consider small cover images
...
Should prevent oversized upscale of very small images. Maximal used size is the half height
of epg box.
Origin commit data
------------------
Commit: fb0210801a
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-05 (Fri, 05 Feb 2016)
2016-02-16 10:29:54 +01:00
Thilo Graf
f2890c0051
CComponentsPicture: allow image cache only for scaled images
...
Origin commit data
------------------
Commit: 8be980b621
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-16 (Tue, 16 Feb 2016)
2016-02-16 10:29:06 +01:00
Thilo Graf
862b4cec54
CComponentsPicture: move resize to end of methode
...
Origin commit data
------------------
Commit: 96f9eaf287
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-08 (Mon, 08 Feb 2016)
2016-02-16 10:28:57 +01:00
Thilo Graf
b4d3bab5d0
CComponentsPicture: use clearCache() in destructor for unified handling
...
Origin commit data
------------------
Commit: 1e646734f3
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-05 (Fri, 05 Feb 2016)
2016-02-16 10:28:23 +01:00
Thilo Graf
486cc04a53
CComponentsPicture: add more comments an debug lines, remove useless init
...
Origin commit data
------------------
Commit: 7ed5b5b886
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-07 (Sun, 07 Feb 2016)
2016-02-16 10:28:05 +01:00
Thilo Graf
bcbd30325d
CComponentsPicture: try to rework init behavior inside object
...
need_init var shoul help to avoid not required inits.
Size of cached image are packed into own vars, should avoid possible
overwriting with current dimensions.
Origin commit data
------------------
Commit: 93777853f0
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-05 (Fri, 05 Feb 2016)
2016-02-16 10:27:50 +01:00
Thilo Graf
e57763b959
CComponentsPicture: add some debug messages to track caching
...
Origin commit data
------------------
Commit: 82e2a168f1
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-03 (Wed, 03 Feb 2016)
2016-02-16 10:22:48 +01:00
Thilo Graf
7bcb7eb06c
CComponentsPicture: ensure cache cleanup on missing image while runtime
...
Origin commit data
------------------
Commit: 9e4ad83305
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-01-31 (Sun, 31 Jan 2016)
2016-02-16 10:22:33 +01:00
Thilo Graf
d9c9e3c458
COPKGManager: add define for feed setup, default disabled at the moment.
...
Is still not matured. User or Imageproviders should do this manually.
btw. : input window for paths or url's is limited and can't handle long names.
Rework of input window is required.
Origin commit data
------------------
Commit: c9a2b46b3b
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-16 (Tue, 16 Feb 2016)
2016-02-16 09:39:05 +01:00
Thilo Graf
4e5d4c83de
CProgressBar: ensure also repaint of progressbar if item is not painted
...
Origin commit data
------------------
Commit: 33089b9bc0
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-10 (Wed, 10 Feb 2016)
2016-02-16 09:39:05 +01:00
Thilo Graf
f48a2a49e9
CTestMenu: disable unused vars
...
prevents possible compiler warnings or builderrors with pedantic gcc settings
Origin commit data
------------------
Commit: 9ff903f7a6
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-07 (Sun, 07 Feb 2016)
2016-02-16 09:39:05 +01:00
Thilo Graf
47b4ea481c
CTextBox: don't paint full background if max text width smaller than bg width
...
Origin commit data
------------------
Commit: 342de45cc3
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-10 (Wed, 10 Feb 2016)
2016-02-16 09:39:05 +01:00
Thilo Graf
50ad3195a9
CComponentsPicture: add member to get current image name
...
Origin commit data
------------------
Commit: 65fe634e85
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-03 (Wed, 03 Feb 2016)
2016-02-16 09:39:04 +01:00
Thilo Graf
a50e93a532
CTextBox: fix missing init of old bg color
...
Avoids possible usage of wrong color after init.
Origin commit data
------------------
Commit: 4d1780486d
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-02-02 (Tue, 02 Feb 2016)
2016-02-16 09:39:04 +01:00
vanhofen
b7ebaf74b9
Create README.md
...
Origin commit data
------------------
Commit: 2930bc60fd
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-11 (Thu, 11 Feb 2016)
2016-02-16 10:16:15 +03:00
[CST] Bas
93ca43e9b6
src/gui/videosettings.cpp: fix analog video settings for all HD2 series boxes.
...
Origin commit data
------------------
Commit: 6313aa5eb7
Author: [CST] Bas <bas@coolstreamtech.com >
Date: 2016-02-16 (Tue, 16 Feb 2016)
2016-02-16 10:07:56 +03:00
vanhofen
ecbbf4c29c
controlapi: rework epgsearch code
...
* /control/epgsearch?<keywords>
or
* /control/epgsearch?search=<keywords>[&epginfo=false][&format=plain|xml|json]
- add search-function to /control/epg
* /control/epg?search=<keywords>
- mark /control/epgsearchxml as deprecated
Origin commit data
------------------
Commit: 5997f42b7e
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-15 (Mon, 15 Feb 2016)
Origin message was:
------------------
- controlapi: rework epgsearch code
* /control/epgsearch?<keywords>
or
* /control/epgsearch?search=<keywords>[&epginfo=false][&format=plain|xml|json]
- add search-function to /control/epg
* /control/epg?search=<keywords>
- mark /control/epgsearchxml as deprecated
2016-02-15 21:45:49 +01:00
Jacek Jendrzej
b3402292ab
CFrameBuffer::getIconSize check if pic is icon
...
Origin commit data
------------------
Commit: 90a3cecb06
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-02-15 (Mon, 15 Feb 2016)
2016-02-15 21:30:13 +01:00
vanhofen
e6a854cdee
yWeb: increase version
...
Origin commit data
------------------
Commit: 78f541aa84
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-14 (Sun, 14 Feb 2016)
Origin message was:
------------------
- yWeb: increase version
2016-02-14 19:45:37 +01:00
vanhofen
f9e9f48073
yWeb: smoother view/scroll in EPG Plus
...
Origin commit data
------------------
Commit: f56a1830e7
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-14 (Sun, 14 Feb 2016)
Origin message was:
------------------
- yWeb: smoother view/scroll in EPG Plus
2016-02-14 19:41:44 +01:00
vanhofen
0697d99445
yWeb: enable threading switch for coolstream hardware
...
Origin commit data
------------------
Commit: ef9317737b
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-13 (Sat, 13 Feb 2016)
Origin message was:
------------------
- yWeb: enable threading switch for coolstream hardware
2016-02-13 11:48:06 +01:00
[CST] Focus
814cfe7cbf
nhttp: re-enable threading; lock NeutrinoAPI calls
...
Origin commit data
------------------
Commit: 8abb547cca
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2016-02-13 (Sat, 13 Feb 2016)
2016-02-13 11:48:02 +01:00
vanhofen
4be683818b
controlapi: allow to get moviebrowser.conf with config call
...
Origin commit data
------------------
Commit: 809a7dcb45
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-11 (Thu, 11 Feb 2016)
Origin message was:
------------------
- controlapi: allow to get moviebrowser.conf with config call
2016-02-11 21:59:24 +01:00
vanhofen
3948649515
yparser: add tooltip with EPG informations to channellist
...
based apon "adding mouseover detailed EPG Info in WebIF" by TangoCash
Origin commit data
------------------
Commit: be0d1fa4b4
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-11 (Thu, 11 Feb 2016)
Origin message was:
------------------
- yparser: add tooltip with EPG informations to channellist
based apon "adding mouseover detailed EPG Info in WebIF" by TangoCash
2016-02-11 19:30:53 +01:00