Commit Graph

7495 Commits

Author SHA1 Message Date
vanhofen
fd0317a21a rc_lock: rework class; switch to singleton; add icon; vfd-support
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2eb0aed5db
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-20 (Wed, 20 Jan 2016)

Origin message was:
------------------
- rc_lock: rework class; switch to singleton; add icon; vfd-support

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

------------------
This commit was generated by Migit
2016-01-20 20:26:52 +01:00
Thilo Graf
909e0484d4 CMovieBrowser:try to fix cover position and ratio for custom covers
TODO: 4:3 screenshot are still broken
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7783ee684f
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-19 (Tue, 19 Jan 2016)



------------------
This commit was generated by Migit
2016-01-19 15:33:05 +01:00
Thilo Graf
e7ba1ac2b6 CComponentsPicture: fix missing dimension values on wrong image location
In some constellations we can't get dimensions from getIconSize(),
so it is useful to fall back to g_PicViewer->getSize().

Cache cleanup removed, can be done at runtime if required.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0c67739074
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-19 (Tue, 19 Jan 2016)



------------------
This commit was generated by Migit
2016-01-19 15:33:05 +01:00
Stefan Seyfried
1ff26df09f edit lua_api_version.h instead of autogenerating it
This will help those who do not use ccache :-)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 96d7401e08
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)



------------------
This commit was generated by Migit
2016-01-19 08:28:43 +01:00
vanhofen
364954ef6b listhelpers: satisfy -Werror
Origin commit data
------------------
Branch: ni/coolstream
Commit: 299852d388
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-18 (Mon, 18 Jan 2016)

Origin message was:
------------------
- listhelpers: satisfy -Werror

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

------------------
This commit was generated by Migit
2016-01-18 13:43:46 +01:00
vanhofen
bfdb68d9ca Revert "rcinput/neutrino: avoid the use of EVT_TIMESET"
This reverts commit 00bf8a7e92.

In some cases keys are don't used immediately:
---
0 key: 0074 value 0, translate: 0074 -standby-
1 key: 0074 value 1, translate: 0074 -standby-
0 key: 0074 value 0, translate: 0074 -standby-
1 key: 0074 value 1, translate: 0074 -standby-
CVFD::ShowText: [14:14]
0 key: 0074 value 0, translate: 0074 -standby-
1 key: 0074 value 1, translate: 0074 -standby-
0 key: 0074 value 0, translate: 0074 -standby-
1 key: 0074 value 1, translate: 0074 -standby-
0 key: 0074 value 0, translate: 0074 -standby-
1 key: 0074 value 1, translate: 0074 -standby-
0 key: 0074 value 0, translate: 0074 -standby-
1 key: 0074 value 1, translate: 0074 -standby-
0 key: 0074 value 0, translate: 0074 -standby-
1 key: 0074 value 1, translate: 0074 -standby-
0 key: 0074 value 0, translate: 0074 -standby-
1 key: 0074 value 1, translate: 0074 -standby-
0 key: 0074 value 0, translate: 0074 -standby-
1 key: 0074 value 1, translate: 0074 -standby-
0 key: 0074 value 0, translate: 0074 -standby-
1 key: 0074 value 1, translate: 0074 -standby-
0 key: 0074 value 0, translate: 0074 -standby-
1 key: 0074 value 1, translate: 0074 -standby-
0 key: 0074 value 0, translate: 0074 -standby-
1 key: 0074 value 1, translate: 0074 -standby-
0 key: 0074 value 0, translate: 0074 -standby-
1 key: 0074 value 1, translate: 0074 -standby-
0 key: 0074 value 0, translate: 0074 -standby-
2 key: 0074 value 2, translate: 0074 -standby-
0 key: 0074 value 0, translate: 0074 -standby-
1 key: 0074 value 1, translate: 0074 -standby-
0 key: 0074 value 0, translate: 0074 -standby-
[/.../cst-next/src/neutrino.cpp:standbyMode:3615] OFF
CSAPI (POWER-CLK): new CPU frequency: 600000000Hz
CSAPI (VIDEO): Standby 1 -> 0
CSAPI (HDMI-CEC): Power Status: STANDBY -> ON
CSAPI (HDMI-CEC): Device free (Logical Address: 03)
CSAPI (HDMI-CEC): Power Status: ON
---


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2c64d2fb2b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-18 (Mon, 18 Jan 2016)



