Commit Graph

11576 Commits

Author SHA1 Message Date
GetAway
800c76721b pzapit: format help text 2018-05-12 16:39:13 +02:00
Markus Volk
573d7d4ac6 hdd_menu.cpp: add support for sgdisk; fix sfdisk usage
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Thilo Graf <dbt@novatux.de>

- sfdisk is used primarily
- ensures detection of large hard drives
- using gpt tables with sfdisk or sgdisk

Note:
busybox fdisk doesn't support gpt tables and no large hard disks,
but fallback to old behavior should work unchanged
newer util versions of fdisk can do this but with different syntax.

Please test.
2018-05-09 12:28:24 +02:00
Thilo Graf
a5b16ace60 src/gui/epgplus.cpp: add missing home handling
Window was not closed with exit button.
2018-05-08 08:16:00 +02:00
FlatTV
cccb6a7ce6 imdb.cpp: fix parsing google file 2018-05-08 08:07:42 +02:00
svenhoefer
09c1b46ab3 - epgview: use OFFSET define instead of fixed value
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-05-04 09:15:37 +02:00
Thilo Graf
d8719e21cb icons: fix wrong icon name, update icon face
Icon 'marker_update_available 'was not found.
2018-05-03 18:28:40 +02:00
Thilo Graf
d5d5ab9497 data/bad_package_pattern.list.sample: add krb5 2018-05-03 17:51:22 +02:00
Thilo Graf
cc041355b8 src/gui/miscsettings_menu.cpp: fix possible compile error
Error: Wunused variable, if ENABLE_TMDB_KEY_MANAGE is unset
2018-04-28 08:54:26 +02:00
Thilo Graf
3bc7d7e61f src/gui/epgview.cpp: optimize text arrangement for tmdb/imdb 2018-04-28 08:54:26 +02:00
Thilo Graf
af49d0ef30 icons: update tmdb.png imdb.png 2018-04-28 08:54:26 +02:00
Thilo Graf
d84c2f74a1 src/gui/epgview.cpp: rework online epg database handling
Vizualize of TMDb starbar was partial broken, should working now and IMDb (in reality OMDb)
should working too. DEV/Api keys are required and are managed with
misc settings menue. To get reqiured keys see https://www.omdbapi.com/ and
for TMDb see https://www.themoviedb.org

TODO: Better encapsulating for db classes for unified data tapping.
2018-04-28 08:54:26 +02:00
Thilo Graf
6adaf26f48 src/gui/epgview.h: add class to create star bars 2018-04-28 08:54:26 +02:00
Thilo Graf
36ead91275 src/gui/epgview.cpp: update license text 2018-04-28 08:54:26 +02:00
Thilo Graf
77ccc5b07c ytplayer: apply enable option for internal YouTube playback 2018-04-28 08:54:26 +02:00
Thilo Graf
b8d3737588 Api keys: add class instead single functions to check api keys
Without class build was broken, with static versions it should working.
2018-04-28 08:54:26 +02:00
Thilo Graf
6abfc770b5 neutrino.cpp: add defined api keys into online service settings 2018-04-28 08:54:26 +02:00
Thilo Graf
23c7977d17 setting_helpers.h: add generic function for api keys 2018-04-28 08:54:26 +02:00
Thilo Graf
8b101ccf78 imdb-support: renamed imdb->omdb
Imdb is not really used directly, that is a bit misleading
2018-04-28 08:54:26 +02:00
Thilo Graf
9be6a12241 CIMDB: load api key from settings 2018-04-28 08:54:26 +02:00
Thilo Graf
33c0b544db CMiscMenue: apply api key options 2018-04-28 08:54:26 +02:00
Thilo Graf
b2153d6049 CMiscMenue: adapt to new dev key definies 2018-04-28 08:54:26 +02:00
Thilo Graf
1a6bfa081b misc settings: add missing locals and settings variables 2018-04-28 08:54:26 +02:00
Thilo Graf
059667caea icons: add resized star-on.png
use compatible icon size related to star-off.png
2018-04-28 08:54:26 +02:00
Thilo Graf
ef63680d60 icons.h: remove useless star icons 2018-04-28 08:54:26 +02:00
Thilo Graf
2990bd4e34 CIMDB: add imdb icon 2018-04-28 08:54:26 +02:00
Thilo Graf
28ba56e0b7 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
2018-04-28 08:54:26 +02:00
svenhoefer
ddf3bfd613 - epgview: fix logic for followscreenings- and tmdb-button
Signed-off-by: Thilo Graf <dbt@novatux.de>

