Commit Graph

3932 Commits

Author SHA1 Message Date
Thilo Graf
12e778773b *user_menu: personalize also yellow and green buttons 2012-11-05 21:26:19 +01:00
Thilo Graf
69c22d1594 *CTextBox: remove printf
it' makes osd too slow
2012-11-05 21:26:18 +01:00
satbaby
4e3791be72 src/driver/streamts.cpp: use new instead of malloc 2012-11-05 16:48:41 +01:00
satbaby
80fe0c9307 src/gui/bouquetlist.cpp: close FAV window with rc-fav only in FAV mode 2012-11-05 16:45:34 +01:00
svenhoefer
b6535a4823 - satellites.xml: update astra 19.2 2012-11-05 14:06:24 +01:00
satbaby
926e0ce141 initialize not initialized var 2012-11-05 09:24:51 +01:00
satbaby
5e284c68c3 src/gui/epgview.cpp: further corrections for followlist 2012-11-04 22:13:36 +01:00
Stefan Seyfried
3ecbdb76c5 simple_display: replace umlauts with visible characters
The SPARK VFD/LED cannot display umlauts, so add a crude function that
replaces the most common ones with characters that can be displayed.
TODO: test on azboxme.
2012-11-04 18:42:59 +01:00
Stefan Seyfried
646c8351f4 hdd_menu: wait for HDD to be mounted by mdev after format 2012-11-04 14:49:38 +01:00
Stefan Seyfried
09498d8231 hdd_menu: replace check_and_umount() with umount_all()
create mount / umount functions which integrate well with
the preferred mdev-mount.sh method
2012-11-04 14:09:15 +01:00
Stefan Seyfried
d22a162f88 hdd_menu: allow hdd format if rootfs is on USB stick 2012-11-04 14:06:38 +01:00
satbaby
9cec234d73 src/driver/record.cpp: -fix auto_delete 2012-11-04 13:25:44 +01:00
Stefan Seyfried
684e9ce0f4 videosettings: simplify code for different platforms
make the videomode selection code more dynamic, the future
goal is to get rid of the #ifdefs and select available modes
at runtime
2012-11-03 23:07:21 +01:00
Stefan Seyfried
badf556cf6 videosettings: select more options based on hw_caps 2012-11-03 22:23:32 +01:00
Stefan Seyfried
5cb4f511db zapit: silence valgrind warning in setFrontend() 2012-11-03 21:35:34 +01:00
Stefan Seyfried
18f4ec087e zapit: disable unused config setting 2012-11-03 21:34:22 +01:00
Stefan Seyfried
a918f64bcf epgview: don't paint out-of-bounds background box 2012-11-03 21:33:21 +01:00
Stefan Seyfried
84609f22ab neutrino: wait for timerd to avoid race on startup 2012-11-03 21:26:44 +01:00
Stefan Seyfried
fa9f7f92ec streamts: use demux(0) to fix streaming 2012-11-03 17:19:21 +01:00
Stefan Seyfried
7194ac346d neutrino: fix segfault during startup when updating config 2012-11-03 16:25:17 +01:00
micha-bbg
01d44a6272 * Software Update with apply the settings (Part8)
- src/gui/ext_update.cpp: Use new instead of malloc
2012-11-03 16:19:29 +01:00
micha-bbg
7a5f5e8220 * Software Update with apply the settings (Part7)
- Clean osrelease at user defined kernelversion (THX snafed)
2012-11-03 16:19:29 +01:00
micha-bbg
f4f954415b * Software Update with apply the settings (Part6)
- Use identifier '#:' for config vars in settingsupdate.conf
2012-11-03 16:19:29 +01:00
Stefan Seyfried
a41951961a locale: fix(?) circular dep, don't install unmaintained locales 2012-11-03 14:15:43 +01:00
Stefan Seyfried
0a8ef1c058 SIevents: fix C++11 compiler warning
The slightly obscure code caused the following warning:
SIevents.cpp:280:148: warning: narrowing conversion of
	‘tolower(((int)evt->descr_extended_event_header::
		iso_639_2_language_code_lo))’
	from ‘int’ to ‘char’ inside { } is ill-formed in C++11
	[-Wnarrowing]
2012-11-03 14:06:41 +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
13714e7f36 rcsim: remove unused label 2012-11-03 12:52:23 +01:00
Stefan Seyfried
ad959d9e08 menuewidget: fix menu position code after last uncool merge 2012-11-03 12:33:52 +01:00
Stefan Seyfried
cc02aec30a scan: make radar display more smooth 2012-11-03 12:33:16 +01:00
Stefan Seyfried
5707fb7104 scan: keep last found channel/prov on screen 2012-11-03 12:32:49 +01:00
satbaby
27fe0fe6e0 src/gui/epgview.cpp:show always all screening 2012-11-03 11:20:15 +01:00
Stefan Seyfried
e7b93ab4b2 add dummy CFanControlNotifier::setSpeed() to fix build 2012-11-03 10:47:04 +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
c40361147d src/gui/epgview.cpp:check res after exec 2012-11-02 22:00:01 +01:00
satbaby
618fa78a5a src/neutrino.cpp:timeshiftDir : fix autodelete 2012-11-02 21:50:43 +01:00
Stefan Seyfried
259533f809 change data/Makefile.am to ease merging 2012-11-02 20:11:00 +01:00
Stefan Seyfried
475608c594 tuxtxt: fix build on generic pc, don't open framebuffer 2012-11-02 20:06:53 +01:00
Stefan Seyfried
af6881a53c tuxtxt: use neutrino rcinput 2012-11-02 19:11:38 +01:00
satbaby
7ea3a20a80 src/driver/volume.cpp:-fix segfault on new fb_pixel_t with not initialized digit_h+digit_offset 2012-11-02 18:17:47 +01:00
[CST] Focus
b48e74557b neutrino.cpp: delete missed colorSetupNotifier reference 2012-11-02 18:49:47 +04:00
[CST] Focus
baffb1b021 Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++ 2012-11-02 18:12:53 +04:00
[CST] Focus
1c6b35795e gui/network_service.cpp: use sh -c to start network service 2012-11-02 18:08:23 +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
satbaby
83a4b871d6 src/gui/widget/stringinput.cpp: fix hide Background 2012-11-02 14:01:43 +01:00
[CST] Focus
e6afe59081 neutrino.cpp: use g_InfoViewer->setUpdateTimer(),
disable timer in standby
2012-11-02 16:10:32 +04:00
[CST] Focus
af753fc4f1 gui/epgview.cpp: use g_InfoViewer->getUpdateTimer() 2012-11-02 16:09:30 +04:00
[CST] Focus
5c6c284c2f gui/infoviewer.cpp: add set/getUpdateTimer, dont set timer in start() 2012-11-02 16:09:25 +04:00
[CST] Focus
de30356655 neutrino.h: remove unused colorSetupNotifier 2012-11-02 14:43:16 +04:00
[CST] Focus
cb5d6187df neutrino.cpp: remove CFanControlNotifier new/delete 2012-11-02 14:42:49 +04:00