------------------
This commit was generated by Migit
2016-01-18 08:10:23 +01:00
Stefan Seyfried
e7ac1949d6 listbox: use CListHelpers
Origin commit data
------------------
Branch: ni/coolstream
Commit: cfeaf6fc6d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-18 08:10:16 +01:00
Stefan Seyfried
5385dcf9a5 timerlist: use CListHelpers
remove duplicated code and use CListHelpers::UpDownKey().
Some variable types had to be changed to avoid typecasts, as
a result (int) casts to foo.size() had to be added :-)


Origin commit data
------------------
Branch: ni/coolstream
Commit: ed7eaafbcb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)



------------------
This commit was generated by Migit
2016-01-18 08:10:16 +01:00
Stefan Seyfried
56fec50f22 upnpbrowser: use CListHelpers::UpDownKey
Origin commit data
------------------
Branch: ni/coolstream
Commit: edf7d48e04
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-18 08:10:16 +01:00
Stefan Seyfried
c05d47f16d CListHelpers: allow UpDownKey with int type, too
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b87206099
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-18 08:10:16 +01:00
Stefan Seyfried
0a83f0a7ef eventlist: use CListHelpers::UpDownKey
Origin commit data
------------------
Branch: ni/coolstream
Commit: 99453de557
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-18 08:10:16 +01:00
Stefan Seyfried
c5e2efd0e1 use CListHelpers to remove duplicated code
CListHelpers::UpDownKey() allows to remove duplicated
code from channellist, bouquetlist and bouqueteditor.


Origin commit data
------------------
Branch: ni/coolstream
Commit: aec658ce2f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)



------------------
This commit was generated by Migit
2016-01-18 08:10:16 +01:00
Stefan Seyfried
283dc31b6f add CListHelpers class
this can be used to factor out duplicate code implementations
from all the various channel-, bouquet-, eventlists etc...


Origin commit data
------------------
Branch: ni/coolstream
Commit: ec4aa07e17
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)



------------------
This commit was generated by Migit
2016-01-18 08:10:16 +01:00
Thilo Graf
f8bf3d4823 CMovieBrowser: fix paint of screenshots/covers while scroll in movie list
Some covers were painted for entries without available cover image.
Slot OnAfterRefresh() was not really a good point to paint,
OnAfterScrollPage() seems a better solution.


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



