Origin commit data
------------------
Branch: ni/coolstream
Commit: aad8c86cb8
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-28 (Sat, 28 Jun 2014)
Origin message was:
------------------
- neutrino_menue: add own personalize item to standby item
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5670e87d77
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-27 (Fri, 27 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
CComponentsForm provides page scroll if found more
than one pre defined page and is working with all derivated sub classes from CComponentsForm .
Pages are defined with setPageNumber(0...n) in items (1st page = 0). The item page number property is
defined in variable cc_page_number. The highest page number sets the
count of pages inside container to required value. Thats compellingly!
To show a page, we can use setCurrentPage(0...n ) and paintCurPage() or use directly paintPage(0...n).
Note: global paint() will show the current page. Default page is 0 (as first).
Use setCurrentPage(0...n) to change this before first call of paint().
Note: In CComponentsWindow class, these methods are applied to window body.
For examples, take a look into CTestMenu
Origin commit data
------------------
Branch: ni/coolstream
Commit: 672757606c
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-26 (Thu, 26 Jun 2014)
------------------
This commit was generated by Migit
reduce precautionary too much unnecessary impact
Origin commit data
------------------
Branch: ni/coolstream
Commit: e6f6931b72
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-25 (Wed, 25 Jun 2014)
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: c2bc275d5d
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-24 (Tue, 24 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
... when colored progress bar is disabled
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8887767141
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-27 (Fri, 27 Jun 2014)
Origin message was:
------------------
- osd_setup: don't show colored progress bar option in channellist ...
... when colored progress bar is disabled
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: bf42b7c4cf
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-27 (Fri, 27 Jun 2014)
Origin message was:
------------------
- yWeb: show correct RCU at Zee²
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8322c9e408
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-27 (Fri, 27 Jun 2014)
Origin message was:
------------------
- neutrinoyparser: detect Zee²; fix Boxmodel for Trinity
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
for compatibility if config file entry is changed from boolean to int32 or int64
based on patch by martii <m4rtii@gmx.de> in Neutrino-MP Git
Origin commit data
------------------
Branch: ni/coolstream
Commit: ad498249d1
Author: Christian Schuett <Gaucho316@hotmail.com>
Date: 2014-06-23 (Mon, 23 Jun 2014)
------------------
This commit was generated by Migit
This removes multiple code parts from COsdSetup without
loss of functionality.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 253579909f
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-07 (Sat, 07 Jun 2014)
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 67ab4addeb
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-23 (Mon, 23 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This should be done in the arrangement of the container contents
Origin commit data
------------------
Branch: ni/coolstream
Commit: dce25e94b3
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-22 (Sun, 22 Jun 2014)
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: eee10df7bb
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-22 (Sun, 22 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This should be done in the arrangement of the container contents
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2aff49deea
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-22 (Sun, 22 Jun 2014)
------------------
This commit was generated by Migit
It should be now easier to use images as objects. An initialized
picture object should provide all relevant properties and some
functionalities of picture viewer.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5eb63b9515
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-20 (Fri, 20 Jun 2014)
Origin message was:
------------------
CComponentsPicture: structure of class highly simplified
It should be now easier to use images as objects. An initialized
picture object should provide all relevant properties and some
functionalities of picture viewer.
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8bbd7024d9
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-13 (Fri, 13 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This implement window functionality from CComponentsWindow,
progress items from CProgressBar() and status text
items from CComponentsLabel()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2f0e4e1687
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-09 (Mon, 09 Jun 2014)
------------------
This commit was generated by Migit
In some situations is it more senseful to suppress painting of details line.
Required if menu window is painted over another window.
The hide() functionality of detailsline paints only an empty background on screen so we have
blank parts on screen. That looks bad. For example, this is to observe
on context menu in channellist.
We should see this as a workaround. It is not certain whether the
details line is really needed in the future.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 793230e9a7
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-09 (Mon, 09 Jun 2014)
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 33202059cc
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-06 (Fri, 06 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This methode is an equivalent version of CComponentsItem::kill() and
allows to erase all items inside of a container at once.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 581b9c7701
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-05 (Thu, 05 Jun 2014)
------------------
This commit was generated by Migit
This allows to add objects in to window on left or right site. eg. for
navigation icons or other similar stuff. Default this feature is disabled.
to enable with methode enableSidebar(TYPE); With parameter
CC_WINDOW_LEFT_SIDEBAR, CC_WINDOW_RIGHT_SIDEBAR or both.
Width of sidebar can be changed with methode setWidthSidebar(int)
Origin commit data
------------------
Branch: ni/coolstream
Commit: f21c119517
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-01 (Sun, 01 Jun 2014)
------------------
This commit was generated by Migit
Allows a simplified implementation without prior declaration and
initialisation
Origin commit data
------------------
Branch: ni/coolstream
Commit: 53cf57876c
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-30 (Fri, 30 May 2014)
------------------
This commit was generated by Migit
10000 seems to bee too much for nice handling
Origin commit data
------------------
Branch: ni/coolstream
Commit: c41b4fd015
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-30 (Fri, 30 May 2014)
------------------
This commit was generated by Migit
Stop() is not exactly attributable if fader class used as inherited and
Fade() don't tell really what done and related to return value 'bool'...
especially as the fader class members have been not documented.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 69e2debb02
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-30 (Fri, 30 May 2014)
------------------
This commit was generated by Migit
* thx to bazi98, martii and benny
Origin commit data
------------------
Branch: ni/coolstream
Commit: df1c8ac00d
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-23 (Mon, 23 Jun 2014)
Origin message was:
------------------
- channellist: add colored progressbars
* thx to bazi98, martii and benny
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: e4801974be
Author: martii <m4rtii@gmx.de>
Date: 2014-06-19 (Thu, 19 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: c853231b1f
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-19 (Thu, 19 Jun 2014)
Origin message was:
------------------
- yWeb: fix MODE_RADIO/MODE keys in RCUs
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9562d40c99
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-06-16 (Mon, 16 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5a66db2a07
Author: martii <m4rtii@gmx.de>
Date: 2014-06-15 (Sun, 15 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
if the data arrived too before deciding if the TP was valid or not.
Origin commit data
------------------
Branch: ni/coolstream
Commit: e9cba838fd
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2014-05-26 (Mon, 26 May 2014)
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 60a53d9eb5
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2014-06-12 (Thu, 12 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 943850eefc
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-06-12 (Thu, 12 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 81735f5e53
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-06-12 (Thu, 12 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
show channellogo, prev channel, next channel if possible
Origin commit data
------------------
Branch: ni/coolstream
Commit: 069d19f701
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Origin message was:
------------------
- eventlist: rework header
show channellogo, prev channel, next channel if possible
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 649d1b1f9d
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Origin message was:
------------------
- change RenderString() default to UTF8
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8b91cda918
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Origin message was:
------------------
- change getRenderWidth() default to UTF8
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: bec2e87412
Author: martii <m4rtii@gmx.de>
Date: 2014-06-11 (Wed, 11 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2047b51780
Author: martii <m4rtii@gmx.de>
Date: 2013-07-24 (Wed, 24 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6fca465c7b
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Origin message was:
------------------
- remove unused ringbuffer code again
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 218a3906fd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-06-07 (Sat, 07 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3e08c361a7
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Origin message was:
------------------
- satellites.xml: update freq 12722000 as suggested by Janus
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 566ea03372
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-06-04 (Wed, 04 Jun 2014)
Origin message was:
------------------
- setting_helpers: ensure to create flagfile to reset var-partition
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3124ed62cf
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-05-30 (Fri, 30 May 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
... align both buttonlines in footer to same width
Origin commit data
------------------
Branch: ni/coolstream
Commit: dc39bde14a
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-05-31 (Sat, 31 May 2014)
Origin message was:
------------------
- filebrowser: fix paint of SMSKey in footer and ...
... align both buttonlines in footer to same width
------------------
This commit was generated by Migit
this fixes the empty footer when parentDir was empty
Origin commit data
------------------
Branch: ni/coolstream
Commit: f22a8ee1c6
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-05-31 (Sat, 31 May 2014)
Origin message was:
------------------
- filebrowser: paintFoot() at every ChangeDir()
this fixes the empty footer when parentDir was empty
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: a7ebf966c4
Author: martii <m4rtii@gmx.de>
Date: 2014-05-31 (Sat, 31 May 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 05558331f7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-05-30 (Fri, 30 May 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
Origin commit data
------------------
Branch: ni/coolstream
Commit: f3c87f75ae
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-05-29 (Thu, 29 May 2014)
Origin message was:
------------------
- delete *.orig crap files
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
taken from martiis neutrino-mp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6ee9a3a053
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-05-29 (Thu, 29 May 2014)
Origin message was:
------------------
styling for EPG view/eventlist (patch from Benny, thanks!) (fixed)
taken from martiis neutrino-mp
------------------
This commit was generated by Migit