Commit Graph

8054 Commits

Author SHA1 Message Date
Thilo Graf
65f4b82f62 CEventList: hold header instance to reduce flicker effects 2016-03-22 13:15:19 +01:00
Thilo Graf
14da9e510b CEpgData: hold header instance to prevent flickering on page scroll
Header class is not required here, square-object is adequate,
therefore usage of title text object is justified and can be used on stack,
heap is not required in this case.
Note: Header class provides a title parameter and could do this at once.
2016-03-22 13:15:18 +01:00
Thilo Graf
8250d20fa7 CCDraw: don't use clear screen for cleanup before gradient paint
Until now clean up screen was required to avoid ghost paints with
hardware acceleration. But this causes partial flicker effects,
especially when new instances are created.
So it makes more sense to hold instances and use captured
screen instead blank screen.
Optional paint cache or clean up must be enabled.
You can enable/disable clean up with:
enableGradientBgCleanUp()/disableGradientBgCleanUp()
Paint cache:
enablePaintCache()/disablePaintCache()
2016-03-22 13:15:18 +01:00
[CST] Focus
59c4b42376 driver/record.cpp, driver/streamts.cpp: ignore bitstream filter errors 2016-03-21 13:44:43 +03:00
Jacek Jendrzej
136955157d nhttpd: unused var and function 2016-03-19 16:13:56 +01:00
svenhoefer
c5f3531913 - controlapi: use hh->SendResult() in new getMoviesCGI() 2016-03-19 13:52:07 +01:00
svenhoefer
2fd4d6c4a1 - controlapi: whitespace cleanup; remove dup getSubdirectories() 2016-03-19 13:52:07 +01:00
Ezak
f323f61785 add getmovies control 2016-03-19 13:52:07 +01:00
Ezak
5ac755f75c remove unused vars in controlapi 2016-03-19 13:52:07 +01:00
Thilo Graf
c07f999476 CComponentsScrollBar: fix missed navi arrows
Paths were broken
comes in with 10c430d40e
2016-03-17 10:49:35 +01:00
Thilo Graf
95e9ca5de8 CComponentsButton: get image path from framebuffer
Buttons didn't get icons from custom path e.g. /var/tuxbox/icons
This should fix this.
2016-03-17 10:30:47 +01:00
Thilo Graf
97343d1190 CFrameBuffer: outsource code for icon path detecting
Unified handling and makes it possible to use in other objects.
2016-03-17 10:25:26 +01:00
Thilo Graf
95885c4f6e CComponentsButton: use full height if no frame available 2016-03-17 09:14:50 +01:00
Thilo Graf
7197f51e89 CComponentsButton: fix button icon position on dynamic changed conditions
In some constellations it is possible, that costum icons with
other dimensions will be not correct positionized. This should
fix this issue.