------------------
This commit was generated by Migit
2016-01-17 23:37:31 +01:00
Thilo Graf
efa2c78985 CTextBox: add signal handler into scroll methodes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 35a08fc5dd
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-17 (Sun, 17 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-17 23:37:31 +01:00
Michael Liebmann
c1534ae6b7 Fix last commit
Origin commit data
------------------
Branch: ni/coolstream
Commit: b1f08a6012
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-17 (Sun, 17 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-17 15:46:00 +01:00
Michael Liebmann
7c29c4029e CLuaInstVideo: Add script function 'setInfoFunc()'...
...for displaying information in the movieplayer

 - Set Lua api version to 1.36


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



------------------
This commit was generated by Migit
2016-01-17 06:14:49 +01:00
Michael Liebmann
40e38a9a75 More replace __FILE__ with __file__
Origin commit data
------------------
Branch: ni/coolstream
Commit: c7b6026ac2
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-17 (Sun, 17 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-17 06:14:49 +01:00
gixxpunk
33e0848e69 re-apply 717ed7e87c
Origin commit data
------------------
Branch: ni/coolstream
Commit: 43bf709669
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2016-01-16 (Sat, 16 Jan 2016)

Origin message was:
------------------
- re-apply 717ed7e87c

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

------------------
This commit was generated by Migit
2016-01-16 15:25:30 +01:00
gixxpunk
2c3370e9f3 jsoncpp: update to 0.10.5
Origin commit data
------------------
Branch: ni/coolstream
Commit: d74d85d1db
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2016-01-16 (Sat, 16 Jan 2016)

Origin message was:
------------------
- jsoncpp: update to 0.10.5

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

------------------
This commit was generated by Migit
2016-01-16 15:25:30 +01:00
Michael Liebmann
db4ec25e60 CScreenSaver: Fix compile when pip is disabled
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8d58e43499
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-16 (Sat, 16 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-16 14:44:12 +01:00
defans
f805e428d6 osd-setup: enable/disable screensaver options by conditions
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8fceac0245
Author: defans <defans@bluepeercrew.us>
Date: 2016-01-16 (Sat, 16 Jan 2016)

Origin message was:
------------------
- osd-setup: enable/disable screensaver options by conditions

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

------------------
This commit was generated by Migit
2016-01-16 12:33:20 +01:00
defans
a054659c6a screensaver: disable pip while screensaver
Origin commit data
------------------
Branch: ni/coolstream
Commit: 87db52784f
Author: defans <defans@bluepeercrew.us>
Date: 2016-01-16 (Sat, 16 Jan 2016)

Origin message was:
------------------
- screensaver: disable pip while screensaver

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

------------------
This commit was generated by Migit
2016-01-16 12:29:22 +01:00
vanhofen
82c03e117f fix pagedown logic, but this time for real (i hope)
Why this was so difficult code? I don't know.


Origin commit data
------------------
Branch: ni/coolstream
Commit: b00e78a165
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-15 (Fri, 15 Jan 2016)

Origin message was:
------------------
- fix pagedown logic, but this time for real (i hope)

 Why this was so difficult code? I don't know.


------------------
This commit was generated by Migit
2016-01-15 13:51:14 +01:00
vanhofen
41b4bdde79 configure.ac: remove $(top_srcdir)/src/zapit/include/private
Stuff like this maybe is better included in ADDITIONAL_CFLAGS or so.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 06778d42c2
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-14 (Thu, 14 Jan 2016)

Origin message was:
------------------
- configure.ac: remove $(top_srcdir)/src/zapit/include/private

Stuff like this maybe is better included in ADDITIONAL_CFLAGS or so.


------------------
This commit was generated by Migit
2016-01-14 23:53:56 +01:00
Thilo Graf
bf167db4cd CTimeOSD: fix init of display mode
Time was always on screen if user has started to play a movie.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3a41bb86b3
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-14 (Thu, 14 Jan 2016)



------------------
This commit was generated by Migit
2016-01-14 22:37:57 +01:00
Stefan Seyfried
23ed88ee89 movieplayer: shorten debug messages
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6757566be2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-14 (Thu, 14 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 22:30:18 +01:00
Stefan Seyfried
040f68984e replace __FILE__ with __file__
Origin commit data
------------------
Branch: ni/coolstream
Commit: 70b7f74362
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
b53fd92a6d zapit/debug: remove filename hack with a more elegant one
Origin commit data
------------------
Branch: ni/coolstream
Commit: 54e1d3eecb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
1364beedc3 port HWLIB_CFLAGS from neutrino-mp to neutrino-hd
Origin commit data
------------------
Branch: ni/coolstream
Commit: 79d800f955
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-12 (Tue, 12 Jan 2016)

Origin message was:
------------------
- port HWLIB_CFLAGS from neutrino-mp to neutrino-hd

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

------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
717ed7e87c jsoncpp: use own assert() macro which does not abort
Origin commit data
------------------
Branch: ni/coolstream
Commit: 73b5303cfc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
00bf8a7e92 rcinput/neutrino: avoid the use of EVT_TIMESET
sectionsd's EVT_TIMESET was only used to fix time calculations
for input repeat detection. I doubt this reliably worked anyway.
Just calculate an absolute input timestamp from CLOCK_MONOTONIC
and use that. Even better solution would be to use a newer
kernel with EVIOCSCLOCKID ioctl, leave that for later :-)


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



------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
1adf757e65 rcinput: remove unused code, comment FIXME
I think I have mostly deciphered the meaning of this :-)


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



------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
b20a97c39b sectionsd: fix possibly fishy localtime_r usage
Origin commit data
------------------
Branch: ni/coolstream
Commit: 364dd41655
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
ae02e8bbe6 sectionsd: improve timeThread info messages
Origin commit data
------------------
Branch: ni/coolstream
Commit: b67062b62e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-12 (Tue, 12 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
8182f74735 autogen.sh: simplify
no idea what the complicated stuff was good for, but it surely broke
cross compiling with a openembedded-built SDK, so go for simplicity


Origin commit data
------------------
Branch: ni/coolstream
Commit: 04188136a0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-09 (Sat, 09 Jan 2016)



------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
73d5dc76c0 fix debug output printf type warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: fa05d6a415
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-28 (Mon, 28 Dec 2015)


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

------------------
This commit was generated by Migit
2016-01-14 22:28:59 +01:00
Thilo Graf
913890f407 COsdSetup: fix possible crash on font setup in wizard mode
Channellist is not initialized in wizard mode.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 53bab09bda
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-14 (Thu, 14 Jan 2016)



------------------
This commit was generated by Migit
2016-01-14 22:08:01 +01:00
Jacek Jendrzej
022ca9de9d src/gui/movieplayer.cpp add https to m3u filter
Origin commit data
------------------
Branch: ni/coolstream
Commit: 80d68d7e5a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-01-14 (Thu, 14 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 19:10:55 +01:00
Jacek Jendrzej
9dee9d45c4 src/neutrino.cpp fix possible segfault if g_bouquetManager is NULL
Origin commit data
------------------
Branch: ni/coolstream
Commit: c923944636
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-01-14 (Thu, 14 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 19:09:06 +01:00
Michael Liebmann
c34a0df2db lua_menue.cpp: Not script abort in case of error in callback...
...functions, display only error message


Origin commit data
------------------
Branch: ni/coolstream
Commit: 619dacbc2e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-13 (Wed, 13 Jan 2016)



------------------
This commit was generated by Migit
2016-01-13 20:18:56 +01:00
Stefan Seyfried
ca07ca5646 lua_threads: use own assert() macro which does not abort
Origin commit data
------------------
Branch: ni/coolstream
Commit: d1ef35957a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-13 20:18:56 +01:00
Stefan Seyfried
cba424b0d8 lua_cc_text: fix type to allow compilation with recent gcc
Origin commit data
------------------
Branch: ni/coolstream
Commit: aac438745c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-28 (Mon, 28 Dec 2015)


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

------------------
This commit was generated by Migit
2016-01-13 20:18:56 +01:00
vanhofen
243167a925 infoviewer: fix width of small rec/ts icon box
Origin commit data
------------------
Branch: ni/coolstream
Commit: da83468bfb
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-11 (Mon, 11 Jan 2016)

Origin message was:
------------------
- infoviewer: fix width of small rec/ts icon box

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

------------------
This commit was generated by Migit
2016-01-11 15:49:26 +01:00
Michael Liebmann
ad8bfb6628 CTimeOSD: Fix compiler warning "suggest parentheses around '&&' within '||'"
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3dd2ff8a4a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-10 23:05:31 +01:00
vanhofen
b4ad432243 deutsch.locale: add screensaver.mode_clock_color
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2ea0c1c136
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)

Origin message was:
------------------
- deutsch.locale: add screensaver.mode_clock_color

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

------------------
This commit was generated by Migit
2016-01-10 22:20:58 +01:00
Thilo Graf
7be34438f6 screensaver: rework timeosd handling
Origin commit data
------------------
Branch: ni/coolstream
Commit: d7ac78c0c2
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-07 (Thu, 07 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-10 22:02:00 +01:00
defans
291e699330 screensaver: add optional colored property
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0f2c73aed3
Author: defans <defans@bluepeercrew.us>
Date: 2016-01-07 (Thu, 07 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-10 22:02:00 +01:00
vanhofen
adde9cbc2b infoviewer: some more little numbox-alignments
Origin commit data
------------------
Branch: ni/coolstream
Commit: 19d33dfb98
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)

Origin message was:
------------------
- infoviewer: some more little numbox-alignments

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

------------------
This commit was generated by Migit
2016-01-10 21:57:59 +01:00
vanhofen
2993d03ccf cc_frm_signalbars: fix REF_PERCENT_TXT for 100%
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3a1da74374
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)

Origin message was:
------------------
- cc_frm_signalbars: fix REF_PERCENT_TXT for 100%

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

------------------
This commit was generated by Migit
2016-01-10 21:55:44 +01:00