Commit Graph

4344 Commits

Author SHA1 Message Date
Michael Liebmann
bb87b2fdea CComponentsItem: Set sw_cur = 0 if no shadow
Origin commit data
------------------
Commit: b8da504432
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-21 (Tue, 21 May 2013)

Origin message was:
------------------
* CComponentsItem: Set sw_cur = 0 if no shadow
2013-05-21 19:34:53 +02:00
Michael Liebmann
1d6f0bc57b CTestMenu: Add widget id's
- Return menu result, to close all menus


Origin commit data
------------------
Commit: 2244e418b7
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-21 (Tue, 21 May 2013)

Origin message was:
------------------
* CTestMenu: Add widget id's

- Return menu result, to close all menus
2013-05-21 19:34:52 +02:00
Jacek Jendrzej
ad8f946572 CFileHelpers::copyFile - prevent possible compile error
Origin commit data
------------------
Commit: 476b896972
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-20 (Mon, 20 May 2013)

Origin message was:
------------------
CFileHelpers::copyFile - prevent possible compile error
2013-05-20 12:07:04 +02:00
Michael Liebmann
22a5af089f CChannelList: prevent possible compile error
Origin commit data
------------------
Commit: a48e7fa200
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-19 (Sun, 19 May 2013)

Origin message was:
------------------
* CChannelList: prevent possible compile error
2013-05-19 08:41:05 +01:00
vanhofen
a56adef180 channellist: colored_events to right infobox
Origin commit data
------------------
Commit: 273a83fa3f
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-18 (Sat, 18 May 2013)

Origin message was:
------------------
- channellist: colored_events to right infobox
2013-05-18 23:59:06 +02:00
Michael Liebmann
6ee44a7687 Fix CComponents::getScreen()/hide() & CComponentsItem::hideCCItem()
- Use CFrameBuffer::waitForIdle() to ensure that all GXA commands
 are finished before SaveScreen() / RestoreScreen() is executed


Origin commit data
------------------
Commit: 072097cd06
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-17 (Fri, 17 May 2013)

Origin message was:
------------------
* Fix CComponents::getScreen()/hide() & CComponentsItem::hideCCItem()

- Use CFrameBuffer::waitForIdle() to ensure that all GXA commands
 are finished before SaveScreen() / RestoreScreen() is executed
2013-05-18 14:44:20 +01:00
Michael Liebmann
f72058e32e CFrameBuffer::waitForIdle: Added a parameter
to identify the execution at Debug Output
- For example: name of the calling function


Origin commit data
------------------
Commit: d460c50bd5
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-17 (Fri, 17 May 2013)

Origin message was:
------------------
* CFrameBuffer::waitForIdle: Added a parameter

 to identify the execution at Debug Output
- For example: name of the calling function
2013-05-18 14:44:20 +01:00
Michael Liebmann
ef1cb49866 Mute icon: Fix minor bugs
- Fix display the mute icon when leaving the audio player
- Disable mute icon in channellist when 'Quickzap in list' active or allow
- Fix hide the mute icon in movie browser, picture viewer,
 file browser and upnp browser
- Font::RenderString(): Use correct value of y for CFrameBuffer::checkFbArea()


Origin commit data
------------------
Commit: 5eb7f4aea8
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-17 (Fri, 17 May 2013)

Origin message was:
------------------
* Mute icon: Fix minor bugs

- Fix display the mute icon when leaving the audio player
- Disable mute icon in channellist when 'Quickzap in list' active or allow
- Fix hide the mute icon in movie browser, picture viewer,
 file browser and upnp browser
- Font::RenderString(): Use correct value of y for CFrameBuffer::checkFbArea()
2013-05-18 14:44:20 +01:00
Michael Liebmann
682b0a6261 Sort deutsch.locale
Origin commit data
------------------
Commit: f6d72f6448
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-18 (Sat, 18 May 2013)

Origin message was:
------------------
* Sort deutsch.locale
2013-05-18 14:44:20 +01:00
Jacek Jendrzej
23de0a12b5 CNeutrinoEventList::findEvents - add search all epg option
Origin commit data
------------------
Commit: 35bac1ff40
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-17 (Fri, 17 May 2013)
2013-05-17 21:08:09 +02:00
Thilo Graf
dae411b002 CAudioMute: replace unnecessary declaration/definition/ usages
frameBuffer is already definied by
inherited CComponentsPicture() attributes. Attributes like
"x, y, width, height" are usable without a function.

