Commit Graph

4625 Commits

Author SHA1 Message Date
Thilo Graf
e0a30b7a00 CTestMenu: add some sample codes for window and button handling,
Origin commit data
------------------
Branch: ni/coolstream
Commit: b7e5121001
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-16 00:34:08 +02:00
Thilo Graf
2c05ab0501 CImageInfo: adapt for new window handling
Origin commit data
------------------
Branch: ni/coolstream
Commit: ebc7b4ca6f
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-16 00:34:08 +02:00
Thilo Graf
79634fa7de CComponentsWindow: add more functionality
Window comes now with footer and body


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2a7c712f25
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)



------------------
This commit was generated by Migit
2013-06-16 00:34:08 +02:00
Thilo Graf
4674388fbc CVolumeBar: remove redundant code parts
corrections of position is already calculated in paintInit()


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

Origin message was:
------------------
CVolumeBar: remove redundant code parts

corrections of position is already calculated in paintInit()


------------------
This commit was generated by Migit
2013-06-16 00:34:07 +02:00
Thilo Graf
5380b1bacb CComponentsText: fix position handling in sub forms
Origin commit data
------------------
Branch: ni/coolstream
Commit: 940576f0a0
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-16 00:34:07 +02:00
Thilo Graf
dc90a7fcc1 CComponentsButton: fix alignment of button items
Origin commit data
------------------
Branch: ni/coolstream
Commit: b18741efc7
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-16 00:34:07 +02:00
Thilo Graf
5820028bb9 CComponents: rework position handling
The real position already used here, if item is bound to a parent.
(bound or embedded means: added with addCCItem() to a form)
This causes no separate calculation in paint methodes of embedded
sub items or sub forms and more nested sub forms.

CComponentsForm have also some new members
- exchangeCCItem() to exchange the order items
- setAppendOffset() to set an offset for auto append mode
 Autoappend is enabled if x or y have value -1 (defined also in CC_APPEND)
 x=horizontal, y=vertical
 Is this activated, no separate calculation of incremental offset
 is required.

However items with independent rendered parts, needs
a separate calculation. In some subclasses was this necessary.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 04300f1874
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)

Origin message was:
------------------
CComponents: rework position handling

The real position already used here, if item is bound to a parent.
(bound or embedded means: added with addCCItem() to a form)
This causes no separate calculation in paint methodes of embedded
sub items or sub forms and more nested sub forms.

CComponentsForm have also some new members
- exchangeCCItem() to exchange the order items
- setAppendOffset() to set an offset for auto append mode
 Autoappend is enabled if x or y have value -1 (defined also in CC_APPEND)
 x=horizontal, y=vertical
 Is this activated, no separate calculation of incremental offset
 is required.

However items with independent rendered parts, needs
a separate calculation. In some subclasses was this necessary.


