Commit Graph

7806 Commits

Author SHA1 Message Date
vanhofen
f7e7543408 movieinfo/moviebrowser: add (better) rating feature
Origin commit data
------------------
Branch: ni/coolstream
Commit: 87dcc80502
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-22 (Tue, 22 Mar 2016)

Origin message was:
------------------
- movieinfo/moviebrowser: add (better) rating feature

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-23 08:39:03 +01:00
Thilo Graf
a32f2a2d60 CDBoxInfoWidget: remove superfluous paint of header
Origin commit data
------------------
Branch: ni/coolstream
Commit: d8e3ecfa1d
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-03-22 (Tue, 22 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-22 13:15:19 +01:00
Thilo Graf
9bad296cfc CEventList: hold header instance to reduce flicker effects
Origin commit data
------------------
Branch: ni/coolstream
Commit: 65f4b82f62
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-03-22 (Tue, 22 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-22 13:15:19 +01:00
Thilo Graf
21a3a7a90c 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.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 14da9e510b
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-03-22 (Tue, 22 Mar 2016)



------------------
This commit was generated by Migit
2016-03-22 13:15:18 +01:00
Thilo Graf
8c9bd16b1c 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()


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8250d20fa7
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-03-22 (Tue, 22 Mar 2016)



------------------
This commit was generated by Migit
2016-03-22 13:15:18 +01:00
[CST] Focus
3d0cf84664 driver/record.cpp, driver/streamts.cpp: ignore bitstream filter errors
Origin commit data
------------------
Branch: ni/coolstream
Commit: 59c4b42376
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-03-21 (Mon, 21 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-21 13:44:43 +03:00
Jacek Jendrzej
bf98b30b00 nhttpd: unused var and function
Origin commit data
------------------
Branch: ni/coolstream
Commit: 136955157d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-19 (Sat, 19 Mar 2016)

Origin message was:
------------------
nhttpd: unused var and function

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-19 16:13:56 +01:00
vanhofen
209529ff95 controlapi: use hh->SendResult() in new getMoviesCGI()
Origin commit data
------------------
Branch: ni/coolstream
Commit: c5f3531913
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-19 (Sat, 19 Mar 2016)

Origin message was:
------------------
- controlapi: use hh->SendResult() in new getMoviesCGI()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-19 13:52:07 +01:00
vanhofen
83eaedbabe controlapi: whitespace cleanup; remove dup getSubdirectories()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2fd4d6c4a1
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-19 (Sat, 19 Mar 2016)

Origin message was:
------------------
- controlapi: whitespace cleanup; remove dup getSubdirectories()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-19 13:52:07 +01:00
Ezak
ce666d4a81 add getmovies control
Origin commit data
------------------
Branch: ni/coolstream
Commit: f323f61785
Author: Ezak <marc.szymkowiak91@googlemail.com>
Date: 2016-02-19 (Fri, 19 Feb 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-19 13:52:07 +01:00
Ezak
e728c98c69 remove unused vars in controlapi
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5ac755f75c
Author: Ezak <marc.szymkowiak91@googlemail.com>
Date: 2016-02-19 (Fri, 19 Feb 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-19 13:52:07 +01:00
Thilo Graf
cc9721b96c CComponentsScrollBar: fix missed navi arrows
Paths were broken
comes in with e9d0710b7c


Origin commit data
------------------
Branch: ni/coolstream
Commit: c07f999476
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-03-17 (Thu, 17 Mar 2016)



------------------
This commit was generated by Migit
2016-03-17 10:49:35 +01:00
Thilo Graf
0df115565d CComponentsButton: get image path from framebuffer
Buttons didn't get icons from custom path e.g. /var/tuxbox/icons
This should fix this.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 95e9ca5de8
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-03-17 (Thu, 17 Mar 2016)



------------------
This commit was generated by Migit
2016-03-17 10:30:47 +01:00
Thilo Graf
1cfe8b4411 CFrameBuffer: outsource code for icon path detecting
Unified handling and makes it possible to use in other objects.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 97343d1190
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-03-17 (Thu, 17 Mar 2016)



------------------
This commit was generated by Migit
2016-03-17 10:25:26 +01:00
Thilo Graf
d93986f5bd CComponentsButton: use full height if no frame available
Origin commit data
------------------
Branch: ni/coolstream
Commit: 95885c4f6e
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-03-17 (Thu, 17 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-17 09:14:50 +01:00
Thilo Graf
5d63da80c3 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 1d08546f4f.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7197f51e89
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-03-17 (Thu, 17 Mar 2016)



------------------
This commit was generated by Migit
2016-03-17 09:12:43 +01:00
vanhofen
907b56737b cables.xml: update Antennengemeinschaft "Goeltzschtalbruecke"
Origin commit data
------------------
Branch: ni/coolstream
Commit: f8f42fd32b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-15 (Tue, 15 Mar 2016)

Origin message was:
------------------
- cables.xml: update Antennengemeinschaft "Goeltzschtalbruecke"

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-15 20:44:36 +01:00
vanhofen
88d96f250f cables.xml: update Antennengemeinschaft "Goeltzschtalbruecke"
Origin commit data
------------------
Branch: ni/coolstream
Commit: 24c6da150a
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-15 (Tue, 15 Mar 2016)

Origin message was:
------------------
- cables.xml: update Antennengemeinschaft "Goeltzschtalbruecke"

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-15 18:53:47 +01:00
vanhofen
d3fe2960f6 yWeb/neutrinoyparser: add icons for scrabled and webtv channels
Origin commit data
------------------
Branch: ni/coolstream
Commit: 129dacc912
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-14 (Mon, 14 Mar 2016)

Origin message was:
------------------
- yWeb/neutrinoyparser: add icons for scrabled and webtv channels

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-14 21:55:45 +01:00
vanhofen
0ce9bcd791 yWeb: add link to get stream to channellist; thx to dasda
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5f613b0b30
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-14 (Mon, 14 Mar 2016)

Origin message was:
------------------
- yWeb: add link to get stream to channellist; thx to dasda

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-14 18:14:00 +01:00
vanhofen
e986632028 yWeb: add stream icon
Origin commit data
------------------
Branch: ni/coolstream
Commit: dc7ed73e97
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-14 (Mon, 14 Mar 2016)

Origin message was:
------------------
- yWeb: add stream icon

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-14 18:14:00 +01:00
vanhofen
b199e421d2 yWeb: smoother icons in channellist; thx to fred_feuerstein
Origin commit data
------------------
Branch: ni/coolstream
Commit: e72021e268
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-14 (Mon, 14 Mar 2016)

Origin message was:
------------------
- yWeb: smoother icons in channellist; thx to fred_feuerstein

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-14 18:14:00 +01:00
vanhofen
01fb340a01 neutrinoyparser: smoother view in channellist; align icons right
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4fd9c12aa9
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-14 (Mon, 14 Mar 2016)

Origin message was:
------------------
- neutrinoyparser: smoother view in channellist; align icons right

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-14 18:14:00 +01:00
vanhofen
b72bcedb6f Revert "- epgview: resort EpgButtons; keep color keys together"
This reverts commit c6d49db, because it breakes footers logic :/


Origin commit data
------------------
Branch: ni/coolstream
Commit: 51df1933b0
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-13 (Sun, 13 Mar 2016)



------------------
This commit was generated by Migit
2016-03-13 00:31:30 +01:00
vanhofen
c6d49db14d epgview: resort EpgButtons; keep color keys together
Origin commit data
------------------
Branch: ni/coolstream
Commit: 091e28f229
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-12 (Sat, 12 Mar 2016)

Origin message was:
------------------
- epgview: resort EpgButtons; keep color keys together

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-12 23:59:45 +01:00
Jacek Jendrzej
8d394d26cb src/nhttpd/tuxboxapi/ fix AddressSanitizer: strcpy-param-overlap: memory ranges
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0f2c2c7631
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-12 (Sat, 12 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-12 18:55:53 +01:00
Jacek Jendrzej
eec2d745e1 src/driver/streamts.cpp init bsfc, fix possible segfault
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2adcd8b5d6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-12 (Sat, 12 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-12 16:13:22 +01:00
Jacek Jendrzej
8a00af39be src/gui/test_menu.cpp fix pugixml compil
Origin commit data
------------------
Branch: ni/coolstream
Commit: 929bc61cf5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-12 (Sat, 12 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-12 13:48:42 +01:00
[CST] Focus
1c9c19133d driver/record.cpp, driver/streamts.cpp: add more formats, for testing
Origin commit data
------------------
Branch: ni/coolstream
Commit: f3a2657c9e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-03-12 (Sat, 12 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-12 14:53:11 +03:00
Jacek Jendrzej
12396ce80e src/driver/netfile.cpp fix redirect url
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5c49d9293a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-11 (Fri, 11 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-11 14:10:38 +01:00
Jacek Jendrzej
60935c7226 src/gui/user_menue_setup.cpp use ITEM_NONE
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8238bfd492
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-11 (Fri, 11 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-11 08:49:25 +01:00
Jacek Jendrzej
321f490364 src/gui/user_menue_setup.cpp fix possible AddressSanitizer: global-buffer-overflow
Origin commit data
------------------
Branch: ni/coolstream
Commit: c5a0bb67e1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-10 (Thu, 10 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-10 23:39:32 +01:00
defans
da3b79ea70 infoviewer: don't handle volume keys in movieplayer
Origin commit data
------------------
Branch: ni/coolstream
Commit: de490421e3
Author: defans <defans@bluepeercrew.us>
Date: 2016-03-10 (Thu, 10 Mar 2016)

Origin message was:
------------------
- infoviewer: don't handle volume keys in movieplayer

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-10 22:23:45 +01:00
Jacek Jendrzej
459a05dca7 src/driver/netfile.cpp fix skip over bufer size
Origin commit data
------------------
Branch: ni/coolstream
Commit: 30b1cdb459
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-10 (Thu, 10 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-10 18:49:57 +01:00
Markus Volk
fa701887ae install tmdb.png
Signed-off-by: flk <f_l_k@t-online.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: dc9dff2f58
Author: Markus Volk <f_l_k@t-online.de>
Date: 2016-03-08 (Tue, 08 Mar 2016)



------------------
This commit was generated by Migit
2016-03-10 11:15:22 +01:00
vanhofen
f9efa1282d adzap: write adzap.data in monitor-mode too
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8a522e891d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-10 (Thu, 10 Mar 2016)

Origin message was:
------------------
- adzap: write adzap.data in monitor-mode too

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-10 11:11:04 +01:00
vanhofen
bd4deca32b adzap: remove useless red button
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0672fdf20e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-10 (Thu, 10 Mar 2016)

Origin message was:
------------------
- adzap: remove useless red button

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-10 11:11:04 +01:00
vanhofen
305f66d8ee adzap: add checkmark-icon to marked item
Origin commit data
------------------
Branch: ni/coolstream
Commit: ce8837e6e7
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-10 (Thu, 10 Mar 2016)

Origin message was:
------------------
- adzap: add checkmark-icon to marked item

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-10 11:11:04 +01:00
vanhofen
7377ed8b45 adzap: start adzap directly when ok is pressed on marked item
Origin commit data
------------------
Branch: ni/coolstream
Commit: 817e6dc67e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-10 (Thu, 10 Mar 2016)

Origin message was:
------------------
- adzap: start adzap directly when ok is pressed on marked item

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-10 11:11:04 +01:00
vanhofen
88e8a44772 adzap: don't zap when rezap-channel is already tuned
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6a6a3c3543
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-10 (Thu, 10 Mar 2016)

Origin message was:
------------------
- adzap: don't zap when rezap-channel is already tuned

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-10 11:11:04 +01:00
Jacek Jendrzej
8e9d6b6f9f src/driver/netfile.cpp fix possible segfaults
Origin commit data
------------------
Branch: ni/coolstream
Commit: e625836bc2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-09 (Wed, 09 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-09 21:45:38 +01:00
[CST] Focus
4b784cf6ed neutrino.cpp: try to fix sat/fav keys handling after calling zap history
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9e3b1c5844
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-03-09 (Wed, 09 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-09 10:53:15 +03:00
[CST] Focus
a5be5f3911 nhttpd: try to fix threaded nhttp crashes (again)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 14a73c3b80
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-03-08 (Tue, 08 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-08 18:05:34 +03:00
vanhofen
c8418d2c17 yrequest: remove double Connection->Method = M_PUT
Origin commit data
------------------
Branch: ni/coolstream
Commit: d41f190b4d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-07 (Mon, 07 Mar 2016)

Origin message was:
------------------
- yrequest: remove double Connection->Method = M_PUT

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-07 20:17:51 +01:00
vanhofen
5f61df8be2 partly revert eda0c8dc4aec00181cc09f7769f5876b69422fda; ...
... "copy event to prevent crash in multi-threaded mode"


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9b64861912
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-06 (Sun, 06 Mar 2016)

Origin message was:
------------------
- partly revert eda0c8dc4aec00181cc09f7769f5876b69422fda; ...

... "copy event to prevent crash in multi-threaded mode"


------------------
This commit was generated by Migit
2016-03-07 20:11:57 +01:00
[CST] Focus
f71499e5f7 gui/epgview.cpp: fix tmdb logo
Origin commit data
------------------
Branch: ni/coolstream
Commit: e93332a56f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-07 16:15:29 +03:00
[CST] Focus
6dd7123385 gui/movieplayer.cpp: hack to fix loop at neutrino start
for non-working webtv channel via lua plugin


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6f1a3010f9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)



------------------
This commit was generated by Migit
2016-03-07 15:59:30 +03:00
[CST] Focus
d147433da9 gui/epgview.cpp: attribute with TMDB logo along with stars
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7680cf156f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-07 14:34:29 +03:00
[CST] Focus
69a694dc76 tmdb: add tmdb logo
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e4d2071ae
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-07 14:31:46 +03:00
Jacek Jendrzej
ea6d4ee461 src/gui/user_menue.cpp fix AddressSanitizer: heap-use-after-free
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4947a71782
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-03-06 (Sun, 06 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-03-06 13:15:36 +01:00