Commit Graph

81 Commits

Author SHA1 Message Date
[CST] Focus
37ad811196 driver/framebuffer.cpp: try to load icons first from /var/tuxbox/icons/
Origin commit data
------------------
Commit: 1ee458e461
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-01-27 (Mon, 27 Jan 2014)
2014-01-27 15:44:15 +04:00
[CST] Focus
9fc9267701 driver/framebuffer.cpp: switch from window_size to window width/height,
allow 50% min window size


Origin commit data
------------------
Commit: 0dc92e99f9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-07 (Thu, 07 Nov 2013)
2013-11-07 17:25:15 +04:00
Thilo Graf
5f9bb84b28 revert 2649ca147a
Was bad idea to rename. Other Classes can also inherit this. See CMenuTarget


Origin commit data
------------------
Commit: 6dd1da0628
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-10-25 (Fri, 25 Oct 2013)
2013-10-26 23:25:59 +02:00
Thilo Graf
2649ca147a CComponents: rename hide() to hideCC()
There are too many name conflicts with hide-members in other classes.


Origin commit data
------------------
Commit: 6ee7fac1a5
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-10-24 (Thu, 24 Oct 2013)
2013-10-24 21:39:04 +02:00
Michael Liebmann
a6eefc134f CFrameBuffer: Fix query for Apollo hardware
Origin commit data
------------------
Commit: df43ca24fa
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-10-21 (Mon, 21 Oct 2013)
2013-10-21 09:32:15 +02:00
gixxpunk
760e71af9f fix annoying gui flickering when fading is activated on nevis
Origin commit data
------------------
Commit: 80fbe7db4c
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2013-10-20 (Sun, 20 Oct 2013)

Origin message was:
------------------
- fix annoying gui flickering when fading is activated on nevis
2013-10-20 21:07:59 +02:00
vanhofen
4bcbf90dc1 osd_setup: introduce g_settings.window_size to scale some windows
* remove g_settings.big_windows
* add setup window (use up/down to change size)


Origin commit data
------------------
Commit: 6ed30528f9
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-09-02 (Mon, 02 Sep 2013)

Origin message was:
------------------
- osd_setup: introduce g_settings.window_size to scale some windows

* remove g_settings.big_windows
* add setup window (use up/down to change size)
2013-09-02 20:59:26 +02:00
Michael Liebmann
d31569ad28 Activate reworked mute icon handling for apollo hardware
Origin commit data
------------------
Commit: 677a3ba116
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-08-24 (Sat, 24 Aug 2013)
2013-08-24 15:51:29 +02:00
Michael Liebmann
06973062e0 Fix compile neutrino don't use USE_NEVIS_GXA
Origin commit data
------------------
Commit: 2b03fd0ddc
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)

Origin message was:
------------------
* Fix compile neutrino don't use USE_NEVIS_GXA
2013-05-28 20:49:24 +02:00
Stefan Seyfried
accdd4ebd2 framebuffer: implement alphablending for non-accelerated devices
Origin commit data
------------------
Commit: 820426eaaa
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-24 (Sat, 24 Nov 2012)
2013-05-28 20:49:24 +02:00
Thilo Graf
31f97d4d0b CFrameBuffer: style fixes
Scope of the some variable can be reduced, and
waitForIdle(): %d in format string requires a signed integer given in
the argument list.


Origin commit data
------------------
Commit: 73cf6e9410
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-20 (Mon, 20 May 2013)
2013-05-25 16:48:35 +02:00
Michael Liebmann
78e191de29 CFrameBuffer::paintBoxRel: Skip paint the line, if the calculated width < 0
- When width < 0 GXA overwrites undefined image regions
- Skip paint the line, if the calculated width = 0 (unnecessarily)


Origin commit data
------------------
Commit: 00dd399ff9
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-24 (Fri, 24 May 2013)

Origin message was:
------------------
* CFrameBuffer::paintBoxRel: Skip paint the line, if the calculated width < 0

- When width < 0 GXA overwrites undefined image regions
- Skip paint the line, if the calculated width = 0 (unnecessarily)
2013-05-24 09:56:07 +02:00
Michael Liebmann
f72058e32e CFrameBuffer::waitForIdle: Added a parameter
to identify the execution at Debug Output
- For example: name of the calling function


