Commit Graph

14267 Commits

Author SHA1 Message Date
vanhofen
a04c372c02 simplify more includes of compatibility headers
Origin commit data
------------------
Commit: 6fd6de31ad
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-22 (Sat, 22 Dec 2018)

Origin message was:
------------------
- simplify more includes of compatibility headers
2018-12-22 09:24:03 +01:00
vanhofen
b821155c6c webtv/xmltv: add remote hostname as group prefix to see where the stream is come from
Origin commit data
------------------
Commit: 3d669081fd
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-21 (Fri, 21 Dec 2018)

Origin message was:
------------------
- webtv/xmltv: add remote hostname as group prefix to see where the stream is come from
2018-12-21 23:50:26 +01:00
vanhofen
6622c995a9 move compatibility headers to /lib/hardware
Origin commit data
------------------
Commit: 651a56aab8
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-21 (Fri, 21 Dec 2018)

Origin message was:
------------------
- move compatibility headers to /lib/hardware
2018-12-21 22:30:34 +01:00
vanhofen
32abb44300 timerlist: fix yellow on/off behaviour when back item is selected
Origin commit data
------------------
Commit: 551f9963a9
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-20 (Thu, 20 Dec 2018)

Origin message was:
------------------
- timerlist: fix yellow on/off behaviour when back item is selected
2018-12-20 23:18:10 +01:00
vanhofen
c6a9fc33c5 pictureviewer: more string replacements for eventlogo in GetLogoName()
Origin commit data
------------------
Commit: 74833dfa47
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)

Origin message was:
------------------
- pictureviewer: more string replacements for eventlogo in GetLogoName()
2018-12-18 22:21:14 +01:00
vanhofen
fce9e8f5d9 neutrino: create new neccessary user directories
Origin commit data
------------------
Commit: 0387d4b159
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)

Origin message was:
------------------
- neutrino: create new neccessary user directories
2018-12-18 00:47:41 +01:00
vanhofen
ea417f55b9 pictureviewer: massively simplify GetLogoName() function
Origin commit data
------------------
Commit: 90545ad4fb
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)

Origin message was:
------------------
- pictureviewer: massively simplify GetLogoName() function
2018-12-18 00:19:35 +01:00
vanhofen
b6f8067656 lcd4l: use GetLogoName() function from pictureviewer
Origin commit data
------------------
Commit: 3db180f75b
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)

Origin message was:
------------------
- lcd4l: use GetLogoName() function from pictureviewer
2018-12-18 00:19:35 +01:00
vanhofen
50dd8ff34c pictureviewer: add support for g_settings.lcd4l_logodir to GetLogoName() function
Origin commit data
------------------
Commit: f9cd35290a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)

Origin message was:
------------------
- pictureviewer: add support for g_settings.lcd4l_logodir to GetLogoName() function
2018-12-18 00:19:35 +01:00
vanhofen
e1877ac7c0 introduce eventlogos (e.g. tagesschau.png for Tagesschau)
Eventlogo name is created from lowercase event name. Sspaces are replaced by "-".
 So an event called "American Dad" needs a logo called "american-dad.png".

 Eventlogo must be located in a subdir called "/events" in the logo directories.

 The search is working backwards through the eventname like this:

 "/var/tuxbox/icons/logo/events/american-dad.jpg"
 "/var/tuxbox/icons/logo/events/american-da.jpg"
 "/var/tuxbox/icons/logo/events/american-d.jpg"
 "/var/tuxbox/icons/logo/events/american-.jpg"
 "/var/tuxbox/icons/logo/events/american.jpg"
 "/var/tuxbox/icons/logo/events/america.jpg"
 "/var/tuxbox/icons/logo/events/americ.jpg"
 "/var/tuxbox/icons/logo/events/ameri.jpg"
 "/var/tuxbox/icons/logo/events/amer.jpg"
 "/var/tuxbox/icons/logo/events/ame.jpg"
 "/var/tuxbox/icons/logo/events/am.jpg"
 "/var/tuxbox/icons/logo/events/a.jpg"

 First hit is used. If no eventlogo was found, the wellknown channellogos are used.
 Be carefull with the naming of the eventlogos. A logo named "a.png" will be used
 for all events starting with an A.


