Commit Graph

9566 Commits

Author SHA1 Message Date
Thilo Graf
56ec7b2dbf maintain: add version update script
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7dba5bc73c
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-16 (Mon, 16 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-17 20:02:02 +02:00
Jacek Jendrzej
db35c38ba6 movieplayer.cpp remove free , attempting free on address which was not malloc()-ed
Origin commit data
------------------
Branch: ni/coolstream
Commit: 79a9186515
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-17 (Tue, 17 Oct 2017)

Origin message was:
------------------
movieplayer.cpp remove free , attempting free on address which was not malloc()-ed

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

------------------
This commit was generated by Migit
2017-10-17 12:42:32 +02:00
Jacek Jendrzej
3a268e12c5 Revert "- libdvbsub: add missing free() call"
This reverts commit 3da19efe98.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0f8e614ee4
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-16 (Mon, 16 Oct 2017)



------------------
This commit was generated by Migit
2017-10-16 10:44:19 +02:00
Jacek Jendrzej
a1d2509af1 streaminfo2: add desc to audiotype
Origin commit data
------------------
Branch: ni/coolstream
Commit: ff61f5aef1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-14 (Sat, 14 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-14 13:26:55 +02:00
Michael Liebmann
a8b6b60fbc CBEBouquetWidget::getInfoText(): Fix compile error
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9365e09ab9
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-10-14 (Sat, 14 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-14 10:02:50 +02:00
Thilo Graf
8e77ad7116 bedit: add methods ResetModules() and init()
Help to handle instances of modules to get current screen and font settings
after changed settings by user.

Dimensions were not applied after changed settings. eg: All Items had wrong
position and dimensions after changed font size.


Origin commit data
------------------
Branch: ni/coolstream
Commit: f53b8fb110
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)



------------------
This commit was generated by Migit
2017-10-13 13:40:49 +02:00
Thilo Graf
07de0c3899 bedit: remove multiple code from paintHead() method
Origin commit data
------------------
Branch: ni/coolstream
Commit: c651f6aa40
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-13 13:40:49 +02:00
Thilo Graf
6a5e1fabb4 bedit: remove multiple code from paintFoot() method
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4dc047557f
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-13 13:40:49 +02:00
Thilo Graf
977fb48794 bedit: ensure apply of possible changed timeout settings on runtime
Origin commit data
------------------
Branch: ni/coolstream
Commit: b7124973de
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-13 13:40:49 +02:00
Thilo Graf
8121a93ddd bedit: move paintBody() into base class
Avoids multiple code parts


Origin commit data
------------------
Branch: ni/coolstream
Commit: 61a29f061a
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)



------------------
This commit was generated by Migit
2017-10-13 13:40:49 +02:00
Thilo Graf
eba3d1e55e bedit: declare internal vars as protected
Access to internal member vars should be done via methods and funtions.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 53293ba49d
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)



------------------
This commit was generated by Migit
2017-10-13 13:40:49 +02:00
Thilo Graf
694f5af402 bedit: use inherited version of hide()
This overwrites inherited hide() from CMenuTarget

rework hide


Origin commit data
------------------
Branch: ni/coolstream
Commit: d64f06b196
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)



------------------
This commit was generated by Migit
2017-10-13 13:40:49 +02:00
Thilo Graf
5d4a7aad15 bedit: use inherited version of paintDetails() and dline/ibox objects
This moves full identicaly code into base class.

TODO: There are more similar parts.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3045baea13
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)



------------------
This commit was generated by Migit
2017-10-13 13:40:37 +02:00
Thilo Graf
52fed62f51 bedit: remove multiple forward declaration of CFrameBuffer
I don't see any sense why this should be done here.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 97a124ab44
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)



------------------
This commit was generated by Migit
2017-10-13 13:38:20 +02:00
Thilo Graf
0bd8d99da0 CComponentsFooter: rework uniformed arrangement
Some parts were incomplete treated with defined parameter
'label_width' and/or 'chain_width'.


