Commit Graph

8945 Commits

Author SHA1 Message Date
Thilo Graf
f82ce2d192 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: d31deac545
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-24 (Tue, 24 Jan 2017)



------------------
This commit was generated by Migit
2017-01-31 16:36:41 +01:00
Thilo Graf
4fdb5d0b23 CTextBox: remove text reinit from reInitToCompareVar()
Will be already done after each text render.


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



------------------
This commit was generated by Migit
2017-01-31 16:36:41 +01:00
Thilo Graf
002f41b5bd CTextBox: paint bg always if pixbuffer exists
Should prevent unintended possible overlap on multiple font render.


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



------------------
This commit was generated by Migit
2017-01-31 16:36:41 +01:00
Michael Liebmann
73076ba2cb Remove obsolete 'contrast_fonts' code from osd menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6803a8dff3
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-31 16:36:40 +01:00
Michael Liebmann
32bbcaaa83 screensaver: Use black background for the clock
Origin commit data
------------------
Branch: ni/coolstream
Commit: c62f964dde
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-31 16:36:40 +01:00
Michael Liebmann
2ad657c74d 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: 97d1d93c93
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-31 16:36:40 +01:00
Thilo Graf
f0979b290e CTestMenu: fix blink of extended text sample
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4a288240f2
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-31 16:36:40 +01:00
Thilo Graf
c9d058153f CBuildInfo: move InitInfoItems() into exec()
ensures paint of data on each repaint.


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



------------------
This commit was generated by Migit
2017-01-31 16:36:40 +01:00
Thilo Graf
3735283f23 CCDraw: simplified statement for blink init
Origin commit data
------------------
Branch: ni/coolstream
Commit: 44eebba080
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-31 16:36:40 +01:00
Thilo Graf
2d6b172e5c CComponentsLabel: Added missing overloaded counterpart to CComponentsText(parent) constructor.
Origin commit data
------------------
Branch: ni/coolstream
Commit: cced4eba9a
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-31 16:36:40 +01:00
Thilo Graf
1b2eea185f cc_types.h: remove obsolete type enums
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2e24663a3f
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-31 16:36:40 +01:00
Thilo Graf
e40c90fddf CComponentsText: fix wrong item type
Origin commit data
------------------
Branch: ni/coolstream
Commit: c42f1240f0
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-31 16:36:40 +01:00
Thilo Graf
c94d0ed7c4 CComponentsHeader: fix order inside overloaded methode setCaption()
Stop() was never touched with string version of setCaption()


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



