Commit Graph

8596 Commits

Author SHA1 Message Date
Thilo Graf
192655ed15 CComponentsFooter: disable gradient for footers
This is not really completly implemented for footer at the momemnt, because
button objects are still not prepared or tuned for that.

If it is enabled, currently it could occur unintentionally background behavior
eg.: flickereffects or background display errors in button objects.

NOTE: anyway users can enable gradient in theme files and could override this setting.
Now here it is globally disabled for footers. If it works right,
it will be enabled in future.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 427b65813d
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-27 (Sun, 27 Nov 2016)

Origin message was:
------------------
CComponentsFooter: disable gradient for footers

This is not really completly implemented for footer at the momemnt, because
button objects are still not prepared or tuned for that.

If it is enabled, currently it could occur unintentionally background behavior
eg.: flickereffects or background display errors in button objects.

NOTE: anyway users can enable gradient in theme files and could override this setting.
Now here it is globally disabled for footers. If it works right,
it will be enabled in future.


------------------
This commit was generated by Migit
2016-11-28 21:44:05 +01:00
Thilo Graf
10c17a365b CImageInfo: remove CC_APPEND
Should not be used in the future.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9b039f45bc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-27 (Sun, 27 Nov 2016)



------------------
This commit was generated by Migit
2016-11-28 21:44:00 +01:00
Thilo Graf
43ff7f2cb8 CTextBox: use CORNER_NONE as default corner mode
CORNER_ALL is not the same like CORNER_NONE.
Could cause problems in the evaluation.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8142ed47cc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-27 (Sun, 27 Nov 2016)



