Commit Graph

13077 Commits

Author SHA1 Message Date
Thilo Graf
fe232ec941 cc_draw: declare some functions as const, minor format changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: ea0508b083
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-27 22:56:50 +01:00
Thilo Graf
e226b1c475 cc_item: add missing virtual destructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8b6d15907f
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-27 22:56:50 +01:00
Thilo Graf
328f648799 fb_generic: avoid possible crash on shutdown
Observed on generic platform.


Origin commit data
------------------
Branch: ni/coolstream
Commit: a8f62d37fc
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)



------------------
This commit was generated by Migit
2019-10-27 22:56:49 +01:00
Thilo Graf
ad3bc22dae cc_draw: use const bool& for more safety
Origin commit data
------------------
Branch: ni/coolstream
Commit: b18775cbc1
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-27 22:56:49 +01:00
Thilo Graf
2dd4857eae cc_frm: us at member inside addCCItem() for more safety
Origin commit data
------------------
Branch: ni/coolstream
Commit: ab8b31ebc5
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-27 22:56:49 +01:00
Thilo Graf
69241ad5f0 cc_draw: remove virtual from position setters
Origin commit data
------------------
Branch: ni/coolstream
Commit: 44b035955f
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-27 22:56:49 +01:00
Thilo Graf
088e562aa9 cc_detailsline.h: add missing virtual destructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 414169a6c2
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-27 22:56:49 +01:00
Thilo Graf
eb947fcbc8 cc_draw: remove 'virtual' from hasChanges()
Makes problems with thread handling


Origin commit data
------------------
Branch: ni/coolstream
Commit: a4ec79e615
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)



------------------
This commit was generated by Migit
2019-10-27 22:56:49 +01:00
Thilo Graf
80f75d5c44 cc_frm_window: rename member initVarWindow() -> init()
One step to unify member names


Origin commit data
------------------
Branch: ni/coolstream
Commit: 510c7e3df9
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)



------------------
This commit was generated by Migit
2019-10-27 22:56:49 +01:00
Thilo Graf
22e38947b1 cc_frm_footer: remove inline for enableButtonFrameColor()
inline already default in header file


Origin commit data
------------------
Branch: ni/coolstream
Commit: bcb1526b8b
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)



------------------
This commit was generated by Migit
2019-10-27 22:56:49 +01:00
Thilo Graf
f54f3566af cc_draw: use const for getFrameThickness()
Origin commit data
------------------
Branch: ni/coolstream
Commit: a5f87f4e00
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-27 22:56:49 +01:00
Thilo Graf
85848e8d0b cc-classes: add missing virtual destructors
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2b5e1e1acc
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-27 22:56:49 +01:00
Thilo Graf
1a52e4b4cb components/Makefile.am: enable exception handling
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4148a110a0
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-27 22:56:49 +01:00
Thilo Graf
4c217aaa3b cc_draw: use 'at' methode in vectors for more savety
Origin commit data
------------------
Branch: ni/coolstream
Commit: d955e2dc6e
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-27 22:56:49 +01:00
Thilo Graf
e8929e8cbd components: use const bool& parameter in paint methodes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 07d8f07d4d
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-27 22:56:49 +01:00
Thilo Graf
cfa35a8344 cc_frm.cpp: use 'vector::at' function for more safety
Origin commit data
------------------
Branch: ni/coolstream
Commit: 826664badb
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-27 22:56:49 +01:00
Thilo Graf
f8b8b3de4e cc_frm_clock.cpp: move cl_timer to protected
Was not usable from derived classes.


Origin commit data
------------------
Branch: ni/coolstream
Commit: e6833af004
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)



------------------
This commit was generated by Migit
2019-10-27 22:56:48 +01:00
Thilo Graf
e42605a2ea test-menu: move separator types into own methode
Origin commit data
------------------
Branch: ni/coolstream
Commit: b00c7eb981
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-27 22:56:48 +01:00
vanhofen
c5522016e3 pick graphlcd support from DDT but include it in another way
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3093f50831
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-26 (Sat, 26 Oct 2019)

Origin message was:
------------------
- pick graphlcd support from DDT but include it in another way

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

------------------
This commit was generated by Migit
2019-10-26 22:37:38 +02:00
vanhofen
b9a20b4fba fix playpause handling
Origin commit data
------------------
Branch: ni/coolstream
Commit: ad57d291bb
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-23 (Wed, 23 Oct 2019)

Origin message was:
------------------
- fix playpause handling

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

------------------
This commit was generated by Migit
2019-10-23 23:22:22 +02:00
max_10
57b4b76d82 add h7
Origin commit data
------------------
Branch: ni/coolstream
Commit: 24dd7d0968
Author: max_10 <max_10@gmx.de>
Date: 2019-10-23 (Wed, 23 Oct 2019)

Origin message was:
------------------
- add h7

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

------------------
This commit was generated by Migit
2019-10-23 23:22:22 +02:00
vanhofen
88d83e284c neutrinoapi: fix "crypt info verimatrix added"
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1eb0bf567b
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-18 (Fri, 18 Oct 2019)

