vanhofen
ad85557bb2
neutrino.cpp: fix c&p error in recording_slow_warning
...
Origin commit data
------------------
Commit: 7eb4f3b9c1
Author: vanhofen <vanhofen@gmx.de >
Date: 2012-10-17 (Wed, 17 Oct 2012)
Origin message was:
------------------
- neutrino.cpp: fix c&p error in recording_slow_warning
2012-10-17 13:34:13 +02:00
[CST] Focus
74657940d7
driver/record.cpp: use slow record warning option.
...
this warning tested for generic setup with usb hdd and
meant to early tell if record buffer usage reach watermark,
where user have chance to stop some of records and save others from overflow
under high load. if your think you getting false warnings, disable it
Origin commit data
------------------
Commit: d771f625a0
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-10-16 (Tue, 16 Oct 2012)
2012-10-16 19:58:58 +04:00
[CST] Focus
aee47b190b
settings: add option to enable/disable slow record warning
...
Origin commit data
------------------
Commit: b6ad61b0de
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-10-16 (Tue, 16 Oct 2012)
2012-10-16 19:53:47 +04:00
[CST] Focus
f8d855d172
locals: add locale for slow record warning option
...
Origin commit data
------------------
Commit: 5179aedb32
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-10-16 (Tue, 16 Oct 2012)
2012-10-16 19:53:15 +04:00
Jacek Jendrzej
8b29bbdb57
fix memleak
...
Origin commit data
------------------
Commit: b3db5f7f7c
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-10-16 (Tue, 16 Oct 2012)
2012-10-16 15:42:10 +02:00
Stefan Seyfried
ca3ad5ddeb
hdd_menu: correctly align partitions for 4k drives
...
Origin commit data
------------------
Commit: da312d2fc4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-16 (Tue, 16 Oct 2012)
2012-10-16 09:20:44 +02:00
Stefan Seyfried
04928f7a78
simple_display: let clear() really clear the display
...
Origin commit data
------------------
Commit: 8d8ef7ae0c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-16 (Tue, 16 Oct 2012)
2012-10-16 09:14:55 +02:00
Stefan Seyfried
3296436371
miscsettings: prevent segfault on hardware that can't shutdown
...
Origin commit data
------------------
Commit: d30b97afa9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-16 (Tue, 16 Oct 2012)
2012-10-16 09:13:21 +02:00
Jacek Jendrzej
43047a7a4a
miscsettings_menu.cpp: fix segfault on ZEE/HD1
...
Origin commit data
------------------
Commit: f85251128c
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-10-15 (Mon, 15 Oct 2012)
2012-10-15 12:10:28 +02:00
[CST] Focus
56255b659c
neutrino.cpp: stop radiotext when going to standby and in stop_daemons
...
Origin commit data
------------------
Commit: b97ed139c4
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-10-15 (Mon, 15 Oct 2012)
2012-10-15 13:02:03 +04:00
[CST] Focus
92c242249a
driver/record.cpp: stop radiotext before record start
...
Origin commit data
------------------
Commit: 2a93f2dfdf
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-10-15 (Mon, 15 Oct 2012)
2012-10-15 12:53:09 +04:00
[CST] Focus
5b8235061d
driver/genpsi.c: add fdatasync, this should wakeup hdd before record started
...
Origin commit data
------------------
Commit: 767a7d3871
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-10-15 (Mon, 15 Oct 2012)
2012-10-15 12:49:57 +04:00
Stefan Seyfried
e52a3f2940
sectionsd: make sure housekeeping exits on shutdown
...
Origin commit data
------------------
Commit: c984ba37cc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-15 (Mon, 15 Oct 2012)
2012-10-15 00:10:15 +02:00
Stefan Seyfried
68d60a6e35
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.
Origin commit data
------------------
Commit: 0e65041fa6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-15 (Mon, 15 Oct 2012)
2012-10-15 00:05:29 +02:00
Stefan Seyfried
c8c820bcd0
zapit: stop pmt_update task during shutdown
...
Origin commit data
------------------
Commit: f12c605265
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-15 (Mon, 15 Oct 2012)
2012-10-15 00:00:52 +02:00
Stefan Seyfried
c1c992cf50
neutrino: stop display and shutdowncount threads before exit
...
this should help to avoid crashes during shutdown
Origin commit data
------------------
Commit: dcb72250a7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-14 (Sun, 14 Oct 2012)
2012-10-14 23:57:03 +02:00
Stefan Seyfried
f18a4d1eaa
shutdown_count: stop thread in destructor
...
Origin commit data
------------------
Commit: c37955bdb2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-14 (Sun, 14 Oct 2012)
2012-10-14 23:53:05 +02:00
Stefan Seyfried
c3ecd4441f
simple_display: stop thread on shutdown
...
TODO: tripledragon code needs testing
Origin commit data
------------------
Commit: 46a2a11d5d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-14 (Sun, 14 Oct 2012)
2012-10-14 23:48:44 +02:00
Stefan Seyfried
b8702504a3
sectionsd: fix unlocked event access under high load
...
Origin commit data
------------------
Commit: 32597561a0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-14 (Sun, 14 Oct 2012)
2012-10-14 21:03:34 +02:00
Jacek Jendrzej
bc458325f6
unused funktions
...
Origin commit data
------------------
Commit: 5428d36da4
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-10-14 (Sun, 14 Oct 2012)
2012-10-14 17:05:43 +02:00
Jacek Jendrzej
6be7716efd
neutrino.cpp: dvbtime fix update when box boot from deep standby
...
Origin commit data
------------------
Commit: 3192a161f9
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-10-14 (Sun, 14 Oct 2012)
2012-10-14 17:03:43 +02:00
Stefan Seyfried
26f5eeb257
neutrino: disable menu hints by default
...
Origin commit data
------------------
Commit: 36995d11fc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-14 (Sun, 14 Oct 2012)
2012-10-14 12:58:07 +02:00
Stefan Seyfried
8f4c9acc0e
fix build after last merge
...
Origin commit data
------------------
Commit: a28e42adc2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-14 (Sun, 14 Oct 2012)
2012-10-14 12:57:01 +02:00
Stefan Seyfried
345a8a274d
Merge branch 'uncool/dvbsi++' commit '890b4f2c0a3'
...
...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
Origin commit data
------------------
Commit: adb23b23ee
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-14 (Sun, 14 Oct 2012)
2012-10-14 12:51:07 +02:00
Michael Liebmann
8acb2cd590
Fix english.locale
...
Origin commit data
------------------
Commit: 76efa8b033
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2012-10-14 (Sun, 14 Oct 2012)
Origin message was:
------------------
* Fix english.locale
2012-10-14 11:15:57 +01:00
Michael Liebmann
f609fc53c9
Timerlist: Ask if the timer of a running recording to be deleted.
...
Origin commit data
------------------
Commit: 295efb1e07
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2012-10-14 (Sun, 14 Oct 2012)
Origin message was:
------------------
* Timerlist: Ask if the timer of a running recording to be deleted.
2012-10-14 10:07:22 +01:00
gixxpunk
13ba395dc2
Fix daylight saving time bug in timers (backport from tuxbox-cvs)
...
Origin commit data
------------------
Commit: 636f7cef05
Author: gixxpunk <thomas.harfmann@gmail.com >
Date: 2012-10-13 (Sat, 13 Oct 2012)
Origin message was:
------------------
- Fix daylight saving time bug in timers (backport from tuxbox-cvs)
2012-10-13 21:36:38 +02:00
gixxpunk
890b4f2c0a
audioplayer: fix memleak (THX martii)
...
Origin commit data
------------------
Commit: dc95ffa37c
Author: gixxpunk <thomas.harfmann@gmail.com >
Date: 2012-10-11 (Thu, 11 Oct 2012)
Origin message was:
------------------
- audioplayer: fix memleak (THX martii)
2012-10-11 21:05:44 +02:00
gixxpunk
1c22455ae6
epgview: only hide info1 if info2 begins with info1 (port from tuxbox-cvs. THX Gaucho316)
...
Origin commit data
------------------
Commit: 6138e42948
Author: gixxpunk <thomas.harfmann@gmail.com >
Date: 2012-10-11 (Thu, 11 Oct 2012)
Origin message was:
------------------
- epgview: only hide info1 if info2 begins with info1 (port from tuxbox-cvs. THX Gaucho316)
2012-10-11 20:41:46 +02:00
gixxpunk
ae00d07352
locales
...
* add german translation
* remove blank
Origin commit data
------------------
Commit: 006ca9e85a
Author: gixxpunk <thomas.harfmann@gmail.com >
Date: 2012-10-11 (Thu, 11 Oct 2012)
Origin message was:
------------------
- locales
* add german translation
* remove blank
2012-10-11 19:42:11 +02:00
[CST] Focus
05993a2873
gui/imageinfo.cpp: add release/beta to image version
...
Origin commit data
------------------
Commit: b461483f2f
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-10-11 (Thu, 11 Oct 2012)
2012-10-11 20:33:11 +04:00
Jacek Jendrzej
9259a54d03
imageinfo.cpp: add show kernel version
...
Origin commit data
------------------
Commit: 4fa58bcd52
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-10-11 (Thu, 11 Oct 2012)
2012-10-11 18:15:06 +02:00
vanhofen
49b5d06a97
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
...
Origin commit data
------------------
Commit: ce3f8eddf1
Author: vanhofen <vanhofen@gmx.de >
Date: 2012-10-11 (Thu, 11 Oct 2012)
2012-10-11 17:03:45 +02:00
vanhofen
f1fe58f374
network_setup.cpp: add ntp-server to network-test
...
Origin commit data
------------------
Commit: 7a7aec266a
Author: vanhofen <vanhofen@gmx.de >
Date: 2012-10-11 (Thu, 11 Oct 2012)
Origin message was:
------------------
- network_setup.cpp: add ntp-server to network-test
2012-10-11 17:02:37 +02:00
[CST] Focus
e6946fb046
zapit/src/femanager.cpp: change frontend init:
...
dont call setDiseqcType direct, setMode will call Init() or setMasterSlave();
force Init() on frontend re-open (leaving standby)
Origin commit data
------------------
Commit: 4758457e49
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-10-11 (Thu, 11 Oct 2012)
2012-10-11 18:41:59 +04:00
[CST] Focus
d67d179a77
zapit/src/frontend.cpp: cleanup unused;
...
remove redundant data members;
dont set anything on first Open(), add Init() for this - will be called from femanager;
dont init diseqc if no diseqc type set;
dont send diseqc commands if no input is set;
increase wait after voltage change;
set voltage before diseqc commands
Origin commit data
------------------
Commit: 21ffa39a45
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-10-11 (Thu, 11 Oct 2012)
2012-10-11 18:38:35 +04:00
[CST] Focus
555168852a
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
...
Origin commit data
------------------
Commit: 11c5567cbc
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-10-11 (Thu, 11 Oct 2012)
2012-10-11 18:03:04 +04:00
Jacek Jendrzej
ce579c2dce
nfs.cpp: disable mount option if mountpoint is mounted
...
Origin commit data
------------------
Commit: 5983d36b14
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-10-11 (Thu, 11 Oct 2012)
2012-10-11 14:59:52 +02:00
Jacek Jendrzej
c4e64d1de3
nfs.cpp:NFSMountGui: disable username and password properly, ported from tuxbox cvs
...
Origin commit data
------------------
Commit: 9526434754
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-10-11 (Thu, 11 Oct 2012)
2012-10-11 14:16:49 +02:00
Jacek Jendrzej
694d2b5de6
Neutrino: rework COnOffNotifier and use it if possible, ported from tuxbox cvs
...
Origin commit data
------------------
Commit: 7b06b3fd38
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-10-11 (Thu, 11 Oct 2012)
2012-10-11 14:11:05 +02:00
Jacek Jendrzej
99c9931a45
nfs.cpp:Show OK buttons on menu forwarders, ported from tuxbox cvs
...
Signed-off-by: satbaby <crashdvb@googlemail.com >
Origin commit data
------------------
Commit: 4c1552ead9
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-10-11 (Thu, 11 Oct 2012)
2012-10-11 14:10:14 +02:00
Jacek Jendrzej
ade3e62d89
nfs.cpp:Update mount icon after mounting, ported from tuxbox cvs
...
Origin commit data
------------------
Commit: 7a8097907c
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-10-11 (Thu, 11 Oct 2012)
2012-10-11 14:10:01 +02:00
vanhofen
d103a78525
network_setup.cpp: little rework in output from network-test
...
Origin commit data
------------------
Commit: 392e84aa99
Author: vanhofen <vanhofen@gmx.de >
Date: 2012-10-11 (Thu, 11 Oct 2012)
Origin message was:
------------------
- network_setup.cpp: little rework in output from network-test
2012-10-11 13:49:08 +02:00
[CST] Focus
25be5abc24
zapit/src/zapit.cpp: change signal lock monitor (disabled at the moment)
...
Origin commit data
------------------
Commit: 296aee816c
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-10-10 (Wed, 10 Oct 2012)
2012-10-10 18:34:19 +04:00
[CST] Focus
d5d9e20d02
zapit/src/scannit.cpp: fix satellite descriptor satellite position
...
Origin commit data
------------------
Commit: a9950f10eb
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-10-10 (Wed, 10 Oct 2012)
2012-10-10 18:33:11 +04:00
Jacek Jendrzej
d230fe8df0
satellites.xml: update astra19 hotbird13
...
Origin commit data
------------------
Commit: 849b306985
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2012-10-10 (Wed, 10 Oct 2012)
2012-10-10 13:07:10 +02:00
Stefan Seyfried
41d55e7c91
add openGL based framebuffer implementation for testing on PC
...
this is based on Carsten Juttner's previous work, but without
any video decoding.
Origin commit data
------------------
Commit: e0c80399d6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-08 (Mon, 08 Oct 2012)
2012-10-08 17:01:45 +02:00
Stefan Seyfried
294a355ba6
scan: fix window size
...
Origin commit data
------------------
Commit: a96376ff23
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-08 (Mon, 08 Oct 2012)
2012-10-08 17:01:45 +02:00
Stefan Seyfried
55c5c86185
scan: fix manual scan test for DVB-T
...
Origin commit data
------------------
Commit: 6d8b029802
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2012-10-08 (Mon, 08 Oct 2012)
2012-10-08 17:01:45 +02:00
[CST] Focus
dac4a67678
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
...
Origin commit data
------------------
Commit: 1c113127ce
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2012-10-08 (Mon, 08 Oct 2012)
2012-10-08 11:06:47 +04:00