Origin commit data
------------------
Branch: ni/coolstream
Commit: c7a2dd70fc
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)



------------------
This commit was generated by Migit
2017-10-13 12:35:59 +02:00
Thilo Graf
06d5ab362f Revert "CTimerList: adjust label width in footer dependent by count of buttons"
This reverts commit ec598a94b5.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 88e488d3a0
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)



------------------
This commit was generated by Migit
2017-10-13 12:35:59 +02:00
Thilo Graf
d361165f99 CMenuWidget: don't use parameter for label width calculation
Footer object does this itself.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 35f048a735
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)



------------------
This commit was generated by Migit
2017-10-13 12:35:59 +02:00
Thilo Graf
804ee7b948 CTimerList: localize info and send timer buttons
Origin commit data
------------------
Branch: ni/coolstream
Commit: c1d4da731b
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-13 12:35:59 +02:00
vanhofen
3da19efe98 libdvbsub: add missing free() call
Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 89f9ae85f0
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)

Origin message was:
------------------
- libdvbsub: add missing free() call

Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


------------------
This commit was generated by Migit
2017-10-13 12:35:59 +02:00
vanhofen
50735d255b libdvbsub: use framebuffer functions getBackBufferPointer() and blit2FB()
Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: fa0400f8b2
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)

Origin message was:
------------------
- libdvbsub: use framebuffer functions getBackBufferPointer() and blit2FB()

Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


------------------
This commit was generated by Migit
2017-10-13 12:35:59 +02:00
gixxpunk
0023d793c8 dvbsubtitle: fix copy/paste error and only show debug if there is something to clear
Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3edc365eab
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-10-12 (Thu, 12 Oct 2017)

Origin message was:
------------------
- dvbsubtitle: fix copy/paste error and only show debug if there is something to clear

Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


------------------
This commit was generated by Migit
2017-10-13 12:35:59 +02:00
gixxpunk
4a9cd8b0c9 cleanup dvbsubtitle code
Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 18699eaf41
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-10-12 (Thu, 12 Oct 2017)

Origin message was:
------------------
- cleanup dvbsubtitle code

Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


------------------
This commit was generated by Migit
2017-10-13 12:35:59 +02:00
vanhofen
13749d06c9 libdvbsub: allow FullHD resolution dimensions
Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5ba719402a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)

Origin message was:
------------------
- libdvbsub: allow FullHD resolution dimensions

Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


------------------
This commit was generated by Migit
2017-10-13 12:35:59 +02:00
vanhofen
0b0fd7943a libdvbsub: port usefull code from Neutrino-MP to make dvbsub nice again
Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8bdcfb263d
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)

Origin message was:
------------------
- libdvbsub: port usefull code from Neutrino-MP to make dvbsub nice again

Signed-off-by: J. Krieg <bellum07@googlemail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