Origin commit data
------------------
Commit: 4275fabed6
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)

Origin message was:
------------------
- introduce eventlogos (e.g. tagesschau.png for Tagesschau)

 Eventlogo name is created from lowercase event name. Sspaces are replaced by "-".
 So an event called "American Dad" needs a logo called "american-dad.png".

 Eventlogo must be located in a subdir called "/events" in the logo directories.

 The search is working backwards through the eventname like this:

 "/var/tuxbox/icons/logo/events/american-dad.jpg"
 "/var/tuxbox/icons/logo/events/american-da.jpg"
 "/var/tuxbox/icons/logo/events/american-d.jpg"
 "/var/tuxbox/icons/logo/events/american-.jpg"
 "/var/tuxbox/icons/logo/events/american.jpg"
 "/var/tuxbox/icons/logo/events/america.jpg"
 "/var/tuxbox/icons/logo/events/americ.jpg"
 "/var/tuxbox/icons/logo/events/ameri.jpg"
 "/var/tuxbox/icons/logo/events/amer.jpg"
 "/var/tuxbox/icons/logo/events/ame.jpg"
 "/var/tuxbox/icons/logo/events/am.jpg"
 "/var/tuxbox/icons/logo/events/a.jpg"

 First hit is used. If no eventlogo was found, the wellknown channellogos are used.
 Be carefull with the naming of the eventlogos. A logo named "a.png" will be used
 for all events starting with an A.
2018-12-18 00:19:35 +01:00
vanhofen
b4d591ff3a pictureviewer: just small code formatting changes in GetLogoName()
Origin commit data
------------------
Commit: c0bcdffbb9
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)

Origin message was:
------------------
- pictureviewer: just small code formatting changes in GetLogoName()
2018-12-18 00:19:35 +01:00
TangoCash
51ea8c94bb add special logo names support
Origin commit data
------------------
Commit: 8915440aa6
Author: TangoCash <eric@loxat.de>
Date: 2018-12-18 (Tue, 18 Dec 2018)
2018-12-18 00:19:35 +01:00
vanhofen
dd03ca7547 use new edit icon in several headers
Origin commit data
------------------
Commit: a96e1d3ccd
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- use new edit icon in several headers
2018-12-16 02:15:58 +01:00
vanhofen
9df49ac8f8 icons: add new edit icon
Origin commit data
------------------
Commit: 64d3067fbb
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- icons: add new edit icon
2018-12-16 02:15:58 +01:00
vanhofen
d156597a30 timerlist: remove obsolete old code
Origin commit data
------------------
Commit: 153fe0cf38
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- timerlist: remove obsolete old code
2018-12-16 01:17:01 +01:00
vanhofen
311cbca9ba fix latest key changes (KEY_EXIT => KEY_HOME)
Origin commit data
------------------
Commit: a4918cdca8
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- fix latest key changes (KEY_EXIT => KEY_HOME)
2018-12-16 01:17:01 +01:00
vanhofen
e4549f564d data: move config data to new config subdir
Origin commit data
------------------
Commit: cbdedb7103
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- data: move config data to new config subdir
2018-12-16 01:17:01 +01:00
vanhofen
2fff0e7ff2 data: move zapit data to new zapit subdir
Origin commit data
------------------
Commit: bfb54df79c
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- data: move zapit data to new zapit subdir
2018-12-16 01:17:01 +01:00
vanhofen
6be42e752d timerlist: speed up loop when remote box is offline
Origin commit data
------------------
Commit: ab47d6bb1a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- timerlist: speed up loop when remote box is offline
2018-12-16 01:17:01 +01:00
vanhofen
8e33547e37 timerlist: fix return from RemoteBoxSelect() when no item is choosed
Origin commit data
------------------
Commit: 755fe81d8c
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- timerlist: fix return from RemoteBoxSelect() when no item is choosed
2018-12-16 01:17:01 +01:00
vanhofen
61febf5dad menu: add possibility to get action state of menu widget
Origin commit data
------------------
Commit: 48b5f1a1f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- menu: add possibility to get action state of menu widget
2018-12-16 01:17:01 +01:00
vanhofen
01e451ce84 timerlist: allow to enable/disable remote boxes
Origin commit data
------------------
Commit: 5b0ad234cd
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- timerlist: allow to enable/disable remote boxes
2018-12-16 01:17:00 +01:00
vanhofen
9253bacf7f zapit: remove obsolete data directory
Origin commit data
------------------
Commit: 7bb43ee9ed
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-16 (Sun, 16 Dec 2018)

