vanhofen
d9f7525b95
Revert "introduce hdmi_cec to driver"
...
This reverts commit c8a58afe2feb95954a69e681a4234cd9c1a3f178 and the following hdmi_cec commits.
Conflicts:
src/neutrino.cpp
2023-01-05 16:05:36 +01:00
vanhofen
7711ef75c5
- fix cst build
2023-01-05 16:05:36 +01:00
TangoCash
47727e504a
introduce hdmi_cec to driver
...
Conflicts:
data/locale/deutsch.locale
src/driver/Makefile.am
src/neutrino.cpp
src/system/locals.h
src/system/locals_intern.h
2023-01-05 16:05:36 +01:00
svenhoefer
c3d20394ac
- rename src/mymenu.h => src/gui/widget/menue_options.h
...
Conflicts:
src/gui/daemon_control.cpp
src/gui/infoicons_setup.cpp
src/gui/netfs_setup.cpp
src/gui/plugins_hide.cpp
src/gui/widget/menue_options.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-12-06 19:25:46 +01:00
TangoCash
373807b158
some cec volume fixes
...
Conflicts:
src/neutrino.cpp
2021-11-05 21:11:08 +01:00
svenhoefer
6b79f74b55
- remove HAVE_SH4_HARDWARE
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-11-03 12:13:18 +01:00
svenhoefer
47bfc3231b
- cec-setup: fix compile
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-02-03 16:27:10 +01:00
TangoCash
07131eb928
cec volume switch audiosystem/tv
...
Conflicts:
data/locale/deutsch.locale
2021-02-01 16:52:32 +01:00
redblue-pkt
1b6f4fedf5
update glcd
...
Conflicts:
src/gui/movieplayer.h
src/gui/weather_locations.h
src/neutrino.cpp
2020-06-29 17:34:24 +02:00
svenhoefer
8991ed60f4
- pick mipsbox code from DDT, TangoCash and max10
...
Conflicts:
src/gui/cam_menu.cpp
src/gui/update.cpp
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2019-05-05 14:11:39 +02:00
svenhoefer
5c413dce45
- move compatibility headers to /lib/hardware
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-12-31 11:47:45 +01:00
svenhoefer
c859d0d9cd
- cec-setup: fix segfaults on non-ARM_HARDWARE
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-10-28 19:41:22 +01:00
svenhoefer
b2572ce46f
- cec-setup: fix item mode when switching cec on/off
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-10-15 16:29:38 +02: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
9041bff59c
- remove w_max()-calls to define menu-width, because ...
...
w-max() returns a pixel-value, but menus need a percentage-value.
2015-04-24 09:11:04 +02:00
satbaby
926e0ce141
initialize not initialized var
2012-11-05 09:24:51 +01:00
satbaby
a3bfab0bcd
remove doubles include
2012-09-11 20:31:33 +02:00
[CST] Focus
8e79f096e0
gui/cec_setup.cpp: add menu hints
2012-07-08 21:38:57 +04:00
[CST] Focus
dc9844ad2b
gui/cec_setup.cpp: fix CCECSetup::changeNotify - no need to repaint menu
2012-05-31 17:26:41 +04:00
[CST] Focus
0319c4faad
GUI: remove CMenuWidget->hide() calls - CMenuWidget->exec() always hide before return
2012-05-07 15:37:02 +04:00
focus
7e4b543ff6
src/gui/cec_setup.cpp: fix rev.2138
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2139 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-07 12:52:07 +00:00
satbaby
2591100c42
remove never used volues
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2138 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-04 17:25:48 +00:00
thilo
5db249b192
*neutrino: leave cec setup with menu key
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2017 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-12-28 00:19:58 +00:00
thilo
8b5857909b
*neutrino menu: remove parameter 'mwidth' from widget constructor
...
Hope we don't need it anymore...
*neutrino menu: remove select functions
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1909 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-25 23:48:30 +00:00
thilo
eff98c661e
*neutrino menu: fix 'memory ' of selected items in submenues
...
Add small helper class to manage missing values
e.g. needed for deallocated widget objects.
This class we can also use for other things in future!
In this context I added a vector for 'selected' values needed for
deeper and deallocated submenues.
The identification of widgets working now with a new widget parameter named 'w_index'.
setSelected() and getSelected() functions are still working, but are not needed, if we use an index
-add define for default widget index
-add new header file for enums
-adapted many menu classes for this parameter
Hope it' works fine. If you find any menu without a 'memory', please add an index.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1908 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-25 23:48:18 +00:00
thilo
026a27a521
*neutrino: cleanup unused members and includes
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1182 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-02-21 09:08:32 +00:00
thilo
4202fa903a
*neutrino cec-setup: unused variable removed
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1068 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-01-26 11:05:40 +00:00
thilo
8dd799601e
*neutrino cec_setup: cec-setup moved in its own module,
...
now to find under misc settings, but it's probaly not the right place,
we should waiting for more user feedback or advising about it,
to find a good place for it
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1065 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-01-26 11:05:28 +00:00