Commit Graph

9012 Commits

Author SHA1 Message Date
Stefan Seyfried
9c4e164a5c Merge remote-tracking branch 'tuxbox/master'
Origin commit data
------------------
Branch: ni/coolstream
Commit: f397d08cd3
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 02:14:32 +01:00
Stefan Seyfried
c6cc8b58be upkg_manager: comment out stale code
Origin commit data
------------------
Branch: ni/coolstream
Commit: 448b5dc7c7
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 02:00:50 +01:00
Stefan Seyfried
2d84549a47 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: b37faafc80
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 01:59:40 +01:00
Stefan Seyfried
58ffeada44 opkg_manager: add magic string to reset error flags
... to be used by sytem-update script


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9d6bbc4552
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 01:58:56 +01:00
Stefan Seyfried
3cb11e20f2 opkg_manager: make console output more useful
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7fd5149f01
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 01:58:24 +01:00
Stefan Seyfried
96f512eb1d 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: 0c8d7d7d17
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 01:52:08 +01:00
Stefan Seyfried
6c457fb076 shellwindow: reduce update interval
Origin commit data
------------------
Branch: ni/coolstream
Commit: 37ac394cac
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 00:06:26 +01:00
Stefan Seyfried
e714ca0e40 shellwindow: ensure text is set correctly and only when necessary
Origin commit data
------------------
Branch: ni/coolstream
Commit: 61bd0c53b7
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 00:03:52 +01:00
Stefan Seyfried
7d7c373f36 shellwindow: use run_pty() instead of my_popen()
Origin commit data
------------------
Branch: ni/coolstream
Commit: c388c7029e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
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 23:47:01 +01:00
Stefan Seyfried
11ca77a864 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: f1a0cc2351
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-28 (Sat, 28 Jan 2017)



------------------
This commit was generated by Migit
2017-01-28 23:37:45 +01:00
Stefan Seyfried
8e698d8d7f 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: 9d78d7072d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-28 (Sat, 28 Jan 2017)



------------------
This commit was generated by Migit
2017-01-28 23:17:03 +01:00
Stefan Seyfried
969a61785b shellwindow: use time_monotonic_ms()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 207e03bf6f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
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 22:56:05 +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
Stefan Seyfried
8d2dd9d9a8 opkg_manager: avoid the zombie apocalypse, use waitpid()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4dc1efbf2c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
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 14:06:39 +01:00
Stefan Seyfried
45444fb3f4 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: 904788b992
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-01-28 (Sat, 28 Jan 2017)



