Commit Graph

9163 Commits

Author SHA1 Message Date
Thilo Graf
fae59af605 CMsgBox: reduce flicker effects with single button
Disabled refresh avoids unnecessary repaints with possible flicker effects
on pressed navi keys.


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



------------------
This commit was generated by Migit
2016-11-29 16:31:44 +01:00
Thilo Graf
2dfeba10f0 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
------------------
Branch: ni/coolstream
Commit: 8bf6b7fb3a
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-29 (Tue, 29 Nov 2016)



------------------
This commit was generated by Migit
2016-11-29 16:13:47 +01:00
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
vanhofen
1bb5942e06 cc_frm_footer.h: use proven COL_SHADOW_PLUS_0 for button frames
Origin commit data
------------------
Branch: ni/coolstream
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

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

------------------
This commit was generated by Migit
2016-11-28 00:13:48 +01:00
vanhofen
21558f6ff9 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8a3e67ba9a
Author: vanhofen <vanhofen@gmx.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-27 22:53:37 +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
vanhofen
adc3eb30bb Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: b57a2b31cd
Author: vanhofen <vanhofen@gmx.de>
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:57:11 +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
1314c64817 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
------------------
Branch: ni/coolstream
Commit: 2f3793fa1d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-24 (Thu, 24 Nov 2016)



------------------
This commit was generated by Migit
2016-11-24 21:45:31 +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
vanhofen
fb4695897b Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 84381644ce
Author: vanhofen <vanhofen@gmx.de>
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 00:04:21 +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
vanhofen
d94d443226 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
------------------
Branch: ni/coolstream
Commit: 8a9ddb86ab
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-22 (Tue, 22 Nov 2016)



------------------
This commit was generated by Migit
2016-11-22 23:59:48 +01:00
vanhofen
0b8c62cd41 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
	src/system/settings.h


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



------------------
This commit was generated by Migit
2016-11-22 23:45:32 +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
FlatTV
e212c21bf9 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9330dcc4c1
Author: FlatTV <FlatTV@gmx.de>
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 15:41:48 +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
vanhofen
f57041a98b locale: adapt last changes to our locales
Origin commit data
------------------
Branch: ni/coolstream
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

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

------------------
This commit was generated by Migit
2016-11-21 11:52:30 +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
58b51d591e 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
------------------
Branch: ni/coolstream
Commit: fb596af13d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)



------------------
This commit was generated by Migit
2016-11-21 10:11:08 +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
5b91438b4e Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9f9681b770
Author: vanhofen <vanhofen@gmx.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 01:06:59 +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
vanhofen
d4f5e24236 settings_manager_teams: simplify hintbox calls
Origin commit data
------------------
Branch: ni/coolstream
Commit: d04cb3b9cd
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- settings_manager_teams: simplify hintbox calls

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

------------------
This commit was generated by Migit
2016-11-21 00:22:50 +01:00
vanhofen
7474b140a9 ni_menu: simplify and fix hintbox calls
Origin commit data
------------------
Branch: ni/coolstream
Commit: c0786e7591
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- ni_menu: simplify and fix hintbox calls

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

------------------
This commit was generated by Migit
2016-11-21 00:22:25 +01:00
vanhofen
c137258e7b netfs_setup: simplify hintbox calls
Origin commit data
------------------
Branch: ni/coolstream
Commit: a6b82ac29c
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- netfs_setup: simplify hintbox calls

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

------------------
This commit was generated by Migit
2016-11-21 00:21:50 +01:00
vanhofen
9d715ea0d9 lcd4l_setup: remove obsolete hintbox include
Origin commit data
------------------
Branch: ni/coolstream
Commit: dbc5030e1e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- lcd4l_setup: remove obsolete hintbox include

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

------------------
This commit was generated by Migit
2016-11-21 00:21:14 +01:00
vanhofen
8797982e76 eventlist: fix button_label size
Origin commit data
------------------
Branch: ni/coolstream
Commit: 72c1445825
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)

Origin message was:
------------------
- eventlist: fix button_label size

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

------------------
This commit was generated by Migit
2016-11-21 00:14:45 +01:00
vanhofen
4af96e1b6d Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: d065c1f394
Author: vanhofen <vanhofen@gmx.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 00:14:20 +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