Stefan Seyfried
91b2998d68
osd setup: fix OSD area setup
...
The PNGs used to mark the upper left and bottom right corners
were both two pixels off, which resulted in the OSD area being
slightly bigger than indicated.
2012-10-07 17:30:44 +02:00
Stefan Seyfried
6fc8c29bdb
femanager: only use frontends of identical type
...
neutrino cannot yet handle mixed frontend types, so ignore all frontends
that are not identical to the first one...
2012-10-07 17:14:09 +02:00
Stefan Seyfried
59eee16d74
hdd_menu: allow formatting of removable drives
2012-10-07 17:09:17 +02:00
Stefan Seyfried
022f269e09
streaminfo: fix possible crash if channel == NULL
2012-10-07 17:09:17 +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
Stefan Seyfried
d806eeb544
fixes for 64bit archs: don't assume a pointer is 32bit wide
2012-10-07 17:09:17 +02:00
striper
27124f0328
- deutsch.locale: add some missing entries
2012-10-06 18:40:45 +02:00
striper
4a819b80eb
- cables.xml: add new transponders for Unitymedia
2012-10-06 18:40:30 +02:00
Stefan Seyfried
4009fea6d8
fix compilation with gcc-4.7 by including unistd.h
2012-10-06 17:32:45 +02:00
Stefan Seyfried
25446f7408
get rid of NEW_CURL hack, this API is long obsolete
2012-10-06 17:29:09 +02:00
satbaby
309c17d567
record.cpp:fix possible recording in flash
2012-10-05 12:44:59 +02:00
[CST] Focus
aadf95071d
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
2012-10-03 11:03:41 +04: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] Focus
59430be85f
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
2012-10-02 14:10:29 +04:00
micha-bbg
7a414b7c56
osd_setup.cpp: Fix segfault in mode single tuner/display tuner icon
2012-10-02 11:08:48 +01:00
Stefan Seyfried
f9e28c8594
sectionsd: don't crash when reading old saved EPG
2012-09-30 17:39:22 +02:00
[CST] Focus
4c41541f20
gui/start_wizard.cpp: copy initial zapit settings from /var/tuxbox/config/initial/ if found
2012-09-29 14:46:43 +04:00
[CST] Focus
410b19aaf3
locals: add locales for start wizard initial settings
2012-09-29 14:45:57 +04:00
[CST] Focus
f7bcb3dd64
zapit/src/zapit.cpp: add missing initial volume set
2012-09-29 14:44:48 +04:00
satbaby
07ab8ad0c9
test_menu.cpp: fix compil
2012-09-27 17:01:42 +02:00
svenhoefer
7c01980e94
- system/helpers: rework get_fs_usage()
...
also comment some unuses variables in src/infoviever_bb.{h,cpp}
2012-09-27 12:22:33 +02:00
[CST] Focus
b8ff3bbdd5
driver/record.cpp: add timer to monitor record status;
...
add warning, when record buffer close to or already overflow;
change single record stop to sync mode - under high load stopTimerEvent() takes too long
2012-09-25 17:19:28 +04:00
[CST] Focus
70836baa48
lib/libcoolstream/record_cs.h: update header
2012-09-25 17:13:43 +04:00
[CST] Focus
59ea9c05f3
locals: add locales for record status
2012-09-25 17:13:25 +04:00
svenhoefer
2133b25783
- movieinfo: supplement to fb8a993e77
...
re-insert the wrong <qualitiy>-tag to keep compatibility
but this tag will not longer be written into xml-files.
2012-09-24 11:26:42 +02:00
svenhoefer
fb8a993e77
- movieinfo.h: typo in xml-entry "quality"
2012-09-23 22:57:47 +02:00
Stefan Seyfried
e2db610523
cFrontend: add temporary hack for Spark7162 DVB-S tuner
...
export FE_OFFSET=1 before starting neutrino to use 2nd and 3rd frontend
2012-09-23 21:41:44 +02:00
Stefan Seyfried
3947ac3763
cFrontend: ignore empty frontend events
2012-09-23 21:38:54 +02:00
Stefan Seyfried
b2050eeda4
simple_display: add basic support for SPARK vfd display
2012-09-23 21:35:02 +02: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
Stefan Seyfried
1a62480581
use 'Neutrino' instead of 'Neutrino-HD' in locales
2012-09-23 21:10:54 +02:00
[CST] Focus
0d4ce318c3
gui/infoviewer_bb.cpp: disable thread to update hdd used percent -
...
there is screen corruption/artifacts (race?).
better solution needed, probably hdd monitor thread which cache data ?
2012-09-21 18:47:42 +04:00
[CST] Focus
108ee92618
system/helpers.cpp: fix check_dir - we use it to check for record, last change allow recording to jffs2
2012-09-21 18:44:47 +04:00
[CST] Focus
bc74b0c3a6
gui/dboxinfo.cpp: show free mem without cached/buffers; add 5 seconds timer to update window
2012-09-21 17:45:19 +04:00
[CST] Focus
5dc2656b8e
system/helpers.cpp: add function to get total/free mem without cached/buffers
2012-09-21 17:41:28 +04:00
[CST] Focus
ae3c411fc3
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
2012-09-21 09:59:16 +04:00
satbaby
768a064629
Zombie Killer ;)
2012-09-20 22:43:00 +02:00
[CST] Focus
b2f07bc47a
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
2012-09-20 17:03:15 +04:00
svenhoefer
708b6a3ad0
- neutrino.cpp: localize "Saving EPG"
2012-09-19 21:58:21 +02:00
svenhoefer
87f7a224f7
- infoviewerbb: determination of hdd-percentage in a seperate thread
2012-09-19 21:23:50 +02:00
satbaby
8f509f5dcf
use new for buf, fix for last commit
2012-09-18 19:43:24 +02:00
satbaby
a84ba36e0b
use new for buf, fix possible memlaek
2012-09-18 18:38:03 +02:00
Thilo Graf
ca748c6f48
*COsdSetup: show correct option in infobar tuner icon setup item
...
It could be confused for single stb users to see the option
'ON', although it is not possible.
So it's better to show only a possible or real option at item, if stb is in single mode or
item is disabled,
but the real value of g_settings.infobar_show_tuner is not touched.
2012-09-18 12:10:18 +02:00
Thilo Graf
5a5ec2bba0
*CTimerList: show warnings on overlapping recording only in single mode
...
NOTE: Only tested on single box by me, please send feedback
2012-09-18 12:10:17 +02:00
Thilo Graf
807dce9497
*CInfoViewer: don't show tuner icon with single boxes
2012-09-18 12:10:17 +02:00
micha-bbg
1b1213c7bb
* Update deutsch.locale
2012-09-18 03:42:41 +01:00
svenhoefer
d00032975a
- vdf: reducing flicker while going into standby
2012-09-17 21:55:53 +02:00
satbaby
7b2ac6d337
streaminfo2.cpp:tiny fix
2012-09-17 14:17:16 +02:00