Commit Graph

12749 Commits

Author SHA1 Message Date
Stefan Seyfried
a4040cbcb9 add comments to suppres -Wimplicit-fallthrough warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0ea72b9d51
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-25 11:25:50 +02:00
Stefan Seyfried
d45976cebf add LUA_CFLAGS everywhere widget/menue.h is used
Origin commit data
------------------
Branch: ni/coolstream
Commit: 32e4947ec7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-25 11:25:50 +02:00
Stefan Seyfried
4975889e5d rcinput: add hack to set rcdelay after device hotplug
this fixes e.g. wrong repeat settings after lircd restart


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



------------------
This commit was generated by Migit
2017-09-25 11:25:50 +02:00
Stefan Seyfried
42f8b9badb rcinput: fix corrupted iterator on input device hot-unplug
Origin commit data
------------------
Branch: ni/coolstream
Commit: ae06722b97
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-25 11:25:50 +02:00
vanhofen
5f27cac6ea imdb: fix deprecated-warning in same way as in 54b43f7745
Origin commit data
------------------
Branch: ni/coolstream
Commit: 340bf07d47
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)

Origin message was:
------------------
- imdb: fix deprecated-warning in same way as in 54b43f7745

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

------------------
This commit was generated by Migit
2017-09-25 09:05:21 +02:00
vanhofen
b28f1676c6 Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2a787fe28b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-25 08:45:42 +02:00
vanhofen
d50cc12181 menue: user smaller vertical offset for hintboxes to keep it in sync with other vertical offsets
* get bottom menu offset from CMenuSeparator()->getHeight()


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7071ae0852
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)

Origin message was:
------------------
- menue: user smaller vertical offset for hintboxes to keep it in sync with other vertical offsets

* get bottom menu offset from CMenuSeparator()->getHeight()


------------------
This commit was generated by Migit
2017-09-25 08:44:21 +02:00
vanhofen
39392aa963 osd-setup: use 0 as a localized value for timeout-settings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2bdcd058e4
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)

Origin message was:
------------------
- osd-setup: use 0 as a localized value for timeout-settings

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

------------------
This commit was generated by Migit
2017-09-25 08:44:21 +02:00
vanhofen
4736ac986d menue: add possibility to add localized values in CMenuOptionNumberChooser seperately
Origin commit data
------------------
Branch: ni/coolstream
Commit: 45040b0e14
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)

Origin message was:
------------------
- menue: add possibility to add localized values in CMenuOptionNumberChooser seperately

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

------------------
This commit was generated by Migit
2017-09-25 08:44:21 +02:00
vanhofen
646884c4e2 detailsline: reduce two times the shadow width from the h_marks
Otherwise shadows will be painted lower then the height of the object
the detailsline is docked to.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0abccfac8a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)

Origin message was:
------------------
- detailsline: reduce two times the shadow width from the h_marks

Otherwise shadows will be painted lower then the height of the object
the detailsline is docked to.


------------------
This commit was generated by Migit
2017-09-25 08:44:21 +02:00
vanhofen
85d08ff6d6 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4506f3f466
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-25 08:43:54 +02:00
vanhofen
e07fc0dd57 Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Conflicts:
	src/gui/bedit/bouqueteditor_channels.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 736c1969fc
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-24 (Sun, 24 Sep 2017)



------------------
This commit was generated by Migit
2017-09-24 22:37:37 +02:00
Thilo Graf
42a5d7599c cc_detailsline.cpp: fix possible unintended reduced height of bottom marker
Decrement value removed.

Height of bottom marker was decreased on every new repaint if no new
height was assigned. Was to see in bouqueteditor while scrolling with bouqets or
channel select window.

comes in with 19d0c6e98e


Origin commit data
------------------
Branch: ni/coolstream
Commit: dca7e10179
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-09-24 (Sun, 24 Sep 2017)



------------------
This commit was generated by Migit
2017-09-24 22:27:46 +02:00
Stefan Seyfried
8869126425 epgview: swap RC_info and RC_help in EPG view
this restores old behaviour of RC_info toggling big fonts.
RC_help toggles TMDB display (which is disabled by default anyway)


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



