Jacek Jendrzej
7987087db0
fix unknown address segfault, if audio pid is empty
2019-04-18 11:50:41 +02:00
Thilo Graf
057d458f96
osd_setup/menue.cpp: remove slot OnAfterChangeOption from OsdSetup class
...
Effect was right only for the osd_menu widget but not for all the
other opened menu widget instances. This was watched if user the osd setup menu
has lefted with the 'Setup' ('Menu') button. The main menu was not touched.
Thx GetAway for hint.
The use of slot in context with the OsdHelpers class should solve this
issue for all new generated menu widget instances.
2019-04-06 23:58:32 +02:00
Thilo Graf
e3e3d685b3
COsdSetup: ensure apply of selected osd resolution
...
Menu was faulty rendered.
2019-04-03 15:35:29 +02:00
Thilo Graf
ddc6407924
osdsetup: add entries for sub header settings
2019-04-02 16:34:56 +02:00
svenhoefer
590796dd87
fix commit 7bb694c remove unnecessary
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-03-06 21:19:57 +01:00
TangoCash
83124d283f
add primetime feature to channellist
...
use green button in favorites to show whats showing on primetime
Conflicts:
data/locale/english.locale
src/gui/channellist.cpp
2019-03-04 10:14:43 +01:00
Thilo Graf
aae4ffd638
osd_setup.cpp: outsource radio text notifier handling into own method
...
For usage with other functions.
2019-02-11 11:14:12 +01:00
Thilo Graf
7d36fb52d6
osd_setup.cpp: resort and cleanup osd setup menue
2019-02-11 11:14:12 +01:00
Thilo Graf
289e167462
themes: move rounded corners to theme section
2019-02-11 11:14:12 +01:00
Thilo Graf
92eef239ef
osd_setup.cpp: move radiotext option it osd main menue
...
This option is not really specific for infobar.
2019-02-11 11:14:12 +01:00
GetAway
a2bc300681
- remove incomplete external volume script controlling
...
if somebody need this, we can commit the correct and complete patch
2019-02-09 19:10:34 +01:00
Jacek Jendrzej
e97c8d03fe
fix compil without LCD4LINUX
2019-01-03 11:27:46 +01:00
svenhoefer
52e49c25f4
- osd-setup: allow to enable/disable event logos
...
Conflicts:
src/gui/osd_setup.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-01-01 14:36:27 +01:00
svenhoefer
26c6861d12
- osd_setup: move channellist_show_channellogo to new logo menu; ...
...
align locales
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 18:20:23 +01:00
svenhoefer
63f507b38b
- osd_setup: add channellogo-setup menu
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/gui/osd_setup.cpp
src/system/locals.h
src/system/locals_intern.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 17:57:57 +01:00
svenhoefer
00e159b5fa
- simplify more includes of compatibility headers
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
TangoCash
26a8f36665
add option to regulate audio systems volume via CEC
...
Conflicts:
src/gui/cec_setup.cpp
src/neutrino.cpp
src/system/settings.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-10-15 16:28:18 +02:00
svenhoefer
999610dcd1
- channellist: allow to show resolution icons
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/system/locals.h
src/system/locals_intern.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-07-18 11:54:16 +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
cc4b0fdb56
Revert "COsdSetup: kill instance of osd_menu_colors"
...
This reverts commit 14124c7dd6
.
With this commit were crashes are to be expected. If here is an issue,
we should fix it with another solution.
2018-04-11 17:06:19 +02:00
Thilo Graf
01e3c02225
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.
2018-04-11 17:03:11 +02:00
Thilo Graf
819c54e240
themes: set default theme instead static colors, but hold fallback
2018-04-11 16:12:58 +02:00
Thilo Graf
ab281d8581
Color theme setup: re sort some entries, remove some separator lines
...
Better separation of the gui and misc parts.
2018-04-11 16:05:43 +02:00
FlatTV
1652faecff
OSD Menu: Add progressbar color
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
- themes/Makefile.am unchanged, build was broken
- whitespace errors fixed
- unnecessary comments removed
- bump lua api version, was missed
2018-04-11 15:58:20 +02:00
Thilo Graf
c4bc6154d8
locales/fonts: add global window font
2018-04-11 15:57:33 +02:00
Thilo Graf
557805bc40
infobar: rework infobar timeout behavior
...
Options were sometimes described ambiguously and previous behavior was no longer available.
Now the descriptions should be more plausible for current behavior.
2018-04-10 10:29:38 +02:00
Thilo Graf
fdbddce9dd
CMenuOptionNumberChooser: expand localize functionality for any number
2018-04-04 15:28:57 +02:00
Thilo Graf
9a3a90af84
Osd setup: use unified menu width 50%
2018-03-01 16:55:27 +01:00
svenhoefer
3b65251e00
- framebuffer: better name for getWindowWidth/Height() functions
...
getScreenWidth/HeightRel() was confusing because it depends on users window settings.
Replace names in old unused framebuffer code too.
Signed-off-by: Thilo Graf <dbt@novatux.de >
Conflicts:
gui/channellist.cpp
2018-01-22 19:19:08 +01:00
svenhoefer
e32dc71ead
- osd-setup: start browsing for fonts in same dir were active font is located
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-22 19:19:03 +01:00
Thilo Graf
aacb564dc5
COsdSetup: ensure reset of channellist modules after any changed osd settings
2017-12-30 23:00:31 +01:00
Frankenstone
5955e2b80a
osd_setup.cpp: fix colormenu shadow
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
alpha was bounded to menue head alpha
2017-12-06 10:47:49 +01:00
svenhoefer
0fc3e793a4
- neutrino: unify modes handling; ...
...
remove double enum from CNeutrinoApp and move mostly used enum from NeutrinoMessages to new NeutrinoModes
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-22 15:42:09 +01:00
vanhofen
6fe5d269af
- add hd51; mostly ported from TangoCash's neutrino-mp
2017-10-29 18:31:30 +01:00
Jacek Jendrzej
7ad4a0e6cc
Merge branch 'master' into pu/mp
2017-10-02 13:56:25 +02:00
Stefan Seyfried
0d9139054a
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 ;-)
2017-10-02 13:43:57 +02:00
Jacek Jendrzej
4fc73acffc
Merge branch 'master' into pu/mp
2017-09-29 10:49:27 +02:00
svenhoefer
99cc7f850a
- rcinput: simplify calcTimeoutEnd() calls; 0 is "off" by default now
2017-09-29 10:34:23 +02:00
Jacek Jendrzej
b7ceb705a0
Merge branch 'master' into pu/mp
2017-09-26 12:52:04 +02:00
Jacek Jendrzej
ca09c92542
Revert "src/gui/osd_setup.cpp disable hint paint in channellist-mode, is broken"
...
This reverts commit e308407b22
.
2017-09-26 12:41:05 +02:00
svenhoefer
7c429c17e0
- osd-setup: use 0 as a localized value for timeout-settings
2017-09-26 12:41:05 +02:00
M. Liebmann
abfb02aa47
Merge branch 'master' into pu/mp
2017-09-21 09:07:15 +02:00
svenhoefer
6ee3e54741
- add and use FRAME_WIDTH defines; ...
...
replace other fixed frame widths with OFFSET defines
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-09-20 21:29:53 +02:00
Jacek Jendrzej
45fa2fcf4b
Merge branch 'master' into pu/mp
2017-09-20 18:10:05 +02:00
Jacek Jendrzej
e308407b22
src/gui/osd_setup.cpp disable hint paint in channellist-mode, is broken
2017-09-20 18:07:05 +02:00
Jacek Jendrzej
2dd24f8c21
Merge branch 'master' into pu/mp
2017-09-18 15:55:41 +02:00
Jacek Jendrzej
82a0cdeb68
osd_setup.cpp fix memleak
2017-09-18 14:57:11 +02:00
Jacek Jendrzej
ea89db1ec2
Merge branch 'master' into pu/mp
2017-09-16 13:26:53 +02:00
Jacek Jendrzej
3732eb851a
readd fontmenu scaling hint
2017-09-15 21:27:36 +02:00
Jacek Jendrzej
2c5bf73006
Merge branch 'master' into pu/mp
2017-09-13 13:40:40 +02:00