See also http://www.tuxbox.org/neutrinohd/doc/html/class_c_components.html
section: "Protected Attributes"


Origin commit data
------------------
Commit: 999c659b3c
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-16 (Thu, 16 May 2013)
2013-05-16 22:56:57 +02:00
Jacek Jendrzej
7815457ec2 supplement to e946162499 typo
Origin commit data
------------------
Commit: 017b2d58d9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-16 (Thu, 16 May 2013)
2013-05-16 22:43:51 +02:00
Jacek Jendrzej
764733cce7 supplement to e946162499, THX Gaucho316 for correction
Origin commit data
------------------
Commit: 4a461c1801
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-16 (Thu, 16 May 2013)
2013-05-16 22:40:52 +02:00
Michael Liebmann
fb34a0fc68 CComponents: Add corner_type to paintFbItems() => paintBoxFrame()
Origin commit data
------------------
Commit: c5e223a231
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-16 (Thu, 16 May 2013)

Origin message was:
------------------
* CComponents: Add corner_type to paintFbItems() => paintBoxFrame()
2013-05-16 11:01:41 +01:00
Michael Liebmann
36663ad335 CFrameBuffer: Rework paintBoxFrame()
- Rounded corners can be displayed individually
- Improved rendering of circular arcs
- Remove duplicate code in paintBoxRel()


Origin commit data
------------------
Commit: b089d9bf20
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-16 (Thu, 16 May 2013)

Origin message was:
------------------
* CFrameBuffer: Rework paintBoxFrame()

- Rounded corners can be displayed individually
- Improved rendering of circular arcs
- Remove duplicate code in paintBoxRel()
2013-05-16 11:01:41 +01:00
Michael Liebmann
287c48a9df Various changes for reworked mute icon handling in some classes
- mute icon disabled for moviebrowser, upnpbrowser, pictureviewer
- extra handling for audioplayer


Origin commit data
------------------
Commit: bf1c7bfdb7
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)

Origin message was:
------------------
* Various changes for reworked mute icon handling in some classes

- mute icon disabled for moviebrowser, upnpbrowser, pictureviewer
- extra handling for audioplayer
2013-05-16 11:01:41 +01:00
Michael Liebmann
2b64c52a2f Rework handling muteicon
- Integrated for monitoring the mute icon into the frame buffer class.
 If the icon is overwritten by an element, it is restored from the
 framebuffer.

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 1049b337bb
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)

Origin message was:
------------------
* Rework handling muteicon

- Integrated for monitoring the mute icon into the frame buffer class.
 If the icon is overwritten by an element, it is restored from the
 framebuffer.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2013-05-16 11:01:41 +01:00
Jacek Jendrzej
e946162499 CNeutrinoEventList::findEvents -fix segfault if Bouquets not in current mode, remove unique sort
Origin commit data
------------------
Commit: 8079c9126b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-16 (Thu, 16 May 2013)
2013-05-16 10:21:45 +02:00
Jacek Jendrzej
51dbfc1010 CNeutrinoEventList::findEvents - remove events for not found channels in channelList
Origin commit data
------------------
Commit: 5869af605b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)

Origin message was:
------------------
 CNeutrinoEventList::findEvents - remove events for not found channels in channelList
2013-05-15 17:36:33 +02:00
Jacek Jendrzej
1c4b455438 CNeutrinoEventList::findEvents - speedup search in all channelList
Origin commit data
------------------
Commit: 63bb0996da
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
2013-05-15 14:39:09 +02:00
vanhofen
9e790476cb yweb: add key 'sleep'
Origin commit data
------------------
Commit: ee4a4cbea1
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-14 (Tue, 14 May 2013)

Origin message was:
------------------
- yweb: add key 'sleep'
2013-05-14 22:40:49 +02:00
vanhofen
9109514728 sleeptimer: allow only one instance
* remove unneeded includes


Origin commit data
------------------
Commit: 07da9cecdc
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-14 (Tue, 14 May 2013)

Origin message was:
------------------
- sleeptimer: allow only one instance

* remove unneeded includes
2013-05-14 22:20:40 +02:00
vanhofen
09f5df59c6 neutrino: use key 'sleep' to execute CSleepTimerWidget
Origin commit data
------------------
Commit: a5857e9d5b
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-14 (Tue, 14 May 2013)

