Commit Graph

12974 Commits

Author SHA1 Message Date
Thilo Graf
7287a2f947 cc_draw: use const bool& for more safety
Origin commit data
------------------
Commit: b18775cbc1
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:49 +01:00
Thilo Graf
3cb984489c cc_frm: us at member inside addCCItem() for more safety
Origin commit data
------------------
Commit: ab8b31ebc5
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:49 +01:00
Thilo Graf
65cc9c6f23 cc_draw: remove virtual from position setters
Origin commit data
------------------
Commit: 44b035955f
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:49 +01:00
Thilo Graf
4f0ad898ee cc_detailsline.h: add missing virtual destructor
Origin commit data
------------------
Commit: 414169a6c2
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:49 +01:00
Thilo Graf
39dfa161f2 cc_draw: remove 'virtual' from hasChanges()
Makes problems with thread handling


Origin commit data
------------------
Commit: a4ec79e615
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:49 +01:00
Thilo Graf
38fa9cc8b0 cc_frm_window: rename member initVarWindow() -> init()
One step to unify member names


Origin commit data
------------------
Commit: 510c7e3df9
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:49 +01:00
Thilo Graf
a79824a06f cc_frm_footer: remove inline for enableButtonFrameColor()
inline already default in header file


Origin commit data
------------------
Commit: bcb1526b8b
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:49 +01:00
Thilo Graf
ecdde02eab cc_draw: use const for getFrameThickness()
Origin commit data
------------------
Commit: a5f87f4e00
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:49 +01:00
Thilo Graf
1e51ce8681 cc-classes: add missing virtual destructors
Origin commit data
------------------
Commit: 2b5e1e1acc
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:49 +01:00
Thilo Graf
c2d866be90 components/Makefile.am: enable exception handling
Origin commit data
------------------
Commit: 4148a110a0
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:49 +01:00
Thilo Graf
1cde874352 cc_draw: use 'at' methode in vectors for more savety
Origin commit data
------------------
Commit: d955e2dc6e
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:49 +01:00
Thilo Graf
2afd15ea32 components: use const bool& parameter in paint methodes
Origin commit data
------------------
Commit: 07d8f07d4d
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:49 +01:00
Thilo Graf
4e84787e92 cc_frm.cpp: use 'vector::at' function for more safety
Origin commit data
------------------
Commit: 826664badb
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:49 +01:00
Thilo Graf
39c579072a cc_frm_clock.cpp: move cl_timer to protected
Was not usable from derived classes.


Origin commit data
------------------
Commit: e6833af004
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:48 +01:00
Thilo Graf
c05c9ab8b6 test-menu: move separator types into own methode
Origin commit data
------------------
Commit: b00c7eb981
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
2019-10-27 22:56:48 +01:00
vanhofen
b0dbd6f602 pick graphlcd support from DDT but include it in another way
Origin commit data
------------------
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
2019-10-26 22:37:38 +02:00
vanhofen
cd77e57743 fix playpause handling
Origin commit data
------------------
Commit: ad57d291bb
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-23 (Wed, 23 Oct 2019)

Origin message was:
------------------
- fix playpause handling
2019-10-23 23:22:22 +02:00
max_10
cc397c7cc4 add h7
Origin commit data
------------------
Commit: 24dd7d0968
Author: max_10 <max_10@gmx.de>
Date: 2019-10-23 (Wed, 23 Oct 2019)

Origin message was:
------------------
- add h7
2019-10-23 23:22:22 +02:00
vanhofen
5b9ad0e0ad neutrinoapi: fix "crypt info verimatrix added"
Origin commit data
------------------
Commit: 1eb0bf567b
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-18 (Fri, 18 Oct 2019)

Origin message was:
------------------
- neutrinoapi: fix "crypt info verimatrix added"
2019-10-18 22:33:31 +02:00
BPanther
91ac184c20 crypt info verimatrix added
Origin commit data
------------------
Commit: 09b8aa09c9
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2019-10-18 (Fri, 18 Oct 2019)
2019-10-18 22:33:31 +02:00
BPanther
5b20e70bc9 fix motorcontrol keys
Origin commit data
------------------
Commit: e39b6a78a5
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2019-10-18 (Fri, 18 Oct 2019)
2019-10-18 22:33:31 +02:00
vanhofen
641a4ae0ed acinclude.m4: add defines to summarize vuplus boxmodels
Origin commit data
------------------
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
2019-10-15 22:23:24 +02:00
Jacek Jendrzej
089dc43be0 rcinput: use mutex, suggested by Seife
Origin commit data
------------------
Commit: 409b36c776
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-10-14 (Mon, 14 Oct 2019)
2019-10-14 22:32:15 +02:00
Jacek Jendrzej
638de5d749 cc_draw: avoid integer overflow
Origin commit data
------------------
Commit: 02516f9bca
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-10-13 (Sun, 13 Oct 2019)
2019-10-13 22:24:13 +02:00
Jacek Jendrzej
5fd8806b09 rcinput:killTimer check if iterator is not corrupted, possible segfault
Origin commit data
------------------
Commit: a8d0b49aed
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-10-13 (Sun, 13 Oct 2019)
2019-10-13 22:24:13 +02:00
max_10
8fef6fe1a9 vuuno4k and vuuno4kse added
Origin commit data
------------------
Commit: 75de99d28d
Author: max_10 <max_10@gmx.de>
Date: 2019-10-12 (Sat, 12 Oct 2019)

