Commit Graph

13862 Commits

Author SHA1 Message Date
vanhofen
d6bc79abe5 neutrino: create new neccessary user directories
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0387d4b159
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)

Origin message was:
------------------
- neutrino: create new neccessary user directories

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

------------------
This commit was generated by Migit
2018-12-18 00:47:41 +01:00
vanhofen
7e2049e94f pictureviewer: massively simplify GetLogoName() function
Origin commit data
------------------
Branch: ni/coolstream
Commit: 90545ad4fb
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)

Origin message was:
------------------
- pictureviewer: massively simplify GetLogoName() function

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

------------------
This commit was generated by Migit
2018-12-18 00:19:35 +01:00
vanhofen
71131e125f lcd4l: use GetLogoName() function from pictureviewer
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3db180f75b
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)

Origin message was:
------------------
- lcd4l: use GetLogoName() function from pictureviewer

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

------------------
This commit was generated by Migit
2018-12-18 00:19:35 +01:00
vanhofen
e5378d2eaa pictureviewer: add support for g_settings.lcd4l_logodir to GetLogoName() function
Origin commit data
------------------
Branch: ni/coolstream
Commit: f9cd35290a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)

Origin message was:
------------------
- pictureviewer: add support for g_settings.lcd4l_logodir to GetLogoName() function

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

------------------
This commit was generated by Migit
2018-12-18 00:19:35 +01:00
vanhofen
1a184d306a introduce eventlogos (e.g. tagesschau.png for Tagesschau)
Eventlogo name is created from lowercase event name. Sspaces are replaced by "-".
 So an event called "American Dad" needs a logo called "american-dad.png".

 Eventlogo must be located in a subdir called "/events" in the logo directories.

 The search is working backwards through the eventname like this:

 "/var/tuxbox/icons/logo/events/american-dad.jpg"
 "/var/tuxbox/icons/logo/events/american-da.jpg"
 "/var/tuxbox/icons/logo/events/american-d.jpg"
 "/var/tuxbox/icons/logo/events/american-.jpg"
 "/var/tuxbox/icons/logo/events/american.jpg"
 "/var/tuxbox/icons/logo/events/america.jpg"
 "/var/tuxbox/icons/logo/events/americ.jpg"
 "/var/tuxbox/icons/logo/events/ameri.jpg"
 "/var/tuxbox/icons/logo/events/amer.jpg"
 "/var/tuxbox/icons/logo/events/ame.jpg"
 "/var/tuxbox/icons/logo/events/am.jpg"
 "/var/tuxbox/icons/logo/events/a.jpg"

 First hit is used. If no eventlogo was found, the wellknown channellogos are used.
 Be carefull with the naming of the eventlogos. A logo named "a.png" will be used
 for all events starting with an A.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4275fabed6
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)

Origin message was:
------------------
- introduce eventlogos (e.g. tagesschau.png for Tagesschau)

 Eventlogo name is created from lowercase event name. Sspaces are replaced by "-".
 So an event called "American Dad" needs a logo called "american-dad.png".

 Eventlogo must be located in a subdir called "/events" in the logo directories.

 The search is working backwards through the eventname like this:

 "/var/tuxbox/icons/logo/events/american-dad.jpg"
 "/var/tuxbox/icons/logo/events/american-da.jpg"
 "/var/tuxbox/icons/logo/events/american-d.jpg"
 "/var/tuxbox/icons/logo/events/american-.jpg"
 "/var/tuxbox/icons/logo/events/american.jpg"
 "/var/tuxbox/icons/logo/events/america.jpg"
 "/var/tuxbox/icons/logo/events/americ.jpg"
 "/var/tuxbox/icons/logo/events/ameri.jpg"
 "/var/tuxbox/icons/logo/events/amer.jpg"
 "/var/tuxbox/icons/logo/events/ame.jpg"
 "/var/tuxbox/icons/logo/events/am.jpg"
 "/var/tuxbox/icons/logo/events/a.jpg"

 First hit is used. If no eventlogo was found, the wellknown channellogos are used.
 Be carefull with the naming of the eventlogos. A logo named "a.png" will be used
 for all events starting with an A.


------------------
This commit was generated by Migit
2018-12-18 00:19:35 +01:00
vanhofen
d38266a286 pictureviewer: just small code formatting changes in GetLogoName()
Origin commit data
------------------
Branch: ni/coolstream
Commit: c0bcdffbb9
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)

Origin message was:
------------------
- pictureviewer: just small code formatting changes in GetLogoName()

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

------------------
This commit was generated by Migit
2018-12-18 00:19:35 +01:00
TangoCash
1a16fb341a add special logo names support
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8915440aa6
Author: TangoCash <eric@loxat.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)


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

