Commit Graph

8134 Commits

Author SHA1 Message Date
Jacek Jendrzej
a05d03b02c movieplayer dont chache last realurl for lua script
Origin commit data
------------------
Commit: e111bf7418
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-26 (Thu, 26 Jan 2017)
2017-01-26 11:55:06 +01:00
vanhofen
70c0b2ae5e CTextBox::refreshText: Fix flags for RenderString() v2.0; thx to DboxOldie
Origin commit data
------------------
Commit: 4cfff44e29
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-24 (Tue, 24 Jan 2017)
2017-01-24 14:41:30 +01:00
GetAway
1f5f55c337 gcc-6.2 compil fixes
Origin commit data
------------------
Commit: b5138018b5
Author: GetAway <get-away@t-online.de>
Date: 2017-01-21 (Sat, 21 Jan 2017)
2017-01-21 14:01:05 +01:00
GetAway
dad4073c4b fix -Werror=misleading-indentation with newer compiler
Origin commit data
------------------
Commit: f4e334fa09
Author: GetAway <get-away@t-online.de>
Date: 2017-01-21 (Sat, 21 Jan 2017)
2017-01-21 13:58:15 +01:00
Michael Liebmann
4e954b5023 CTextBox::refreshText: Fix flags for RenderString()
Origin commit data
------------------
Commit: e5ab37c387
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
2017-01-20 10:36:00 +01:00
Jacek Jendrzej
7a5f8ac1df src/gui/movieplayer.cpp try to fix livestreamInfo
Origin commit data
------------------
Commit: 2abdd1143e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-13 (Fri, 13 Jan 2017)
2017-01-13 18:59:56 +01:00
Jacek Jendrzej
d4224c2764 fix readepg from sectionsdcontrol :supplement to 02f848ab9a new try
Origin commit data
------------------
Commit: 31325875db
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-11 (Wed, 11 Jan 2017)

Origin message was:
------------------
fix readepg from sectionsdcontrol :supplement to 02f848ab9a new try
2017-01-11 22:15:36 +01:00
Thilo Graf
862f212214 CHintBox: add possibility to left hintbox with RC_up and RC_down
RC_up and RC_down are used for text scroll, but most message texts
are small and no scroll mode is required. In case of large texts
it should falling back to scroll mode.


Origin commit data
------------------
Commit: 1d8de839d5
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)
2017-01-11 11:32:32 +01:00
Thilo Graf
db337a9a4d CComponentsFrmClock: add missing reinit
Origin commit data
------------------
Commit: 002cc4c74e
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-09 (Mon, 09 Jan 2017)
2017-01-09 21:28:59 +01:00
Thilo Graf
c2f6fc5539 CComponentsFrmClock: disable digit height
Using of digit height is not really required here.
eg. better centering


Origin commit data
------------------
Commit: d0aa901d70
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-09 (Mon, 09 Jan 2017)
2017-01-09 20:47:46 +01:00
Marc Szymkowiak
7741cb2a3e add entry to load saved epg data manual
Origin commit data
------------------
Commit: 9b2a0d4414
Author: Marc Szymkowiak <marc.szymkowiak91@googlemail.com>
Date: 2017-01-09 (Mon, 09 Jan 2017)
2017-01-09 19:39:30 +01:00
Thilo Graf
c310f69985 CVolumeHelper: fix info clock position after changed clock osd settings
After increased clock height settings, position of infoclock was wrong.
Old font instance and old width were not changed related to new instance.

TODO: 	It works but procedure with helper class seems is rather elaborate
	and should be thoroughly revised.
	I recommend callbacks via native type save signal/slot handler.


Origin commit data
------------------
Commit: 236ca53954
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-08 (Sun, 08 Jan 2017)
2017-01-08 15:03:25 +01:00
Thilo Graf
0a8605fbd4 CComponentsFrmClock/CInfoClock: simplify font init
Origin commit data
------------------
Commit: ffeb2d6459
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-08 (Sun, 08 Jan 2017)
2017-01-08 14:39:38 +01:00
Thilo Graf
91d2fa8784 CHintBox: add overloaded version of setMsgText() with locale parameter
Origin commit data
------------------
Commit: c60accaeae
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-04 (Wed, 04 Jan 2017)
2017-01-05 22:53:47 +01:00
Thilo Graf
8bd51fae47 CHintBox/CMsgBox: reduce minimal dimensions
Better display for smaller texts.


Origin commit data
------------------
Commit: 10523d8ad4
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-04 (Wed, 04 Jan 2017)
2017-01-05 22:53:44 +01:00
Thilo Graf
8d6fb1e022 CComponentsFooter: optimize button position and size
Buttons are now smaller so it should be enough, to center only, if not
please report.


Origin commit data
------------------
Commit: a9b8b22339
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-05 (Thu, 05 Jan 2017)
2017-01-05 22:53:31 +01:00
Thilo Graf
da941689f0 CComponentsFooter: fix default button font type
Deafult buttonfont is FONT_TYPE_BUTTON_TEXT not FONT_TYPE_MENU_FOOT


