Commit Graph

7530 Commits

Author SHA1 Message Date
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
Jacek Jendrzej
7db16952f6 (performance) Prefer prefix ++/-- operators for non-primitive types 2016-02-16 13:02:10 +01:00
Jacek Jendrzej
93f3007be1 pictureviewer.cpp fix possible memleak 2016-02-16 12:59:43 +01:00
Thilo Graf
3dc56386f5 CInfoViewerBB: try to fix repaint of sys scales after channel switch
Reset should force repaint and scales should be always visible after
footer paint.
2016-02-16 11:11:38 +01:00
Thilo Graf
73ba44155a CMovieBrowser: try to fix cover arangement 2016-02-16 10:31:13 +01:00
Thilo Graf
c80b4d2412 CMovieBrowser: use smaller size for cover and enable shadow and frame 2016-02-16 10:29:55 +01:00
Thilo Graf
649e85b5ed CMovieBrowser: avoid multiple slot connections
Do connect only to empty signal.
2016-02-16 10:29:54 +01:00
Thilo Graf
fb0210801a CMovieBrowser: consider small cover images
Should prevent oversized upscale of very small images. Maximal used size is the half height
of epg box.
2016-02-16 10:29:54 +01:00
Thilo Graf
8be980b621 CComponentsPicture: allow image cache only for scaled images 2016-02-16 10:29:06 +01:00
Thilo Graf
96f9eaf287 CComponentsPicture: move resize to end of methode 2016-02-16 10:28:57 +01:00
Thilo Graf
1e646734f3 CComponentsPicture: use clearCache() in destructor for unified handling 2016-02-16 10:28:23 +01:00
Thilo Graf
7ed5b5b886 CComponentsPicture: add more comments an debug lines, remove useless init 2016-02-16 10:28:05 +01:00
Thilo Graf
93777853f0 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.
2016-02-16 10:27:50 +01:00
Thilo Graf
82e2a168f1 CComponentsPicture: add some debug messages to track caching 2016-02-16 10:22:48 +01:00
Thilo Graf
9e4ad83305 CComponentsPicture: ensure cache cleanup on missing image while runtime 2016-02-16 10:22:33 +01:00
Thilo Graf
c9a2b46b3b 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.
2016-02-16 09:39:05 +01:00
Thilo Graf
33089b9bc0 CProgressBar: ensure also repaint of progressbar if item is not painted 2016-02-16 09:39:05 +01:00
Thilo Graf
9ff903f7a6 CTestMenu: disable unused vars
prevents possible compiler warnings or builderrors with pedantic gcc settings
2016-02-16 09:39:05 +01:00
Thilo Graf
342de45cc3 CTextBox: don't paint full background if max text width smaller than bg width 2016-02-16 09:39:05 +01:00
Thilo Graf
65fe634e85 CComponentsPicture: add member to get current image name 2016-02-16 09:39:04 +01:00
Thilo Graf
4d1780486d CTextBox: fix missing init of old bg color
Avoids possible usage of wrong color after init.
2016-02-16 09:39:04 +01:00
svenhoefer
2930bc60fd Create README.md 2016-02-16 10:16:15 +03:00
[CST] Bas
6313aa5eb7 src/gui/videosettings.cpp: fix analog video settings for all HD2 series boxes. 2016-02-16 10:07:56 +03:00
svenhoefer
5997f42b7e - 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
90a3cecb06 CFrameBuffer::getIconSize check if pic is icon 2016-02-15 21:30:13 +01:00
svenhoefer
78f541aa84 - yWeb: increase version 2016-02-14 19:45:37 +01:00
svenhoefer
f56a1830e7 - yWeb: smoother view/scroll in EPG Plus 2016-02-14 19:41:44 +01:00
svenhoefer
ef9317737b - yWeb: enable threading switch for coolstream hardware 2016-02-13 11:48:06 +01:00
[CST] Focus
8abb547cca nhttp: re-enable threading; lock NeutrinoAPI calls 2016-02-13 11:48:02 +01:00
svenhoefer
809a7dcb45 - controlapi: allow to get moviebrowser.conf with config call 2016-02-11 21:59:24 +01:00
svenhoefer
be0d1fa4b4 - 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
svenhoefer
391a068aad - yWeb: add new css class .pointer 2016-02-11 19:29:06 +01:00
svenhoefer
58303bbc8c - controlapi: remove unused variable ‘epgid’ 2016-02-11 18:46:27 +01:00
svenhoefer
1e39ce6289 - controlapi: resort and fix getbouquet output; ...
NOTE: last hh->outPair() call *must* have a false bool _next
2016-02-11 18:23:45 +01:00
svenhoefer
a3d4e938b2 - deutsch.locale: typo 2016-02-11 15:10:01 +01:00
svenhoefer
61a4b3bf9c - movieplayer/browser: add user key to create/remove movie cover 2016-02-11 15:04:11 +01:00
TangoCash
5de651e4dd add some more epg details to ControlAPI (getbouquet) 2016-02-11 09:40:26 +01:00