Origin message was:
------------------
- neutrino: use key 'sleep' to execute CSleepTimerWidget
2013-05-14 01:09:10 +02:00
vanhofen
056e83e6fc stringinput: save/restore screen and add shadow
Origin commit data
------------------
Commit: d69502e5b8
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-14 (Tue, 14 May 2013)

Origin message was:
------------------
- stringinput: save/restore screen and add shadow
2013-05-14 01:07:58 +02:00
Jacek Jendrzej
25de7b0fff CNeutrinoEventList::paintDescription - show info1 if info2 is empty
Origin commit data
------------------
Commit: f23be72ee0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
2013-05-13 20:56:14 +02:00
Jacek Jendrzej
42164b85c3 CNeutrinoEventList::findEvents - search in unique channelList
Origin commit data
------------------
Commit: 3ee3452fda
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)
2013-05-13 10:13:29 +02:00
Jacek Jendrzej
dba03455e3 channellist.cpp fix compil -comparison between signed and unsigned integer expressions
Origin commit data
------------------
Commit: c32266e8f4
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-13 (Mon, 13 May 2013)

Origin message was:
------------------
 channellist.cpp fix compil -comparison between signed and unsigned integer expressions
2013-05-13 08:48:29 +02:00
vanhofen
7bfe1ab4bf channellist: disable 'displayNext' when additional infos enabled
* otherwise there is no possibility to disable 'displayNext'
 except exiting the channellist


Origin commit data
------------------
Commit: 2ab63ce14d
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-12 (Sun, 12 May 2013)

Origin message was:
------------------
- channellist: disable 'displayNext' when additional infos enabled

* otherwise there is no possibility to disable 'displayNext'
 except exiting the channellist
2013-05-12 23:41:36 +02:00
vanhofen
bde183828d channellist: show infotext when epg.info2 is empty ...
... and 'description' is selected in additional infos

* fix double paint of infozone


Origin commit data
------------------
Commit: 4277b8e283
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-12 (Sun, 12 May 2013)

Origin message was:
------------------
- channellist: show infotext when epg.info2 is empty ...

... and 'description' is selected in additional infos

* fix double paint of infozone
2013-05-12 23:06:57 +02:00
vanhofen
f2115ad7f3 channellist: show current event in additional info box
Origin commit data
------------------
Commit: e170aec2d9
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-12 (Sun, 12 May 2013)

Origin message was:
------------------
- channellist: show current event in additional info box
2013-05-12 22:26:10 +02:00
Thilo Graf
2b284c0978 CComponents: fix missing save of background in paint_bg=false mode
Exit in initVarItem() on !paint_bg was too early.


Origin commit data
------------------
Commit: 9ae72bf02d
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-12 (Sun, 12 May 2013)
2013-05-12 14:17:10 +02:00
rhabarber1848
5e2bce7ed0 eventlist: Use selected event title as default search word, patch by Gaucho316: http://www.dbox2-tuning.net/forum/viewtopic.php?p=382712#p382712
Origin commit data
------------------
Commit: f6413891b2
Author: rhabarber1848 <rhabarber1848@web.de>
Date: 2012-04-25 (Wed, 25 Apr 2012)
2013-05-11 19:02:19 +02:00
Thilo Graf
12b8d96c0b CAudioMute: implementation of CComponents
Origin commit data
------------------
Commit: 35444cb703
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-10 (Fri, 10 May 2013)
2013-05-11 17:21:00 +01:00
vanhofen
4f521760ef locals: use more matching descriptions for screen positions
Origin commit data
------------------
Commit: c80b1b0640
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-11 (Sat, 11 May 2013)

Origin message was:
------------------
- locals: use more matching descriptions for screen positions
2013-05-11 12:57:36 +02:00
Michael Liebmann
d42c40beac COsdSetup::changeNotify: Add handling for volume digits / CVolumeHelper
Origin commit data
------------------
Commit: d90ce27876
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-11 (Sat, 11 May 2013)

Origin message was:
------------------
* COsdSetup::changeNotify: Add handling for volume digits / CVolumeHelper
2013-05-11 09:38:23 +01:00
vanhofen
474888da37 osd-setup: fix segmentation fault
Origin commit data
------------------
Commit: 1376a94197
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-10 (Fri, 10 May 2013)

Origin message was:
------------------
- osd-setup: fix segmentation fault
2013-05-10 22:48:37 +02:00
vanhofen
381c5459b8 deutsch.locale: fix typo in menu.hint_subchannel_pos
Origin commit data
------------------
Commit: fd63df9688
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-10 (Fri, 10 May 2013)

