Commit Graph

2266 Commits

Author SHA1 Message Date
Thilo Graf
590170e251 CImageInfo: adapt for new window handling
Origin commit data
------------------
Commit: ebc7b4ca6f
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)
2013-06-16 00:34:08 +02:00
Thilo Graf
87c50eb551 CComponentsWindow: add more functionality
Window comes now with footer and body


Origin commit data
------------------
Commit: 2a7c712f25
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)
2013-06-16 00:34:08 +02:00
Thilo Graf
0b5c82c184 CVolumeBar: remove redundant code parts
corrections of position is already calculated in paintInit()


Origin commit data
------------------
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()
2013-06-16 00:34:07 +02:00
Thilo Graf
8db24d0ab1 CComponentsText: fix position handling in sub forms
Origin commit data
------------------
Commit: 940576f0a0
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)
2013-06-16 00:34:07 +02:00
Thilo Graf
2a050bd77c CComponentsButton: fix alignment of button items
Origin commit data
------------------
Commit: b18741efc7
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)
2013-06-16 00:34:07 +02:00
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
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
[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
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
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
[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
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
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
b15430c86b set infobox color to COL_MENUCONTENTDARK_PLUS_0:
same color as main window looks boring, probably make sense to add color config option for this


Origin commit data
------------------
Commit: 4850e6d77a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-10 (Mon, 10 Jun 2013)
2013-06-10 15:59:21 +04:00
[CST] Focus
aea3e6267d gui/test_menu.cpp: change tuner test code to support more than 2 and cable
Origin commit data
------------------
Commit: 23c387755c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-10 (Mon, 10 Jun 2013)
2013-06-10 15:57:33 +04:00
[CST] Focus
f194783ebd gui/scan_setup.cpp: add flag to ignore manual scan params update, while scan menu active
Origin commit data
------------------
Commit: 9412f3a041
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-10 (Mon, 10 Jun 2013)
2013-06-10 15:57:20 +04:00
[CST] Focus
d859c5b68f gui/imageinfo.cpp: append image date from .version -
image is not neutrino only, other things could be changed


Origin commit data
------------------
Commit: 5fbb2e4a2d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-02 (Sun, 02 Jun 2013)
2013-06-10 15:57:03 +04:00
Michael Liebmann
4987f7ef5b Software update: Rework preparing the flash process
- Finish all unnecessary threads and processes before the flash process
- Use flash.start to stop other (user-defined) processes


Origin commit data
------------------
Commit: c26fd64759
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-08 (Sat, 08 Jun 2013)

Origin message was:
------------------
* Software update: Rework preparing the flash process

- Finish all unnecessary threads and processes before the flash process
- Use flash.start to stop other (user-defined) processes
2013-06-08 16:20:32 +02:00
Michael Liebmann
5dba8edf5e Software update: Apply the settings in the options menu switchable
Origin commit data
------------------
Commit: 365661e841
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-08 (Sat, 08 Jun 2013)

Origin message was:
------------------
* Software update: Apply the settings in the options menu switchable
2013-06-08 16:20:32 +02:00
FlatTV
6b933134f1 CComponentsText: add possibility to set a text border
Origin commit data
------------------
Commit: 96da2f95b8
Author: FlatTV <FlatTV@gmx.de>
Date: 2013-06-06 (Thu, 06 Jun 2013)

Origin message was:
------------------
- CComponentsText: add possibility to set a text border
2013-06-06 22:08:46 +02:00
Michael Liebmann
56c1d0a7d5 CVolumeBar: Reactivate position 'higher center' for volume bar
Origin commit data
------------------
Commit: c70167b58f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-06 (Thu, 06 Jun 2013)
2013-06-06 12:00:06 +02:00
Michael Liebmann
176d7e22a9 Add volume bar to osd timeouts in the OSD setup
Origin commit data
------------------
Commit: d08d18522e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-03 (Mon, 03 Jun 2013)

Origin message was:
------------------
* Add volume bar to osd timeouts in the OSD setup
2013-06-04 01:17:39 +02:00
Thilo Graf
d8e4aa483c CTestMenu: add sample code for footer buttons, disable debug spam
Origin commit data
------------------
Commit: fc3829d695
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-03 (Mon, 03 Jun 2013)
2013-06-03 22:12:49 +02:00
Thilo Graf
9cb86caf96 CComponentsButton: rework position handling for buttons and code comments
Origin commit data
------------------
Commit: 7d82da09ae
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-03 (Mon, 03 Jun 2013)
2013-06-03 22:12:48 +02:00
Thilo Graf
cbdfda6992 CVolumeBar: rework size handling
Signed-off-by: Michael Liebmann <tuxcode.bbg@gmail.com>


Origin commit data
------------------
Commit: b010b3bd09
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-10 (Fri, 10 May 2013)
2013-06-03 22:12:48 +02:00
Thilo Graf
55512682b0 CProgressBar/CVolumeBar: fix position of active/passive bar
Assign real position values to progressbar if is bound (embedded) in a form.
This is dependently from its own parent status. Status of cc_parent==NULL
means, it's not bound and without parent form so we use x/y, otherwise
we use real values stored by cc_xr/cc_yr.
Values in cc_xr/cc_yr and cc_parent were assigned with addCCItem().

Signed-off-by: Michael Liebmann <tuxcode.bbg@gmail.com>


Origin commit data
------------------
Commit: fb812f38e8
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-02 (Sun, 02 Jun 2013)
2013-06-03 22:12:48 +02:00
Thilo Graf
afaedb70db CComponents: rename and move real position attributes
These attributes are better placed in the basic class.


Origin commit data
------------------
Commit: 3c5f4867fb
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-31 (Fri, 31 May 2013)
2013-06-03 22:12:47 +02:00