Commit Graph

2200 Commits

Author SHA1 Message Date
Stefan Seyfried
b6ea221019 neutrino: increase repeat blocker default
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2b5c9f6123
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-06 (Fri, 06 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:59 +02:00
Stefan Seyfried
e1298ee0dd spark: fix CFrameBuffer::paintIcon8
this is used in channel search, fixes the radar icon


Origin commit data
------------------
Branch: ni/coolstream
Commit: 108de97bfb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-06 (Fri, 06 Apr 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:59 +02:00
Stefan Seyfried
e2d40f2aa2 stringinput: fix last commit
the fix for bounded input fields broke unbounded ones...


Origin commit data
------------------
Branch: ni/coolstream
Commit: 38f2d7d0ee
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-06 (Fri, 06 Apr 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:59 +02:00
Stefan Seyfried
42cf748b66 audiodec: don't compile unused code
Origin commit data
------------------
Branch: ni/coolstream
Commit: d6b4626737
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-06 (Fri, 06 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:59 +02:00
Stefan Seyfried
8446c1ba0f spark: fix transparent icon blitting
no, the CFrameBuffer::blit2FB() API is *not* intuitive
(transp == true means: no transparency...)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 20f20c8511
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-04 (Wed, 04 Apr 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:59 +02:00
Stefan Seyfried
495c2ebc19 fontrenderer: mark only the really used FB area dirty
Origin commit data
------------------
Branch: ni/coolstream
Commit: b8379ebbc6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-03 (Tue, 03 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:59 +02:00
Stefan Seyfried
24b0ba034f spark: adapt movieplayer to the hardware's capabilities
* add more supported file formats
* allow to select DTS audio


Origin commit data
------------------
Branch: ni/coolstream
Commit: 017da9835d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:59 +02:00
Stefan Seyfried
ac7219d4a2 stringinput: font scaling factors < 100 could not be entered
Origin commit data
------------------
Branch: ni/coolstream
Commit: 004f736b68
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:59 +02:00
Stefan Seyfried
35d8abb639 spark: only update LED display once per second
The LED driver seems to be pretty slow, so dont hammer
it with display requests.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 779aa5b947
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:58 +02:00
Stefan Seyfried
5acdd48d0f spark: also show menu texts on LED display
Even though this is hard to read, it might still allow
to navigate blind in case e.g. videosettings are wrong.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8a5b2241f5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:58 +02:00
Stefan Seyfried
b5e99aca2e spark: fix icon blitting (again :-)
Origin commit data
------------------
Branch: ni/coolstream
Commit: be106b8f63
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:58 +02:00
Stefan Seyfried
c2b92f477b spark: fix screen_preset selection
Origin commit data
------------------
Branch: ni/coolstream
Commit: 187a7c6851
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:58 +02:00
Stefan Seyfried
b527e04abb dvbsub: fix unused-var compiler warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 269cbbe512
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:58 +02:00
Stefan Seyfried
2b07165bfc spark: blit framebuffer once per second
Just for the case that some code has not yet added the correct
fb->blit() calls, call it once per second to make sure that
stuff appears on the display.
If you find menus or stuff which is lagging heavily, they are
probably missing those blit() calls.
Of course this has nothing to do with the LED display code,
but putting it there saves us from using yet another thread.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 366751e85a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:58 +02:00
Stefan Seyfried
38fed3f667 tuxtxt: adapt to framebuffer blitting changes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 33c5da3515
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:58 +02:00
Stefan Seyfried
20c8c79594 fontrenderer: mark used region, so that blitting works
Origin commit data
------------------
Branch: ni/coolstream
Commit: f44dcf26a9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:58 +02:00
Stefan Seyfried
c2112d87bb neutrino: adapt to the framebuffer_spark blitter change
basically add fb->blit() in every widget where necessary to
make sure the framebuffer is updated with current content


Origin commit data
------------------
Branch: ni/coolstream
Commit: a029333c1a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:57 +02:00
Stefan Seyfried
d5d960300f spark: use blitter to scale to non-720p framebuffer resolutions
Let everyone render in an offscreen buffer of 1280x720 pixels,
then blit to primary, scaling to target resolution.

This will need some calls to ->blit() sprinkled all over neutrino
which will come in a follow-up commit.


Origin commit data
------------------
Branch: ni/coolstream
Commit: ca873b609f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-01 (Sun, 01 Apr 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:57 +02:00
Stefan Seyfried
d9113c3d50 spark: revert framebuffer scaling commits
we're going to use the STFB blitter instead of manually
scaling everything if the videomode is not 720p, so more
or less revert all commits regarding FB scaling:

Revert "fontrenderer: scale fonts for nonstandard FB resolutions"
Revert "neutrino: resize framebuffer on videomode change"
Revert "fontrenderer: fix issue with epgwindow font when FB is scaling"
Revert "neutrino: fix artefacts with scaling framebuffer and 1080i"
Revert "spark: draw lines 2px wide instead of 1 in full-HD mode"
Revert "spark: do not scale framebuffer for PAL mode"
Revert "spark: fix framebuffer glitches"
Revert "spark: do not sync blitter after every rectangle (improves performance)"


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7fcd36ed66
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-31 (Sat, 31 Mar 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:57 +02:00
Stefan Seyfried
98f6f2a7e0 spark: improve time display in standby mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7a22a029d1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:57 +02:00
Stefan Seyfried
d12b170c58 rcsim: fix 'event - read failed!' messages
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0ab36fd2c6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:57 +02:00
Stefan Seyfried
99a3e8c0e1 neutrino: improve timezone handling
* only offer timezones which are actually installed in the system
* symlink the timezone file to /etc/localtime instead of copying


Origin commit data
------------------
Branch: ni/coolstream
Commit: f130d20b64
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-29 (Thu, 29 Mar 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:57 +02:00
Stefan Seyfried
bee653af52 spark: use LED display for time and volume
This is a first draft of code to display time and
volume percent on the 4 digit display on spark boxes.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9ab80482fa
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-28 (Wed, 28 Mar 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:57 +02:00
Stefan Seyfried
8b82d1a5cf infoviewer: only show remaining time if time is set
Origin commit data
------------------
Branch: ni/coolstream
Commit: b8cf78a490
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-25 (Sun, 25 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:57 +02:00
Stefan Seyfried
c0981d0765 rcinput: really ignore EV_SYN events
Origin commit data
------------------
Branch: ni/coolstream
Commit: ffc3aa983d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-25 (Sun, 25 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:57 +02:00
Stefan Seyfried
06509a0946 neutrino: fix input device repeat setting for pre 2.6.17 kernels
Origin commit data
------------------
Branch: ni/coolstream
Commit: 146c46da8e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-25 (Sun, 25 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:57 +02:00
Stefan Seyfried
a27344b5ea neutrino: more variable init fixes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 63178c1e2a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-25 (Sun, 25 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:57 +02:00
Stefan Seyfried
cf62e241d0 CPlugins: align with original neutrino code, small optimization
Origin commit data
------------------
Branch: ni/coolstream
Commit: 201bb3524d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-25 (Sun, 25 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:57 +02:00
Stefan Seyfried
a2a51bfdfe CFBWindow: align with original neutrino code by removing useless casts
Origin commit data
------------------
Branch: ni/coolstream
Commit: 27c6be9c84
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-25 (Sun, 25 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
83ff41f9e4 Revert "sectionsd: simplify EPG save / load code"
This reverts commit cdd1cbee29cab90191d34aaba96f37c65aa50a40.

The currently used XML reader implementation is allocating huge
amounts of memory for big files, so using many small files is
more workable right now :-(


Origin commit data
------------------
Branch: ni/coolstream
Commit: 784473d608
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-25 (Sun, 25 Mar 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
ee389b1e94 neutrino: various fixes and ports from the original
* avoid ambiguities in new and delete by always allocating char[]
* get rid of unused next_program_timer
* reduce code differences to original, known good neutrino code


Origin commit data
------------------
Branch: ni/coolstream
Commit: 38eb03547b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-24 (Sat, 24 Mar 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
9990f43d3e misc variable init fixes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3189f7fdc4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-24 (Sat, 24 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
8e529bb8f1 dvbsub: use the FB backbuffer on spark
Origin commit data
------------------
Branch: ni/coolstream
Commit: 40532a9d67
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-19 (Mon, 19 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
baa6504ec5 neutrino: add support for the SPARK frontpanel buttons
Origin commit data
------------------
Branch: ni/coolstream
Commit: 04ba38f14f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-19 (Mon, 19 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
1d356863e2 neutrino: set input device repeat on spark/tripledragon
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9221807a7c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-19 (Mon, 19 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
816790f15c neutrino: better default for initial rcdelay value
Origin commit data
------------------
Branch: ni/coolstream
Commit: 49ee83b1de
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-19 (Mon, 19 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
b673293827 dvbsub: ratelimit 'bad start code' messages
Origin commit data
------------------
Branch: ni/coolstream
Commit: 33a24a25f0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-17 (Sat, 17 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
f38aa8e137 zapit: add workaround for SPARK driver problems
the h264 decoder seems to not like running out of data, so if the
frontend looses lock, the player2 driver might crash
workaround for now is to stop the video decoder if the lock is lost


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0db2f30f3d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-17 (Sat, 17 Mar 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
ea7d4f4bd3 streaminfo2: poll more often to avoid demux overflows
additionally a tiny loop optimization


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1c86d5b334
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-14 (Wed, 14 Mar 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
62c1a90f84 dvbsub: use blitter to scale subtitles on spark
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9509da25a7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-14 (Wed, 14 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:56 +02:00
Stefan Seyfried
03bb623280 dvbsub: fix scaling
Scale subtitles to full FB size, disregard OSD setup area. Reason: the
video decoder plane also does not consider OSD setup and subtitles
should align with video. Additionally, subtitles were too narrow.
TODO: what about letterboxed formats? Not handled yet.

Code is experimental, thus the original is #if 0'ed out only.


Origin commit data
------------------
Branch: ni/coolstream
Commit: b6eb045c9b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-14 (Wed, 14 Mar 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:55 +02:00
Stefan Seyfried
17eaf977c7 dvbsub: do not clear subtitles more than once
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7f10c6673e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-14 (Wed, 14 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:55 +02:00
Stefan Seyfried
317f8b58b2 tuxtxt: fix display with scaling FB, use hw accel if available
* Use a separate framebuffer and backbuffer on SPARK (the framebuffer
 is not big enough to have both buffers in it).
* make tuxtxt work correctly with scaling FB (1080 full-HD modes)
* improve performance by using the blitter to copy from back- to frame
 buffer if available (spark)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 99952cb9d7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-11 (Sun, 11 Mar 2012)

Origin message was:
------------------
tuxtxt: fix display with scaling FB, use hw accel if available

* Use a separate framebuffer and backbuffer on SPARK (the framebuffer
 is not big enough to have both buffers in it).
* make tuxtxt work correctly with scaling FB (1080 full-HD modes)
* improve performance by using the blitter to copy from back- to frame
 buffer if available (spark)


------------------
This commit was generated by Migit
2012-04-17 19:33:55 +02:00
Stefan Seyfried
93fbea3abc framebuffer: make blit2FB usable for tuxtxt
Origin commit data
------------------
Branch: ni/coolstream
Commit: 47f09004d8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-11 (Sun, 11 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:55 +02:00
Stefan Seyfried
668552875d framebuffer,loadSetup: fix TD build
Origin commit data
------------------
Branch: ni/coolstream
Commit: 26f85435a8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-11 (Sun, 11 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:55 +02:00
Stefan Seyfried
34fe95ac0e neutrino: change 'create hd bouquet' default to 'no'
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4856816f5a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-10 (Sat, 10 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:55 +02:00
Stefan Seyfried
755c494c47 neutrino: different videomode defaults depending on platform
On Tripledragon, or if NEUTRINO_DEFAULT_SCART variable is set,
default to PAL mode. Otherwise default to 720p.
NEUTRINO_DEFAULT_SCART is set by start_neutrino if no HDMI is present.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8d03db67ba
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-10 (Sat, 10 Mar 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:55 +02:00
Stefan Seyfried
0d263f81a9 spark: do not sync blitter after every rectangle (improves performance)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 62d546f7c5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-10 (Sat, 10 Mar 2012)


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

------------------
This commit was generated by Migit
2012-04-17 19:33:55 +02:00
Stefan Seyfried
daaccee3b4 spark: fix framebuffer glitches
* explicitly flush the blitter after every operation
* msync() only the needed range for blitting
This fixes e.g. 2x green button in osd range setup


Origin commit data
------------------
Branch: ni/coolstream
Commit: ef03e351ab
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-10 (Sat, 10 Mar 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:55 +02:00
Stefan Seyfried
dd3963e2b1 neutrino: simplify streaminfo and make it scaling-aware
fb->paintLine() is aware of scaling, but fb->paintPixel() is not.
Use paintLine() in streaminfo to fix it for scaling FB mode.
Simplify the code while we are at it.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3ac9bb5388
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-10 (Sat, 10 Mar 2012)



------------------
This commit was generated by Migit
2012-04-17 19:33:54 +02:00