vanhofen
f60cffc63d
- epgplus: use RC_epg to exit
2017-04-08 14:11:27 +02:00
vanhofen
8e154f9efc
- epgplus: use RC_help to switch bigfonts; ...
...
This is same key as used in epgview.cpp to switch bigfonts
2017-04-08 14:11:27 +02:00
vanhofen
4394b7752b
- epgplus: use BIGFONT_FACTOT to calculate big fonts
2017-04-08 14:11:27 +02:00
vanhofen
ddd803d8a3
- epgview: move BIGFONT_FACTOR to settings.h
2017-04-08 14:11:27 +02:00
vanhofen
42e47b040b
- epgplus: replace footer fonts with FONT_TYPE_EVENTLIST fonts
2017-04-08 14:11:27 +02:00
vanhofen
13b957204f
- epgplus: replace timeline fonts with FONT_TYPE_EPG_DATE
2017-04-08 14:11:27 +02:00
vanhofen
6f62ccfc1a
- epgplus: remove unused buttons font
2017-04-08 14:11:27 +02:00
vanhofen
d10dbeca5b
- epgplus: use global header font
2017-04-08 14:11:27 +02:00
vanhofen
0eefb083e8
- epgplus: remove annoying gaps
2017-04-08 14:11:27 +02:00
vanhofen
ebc7734ad2
- epgplus: do not toggle text colors
2017-04-08 14:11:27 +02:00
vanhofen
895624b878
- epgplus.cpp: reformat; no binary changes
2017-04-08 14:11:27 +02:00
vanhofen
491efb3a05
- epgplus.h: reformat; no binary changes
2017-04-08 14:11:27 +02:00
M. Liebmann
c8861ea465
Merge branch 'master' into pu/fb-setmode
2017-04-08 08:30:42 +02:00
Thilo Graf
6135a827da
CComponentsItem: disable unused variable
2017-04-08 08:24:41 +02:00
Thilo Graf
47fceca188
CComponentsFooter: add missing member inits
2017-04-08 08:16:05 +02:00
Thilo Graf
3e342a7661
CComponentsHeader: add methode initRepaintSlot() and considered parent
...
Required in sub classes. Considering of parent ensures usage of
required background color in sub classes.
2017-04-08 08:16:01 +02:00
Thilo Graf
62a2a29a12
CCDraw: remove some debug lines, and override comparisons
...
This should reduce some effort in this method.
2017-04-08 08:15:54 +02:00
Thilo Graf
bad5f02c06
CComponentsItem: fix possible artefacts if fb box is smaller the radius
...
If box height/2 is smaller than corner radius it is possible
we have artefacts after killed or hided fb box. This effect only I have seen
with full hd resolution, in hd ready mode it was ok.
Sideeffects with this changes I have not seen, but I can't exclude. Must be watched.
2017-04-08 08:15:49 +02:00
Thilo Graf
c9152beada
CComponentsButton: remove unused member
2017-04-08 08:15:45 +02:00
Thilo Graf
6d45fbb4eb
CCDraw: fix wrong intit values for corners and position
2017-04-08 08:15:41 +02:00
Thilo Graf
511486c404
CComponentsFrmClock: add members to control segment refreshing on interval
...
Refreshing of segments is now enabled on default.
In certain conditions this should be better.
2017-04-07 22:00:33 +02:00
M. Liebmann
1f6555ec46
Merge branch 'master' into pu/fb-setmode
2017-03-31 10:13:10 +02:00
Thilo Graf
83cfd68f88
Lua: try to implement progresswindow
2017-03-31 10:12:35 +02:00
Thilo Graf
a788eee298
LUA-Api: add alignment parameter for text in window header
...
Possible modes are :
* "DEFAULT" (left)
* "CENTER"
* "RIGHT"
TODO: doc
2017-03-31 10:12:35 +02:00
svenhoefer
ffcb1ec609
- neutrino: add fribidi support; ported from mohousch's nhd2
...
This requires libfribidi and a font with arabic or hebrew glyphs.
To build libfribidi add something like this to your makefiles:
FRIBIDI_VER = 0.19.7
$(ARCHIVE)/fribidi-$(FRIBIDI_VER).tar.bz2:
$(WGET) https://fribidi.org/download/fribidi-$(FRIBIDI_VER).tar.bz2
$(D)/libfribidi: $(ARCHIVE)/fribidi-$(FRIBIDI_VER).tar.bz2 | $(TARGETPREFIX)
$(REMOVE)/fribidi-$(FRIBIDI_VER)
$(UNTAR)/fribidi-$(FRIBIDI_VER).tar.bz2
set -e; cd $(BUILD_TMP)/fribidi-$(FRIBIDI_VER); \
$(CONFIGURE) \
--prefix= \
--mandir=/.remove \
--disable-debug \
--disable-deprecated \
--enable-charsets \
--with-glib=no \
; \
$(MAKE); \
$(MAKE) install DESTDIR=$(TARGETPREFIX)
$(REWRITE_PKGCONF) $(PKG_CONFIG_PATH)/fribidi.pc
$(REWRITE_LIBTOOL)/libfribidi.la
$(REMOVE)/fribidi-$(FRIBIDI_VER)
touch $@
If you want to link libfribidi statically add --disable-shared
and --enable-static to configure call.
2017-03-30 23:14:11 +02:00
svenhoefer
923daa87da
- locale: minor changes
2017-03-29 08:11:36 +02:00
M. Liebmann
b612c1f620
Fix videosystem auto mode
2017-03-28 23:56:57 +02:00
M. Liebmann
3c1f2bfe05
fb_accel hd1/hd2: Add fb_accel_cs_hdx.cpp for common functions
...
- Add 'class CFbAccelCSHDx' to fb_accel.h
- Some small code updates
2017-03-28 23:56:57 +02:00
M. Liebmann
9e08f4cb92
lib/libtuxtxt/tuxtxt.cpp: Update for hd1/hd2
2017-03-28 23:56:57 +02:00
M. Liebmann
f7cea75f37
CStreamInfo2: Add new info items
...
- Videosystem
- OSD Resolution
2017-03-28 23:56:57 +02:00
M. Liebmann
40a4ec4262
CFbAccelCSHD[1|2]::setMode(): Insert cVideo::updateOsdScreenInfo()
2017-03-28 23:56:56 +02:00
M. Liebmann
5e00bc5b4c
Merge branch 'master' into pu/fb-setmode
2017-03-28 21:54:01 +02:00
svenhoefer
b945336a79
- jsoncpp: update to current version 1.8.0
...
Use amalgamated src from https://github.com/open-source-parsers/jsoncpp
2017-03-28 21:23:10 +02:00
svenhoefer
78e519f694
Revert "- jsoncpp: update to current version 1.8.0; align Makefile.am"
...
This reverts commit 760a64fc6a
, because
some people has build-problems.
2017-03-28 21:10:27 +02:00
svenhoefer
760a64fc6a
- jsoncpp: update to current version 1.8.0; align Makefile.am
...
Re-split into original files and use original directory structure.
Files are picked from https://github.com/open-source-parsers/jsoncpp
2017-03-28 11:22:41 +02:00
svenhoefer
81078780db
- upnpbrowser: fix neutrino mode while playing audio
2017-03-27 08:11:49 +02:00
svenhoefer
324359d31d
- upnpbrowser: reduce console output in updateTimes()
2017-03-27 08:11:49 +02:00
svenhoefer
f10ecb6667
- upnpbrowser: reduce console output in selectDevice()
2017-03-26 23:31:08 +02:00
M. Liebmann
515ab1fe59
CFbAccelCSHD2::setMode: Fix if ENABLE_CHANGE_OSD_RESOLUTION is not defined
2017-03-23 21:32:48 +01:00
M. Liebmann
ea18657562
src/neutrino.cpp: Simplification EVT_AUTO_SET_VIDEOSYSTEM handling
2017-03-23 21:32:48 +01:00
M. Liebmann
d9ce33a69a
Merge branch 'master' into pu/fb-setmode
2017-03-23 18:58:48 +01:00
Jacek Jendrzej
833a65c9e4
fix needed mem check
2017-03-23 12:43:27 +01:00
svenhoefer
608c092685
- cables.xml: update WTC SN; thanks to Gorcon
2017-03-23 12:23:56 +01:00
M. Liebmann
2a858c628a
Fix videosystem auto mode / osd mode switch in movie player
2017-03-22 14:00:41 +01:00
svenhoefer
e3920273bf
- acinclude.m4: remove more old unused cruft
...
I don't know if CC/CXX-handling is right, but powerpc-tuxbox-linux-gnu
was definitely wrong.
2017-03-22 12:11:26 +01:00
svenhoefer
54ff55dd47
- acinclude.m4: align to neutrino-mp
2017-03-22 12:11:26 +01:00
Stefan Seyfried
216a774343
acinclude: remove old unused cruft
...
remove:
- unused boxtypes, these only give a false sense of support
- unused configure options and associated #defines in config.h
- unused confiugre check macros
2017-03-22 12:11:26 +01:00
M. Liebmann
0cac85205b
Merge branch 'master' into pu/fb-setmode
2017-03-22 01:24:03 +01:00
M. Liebmann
9bc2d9b95e
hd[1|2]/libcoolstream: Update headers for new libcoolstream functions
...
libcoolstream-mt.so version 3.2.0 required
Functions:
- updateOsdScreenInfo()
- GetVideoSystem()
- GetVideoSystemFormatName()
- fbCopy()
- fbFill()
- cs_set_extra_debug()
2017-03-22 01:23:45 +01:00
M. Liebmann
8212746cf1
Merge branch 'master' into pu/fb-setmode
2017-03-20 23:11:33 +01:00