------------------
This commit was generated by Migit
2013-06-16 00:34:06 +02:00
Thilo Graf
7c0b3ab7f8 CComponentsPicture: add member initPosition()
Origin commit data
------------------
Branch: ni/coolstream
Commit: d88b28445f
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-15 (Sat, 15 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-16 00:34:06 +02:00
Thilo Graf
293b1fb36f CComponentsLabel: trivial format fix
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3f02d391bc
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-15 (Sat, 15 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-16 00:34:06 +02:00
Thilo Graf
7c5313ef9a CProgressBar: add member paintShapes()
paintShapes() replaces paintBoxRel()
TODO: paint v-lines with CComponents


Origin commit data
------------------
Branch: ni/coolstream
Commit: 44759766af
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-15 (Sat, 15 Jun 2013)



------------------
This commit was generated by Migit
2013-06-16 00:34:05 +02:00
Thilo Graf
6eabebf999 CComponents: add define CC_APPEND
Is usable as default value for item position parameters


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2a234d08ce
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-12 (Wed, 12 Jun 2013)



------------------
This commit was generated by Migit
2013-06-16 00:34:05 +02:00
Thilo Graf
ba68d43ad9 CComponents: add new member getFrameThickness()
Origin commit data
------------------
Branch: ni/coolstream
Commit: f14141d49c
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-12 (Wed, 12 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-16 00:34:05 +02:00
Thilo Graf
04d0a9dc38 CComponentsPicture: add member function paintPicture()
compact calling in paint()


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4df8d1d088
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-15 (Sat, 15 Jun 2013)



------------------
This commit was generated by Migit
2013-06-16 00:34:04 +02:00
Thilo Graf
811c8a052b CComponentsForm: add new member isAdded()
Origin commit data
------------------
Branch: ni/coolstream
Commit: f968abe6c5
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-12 (Wed, 12 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-16 00:34:04 +02:00
Thilo Graf
ef95e68086 CComponentsForm: return id only if parameter is not 0
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2af1c5d8b2
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-12 (Wed, 12 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-16 00:34:04 +02:00
Thilo Graf
eb87a08e5e CComponentsInfoBox: comment precised
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2e42455e25
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-11 (Tue, 11 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-16 00:34:03 +02:00
Thilo Graf
bac6e07b05 CComponentsForm: add missing item type
Origin commit data
------------------
Branch: ni/coolstream
Commit: d862de87eb
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-08 (Sat, 08 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-16 00:34:03 +02:00
Thilo Graf
e9c4634ea5 CComponents: add members setRealXPos() and setRealYPos()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 17a2bd59d1
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-06 (Thu, 06 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-16 00:34:03 +02:00
Thilo Graf
461b80ca4c CComponentsFrmClock: add missing comment
Origin commit data
------------------
Branch: ni/coolstream
Commit: 220c479b9e
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-04 (Tue, 04 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-16 00:34:02 +02:00
Michael Liebmann
7c918cd407 Software update: Disable epg scan before stop daemons
Origin commit data
------------------
Branch: ni/coolstream
Commit: 32617f5b3c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-15 (Sat, 15 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-15 04:46:59 +02:00
vanhofen
90438d2bb1 stringinput: avoid an access out of bounds
ported from tuxbox-neutrino; thx to Gaucho316


Origin commit data
------------------
Branch: ni/coolstream
Commit: b9383588c8
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-14 (Fri, 14 Jun 2013)

Origin message was:
------------------
- stringinput: avoid an access out of bounds

ported from tuxbox-neutrino; thx to Gaucho316


------------------
This commit was generated by Migit
2013-06-14 13:10:02 +02:00
Christian Schuett
43d4d0483c stringinput: Restore old value after input was cancelled in CExtendedInput
Origin commit data
------------------
Branch: ni/coolstream
Commit: ad4f979b4b
Author: Christian Schuett <Gaucho316@hotmail.com>
Date: 2013-06-14 (Fri, 14 Jun 2013)

Origin message was:
------------------
- stringinput: Restore old value after input was cancelled in CExtendedInput

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

------------------
This commit was generated by Migit
2013-06-14 13:08:56 +02:00
Christian Schuett
a9f059c05d stringinput: Change value string only if OK was pressed
Origin commit data
------------------
Branch: ni/coolstream
Commit: e9be248b29
Author: Christian Schuett <Gaucho316@hotmail.com>
Date: 2013-06-14 (Fri, 14 Jun 2013)

Origin message was:
------------------
- stringinput: Change value string only if OK was pressed

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

------------------
This commit was generated by Migit
2013-06-14 13:06:38 +02:00
[CST] Focus
bd7470c9b2 gui/test_menu.cpp: change tuner test params again
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1d3ec8c7af
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-13 (Thu, 13 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-13 19:24:10 +04:00
vanhofen
b0f5491fb9 yweb: use more matching zee-remotecontrol for neo twin
Origin commit data
------------------
Branch: ni/coolstream
Commit: aa0920d807
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-13 (Thu, 13 Jun 2013)

Origin message was:
------------------
- yweb: use more matching zee-remotecontrol for neo twin

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

------------------
This commit was generated by Migit
2013-06-13 11:43:40 +02:00
[CST] Focus
bcd23ad90f gui/test_menu.cpp: change scan test params, add mmc mount check
Origin commit data
------------------
Branch: ni/coolstream
Commit: 25dc8bc10f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-13 (Thu, 13 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-13 13:14:26 +04:00
[CST] Focus
47ad5a85df zapit/src/femanager.cpp: another hack to find free demux for PiP
Origin commit data
------------------
Branch: ni/coolstream
Commit: abebaccce4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-13 (Thu, 13 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-13 13:14:22 +04:00
vanhofen
9989952dab stringinput: fix shadow and dimensions for pixbuf
Origin commit data
------------------
Branch: ni/coolstream
Commit: a485591986
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-13 (Thu, 13 Jun 2013)

Origin message was:
------------------
- stringinput: fix shadow and dimensions for pixbuf

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

------------------
This commit was generated by Migit
2013-06-13 10:42:35 +02:00
vanhofen
0cce5447ba moviebrowser: enable more characters in youtube search
Origin commit data
------------------
Branch: ni/coolstream
Commit: 09c651a75b
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-06-13 (Thu, 13 Jun 2013)

Origin message was:
------------------
- moviebrowser: enable more characters in youtube search

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

------------------
This commit was generated by Migit
2013-06-13 09:42:18 +02:00
Michael Liebmann
07268967ab Software update: Copy flashimage to /tmp if it is not present in this directory
- unmount mounted network folders before flashing
- kill timerd before flashing


Origin commit data
------------------
Branch: ni/coolstream
Commit: c780676ce5
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)



------------------
This commit was generated by Migit
2013-06-13 01:36:03 +02:00
martii
4bc0f07646 yt: need to encode search string
Origin commit data
------------------
Branch: ni/coolstream
Commit: 50e953cf27
Author: martii <m4rtii@gmx.de>
Date: 2013-06-09 (Sun, 09 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-13 01:36:03 +02:00
Michael Liebmann
1a507a05c6 scan epg: fix shadow warning
- fix display menuhint


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7833cd4dc6
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)



------------------
This commit was generated by Migit
2013-06-12 17:50:10 +02:00
Michael Liebmann
abc2bfa434 scan epg: add german locale
Origin commit data
------------------
Branch: ni/coolstream
Commit: 950d85e41b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-12 17:50:10 +02:00
[CST] Focus
3d58e6ecd7 add experimental support to scan epg in background using different tuner,
when enabled in menu - activated by next channel switch,
scanning epg for channels (transponders) in current bouquet (channels list)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8e6202071e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)



------------------
This commit was generated by Migit
2013-06-12 18:46:34 +04:00
[CST] Focus
c217263bc5 src/zapit/src/zapit.cpp: change printf to INFO
Origin commit data
------------------
Branch: ni/coolstream
Commit: b88edbdc0a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-12 18:46:34 +04:00
[CST] Focus
1bf53c5734 neutrino.cpp: save/load epg_scan option;
process EVT_EIT_COMPLETE


Origin commit data
------------------
Branch: ni/coolstream
Commit: db40f59c84
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)



------------------
This commit was generated by Migit
2013-06-12 18:46:34 +04:00
[CST] Focus
f0b7161769 gui/miscsettings_menu.cpp: add option to enable/disable epg scan
Origin commit data
------------------
Branch: ni/coolstream
Commit: 680f684ce4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-12 18:46:34 +04:00
[CST] Focus
da5fafa6c2 gui/channellist.h: add helper to get channel's list channels count
Origin commit data
------------------
Branch: ni/coolstream
Commit: e612cc5380
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-12 18:46:34 +04:00
[CST] Focus
db914da312 zapit/include/zapit/zapit.h: add GetPipFrontend() helper
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5f2928f63d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-12 18:46:34 +04:00
[CST] Focus
3c1dcd5750 locals: add locale for epg scan option
Origin commit data
------------------
Branch: ni/coolstream
Commit: c8828cb608
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-12 18:46:34 +04:00
[CST] Focus
b3208470f1 neutrinoMessages.h, rcinput.cpp: add NeutrinoMessages::EVT_EIT_COMPLETE
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6cf3ceef4f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-12 18:46:34 +04:00
[CST] Focus
edf13e4cb1 eitd/sectionsd.cpp: wakeup threadEIT only, if case demux number is not 0 (live)
and cached events count less than max;
set full channel_id as current service for threadEIT


Origin commit data
------------------
Branch: ni/coolstream
Commit: 450099e04d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)



------------------
This commit was generated by Migit
2013-06-12 18:46:34 +04:00
[CST] Focus
851b080f37 eitd/dmx.cpp: delete demux instead of stop in closefd,
add helper to set demux number


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8bedb877dd
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)



------------------
This commit was generated by Migit
2013-06-12 18:46:34 +04:00
[CST] Focus
150690b86f lib/sectionsdclient: add EVT_EIT_COMPLETE event,
add demux number to setServiceChanged()


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5ed5b6d200
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)



------------------
This commit was generated by Migit
2013-06-12 18:46:33 +04:00
Michael Liebmann
558a1bf6b2 CComponentsFrmClock: set text border width to 0
Origin commit data
------------------
Branch: ni/coolstream
Commit: 587db33bbd
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-12 01:32:24 +02:00
Michael Liebmann
73bd5928e5 CTextBox: Remove workaround for minimally text_border_width
- Default value is now 1 in CComponentsText


Origin commit data
------------------
Branch: ni/coolstream
Commit: ba1e514747
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)



------------------
This commit was generated by Migit
2013-06-12 01:32:24 +02:00
Michael Liebmann
b9e207f268 CChannelList: Use one instance of CComponentsFrmClock for multiple instances of CChannelList
Origin commit data
------------------
Branch: ni/coolstream
Commit: f0de4567ae
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-12 01:32:24 +02:00
Michael Liebmann
b9edaffe4c CComponentsFrmClock: Move thread start/stop to constructor/destructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6409cc8a19
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-12 01:32:24 +02:00
Michael Liebmann
7bbb96ebbd CTestMenu: Fix memleak
Origin commit data
------------------
Branch: ni/coolstream
Commit: c5e0552438
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-06 (Thu, 06 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-12 01:32:24 +02:00
[CST] Focus
fa20dcd9c1 add font with simplified chinese support
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2ea80c27ea
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-11 (Tue, 11 Jun 2013)


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

------------------
This commit was generated by Migit
2013-06-11 17:46:05 +04:00