include c/p fix
2018-04-28 08:54:26 +02:00
svenhoefer
3b389b28e7 - epgview: change and simplify button logic; ...
this avoids annoying "button-jumps" while navigating through events

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-04-28 08:54:26 +02:00
Thilo Graf
196e5e566f src/gui/videosettings.cpp: disable fade option for AX51/Mutant
Don't working at the moment.

TODO: Make it usable for AX51/Mutant
2018-04-28 08:54:26 +02:00
Thilo Graf
cab6daf976 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
2018-04-28 08:54:26 +02:00
Thilo Graf
e4cd53bc90 widget/menue.cpp: avoid paint of toggle buttons with more than 2 opts 2018-04-28 08:54:26 +02:00
Thilo Graf
e931932800 src/gui/test_menu.cpp: doc corrected 2018-04-28 08:54:26 +02:00
Thilo Graf
cf5c38fe83 src/gui/widget/msgbox.cpp: add missing handling of RC_home message
Required in case of usage without explicit undefined home button.
2018-04-28 08:54:26 +02:00
Thilo Graf
4c1ffa253c data/bad_package_pattern.list.sample: add zsh 2018-04-28 08:54:26 +02:00
Thilo Graf
bf19dcfec9 moviebrowser: implement imdb functionality into moviebrowser
taken over from https://bitbucket.org/neutrino-images/ni-neutrino-hd
2018-04-28 08:54:26 +02:00
Thilo Graf
db64f1e094 epgview: add imdb functionality into epgviewer
taken over from https://bitbucket.org/neutrino-images/ni-neutrino-hd
2018-04-28 08:54:26 +02:00
Thilo Graf
6110ba75d7 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
2018-04-28 08:54:26 +02:00
GetAway
1ae5c80dda pzapit: hack for HD51 mix-up letterbox<->panscan
videosettings.cpp: improved debug output for mode_43
2018-04-26 09:14:44 +02:00
GetAway
6a9150d898 videosettings: fix set and get video_43mode 2018-04-22 22:03:42 +02:00
Thilo Graf
e80b047c9b src/neutrino.cpp: change time server
time.fu-berlin.de not really works
2018-04-22 16:24:17 +02:00
Thilo Graf
9781f16bc3 data/bad_package_pattern.list.sample: fix typo, add webmin 2018-04-22 14:48:11 +02:00
Thilo Graf
b47aeaa88f theme Gray-Blue: add 'enable' trigger button 2018-04-22 14:48:11 +02:00
Thilo Graf
505c252078 icons: use more different brightness for 'disable' trigger button 2018-04-22 14:48:11 +02:00
Thilo Graf
79309e7d58 themes Olive3.0, Neutrino3.0: use more contrast for trigger buttons 2018-04-22 14:48:11 +02:00
GetAway
49fb304a36 pzapit -gm: reactivate get current TV/Radio mode 2018-04-22 14:35:41 +02:00
Jacek Jendrzej
9dad6ae3ac fix epg dir, strange static behavior 2018-04-16 13:48:37 +02:00
Thilo Graf
bb4b46c960 color buttons: small changes on color 2018-04-14 00:11:45 +02:00
svenhoefer
5b05939099 - locale: small changes on themes locales
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-04-14 00:04:57 +02:00
svenhoefer
3f048c469e - yWeb: activate pos and recall keys on remote controls (thx to DdD)
Conflicts:
	data/y-web/Y_Blocks.txt
	data/y-web/languages/Deutsch
	data/y-web/languages/English

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-04-14 00:04:48 +02:00
svenhoefer
61b4bbeb51 - icons: rename important.png => marker_warning.png because it doesn't signalize important stuff, but warnings
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-04-14 00:04:41 +02:00