Commit Graph

8615 Commits

Author SHA1 Message Date
Thilo Graf
f65d59de3e CComponentsText: add signal OnBeforePaint into text paint() methode
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7395cd2685
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-27 (Fri, 27 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-29 21:52:52 +01:00
Thilo Graf
32bfe77f5c CComponentsText: add missing parameters to kill() methode
Origin commit data
------------------
Branch: ni/coolstream
Commit: f93a321c92
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-01-27 (Fri, 27 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-29 21:52:52 +01:00
vanhofen
0f7e8b1545 Merge branch 'master' into pu/font
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8c0c273de0
Author: vanhofen <vanhofen@gmx.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:42:58 +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
8dba6791a9 Merge branch 'master' into pu/font
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9d039228ff
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:57 +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
Michael Liebmann
a005c82948 Merge branch 'master' into pu/font
Origin commit data
------------------
Branch: ni/coolstream
Commit: b886b48e72
Author: Michael Liebmann <tuxcode.bbg@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 18:51:14 +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
Michael Liebmann
46cf08e884 configure.ac: Fix freetype check
- Supplement for commit 7f78259dc6


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



------------------
This commit was generated by Migit
2017-01-28 09:31:47 +01:00
Michael Liebmann
dd3ba75f83 Merge branch 'master' into pu/font
Origin commit data
------------------
Branch: ni/coolstream
Commit: d33a2e5c54
Author: Michael Liebmann <tuxcode.bbg@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 09:31:35 +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
Michael Liebmann
806ec2a0de CVolumeBar: Enable background paint for digits
Origin commit data
------------------
Branch: ni/coolstream
Commit: d6d8127c39
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-27 (Fri, 27 Jan 2017)


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

------------------
This commit was generated by Migit
2017-01-27 10:48:34 +01:00
Michael Liebmann
7f78259dc6 configure.ac: Check freetype version >= 2.5.0
Origin commit data
------------------
Branch: ni/coolstream
Commit: 33283d77bd
Author: Michael Liebmann <tuxcode.bbg@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 18:26:28 +01:00
Michael Liebmann
2b03cc9e25 Merge branch 'master' into pu/font
Origin commit data
------------------
Branch: ni/coolstream
Commit: b9e7ac7ee8
Author: Michael Liebmann <tuxcode.bbg@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 18:25:03 +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
Michael Liebmann
31ce3ec966 CInfoViewer: Use flag Font::FULLBG for RenderString()
dependent on g_settings.theme.infobar_gradient_*


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



------------------
This commit was generated by Migit
2017-01-25 16:33:47 +01:00
Thilo Graf
c99cf1aa5d CChannelList: ensure repaint of new header content
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2abd60e856
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:47 +01:00
Thilo Graf
dbf1a74abe CComponentsHeader: add missing paramters to kill methode
Origin commit data
------------------
Branch: ni/coolstream
Commit: 00163ba04e
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:47 +01:00
Thilo Graf
a6244caf0a CEventList: fix current channel position and ensure clean up header
Current channel name was out of center and a clean up of header
background was required because texts are only painted with transparent background and old texts are futher visible.
Now we have a clean background before repaint logo or new channel names.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5e43b1f7e1
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
1968edc48d CComponentsForm: remove debug spam
Origin commit data
------------------
Branch: ni/coolstream
Commit: b881e27a55
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
c7985e73fd CImageInfo: prevent possible overpainting while switching of sub text caption
Origin commit data
------------------
Branch: ni/coolstream
Commit: 380b2be67c
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
bd0c404cf6 CInfoViewer: enable kill text items after killed title
This causes repaint text on next view of infobar.


Origin commit data
------------------
Branch: ni/coolstream
Commit: fb541268f5
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:46 +01:00
Thilo Graf
1454c92443 CComponentsText: add explicit kill methode and add ct_force_text_paint
After hide or kill text will does not paint without ct_force_text_paint,
so it is required to add this.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 54e279fddc
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:46 +01:00
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