Commit Graph

5632 Commits

Author SHA1 Message Date
Stefan Seyfried
91ee918dd5 framebuffer-ng: move hw-specific stuff into fbaccel
hardware initialization is platform specific, so put
it into fbaccel instead.
2013-11-09 15:47:47 +01:00
Stefan Seyfried
5a462721cb fbaccel: factor out private stuff into own header 2013-11-09 13:09:39 +01:00
Stefan Seyfried
4599172b0e framebuffer_ng: use new-style fb device
devfs is gone since kernel 2.6.18, so everybody should have at least a
compat symlink today.
2013-11-07 08:44:41 +01:00
Stefan Seyfried
756080ba19 fix build when --with-stb-hal-build is given 2013-11-03 12:20:58 +01:00
Stefan Seyfried
6f174c2c26 allow empty --with-stb-hal-build path 2013-11-03 02:09:32 +01:00
Stefan Seyfried
831fff71f3 update lcddisplay and libcoolstream to AM_CPPFLAGS 2013-11-03 02:07:51 +01:00
Stefan Seyfried
7a3ac0a89a videosettings: use standard values for tripledragon 2013-11-03 01:29:55 +01:00
Stefan Seyfried
39ff44e60d only recreate rcsim.h if necessary
TODO: move it from source to object tree
2013-10-21 23:00:48 +02:00
Stefan Seyfried
d244a5991a Merge branch 'check/next-cc'
Compiles on most platforms, starts. Not really tested.

Conflicts:
	acinclude.m4
	lib/libdvbsub/Makefile.am
	lib/libtriple/Makefile.am
	lib/libtuxtxt/Makefile.am
	src/Makefile.am
	src/create_rcsim_h.sh
	src/daemonc/Makefile.am
	src/driver/Makefile.am
	src/driver/audiodec/Makefile.am
	src/driver/pictureviewer/Makefile.am
	src/eitd/Makefile.am
	src/gui/Makefile.am
	src/gui/bouquetlist.cpp
	src/gui/channellist.cpp
	src/gui/scan_setup.cpp
	src/gui/streaminfo2.cpp
	src/gui/streaminfo2.h
	src/gui/update.cpp
	src/gui/widget/Makefile.am
	src/gui/widget/listbox.cpp
	src/neutrino.cpp
	src/nhttpd/tuxboxapi/coolstream/Makefile.am
	src/rcsim.c
	src/system/Makefile.am
	src/zapit/src/Makefile.am
	src/zapit/src/frontend.cpp
	src/zapit/src/zapit.cpp