Origin commit data
------------------
Commit: d460c50bd5
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-17 (Fri, 17 May 2013)

Origin message was:
------------------
* CFrameBuffer::waitForIdle: Added a parameter

 to identify the execution at Debug Output
- For example: name of the calling function
2013-05-18 14:44:20 +01:00
Michael Liebmann
36663ad335 CFrameBuffer: Rework paintBoxFrame()
- Rounded corners can be displayed individually
- Improved rendering of circular arcs
- Remove duplicate code in paintBoxRel()


Origin commit data
------------------
Commit: b089d9bf20
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-16 (Thu, 16 May 2013)

Origin message was:
------------------
* CFrameBuffer: Rework paintBoxFrame()

- Rounded corners can be displayed individually
- Improved rendering of circular arcs
- Remove duplicate code in paintBoxRel()
2013-05-16 11:01:41 +01:00
Michael Liebmann
2b64c52a2f Rework handling muteicon
- Integrated for monitoring the mute icon into the frame buffer class.
 If the icon is overwritten by an element, it is restored from the
 framebuffer.

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 1049b337bb
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)

Origin message was:
------------------
* Rework handling muteicon

- Integrated for monitoring the mute icon into the frame buffer class.
 If the icon is overwritten by an element, it is restored from the
 framebuffer.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2013-05-16 11:01:41 +01:00
vanhofen
f549c03355 framebuffer: add possibility to force small windows
Origin commit data
------------------
Commit: 742cc81f46
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-10 (Fri, 10 May 2013)

Origin message was:
------------------
- framebuffer: add possibility to force small windows
2013-05-10 10:31:46 +02:00
Thilo Graf
51e81122b5 CVolumeBar: rework volumebar handling
Use CComponenets and separates the gui part from driver part

- add new class CVolumeBar as CComponentsForm
- Various changes for reworked volume bar handling in some classes
- Move AudioMute() from CVolume to new class CAudioMute
- Use CComponentsPicture to paint muteicon


Origin commit data
------------------
Commit: 8baec6d62a
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-04 (Sat, 04 May 2013)
2013-05-08 05:11:24 +01:00
Michael Liebmann
85ef783f6c CFrameBuffer::paintBoxRel(): Correct debug message if dx or dy are 0
Origin commit data
------------------
Commit: d802b85bbc
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-05 (Sun, 05 May 2013)

Origin message was:
------------------
* CFrameBuffer::paintBoxRel(): Correct debug message if dx or dy are 0
2013-05-05 13:12:08 +01:00
vanhofen
b659d5c95a strech most windows to full screen
* switchable with existing switch for 'big_windows'
* 'big_windows' default is on

Conflicts:
	src/gui/bedit/bouqueteditor_bouquets.cpp
	src/gui/bedit/bouqueteditor_channels.cpp
	src/gui/bedit/bouqueteditor_chanselect.cpp


Origin commit data
------------------
Commit: 4714a30f83
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)

Origin message was:
------------------
- strech most windows to full screen

* switchable with existing switch for 'big_windows'
* 'big_windows' default is on

Conflicts:
	src/gui/bedit/bouqueteditor_bouquets.cpp
	src/gui/bedit/bouqueteditor_channels.cpp
	src/gui/bedit/bouqueteditor_chanselect.cpp