------------------
This commit was generated by Migit
2017-01-28 14:03:27 +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
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
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
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
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
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
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
Thilo Graf
51710a33b4 CHintBox: add overloaded version of setMsgText() with locale parameter
Origin commit data
------------------
Branch: ni/coolstream
Commit: c60accaeae
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-04 (Wed, 04 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-05 22:53:47 +01:00
Thilo Graf
3fb520c62c CHintBox/CMsgBox: reduce minimal dimensions
Better display for smaller texts.


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



------------------
This commit was generated by Migit
2017-01-05 22:53:44 +01:00
Thilo Graf
361f6eea01 CComponentsFooter: optimize button position and size
Buttons are now smaller so it should be enough, to center only, if not
please report.


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



------------------
This commit was generated by Migit
2017-01-05 22:53:31 +01:00
Thilo Graf
8f57e2739d CComponentsFooter: fix default button font type
Deafult buttonfont is FONT_TYPE_BUTTON_TEXT not FONT_TYPE_MENU_FOOT


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



------------------
This commit was generated by Migit
2017-01-05 22:19:18 +01:00
Thilo Graf
93c032a476 CComponentsButton: try to fix fallback for font size
Some conditions were not catched.


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



------------------
This commit was generated by Migit
2017-01-05 22:19:18 +01:00
Thilo Graf
883085e577 CBEChannelWidget/CBEBouquetWidget: use explicit footer font
Default button font type in footer is button text type and not footer font.
Faces of buttons are still disabled and not visible here,
therefore this should be ok at the moment.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 753cfda243
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-05 (Thu, 05 Jan 2017)



------------------
This commit was generated by Migit
2017-01-05 22:19:18 +01:00
Thilo Graf
0a460b0668 CComponentsButton: fix height comparsion
comparsion with itself


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4a03eb6980
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-05 (Thu, 05 Jan 2017)



------------------
This commit was generated by Migit
2017-01-05 22:19:18 +01:00
Thilo Graf
8266920a1b fontrenderer.cpp: Use additional percentage height offset.
Different font types could have different glyph heights,
Therfore static values seems not really senseful.
eg. chars like ÄÁÂÅÈÉÊËÌÍÎÏÑÒÓÕÖÙÛÜÝ could paint over defined height,

Note: 	However, depending of implementations, the font image may change.
	Most likely this must be adapted to some parts.


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



------------------
This commit was generated by Migit
2017-01-05 22:19:18 +01:00
Thilo Graf
f22390f80d CMovieBrowser: fix possible compiler warning
-misleading-indentatio


Origin commit data
------------------
Branch: ni/coolstream
Commit: 64b2f94dd7
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-05 (Thu, 05 Jan 2017)



------------------
This commit was generated by Migit
2017-01-05 22:19:08 +01:00
Thilo Graf
e106e1b2de CNeutrinoApp: try to fix display intro settings message
Message was not really visible on startup. Contents of InitZapper()
seems to have prevented this.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5014a272e5
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-05 (Thu, 05 Jan 2017)



------------------
This commit was generated by Migit
2017-01-05 22:19:05 +01:00
Michael Liebmann
a86f0a75e9 src/driver/pictureviewer/png.cpp: Fix -Wclobbered compiler warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: 617075c30e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-03 (Tue, 03 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-03 16:45:16 +01:00
Jacek Jendrzej
e6234a0626 src/timerd/timermanager.cpp dont unlock on other errors
Origin commit data
------------------
Branch: ni/coolstream
Commit: 950963146a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-03 (Tue, 03 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-03 15:56:58 +01:00
Jacek Jendrzej
b27ce1c707 src/eitd/edvbstring.cpp init array
Origin commit data
------------------
Branch: ni/coolstream
Commit: 80728520f6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-01-03 (Tue, 03 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-03 15:38:04 +01:00
vanhofen
71213a44ad infoviewer_bb: use OFFSET defines in getBBIconInfo()
Origin commit data
------------------
Branch: ni/coolstream
Commit: b48c657991
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-02 (Mon, 02 Jan 2017)

Origin message was:
------------------
- infoviewer_bb: use OFFSET defines in getBBIconInfo()

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

------------------
This commit was generated by Migit
2017-01-02 23:51:12 +01:00
Michael Liebmann
017064916e src/driver/pictureviewer/png.cpp: Add support for gray scale PNGs...
...with alpha channel


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



------------------
This commit was generated by Migit
2017-01-01 23:09:54 +01:00
Thilo Graf
0cc71f1a36 CComponentsButton: try to fix font size in buttons
Some text in button chains had different font sizes. To see in some
Messageboxes.


Origin commit data
------------------
Branch: ni/coolstream
Commit: b335408913
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-29 (Thu, 29 Dec 2016)



------------------
This commit was generated by Migit
2016-12-30 20:33:26 +01:00
Thilo Graf
624aaed1a8 CComponentsHeader/CComponentsFooter: prevent crash on changed font settings
Default fonts for header and footer must be handled too.
After font settings changes these objects could be invalid.
Default fonts have invalid pointers after font changes too. Extra reset is required.


Origin commit data
------------------
Branch: ni/coolstream
Commit: b98319cb91
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-29 (Thu, 29 Dec 2016)



------------------
This commit was generated by Migit
2016-12-30 20:33:26 +01:00
Thilo Graf
7b86130483 CComponentsWindow: use FONT_TYPE_BUTTON_TEXT instead FONT_TYPE_MENU_FOOT
Buttton text is not the same like footer text.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6a3b07152f
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-29 (Thu, 29 Dec 2016)



------------------
This commit was generated by Migit
2016-12-30 20:33:26 +01:00
Thilo Graf
4bff9c78cc CComponentsTimer: try to fix possible uncanceled thread
Origin commit data
------------------
Branch: ni/coolstream
Commit: e9122fbc4b
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-29 (Thu, 29 Dec 2016)


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

------------------
This commit was generated by Migit
2016-12-30 20:33:26 +01:00