vanhofen
|
430bb80aba
|
- introduce TARGET_ROOT define to fix paths in native mode
Conflicts:
src/neutrino.cpp
|
2023-04-25 15:53:22 +02:00 |
|
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 |
|
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
|
9f38a653fb
|
- introduce Font Awesome iconfont
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2021-11-01 19:25:46 +01:00 |
|
svenhoefer
|
e337f821e2
|
- global.h: formatting code
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2021-07-11 11:29:25 +02:00 |
|
svenhoefer
|
a5e1f75d7e
|
- acinclude: add possibility to define logodir
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2021-07-11 11:29:25 +02:00 |
|
svenhoefer
|
cf67ca4cb6
|
- try to fix path to /.version file
Conflicts:
src/gui/imageinfo.cpp
src/gui/network_setup.cpp
src/nhttpd/tuxboxapi/controlapi.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2020-12-07 20:34:25 +01:00 |
|
Thilo Graf
|
df64925b30
|
radiotext: rework radiotext handling
Radiotext moved into a separate class and will be shown with screensaver.
|
2020-01-05 21:17:59 +01:00 |
|
svenhoefer
|
8329304a48
|
- neutrinofonts: introduce fixed (non user scalable) fonts
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2019-03-09 17:10:49 +01:00 |
|
svenhoefer
|
9c77ed6269
|
- use new exec_controlscript() function
Conflicts:
src/driver/record.cpp
src/global.h
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2019-02-11 10:26:23 +01:00 |
|
svenhoefer
|
2bcd32732d
|
- align defines for control scripts
Conflicts:
src/global.h
src/gui/pictureviewer.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2019-02-11 10:26:13 +01:00 |
|
svenhoefer
|
a67e774bfc
|
- movieplayer: move MOVIEPLAYER_START/END_SCRIPT defines to movieplayer
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2019-02-11 10:25:57 +01:00 |
|
svenhoefer
|
4f911979e0
|
- rename COVERDIR => COVERDIR_TMP
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2018-10-02 23:24:53 +02:00 |
|
svenhoefer
|
f5754b74f2
|
- helpers: rework new random-functions to get the code more reuseable
* introduceand use LOGODIR_TMP (storage dir for webchannel logos)
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2018-10-02 23:24:52 +02:00 |
|
svenhoefer
|
97d349872a
|
- neutrinofonts: allow monospaced font for shellwindow widget
Font is initialized at runtime and uses FONTDIR_VAR "/shell.ttf" or FONTDIR "/shell.ttf"
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2018-01-27 16:16:00 +01:00 |
|
svenhoefer
|
99d72a0b8a
|
- audiodec: unify cover handling
(cherry picked from commit ae0f735d998b8cbc5caf969f342be7af747b05f5)
Signed-off-by: Thilo Graf <dbt@novatux.de>
|
2017-06-28 20:35:18 +02:00 |
|
Thilo Graf
|
78f1b294a9
|
CNeutrinoApp: add hook for neutrino start
Script will be executed on start of neutrino before. Handling is similar
like all other possible hooks, see global.h.
|
2017-06-15 09:07:02 +02:00 |
|
M. Liebmann
|
e68f5b6708
|
src/global.h: Define TARGET_PREFIX when it is not defined
|
2016-10-01 11:47:59 +02:00 |
|
M. Liebmann
|
281930c35d
|
Move definitions for '*_VAR' directories to configure
|
2016-09-30 05:58:17 +02:00 |
|
svenhoefer
|
11ccc53f0b
|
- move LOGODIR and LOGODIR_VAR to global.h
|
2015-05-06 22:58:54 +02:00 |
|
svenhoefer
|
89a11de651
|
- fix and use ICONSDIR variable; move ICONSSDIR_VAR to global.h
|
2015-05-06 22:58:54 +02:00 |
|
svenhoefer
|
6e6d7ad765
|
- move PLUGINDIR_VAR to global.h to avoid some hardcoded paths
|
2015-05-06 22:58:54 +02:00 |
|
svenhoefer
|
910497f762
|
- add and use LOCALEDIR variable; move LOCALEDIR_VAR to global.h
|
2015-05-06 22:58:54 +02:00 |
|
svenhoefer
|
51e77c3fc6
|
- fix and use THEMESDIR variable; move THEMESDIR_VAR to global.h
|
2015-05-06 22:58:54 +02:00 |
|
svenhoefer
|
a6bf50f666
|
- shorten CNeutrinoEventlist to CEventlist
|
2015-04-16 13:39:35 +02:00 |
|
Stefan Seyfried
|
5ab6b53054
|
global.h: Use forward-declarations to reduce number of dependencies
|
2015-04-16 13:39:35 +02:00 |
|
svenhoefer
|
3c8d47fa49
|
Revert "global.h: Use forward-declarations to reduce number of dependencies"
This reverts commit 4bc6e43ad4 .
|
2013-11-13 23:40:16 +01:00 |
|
Stefan Seyfried
|
4bc6e43ad4
|
global.h: Use forward-declarations to reduce number of dependencies
|
2013-11-13 10:40:03 +01:00 |
|
Michael Liebmann
|
e473df6a43
|
CNeutrinoFonts: Use separate font renderer for dynamic fonts
- delete / initialize font renderer only if necessary
(e.g. start program, change the font file, change the scaling)
|
2013-07-26 14:52:37 +02:00 |
|
Michael Liebmann
|
d74ce0da45
|
* Software update: Add flash.start to neutrino start/stop scripts
|
2013-06-08 16:20:32 +02:00 |
|
svenhoefer
|
09e619aac8
|
- ENABLE_GUI_MOUNT: can disabled with -DDISABLE_GUI_MOUNT
|
2013-05-28 00:21:33 +02:00 |
|
svenhoefer
|
0049ca62ea
|
- ENABLE_GUI_MOUNT: enable
|
2013-05-27 23:58:32 +02:00 |
|
svenhoefer
|
ad20474050
|
- ENABLE_GUI_MOUNT: globalize
|
2013-05-27 23:56:54 +02:00 |
|
Stefan Seyfried
|
5954735ed8
|
auto-enumerate FONT_TYPE_COUNT instead of defining it
Conflicts:
src/system/settings.h
|
2013-04-17 10:21:33 +04:00 |
|
svenhoefer
|
3b9193982b
|
- shutdown_count.cpp: add NEUTRINO_ENTER_INACTIVITY_SCRIPT
script will be executed if g_settings.shutdown_min expires
|
2012-11-01 20:30:18 +01:00 |
|
svenhoefer
|
5284ffa3d6
|
- neutrino.cpp: handle deepstandy-scripts in same way as the other scripts
|
2012-10-29 14:29:03 +01:00 |
|
[CST] Focus
|
35ee04049a
|
remove obsolete and unused includes
|
2012-06-14 11:01:37 +04:00 |
|
[CST] Focus
|
c78a8b364b
|
global.h: remove zapitclient.h
|
2012-04-10 16:52:19 +04:00 |
|
[CST] Focus
|
53ebe19696
|
Merge branch 'includecleanup' into dvbsi++
|
2012-03-08 11:18:52 +04:00 |
|
[CST] Focus
|
8e3c19d448
|
rename EventList to CNeutrinoEventList - conflict with libdvbsi++
|
2012-03-07 21:03:47 +04:00 |
|
[CST] Bas
|
9b33a52d86
|
src: fix compile after include change.
|
2012-03-04 15:54:01 +08:00 |
|
seife
|
7f9cbe76da
|
neutrino: phase out last bits of controld code
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1825 e54a6e83-5905-42d5-8d5c-058d10e6a962
|
2011-11-05 11:44:03 +00:00 |
|
thilo
|
9609466f48
|
*neutrino: trivial sort of includes and whitespace cleanups
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1503 e54a6e83-5905-42d5-8d5c-058d10e6a962
|
2011-06-02 20:44:45 +00:00 |
|
striper
|
ec402d9518
|
- add support for radiotext (needs testing) -> http://www.dbox2world.net/board293-coolstream-hd1/board296-coolstream-software/10635-radiotext-einbauen/
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1501 e54a6e83-5905-42d5-8d5c-058d10e6a962
|
2011-06-02 15:29:40 +00:00 |
|
striper
|
f06962d6c4
|
- add movieplayer.start & movieplayer.end script (untested)
- small cleanup
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1453 e54a6e83-5905-42d5-8d5c-058d10e6a962
|
2011-05-10 15:27:56 +00:00 |
|
seife
|
66dd0b0174
|
add lcd display code for Tripledragon, mostly from tuxbox
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@964 e54a6e83-5905-42d5-8d5c-058d10e6a962
|
2010-12-25 17:43:43 +00:00 |
|
thilo
|
632d7dd2e9
|
tuxbox-port: use new class modules,
this is one first part of ported parts from tuxbox,
comming soon there are comming more parts, but it's a lot to do,
see also: http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/9565-diskussion-neutrino-goes-neutrinohd-welche-features-funktionen-aus-dem-tuxbox-cvs-%C3%BCbernehmen/
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@901 e54a6e83-5905-42d5-8d5c-058d10e6a962
|
2010-11-27 23:17:30 +00:00 |
|
mrcolor
|
bc5bd4154e
|
our current experimental Neutrino branch
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962
|
2009-12-08 11:05:11 +00:00 |
|