------------------
This commit was generated by Migit
2018-12-18 00:19:35 +01:00
vanhofen
80f47013a3 use new edit icon in several headers
Origin commit data
------------------
Branch: ni/coolstream
Commit: a96e1d3ccd
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- use new edit icon in several headers

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

------------------
This commit was generated by Migit
2018-12-16 02:15:58 +01:00
vanhofen
585fc2df16 icons: add new edit icon
Origin commit data
------------------
Branch: ni/coolstream
Commit: 64d3067fbb
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- icons: add new edit icon

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

------------------
This commit was generated by Migit
2018-12-16 02:15:58 +01:00
vanhofen
7d40bad995 timerlist: remove obsolete old code
Origin commit data
------------------
Branch: ni/coolstream
Commit: 153fe0cf38
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- timerlist: remove obsolete old code

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

------------------
This commit was generated by Migit
2018-12-16 01:17:01 +01:00
vanhofen
77285da0a8 fix latest key changes (KEY_EXIT => KEY_HOME)
Origin commit data
------------------
Branch: ni/coolstream
Commit: a4918cdca8
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- fix latest key changes (KEY_EXIT => KEY_HOME)

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

------------------
This commit was generated by Migit
2018-12-16 01:17:01 +01:00
vanhofen
4a7ff01dd5 data: move config data to new config subdir
Origin commit data
------------------
Branch: ni/coolstream
Commit: cbdedb7103
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- data: move config data to new config subdir

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

------------------
This commit was generated by Migit
2018-12-16 01:17:01 +01:00
vanhofen
2473cfa32c data: move zapit data to new zapit subdir
Origin commit data
------------------
Branch: ni/coolstream
Commit: bfb54df79c
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- data: move zapit data to new zapit subdir

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

------------------
This commit was generated by Migit
2018-12-16 01:17:01 +01:00
vanhofen
dcb3395aa4 timerlist: speed up loop when remote box is offline
Origin commit data
------------------
Branch: ni/coolstream
Commit: ab47d6bb1a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- timerlist: speed up loop when remote box is offline

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

------------------
This commit was generated by Migit
2018-12-16 01:17:01 +01:00
vanhofen
4f6e8e1338 timerlist: fix return from RemoteBoxSelect() when no item is choosed
Origin commit data
------------------
Branch: ni/coolstream
Commit: 755fe81d8c
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- timerlist: fix return from RemoteBoxSelect() when no item is choosed

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

------------------
This commit was generated by Migit
2018-12-16 01:17:01 +01:00
vanhofen
48998271c3 menu: add possibility to get action state of menu widget
Origin commit data
------------------
Branch: ni/coolstream
Commit: 48b5f1a1f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- menu: add possibility to get action state of menu widget

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

------------------
This commit was generated by Migit
2018-12-16 01:17:01 +01:00
vanhofen
8729605a75 timerlist: allow to enable/disable remote boxes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5b0ad234cd
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- timerlist: allow to enable/disable remote boxes

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

------------------
This commit was generated by Migit
2018-12-16 01:17:00 +01:00
vanhofen
5d8e2a6b06 zapit: remove obsolete data directory
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7bb43ee9ed
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- zapit: remove obsolete data directory

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

------------------
This commit was generated by Migit
2018-12-16 01:17:00 +01:00
vanhofen
124a101d79 fix install of myservices.xml; was in wrong directory
Origin commit data
------------------
Branch: ni/coolstream
Commit: 095607d3eb
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-12 (Wed, 12 Dec 2018)

Origin message was:
------------------
- fix install of myservices.xml; was in wrong directory

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

------------------
This commit was generated by Migit
2018-12-12 17:56:59 +01:00
vanhofen
3257d595fb cc_frm_header: re-add offet to header caption; ...
this fixes ofset on right side for very long header captions


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a926ca5a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-11 (Tue, 11 Dec 2018)

Origin message was:
------------------
- cc_frm_header: re-add offet to header caption; ...

this fixes ofset on right side for very long header captions


------------------
This commit was generated by Migit
2018-12-11 23:08:24 +01:00
vanhofen
f223289dd3 locale: better hint for lcd4l_logodir
Origin commit data
------------------
Branch: ni/coolstream
Commit: d1561113e3
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-11 (Tue, 11 Dec 2018)

Origin message was:
------------------
- locale: better hint for lcd4l_logodir

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

------------------
This commit was generated by Migit
2018-12-11 22:15:11 +01:00
vanhofen
5a2e9e6cac neutrino: better default directory for g_settings.lcd4l_logodir
Origin commit data
------------------
Branch: ni/coolstream
Commit: 26eecd577c
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-11 (Tue, 11 Dec 2018)