Origin commit data
------------------
Commit: 60a77d38b3
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-03 (Tue, 03 Jan 2017)
2017-01-05 22:19:18 +01:00
Thilo Graf
35166dadce CComponentsButton: try to fix fallback for font size
Some conditions were not catched.


Origin commit data
------------------
Commit: a5d2c2cb1d
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-03 (Tue, 03 Jan 2017)
2017-01-05 22:19:18 +01:00
Thilo Graf
0a64983cb0 CBEChannelWidget/CBEBouquetWidget: use explicit footer font
Default button font type in footer is button text type and not footer font.
Faces of buttons are still disabled and not visible here,
therefore this should be ok at the moment.


Origin commit data
------------------
Commit: 753cfda243
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-05 (Thu, 05 Jan 2017)
2017-01-05 22:19:18 +01:00
Thilo Graf
18b9d54586 CComponentsButton: fix height comparsion
comparsion with itself


Origin commit data
------------------
Commit: 4a03eb6980
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-05 (Thu, 05 Jan 2017)
2017-01-05 22:19:18 +01:00
Thilo Graf
eb7d16a32a fontrenderer.cpp: Use additional percentage height offset.
Different font types could have different glyph heights,
Therfore static values seems not really senseful.
eg. chars like ÄÁÂÅÈÉÊËÌÍÎÏÑÒÓÕÖÙÛÜÝ could paint over defined height,

Note: 	However, depending of implementations, the font image may change.
	Most likely this must be adapted to some parts.


Origin commit data
------------------
Commit: 3ecb94fc21
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-01 (Sun, 01 Jan 2017)
2017-01-05 22:19:18 +01:00
Thilo Graf
932a0c5b8f CMovieBrowser: fix possible compiler warning
-misleading-indentatio


Origin commit data
------------------
Commit: 64b2f94dd7
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-05 (Thu, 05 Jan 2017)
2017-01-05 22:19:08 +01:00
Thilo Graf
5afde73788 CNeutrinoApp: try to fix display intro settings message
Message was not really visible on startup. Contents of InitZapper()
seems to have prevented this.


Origin commit data
------------------
Commit: 5014a272e5
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-05 (Thu, 05 Jan 2017)
2017-01-05 22:19:05 +01:00
Michael Liebmann
62fd71bc1c src/driver/pictureviewer/png.cpp: Fix -Wclobbered compiler warning
Origin commit data
------------------
Commit: 617075c30e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-03 (Tue, 03 Jan 2017)
2017-01-03 16:45:16 +01:00
Jacek Jendrzej
48294595d4 src/timerd/timermanager.cpp dont unlock on other errors
Origin commit data
------------------
Commit: 950963146a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-03 (Tue, 03 Jan 2017)
2017-01-03 15:56:58 +01:00
Jacek Jendrzej
8f876c1d68 src/eitd/edvbstring.cpp init array
Origin commit data
------------------
Commit: 80728520f6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-03 (Tue, 03 Jan 2017)
2017-01-03 15:38:04 +01:00
vanhofen
443825acb5 infoviewer_bb: use OFFSET defines in getBBIconInfo()
Origin commit data
------------------
Commit: b48c657991
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-02 (Mon, 02 Jan 2017)

Origin message was:
------------------
- infoviewer_bb: use OFFSET defines in getBBIconInfo()
2017-01-02 23:51:12 +01:00
Michael Liebmann
464315a931 src/driver/pictureviewer/png.cpp: Add support for gray scale PNGs...
...with alpha channel


Origin commit data
------------------
Commit: 79d9b88ae1
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-01 (Sun, 01 Jan 2017)
2017-01-01 23:09:54 +01:00
Thilo Graf
a1356ceff6 CComponentsButton: try to fix font size in buttons
Some text in button chains had different font sizes. To see in some
Messageboxes.


Origin commit data
------------------
Commit: b335408913
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-29 (Thu, 29 Dec 2016)
2016-12-30 20:33:26 +01:00
Thilo Graf
476641a626 CComponentsHeader/CComponentsFooter: prevent crash on changed font settings
Default fonts for header and footer must be handled too.
After font settings changes these objects could be invalid.
Default fonts have invalid pointers after font changes too. Extra reset is required.


Origin commit data
------------------
Commit: b98319cb91
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-29 (Thu, 29 Dec 2016)
2016-12-30 20:33:26 +01:00
Thilo Graf
7072471b76 CComponentsWindow: use FONT_TYPE_BUTTON_TEXT instead FONT_TYPE_MENU_FOOT
Buttton text is not the same like footer text.


Origin commit data
------------------
Commit: 6a3b07152f
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-29 (Thu, 29 Dec 2016)
2016-12-30 20:33:26 +01:00
Thilo Graf
ddb8e2f397 CComponentsTimer: try to fix possible uncanceled thread
Origin commit data
------------------
Commit: e9122fbc4b
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-29 (Thu, 29 Dec 2016)
2016-12-30 20:33:26 +01:00
Thilo Graf
4e593fbc79 settings: add explicit button font
Fonts for menu foot and button font are not not necessarily the same thing.

TODO: locales