Origin message was:
------------------
- neutrinoapi: fix "crypt info verimatrix added"

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

------------------
This commit was generated by Migit
2019-10-18 22:33:31 +02:00
BPanther
832ff36025 crypt info verimatrix added
Origin commit data
------------------
Branch: ni/coolstream
Commit: 09b8aa09c9
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2019-10-18 (Fri, 18 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-18 22:33:31 +02:00
BPanther
984219f1cc fix motorcontrol keys
Origin commit data
------------------
Branch: ni/coolstream
Commit: e39b6a78a5
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2019-10-18 (Fri, 18 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-18 22:33:31 +02:00
vanhofen
d2bf030ded acinclude.m4: add defines to summarize vuplus boxmodels
Origin commit data
------------------
Branch: ni/coolstream
Commit: 147d329bb0
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-15 (Tue, 15 Oct 2019)

Origin message was:
------------------
- acinclude.m4: add defines to summarize vuplus boxmodels

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

------------------
This commit was generated by Migit
2019-10-15 22:23:24 +02:00
Jacek Jendrzej
2613ce696c rcinput: use mutex, suggested by Seife
Origin commit data
------------------
Branch: ni/coolstream
Commit: 409b36c776
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-10-14 (Mon, 14 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-14 22:32:15 +02:00
Jacek Jendrzej
19d489e75c cc_draw: avoid integer overflow
Origin commit data
------------------
Branch: ni/coolstream
Commit: 02516f9bca
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-10-13 (Sun, 13 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-13 22:24:13 +02:00
Jacek Jendrzej
d0765efa4f rcinput:killTimer check if iterator is not corrupted, possible segfault
Origin commit data
------------------
Branch: ni/coolstream
Commit: a8d0b49aed
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-10-13 (Sun, 13 Oct 2019)


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

------------------
This commit was generated by Migit
2019-10-13 22:24:13 +02:00
max_10
bf91f10b5a vuuno4k and vuuno4kse added
Origin commit data
------------------
Branch: ni/coolstream
Commit: 75de99d28d
Author: max_10 <max_10@gmx.de>
Date: 2019-10-12 (Sat, 12 Oct 2019)

Origin message was:
------------------
- vuuno4k and vuuno4kse added

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

------------------
This commit was generated by Migit
2019-10-12 23:21:37 +02:00
vanhofen
3fbe67116b rcinput: fix non existing info key for vu+
Origin commit data
------------------
Branch: ni/coolstream
Commit: ae10e24317
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-03 (Thu, 03 Oct 2019)

Origin message was:
------------------
- rcinput: fix non existing info key for vu+

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

------------------
This commit was generated by Migit
2019-10-03 01:26:27 +02:00
vanhofen
dc5acd1bf4 neutrino: fix key_timeshift for vu+ models
Origin commit data
------------------
Branch: ni/coolstream
Commit: 66234fb13b
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-03 (Thu, 03 Oct 2019)

Origin message was:
------------------
- neutrino: fix key_timeshift for vu+ models

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

------------------
This commit was generated by Migit
2019-10-03 01:26:27 +02:00
vanhofen
6ea7c706e6 rcinput: add vu+ timer key
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2b528ba01f
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-03 (Thu, 03 Oct 2019)

Origin message was:
------------------
- rcinput: add vu+ timer key

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

------------------
This commit was generated by Migit
2019-10-03 01:26:27 +02:00
vanhofen
6bdd2306a7 controlapi: add rc fallback device
Origin commit data
------------------
Branch: ni/coolstream
Commit: 50321a1af4
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-03 (Thu, 03 Oct 2019)

Origin message was:
------------------
- controlapi: add rc fallback device

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

------------------
This commit was generated by Migit
2019-10-03 01:26:26 +02:00
vanhofen
9e7ebd24ae remove by mistake added src/driver/nglcd.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 91bf985937
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-09-12 (Thu, 12 Sep 2019)

Origin message was:
------------------
- remove by mistake added src/driver/nglcd.cpp

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

------------------
This commit was generated by Migit
2019-09-12 21:24:24 +02:00
max_10
12d4b39a82 vuultimo4k added
Conflicts:
	acinclude.m4
	data/y-web/Y_Blocks.txt
	src/driver/nglcd.cpp
	src/gui/vfd_setup.cpp
	src/neutrino.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: b6bf0b1991
Author: max_10 <max_10@gmx.de>
Date: 2019-09-11 (Wed, 11 Sep 2019)

Origin message was:
------------------
- vuultimo4k added

Conflicts:
	acinclude.m4
	data/y-web/Y_Blocks.txt
	src/driver/nglcd.cpp
	src/gui/vfd_setup.cpp
	src/neutrino.cpp


------------------
This commit was generated by Migit
2019-09-12 21:07:20 +02:00
Thilo Graf
2af5465b1f lua_cc_text.cpp: use 'text_mode' instead 'mode' in api
Prevent possible ambiguity of text mode parameter.
Parameter 'mode' deprecated, but still available for
downward compatibility.


Origin commit data
------------------
Branch: ni/coolstream
Commit: d0eab5782c
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-09-10 (Tue, 10 Sep 2019)



------------------
This commit was generated by Migit
2019-09-10 20:59:19 +02:00
Thilo Graf
fddbe0a28b lua_messagbox.cpp: add parameter for text allign
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9f4cdfd4bd
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-09-10 (Tue, 10 Sep 2019)


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

------------------
This commit was generated by Migit
2019-09-10 20:59:19 +02:00
Thilo Graf
942c887a34 neutrino.cpp: add FIXME tag because of possible leak
Origin commit data
------------------
Branch: ni/coolstream
Commit: 73ff5ce3d8
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-09-10 (Tue, 10 Sep 2019)


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

------------------
This commit was generated by Migit
2019-09-10 20:59:19 +02:00
vanhofen
8c00f3969d update: signalize ofgwrite's start in VFD
Origin commit data
------------------
Branch: ni/coolstream
Commit: d4e3ad43ad
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-09-05 (Thu, 05 Sep 2019)

Origin message was:
------------------
- update: signalize ofgwrite's start in VFD

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

------------------
This commit was generated by Migit
2019-09-05 21:57:03 +02:00
max_10
59cd794953 vuzero4k and vuduo4k added
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6b80101df9
Author: max_10 <max_10@gmx.de>
Date: 2019-08-25 (Sun, 25 Aug 2019)

Origin message was:
------------------
- vuzero4k and vuduo4k added

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

------------------
This commit was generated by Migit
2019-08-25 22:18:40 +02:00
IngoF
86a931206e Seems there is a timing problem.
see here:
https://www.neutrino-images.de/board/viewtopic.php?f=26&t=3759&start=20

there is a big timing difference to my TV-timing. Maybe the delay starts at the beginning of the telegram an not at the end of the telegram.

Origin commit data
------------------
Branch: ni/coolstream
Commit: a88f822bee
Author: IngoF <ingo.fischer@arcormail.de>
Date: 2019-08-22 (Thu, 22 Aug 2019)



------------------
This commit was generated by Migit
2019-08-22 17:09:53 +00:00
vanhofen
33762a47bb channelist: keep channellist in users display/desc mode until exit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2a69b29463
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-08-20 (Tue, 20 Aug 2019)

Origin message was:
------------------
- channelist: keep channellist in users display/desc mode until exit

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

------------------
This commit was generated by Migit
2019-08-20 22:52:14 +02:00
Jacek Jendrzej
d0f7105664 webtv:add icy meta info
Origin commit data
------------------
Branch: ni/coolstream
Commit: 90ce4c54b6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-08-02 (Fri, 02 Aug 2019)


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

------------------
This commit was generated by Migit
2019-08-02 00:28:53 +02:00
Jacek Jendrzej
f116430845 movieplayer: use htmlEntityDecode with name in luaGetUrl
Origin commit data
------------------
Branch: ni/coolstream
Commit: 38583f20ba
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-08-02 (Fri, 02 Aug 2019)


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

------------------
This commit was generated by Migit
2019-08-02 00:28:53 +02:00
Jacek Jendrzej
9b95da0914 yweb: add url to StreamInfo
Origin commit data
------------------
Branch: ni/coolstream
Commit: db17cc79b4
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-08-01 (Thu, 01 Aug 2019)


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

------------------
This commit was generated by Migit
2019-08-01 15:42:23 +02:00
Jacek Jendrzej
13139ef879 movieplayer: enable chapter select for hd51
Conflicts:
	src/gui/movieplayer.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 960cf7ede5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-08-01 (Thu, 01 Aug 2019)



------------------
This commit was generated by Migit
2019-08-01 15:42:23 +02:00
Jacek Jendrzej
36369bd805 api ffmpeg, renamed hls format
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2fea61e3a2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-07-17 (Wed, 17 Jul 2019)


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

------------------
This commit was generated by Migit
2019-07-17 19:27:27 +02:00
DboxOldie
14e94c8f66 eventlist: fix epg search osd hole.patch
Origin commit data
------------------
Branch: ni/coolstream
Commit: a051b5ea8b
Author: DboxOldie <DboxOdlie@users.noreply.github.com>
Date: 2019-07-07 (Sun, 07 Jul 2019)


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

------------------
This commit was generated by Migit
2019-07-07 23:29:46 +02:00
vanhofen
595aca664b update: try to fix online update; replace spaces in url with %20
Origin commit data
------------------
Branch: ni/coolstream
Commit: ceb766e556
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-07-03 (Wed, 03 Jul 2019)

Origin message was:
------------------
- update: try to fix online update; replace spaces in url with %20

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

------------------
This commit was generated by Migit
2019-07-03 23:38:57 +02:00
Thilo Graf
c5b0d97e83 neutrino.cpp: fix memleak with progressbar cache
detected with LeakSanitizer


Origin commit data
------------------
Branch: ni/coolstream
Commit: 259d447181
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-07-02 (Tue, 02 Jul 2019)



------------------
This commit was generated by Migit
2019-07-02 22:21:09 +02:00