2013-04-01 15:42:38 +04:00
[CST] Focus
0aaabe8d69 driver/framebuffer.cpp: fix round corners, if only one top or bottom included
Origin commit data
------------------
Commit: 5964a70854
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-29 (Fri, 29 Mar 2013)
2013-03-29 14:30:08 +04:00
[CST] Focus
886c55220d driver/framebuffer.cpp: fix nevix box paint
Origin commit data
------------------
Commit: b30d913dbd
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-27 (Wed, 27 Mar 2013)
2013-03-27 14:38:43 +04:00
[CST] Bas
b61891f11e Merge branch 'next' of coolstreamtech.de:cst-private-neutrino into next
Origin commit data
------------------
Commit: 34187b12cd
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2013-01-28 (Mon, 28 Jan 2013)
2013-01-29 01:21:50 +08:00
[CST] Bas
953831c2c3 neutrino: fix file locations. use the predetermined CONFIGDIR instead of hardcoding paths.
Origin commit data
------------------
Commit: 8dfa226920
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2013-01-25 (Fri, 25 Jan 2013)
2013-01-25 10:33:40 +08:00
[CST] Focus
dd6a4b430b driver/framebuffer.cpp: move fade sleep workaround to fade.cpp
Origin commit data
------------------
Commit: 3f7ddf58a5
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-23 (Wed, 23 Jan 2013)
2013-01-23 11:57:27 +04:00
[CST] Focus
285e7f74e0 driver/framebuffer.cpp: paintBoxRel with solid fill for nevis
Origin commit data
------------------
Commit: 0dfd9d0a47
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-18 (Fri, 18 Jan 2013)
2013-01-18 15:48:13 +04:00
[CST] Bas
069054f613 src/driver/framebuffer.cpp: don't use 2d accelerator for small lines, fall-back to s/w.
Origin commit data
------------------
Commit: 29e5a32e09
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2013-01-18 (Fri, 18 Jan 2013)
2013-01-18 19:15:12 +08:00
[CST] Focus
471125a0bc driver/framebuffer.cpp: fix
Origin commit data
------------------
Commit: 03ee79aaf0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-18 (Fri, 18 Jan 2013)
2013-01-18 11:10:35 +04:00
[CST] Bas
896ca77074 merge neutrino-apollo
Origin commit data
------------------
Commit: e7833b099f
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2013-01-18 (Fri, 18 Jan 2013)
2013-01-18 10:59:27 +04:00
[CST] Focus
0b0e3fa5eb driver/framebuffer.cpp: use box model to enable FB_HW_ACCELERATION
Origin commit data
------------------
Commit: 51ae178942
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)
2013-01-11 18:52:11 +04:00
[CST] Focus
48da51616c driver/framebuffer.cpp: fix USE_NEVIS_GXA code
Origin commit data
------------------
Commit: 71999b5f08
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)
2013-01-11 15:12:34 +04:00
[CST] Focus
d3a71db0b1 merge public git changes
Origin commit data
------------------
Commit: 6e41c65fad
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-09 (Wed, 09 Jan 2013)
2013-01-09 19:30:07 +04:00
Jacek Jendrzej
d7a2395633 src/driver/framebuffer.cpp: fix fb for Threads use
Origin commit data
------------------
Commit: 3bbaddec39
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-01-02 (Wed, 02 Jan 2013)
2013-01-02 15:55:19 +01:00
[CST] Focus
7dab563955 driver/framebuffer.cpp: cleanup, add ioctls to blit/fill rect using FB
Origin commit data
------------------
Commit: 418890957d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-12-26 (Wed, 26 Dec 2012)
2012-12-26 12:20:10 +04:00
Jacek Jendrzej
34f7ce25f6 /bouquetlist.cpp: close Favo also with RC_favorites
Origin commit data
------------------
Commit: e50a5ef013
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-12 (Wed, 12 Sep 2012)
2012-09-12 22:48:15 +02:00
Jacek Jendrzej
41e57ce7bc comment out never used
Origin commit data
------------------
Commit: 9124c20f31
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-08-04 (Sat, 04 Aug 2012)
2012-08-04 10:03:19 +02:00
Jacek Jendrzej
04be37cf14 performance Prefer prefix ++/-- operators for non-primitive types.
Origin commit data
------------------
Commit: bb347b3a44
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-04-28 (Sat, 28 Apr 2012)
2012-04-28 10:56:27 +02:00
Michael Liebmann
367fbc656e Moviebrowser: disabled 'pseudo' transparency for display screenshot
- Global setting for picture / icon transparency can be made
 in framebuffer constuctor
- Default is old standard (transparency when Black Content)
- Individual transparency with CFrameBuffer::SetTransparent()

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2155 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 5fee27085d
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-03-19 (Mon, 19 Mar 2012)

Origin message was:
------------------
* Moviebrowser: disabled 'pseudo' transparency for display screenshot

- Global setting for picture / icon transparency can be made
 in framebuffer constuctor
- Default is old standard (transparency when Black Content)
- Individual transparency with CFrameBuffer::SetTransparent()

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2155 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-19 21:40:03 +00:00
Michael Liebmann
7d83fe79da neutrino: GUI Painting of Vol. Mute and Clock (Part2)
- Move painting of muteicon to framebuffer
- Background removed for MuteIcon (switchable)

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2152 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: cece80cc6f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-03-18 (Sun, 18 Mar 2012)

