Commit Graph

5985 Commits

Author SHA1 Message Date
vanhofen
f721c8d406 yWeb: show correct RCU at Zee²
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
2014-06-27 10:43:25 +02:00
vanhofen
e99fb152b2 neutrinoyparser: detect Zee²; fix Boxmodel for Trinity
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
2014-06-27 10:41:01 +02:00
Christian Schuett
74e4c812c2 libconfigfile: accept booleans as int32 or int64
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
2014-06-23 21:37:49 +02:00
Thilo Graf
373dbba059 CChannelList/COsdSetup: use showOsdChanlistSetup() from OSD-Setup
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
2014-06-23 18:43:47 +02:00
Thilo Graf
4bfeb58ea3 CComponentsWindow: add missing comment for sidebars
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
2014-06-23 18:43:47 +02:00
Thilo Graf
d04944de2f CComponentsForm: don't consider frame for position calculation
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
2014-06-23 18:43:47 +02:00
Thilo Graf
e73e411479 CComponentsForm: add comment
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
2014-06-23 18:43:47 +02:00
Thilo Graf
7a92bdb901 CComponentsItem: remove unnecessary calculation of position with frame
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
2014-06-23 18:43:47 +02:00
Thilo Graf
f2da159bdf 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.


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
2014-06-23 18:43:47 +02:00
Thilo Graf
d10a1b79e4 CComponents: epand method setFrameThickness() to change selected frame
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
2014-06-23 18:43:47 +02:00
Thilo Graf
e990abf516 CProgressWindow: implement CComponent classes
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
2014-06-23 18:43:47 +02:00
Thilo Graf
19684ff082 CMenuWidget: add member to suppress paint of details line
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
2014-06-23 18:43:47 +02:00
Thilo Graf
5168291d01 CComponentsText: add function to get current text content from object
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
2014-06-23 18:43:47 +02:00
Thilo Graf
fabc259990 CComponentsForm: add methode killCCItems()
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
2014-06-23 18:43:47 +02:00
Thilo Graf
af84eac9f0 CComponentsWindow: add possibilty to add sidebars in window objects
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
2014-06-23 18:43:47 +02:00
Thilo Graf
800cb803c8 CComponents: inherit COSDFader class
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
2014-06-23 18:43:47 +02:00
Thilo Graf
11ad899d7d CFrameBuffer: reduce fade time
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
2014-06-23 18:43:47 +02:00
Thilo Graf
5c7441f5d1 COSDFader: rename member functions, adapt implementations
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
2014-06-23 18:43:47 +02:00
vanhofen
0ba1ddf21c channellist: add colored progressbars
* 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
2014-06-23 17:05:44 +02:00
martii
c70e531529 gui/infoviewer: remove no longer used class member "old_timestr"
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
2014-06-20 14:35:22 +02:00
vanhofen
3bffc68dba yWeb: fix MODE_RADIO/MODE keys in RCUs
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
2014-06-20 14:35:17 +02:00
[CST] Focus
4510c876ff zapit/src/frontend.cpp: fix cable tune log
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
2014-06-16 14:35:26 +04:00
martii
b5a2b02ea4 gui/epgview: replace left/right chars with corresponding icons
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
2014-06-15 22:40:10 +02:00
[CST] Bas
7e11c44563 fastscan: fix astra1 scan in case there is only one LNB connected to the system. We should check
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
2014-06-13 09:24:55 +04:00
[CST] Bas
ebcb077608 src/gui/streaminfo2.cpp: fix possible integer overflow if fe driver reports very high values. The fix is to check for overflow and if so just return max_y.
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
2014-06-12 18:58:16 +04:00
[CST] Focus
86380b6a05 gui/luainstance.cpp: add function to start file/url play
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
2014-06-12 18:58:16 +04:00
[CST] Focus
51c2e771a8 gui/movieplayer.cpp: add 'http' action key, with cut/restore neutrino
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
2014-06-12 18:58:16 +04:00
vanhofen
8fcca7c0c4 eventlist: rework header
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
2014-06-11 23:07:19 +02:00
vanhofen
4f9e0ee544 change RenderString() default to UTF8
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
2014-06-11 23:07:13 +02:00
vanhofen
108a1c1b93 change getRenderWidth() default to UTF8
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
2014-06-11 23:07:00 +02:00
martii
68b7a1e86c driver/fontrenderer: let RenderString() and getRenderWidth() default to UTF8
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
2014-06-11 23:06:55 +02:00
martii
80f6dde551 driver/fontrenderer: adding an additional bool to RenderString() seems inappropriate.
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
2014-06-11 23:06:50 +02:00
vanhofen
3e3070a1f8 remove unused ringbuffer code again
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
2014-06-11 16:26:34 +02:00
Jacek Jendrzej
2e0234e9f1 src/gui/eventlist.cpp -fix show channel name in search mode
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
2014-06-07 13:14:11 +02:00
vanhofen
7470c00613 satellites.xml: update freq 12722000 as suggested by Janus
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
2014-06-06 19:00:25 +02:00
vanhofen
58529bd895 setting_helpers: ensure to create flagfile to reset var-partition
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
2014-06-04 21:47:32 +02:00
[CST] Focus
18a4b5647d driver/record.cpp: create record directory before record
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
2014-06-03 13:24:04 +04:00
Thilo Graf
ace6e896dd CComponents: fix screen rests
Frame of painted box was incomplete removed, eg hint box see also:
http://www.dbox2world.net/board293-cst-coolstream/board314-cst-coolstream-development/12230-r%C3%BCckst%C3%A4nde-auf-bildschirm-bei-apollo/