------------------
This commit was generated by Migit
2017-09-24 22:17:21 +02:00
Stefan Seyfried
5279baa266 radio-stations.xml: add some Radio BOB! streams
Origin commit data
------------------
Branch: ni/coolstream
Commit: bfcf333ea6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-24 (Sun, 24 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-24 22:14:54 +02:00
vanhofen
107f5023d1 bouqueteditor: massively rework gui; ...
* add CBEGlobals to globalize some basic calculations
 (maybe there's something more to globalize)
* add header-icons
* change header-captions
* add info-texts for webtv-channels
* change arrangement of status-icons
* small code re-formattings

bouqueteditor_bouquets:
* RC_yellow now starts and stops moving of bouquets
* RC_tv now switches to tv-channels
* RC_radio now switches to radio-channels

bouqueteditor_chanselect:
* RC_green now add channels too
* don't use listbox-widget anymore (listbox is unused now)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1adf816994
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-24 (Sun, 24 Sep 2017)

Origin message was:
------------------
- bouqueteditor: massively rework gui; ...

* add CBEGlobals to globalize some basic calculations
 (maybe there's something more to globalize)
* add header-icons
* change header-captions
* add info-texts for webtv-channels
* change arrangement of status-icons
* small code re-formattings

bouqueteditor_bouquets:
* RC_yellow now starts and stops moving of bouquets
* RC_tv now switches to tv-channels
* RC_radio now switches to radio-channels

bouqueteditor_chanselect:
* RC_green now add channels too
* don't use listbox-widget anymore (listbox is unused now)


------------------
This commit was generated by Migit
2017-09-24 22:03:04 +02:00
Stefan Seyfried
b57536fc1c radio-stations.xml: clean out nonworking entries
Remove all entries that give plain 404 errors or where the host
name cannot be resolved.
Left in some where the playlist url redirects to unreachable hosts
because that might be a temporary failure.


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



------------------
This commit was generated by Migit
2017-09-24 16:20:34 +02:00
Stefan Seyfried
5755cebe6e audioplayer: allow to add https:// urls from playlist
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8c23c8bc5b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-24 (Sun, 24 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-24 16:19:21 +02:00
Stefan Seyfried
235018a1c6 netfile: avoid possible buffer overflows spotted by gcc7
* use strcpy instead of sprintf(x, "constant") or sprintf(x, "%s", str)
* use strncpy and ensure termination where necessary
* use snprintf instead of sprintf


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



------------------
This commit was generated by Migit
2017-09-24 16:18:04 +02:00
Stefan Seyfried
2c8ba76b80 fb_accel: fix blit after time_monotonic_ms fix
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7e85889d7b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-24 (Sun, 24 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-24 13:56:49 +02:00
Stefan Seyfried
10325eb6ff abstime: fix time_monotonic_ms on 32bit systems
m)


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



------------------
This commit was generated by Migit
2017-09-24 13:55:44 +02:00
Stefan Seyfried
2b0c134cf9 rcinput: disable timer debug messages
Origin commit data
------------------
Branch: ni/coolstream
Commit: 72301a167b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-23 23:45:22 +02:00
Stefan Seyfried
922a987a64 subchannel_select: ensure buffer does not overflow
Origin commit data
------------------
Branch: ni/coolstream
Commit: 67f6b28b7d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-23 23:43:59 +02:00
Stefan Seyfried
956ebe7fcc audioplayer: fix buffer overflow
Origin commit data
------------------
Branch: ni/coolstream
Commit: 602ea1b7a7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-23 23:41:58 +02:00
Stefan Seyfried
b6b4d82d0b moviebrowser: fix format-string warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: a3a3df40bc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-23 23:40:54 +02:00
Stefan Seyfried
b8dea5f289 zapit: properly initialize arrays in scanbat and scansdt
Origin commit data
------------------
Branch: ni/coolstream
Commit: 849755df82
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-23 23:40:09 +02:00
Stefan Seyfried
f85927d423 CMenuWidget: simplify menu_left_exit code, add missing break
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8f4907f251
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-23 21:40:53 +02:00
Stefan Seyfried
fc75d19a4d zapit: suppress one more implicit-fallthrough warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: 62e9648636
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-23 21:39:56 +02:00
Stefan Seyfried
267ba4b9f4 change time_monotonic_ms() from time_t to int64_t
time_monotonic_ms values did wrap every ~24 days, leading to problems
in code that did not cope with that. Instead of fixing all places where
relative comparisons with time_monotonic_ms() are made, just use a
bigger datatype. Convert all users to the new type.


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



------------------
This commit was generated by Migit
2017-09-23 21:35:01 +02:00
Stefan Seyfried
19da7a493f Revert "fb_accel_sti: next try of catching the strange locking issue"
This reverts commit 59814b0731.
Not a locking problem, but a wrap issue with time_monotonic_ms()


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



------------------
This commit was generated by Migit
2017-09-23 19:16:20 +02:00
Stefan Seyfried
06ecde5c7e moviplayer: suppress unused variable warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: 597b40664f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-23 18:14:22 +02:00
Stefan Seyfried
ef49a6c57b neutrinoyparser: fix invalid logic in func_unmount_get_list
Origin commit data
------------------
Branch: ni/coolstream
Commit: b5cef9a2aa
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-23 18:13:44 +02:00
Stefan Seyfried
f181732f4d pictureviewer: fix build with gcc7
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2d70e17dc5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-23 18:13:03 +02:00
Stefan Seyfried
9fd8627bc8 add comments to suppres -Wimplicit-fallthrough warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: a497a2b86c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-23 18:11:47 +02:00
Stefan Seyfried
3ee6bc66b6 add LUA_CFLAGS everywhere widget/menue.h is used
Origin commit data
------------------
Branch: ni/coolstream
Commit: 78532e7e21
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-23 (Sat, 23 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-23 17:33:34 +02:00
Stefan Seyfried
97ba018af4 Merge remote-tracking branch 'tuxbox/master'
needs buildfixes


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



------------------
This commit was generated by Migit
2017-09-23 17:01:42 +02:00
gixxpunk
12c211e79e Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: ef7cf04dd7
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-09-21 (Thu, 21 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-21 19:54:02 +02:00
Jacek Jendrzej
2a51f0edc4 Merge branch 'master' into pu/mp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 17afd5c87a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-09-21 (Thu, 21 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-21 18:47:32 +02:00
Jacek Jendrzej
c0dabfdccd fix stack buffer underflow
Origin commit data
------------------
Branch: ni/coolstream
Commit: bdd23e0ece
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-09-21 (Thu, 21 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-21 18:46:21 +02:00
Jacek Jendrzej
de3301769b fix use stack after scope
Origin commit data
------------------
Branch: ni/coolstream
Commit: d61b9745bc
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-09-21 (Thu, 21 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-21 18:45:47 +02:00
vanhofen
8563a7bb9b code alignments to master branch
Origin commit data
------------------
Branch: ni/coolstream
Commit: dbb726e191
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-21 (Thu, 21 Sep 2017)

Origin message was:
------------------
- code alignments to master branch

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

------------------
This commit was generated by Migit
2017-09-21 11:41:59 +02:00
vanhofen
d9ef178129 Merge branch 'master' of https://github.com/neutrino-mp/neutrino-mp into ni/mp/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: c5e829a1d4
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-21 (Thu, 21 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-21 10:37:09 +02:00
vanhofen
ba0e2370de Merge branch 'pu/mp' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/mp/tuxbox
Conflicts:
	configure.ac
	src/gui/plugins.h
	src/gui/videosettings.cpp
	src/neutrino_menue.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6cfea8c955
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-21 (Thu, 21 Sep 2017)



------------------
This commit was generated by Migit
2017-09-21 10:36:43 +02:00
vanhofen
3aa6bf25d9 Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2b7afc5b38
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-21 (Thu, 21 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-21 10:33:00 +02:00
vanhofen
dd377dff8f Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
	src/gui/channellist.cpp
	src/gui/widget/menue.cpp
	src/system/settings.h


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8d4677a319
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-21 (Thu, 21 Sep 2017)



------------------
This commit was generated by Migit
2017-09-21 10:32:33 +02:00
Michael Liebmann
106e64707d Merge branch 'master' into pu/mp
Origin commit data
------------------
Branch: ni/coolstream
Commit: abfb02aa47
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-09-21 (Thu, 21 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-21 09:07:15 +02:00
Michael Liebmann
6e8b743e1e jsoncpp: update to current version 1.8.3
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9f6e78974b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-09-21 (Thu, 21 Sep 2017)


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

------------------
This commit was generated by Migit
2017-09-21 09:06:32 +02:00
vanhofen
bdbe2f5ab8 add and use FRAME_WIDTH defines; ...
replace other fixed frame widths with OFFSET defines

Signed-off-by: Thilo Graf <dbt@novatux.de>


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

Origin message was:
------------------
- add and use FRAME_WIDTH defines; ...

replace other fixed frame widths with OFFSET defines

Signed-off-by: Thilo Graf <dbt@novatux.de>


------------------
This commit was generated by Migit
2017-09-20 21:29:53 +02:00
Thilo Graf
0a8ce310be CComponentsFrmClock: Using less chars for time string.
Current count of chars could be not enough in some cases.


Origin commit data
------------------
Branch: ni/coolstream
Commit: ecdc1acb9f
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-09-20 (Wed, 20 Sep 2017)



------------------
This commit was generated by Migit
2017-09-20 21:29:53 +02:00
gixxpunk
23417d8cef remove outdated cross-configure scripts
Origin commit data
------------------
Branch: ni/coolstream
Commit: 23544c1ed8
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)

Origin message was:
------------------
- remove outdated cross-configure scripts

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

------------------
This commit was generated by Migit
2017-09-20 20:23:17 +02:00