------------------
This commit was generated by Migit
2017-01-31 16:36:40 +01:00
Jacek Jendrzej
c42c923329 src/gui/components/cc_item_progressbar.cpp revert static
Origin commit data
------------------
Branch: ni/coolstream
Commit: f045fb18e9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-30 (Mon, 30 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-30 19:26:44 +01:00
Jacek Jendrzej
bc8d25553f some inits
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0056a53321
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-30 (Mon, 30 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-30 19:04:17 +01:00
Jacek Jendrzej
d58f68cf69 some inits
Origin commit data
------------------
Branch: ni/coolstream
Commit: f4f351e9ba
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-30 (Mon, 30 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-30 17:22:41 +01:00
Thilo Graf
8195393c78 CMenuWidget: Forcing removal of details line during removing of hint box.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6a3778ba93
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-30 (Mon, 30 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-30 11:27:55 +01:00
Thilo Graf
ebac98fd3b CComponentsDetailLine: remove multiple init of cc_save_bg.
Init is passed with paintFbItems() at the end of paint() methode.


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



------------------
This commit was generated by Migit
2017-01-30 11:27:49 +01:00
Michael Liebmann
ea60d4fb52 src/gui/opkg_manager.cpp: Fix compiler warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6b4a849598
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-30 (Mon, 30 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-30 07:15:46 +01:00
Michael Liebmann
e41f297068 CMoviePlayerGui: Bind enable/disable FileTime to enableInfoClock()
Origin commit data
------------------
Branch: ni/coolstream
Commit: dc4ce280ed
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-30 (Mon, 30 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-30 07:15:46 +01:00
vanhofen
be515e5152 streaminfo2: add comment because of broken libcoolstream2 output
Origin commit data
------------------
Branch: ni/coolstream
Commit: 891bc71f9d
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)

Origin message was:
------------------
- streaminfo2: add comment because of broken libcoolstream2 output

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

------------------
This commit was generated by Migit
2017-01-29 22:31:21 +01:00
GetAway
ffbf25b6e1 neutrino: fix umount of netfs-drives in ExitRun() function
Origin commit data
------------------
Branch: ni/coolstream
Commit: 17b8e684e0
Author: GetAway <get-away@t-online.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)

Origin message was:
------------------
- neutrino: fix umount of netfs-drives in ExitRun() function

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

------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Stefan Seyfried
4002d03dfe upkg_manager: comment out stale code
Origin commit data
------------------
Branch: ni/coolstream
Commit: fd52cd5023
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Stefan Seyfried
c70cc43435 opkg_manager: make error messages less cryptic
the errno has nothing to do with the error that happened, so do not use
it for the error message


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



------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Stefan Seyfried
4c6b31e3f7 opkg_manager: add magic string to reset error flags
... to be used by sytem-update script


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



------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Stefan Seyfried
1427653dc0 opkg_manager: make console output more useful
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3956f06d3a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Stefan Seyfried
c2d852f747 opkg_manager: don't set error flag for shellwindow
The shellwindow exits if the "ok" flag is set to false, aborting further
execution of more commands. This hurts with system-update script.


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



------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Stefan Seyfried
10bd8e6785 shellwindow: reduce update interval
Origin commit data
------------------
Branch: ni/coolstream
Commit: edab27be92
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Stefan Seyfried
5c450dc558 shellwindow: ensure text is set correctly and only when necessary
Origin commit data
------------------
Branch: ni/coolstream
Commit: d372892ef5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Stefan Seyfried
fade566dad shellwindow: use run_pty() instead of my_popen()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 046de91ce6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Stefan Seyfried
760c42fece textbox: fix output for BOTTOM mode
If more text is added to a textbox than fits into the window, the last
lines are stripped. In BOTTOM (and non-SCROLL) mode, it makes more sense
to strip the first lines. This is used by shellwindow, e.g. in package
management menu.


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



------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Stefan Seyfried
b6a9ec8038 helpers: add run_pty() function
This runs an external command inside a pty. Running inside a pty,
external commands using stdio(3) will disable stdout buffering when
running from a terminal, which is often desirable.


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



------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Stefan Seyfried
5364cc92f6 shellwindow: use time_monotonic_ms()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9d5fc68b83
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Stefan Seyfried
58f9c2aa6b opkg_manager: avoid the zombie apocalypse, use waitpid()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1454d09a75
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Stefan Seyfried
eb1874e7ed opkg_manager: use system-update script if available
opkg has several problems with complex system updates, especially when
having to update itself and with the package ordering during update
To avoid hard coding the workarounds into neutrino, just call a script
named "system-update" (if available) instead of "opkg upgrade".
This script can be tuned to the specific target and its problems.


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



------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Stefan Seyfried
e687fe234f 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: 5f93b57d84
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)



------------------
This commit was generated by Migit
2017-01-29 21:27:45 +01:00
Jacek Jendrzej
1d7e75990e fix uninitialised values
Origin commit data
------------------
Branch: ni/coolstream
Commit: f76dda36df
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-29 (Sun, 29 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-29 20:54:35 +01:00
Michael Liebmann
29063d58a8 install.sh: Preserve symlinks at update
Origin commit data
------------------
Branch: ni/coolstream
Commit: bcf478ba67
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-29 (Sun, 29 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-29 04:31:12 +01:00
Jacek Jendrzej
02c234e6dd src/gui/lua/lua_curl.cpp set dumb cookie for dumb 403 forbidden
Origin commit data
------------------
Branch: ni/coolstream
Commit: 293d32c776
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-28 (Sat, 28 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-28 17:55:14 +01:00
max_10
80e8928616 edvbstring: fix utf8 encoding, thx DboxOldie
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2f1ceb07e2
Author: max_10 <max_10@gmx.de>
Date: 2017-01-22 (Sun, 22 Jan 2017)

Origin message was:
------------------
- edvbstring: fix utf8 encoding, thx DboxOldie

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

------------------
This commit was generated by Migit
2017-01-28 09:06:39 +01:00
Jacek Jendrzej
7f7f90b40d movieplayer dont chache last realurl for lua script
Origin commit data
------------------
Branch: ni/coolstream
Commit: e111bf7418
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-26 (Thu, 26 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-26 11:55:06 +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
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
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
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
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