Commit Graph

10541 Commits

Author SHA1 Message Date
Thilo Graf
928d080db5 CComponentsExtTextForm: init with gradient support and sl_repaint slot
Origin commit data
------------------
Branch: ni/coolstream
Commit: 40d90e862d
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-23 (Mon, 23 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-25 16:33:46 +01:00
Thilo Graf
154f942711 CComponentsForm: add some usefull slots/signal to help paint backgrounds
Requried to paint form items only on changed contents and on repaint


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7e6cbe5410
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-24 (Tue, 24 Jan 2017)



------------------
This commit was generated by Migit
2017-01-25 16:33:46 +01:00
Thilo Graf
d1e6866786 CCDraw: add new attribut force_paint_bg
should help for some repaint actions


Origin commit data
------------------
Branch: ni/coolstream
Commit: 39735dc51b
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-24 (Tue, 24 Jan 2017)



------------------
This commit was generated by Migit
2017-01-25 16:33:46 +01:00
Thilo Graf
ff373fac76 CComponentsText: fix order of paint init
Origin commit data
------------------
Branch: ni/coolstream
Commit: f4861601fd
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-24 (Tue, 24 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-25 16:33:46 +01:00
Thilo Graf
55dd9414bb CTestMenu: fix icon container
was not removed from screen


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9266635917
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-24 (Tue, 24 Jan 2017)



------------------
This commit was generated by Migit
2017-01-25 16:33:46 +01:00
Thilo Graf
8877619610 Experimental try to rework isPainted()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9d3a968506
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-19 (Thu, 19 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-25 16:33:46 +01:00
Thilo Graf
bec49e280e CTextBox: fix m_old_cText update after text paint
refreshText() executes loop also for text with more than one line
and m_old_cText attribut should be updated only if loop is ready. Otherwise
in text boxes with more than one line, only first line would be painted.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e5cfe4705
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-24 (Tue, 24 Jan 2017)



------------------
This commit was generated by Migit
2017-01-25 16:33:46 +01:00
Thilo Graf
3cb8a31e51 CComponentsFrmClock: add slot to handle enforced repaint of segments
If clock removed from screen and instance is not destroyed, then we must
ensure repaint of segments after painted background.

This is required if segments are only will paint if
their content was changed and attribut ct_force_text_paint = false.


Origin commit data
------------------
Branch: ni/coolstream
Commit: c686e7e53c
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-18 (Wed, 18 Jan 2017)



------------------
This commit was generated by Migit
2017-01-25 16:33:45 +01:00
Thilo Graf
b08e5a86da CCDraw: add signal OnAfterPaintBg
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2c8df11337
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-18 (Wed, 18 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-25 16:33:45 +01:00
Thilo Graf
4d1aa80aad CTextBox: rework return control of value of setText() function
value was not clearly, hope i'ts now


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3a821a0a74
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-17 (Tue, 17 Jan 2017)



------------------
This commit was generated by Migit
2017-01-25 16:33:45 +01:00
Thilo Graf
504eefc789 CTextBox: add attribut 'm_bg_painted'
Shoul help in together with changed text content
to control required text render.


Origin commit data
------------------
Branch: ni/coolstream
Commit: f26ac43ade
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-24 (Tue, 24 Jan 2017)



------------------
This commit was generated by Migit
2017-01-25 16:33:45 +01:00
Thilo Graf
a5185e7d32 CTextBox: remove text reinit from reInitToCompareVar()
Will be already done after each text render.


Origin commit data
------------------
Branch: ni/coolstream
Commit: db2157b2e0
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-16 (Mon, 16 Jan 2017)



------------------
This commit was generated by Migit
2017-01-25 16:33:45 +01:00
Thilo Graf
6ee39161ce CTextBox: paint bg always if pixbuffer exists
Should prevent unintended possible overlap on multiple font render.


Origin commit data
------------------
Branch: ni/coolstream
Commit: f3aa955de7
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)



------------------
This commit was generated by Migit
2017-01-25 16:33:45 +01:00
Michael Liebmann
a71c444da3 Remove obsolete 'contrast_fonts' code from osd menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: c741d46b63
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-24 (Tue, 24 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-25 16:33:45 +01:00
Michael Liebmann
be42403466 screensaver: Use black background for the clock
Origin commit data
------------------
Branch: ni/coolstream
Commit: 88c38030ab
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-24 (Tue, 24 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-25 16:33:44 +01:00
Michael Liebmann
99297410d3 fontrenderer: Rework rendering for better font presentation
- For the correct use of the changes should be built freetype
 with the following settings:
 #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
 #define TT_CONFIG_OPTION_SUBPIXEL_HINTING

BS-Patch for freetype 2.5-2.7
-----------------------------
** include/freetype/config/ftoption.h **

-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING

-/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING */
+#define TT_CONFIG_OPTION_SUBPIXEL_HINTING

BS-Patch for freetype 2.7.1
---------------------------
** include/freetype/config/ftoption.h **

-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING


Origin commit data
------------------
Branch: ni/coolstream
Commit: 39af509f48
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-24 (Tue, 24 Jan 2017)

Origin message was:
------------------
fontrenderer: Rework rendering for better font presentation

 - For the correct use of the changes should be built freetype
  with the following settings:
   #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
   #define TT_CONFIG_OPTION_SUBPIXEL_HINTING

BS-Patch for freetype 2.5-2.7
-----------------------------
** include/freetype/config/ftoption.h **

-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING

-/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING */
+#define TT_CONFIG_OPTION_SUBPIXEL_HINTING

BS-Patch for freetype 2.7.1
---------------------------
** include/freetype/config/ftoption.h **

-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING


------------------
This commit was generated by Migit
2017-01-25 16:33:44 +01:00
Thilo Graf
209ddc2aed CTestMenu: fix blink of extended text sample
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3c9742c8da
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-23 (Mon, 23 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-25 16:33:44 +01:00
Thilo Graf
5889232140 CBuildInfo: move InitInfoItems() into exec()
ensures paint of data on each repaint.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 93319f258e
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-23 (Mon, 23 Jan 2017)



------------------
This commit was generated by Migit
2017-01-25 16:33:44 +01:00
Thilo Graf
5550f0ce43 CCDraw: simplified statement for blink init
Origin commit data
------------------
Branch: ni/coolstream
Commit: 82d39dd09f
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-23 (Mon, 23 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-25 16:33:44 +01:00
Thilo Graf
36feaa631d CComponentsLabel: Added missing overloaded counterpart to CComponentsText(parent) constructor.
Origin commit data
------------------
Branch: ni/coolstream
Commit: f3d6c3e964
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-23 (Mon, 23 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-25 16:33:43 +01:00
Thilo Graf
09cc580b95 cc_types.h: remove obsolete type enums
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1d0ebf239a
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-23 (Mon, 23 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-25 16:33:43 +01:00
Thilo Graf
2da6b38380 CComponentsText: fix wrong item type
Origin commit data
------------------
Branch: ni/coolstream
Commit: e043cfacca
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-23 (Mon, 23 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-25 16:33:43 +01:00
Thilo Graf
2c0edb1b6f CComponentsHeader: fix order inside overloaded methode setCaption()
Stop() was never touched with string version of setCaption()


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5b51f2277b
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-21 (Sat, 21 Jan 2017)



------------------
This commit was generated by Migit
2017-01-25 16:33:43 +01:00
vanhofen
f5ee5e964c CTextBox::refreshText: Fix flags for RenderString() v2.0; thx to DboxOldie
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4cfff44e29
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-24 (Tue, 24 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-24 14:41:30 +01:00
Stefan Seyfried
4b7ede0874 hintbox: restore proper handling of up/down keys
When no scrollbar is present, just pass through up/down keys instead
of only canceling the hintbox. This restores the behaviour before
commit 36d8d81fa6.
Prominent examle is the "channel not available" popup which prevented
further channel switching until canceled.


Origin commit data
------------------
Branch: ni/coolstream
Commit: d74afdf6ff
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-22 (Sun, 22 Jan 2017)



------------------
This commit was generated by Migit
2017-01-22 23:27:30 +01:00
Stefan Seyfried
d6861c1054 Merge remote-tracking branch 'tuxbox/master'
Origin commit data
------------------
Branch: ni/coolstream
Commit: a409047714
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-22 (Sun, 22 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-22 22:59:39 +01:00
vanhofen
9e5835968a Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 92bf7c73f7
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-22 (Sun, 22 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-22 21:22:49 +01:00
GetAway
01bf84742d gcc-6.2 compil fixes
Origin commit data
------------------
Branch: ni/coolstream
Commit: b5138018b5
Author: GetAway <get-away@t-online.de>
Date: 2017-01-21 (Sat, 21 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-21 14:01:05 +01:00
GetAway
15a72b0402 fix -Werror=misleading-indentation with newer compiler
Origin commit data
------------------
Branch: ni/coolstream
Commit: f4e334fa09
Author: GetAway <get-away@t-online.de>
Date: 2017-01-21 (Sat, 21 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-21 13:58:15 +01:00
vanhofen
7bd883a846 Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: d7ec14aab0
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-20 (Fri, 20 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-20 18:55:56 +01:00
vanhofen
414ceb1621 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 916b2526d2
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-20 (Fri, 20 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-20 18:55:35 +01:00
Michael Liebmann
389a9346ee CTextBox::refreshText: Fix flags for RenderString()
Origin commit data
------------------
Branch: ni/coolstream
Commit: e5ab37c387
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-20 10:36:00 +01:00
vanhofen
ba192736e9 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: a4a6c60356
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-13 (Fri, 13 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-13 21:08:52 +01:00
Jacek Jendrzej
24a3640f0e src/gui/movieplayer.cpp try to fix livestreamInfo
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2abdd1143e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-13 (Fri, 13 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-13 18:59:56 +01:00
vanhofen
6df0618eec Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6e4c63f289
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-13 (Fri, 13 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-13 13:27:49 +01:00
vanhofen
76ff131c56 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: fb15ce96de
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-12 (Thu, 12 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-12 13:05:31 +01:00
Jacek Jendrzej
dafd715d6f fix readepg from sectionsdcontrol :supplement to 76474020e1 new try
Origin commit data
------------------
Branch: ni/coolstream
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 76474020e1 new try

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

------------------
This commit was generated by Migit
2017-01-11 22:15:36 +01:00
vanhofen
9192b868c1 Merge pull request #7 from Pr0metheus2/patch-1
Update slovak.locale

Origin commit data
------------------
Branch: ni/coolstream
Commit: f51af4e599
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-11 (Wed, 11 Jan 2017)



------------------
This commit was generated by Migit
2017-01-11 18:30:01 +01:00
Thilo Graf
6eac7d7317 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
------------------
Branch: ni/coolstream
Commit: 1d8de839d5
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-10 (Tue, 10 Jan 2017)



------------------
This commit was generated by Migit
2017-01-11 11:32:32 +01:00
Andrej Tobola
e5f0bf360e Update slovak.locale
Origin commit data
------------------
Branch: ni/coolstream
Commit: adcc5c4285
Author: Andrej Tobola <andrej.tobola+gifthub@gmail.com>
Date: 2017-01-11 (Wed, 11 Jan 2017)



------------------
This commit was generated by Migit
2017-01-11 08:24:02 +01:00
Andrej Tobola
db8cb9dc91 Update slovak.locale
Origin commit data
------------------
Branch: ni/coolstream
Commit: c4679651f4
Author: Andrej Tobola <andrej.tobola+gifthub@gmail.com>
Date: 2017-01-11 (Wed, 11 Jan 2017)



------------------
This commit was generated by Migit
2017-01-11 08:00:28 +01:00
Andrej Tobola
2d54d71c96 Update slovak.locale
New update, is it submitted in correct way?

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5791e32803
Author: Andrej Tobola <andrej.tobola+gifthub@gmail.com>
Date: 2017-01-11 (Wed, 11 Jan 2017)



------------------
This commit was generated by Migit
2017-01-11 07:44:52 +01:00
Thilo Graf
167f8ad58e CComponentsFrmClock: add missing reinit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 002cc4c74e
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-09 (Mon, 09 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-09 21:28:59 +01:00
Thilo Graf
d79cb83f63 CComponentsFrmClock: disable digit height
Using of digit height is not really required here.
eg. better centering


Origin commit data
------------------
Branch: ni/coolstream
Commit: d0aa901d70
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-09 (Mon, 09 Jan 2017)



------------------
This commit was generated by Migit
2017-01-09 20:47:46 +01:00
vanhofen
6b5b9bad4c Merge pull request #5 from Ezak91/master
add entry to load saved epg data manual

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5c4746104f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-09 (Mon, 09 Jan 2017)



------------------
This commit was generated by Migit
2017-01-09 20:20:53 +01:00
Marc Szymkowiak
c54a158059 add entry to load saved epg data manual
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9b2a0d4414
Author: Marc Szymkowiak <marc.szymkowiak91@googlemail.com>
Date: 2017-01-09 (Mon, 09 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-09 19:39:30 +01:00
vanhofen
7176536a51 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: bf59c67547
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-08 (Sun, 08 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-08 21:19:45 +01:00
Thilo Graf
b308dbdd61 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
------------------
Branch: ni/coolstream
Commit: 236ca53954
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-08 (Sun, 08 Jan 2017)



------------------
This commit was generated by Migit
2017-01-08 15:03:25 +01:00
Thilo Graf
bcf299030f CComponentsFrmClock/CInfoClock: simplify font init
Origin commit data
------------------
Branch: ni/coolstream
Commit: ffeb2d6459
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-08 (Sun, 08 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-08 14:39:38 +01:00
vanhofen
13e8978d73 themes: better visibility for progressbars
Origin commit data
------------------
Branch: ni/coolstream
Commit: 251632ddf0
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-05 (Thu, 05 Jan 2017)

Origin message was:
------------------
- themes: better visibility for progressbars

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

------------------
This commit was generated by Migit
2017-01-05 23:42:23 +01:00