Origin message was:
------------------
- zapit: remove obsolete data directory
2018-12-16 01:17:00 +01:00
vanhofen
ac2bb756f5 fix install of myservices.xml; was in wrong directory
Origin commit data
------------------
Commit: 095607d3eb
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-12 (Wed, 12 Dec 2018)

Origin message was:
------------------
- fix install of myservices.xml; was in wrong directory
2018-12-12 17:56:59 +01:00
vanhofen
2e5361c669 cc_frm_header: re-add offet to header caption; ...
this fixes ofset on right side for very long header captions


Origin commit data
------------------
Commit: 0a926ca5a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-11 (Tue, 11 Dec 2018)

Origin message was:
------------------
- cc_frm_header: re-add offet to header caption; ...

this fixes ofset on right side for very long header captions
2018-12-11 23:08:24 +01:00
vanhofen
8960bcdc84 locale: better hint for lcd4l_logodir
Origin commit data
------------------
Commit: d1561113e3
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-11 (Tue, 11 Dec 2018)

Origin message was:
------------------
- locale: better hint for lcd4l_logodir
2018-12-11 22:15:11 +01:00
vanhofen
11b7f4f26f neutrino: better default directory for g_settings.lcd4l_logodir
Origin commit data
------------------
Commit: 26eecd577c
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-11 (Tue, 11 Dec 2018)

Origin message was:
------------------
- neutrino: better default directory for g_settings.lcd4l_logodir
2018-12-11 22:15:11 +01:00
vanhofen
02747685f5 lcd4l-setup: just code reformatting (using astyle)
Origin commit data
------------------
Commit: adeb6c8248
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-11 (Tue, 11 Dec 2018)

Origin message was:
------------------
- lcd4l-setup: just code reformatting (using astyle)
2018-12-11 22:15:11 +01:00
GetAway
c13e682b8e epgview.cpp: fix recalculation of several heights
Origin commit data
------------------
Commit: 95b1472bde
Author: GetAway <get-away@t-online.de>
Date: 2018-12-11 (Tue, 11 Dec 2018)
2018-12-11 22:15:05 +01:00
Thilo Graf
7261c5f12d navibar.cpp: fix possible overpaint of text after repaint with new content
Origin commit data
------------------
Commit: fcd69495e1
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-10 (Mon, 10 Dec 2018)
2018-12-10 22:37:05 +01:00
Thilo Graf
7a79e99d53 cc_draw.cpp/h: move more methodes into cpp file
clean up


Origin commit data
------------------
Commit: c8716f5b39
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-10 (Mon, 10 Dec 2018)
2018-12-10 22:37:05 +01:00
Thilo Graf
aed5eeb242 src/gui/widget/hintbox.cpp: connect OnTimer slot only if is still empty
Prevent multiple connections to slot. Only to be sure.


Origin commit data
------------------
Commit: eb209de47a
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-10 (Mon, 10 Dec 2018)
2018-12-10 22:37:05 +01:00
Thilo Graf
d105a3a347 cc_item.cpp/cc_detailsline.cpp: clean up and simplify fblayer init
use v_fbdata.push_back() for direct fill with contents, reduced effort


Origin commit data
------------------
Commit: fb52b334bd
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
2018-12-08 23:15:13 +01:00
Thilo Graf
d5e8dcab0a cc_item.cpp/h: move getPageNumber() into cpp file
clean up


Origin commit data
------------------
Commit: 020c52c5c4
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
2018-12-08 23:15:13 +01:00
Thilo Graf
2cde823672 cc_draw.cpp/h: move position members into cpp file
clean up