2013-10-21 22:58:55 +02:00
Michael Liebmann
df43ca24fa CFrameBuffer: Fix query for Apollo hardware 2013-10-21 09:32:15 +02:00
Michael Liebmann
b3559e37f8 CComponentsItem: Remove parameter from function isAdded() 2013-10-21 09:32:15 +02:00
striper
b91960f82a - zapit: only read sizeof(s) instead of fixed number 2013-10-20 21:07:59 +02:00
striper
920a119833 - zapit: memset info 2013-10-20 21:07:59 +02:00
striper
b2c37c556f - tuxtxt: pageinfo = NULL 2013-10-20 21:07:59 +02:00
striper
80fbe7db4c - fix annoying gui flickering when fading is activated on nevis 2013-10-20 21:07:59 +02:00
striper
f2e42f4026 - acinclude: fix typo 2013-10-20 21:07:59 +02:00
svenhoefer
37fce25dac - eventlist: change hotkeys in searchmenu for a smoother handling 2013-10-20 21:06:59 +02:00
[CST] Focus
d4cf498279 driver/scanepg.cpp: return handled for events not handled in other code,
should fix crashes on double-free problem
2013-10-20 14:38:06 +04:00
Thilo Graf
302649eca4 CTextBox: ensure restore of background, if pixbuf exists
This may prevent undefined behavior or even possible segfaults
2013-10-20 02:54:46 +02:00
Thilo Graf
8e246f16a8 CImageInfo: split function InitLicenseText()
InitInfoText() now handles only infotext via parameter text, so it is
possible to set different text into infobox item.
2013-10-19 01:25:23 +02:00
Thilo Graf
3438b23f68 CComponentsItem: move function isAdded() to CComponentsItem class 2013-10-19 01:25:23 +02:00
Thilo Graf
a1e5a60184 CComponentsText: use separated function to get text fro a file 2013-10-19 01:25:22 +02:00
[CST] Focus
11d77c3030 zapit/src/zapit.cpp: add support to use PiP on any transponder in file play mode -
only if no record running;
do not send capmt for PLAY mode, if playback is stopped and its not pmt update
2013-10-17 19:14:02 +04:00
[CST] Focus
4d30774524 zapit/src/femanager.cpp: add debug, when live fe selected without check 2013-10-17 19:14:02 +04:00
[CST] Focus
a109474d61 neutrino.cpp: call CEpgScan::handleMsg() in standart way,
fixes memleak for events with data
2013-10-17 19:14:02 +04:00
[CST] Focus
3863008e3a driver/scanepg.cpp: change handleMsg() to return event handled/unhandled 2013-10-17 19:14:02 +04:00
Michael Liebmann
5091e920fc Replacing obsolete 'INCLUDES' with 'AM_CPPFLAGS' in all Makefile.am 2013-10-17 04:22:49 +02:00
Thilo Graf
a47091872b CComponentsButton: involving of button text for dyn font evaluation 2013-10-16 11:54:06 +02:00
Thilo Graf
fb3f18b14a CComponentsButton: use empty string as default icon in constructors 2013-10-16 11:54:06 +02:00
Thilo Graf
3ff09c88bd CComponentsForm: add predefine CC_CENTERED for auto positions
This saves explicit position calculations to arrange items centered
2013-10-16 11:54:05 +02:00
Thilo Graf
c2f66a39c5 CStreamInfo2: implement signalbox based up CSignalBox 2013-10-16 11:54:05 +02:00
Thilo Graf
517313cd82 CSignalBar: optimize caption handling 2013-10-16 11:54:05 +02:00
Thilo Graf
b5483d4050 CNeutrinoFonts: performance fix
Variable '_height' is reassigned a value before the old one has been used.
2013-10-16 11:54:05 +02:00
Thilo Graf
37cb024412 CNeutrinoFonts: add explicit include for SNeutrinoSettings
required in typedef struct font_sizes_groups for *const content
2013-10-16 11:54:04 +02:00
Thilo Graf
c3a3eea0d8 CComponentsButton: use dynamic fonts, remove old font handling 2013-10-16 11:54:04 +02:00
svenhoefer
211823e9fb - remove '+'; fix 25e550e 2013-10-16 10:46:36 +02:00
svenhoefer
25e550e9e3 - sleeptimer: add possibilty to preset with a fixed value 2013-10-16 10:37:23 +02:00
Michael Liebmann
db59b7d3f1 src/system/mtdutils: Fix compiler warnings 2013-10-16 03:47:30 +02:00
Jacek Jendrzej
733f7a5382 CControlAPI::GetBouquetCGI fix segfault 2013-10-12 22:01:17 +02:00
Jacek Jendrzej
03b7151563 CControlAPI::EpgCGI fix control/epg 2013-10-12 21:39:41 +02:00
Jacek Jendrzej
febb30dc77 CZapitMessages:: init msg struct 2013-10-11 15:20:39 +02:00
[CST] Focus
3686c86232 driver/scanepg.cpp: fix wrong favorites adding in bouquet mode;
fix current bouquet check in case channel mode is changed;
save/restore live channel id in standby scan
2013-10-11 17:03:14 +04:00
Jacek Jendrzej
857514a8cd fix compil warnings 2013-10-10 19:30:11 +02:00
[CST] Focus
6c7b80010e neutrino.cpp: start epg scan on enter standby, wakeup epg scan on record stop 2013-10-10 19:01:46 +04:00
[CST] Focus
ebaa844494 src/gui/miscsettings_menu.cpp: always enable epg scan item 2013-10-10 19:01:46 +04:00
[CST] Focus
201fb60262 src/driver/scanepg.cpp: add support for standby epg scan;
block scan if recording is running;
experimental, needs more testing
2013-10-10 19:01:46 +04:00
[CST] Focus
6bfa59e506 .gitignore: add src/rcsim binary 2013-10-10 19:01:46 +04:00
[CST] Focus
0a831b87a0 eitd/sectionsd.cpp: do not send EVT_EIT_COMPLETE, if scanning paused 2013-10-10 19:01:46 +04:00
[CST] Focus
7c20ba490b zapit/src/zapit.cpp: use CMD_ZAPTO_EPG to call ZapForEpg();
do not lock frontends in ZapForEpg() for standby mode
2013-10-10 19:01:45 +04:00
[CST] Focus
4ac5c40c5f zapit/lib/zapitclient.cpp: add CMD_ZAPTO_EPG command, to be used with epg scan 2013-10-10 19:01:45 +04:00