Commit Graph

13700 Commits

Author SHA1 Message Date
Thilo Graf
4d40382e6e misc settings: add missing locals and settings variables
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0423ed460c
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-29 03:13:07 +02:00
Thilo Graf
11e7ce20da CIMDB: clean up
- 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
------------------
Branch: ni/coolstream
Commit: ac92d2af4b
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)



------------------
This commit was generated by Migit
2018-04-29 03:13:07 +02:00
Thilo Graf
c8715413b1 src/gui/videosettings.cpp: disable fade option for AX51/Mutant
Don't working at the moment.

TODO: Make it usable for AX51/Mutant


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7727d5f9f3
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)



------------------
This commit was generated by Migit
2018-04-29 03:13:07 +02:00
Thilo Graf
88ed7fa710 src/gui/videosettings.cpp: don't show entry for vf key settings
Available on CS hardware

TODO: make configurable for other keys on other hardware


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8f32d42868
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)



------------------
This commit was generated by Migit
2018-04-29 03:13:07 +02:00
Thilo Graf
38d3b6e56c widget/menue.cpp: avoid paint of toggle buttons with more than 2 opts
Origin commit data
------------------
Branch: ni/coolstream
Commit: 74f1f2f647
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-29 03:13:07 +02:00
Thilo Graf
de38be46b3 src/gui/test_menu.cpp: doc corrected
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5a2b120601
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-29 03:13:07 +02:00
Thilo Graf
799838f106 src/gui/widget/msgbox.cpp: add missing handling of RC_home message
Required in case of usage without explicit undefined home button.


Origin commit data
------------------
Branch: ni/coolstream
Commit: ebffa8073f
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)



------------------
This commit was generated by Migit
2018-04-29 03:13:07 +02:00
Thilo Graf
88f734eda6 data/bad_package_pattern.list.sample: add zsh
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9c5c4d5268
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-29 03:13:07 +02:00
Thilo Graf
1e370fb228 configure: add options for online services
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
------------------
Branch: ni/coolstream
Commit: 7d920e182a
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)



------------------
This commit was generated by Migit
2018-04-29 03:13:07 +02:00
vanhofen
366153a037 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.


Origin commit data
------------------
Branch: ni/coolstream
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 commit was generated by Migit
2018-04-22 22:48:04 +02:00
GetAway
6ca7d7d325 videosettings: fix set and get video_43mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5e65dca8c3
Author: GetAway <get-away@t-online.de>
Date: 2018-04-22 (Sun, 22 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-22 22:24:18 +02:00
vanhofen
f55308840a neutrino: remove NI-tag from g_settings.network_ntpserver
Origin commit data
------------------
Branch: ni/coolstream
Commit: 54551dd0a7
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-22 (Sun, 22 Apr 2018)

Origin message was:
------------------
- neutrino: remove NI-tag from g_settings.network_ntpserver

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

------------------
This commit was generated by Migit
2018-04-22 20:58:31 +02:00
Thilo Graf
5623e14047 data/bad_package_pattern.list.sample: fix typo, add webmin
Origin commit data
------------------
Branch: ni/coolstream
Commit: e3077a0f2f
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-22 (Sun, 22 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-22 20:58:31 +02:00
Thilo Graf
dffd8943ed theme Gray-Blue: add 'enable' trigger button
Origin commit data
------------------
Branch: ni/coolstream
Commit: 345d38a877
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-22 (Sun, 22 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-22 20:58:31 +02:00
Thilo Graf
94dcbc3637 themes Olive3.0, Neutrino3.0: use more contrast for trigger buttons
Origin commit data
------------------
Branch: ni/coolstream
Commit: fb1f2b9c78
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-22 (Sun, 22 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-22 20:58:31 +02:00
GetAway
71b0a48f7c pzapit -gm: reactivate get current TV/Radio mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: bda07eeb14
Author: GetAway <get-away@t-online.de>
Date: 2018-04-22 (Sun, 22 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-22 20:58:31 +02:00
Thilo Graf
85e60d2b73 color buttons: small changes on color
Origin commit data
------------------
Branch: ni/coolstream
Commit: 62e33793a1
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-22 (Sun, 22 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-22 20:58:31 +02:00
vanhofen
67766e1897 icons: better differentiation for new sliders
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1c078a18c3
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-21 (Sat, 21 Apr 2018)

Origin message was:
------------------
- icons: better differentiation for new sliders

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

------------------
This commit was generated by Migit
2018-04-21 22:59:29 +02:00
vanhofen
359eb6aa00 remove webtv scripts/xml's; you'll find this stuff in plugin-repo now
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a12bfce08
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-19 (Thu, 19 Apr 2018)

Origin message was:
------------------
- remove webtv scripts/xml's; you'll find this stuff in plugin-repo now

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

------------------
This commit was generated by Migit
2018-04-19 21:33:30 +02:00
Jacek Jendrzej
aa02994893 fix epg dir, strange static behavior
Origin commit data
------------------
Branch: ni/coolstream
Commit: b7d59d8537
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-04-16 (Mon, 16 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-16 21:02:49 +02:00
vanhofen
97ee971fe8 locale: small changes on themes locales
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9c1fb737ad
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-12 (Thu, 12 Apr 2018)

Origin message was:
------------------
- locale: small changes on themes locales

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

------------------
This commit was generated by Migit
2018-04-12 21:52:57 +02:00
vanhofen
5a3c99bb2f themes: don't show inactive item to visualize migrated theme
Origin commit data
------------------
Branch: ni/coolstream
Commit: b4849c98cc
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-12 (Thu, 12 Apr 2018)

Origin message was:
------------------
- themes: don't show inactive item to visualize migrated theme

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

------------------
This commit was generated by Migit
2018-04-12 21:52:57 +02:00
vanhofen
ea4fb19fb8 yWeb: activate pos and recall keys on remote controls (thx to DdD)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 284082f2ef
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-12 (Thu, 12 Apr 2018)

Origin message was:
------------------
- yWeb: activate pos and recall keys on remote controls (thx to DdD)

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

------------------
This commit was generated by Migit
2018-04-12 21:06:18 +02:00
vanhofen
2286b4e7a4 icons: small changes on new option sliders
Origin commit data
------------------
Branch: ni/coolstream
Commit: 928400050d
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-12 (Thu, 12 Apr 2018)

Origin message was:
------------------
- icons: small changes on new option sliders

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

------------------
This commit was generated by Migit
2018-04-12 00:15:20 +02:00
vanhofen
9358e1bf72 icons: rename important.png => marker_warning.png because it doesn't signalize important stuff, but warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e64c1f14a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)

Origin message was:
------------------
- icons: rename important.png => marker_warning.png because it doesn't signalize important stuff, but warnings

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

------------------
This commit was generated by Migit
2018-04-11 23:58:16 +02:00
vanhofen
9bef1c2274 icons: add default icons for new option slider
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b149f3099
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)

Origin message was:
------------------
- icons: add default icons for new option slider

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

------------------
This commit was generated by Migit
2018-04-11 23:58:16 +02:00
vanhofen
5cdd9b8576 themes: add default theme
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3a477d9f47
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)

Origin message was:
------------------
- themes: add default theme

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

------------------
This commit was generated by Migit
2018-04-11 23:58:16 +02:00
Thilo Graf
868f16e8af Icons: change check markers, rename to dialog on/off, add update marker
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1ebe774077
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-11 23:58:16 +02:00
Thilo Graf
383bd50623 themes: add some theme relevant trigger buttons
icons: add larger on/off buttons


Origin commit data
------------------
Branch: ni/coolstream
Commit: 332df34a2e
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)



------------------
This commit was generated by Migit
2018-04-11 23:58:16 +02:00
Thilo Graf
7455393292 Revert "COsdSetup: kill instance of osd_menu_colors"
This reverts commit b63d9ba511.

With this commit were crashes are to be expected. If here is an issue,
we should fix it with another solution.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9be66d824a
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)



------------------
This commit was generated by Migit
2018-04-11 23:58:16 +02:00
Thilo Graf
c277fa0f9a menu: add optional usage of toggle buttons to visualze options
Origin commit data
------------------
Branch: ni/coolstream
Commit: f0f4698984
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-11 23:58:16 +02:00
Thilo Graf
45d3f67ec9 src/gui/osd_setup.cpp: use CMenuForwarder instead CMenuDForwarder
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
------------------
Branch: ni/coolstream
Commit: 84612b795c
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)



------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
8e6a7d1f47 getValue(void): remove multiple declared members
Already inherited from CMenuTarget


Origin commit data
------------------
Branch: ni/coolstream
Commit: 98a962c16e
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)



------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
93864ac028 themes: add locales for theme reset
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8b055d5011
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
d7c9d3367b CThemes: visualize migrated theme after possible update
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
------------------
Branch: ni/coolstream
Commit: 6a36a75f26
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)



