Commit Graph

8777 Commits

Author SHA1 Message Date
vanhofen
280f048c18 themes: add Material Gray (Medium) theme
Origin commit data
------------------
Commit: 236e6541f2
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-04 (Sun, 04 Dec 2016)

Origin message was:
------------------
- themes: add Material Gray (Medium) theme
2016-12-04 00:40:15 +01:00
vanhofen
e7f6c23261 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/system/settings.h


Origin commit data
------------------
Commit: ad1e3beb3d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-02 (Fri, 02 Dec 2016)
2016-12-02 22:00:25 +01:00
Thilo Graf
da753e0b80 Messages: add localized osd timeout option for interactive/static messages
TODO: add locales for hints


Origin commit data
------------------
Commit: d6ecaf855b
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-02 (Fri, 02 Dec 2016)
2016-12-02 21:32:15 +01:00
vanhofen
f03e2a20ae Message Timeouts: add possibilty to change timeout for static messages
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 9607957e07
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-01 (Thu, 01 Dec 2016)
2016-12-02 21:32:15 +01:00
Michael Liebmann
16a2eb0566 MoviePlayer: Disable NI InfoIcons when view movieinfo
Origin commit data
------------------
Commit: c05351c8d8
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-12-02 (Fri, 02 Dec 2016)
2016-12-02 00:40:01 +01:00
vanhofen
56273f6a56 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Commit: bd9aa1b199
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-02 (Fri, 02 Dec 2016)
2016-12-02 00:39:36 +01:00
Michael Liebmann
2bb2b1c977 MoviePlayer: Disable InfoClock and FileTime when view movieinfo
Origin commit data
------------------
Commit: 47ffc7586a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-12-02 (Fri, 02 Dec 2016)
2016-12-02 00:21:59 +01:00
Michael Liebmann
feac1111ee CLuaInstVideo::PlayFile: Infoviewer was not displayed when InfoFunc was set
- Fix commit b15bec5dd6
 - Set Lua api version to 1.68


Origin commit data
------------------
Commit: e92df63a4a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-12-02 (Fri, 02 Dec 2016)
2016-12-02 00:21:58 +01:00
Thilo Graf
7fc8a13b2f CComponentsWindow: fix window body color
Color parameter was not passed to body. Parameters in constructor and
setters had no effect.


Origin commit data
------------------
Commit: c1ec746321
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-01 (Thu, 01 Dec 2016)
2016-12-01 22:42:21 +01:00
vanhofen
cda333b648 infoviewer: move ICON_CA to the left
Origin commit data
------------------
Commit: 716e64b10c
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-01 (Thu, 01 Dec 2016)

Origin message was:
------------------
- infoviewer: move ICON_CA to the left
2016-12-01 21:59:36 +01:00
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
db891d18c9 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Commit: 1e48d0c60b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-30 (Wed, 30 Nov 2016)
2016-11-30 09:17:51 +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
vanhofen
b238e2c5b5 cc_frm_footer.h: use proven COL_SHADOW_PLUS_0 for button frames
Origin commit data
------------------
Commit: 02db4fe81a
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-28 (Mon, 28 Nov 2016)

Origin message was:
------------------
- cc_frm_footer.h: use proven COL_SHADOW_PLUS_0 for button frames
2016-11-28 00:13:48 +01:00
vanhofen
d7ff08540c Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Commit: 8a3e67ba9a
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-27 (Sun, 27 Nov 2016)
2016-11-27 22:53:37 +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
vanhofen
5c76067adf Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Commit: b57a2b31cd
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-25 (Fri, 25 Nov 2016)
2016-11-25 18:57:11 +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
56879044cb Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
	src/gui/audioplayer.cpp
	src/gui/movieplayer.cpp
	src/gui/pictureviewer.cpp
	src/gui/upnpbrowser.cpp


Origin commit data
------------------
Commit: 2f3793fa1d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-24 (Thu, 24 Nov 2016)
2016-11-24 21:45:31 +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
vanhofen
a2f404e939 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Commit: 84381644ce
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-24 (Thu, 24 Nov 2016)
2016-11-24 00:04:21 +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
vanhofen
577199b79e Merge branch 'ni/tuxbox' of bitbucket.org:neutrino-images/ni-neutrino-hd into ni/tuxbox
Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale


Origin commit data
------------------
Commit: 8a9ddb86ab
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-22 (Tue, 22 Nov 2016)
2016-11-22 23:59:48 +01:00
vanhofen
eae5c01db1 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
	src/system/settings.h


Origin commit data
------------------
Commit: a19fc5532b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-22 (Tue, 22 Nov 2016)
2016-11-22 23:45:32 +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
FlatTV
3e84ad1da1 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Commit: 9330dcc4c1
Author: FlatTV <FlatTV@gmx.de>
Date: 2016-11-22 (Tue, 22 Nov 2016)
2016-11-22 15:41:48 +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
vanhofen
940432f3aa locale: adapt last changes to our locales
Origin commit data
------------------
Commit: 72cd1d51a7
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- locale: adapt last changes to our locales
2016-11-21 11:52:30 +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
60668030c2 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale


Origin commit data
------------------
Commit: fb596af13d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)
2016-11-21 10:11:08 +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