Origin commit data
------------------
Commit: 7272f0c3b1
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
2018-12-08 23:15:13 +01:00
Thilo Graf
9c3991a4e4 CTextBox: move setTextRenderModeFullBG() into cpp file.
Origin commit data
------------------
Commit: e7f49dbfec
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
2018-12-08 23:15:13 +01:00
Thilo Graf
3540d1d23a cc_draw.cpp: remove consequently all possible pixbuf contents
This should enusre a clean content for all fbdata.pixbuf parts.


Origin commit data
------------------
Commit: 82c91c00f0
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
2018-12-08 23:15:13 +01:00
Thilo Graf
89a11cdaef neutrino.h: add signal OnShutDown
was missed in context with similar OnBeforeRestart


Origin commit data
------------------
Commit: 5e0137f8a6
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
2018-12-08 23:15:13 +01:00
Thilo Graf
cbf5047add CTextBox: move enableBackgroundPaint() into cpp file
partial cleanup


Origin commit data
------------------
Commit: 9f4a4cea12
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
2018-12-08 23:15:13 +01:00
Thilo Graf
02dce448bd clean up: remove unnecessary virtual declarations from cc classes
Origin commit data
------------------
Commit: 6660f9835f
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
2018-12-08 23:15:13 +01:00
Thilo Graf
da94c332c3 cc_draw.cpp: remove variable cc_fbdata_t& fbdata
Try to avoid som possible data races.


Origin commit data
------------------
Commit: 06001dad46
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
2018-12-08 23:15:13 +01:00
Thilo Graf
da5ed95fbe cc_draw.cpp: call blitBox2FB() only if checkFbArea() was true
This should prevent pass corrupted parameters for blitBox2FB().


Origin commit data
------------------
Commit: a63c6aa5ba
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
2018-12-08 23:15:13 +01:00
GetAway
2fc8a08849 Y_Blocks.txt: add keys to yweb rcu for bre2ze4k thx bazi98
Origin commit data
------------------
Commit: 417f14f370
Author: GetAway <get-away@t-online.de>
Date: 2018-12-06 (Thu, 06 Dec 2018)
2018-12-06 21:47:06 +01:00
vanhofen
a57e6a66a4 cables.xml: update KD - Offensive 2012; thx to Detlef from NI-Board
Origin commit data
------------------
Commit: 96b28ec420
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-06 (Thu, 06 Dec 2018)

Origin message was:
------------------
- cables.xml: update KD - Offensive 2012; thx to Detlef from NI-Board
2018-12-06 16:07:04 +01:00
GetAway
a6068ecb02 rcinput: use translation for some keys
Origin commit data
------------------
Commit: f633ff3b96
Author: GetAway <get-away@t-online.de>
Date: 2018-12-05 (Wed, 05 Dec 2018)
2018-12-05 23:15:54 +01:00
GetAway
98ee9d7ec0 keybind_setup.cpp: fix warning
Origin commit data
------------------
Commit: dba61a60c0
Author: GetAway <get-away@t-online.de>
Date: 2018-12-05 (Wed, 05 Dec 2018)
2018-12-05 23:15:44 +01:00
GetAway
7d6a79b6ed keybind_setup.cpp: fix menu special keys
Origin commit data
------------------
Commit: b83c316907
Author: GetAway <get-away@t-online.de>
Date: 2018-12-04 (Tue, 04 Dec 2018)
2018-12-05 00:12:48 +01:00
GetAway
465082b768 rcsim: format helpscreen; bump version 1.2
Origin commit data
------------------
Commit: 1e5e2349bb
Author: GetAway <get-away@t-online.de>
Date: 2018-12-02 (Sun, 02 Dec 2018)
2018-12-02 23:27:08 +01:00
GetAway
fcd8e7171b yWeb: fix RC Button V-Format for BRE2ZE4K
Origin commit data
------------------
Commit: 1e5438386a
Author: GetAway <get-away@t-online.de>
Date: 2018-12-02 (Sun, 02 Dec 2018)
2018-12-02 23:27:08 +01:00
GetAway
9853c6e920 rcinput: fix RC_mode for BRE2ZE4K
Origin commit data
------------------
Commit: e6abf949e6
Author: GetAway <get-away@t-online.de>
Date: 2018-12-02 (Sun, 02 Dec 2018)
2018-12-02 23:27:08 +01:00