- fix license text
- move unused include unistd.h into cpp file
- scope of the variable 'line' reduced.
- remove variable 'pos_firstline', its value was never used.
- remove unused variable: search
- remove variables 'pos_search1', 'pos_search2'... values never used.
- add member variable 'CIMDB::acc' into constructor, was not initialized
- move include for cc.h into cpp file
Origin commit data
------------------
Commit: ac92d2af4b
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
Don't working at the moment.
TODO: Make it usable for AX51/Mutant
Origin commit data
------------------
Commit: 7727d5f9f3
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
Available on CS hardware
TODO: make configurable for other keys on other hardware
Origin commit data
------------------
Commit: 8f32d42868
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
Required in case of usage without explicit undefined home button.
Origin commit data
------------------
Commit: ebffa8073f
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
Contains options to manage api keys and related gui features.
These options allows to add predefined api/dev keys. If option unused, it will be like before and
user can add end edit keys via gui.
Add keys with
--with-tmdb-dev-key=[KEY]
--with-omdb-api-key=[KEY]
--with-youtube-dev-key=[KEY]
--with-shoutcast-dev-key=[KEY]
In case of predefined keys it could be useful to avoid the gui managment for keys:
--disable-tmdb-key-manage
--disable-omdb-key-manage
--disable-youtube-key-manage
--disable-shoutcast-key-manage
Additional option to disable youtube player inside moviebrowser
--disable-youtube-player
Origin commit data
------------------
Commit: 7d920e182a
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
The usage of WEBTVDIR_VAR was not a good idea because our delivered xml's
are located in WEBTVDIR.
In summery the location doesn't really matter, because our code in
movieplayer.cpp will find the script in several places.
Origin commit data
------------------
Commit: 35fa18c3d7
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-22 (Sun, 22 Apr 2018)
Origin message was:
------------------
- neutrino: use WEBTVDIR as default for g_settings.livestreamScriptPath
The usage of WEBTVDIR_VAR was not a good idea because our delivered xml's
are located in WEBTVDIR.
In summery the location doesn't really matter, because our code in
movieplayer.cpp will find the script in several places.
This reverts commit 9401f2e8d1.
With this commit were crashes are to be expected. If here is an issue,
we should fix it with another solution.
Origin commit data
------------------
Commit: 9be66d824a
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)
This should avoid possible segfaults when user is calling color setup.
This behavior was observed if start wizard has been completed and
after that user wants to change color settings.
If target object is a singelton, this should not be an issue.
Origin commit data
------------------
Commit: 84612b795c
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)
After an update this entry will be only shown if theme name is a new
configure option and theme name is still unknown.
This entry visualizes the state of current migrated theme. The old theme
settings will be kept.
If required users should save the theme as a new userdefined theme or
select a given theme.
Origin commit data
------------------
Commit: 6a36a75f26
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)
If color setup having already been used and after that user has done changed some other settings (e.g. font settings), graphical errors or crashes are possible.
The relocation of the initialization should prevent this.
Origin commit data
------------------
Commit: d2ab30f7af
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Origin message was:
------------------
colorchooser.cpp/h: add separate init method
If color setup having already been used and after that user has done changed some other settings (e.g. font settings), graphical errors or crashes are possible.
The relocation of the initialization should prevent this.