Thilo Graf
d05f9843f7
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
------------------
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.
2013-06-16 00:34:06 +02:00
Thilo Graf
72b897f920
CComponentsPicture: add member initPosition()
...
Origin commit data
------------------
Commit: d88b28445f
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-06-15 (Sat, 15 Jun 2013)
2013-06-16 00:34:06 +02:00
Thilo Graf
e77fd7fa3d
CComponentsLabel: trivial format fix
...
Origin commit data
------------------
Commit: 3f02d391bc
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-06-15 (Sat, 15 Jun 2013)
2013-06-16 00:34:06 +02:00
Thilo Graf
bedc468943
CProgressBar: add member paintShapes()
...
paintShapes() replaces paintBoxRel()
TODO: paint v-lines with CComponents
Origin commit data
------------------
Commit: 44759766af
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-06-15 (Sat, 15 Jun 2013)
2013-06-16 00:34:05 +02:00
Thilo Graf
43a3d43735
CComponents: add define CC_APPEND
...
Is usable as default value for item position parameters
Origin commit data
------------------
Commit: 2a234d08ce
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-16 00:34:05 +02:00
Thilo Graf
2517fc0151
CComponents: add new member getFrameThickness()
...
Origin commit data
------------------
Commit: f14141d49c
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-16 00:34:05 +02:00
Thilo Graf
974338c86d
CComponentsPicture: add member function paintPicture()
...
compact calling in paint()
Origin commit data
------------------
Commit: 4df8d1d088
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-06-15 (Sat, 15 Jun 2013)
2013-06-16 00:34:04 +02:00
Thilo Graf
d2cbb44c4d
CComponentsForm: add new member isAdded()
...
Origin commit data
------------------
Commit: f968abe6c5
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-16 00:34:04 +02:00
Thilo Graf
1a3048552e
CComponentsForm: return id only if parameter is not 0
...
Origin commit data
------------------
Commit: 2af1c5d8b2
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-16 00:34:04 +02:00
Thilo Graf
78530c5aa7
CComponentsInfoBox: comment precised
...
Origin commit data
------------------
Commit: 2e42455e25
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-06-11 (Tue, 11 Jun 2013)
2013-06-16 00:34:03 +02:00
Thilo Graf
b71dc91ee4
CComponentsForm: add missing item type
...
Origin commit data
------------------
Commit: d862de87eb
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-06-08 (Sat, 08 Jun 2013)
2013-06-16 00:34:03 +02:00
Thilo Graf
70686b7e37
CComponents: add members setRealXPos() and setRealYPos()
...
Origin commit data
------------------
Commit: 17a2bd59d1
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-06-06 (Thu, 06 Jun 2013)
2013-06-16 00:34:03 +02:00
Thilo Graf
84b8af1e24
CComponentsFrmClock: add missing comment
...
Origin commit data
------------------
Commit: 220c479b9e
Author: Thilo Graf <dbt@novatux.de >
Date: 2013-06-04 (Tue, 04 Jun 2013)
2013-06-16 00:34:02 +02:00
Michael Liebmann
56f1396ed7
Software update: Disable epg scan before stop daemons
...
Origin commit data
------------------
Commit: 32617f5b3c
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-06-15 (Sat, 15 Jun 2013)
2013-06-15 04:46:59 +02:00
vanhofen
fb657c3d10
stringinput: avoid an access out of bounds
...
ported from tuxbox-neutrino; thx to Gaucho316
Origin commit data
------------------
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
2013-06-14 13:10:02 +02:00
Gaucho316
b5412a56b4
stringinput: Restore old value after input was cancelled in CExtendedInput
...
Origin commit data
------------------
Commit: ad4f979b4b
Author: Gaucho316 <Gaucho316@hotmail.com >
Date: 2013-06-14 (Fri, 14 Jun 2013)
Origin message was:
------------------
- stringinput: Restore old value after input was cancelled in CExtendedInput
2013-06-14 13:08:56 +02:00
Gaucho316
f2d958d442
stringinput: Change value string only if OK was pressed
...
Origin commit data
------------------
Commit: e9be248b29
Author: Gaucho316 <Gaucho316@hotmail.com >
Date: 2013-06-14 (Fri, 14 Jun 2013)
Origin message was:
------------------
- stringinput: Change value string only if OK was pressed
2013-06-14 13:06:38 +02:00
[CST] Focus
588750c443
gui/test_menu.cpp: change tuner test params again
...
Origin commit data
------------------
Commit: 1d3ec8c7af
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-13 (Thu, 13 Jun 2013)
2013-06-13 19:24:10 +04:00
vanhofen
74ef42378f
yweb: use more matching zee-remotecontrol for neo twin
...
Origin commit data
------------------
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
2013-06-13 11:43:40 +02:00
[CST] Focus
ef64651031
gui/test_menu.cpp: change scan test params, add mmc mount check
...
Origin commit data
------------------
Commit: 25dc8bc10f
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-13 (Thu, 13 Jun 2013)
2013-06-13 13:14:26 +04:00
[CST] Focus
909b63a9ff
zapit/src/femanager.cpp: another hack to find free demux for PiP
...
Origin commit data
------------------
Commit: abebaccce4
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-13 (Thu, 13 Jun 2013)
2013-06-13 13:14:22 +04:00
vanhofen
017c86794c
stringinput: fix shadow and dimensions for pixbuf
...
Origin commit data
------------------
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
2013-06-13 10:42:35 +02:00
vanhofen
951c7e9ad8
moviebrowser: enable more characters in youtube search
...
Origin commit data
------------------
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
2013-06-13 09:42:18 +02:00
Michael Liebmann
67903dfd93
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
------------------
Commit: c780676ce5
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-13 01:36:03 +02:00
martii
3800094e4e
yt: need to encode search string
...
Origin commit data
------------------
Commit: 50e953cf27
Author: martii <m4rtii@gmx.de >
Date: 2013-06-09 (Sun, 09 Jun 2013)
2013-06-13 01:36:03 +02:00
Michael Liebmann
a9ddcb3f0a
scan epg: fix shadow warning
...
- fix display menuhint
Origin commit data
------------------
Commit: 7833cd4dc6
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 17:50:10 +02:00
Michael Liebmann
e740dd32f3
scan epg: add german locale
...
Origin commit data
------------------
Commit: 950d85e41b
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 17:50:10 +02:00
[CST] Focus
ac2654f628
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
------------------
Commit: 8e6202071e
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 18:46:34 +04:00
[CST] Focus
1b8a4ef5c4
src/zapit/src/zapit.cpp: change printf to INFO
...
Origin commit data
------------------
Commit: b88edbdc0a
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 18:46:34 +04:00
[CST] Focus
10e7eebc4c
neutrino.cpp: save/load epg_scan option;
...
process EVT_EIT_COMPLETE
Origin commit data
------------------
Commit: db40f59c84
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 18:46:34 +04:00
[CST] Focus
50d5c17723
gui/miscsettings_menu.cpp: add option to enable/disable epg scan
...
Origin commit data
------------------
Commit: 680f684ce4
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 18:46:34 +04:00
[CST] Focus
b50bc95475
gui/channellist.h: add helper to get channel's list channels count
...
Origin commit data
------------------
Commit: e612cc5380
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 18:46:34 +04:00
[CST] Focus
683b20e302
zapit/include/zapit/zapit.h: add GetPipFrontend() helper
...
Origin commit data
------------------
Commit: 5f2928f63d
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 18:46:34 +04:00
[CST] Focus
2652e6b514
locals: add locale for epg scan option
...
Origin commit data
------------------
Commit: c8828cb608
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 18:46:34 +04:00
[CST] Focus
34784bb5ca
neutrinoMessages.h, rcinput.cpp: add NeutrinoMessages::EVT_EIT_COMPLETE
...
Origin commit data
------------------
Commit: 6cf3ceef4f
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 18:46:34 +04:00
[CST] Focus
17d0b748a2
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
------------------
Commit: 450099e04d
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 18:46:34 +04:00
[CST] Focus
9ba62d6eb9
eitd/dmx.cpp: delete demux instead of stop in closefd,
...
add helper to set demux number
Origin commit data
------------------
Commit: 8bedb877dd
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 18:46:34 +04:00
[CST] Focus
e9b3a3625b
lib/sectionsdclient: add EVT_EIT_COMPLETE event,
...
add demux number to setServiceChanged()
Origin commit data
------------------
Commit: 5ed5b6d200
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 18:46:33 +04:00
Michael Liebmann
6d6a3336ca
CComponentsFrmClock: set text border width to 0
...
Origin commit data
------------------
Commit: 587db33bbd
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 01:32:24 +02:00
Michael Liebmann
09355f643a
CTextBox: Remove workaround for minimally text_border_width
...
- Default value is now 1 in CComponentsText
Origin commit data
------------------
Commit: ba1e514747
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 01:32:24 +02:00
Michael Liebmann
04e6326ee8
CChannelList: Use one instance of CComponentsFrmClock for multiple instances of CChannelList
...
Origin commit data
------------------
Commit: f0de4567ae
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 01:32:24 +02:00
Michael Liebmann
984a1691f9
CComponentsFrmClock: Move thread start/stop to constructor/destructor
...
Origin commit data
------------------
Commit: 6409cc8a19
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-06-12 (Wed, 12 Jun 2013)
2013-06-12 01:32:24 +02:00
Michael Liebmann
f287ee5d5e
CTestMenu: Fix memleak
...
Origin commit data
------------------
Commit: c5e0552438
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2013-06-06 (Thu, 06 Jun 2013)
2013-06-12 01:32:24 +02:00
[CST] Focus
38a50d6bc5
add font with simplified chinese support
...
Origin commit data
------------------
Commit: 2ea80c27ea
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-11 (Tue, 11 Jun 2013)
2013-06-11 17:46:05 +04:00
[CST] Focus
fd22f73a7c
eitd/edvbstring.cpp: ifdef GB2312 code for apollo, where we have enough flash space for chinese font
...
Origin commit data
------------------
Commit: adfcc6e398
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-11 (Tue, 11 Jun 2013)
2013-06-11 13:04:46 +04:00
[CST] Focus
9a334d430d
zapit/src/Makefile.am: dont compile unused dvbstring.cpp
...
Origin commit data
------------------
Commit: 631636ae02
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-11 (Tue, 11 Jun 2013)
2013-06-11 12:52:29 +04:00
[CST] Focus
f3e7164a89
bouqueteditor_channels.cpp, bouqueteditor_chanselect.cpp: try to fix details,
...
for some reason only sat name is displayed
Origin commit data
------------------
Commit: d51be84b88
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-11 (Tue, 11 Jun 2013)
2013-06-11 12:52:01 +04:00
[CST] Focus
733f2ae2c4
gui/widget/progressstatus.h: try to fix compile with gcc 4.6.3/uclibc:
...
undefined reference to vtable for CProgress_StatusViewer
Origin commit data
------------------
Commit: 8a00f7222f
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-11 (Tue, 11 Jun 2013)
2013-06-11 11:35:07 +04:00
[CST] Focus
d5c351d71c
eitd/edvbstring.cpp: fix compile
...
Origin commit data
------------------
Commit: e90a71de90
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2013-06-10 (Mon, 10 Jun 2013)
2013-06-10 19:06:28 +04:00
[CST] Bas
39f2026b84
src/eitd/edvbstring.cpp: add GB2313 support (chinese).
...
Origin commit data
------------------
Commit: b789dfa3a4
Author: [CST] Bas <bas@coolstreamtech.com >
Date: 2013-06-10 (Mon, 10 Jun 2013)
2013-06-10 20:41:48 +08:00