Stefan Seyfried
7fdc4c7178
fb_generic: remove hardware specific #ifdef
2017-02-14 20:01:55 +01:00
Stefan Seyfried
62ee5185b5
acinclude: only set default model to hd1 if boxtype=coolstream
2017-02-14 20:01:55 +01:00
M. Liebmann
56446c358f
screenshot: Workaround for broken osd screenshot with new fb driver...
...
...and 1280x720 resolution.
2017-02-14 16:21:37 +01:00
svenhoefer
145c0d41b4
- set new osd-presets closer to old values; auto-calc screenEnd-values
2017-02-13 22:50:48 +01:00
svenhoefer
6964b62c6f
- fix keywords in strange try-to-detect-bad-config-file if-statement
2017-02-13 21:34:01 +01:00
svenhoefer
9792b47666
- migrate users settings; screen_StartX_crt/lcd -> screen_StartX_crt/lcd_0
2017-02-13 21:21:11 +01:00
M. Liebmann
7b158903f8
neutrino: Add switch osd resolution when supported from hardware
...
- At the moment supported hardware: CS HD2
Currently known problems:
-------------------------
- Display menus after changing resolution (Reboot required)
- Display headers after changing resolution hd => fullhd (Reboot required)
- Display infobar after changing resolution hd => fullhd (Reboot required)
- Screenshot broken (With new driver and set resolution to 1280x720)
2017-02-13 12:51:14 +01:00
M. Liebmann
13a7358e64
neutrino: Upscaling fonts, infoclock and volumebar for full hd
2017-02-13 12:51:14 +01:00
M. Liebmann
88c834221b
CFbAccelCSHD2: Add scaleFont()function for font upscaling when fullhd is aktiv
2017-02-13 12:51:14 +01:00
M. Liebmann
33125aed06
CFbAccelCSHD2::setMode: Update for new framebuffer driver (full hd)
2017-02-13 12:51:14 +01:00
M. Liebmann
9497a3c43a
configure: Add macro ENABLE_CHANGE_OSD_RESOLUTION
...
- macro is default for hd2
- macro can activated for other hardware by
configure option --enable-reschange
2017-02-13 12:51:14 +01:00
Thilo Graf
690ac7c428
CMovieBrowser: vizualize progress for loading of youtube vidoes
2017-02-13 10:05:34 +01:00
Thilo Graf
0aa261d911
cYTFeedParser: add signal OnLoadVideoInfo
...
Required for visualized progress display.
2017-02-13 10:03:38 +01:00
Thilo Graf
2727e3f7f0
CImageInfo: fix y position of infotext
...
Minitv was not considered.
When font size very small, infotext could be overlapping
with minitv window. This should fix this.
2017-02-13 09:09:46 +01:00
Thilo Graf
a907afdc7c
CMovieBrowser: visualize progress during load movies
...
TODO: youtube load
2017-02-13 09:02:43 +01:00
Thilo Graf
45e77707f0
CProgressWindow: add documentation for Doxygen
2017-02-13 09:02:43 +01:00
Thilo Graf
a3c93f4236
CProgressWindow: use using namespace for std and sigc
...
Makes more clearly
2017-02-13 09:02:43 +01:00
Thilo Graf
842c8e79bb
CProgressWindow: add possibility to show progress via signal
2017-02-13 09:02:43 +01:00
Thilo Graf
547238bfdd
CProgressWindow: allow variable max value, allow define dimensions
2017-02-13 09:02:43 +01:00
svenhoefer
4d68318447
- sectionsd: add missing include of system/set_threadname.h
2017-02-12 23:29:32 +01:00
svenhoefer
ba4b67436c
- test_menu: add missing include of gui/components/cc_timer.h
2017-02-12 23:27:18 +01:00
Stefan Seyfried
ec40cf7986
fb_generic: add sanity check and missing mark() to painIcon8
2017-02-12 22:59:11 +01:00
Stefan Seyfried
ff0d98bcc3
streamts: don't overflow receive buffer, better diag message
2017-02-12 22:58:58 +01:00
Stefan Seyfried
7384e2155e
neutrino: move start of standby epgscan forward
...
this avoids that cpufreq is set to standby value before epgscan is
started, resulting in poor performance
2017-02-12 22:57:52 +01:00
Stefan Seyfried
6604178485
remove spurious newlines from debug output
2017-02-12 22:57:32 +01:00
Stefan Seyfried
5188f721c4
set useful thread names for all spawned threads
2017-02-12 22:55:36 +01:00
Stefan Seyfried
6fdd920e42
CComponentsTimer: allow to set a thread name
2017-02-12 22:51:01 +01:00
Stefan Seyfried
58c6dbf469
cc: reduce impact of cc_draw header from 161 to 4 files
2017-02-12 22:50:44 +01:00
Stefan Seyfried
5ca3ccaa5d
getservices: don't update channels if only scrambling changed
2017-02-12 22:50:23 +01:00
Stefan Seyfried
e810bfe30b
zapit: speed up scan by skipping unsupported delivery systems
2017-02-12 22:50:04 +01:00
Stefan Seyfried
1dd47e00c0
fb_generic: initialization and deinitialization fixes
...
* initialize variables locked and cache_size in constructor
* set lfb pointer to NULL after munmap(), fd to -1 after close
* remove unused tty fd close()
2017-02-12 22:49:30 +01:00
Stefan Seyfried
67387a13c6
fb_accel_td: implement setBlendMode/Level
2017-02-12 22:49:14 +01:00
Stefan Seyfried
96f86f974e
sectionsdclient: remove unused scanMode variable
2017-02-12 22:48:55 +01:00
Stefan Seyfried
c14c15ea24
remove unnecessary sectionsdclient.h includes
2017-02-12 22:48:35 +01:00
Stefan Seyfried
2f36a0900c
remove udpstreampes from build, it's unlikely to work anyway
2017-02-12 22:48:11 +01:00
M. Liebmann
73e710a917
configure.ac: bump revision to 3.4.2
2017.2
3.04.02
2017-02-12 17:29:30 +01:00
M. Liebmann
987dbe7f1d
pu/fb-modules: Rename hardware defined macros for coolstream stb
...
BOXMODEL_NEVIS => BOXMODEL_CS_HD1
BOXMODEL_APOLLO => BOXMODEL_CS_HD2
2017-02-12 09:24:51 +01:00
M. Liebmann
0cb26e6e98
Merge branch 'master' into pu/fb-modules
2017-02-12 09:24:08 +01:00
M. Liebmann
0d66899cbd
neutrino: Rename hardware defined macros for coolstream stb
...
BOXMODEL_NEVIS => BOXMODEL_CS_HD1
BOXMODEL_APOLLO => BOXMODEL_CS_HD2
2017-02-12 09:21:04 +01:00
M. Liebmann
bb2a848ae1
configure: Rename hardware defined macros for coolstream stb
...
BOXMODEL_NEVIS => BOXMODEL_CS_HD1
configure parameter: --with-boxmodel=hd1
--with-boxmodel=nevis is deprecated, but still valid
BOXMODEL_APOLLO => BOXMODEL_CS_HD2
configure parameter: --with-boxmodel=hd2
--with-boxmodel=apollo is deprecated, but still valid
2017-02-12 09:21:04 +01:00
Jacek Jendrzej
e15f31fee4
src/driver/pictureviewer/pictureviewer.cpp Picviewer need double image bufferSize for avoid segfault
2017-02-11 21:08:25 +01:00
M. Liebmann
9fdbe0bc68
Merge branch 'master' into pu/fb-modules
2017-02-11 12:01:31 +01:00
svenhoefer
274b117f34
- pluginlist: add default timeout to plugin-output ...
...
to avoid a blocked system. Without timeout all upcoming timers
will be ignored, if user doesn't confirm the plugin-output.
2017-02-11 11:15:09 +01:00
M. Liebmann
81bcddaad1
Merge branch 'master' into pu/fb-modules
2017-02-10 23:26:32 +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
M. Liebmann
db8ea57da2
Merge branch 'master' into pu/fb-modules
2017-02-09 22:58:09 +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
svenhoefer
ad8e6180aa
- avoid configuration mismatch in screen settings
2017-02-09 18:13:19 +01:00
svenhoefer
abb76c2efb
- remove screen_width/height from neutrino.conf; ...
...
it's just for internal usage
2017-02-09 18:13:19 +01:00