Jacek Jendrzej
b526c2480c
src/driver/streamts.cpp check after new
2016-04-10 19:42:39 +02:00
Thilo Graf
74caa1a949
CInfoViewer: remove clock object interval allocation
...
Already allocated with default value (1s) by constructor and
also not required, because internal clock timer is not used here.
2016-04-10 14:12:03 +02:00
Jacek Jendrzej
ccd63eac90
src/gui/movieplayer.cpp fix update duration on first call
2016-04-08 15:18:53 +02:00
Thilo Graf
74e08ddb50
CComponentsWindow: add member to set button font and use infobar font as default
2016-04-07 17:29:10 +02:00
Thilo Graf
3d3b724457
CComponentsInfoBox: use framed infobox as default
2016-04-07 17:27:31 +02:00
Jacek Jendrzej
1cf1aee40b
add Bluemoon-3.0.theme
2016-04-05 17:42:57 +02:00
Jacek Jendrzej
ee9addceb0
Revert "supplement to 2c700641c11b7f9985c5d2f8f1233252c3c73e7f"
...
This reverts commit f684fd50a0
.
2016-04-05 17:38:25 +02:00
Jacek Jendrzej
f684fd50a0
supplement to 2c700641c1
2016-04-05 17:17:47 +02:00
Thilo Graf
fdf5239587
bouquetedit classes: use static button font instead auto font size
...
User request
2016-04-05 17:09:17 +02:00
Jacek Jendrzej
2c700641c1
src/daemonc/remotecontrol.cpp: fix PARENTALLOCK in onsignal mode
2016-04-05 16:53:40 +02:00
Jacek Jendrzej
a830d0d587
add av_dict_free, fix memleak
2016-04-04 15:38:51 +02:00
Jacek Jendrzej
270a60687c
supplement to 619dacbc2e
2016-04-03 11:05:21 +02:00
[CST] Focus
a5a64d5159
gui/movieplayer.cpp: add non-blocking webtv zap, for testing
2016-04-01 16:10:01 +03:00
Jacek Jendrzej
179d955075
src/gui/movieplayer.cpp fi possible segaults
2016-03-28 17:05:53 +02:00
Jacek Jendrzej
b3491f2c20
rnd for random_shuffle
2016-03-28 15:03:29 +02:00
[CST] Focus
a88da91269
gui/movieplayer.cpp clear cookie_header before call lua script
2016-03-28 15:26:18 +03:00
[CST] Focus
9bb3cdf3ec
libcoolstream2/playback_cs.h: update header
2016-03-28 13:29:57 +03:00
Jacek Jendrzej
35898bb7fd
add postfields and header curl option
2016-03-25 20:20:48 +01:00
Jacek Jendrzej
a61b8de691
add headers ffmpeg option for luascript bg play; use in script 'entry['header'] = 'Cookie: var=name';
2016-03-25 17:16:54 +01:00
[CST] Focus
427936c874
libcoolstream2/playback_cs.h: update header
2016-03-25 19:04:32 +03:00
[CST] Focus
302642cee7
neutrino: add webtv channel list mode
2016-03-23 16:36:00 +03:00
Thilo Graf
384b6aca11
CEpgData: fix header size on used magnify feature
...
TODO: Make this feature recognizable for users
2016-03-23 09:23:36 +01:00
TangoCash
5dadb260c1
fix json unicode output
2016-03-23 08:47:26 +01:00
Ezak
0461049621
add documentation for getdir control
2016-03-23 08:40:20 +01:00
svenhoefer
87dcc80502
- movieinfo/moviebrowser: add (better) rating feature
2016-03-23 08:39:03 +01:00
Thilo Graf
d8e3ecfa1d
CDBoxInfoWidget: remove superfluous paint of header
2016-03-22 13:15:19 +01:00
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