Commit Graph

8401 Commits

Author SHA1 Message Date
Michael Liebmann
23583e07e4 CLuaInstCCText: Add various script functions
getLines()
 getLines(test)
 setDimensionsAll(x, y, w, h)

 - Set Lua api version to 1.67


Origin commit data
------------------
Commit: 1576681543
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-12-01 (Thu, 01 Dec 2016)
2016-12-01 18:27:37 +01:00
Michael Liebmann
b15bec5dd6 lua: Fix InfoFunc for displaying information in the movieplayer
- Fix for commit 38488e642c
 - Set Lua api version to 1.66


Origin commit data
------------------
Commit: 1aee964c14
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-12-01 (Thu, 01 Dec 2016)
2016-12-01 14:28:21 +01:00
vanhofen
f9f7c4f11b bouqueteditor: fix icon alignment
Origin commit data
------------------
Commit: 8c2301472b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-30 (Wed, 30 Nov 2016)

Origin message was:
------------------
- bouqueteditor: fix icon alignment
2016-11-30 09:17:04 +01:00
Thilo Graf
e8d7f2503c CMsgBox: reduce flicker effects with single button
Disabled refresh avoids unnecessary repaints with possible flicker effects
on pressed navi keys.


Origin commit data
------------------
Commit: d632d66581
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-29 (Tue, 29 Nov 2016)
2016-11-29 16:31:44 +01:00
Thilo Graf
b79c87dcfe CComponentsFooter: fix wrong text color with single button in footers
* remove size compare

If only one button exists, possible new text color would be ignored
and wrong Text color was visible with one item.
This behavior was observed in message boxes with
single buttons (eg OK, or Cancel).


Origin commit data
------------------
Commit: 8bf6b7fb3a
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-29 (Tue, 29 Nov 2016)
2016-11-29 16:13:47 +01:00
Thilo Graf
b2e71497d8 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
------------------
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.
2016-11-28 21:44:05 +01:00
Thilo Graf
8f1760195a CImageInfo: remove CC_APPEND
Should not be used in the future.


Origin commit data
------------------
Commit: 9b039f45bc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-27 (Sun, 27 Nov 2016)
2016-11-28 21:44:00 +01:00
Thilo Graf
4dcb5f6e88 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
------------------
Commit: 8142ed47cc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-27 (Sun, 27 Nov 2016)
2016-11-28 21:43:48 +01:00
Thilo Graf
8eeb098e00 CBuildInfo: add missing default font
Origin commit data
------------------
Commit: 04be1424a7
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-27 (Sun, 27 Nov 2016)
2016-11-28 21:43:43 +01:00
Thilo Graf
fb0f85365a CComponentsExtTextForm: rework class overloading
class CComponentsExtTextFormLocalized is not required.


Origin commit data
------------------
Commit: 31bfb1b383
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-27 (Sun, 27 Nov 2016)
2016-11-28 21:43:33 +01:00
Thilo Graf
ef014b2112 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
------------------
Commit: 9331c59b0e
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-28 (Mon, 28 Nov 2016)
2016-11-28 21:42:50 +01:00
Michael Liebmann
3e4f1b6f3c CHintBox/CMsgBox: Add default icon for header (NEUTRINO_ICON_INFO)
Origin commit data
------------------
Commit: 1d3a047f6b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-11-27 (Sun, 27 Nov 2016)
2016-11-27 22:04:52 +01:00
Jacek Jendrzej
d06eeec388 src/gui/widget/keyboard_input.cpp -add direkt digikey pressed
Origin commit data
------------------
Commit: 983d24cd51
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-11-25 (Fri, 25 Nov 2016)
2016-11-25 18:17:49 +01:00
Jacek Jendrzej
77adc62153 supplement to 192a9d80ed
Origin commit data
------------------
Commit: 91e0f8070b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-11-25 (Fri, 25 Nov 2016)
2016-11-25 16:45:26 +01:00
vanhofen
cf6c9b99d9 enable epg-scan while audioplayer, movieplayer, pictureviewer and
upnp-browser runs


Origin commit data
------------------
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
2016-11-24 21:41:23 +01:00
Jacek Jendrzej
192a9d80ed src/gui/widget/menue.cpp try to fix widget segfault menu with keyboard and background restore
Origin commit data
------------------
Commit: a8ea7c60d5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-11-24 (Thu, 24 Nov 2016)
2016-11-24 19:21:14 +01:00
Thilo Graf
e10e0583ae 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
------------------
Commit: ee4a443c8a
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-23 (Wed, 23 Nov 2016)
2016-11-23 10:33:58 +01:00
Thilo Graf
5474e555a8 CComponentsWindow: remove default values from internal init method
Is not really required for this private member.


Origin commit data
------------------
Commit: 4e1a3a89dc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-23 (Wed, 23 Nov 2016)
2016-11-23 10:04:50 +01:00
Thilo Graf
994401432c CRecordManager: add methode to get internal rec map
Useful for access to current record data.


Origin commit data
------------------
Commit: 8ba357fcb2
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-23 (Wed, 23 Nov 2016)
2016-11-23 09:07:05 +01:00
Michael Liebmann
3949bfb5f7 Add missing locale
- Supplement to commit ec132fe91b
 and 97b57a783d


Origin commit data
------------------
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 ec132fe91b
  and 97b57a783d
2016-11-22 19:19:30 +01:00
Michael Liebmann
0e62dfb5e5 Sort locale
Origin commit data
------------------
Commit: b8e314695b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-11-22 (Tue, 22 Nov 2016)
2016-11-22 19:19:30 +01:00
Thilo Graf
3bed87466a Messages: move window to top of screen
User request.