------------------
This commit was generated by Migit
2016-11-28 21:43:48 +01:00
Thilo Graf
3725e8b628 CBuildInfo: add missing default font
Origin commit data
------------------
Branch: ni/coolstream
Commit: 04be1424a7
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-27 (Sun, 27 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-28 21:43:43 +01:00
Thilo Graf
65c220e0c1 CComponentsExtTextForm: rework class overloading
class CComponentsExtTextFormLocalized is not required.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 31bfb1b383
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-27 (Sun, 27 Nov 2016)



------------------
This commit was generated by Migit
2016-11-28 21:43:33 +01:00
Thilo Graf
44ef21b006 CComponentsText: revert inheritition of CBox, useage as object
It has shown, that the positioning and
Dimensions calculations are not correct. CBox object must be embedded
with frame properties.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9331c59b0e
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-28 (Mon, 28 Nov 2016)



------------------
This commit was generated by Migit
2016-11-28 21:42:50 +01:00
Michael Liebmann
2d55123cb3 CHintBox/CMsgBox: Add default icon for header (NEUTRINO_ICON_INFO)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1d3a047f6b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-11-27 (Sun, 27 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-27 22:04:52 +01:00
Jacek Jendrzej
9ebac10a5b src/gui/widget/keyboard_input.cpp -add direkt digikey pressed
Origin commit data
------------------
Branch: ni/coolstream
Commit: 983d24cd51
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-11-25 (Fri, 25 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-25 18:17:49 +01:00
Jacek Jendrzej
ccd59e1d3a supplement to 3019b1abdc
Origin commit data
------------------
Branch: ni/coolstream
Commit: 91e0f8070b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-11-25 (Fri, 25 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-25 16:45:26 +01:00
vanhofen
a85e6a2971 enable epg-scan while audioplayer, movieplayer, pictureviewer and
upnp-browser runs


Origin commit data
------------------
Branch: ni/coolstream
Commit: a5bc693282
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-24 (Thu, 24 Nov 2016)

Origin message was:
------------------
- enable epg-scan while audioplayer, movieplayer, pictureviewer and

upnp-browser runs


------------------
This commit was generated by Migit
2016-11-24 21:41:23 +01:00
Jacek Jendrzej
3019b1abdc src/gui/widget/menue.cpp try to fix widget segfault menu with keyboard and background restore
Origin commit data
------------------
Branch: ni/coolstream
Commit: a8ea7c60d5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-11-24 (Thu, 24 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-24 19:21:14 +01:00
Thilo Graf
0455f9f697 CComponentsItem: fix possible negativ value for box radius
If frame width > 0 and radius too small, we have an negative value.
This should prevent this.


Origin commit data
------------------
Branch: ni/coolstream
Commit: ee4a443c8a
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-23 (Wed, 23 Nov 2016)



------------------
This commit was generated by Migit
2016-11-23 10:33:58 +01:00
Thilo Graf
1d7894c3b8 CComponentsWindow: remove default values from internal init method
Is not really required for this private member.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4e1a3a89dc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-23 (Wed, 23 Nov 2016)



------------------
This commit was generated by Migit
2016-11-23 10:04:50 +01:00
Thilo Graf
418f8ad5e3 CRecordManager: add methode to get internal rec map
Useful for access to current record data.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8ba357fcb2
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-23 (Wed, 23 Nov 2016)



------------------
This commit was generated by Migit
2016-11-23 09:07:05 +01:00
Michael Liebmann
99b59f1641 Add missing locale
- Supplement to commit 083df328e1
 and ea9be5f37c


Origin commit data
------------------
Branch: ni/coolstream
Commit: ab11919298
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-11-22 (Tue, 22 Nov 2016)

Origin message was:
------------------
Add missing locale

 - Supplement to commit 083df328e1
  and ea9be5f37c


------------------
This commit was generated by Migit
2016-11-22 19:19:30 +01:00
Michael Liebmann
f51b6c1076 Sort locale
Origin commit data
------------------
Branch: ni/coolstream
Commit: b8e314695b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-11-22 (Tue, 22 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-22 19:19:30 +01:00
Thilo Graf
2484b91dab Messages: move window to top of screen
User request.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 644063d2c8
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-22 (Tue, 22 Nov 2016)



------------------
This commit was generated by Migit
2016-11-22 11:01:30 +01:00
Thilo Graf
1f81cb42cd CHintBox: fix missing shadow for popups
Must be enabled with enum, bool has no effect.


Origin commit data
------------------
Branch: ni/coolstream
Commit: e46d65fb92
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-22 (Tue, 22 Nov 2016)



------------------
This commit was generated by Migit
2016-11-22 10:44:50 +01:00
Thilo Graf
ea9be5f37c Messages: try to fix API message handling
Passed timeout for messeages an popup's fired by yWeb API was not really
ok.
For popups now we have a setting with default value of 6 seconds timeout
Popups fired with ShowHint() use this as default. Value of 0 and -1
are ignored.
Messages fired with ShowMsg() should be fixed and interpret
value 0 or -1 as no timeout and will remain on the screen.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8b97f72ed1
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-22 (Tue, 22 Nov 2016)



------------------
This commit was generated by Migit
2016-11-22 10:32:10 +01:00
Thilo Graf
df53a287fd CTextBox: try to fix possible background artefacts in transparent mode
supplement to: - textbox: fix box width in round corners mode
Radius was always subtracted in all text modes.

TODO: value of m_nBgRadius itself is not considered at the moment.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7031dc1da4
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)



------------------
This commit was generated by Migit
2016-11-21 10:55:11 +01:00
Thilo Graf
b0770b9fec CComponentsInfoBox: add methode to get internal picture object
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0d2c612adb
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-21 10:55:11 +01:00
Thilo Graf
fe5586d27f CComponentsFrmClock: ensure that no radius is defined for inner items
Radius is not required for inner segments.
TODO: single segment


Origin commit data
------------------
Branch: ni/coolstream
Commit: 02c6df782c
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)



------------------
This commit was generated by Migit
2016-11-21 10:55:10 +01:00
vanhofen
8758c55f75 locale: use german "usw." instead of "etc."
Origin commit data
------------------
Branch: ni/coolstream
Commit: fbb6e4c15f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- locale: use german "usw." instead of "etc."

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-21 09:16:27 +01:00
vanhofen
8a0ae7e26e locale: fix "/" usage
Origin commit data
------------------
Branch: ni/coolstream
Commit: 47a62dd719
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- locale: fix "/" usage

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-21 08:53:26 +01:00
vanhofen
04ead2aa7a locale: remove "CST" strings
Origin commit data
------------------
Branch: ni/coolstream
Commit: d240c625f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- locale: remove "CST" strings

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-21 08:40:06 +01:00
vanhofen
9b2b94e830 locale: right case for LEDs
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5a39da118d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- locale: right case for LEDs

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-21 08:36:17 +01:00
vanhofen
6cccdfc274 locale: fix usage of ampersand; it's not an "and"-replacement
Origin commit data
------------------
Branch: ni/coolstream
Commit: ed55511778
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- locale: fix usage of ampersand; it's not an "and"-replacement

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-21 08:19:26 +01:00
vanhofen
fc79635fd4 locale: fix usage of ellipses
Origin commit data
------------------
Branch: ni/coolstream
Commit: e836943a4a
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- locale: fix usage of ellipses

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-21 07:59:22 +01:00
vanhofen
5c59eb38cf update: fix evaluation of int newfound
Origin commit data
------------------
Branch: ni/coolstream
Commit: 88ebe68b39
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- update: fix evaluation of int newfound

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-21 01:04:22 +01:00
Thilo Graf
566b0f9f34 CTestMenu: add form sample
Origin commit data
------------------
Branch: ni/coolstream
Commit: d6c5bc2d28
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-20 23:14:59 +01:00
Thilo Graf
dce9a9e408 CNeutrinoApp: simplify and fix hintbox calls
Some hints were not closed after delete. Explicit hide()is required.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5db26ef664
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)



------------------
This commit was generated by Migit
2016-11-20 22:58:30 +01:00
Thilo Graf
6f9bb7c72f CUpnpBrowserGui: simplify hintbox calls
Origin commit data
------------------
Branch: ni/coolstream
Commit: c47d26637b
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-20 22:56:33 +01:00
Thilo Graf
b235f682ec cTmdb: simplyfy hintbox calls
Origin commit data
------------------
Branch: ni/coolstream
Commit: 43383329a7
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-20 22:54:51 +01:00
Thilo Graf
00b0641465 showFastscanDiseqcSetup: simplify hintbox calls
Origin commit data
------------------
Branch: ni/coolstream
Commit: 627098d937
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-20 22:53:53 +01:00
Thilo Graf
a3667a5a6e COPKGManager: simplify hintbox calls
Origin commit data
------------------
Branch: ni/coolstream
Commit: 318c64708d
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-20 22:53:21 +01:00
Thilo Graf
eae3d01977 CMovieBrowser: simplify and fix hintbox calls
Some hints were not closed. Explicit hide() is required.


Origin commit data
------------------
Branch: ni/coolstream
Commit: bf05d26ae3
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)



------------------
This commit was generated by Migit
2016-11-20 22:52:46 +01:00
Thilo Graf
1a8cb67c57 CNetworkSetup: simplify hintbox calls
Origin commit data
------------------
Branch: ni/coolstream
Commit: f85270f1ed
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-20 22:50:41 +01:00
Thilo Graf
b69a99f74c CHDDMenuHandler: simplify and fix hintbox calls
Hints were not closed after lost scope. Explicit hide() is required.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 74473d0ebe
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)



------------------
This commit was generated by Migit
2016-11-20 22:49:07 +01:00
Thilo Graf
92cf3681c2 CFavorites: simplify hintbox calls
Origin commit data
------------------
Branch: ni/coolstream
Commit: 47b0358490
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-20 22:46:49 +01:00
Thilo Graf
86de6a1785 CBEBouquetWidget: simplify hintbox calls
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2d9775c36b
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-20 22:45:35 +01:00
TangoCash
083df328e1 add option to read saved epg data frequently
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6cd5dd8e23
Author: TangoCash <eric@loxat.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-20 19:24:08 +01:00
Thilo Graf
5c85bb59c6 CComponentsFooter: use select/unselect colors from menues as default
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4b88a244da
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-20 16:33:53 +01:00
Thilo Graf
026a7bb907 CMsgBox: enable button background as default
Origin commit data
------------------
Branch: ni/coolstream
Commit: 01893dfefc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-20 16:33:53 +01:00
Thilo Graf
299994c446 CComponentsFooter: use minimal frame width as default for buttons
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7567f7de00
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-20 16:33:32 +01:00
Thilo Graf
b337697b1e CCDraw: add function for blink effect for cc items
NOTE: experimental, for examples see CTestMenu class


Origin commit data
------------------
Branch: ni/coolstream
Commit: 717dec02c5
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)