Origin message was:
------------------
- neutrino: better default directory for g_settings.lcd4l_logodir

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

------------------
This commit was generated by Migit
2018-12-11 22:15:11 +01:00
vanhofen
b03dc964f6 lcd4l-setup: just code reformatting (using astyle)
Origin commit data
------------------
Branch: ni/coolstream
Commit: adeb6c8248
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-11 (Tue, 11 Dec 2018)

Origin message was:
------------------
- lcd4l-setup: just code reformatting (using astyle)

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

------------------
This commit was generated by Migit
2018-12-11 22:15:11 +01:00
GetAway
8947425469 epgview.cpp: fix recalculation of several heights
Origin commit data
------------------
Branch: ni/coolstream
Commit: 95b1472bde
Author: GetAway <get-away@t-online.de>
Date: 2018-12-11 (Tue, 11 Dec 2018)


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

------------------
This commit was generated by Migit
2018-12-11 22:15:05 +01:00
Thilo Graf
7ab6660388 navibar.cpp: fix possible overpaint of text after repaint with new content
Origin commit data
------------------
Branch: ni/coolstream
Commit: fcd69495e1
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-10 (Mon, 10 Dec 2018)


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

------------------
This commit was generated by Migit
2018-12-10 22:37:05 +01:00
Thilo Graf
407edfe72d cc_draw.cpp/h: move more methodes into cpp file
clean up


Origin commit data
------------------
Branch: ni/coolstream
Commit: c8716f5b39
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-10 (Mon, 10 Dec 2018)



------------------
This commit was generated by Migit
2018-12-10 22:37:05 +01:00
Thilo Graf
aeadccb7e3 src/gui/widget/hintbox.cpp: connect OnTimer slot only if is still empty
Prevent multiple connections to slot. Only to be sure.


Origin commit data
------------------
Branch: ni/coolstream
Commit: eb209de47a
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-10 (Mon, 10 Dec 2018)



------------------
This commit was generated by Migit
2018-12-10 22:37:05 +01:00
Thilo Graf
cf05e853e4 cc_item.cpp/cc_detailsline.cpp: clean up and simplify fblayer init
use v_fbdata.push_back() for direct fill with contents, reduced effort


Origin commit data
------------------
Branch: ni/coolstream
Commit: fb52b334bd
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)



------------------
This commit was generated by Migit
2018-12-08 23:15:13 +01:00
Thilo Graf
1be252f33f cc_item.cpp/h: move getPageNumber() into cpp file
clean up


Origin commit data
------------------
Branch: ni/coolstream
Commit: 020c52c5c4
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)



------------------
This commit was generated by Migit
2018-12-08 23:15:13 +01:00
Thilo Graf
81358f8173 cc_draw.cpp/h: move position members into cpp file
clean up


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7272f0c3b1
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)



------------------
This commit was generated by Migit
2018-12-08 23:15:13 +01:00
Thilo Graf
532f79c238 CTextBox: move setTextRenderModeFullBG() into cpp file.
Origin commit data
------------------
Branch: ni/coolstream
Commit: e7f49dbfec
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)


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

------------------
This commit was generated by Migit
2018-12-08 23:15:13 +01:00
Thilo Graf
b39e939b9a cc_draw.cpp: remove consequently all possible pixbuf contents
This should enusre a clean content for all fbdata.pixbuf parts.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 82c91c00f0
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)



------------------
This commit was generated by Migit
2018-12-08 23:15:13 +01:00
Thilo Graf
0a774f79ac neutrino.h: add signal OnShutDown
was missed in context with similar OnBeforeRestart


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5e0137f8a6
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)



------------------
This commit was generated by Migit
2018-12-08 23:15:13 +01:00
Thilo Graf
876fd3c28d CTextBox: move enableBackgroundPaint() into cpp file
partial cleanup


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9f4a4cea12
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)



------------------
This commit was generated by Migit
2018-12-08 23:15:13 +01:00
Thilo Graf
dc7b24112d clean up: remove unnecessary virtual declarations from cc classes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6660f9835f
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)


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

------------------
This commit was generated by Migit
2018-12-08 23:15:13 +01:00
Thilo Graf
e66c6bb2f5 cc_draw.cpp: remove variable cc_fbdata_t& fbdata
Try to avoid som possible data races.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 06001dad46
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)



------------------
This commit was generated by Migit
2018-12-08 23:15:13 +01:00
Thilo Graf
143aa4aeef cc_draw.cpp: call blitBox2FB() only if checkFbArea() was true
This should prevent pass corrupted parameters for blitBox2FB().


Origin commit data
------------------
Branch: ni/coolstream
Commit: a63c6aa5ba
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)



