Commit Graph

9712 Commits

Author SHA1 Message Date
Stefan Seyfried
3d2b56713f fb_accel_td: implement setBlendMode/Level 2017-02-11 18:52:39 +01:00
Stefan Seyfried
6d73a4465d sectionsdclient: remove unused scanMode variable 2017-02-11 14:45:37 +01:00
Stefan Seyfried
4226ba01d2 remove unnecessary sectionsdclient.h includes 2017-02-11 14:42:15 +01:00
Stefan Seyfried
04789c3851 remove udpstreampes from build, it's unlikely to work anyway 2017-02-11 11:25:24 +01:00
Stefan Seyfried
8b47699447 Merge remote-tracking branch 'tuxbox/master' 2017-02-11 11:18:45 +01:00
Jacek Jendrzej
582051b9a1 src/driver/audiometadata.cpp init cover_temporary 2017-02-10 20:33:28 +01:00
Jacek Jendrzej
80f6e611ba src/driver/pictureviewer/pictureviewer.cpp check whether there is enough free memory for the image buffer 2017-02-10 20:33:15 +01:00
Thilo Graf
a56bb97b50 Revert "CChannelList: delete with red yes button"
This reverts commit 3689684968.

User request: Is not desired
2017-02-09 22:43:00 +01:00
Thilo Graf
0435ca20a3 CMenuWidget: remove dub code from init 2017-02-09 16:35:03 +01:00
Thilo Graf
2dda93ed2b CMenuWidget: use only nameString as container for widget name
neutrino_locale_t	name could be transformed always to real string to
unify this container
2017-02-09 15:52:39 +01:00
GetAway
c1f788ac42 change to CURLOPT_CONNECTTIMEOUT_MS and ...
use a connect_timeout of 300ms for remote timer
2017-02-09 08:33:48 +01:00
svenhoefer
4b55d2597f - helpbox: fix display of text after scroll; thx to DboxOldie 2017-02-09 08:29:07 +01:00
GetAway
a62d5b7c8e make the webtv directory configurable 2017-02-09 08:22:43 +01:00
Stefan Seyfried
0f4e6298c8 fontrenderer: add hack to work around broken fullBG code 2017-02-09 00:01:50 +01:00
Stefan Seyfried
cb3710eaed fb_generic: remove unused VT switching / restoring code 2017-02-09 00:01:08 +01:00
Stefan Seyfried
ec1f030393 fb_accel: add TripleDragon framebuffer code 2017-02-08 23:53:54 +01:00
Stefan Seyfried
2c01510266 fb_generic: open device O_CLOEXEC, better diagnostic output 2017-02-08 23:38:00 +01:00
Stefan Seyfried
7e9dddeabd fb_generic: make paintLine virtual 2017-02-08 23:37:19 +01:00
Thilo Graf
622e7a4dd2 CScreenSaver: ensure full cleanup of infoclock after stopped screensaver
This provokes re init of info clock.
2017-02-07 17:12:25 +01:00
Thilo Graf
95de68c5a5 CTextBox: compare condition for text render more precisely 2017-02-07 17:12:25 +01:00
Thilo Graf
9f7605127a Helpbox: fix missing text after page repaint 2017-02-07 17:12:25 +01:00
Thilo Graf
06fa3f2488 CComponentsForm: move slots into base classes
Usable for all form classes
2017-02-07 17:12:25 +01:00
Thilo Graf
e4d0abc7dc signals: reduce multiple includes for sigc++/bind.h 2017-02-07 17:12:25 +01:00
svenhoefer
aed22b3788 - hdd_menu: fix c/p error 2017-02-06 23:21:01 +01:00
svenhoefer
d925655c3b - flashtool: allow type U (update-package) 2017-02-06 21:53:51 +01:00
TangoCash
fb5ab7f9ec fix pre and post times, set menuentry for unavailable boxes inactiv 2017-02-06 21:11:20 +01:00
TangoCash
22b0248d70 dont ask which box, if just one is present. 2017-02-06 21:11:06 +01:00
svenhoefer
0411359866 - hdd_menu: fix hd-idle/hdparm logic; fix small memleaks 2017-02-06 21:09:42 +01:00
Stefan Seyfried
5f5369b7ad reduce impact of zapit/frontend_c.h header
down from ~217 files to ~57...
2017-02-06 01:26:43 +01:00
Stefan Seyfried
3cbfacc360 reduce impact of driver/pictureviewer.h header file
before, more than 175 files depended on it, now it's about 35
2017-02-06 00:52:16 +01:00
Stefan Seyfried
05d4017b36 fb_accel: add backend for GL framebuffer 2017-02-06 00:15:37 +01:00
Stefan Seyfried
9fffbef19d fb_accel: add accelerated framebuffer for Nevis GXA chips 2017-02-05 23:03:22 +01:00
Stefan Seyfried
7504fe264e neutrino: initialize api before setting up framebuffer 2017-02-05 22:55:00 +01:00
Stefan Seyfried
f372d56e41 fb_generic: fix blit2FB call 2017-02-05 22:50:23 +01:00
Stefan Seyfried
e56fde4082 framebuffer: add accelerator for STi framebuffer
also add a generic helper class for other accelerated
framebuffer implementations
2017-02-05 21:35:52 +01:00
Stefan Seyfried
2d57ea34f4 fb_generic: nicer debug output, remove dead code 2017-02-05 20:45:13 +01:00
M. Liebmann
7d5cbea37d movieplayer: Fix display filetime 2017-02-05 20:04:33 +01:00
Stefan Seyfried
257ffd9ee3 fb_generic: add fb_name member to identify fb implementation 2017-02-05 19:53:29 +01:00
Stefan Seyfried
6a2b59015b move gui/color.h includes from headers to cpp files 2017-02-05 19:50:05 +01:00
Stefan Seyfried
b767d1ef41 fb_generic: add pointer for double-buffered fb 2017-02-05 18:04:15 +01:00
Stefan Seyfried
1034642093 fb_generic: remove all hardware specific code 2017-02-05 15:22:22 +01:00
Stefan Seyfried
ceb82a4b47 fb_generic: add stuff needed for compilation 2017-02-05 15:02:20 +01:00
Stefan Seyfried
3256978c58 start modularizing framebuffer acceleration architecture
This is just copied framebuffer.{h,cpp} => fb_generic.{h,cpp}
The idea is to implement CFrameBuffer as generic framebuffer class that
does work on almost every hardware without acceleration and / or
hardware dependencies.
CFbAccel will be a derived class (and different on many architectures)
which implements the accelerated functions.
This does not yet compile, verbatim copies to track development history.
2017-02-05 14:49:41 +01:00
Stefan Seyfried
9082ddf287 replace fontrenderer.h include with forward declaration
in order to flatten the build dependency tree further, include
fontrenderer.h directly where needed, in header files a forward
declaration is enough
2017-02-05 13:37:53 +01:00
Stefan Seyfried
63b6efd1f5 replace framebuffer.h include with forward declaration
instead of including framebuffer.h almost everywhere, replace it with
class CFrameBuffer forward declarations and/or generic system includes.
Add a hack to define fb_pixel_t to config.h (one reason for
framebuffer.h includes was the fb_pixel_t define)
2017-02-05 13:05:07 +01:00
Stefan Seyfried
dcd9b982ad remove unused fader.h 2017-02-05 10:20:08 +01:00
Stefan Seyfried
2cf2a3ed52 flashtool: make CFlashVersionInfo robust against invalid input 2017-02-04 12:12:27 +01:00
Stefan Seyfried
6525d1164a add --enable-fastscan configure option
The #define in src/gui/scan_setup.h did not work (undefining
ENABLE_FASTSCAN caused really strange side effects wrt background
scanning in standby mode), and all the unused code was still built.
With this configure option, people who really want this obscure feature
can enable it for their builds.
2017-02-04 12:09:47 +01:00
Stefan Seyfried
ffa3fdd6c8 framebuffer/configure: remove unused --restore-prev-mode
this is unused, untested and most likely not working at all
2017-02-04 11:35:05 +01:00
M. Liebmann
dccb6ba8f2 configure.ac: Fix freetype check 2017-02-04 10:55:34 +01:00