Origin commit data
------------------
Commit: 65ac231940
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-29 (Thu, 29 Dec 2016)
2016-12-30 20:33:26 +01:00
Thilo Graf
64e72db3a4 CComponentsHeader: declare l_font, s_font as global
Useful for init in header sub classes. So its possible to use
other prefined size mode fonts


Origin commit data
------------------
Commit: 4cdae3fdf6
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-27 (Tue, 27 Dec 2016)
2016-12-30 20:33:26 +01:00
Thilo Graf
de7feba890 CComponentsButton: rename cc_btn_capt -> cc_btn_text
More plausible


Origin commit data
------------------
Commit: 2889fbd70d
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-29 (Thu, 29 Dec 2016)
2016-12-30 20:33:26 +01:00
Jacek Jendrzej
76f9f672a4 supplement to 0bfddb0ffd
Origin commit data
------------------
Commit: df89326f60
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-12-30 (Fri, 30 Dec 2016)
2016-12-30 17:04:11 +01:00
vanhofen
b01bea3f85 streaminfo2: just code cosmetics; no binary changes
Origin commit data
------------------
Commit: db06238cd5
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-30 (Fri, 30 Dec 2016)

Origin message was:
------------------
- streaminfo2: just code cosmetics; no binary changes
2016-12-30 08:22:24 +01:00
Jacek Jendrzej
542feb926c some dead assignment
Origin commit data
------------------
Commit: c0564ec574
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-12-29 (Thu, 29 Dec 2016)
2016-12-29 18:51:06 +01:00
Jacek Jendrzej
bffd81375a some dead assignment
Origin commit data
------------------
Commit: 0ed24632b7
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-12-29 (Thu, 29 Dec 2016)
2016-12-29 18:41:25 +01:00
Jacek Jendrzej
73efa6256b src/timerd/timermanager.cpp fix double locking
Origin commit data
------------------
Commit: e88eeb61cd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-12-29 (Thu, 29 Dec 2016)
2016-12-29 16:18:13 +01:00
Jacek Jendrzej
0bfddb0ffd src/zapit/src/fastscan.cpp avoid out of bounds
Origin commit data
------------------
Commit: 853c0d1b68
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-12-29 (Thu, 29 Dec 2016)
2016-12-29 12:14:21 +01:00
vanhofen
e973c28e0f Revert "- moviebrowser: fix crash; disable non-existing movie directories"
This reverts commit 454aaa159d, because
this forces user to re-enable these directories manually.


Origin commit data
------------------
Commit: 95c619ad88
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-29 (Thu, 29 Dec 2016)
2016-12-29 00:47:35 +01:00
vanhofen
ff22643691 themes: allow progressbar-settings in themes
Origin commit data
------------------
Commit: 888bfb6687
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-29 (Thu, 29 Dec 2016)

Origin message was:
------------------
- themes: allow progressbar-settings in themes
2016-12-29 00:47:34 +01:00
Thilo Graf
dcaef3e666 CStringInput: unify init handler inside constructors, fix message title
Alternative solution for: remove possible display of NONEXISTANT_LOCALE
40151669ef

Locales are used for setting keys and passed with notifies for
observer objects. It seems this is not really a good idea in some
constellations.


Origin commit data
------------------
Commit: 8dc96ec830
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-27 (Tue, 27 Dec 2016)
2016-12-27 18:25:43 +01:00
Thilo Graf
033d96cd2f Revert "CStringInput: remove possible display of NONEXISTANT_LOCALE"
This reverts commit 40151669ef.

Conflicts:
	src/gui/widget/stringinput.cpp


Origin commit data
------------------
Commit: b9eeaf74dc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-27 (Tue, 27 Dec 2016)
2016-12-27 18:18:00 +01:00
Thilo Graf
60ed437f3e CComponentsTimer: disconnecting slots before stop timer thread, show error
Disconnecting of slots before stop threads ensures disconnecting
also on thread errors and keeps timer slots clear.


Origin commit data
------------------
Commit: 3cd509aa2d
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-27 (Tue, 27 Dec 2016)
2016-12-27 18:18:00 +01:00
Thilo Graf
5f4aa39993 CMsgBox: remove debug output
Not longer required.


Origin commit data
------------------
Commit: 26ec29dc79
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-25 (Sun, 25 Dec 2016)
2016-12-27 18:18:00 +01:00
vanhofen
798f41e70a osd-setup: allow higher osd-timeouts; up to 240 sec. now
Origin commit data
------------------
Commit: 6370ceb010
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-27 (Tue, 27 Dec 2016)

Origin message was:
------------------
- osd-setup: allow higher osd-timeouts; up to 240 sec. now
2016-12-27 14:21:29 +01:00
vanhofen
a8addbf455 Revert "fix readepg from sectionsdcontrol"
This reverts commit 02f848ab9a.


Origin commit data
------------------
Commit: 045821729e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-27 (Tue, 27 Dec 2016)
2016-12-27 09:07:19 +01:00
Jacek Jendrzej
d14f65c091 supplement to e74d4b0646
Origin commit data
------------------
Commit: 1372a1aff9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-12-26 (Mon, 26 Dec 2016)
2016-12-26 18:20:35 +01:00