------------------
This commit was generated by Migit
2016-11-20 14:09:19 +01:00
Thilo Graf
9c47a80d3d CComponentsFooter: add parameter for frame width for selected buttons
Frame width was hard coded.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 696989dcf1
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)



------------------
This commit was generated by Migit
2016-11-20 01:33:57 +01:00
Thilo Graf
c3ffba3c24 Messages: add option to change size of message text
Include default size and localized setup.

TODO: localize for nederlands and slovak, current english only.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4988df1dd9
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)



------------------
This commit was generated by Migit
2016-11-20 01:08:14 +01:00
Thilo Graf
a4660ddb26 CSignalBar: remove offset for signal name and remove right allignment
Text have more space, otherwise it's possible it can be truncated.
Indent from left site of text don't looks not so good.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 04a75327dd
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-19 (Sat, 19 Nov 2016)



------------------
This commit was generated by Migit
2016-11-19 23:21:06 +01:00
TangoCash
16478a2d33 deactivate timer epg autoadjust until fixed and tested
Origin commit data
------------------
Branch: ni/coolstream
Commit: bf2c9818b0
Author: TangoCash <eric@loxat.de>
Date: 2016-11-19 (Sat, 19 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-19 18:47:35 +01:00
TangoCash
5de35b2406 [timers] fix start timers
Origin commit data
------------------
Branch: ni/coolstream
Commit: de6f90ac27
Author: TangoCash <eric@loxat.de>
Date: 2016-11-19 (Sat, 19 Nov 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2016-11-19 11:57:27 +01:00