Origin commit data
------------------
Commit: 644063d2c8
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-22 (Tue, 22 Nov 2016)
2016-11-22 11:01:30 +01:00
Thilo Graf
c91143c82d CHintBox: fix missing shadow for popups
Must be enabled with enum, bool has no effect.


Origin commit data
------------------
Commit: e46d65fb92
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-22 (Tue, 22 Nov 2016)
2016-11-22 10:44:50 +01:00
Thilo Graf
97b57a783d 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
------------------
Commit: 8b97f72ed1
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-22 (Tue, 22 Nov 2016)
2016-11-22 10:32:10 +01:00
Thilo Graf
e2afccba70 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
------------------
Commit: 7031dc1da4
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)
2016-11-21 10:55:11 +01:00
Thilo Graf
3634c26ea1 CComponentsInfoBox: add methode to get internal picture object
Origin commit data
------------------
Commit: 0d2c612adb
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)
2016-11-21 10:55:11 +01:00
Thilo Graf
d137ca8969 CComponentsFrmClock: ensure that no radius is defined for inner items
Radius is not required for inner segments.
TODO: single segment


Origin commit data
------------------
Commit: 02c6df782c
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)
2016-11-21 10:55:10 +01:00
vanhofen
7dd3603681 locale: use german "usw." instead of "etc."
Origin commit data
------------------
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."
2016-11-21 09:16:27 +01:00
vanhofen
0119408b81 locale: fix "/" usage
Origin commit data
------------------
Commit: 47a62dd719
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- locale: fix "/" usage
2016-11-21 08:53:26 +01:00
vanhofen
b2842b1d5c locale: remove "CST" strings
Origin commit data
------------------
Commit: d240c625f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- locale: remove "CST" strings
2016-11-21 08:40:06 +01:00
vanhofen
8f0fb90012 locale: right case for LEDs
Origin commit data
------------------
Commit: 5a39da118d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- locale: right case for LEDs
2016-11-21 08:36:17 +01:00
vanhofen
5b08c63500 locale: fix usage of ampersand; it's not an "and"-replacement
Origin commit data
------------------
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
2016-11-21 08:19:26 +01:00
vanhofen
fbec081c11 locale: fix usage of ellipses
Origin commit data
------------------
Commit: e836943a4a
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- locale: fix usage of ellipses
2016-11-21 07:59:22 +01:00
vanhofen
fb45e1d98c update: fix evaluation of int newfound
Origin commit data
------------------
Commit: 88ebe68b39
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- update: fix evaluation of int newfound
2016-11-21 01:04:22 +01:00
Thilo Graf
2e13b9647e CTestMenu: add form sample
Origin commit data
------------------
Commit: d6c5bc2d28
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 23:14:59 +01:00
Thilo Graf
02ae096367 CNeutrinoApp: simplify and fix hintbox calls
Some hints were not closed after delete. Explicit hide()is required.


Origin commit data
------------------
Commit: 5db26ef664
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 22:58:30 +01:00
Thilo Graf
4b15828631 CUpnpBrowserGui: simplify hintbox calls
Origin commit data
------------------
Commit: c47d26637b
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 22:56:33 +01:00
Thilo Graf
deb6aec16a cTmdb: simplyfy hintbox calls
Origin commit data
------------------
Commit: 43383329a7
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 22:54:51 +01:00
Thilo Graf
b159cccae6 showFastscanDiseqcSetup: simplify hintbox calls
Origin commit data
------------------
Commit: 627098d937
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 22:53:53 +01:00
Thilo Graf
8bbe88693f COPKGManager: simplify hintbox calls
Origin commit data
------------------
Commit: 318c64708d
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 22:53:21 +01:00
Thilo Graf
ac29accd85 CMovieBrowser: simplify and fix hintbox calls
Some hints were not closed. Explicit hide() is required.


Origin commit data
------------------
Commit: bf05d26ae3
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 22:52:46 +01:00
Thilo Graf
6f502010b0 CNetworkSetup: simplify hintbox calls
Origin commit data
------------------
Commit: f85270f1ed
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 22:50:41 +01:00
Thilo Graf
659afa284a CHDDMenuHandler: simplify and fix hintbox calls
Hints were not closed after lost scope. Explicit hide() is required.


Origin commit data
------------------
Commit: 74473d0ebe
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 22:49:07 +01:00
Thilo Graf
0e4f288460 CFavorites: simplify hintbox calls
Origin commit data
------------------
Commit: 47b0358490
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 22:46:49 +01:00
Thilo Graf
c84691aa50 CBEBouquetWidget: simplify hintbox calls
Origin commit data
------------------
Commit: 2d9775c36b
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 22:45:35 +01:00
TangoCash
ec132fe91b add option to read saved epg data frequently
Origin commit data
------------------
Commit: 6cd5dd8e23
Author: TangoCash <eric@loxat.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 19:24:08 +01:00
Thilo Graf
af471915c9 CComponentsFooter: use select/unselect colors from menues as default
Origin commit data
------------------
Commit: 4b88a244da
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 16:33:53 +01:00
Thilo Graf
8e1bc39318 CMsgBox: enable button background as default
Origin commit data
------------------
Commit: 01893dfefc
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 16:33:53 +01:00
Thilo Graf
33e7afdf8d CComponentsFooter: use minimal frame width as default for buttons
Origin commit data
------------------
Commit: 7567f7de00
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 16:33:32 +01:00
Thilo Graf
c35d8b0c26 CCDraw: add function for blink effect for cc items
NOTE: experimental, for examples see CTestMenu class


Origin commit data
------------------
Commit: 717dec02c5
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 14:09:19 +01:00