------------------
This commit was generated by Migit
2018-12-08 23:15:13 +01:00
GetAway
02344778bb Y_Blocks.txt: add keys to yweb rcu for bre2ze4k thx bazi98
Origin commit data
------------------
Branch: ni/coolstream
Commit: 417f14f370
Author: GetAway <get-away@t-online.de>
Date: 2018-12-06 (Thu, 06 Dec 2018)


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

------------------
This commit was generated by Migit
2018-12-06 21:47:06 +01:00
vanhofen
b358dc8a07 cables.xml: update KD - Offensive 2012; thx to Detlef from NI-Board
Origin commit data
------------------
Branch: ni/coolstream
Commit: 96b28ec420
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-06 (Thu, 06 Dec 2018)

Origin message was:
------------------
- cables.xml: update KD - Offensive 2012; thx to Detlef from NI-Board

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

------------------
This commit was generated by Migit
2018-12-06 16:07:04 +01:00
GetAway
ed6a7a40e0 rcinput: use translation for some keys
Origin commit data
------------------
Branch: ni/coolstream
Commit: f633ff3b96
Author: GetAway <get-away@t-online.de>
Date: 2018-12-05 (Wed, 05 Dec 2018)


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

------------------
This commit was generated by Migit
2018-12-05 23:15:54 +01:00
GetAway
2eca1a92e5 keybind_setup.cpp: fix warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: dba61a60c0
Author: GetAway <get-away@t-online.de>
Date: 2018-12-05 (Wed, 05 Dec 2018)


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

------------------
This commit was generated by Migit
2018-12-05 23:15:44 +01:00
GetAway
08774f7eef keybind_setup.cpp: fix menu special keys
Origin commit data
------------------
Branch: ni/coolstream
Commit: b83c316907
Author: GetAway <get-away@t-online.de>
Date: 2018-12-04 (Tue, 04 Dec 2018)


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

------------------
This commit was generated by Migit
2018-12-05 00:12:48 +01:00
GetAway
549af5d187 rcsim: format helpscreen; bump version 1.2
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1e5e2349bb
Author: GetAway <get-away@t-online.de>
Date: 2018-12-02 (Sun, 02 Dec 2018)


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

------------------
This commit was generated by Migit
2018-12-02 23:27:08 +01:00
GetAway
6f34ccf2df yWeb: fix RC Button V-Format for BRE2ZE4K
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1e5438386a
Author: GetAway <get-away@t-online.de>
Date: 2018-12-02 (Sun, 02 Dec 2018)


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

------------------
This commit was generated by Migit
2018-12-02 23:27:08 +01:00
GetAway
b7e657d3ff rcinput: fix RC_mode for BRE2ZE4K
Origin commit data
------------------
Branch: ni/coolstream
Commit: e6abf949e6
Author: GetAway <get-away@t-online.de>
Date: 2018-12-02 (Sun, 02 Dec 2018)


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

------------------
This commit was generated by Migit
2018-12-02 23:27:08 +01:00
GetAway
baaea9ec6f videosettings.cpp: use hw_caps->has_button_vformat
Origin commit data
------------------
Branch: ni/coolstream
Commit: cf07ebb3b1
Author: GetAway <get-away@t-online.de>
Date: 2018-12-01 (Sat, 01 Dec 2018)


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

------------------
This commit was generated by Migit
2018-12-01 18:03:25 +01:00
GetAway
0047ac6a31 yWeb: fix typo
Origin commit data
------------------
Branch: ni/coolstream
Commit: 420239d7d6
Author: GetAway <get-away@t-online.de>
Date: 2018-12-01 (Sat, 01 Dec 2018)


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

------------------
This commit was generated by Migit
2018-12-01 18:03:25 +01:00
vanhofen
820ad0c0ac initial settings: update to latest matze settings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 32e180f2cb
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-01 (Sat, 01 Dec 2018)

Origin message was:
------------------
- initial settings: update to latest matze settings

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

------------------
This commit was generated by Migit
2018-12-01 17:45:59 +01:00
vanhofen
ee52a17239 update: fix commit 2f09f0f06d (hopefully the last fix)
Origin commit data
------------------
Branch: ni/coolstream
Commit: c298cf3e38
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-01 (Sat, 01 Dec 2018)

Origin message was:
------------------
- update: fix commit 2f09f0f06d (hopefully the last fix)

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

------------------
This commit was generated by Migit
2018-12-01 10:07:17 +01:00
Jacek Jendrzej
f88ef1c054 nhttpd: fix stack buffer overflow
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8303352925
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-11-30 (Fri, 30 Nov 2018)


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

------------------
This commit was generated by Migit
2018-11-30 23:39:34 +01:00