This reverts partial commit 8e0d1c85f9.
2016-03-17 09:12:43 +01:00
svenhoefer
f8f42fd32b - cables.xml: update Antennengemeinschaft "Goeltzschtalbruecke" 2016-03-15 20:44:36 +01:00
svenhoefer
24c6da150a - cables.xml: update Antennengemeinschaft "Goeltzschtalbruecke" 2016-03-15 18:53:47 +01:00
svenhoefer
129dacc912 - yWeb/neutrinoyparser: add icons for scrabled and webtv channels 2016-03-14 21:55:45 +01:00
svenhoefer
5f613b0b30 - yWeb: add link to get stream to channellist; thx to dasda 2016-03-14 18:14:00 +01:00
svenhoefer
dc7ed73e97 - yWeb: add stream icon 2016-03-14 18:14:00 +01:00
svenhoefer
e72021e268 - yWeb: smoother icons in channellist; thx to fred_feuerstein 2016-03-14 18:14:00 +01:00
svenhoefer
4fd9c12aa9 - neutrinoyparser: smoother view in channellist; align icons right 2016-03-14 18:14:00 +01:00
svenhoefer
51df1933b0 Revert "- epgview: resort EpgButtons; keep color keys together"
This reverts commit 091e28f, because it breakes footers logic :/
2016-03-13 00:31:30 +01:00
svenhoefer
091e28f229 - epgview: resort EpgButtons; keep color keys together 2016-03-12 23:59:45 +01:00
Jacek Jendrzej
0f2c2c7631 src/nhttpd/tuxboxapi/ fix AddressSanitizer: strcpy-param-overlap: memory ranges 2016-03-12 18:55:53 +01:00
Jacek Jendrzej
2adcd8b5d6 src/driver/streamts.cpp init bsfc, fix possible segfault 2016-03-12 16:13:22 +01:00
Jacek Jendrzej
929bc61cf5 src/gui/test_menu.cpp fix pugixml compil 2016-03-12 13:48:42 +01:00
[CST] Focus
f3a2657c9e driver/record.cpp, driver/streamts.cpp: add more formats, for testing 2016-03-12 14:53:11 +03:00
Jacek Jendrzej
5c49d9293a src/driver/netfile.cpp fix redirect url 2016-03-11 14:10:38 +01:00
Jacek Jendrzej
8238bfd492 src/gui/user_menue_setup.cpp use ITEM_NONE 2016-03-11 08:49:25 +01:00
Jacek Jendrzej
c5a0bb67e1 src/gui/user_menue_setup.cpp fix possible AddressSanitizer: global-buffer-overflow 2016-03-10 23:39:32 +01:00
defans
de490421e3 - infoviewer: don't handle volume keys in movieplayer 2016-03-10 22:23:45 +01:00
Jacek Jendrzej
30b1cdb459 src/driver/netfile.cpp fix skip over bufer size 2016-03-10 18:49:57 +01:00
flk
dc9dff2f58 install tmdb.png
Signed-off-by: flk <f_l_k@t-online.de>
2016-03-10 11:15:22 +01:00
svenhoefer
8a522e891d - adzap: write adzap.data in monitor-mode too 2016-03-10 11:11:04 +01:00
svenhoefer
0672fdf20e - adzap: remove useless red button 2016-03-10 11:11:04 +01:00
svenhoefer
ce8837e6e7 - adzap: add checkmark-icon to marked item 2016-03-10 11:11:04 +01:00
svenhoefer
817e6dc67e - adzap: start adzap directly when ok is pressed on marked item 2016-03-10 11:11:04 +01:00
svenhoefer
6a6a3c3543 - adzap: don't zap when rezap-channel is already tuned 2016-03-10 11:11:04 +01:00
Jacek Jendrzej
e625836bc2 src/driver/netfile.cpp fix possible segfaults 2016-03-09 21:45:38 +01:00
[CST] Focus
9e3b1c5844 neutrino.cpp: try to fix sat/fav keys handling after calling zap history 2016-03-09 10:53:15 +03:00
[CST] Focus
14a73c3b80 nhttpd: try to fix threaded nhttp crashes (again) 2016-03-08 18:05:34 +03:00
svenhoefer
d41f190b4d - yrequest: remove double Connection->Method = M_PUT 2016-03-07 20:17:51 +01:00
svenhoefer
9b64861912 - partly revert e855ceef8e5a3719be4252aa5c5ef4be561d72d5; ...
... "copy event to prevent crash in multi-threaded mode"
2016-03-07 20:11:57 +01:00
[CST] Focus
e93332a56f gui/epgview.cpp: fix tmdb logo 2016-03-07 16:15:29 +03:00
[CST] Focus
6f1a3010f9 gui/movieplayer.cpp: hack to fix loop at neutrino start
for non-working webtv channel via lua plugin
2016-03-07 15:59:30 +03:00
[CST] Focus
7680cf156f gui/epgview.cpp: attribute with TMDB logo along with stars 2016-03-07 14:34:29 +03:00
[CST] Focus
0e4d2071ae tmdb: add tmdb logo 2016-03-07 14:31:46 +03:00
Jacek Jendrzej
4947a71782 src/gui/user_menue.cpp fix AddressSanitizer: heap-use-after-free 2016-03-06 13:15:36 +01:00
M. Liebmann
094d224f7f egpview: Fix display buttons & button labels 2016-03-04 18:00:06 +01:00
M. Liebmann
e0b952ece3 tmdb: Add star icons (THX flk) 2016-03-04 14:15:50 +01:00