Origin message was:
------------------
* neutrino: GUI Painting of Vol. Mute and Clock (Part2)

- Move painting of muteicon to framebuffer
- Background removed for MuteIcon (switchable)

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2152 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-18 18:46:40 +00:00
Michael Liebmann
5321c4c754 Add paint background to paintIcon() / DisplayImage()
- paint background before display icon in CFrameBuffer::paintIcon()
- paint background before display image in CPictureViewer::DisplayImage()

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2082 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 6bbef9a0f6
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-02-07 (Tue, 07 Feb 2012)

Origin message was:
------------------
* Add paint background to paintIcon() / DisplayImage()

- paint background before display icon in CFrameBuffer::paintIcon()
- paint background before display image in CPictureViewer::DisplayImage()

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2082 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-07 11:12:45 +00:00
[CST] Focus
a41b37cda6 Remove second arg from setBlendLevel
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1953 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 19e2c186c2
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-12-06 (Tue, 06 Dec 2011)
2011-12-06 15:50:50 +00:00
gixxpunk
55de6ee192 add support for 24bit PNGs with alpha-channel
- modify resize function

If you encounter problems please report here including a log: http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/10561-transparente-senderlogos/?s=d3381092abb5a81271ebfa0c4219f73f0ba7b8ca

THX micha_bbg!

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1715 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: d8f8a99d86
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-09-27 (Tue, 27 Sep 2011)

Origin message was:
------------------
- add support for 24bit PNGs with alpha-channel
- modify resize function

If you encounter problems please report here including a log: http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/10561-transparente-senderlogos/?s=d3381092abb5a81271ebfa0c4219f73f0ba7b8ca

THX micha_bbg!

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1715 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-09-27 15:41:31 +00:00
Jacek Jendrzej
ca650079c4 fix shadow
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1421 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: e2634e2938
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-05-02 (Mon, 02 May 2011)

Origin message was:
------------------
-fix shadow

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1421 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-05-02 11:05:41 +00:00
gixxpunk
9d6062cbe9 fix transparency (patch by FlatTV) -> http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/p129521-transparente-senderlogos/#post129521
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1417 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: e9e7977206
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2011-04-29 (Fri, 29 Apr 2011)

Origin message was:
------------------
- fix transparency (patch by FlatTV) -> http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/p129521-transparente-senderlogos/#post129521

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1417 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-04-29 20:04:17 +00:00
[CST] Focus
0e8d1c2f82 Fade changes for new fb driver
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1413 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 1df85f6ea3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-04-23 (Sat, 23 Apr 2011)
2011-04-23 10:24:09 +00:00
Jacek Jendrzej
4ae229aea7 memcpy -> memmove
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1278 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 85f5e1110d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-03-09 (Wed, 09 Mar 2011)
2011-03-09 12:55:31 +00:00
Stefan Seyfried
0fe1417d3e cFramebuffer: fix compiler warnings for !USE_NEVIS_GXA case
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1267 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: eea87682d2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-03-06 (Sun, 06 Mar 2011)
2011-03-06 18:30:23 +00:00
Jacek Jendrzej
c1bd2a70a4 fix crashes
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@995 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: ff7d5c50cf
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-01-03 (Mon, 03 Jan 2011)

Origin message was:
------------------
-fix crashes

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@995 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-01-03 09:34:54 +00:00
Stefan Seyfried
a2135c2c52 add generic dispatcher headers for frontend etc
add generic audio, video and demux headers in zapit/include (TODO: put them
into a better place, or put wrappers into lib directories) that automatically
dispatch to the hardware specific functions and use them in the code

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@962 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 2590adfe15
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-12-25 (Sat, 25 Dec 2010)
2010-12-25 17:43:28 +00:00
Jacek Jendrzej
61ba646e9d add paintBoxFrame (copy/paste from GetAway patch )
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@881 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 7c4fd8417f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-11-02 (Tue, 02 Nov 2010)

Origin message was:
------------------
-add paintBoxFrame (copy/paste from GetAway patch )

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@881 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-11-02 19:02:14 +00:00
Jacek Jendrzej
470985c88e fix Wshadow compil
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@769 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: e9daa350d1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-09-14 (Tue, 14 Sep 2010)

Origin message was:
------------------
 fix Wshadow compil

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@769 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-09-14 16:08:54 +00:00