vanhofen
ca20473787
- epgplus: remove obsolete icon calculation
2017-04-08 14:11:28 +02:00
vanhofen
8a09c7a83f
- epgplus: change toggle colors
2017-04-08 14:11:28 +02:00
vanhofen
2371ce0d01
- epgplus: use OFFSET defines
2017-04-08 14:11:28 +02:00
vanhofen
a026813ad3
- epgplus: add separationline to timeline
2017-04-08 14:11:28 +02:00
vanhofen
bfc94ed1bd
- epgplus: use a small dark separation line
2017-04-08 14:11:28 +02:00
vanhofen
a702399c12
- epgplus: change colors in footer
2017-04-08 14:11:28 +02:00
vanhofen
6185f8714e
- epgplus: enlarge channel/event font; scale font to osd-resolution
2017-04-08 14:11:27 +02:00
vanhofen
b38237cbdd
- epgplus: use global paintScrollBar function to paint scrollbar
2017-04-08 14:11:27 +02:00
vanhofen
b9554b40c8
- epgplus: remove obsolete casts
2017-04-08 14:11:27 +02:00
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
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
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
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
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
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
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
Thilo Graf
4eb6a315fc
CComponentsButton: simplify assignment of button message values
...
Count of alternate message values was limited to 1 value. Now it is
possible to add any count of message values.
directKey and directKeyAlt were removed from struct type 'button_label_cc'
and directKeys was added as container for possible message values.
Some methods of CComponentsFooter had to be adapted for that.
2017-03-20 22:55:05 +01:00
Jacek Jendrzej
8516b1662d
fix segfault aufter unbreak msgbox f9b7fca210
2017-03-20 17:40:26 +01:00
svenhoefer
0b629aafc7
- move movieinfo.cpp|h from src/gui to src/driver ...
...
because there are no gui-elements included anymore
2017-03-20 14:30:44 +01:00
M. Liebmann
d2b3a8da68
CNeutrinoApp::InitMenuMain: Fix compiler warning
2017-03-20 00:40:10 +01:00
svenhoefer
b8a97a97ca
- neutrino: just code cosmetics in ExitRun()
2017-03-19 23:50:52 +01:00
svenhoefer
ec6e863e6f
- neutrino: remove unused write_si from ExitRun() function ...
...
and rename retcode to can_shutdown for a better readability
2017-03-19 23:50:52 +01:00