Thilo Graf
12e778773b
*user_menu: personalize also yellow and green buttons
2012-11-05 21:26:19 +01:00
Stefan Seyfried
84609f22ab
neutrino: wait for timerd to avoid race on startup
2012-11-03 21:26:44 +01:00
Stefan Seyfried
7194ac346d
neutrino: fix segfault during startup when updating config
2012-11-03 16:25:17 +01:00
Stefan Seyfried
e0acbd3ddb
neutrino: fix 32<->64bit format string warnings
...
use portable C99 format string macros for 64bit types to
fix many warnings when compiling for 64bit architectures,
add some (int) casts for size_t
2012-11-03 14:05:48 +01:00
Stefan Seyfried
7e23ac7223
Merge branch 'uncool/dvbsi++' commit '7ea3a20a808'
...
...needs buildfixing...
Conflicts:
data/Makefile.am
src/driver/volume.cpp
src/gui/infoviewer.cpp
src/gui/miscsettings_menu.cpp
src/gui/movieplayer.cpp
src/gui/scan.cpp
src/gui/widget/buttons.cpp
src/gui/widget/menue.cpp
src/gui/widget/stringinput.cpp
src/neutrino.cpp
src/nhttpd/tuxboxapi/coolstream/controlapi.cpp
src/system/setting_helpers.cpp
src/zapit/src/capmt.cpp
2012-11-03 10:45:33 +01:00
satbaby
618fa78a5a
src/neutrino.cpp:timeshiftDir : fix autodelete
2012-11-02 21:50:43 +01:00
[CST] Focus
b48e74557b
neutrino.cpp: delete missed colorSetupNotifier reference
2012-11-02 18:49:47 +04:00
[CST] Focus
0c8cd117a9
neutrino.cpp: cleanup unused code
2012-11-02 18:07:39 +04:00
[CST] Focus
de99c8a741
neutrino.cpp: remove initGlobals(), global variables initialized to 0 anyway
2012-11-02 17:28:01 +04:00
[CST] Focus
e6afe59081
neutrino.cpp: use g_InfoViewer->setUpdateTimer(),
...
disable timer in standby
2012-11-02 16:10:32 +04:00
[CST] Focus
cb5d6187df
neutrino.cpp: remove CFanControlNotifier new/delete
2012-11-02 14:42:49 +04:00
Stefan Seyfried
04b916dbb7
add various variable initializations to keep valgrind happy
2012-10-31 23:02:34 +01:00
satbaby
ea1caedb51
src/neutrino.cpp:-fix multirecording if announce_record on zap on is
2012-10-31 13:13:02 +01:00
satbaby
8ab45c8baa
src/neutrino.cpp:zapto timer add transponder test
2012-10-31 12:37:20 +01:00
satbaby
294f0876c0
src/neutrino.cpp:-fix zapto timer in TimeshiftOnly mode or if haveFreeFrontend
2012-10-30 20:43:52 +01:00
satbaby
69715cbc5e
src/neutrino.cpp: supplement to 654ca3656d
, THX Gaucho316 (fix)
2012-10-30 16:55:57 +01:00
satbaby
c3cf1741a3
src/neutrino.cpp: supplement to 654ca3656d
, THX Gaucho316
2012-10-30 16:12:26 +01:00
satbaby
10116c6ad7
src/neutrino.cpp: saveepg in standby mode, if last saveepg time < 15 Min., revert multicall blocking for sttandbby, fix typo
2012-10-30 14:07:31 +01:00
svenhoefer
4f3e3a90c4
- neutrino.cpp: fix funny typo :)
2012-10-29 14:45:00 +01:00
svenhoefer
5284ffa3d6
- neutrino.cpp: handle deepstandy-scripts in same way as the other scripts
2012-10-29 14:29:03 +01:00
satbaby
38479e11bf
src/neutrino.cpp: dont zap on record announce if same channel
2012-10-29 12:42:34 +01:00
satbaby
654ca3656d
neutrino: show epg infos on announce recording, ported from tuxcvs
2012-10-28 20:05:42 +01:00
[CST] Focus
9154c96783
neutrino.cpp: bugfix: every soft-standby leave,
...
new CRadioText was created;
move CRadioText create before zap
2012-10-25 18:09:43 +04:00
[CST] Focus
e45d130101
neutrino.cpp: dont zap on record announce in standby
2012-10-23 18:20:58 +04:00
[CST] Focus
cf0286ec08
neutrino.cpp: workaround for (rare) crash, if old_b wrong
2012-10-23 16:17:59 +04:00
satbaby
f4c976beb5
neutrino.cpp: blocking standby for multical
2012-10-23 12:37:56 +02:00
satbaby
9a2d6aea26
rc_lock: lock for rc_lock, use only once, supplement to 9e3567dc09
2012-10-22 15:52:07 +02:00
satbaby
5002a8bfa7
neutrino.cpp: make sleeptimer similar to shutdown with MsgBox at announce
2012-10-18 20:21:19 +02:00
svenhoefer
7eb4f3b9c1
- neutrino.cpp: fix c&p error in recording_slow_warning
2012-10-17 13:34:13 +02:00
[CST] Focus
b6ad61b0de
settings: add option to enable/disable slow record warning
2012-10-16 19:53:47 +04:00
satbaby
b3db5f7f7c
fix memleak
2012-10-16 15:42:10 +02:00
[CST] Bas
f0ce9aa6bb
Merge branch 'dvbsi++' of coolstreamtech.de:cst-private-neutrino into neutrino-apollo
...
Conflicts:
src/neutrino.cpp
2012-10-16 10:54:47 +08:00
[CST] Focus
b97ed139c4
neutrino.cpp: stop radiotext when going to standby and in stop_daemons
2012-10-15 13:02:03 +04:00
Stefan Seyfried
0e65041fa6
neutrino: avoid destructors running on exit on sh4
...
after all cleanup there were still (openthread related?) crashes at
exit in the destructors, so finally simply disable them
The crashes ranged from unaligned access (SIGBUS) to malloc errors
to plain SIGSEGV.
2012-10-15 00:05:29 +02:00
Stefan Seyfried
dcb72250a7
neutrino: stop display and shutdowncount threads before exit
...
this should help to avoid crashes during shutdown
2012-10-14 23:57:03 +02:00
satbaby
3192a161f9
neutrino.cpp: dvbtime fix update when box boot from deep standby
2012-10-14 17:03:43 +02:00
Stefan Seyfried
36995d11fc
neutrino: disable menu hints by default
2012-10-14 12:58:07 +02:00
Stefan Seyfried
a28e42adc2
fix build after last merge
2012-10-14 12:57:01 +02:00
Stefan Seyfried
adb23b23ee
Merge branch 'uncool/dvbsi++' commit 'dc95ffa37c6'
...
...needs buildfixing...
Conflicts:
data/icons/shutdown.jpg
data/icons/start.jpg
lib/libtuxtxt/tuxtxt.h
src/driver/Makefile.am
src/driver/audiodec/Makefile.am
src/driver/framebuffer.cpp
src/driver/record.cpp
src/driver/volume.cpp
src/gui/audio_setup.cpp
src/gui/audioplayer.cpp
src/gui/epgview.cpp
src/gui/eventlist.cpp
src/gui/filebrowser.cpp
src/gui/infoviewer.cpp
src/gui/keybind_setup.cpp
src/gui/miscsettings_menu.cpp
src/gui/movieplayer.cpp
src/gui/osd_setup.cpp
src/gui/scan.cpp
src/gui/scan_setup.cpp
src/gui/streaminfo2.cpp
src/gui/update.cpp
src/gui/videosettings.cpp
src/gui/widget/menue.cpp
src/neutrino.cpp
src/neutrino_menue.cpp
src/system/Makefile.am
src/system/configure_network.cpp
src/system/httptool.cpp
src/system/setting_helpers.cpp
src/timerd/timermanager.cpp
src/zapit/include/zapit/frontend_c.h
src/zapit/src/Makefile.am
src/zapit/src/capmt.cpp
src/zapit/src/frontend.cpp
src/zapit/src/zapit.cpp
2012-10-14 12:51:07 +02:00
Stefan Seyfried
b02886aa92
add basic support for DVB-T
...
This needs more fine tuning wrt scan setup etc, but should work for now.
2012-10-07 17:09:17 +02:00
Stefan Seyfried
0061aac2b3
fix build for boxtype "generic"
2012-10-07 17:09:17 +02:00
satbaby
6ac36258d6
neutrino.cpp: fix possible segfault , suplement to bb2efeb45b
2012-10-02 16:28:24 +02:00
satbaby
bb2efeb45b
use my_system instead of system
2012-10-02 12:42:31 +02:00
[CST] Bas
5aeca6ef13
neutrino: fix code to new 'generic' frontpanel/ir headers.
2012-09-26 18:19:35 +08:00
Stefan Seyfried
04ee2e87f3
neutrino: start to use hardware_caps
...
Use hardware_caps instead of cs_get_revision() and #ifdef HAVE_FOO_HW
to distinguish between different boxtypes.
2012-09-23 21:34:47 +02:00
svenhoefer
708b6a3ad0
- neutrino.cpp: localize "Saving EPG"
2012-09-19 21:58:21 +02:00
svenhoefer
d00032975a
- vdf: reducing flicker while going into standby
2012-09-17 21:55:53 +02:00
satbaby
87342fd0d9
my_system fix
2012-09-15 11:20:49 +02:00
satbaby
bafceab7f0
neutrino.cpp: -fix CVFD on timeshift stop
2012-09-14 15:44:33 +02:00
[CST] Focus
12eee1db1e
neutrino.cpp: remove StartAutoRecord on leaving standby - auto-timeshift started later anyway
2012-09-13 20:18:32 +04:00