Origin commit data
------------------
Branch: ni/coolstream
Commit: f74a000929
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-01 (Sun, 01 Jun 2014)



------------------
This commit was generated by Migit
2014-06-01 23:12:29 +02:00
vanhofen
7738ad3855 filebrowser: fix paint of SMSKey in footer and ...
... 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
2014-05-31 17:54:29 +02:00
vanhofen
e094c23534 filebrowser: paintFoot() at every ChangeDir()
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
2014-05-31 15:23:46 +02:00
martii
de1fdddf3a gui/plugins: exclude unused methods
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
2014-05-31 12:10:54 +02:00
[CST] Focus
3da726560d gui/hdd_menu.cpp: ask to set recording path after mount (hotplug or format)
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
2014-05-30 14:57:17 +04:00
vanhofen
c32e21e10f delete *.orig crap files
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
2014-05-29 23:00:49 +02:00
vanhofen
e213d6696f styling for EPG view/eventlist (patch from Benny, thanks!) (fixed)
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
2014-05-29 22:30:32 +02:00
vanhofen
2e874500a6 helpers.cpp: add shortened strftime() function
taken from martiis neutrino-mp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 672257906e
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-05-29 (Thu, 29 May 2014)

Origin message was:
------------------
- helpers.cpp: add shortened strftime() function

 taken from martiis neutrino-mp


------------------
This commit was generated by Migit
2014-05-29 22:26:30 +02:00
Jacek Jendrzej
23abd23c4a fix to Commit 2814d74 (thx Gaucho316)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 39eb29e437
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-05-29 (Thu, 29 May 2014)

Origin message was:
------------------
 fix to Commit 2814d74 (thx Gaucho316)

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

------------------
This commit was generated by Migit
2014-05-29 20:15:44 +02:00
Jacek Jendrzej
6351278e6d streaminfo2.cpp -fix bitrate calc offset and use utf8
Origin commit data
------------------
Branch: ni/coolstream
Commit: 99a7f2ba3b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-05-29 (Thu, 29 May 2014)

Origin message was:
------------------
streaminfo2.cpp -fix bitrate calc offset and use utf8

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

------------------
This commit was generated by Migit
2014-05-29 20:02:30 +02:00
martii
f7299b98db gui/eventlist: fix paintItem() [patch from Benny]
Origin commit data
------------------
Branch: ni/coolstream
Commit: f4fd139e08
Author: martii <m4rtii@gmx.de>
Date: 2014-05-28 (Wed, 28 May 2014)


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

------------------
This commit was generated by Migit
2014-05-29 19:06:57 +02:00
martii
2814d74d0d gui/eventlist: utf8 rendering fix (thanks Benny!)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 67bb4f7d10
Author: martii <m4rtii@gmx.de>
Date: 2014-05-26 (Mon, 26 May 2014)


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

------------------
This commit was generated by Migit
2014-05-29 18:47:42 +02:00
Jacek Jendrzej
ce38dcf12e add h265 to record and stream
Origin commit data
------------------
Branch: ni/coolstream
Commit: d9483e019e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-05-29 (Thu, 29 May 2014)

Origin message was:
------------------
-add h265 to record and stream

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

------------------
This commit was generated by Migit
2014-05-29 16:23:36 +02:00