Origin message was:
------------------
- deutsch.locale: fix typo in menu.hint_subchannel_pos
2013-05-10 21:55:19 +02:00
vanhofen
3e5bf1083e osd-setup: move menu-related stuff to a submenu 'menus'
* re-sort remaining items


Origin commit data
------------------
Commit: 655ae5d51f
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-10 (Fri, 10 May 2013)

Origin message was:
------------------
- osd-setup: move menu-related stuff to a submenu 'menus'

* re-sort remaining items
2013-05-10 21:36:34 +02:00
Jacek Jendrzej
faf85d8ce3 supplement to a104563753
Origin commit data
------------------
Commit: 3a62b97fcb
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)
2013-05-10 13:43:23 +02:00
Michael Liebmann
f5abed1dd0 Rework positioning of volumebar / mute icon / info clock
- Is required for custom icons


Origin commit data
------------------
Commit: cfd7b4b16b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)

Origin message was:
------------------
* Rework positioning of volumebar / mute icon / info clock

- Is required for custom icons
2013-05-10 11:32:12 +01:00
Michael Liebmann
60b0c9dfd6 CComponents::paintFbItems: Fix paint frame
- Remove function CComponents::allowPaint()


Origin commit data
------------------
Commit: 612ef514a3
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-09 (Thu, 09 May 2013)

Origin message was:
------------------
* CComponents::paintFbItems: Fix paint frame

- Remove function CComponents::allowPaint()
2013-05-10 11:32:12 +01:00
Jacek Jendrzej
543bfb022b CNeutrinoEventList::exec call hide only once
Origin commit data
------------------
Commit: 28c67bbc9b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)
2013-05-10 11:28:22 +02:00
vanhofen
09c0ef5602 epgview: depend window size on font size
Origin commit data
------------------
Commit: df3d5567a1
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-10 (Fri, 10 May 2013)

Origin message was:
------------------
- epgview: depend window size on font size
2013-05-10 10:33:23 +02:00
vanhofen
f549c03355 framebuffer: add possibility to force small windows
Origin commit data
------------------
Commit: 742cc81f46
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-10 (Fri, 10 May 2013)

Origin message was:
------------------
- framebuffer: add possibility to force small windows
2013-05-10 10:31:46 +02:00
vanhofen
2511e2a700 infoviewer: get width of timescale from progressbar object ...
.. to remove hardcoded timescale width in showInfoFile()


Origin commit data
------------------
Commit: 7d5ecda6e5
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-10 (Fri, 10 May 2013)

Origin message was:
------------------
- infoviewer: get width of timescale from progressbar object ...

.. to remove hardcoded timescale width in showInfoFile()
2013-05-10 09:33:25 +02:00
Michael Liebmann
ff9e2196dd OSD Setup: Move volume settings in a separate submenu.
Origin commit data
------------------
Commit: 3d33901e5e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-09 (Thu, 09 May 2013)

Origin message was:
------------------
* OSD Setup: Move volume settings in a separate submenu.
2013-05-09 16:58:52 +01:00
Jacek Jendrzej
ff88d7a481 CChannelList::show() call hide only once
Origin commit data
------------------
Commit: 438248bfac
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-09 (Thu, 09 May 2013)
2013-05-09 16:32:11 +02:00
Jacek Jendrzej
a104563753 CMenuWidget::paintItems: clean only last multipage menu
Origin commit data
------------------
Commit: 28198dc320
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-09 (Thu, 09 May 2013)
2013-05-09 13:10:23 +02:00
Michael Liebmann
1c8eab938d CComponents::paintFbItems: Don't paint item if dx or dy are 0
Origin commit data
------------------
Commit: 309b371060
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-08 (Wed, 08 May 2013)

Origin message was:
------------------
* CComponents::paintFbItems: Don't paint item if dx or dy are 0
2013-05-08 07:06:12 +01:00
Thilo Graf
51e81122b5 CVolumeBar: rework volumebar handling
Use CComponenets and separates the gui part from driver part

- add new class CVolumeBar as CComponentsForm
- Various changes for reworked volume bar handling in some classes
- Move AudioMute() from CVolume to new class CAudioMute
- Use CComponentsPicture to paint muteicon


Origin commit data
------------------
Commit: 8baec6d62a
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-04 (Sat, 04 May 2013)
2013-05-08 05:11:24 +01:00