Origin message was:
------------------
- vuuno4k and vuuno4kse added
2019-10-12 23:21:37 +02:00
vanhofen
02400dc40e rcinput: fix non existing info key for vu+
Origin commit data
------------------
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+
2019-10-03 01:26:27 +02:00
vanhofen
9631866a60 neutrino: fix key_timeshift for vu+ models
Origin commit data
------------------
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
2019-10-03 01:26:27 +02:00
vanhofen
2ec3dc651d rcinput: add vu+ timer key
Origin commit data
------------------
Commit: 2b528ba01f
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-03 (Thu, 03 Oct 2019)

Origin message was:
------------------
- rcinput: add vu+ timer key
2019-10-03 01:26:27 +02:00
vanhofen
c00af333ec controlapi: add rc fallback device
Origin commit data
------------------
Commit: 50321a1af4
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-10-03 (Thu, 03 Oct 2019)

Origin message was:
------------------
- controlapi: add rc fallback device
2019-10-03 01:26:26 +02:00
vanhofen
cb9542e42b remove by mistake added src/driver/nglcd.cpp
Origin commit data
------------------
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
2019-09-12 21:24:24 +02:00
max_10
2fedc93a5c 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
------------------
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
2019-09-12 21:07:20 +02:00
Thilo Graf
d75571be93 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
------------------
Commit: d0eab5782c
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-09-10 (Tue, 10 Sep 2019)
2019-09-10 20:59:19 +02:00
Thilo Graf
2da1432cfb lua_messagbox.cpp: add parameter for text allign
Origin commit data
------------------
Commit: 9f4cdfd4bd
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-09-10 (Tue, 10 Sep 2019)
2019-09-10 20:59:19 +02:00
Thilo Graf
a35ac23209 neutrino.cpp: add FIXME tag because of possible leak
Origin commit data
------------------
Commit: 73ff5ce3d8
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-09-10 (Tue, 10 Sep 2019)
2019-09-10 20:59:19 +02:00
vanhofen
02d972d335 update: signalize ofgwrite's start in VFD
Origin commit data
------------------
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
2019-09-05 21:57:03 +02:00
max_10
f34a82459b vuzero4k and vuduo4k added
Origin commit data
------------------
Commit: 6b80101df9
Author: max_10 <max_10@gmx.de>
Date: 2019-08-25 (Sun, 25 Aug 2019)

Origin message was:
------------------
- vuzero4k and vuduo4k added
2019-08-25 22:18:40 +02:00
IngoF
108bd3b279 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
------------------
Commit: a88f822bee
Author: IngoF <ingo.fischer@arcormail.de>
Date: 2019-08-22 (Thu, 22 Aug 2019)
2019-08-22 17:09:53 +00:00
vanhofen
598b40c230 channelist: keep channellist in users display/desc mode until exit
Origin commit data
------------------
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
2019-08-20 22:52:14 +02:00
Jacek Jendrzej
6247fc82c9 webtv:add icy meta info
Origin commit data
------------------
Commit: 90ce4c54b6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-08-02 (Fri, 02 Aug 2019)
2019-08-02 00:28:53 +02:00
Jacek Jendrzej
b7bb2bfdea movieplayer: use htmlEntityDecode with name in luaGetUrl
Origin commit data
------------------
Commit: 38583f20ba
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-08-02 (Fri, 02 Aug 2019)
2019-08-02 00:28:53 +02:00
Jacek Jendrzej
888ca079c4 yweb: add url to StreamInfo
Origin commit data
------------------
Commit: db17cc79b4
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-08-01 (Thu, 01 Aug 2019)
2019-08-01 15:42:23 +02:00
Jacek Jendrzej
82cf0e09aa movieplayer: enable chapter select for hd51
Conflicts:
	src/gui/movieplayer.cpp


Origin commit data
------------------
Commit: 960cf7ede5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-08-01 (Thu, 01 Aug 2019)
2019-08-01 15:42:23 +02:00
Jacek Jendrzej
3f3b85bdbe api ffmpeg, renamed hls format
Origin commit data
------------------
Commit: 2fea61e3a2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-07-17 (Wed, 17 Jul 2019)
2019-07-17 19:27:27 +02:00
DboxOldie
0e9ed041e4 eventlist: fix epg search osd hole.patch
Origin commit data
------------------
Commit: a051b5ea8b
Author: DboxOldie <DboxOldie@users.noreply.github.com>
Date: 2019-07-07 (Sun, 07 Jul 2019)
2019-07-07 23:29:46 +02:00
vanhofen
925e9f7187 update: try to fix online update; replace spaces in url with %20
Origin commit data
------------------
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
2019-07-03 23:38:57 +02:00
Thilo Graf
2728195b9f neutrino.cpp: fix memleak with progressbar cache
detected with LeakSanitizer


Origin commit data
------------------
Commit: 259d447181
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-07-02 (Tue, 02 Jul 2019)
2019-07-02 22:21:09 +02:00
Thilo Graf
e2ba0fa505 cc_item_progressbar.cpp/h: move CProgressBarCache class into header file
Allows usage from other classes


Origin commit data
------------------
Commit: 60965e47b4
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-07-02 (Tue, 02 Jul 2019)
2019-07-02 22:21:09 +02:00
vanhofen
1afcc19833 Revert "lua: don't play video if movieplayer is in use"
This reverts commit 8b95905797.


Origin commit data
------------------
Commit: d32abdc368
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-06-28 (Fri, 28 Jun 2019)
2019-06-28 23:07:05 +02:00
Knicko007
b8dd8d8da0 add osmod (oscam-smod); drop cs2gbox and newcs
Origin commit data
------------------
Commit: 6c4f2be6d5
Author: Knicko007 <knicko@glj.servebbs.com>
Date: 2019-06-25 (Tue, 25 Jun 2019)
2019-06-25 23:29:56 +02:00