------------------
This commit was generated by Migit
2017-10-13 12:35:59 +02:00
Jacek Jendrzej
2379818d0c src/gui/upnpbrowser.cpp clear framebuffer
Origin commit data
------------------
Branch: ni/coolstream
Commit: 47b247472c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-09 (Mon, 09 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-09 17:23:11 +02:00
Jacek Jendrzej
50ab515db9 upnpbrowser : fix memleaks
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6d81594f12
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-09 (Mon, 09 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-09 16:39:24 +02:00
Jacek Jendrzej
17e4271b00 upnpbrowser : fix memleak
Origin commit data
------------------
Branch: ni/coolstream
Commit: d3233254c8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-09 (Mon, 09 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-09 12:37:35 +02:00
Thilo Graf
6457192afd CUpnpBrowserGui: fix possible compile errot
error: suggest parentheses around ‘&&’ within ‘||’ [-Werror=parentheses]


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



------------------
This commit was generated by Migit
2017-10-08 17:48:32 +02:00
Thilo Graf
d83169a67e CTimerList: fix behavior of hide() for remotebox sub menus
After hide() the the background was not fully restored or
was partially damaged the corners beside the header.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3d9b7c1360
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-08 (Sun, 08 Oct 2017)

Origin message was:
------------------
CTimerList: fix behavior of hide() for remotebox sub menus

After hide() the the background was not fully restored or
was partially damaged the corners beside the header.


------------------
This commit was generated by Migit
2017-10-08 17:48:32 +02:00
Thilo Graf
1d2d437547 CTimerList: increase width of remote menu
eg: With oversized font sizes the buttons inside footer are squeezed.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6b28013da1
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-08 (Sun, 08 Oct 2017)

Origin message was:
------------------
CTimerList: increase width of remote menu

eg: With oversized font sizes the buttons inside footer are squeezed.


------------------
This commit was generated by Migit
2017-10-08 17:48:32 +02:00
Thilo Graf
39191df6e0 CMenuWidget: small clean ups
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4ad5ce65e2
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-08 (Sun, 08 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-08 17:48:32 +02:00
Jacek Jendrzej
4720ee5d7e fix video folderplay
Origin commit data
------------------
Branch: ni/coolstream
Commit: ea0cd48d18
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-08 (Sun, 08 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-08 16:49:23 +02:00
Jacek Jendrzej
236f997529 src/gui/upnpbrowser.cpp clear framebuffer
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7f1d736781
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-07 (Sat, 07 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-08 16:49:23 +02:00
Jacek Jendrzej
f41b3ef617 src/gui/upnpbrowser.cpp kill infobox and timebox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9a0bcf0dc5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-07 (Sat, 07 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-08 16:49:23 +02:00
Jacek Jendrzej
05e9551034 src/gui/test_menu.cpp fix memleak
Origin commit data
------------------
Branch: ni/coolstream
Commit: 74f02a16f5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-07 (Sat, 07 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-08 16:49:23 +02:00
Stefan Seyfried
586a1b5a49 helpers/readFile: limit memory allocations
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2f39081708
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-10-01 (Sun, 01 Oct 2017)


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

------------------
This commit was generated by Migit
2017-10-02 13:43:57 +02:00
Stefan Seyfried
ef71d00d7f remove "using namespace std" from header files
"using namespace std" in headers is considered bad practice, so move it
either into the respective cpp files or (for files which have lots of
other std::xxx usage anyway) just write it out explicitly.
Looking at the headers and the affected cpp files, one can actually see
why it is bad practice, as it's spreading very far ;-)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0d9139054a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-10-01 (Sun, 01 Oct 2017)



------------------
This commit was generated by Migit
2017-10-02 13:43:57 +02:00
vanhofen
61a2b10f7e deutsch.locale: adjust EPGPlus.remind
Origin commit data
------------------
Branch: ni/coolstream
Commit: 17ea8e7d63
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-30 (Sat, 30 Sep 2017)

Origin message was:
------------------
- deutsch.locale: adjust EPGPlus.remind

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

------------------
This commit was generated by Migit
2017-09-30 13:18:12 +02:00
Stefan Seyfried
d6b2b1e368 CMenuWidget: fix "left" key for menuchoosers where
the "decrement menu function" got lost by the last "simplify code and
add missing break" commit. The implicit fallthrough actually was used to
execute the "left" function.
Reorganize the code so that it works even without the implicit
fallthrough.


Origin commit data
------------------
Branch: ni/coolstream
Commit: ab3434e278
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-29 (Fri, 29 Sep 2017)



------------------
This commit was generated by Migit
2017-09-30 13:14:57 +02:00
vanhofen
3df3b9eafe rcinput: simplify calcTimeoutEnd() calls; 0 is "off" by default now
Origin commit data
------------------
Branch: ni/coolstream
Commit: 99cc7f850a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-29 (Fri, 29 Sep 2017)

Origin message was:
------------------
- rcinput: simplify calcTimeoutEnd() calls; 0 is "off" by default now

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

------------------
This commit was generated by Migit
2017-09-29 10:34:23 +02:00
vanhofen
11ec707695 bouqueteditor: clear details in infobox if no channels available
Origin commit data
------------------
Branch: ni/coolstream
Commit: 386c2b4d09
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-28 (Thu, 28 Sep 2017)

Origin message was:
------------------
- bouqueteditor: clear details in infobox if no channels available

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

------------------
This commit was generated by Migit
2017-09-28 14:12:32 +02:00
Jacek Jendrzej
e4c46f69bf fix clang compil, use swap()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0f26434550
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-09-28 (Thu, 28 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-28 13:43:51 +02:00
vanhofen
85e3acf202 menue: only add hint_height to full_height, if we really have a hint
Origin commit data
------------------
Branch: ni/coolstream
Commit: 58e05cfd99
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-27 (Wed, 27 Sep 2017)

Origin message was:
------------------
- menue: only add hint_height to full_height, if we really have a hint

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

------------------
This commit was generated by Migit
2017-09-27 14:29:51 +02:00
vanhofen
226bcb07ec bouqueteditor_channels: allow to navigate with left/right through the bouquets
add corresponding context-icons to header


Origin commit data
------------------
Branch: ni/coolstream
Commit: e94e0780b0
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-27 (Wed, 27 Sep 2017)

Origin message was:
------------------
- bouqueteditor_channels: allow to navigate with left/right through the bouquets

add corresponding context-icons to header


------------------
This commit was generated by Migit
2017-09-27 14:20:11 +02:00
vanhofen
6a9ccee0bf bouqueteditor: some more timeout-fixes
Origin commit data
------------------
Branch: ni/coolstream
Commit: c00013ea52
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-27 (Wed, 27 Sep 2017)

Origin message was:
------------------
- bouqueteditor: some more timeout-fixes

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

------------------
This commit was generated by Migit
2017-09-27 11:55:22 +02:00
Jacek Jendrzej
2c554b1ae7 Revert "CMenuWidget: simplify menu_left_exit code, add missing break"
This reverts commit 1582977133.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1deaebf1cf
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-09-27 (Wed, 27 Sep 2017)



------------------
This commit was generated by Migit
2017-09-27 11:11:12 +02:00
vanhofen
219ae6b8d4 fix some timout-off-bugs in bouquetlist and channellist
Origin commit data
------------------
Branch: ni/coolstream
Commit: 95157b1f8f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-27 (Wed, 27 Sep 2017)

Origin message was:
------------------
- fix some timout-off-bugs in bouquetlist and channellist

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

------------------
This commit was generated by Migit
2017-09-27 09:57:19 +02:00
vanhofen
a33872ac9c fix some timout-off-bugs in epgplus, epgview, eventlist and filebrowser
Origin commit data
------------------
Branch: ni/coolstream
Commit: f0e7069878
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-27 (Wed, 27 Sep 2017)

Origin message was:
------------------
- fix some timout-off-bugs in epgplus, epgview, eventlist and filebrowser

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

------------------
This commit was generated by Migit
2017-09-27 09:57:10 +02:00
vanhofen
7d0a8b9698 bouqueteditor: fix timeout; editor doesn't open when timeout was "off"
Origin commit data
------------------
Branch: ni/coolstream
Commit: db80514499
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-27 (Wed, 27 Sep 2017)

Origin message was:
------------------
- bouqueteditor: fix timeout; editor doesn't open when timeout was "off"

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

------------------
This commit was generated by Migit
2017-09-27 09:50:14 +02:00
vanhofen
2c4ee6e484 network-setup: add header-icon to network-test
Origin commit data
------------------
Branch: ni/coolstream
Commit: db5af2d9ca
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-27 (Wed, 27 Sep 2017)

Origin message was:
------------------
- network-setup: add header-icon to network-test

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

------------------
This commit was generated by Migit
2017-09-27 09:50:14 +02:00