------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
617708e7c5 CThemes: add default theme from config and migrate theme settings if needed
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0344962efc
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
c45dbb36fc CThemes: rename member readThemes -> showThemesMenu
more plausible name


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2004017378
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)



------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
b7f68fffcc CThemes: visualize current selected or applied theme
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1aaaf8cb86
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
4d2b0a051d CThemes: inherit CColorSetupNotifier into CThemes
Avoids explicit init of CColorSetupNotifier objects.


Origin commit data
------------------
Branch: ni/coolstream
Commit: dd329ce68e
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)



------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
ce84961da2 themes: set default theme instead static colors, but hold fallback
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8498f29202
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
61fb43e8fd themes: add setting entry for theme name
Origin commit data
------------------
Branch: ni/coolstream
Commit: 06bd3519d8
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
259e4fe767 CFrameBuffer: add more possible icon paths in order of priority
This gives possibility to use theme relevant icon sets.

scheme:
	/path/to/theme/icons/file.png

example:
	/usr/share/tuxbox/neutrino/themes/Neutrino-3.0/icons/file.png


Origin commit data
------------------
Branch: ni/coolstream
Commit: bc794bab56
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)



------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
7294d04fcf Color theme setup: re sort some entries, remove some separator lines
Better separation of the gui and misc parts.


Origin commit data
------------------
Branch: ni/coolstream
Commit: d1a6bb8b13
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)



------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
d40bc87762 Progressbar setup: add missing caption for global settings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 34300a2d61
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
vanhofen
9800bec147 remove NI-tags from progressbar color code
Origin commit data
------------------
Branch: ni/coolstream
Commit: 75fc656e49
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)

Origin message was:
------------------
- remove NI-tags from progressbar color code

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

------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
c71c6ce0ac 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.


Origin commit data
------------------
Branch: ni/coolstream
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.


------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
7a3e387806 Color setup: add button bar
Origin commit data
------------------
Branch: ni/coolstream
Commit: 411c3f091c
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
7f80b76c69 CColorChooser: fine tune position of color rate
Origin commit data
------------------
Branch: ni/coolstream
Commit: 820d07c6dd
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
ecdf155c88 Color setup: Show color number in preview.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3c1dfbb441
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)


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

------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00
Thilo Graf
3f44e59a1b Color setup: align to general window composition
- add home context button and icon
- width increased


Origin commit data
------------------
Branch: ni/coolstream
Commit: e8f3ff1db4
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)



------------------
This commit was generated by Migit
2018-04-11 23:58:15 +02:00