Commit Graph

4569 Commits

Author SHA1 Message Date
Thilo Graf
7cefe569ea CComponentsFrmClock: add missing statement for #include <config.h>
Origin commit data
------------------
Commit: 09d6881b20
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-26 (Sun, 26 May 2013)
2013-05-27 09:30:50 +02:00
Thilo Graf
aced8dd484 CComponents: add comments for documentations
Comments contains doxygen tags.
for results see also: http://www.tuxbox.org/neutrinohd/doc/html/
Help welcome!


Origin commit data
------------------
Commit: 47691515d1
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-25 (Sat, 25 May 2013)
2013-05-27 09:22:08 +02:00
vanhofen
11188c41e3 cc_frm_header: improve "fix neutrino locales in CComponentsHeader"
* supplement to 31394a2


Origin commit data
------------------
Commit: 784d8d3de2
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-26 (Sun, 26 May 2013)

Origin message was:
------------------
- cc_frm_header: improve "fix neutrino locales in CComponentsHeader"

* supplement to 31394a2
2013-05-26 23:27:23 +02:00
vanhofen
d02607f887 channellist: using small buttons in buttonbar
Origin commit data
------------------
Commit: e492048eab
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-26 (Sun, 26 May 2013)

Origin message was:
------------------
- channellist: using small buttons in buttonbar
2013-05-26 23:06:58 +02:00
vanhofen
5770458cd9 timerlist: using CComponentsHeader to paint header
* move info icon to buttonbar


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

Origin message was:
------------------
- timerlist: using CComponentsHeader to paint header

* move info icon to buttonbar
2013-05-26 22:52:21 +02:00
vanhofen
31394a2dda cc_frm_header: fix neutrino locales in CComponentsHeader
Origin commit data
------------------
Commit: 4cc9e7691a
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-26 (Sun, 26 May 2013)

Origin message was:
------------------
- cc_frm_header: fix neutrino locales in CComponentsHeader
2013-05-26 22:49:46 +02:00
Jacek Jendrzej
37887d1a8c eitd: addEvent - fix possible segfault if lastEvent==NULL
Origin commit data
------------------
Commit: 1a1be2a82f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-26 (Sun, 26 May 2013)
2013-05-26 18:44:52 +02:00
Thilo Graf
020c22714a build: trivial sort fix for pipsetup.cpp
Origin commit data
------------------
Commit: eeecbb3bcd
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-25 (Sat, 25 May 2013)
2013-05-25 23:29:49 +02:00
Thilo Graf
7222de9168 CComponentsFrmClock: add new class CComponentsFrmClock
Origin commit data
------------------
Commit: 9d52071c39
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-25 (Sat, 25 May 2013)
2013-05-25 23:29:49 +02:00
Thilo Graf
31f97d4d0b CFrameBuffer: style fixes
Scope of the some variable can be reduced, and
waitForIdle(): %d in format string requires a signed integer given in
the argument list.


Origin commit data
------------------
Commit: 73cf6e9410
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-20 (Mon, 20 May 2013)
2013-05-25 16:48:35 +02:00
Jacek Jendrzej
7d40cd7e9d ChannelList::quickZap -record mode- should zap if possible, else display transponderlist
Origin commit data
------------------
Commit: a01551d360
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-25 (Sat, 25 May 2013)

Origin message was:
------------------
ChannelList::quickZap -record mode- should zap if possible, else display transponderlist
2013-05-25 13:05:55 +02:00
Jacek Jendrzej
241309d38a zapit: set sdt len to max section len
Origin commit data
------------------
Commit: 7eb27cd212
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-25 (Sat, 25 May 2013)
2013-05-25 12:06:44 +02:00
Michael Liebmann
860a7c8385 CComponents: Reworked paint the shadows
- Paint rounded corners only where it is required
- Skip paint frame/paint shadow, if not defined


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

Origin message was:
------------------
* CComponents: Reworked paint the shadows

- Paint rounded corners only where it is required
- Skip paint frame/paint shadow, if not defined
2013-05-24 21:48:56 +02:00
Jacek Jendrzej
82375d2256 SIevent::getFSK() - workaround for ITA ESP FRA fsk.
Origin commit data
------------------
Commit: 672c6ae4eb
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-24 (Fri, 24 May 2013)
2013-05-24 17:44:03 +02:00
Jacek Jendrzej
ec076fdefd CEpgData::show - Latin1_to_UTF8 no need
Origin commit data
------------------
Commit: 09ab981b94
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-24 (Fri, 24 May 2013)
2013-05-24 17:38:37 +02:00
Michael Liebmann
78e191de29 CFrameBuffer::paintBoxRel: Skip paint the line, if the calculated width < 0
- When width < 0 GXA overwrites undefined image regions
- Skip paint the line, if the calculated width = 0 (unnecessarily)


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

Origin message was:
------------------
* CFrameBuffer::paintBoxRel: Skip paint the line, if the calculated width < 0

- When width < 0 GXA overwrites undefined image regions
- Skip paint the line, if the calculated width = 0 (unnecessarily)
2013-05-24 09:56:07 +02:00
rhabarber1848
d8ab9bac32 Neutrino Movieinfo: show genre, patch by Gaucho316: http://www.dbox2-tuning.net/forum/viewtopic.php?p=384587#p384587
Origin commit data
------------------
Commit: 99221ee19c
Author: rhabarber1848 <rhabarber1848@web.de>
Date: 2012-10-17 (Wed, 17 Oct 2012)
2013-05-23 22:03:43 +02:00
rhabarber1848
300e63ae66 Neutrino: Remove trailing comma in movieinfo`s audio track listing, patch by Gaucho316: http://www.dbox2-tuning.net/forum/viewtopic.php?f=2&t=49186
Origin commit data
------------------
Commit: 995aeaeb18
Author: rhabarber1848 <rhabarber1848@web.de>
Date: 2010-02-27 (Sat, 27 Feb 2010)
2013-05-23 21:30:56 +02:00
Gaucho316
6228ba8c4b Neutrino EPG Viewer: don't show empty audio track names
Signed-off-by: Gaucho316 <Gaucho316@hotmail.com>


Origin commit data
------------------
Commit: 6215d37e42
Author: Gaucho316 <Gaucho316@hotmail.com>
Date: 2012-12-19 (Wed, 19 Dec 2012)
2013-05-23 21:19:01 +02:00
rhabarber1848
7bb0dc4f34 Neutrino: Show audio track descriptions and program length in EPG info, patch by Gaucho316: http://www.dbox2-tuning.net/forum/viewtopic.php?f=2&t=49185
Origin commit data
------------------
Commit: 19d47e04a5
Author: rhabarber1848 <rhabarber1848@web.de>
Date: 2010-02-28 (Sun, 28 Feb 2010)
2013-05-23 21:08:18 +02:00
Jacek Jendrzej
0b52576434 CBaseDec::GetMetaDataBase - fix segfault on scroll and any file is played
Origin commit data
------------------
Commit: 0c68a37b70
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-23 (Thu, 23 May 2013)
2013-05-23 14:20:06 +02:00
Michael Liebmann
b0f334de56 CComponentsItem::paintInit(): Corrected calculation of sw_cur
- Summarized calculate the values of shadow box


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

Origin message was:
------------------
* CComponentsItem::paintInit(): Corrected calculation of sw_cur

- Summarized calculate the values of shadow box
2013-05-22 22:02:17 +02:00
Michael Liebmann
13bd36d779 CAudioPlayerGui: Fix display mute icon
Origin commit data
------------------
Commit: ad7bb42fc6
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-22 (Wed, 22 May 2013)

Origin message was:
------------------
* CAudioPlayerGui: Fix display mute icon
2013-05-22 07:48:04 +02:00
Michael Liebmann
24c8d962d4 src/gui/components/cc_types.h: Renumbering 'align types' of correct evaluation
Origin commit data
------------------
Commit: 2a6d12c332
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-21 (Tue, 21 May 2013)

Origin message was:
------------------
* src/gui/components/cc_types.h: Renumbering 'align types' of correct evaluation
2013-05-21 19:34:53 +02:00
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
[CST] Focus
35cea9b651 system/flashtool.cpp: use buffer on stack
Origin commit data
------------------
Commit: 3959771c18
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-05-21 (Tue, 21 May 2013)
2013-05-21 16:54:17 +04:00
[CST] Focus
8d8466a1db english.locale: fix copy-paste
Origin commit data
------------------
Commit: 142d7c204c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
2013-05-21 16:54:17 +04: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
[CST] Bas
0a063d07c0 neutrino: fix dutch locale, it's being maintained by Astrasat. Move it to 'maintained'.
Origin commit data
------------------
Commit: 5b42594a1a
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2013-05-16 (Thu, 16 May 2013)
2013-05-17 05:10:52 +08: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
[CST] Focus
55f844a5cd neutrino.cpp: change defaults:
record ttx/subtitles to true;
progress bars to horizontal bars;
infoviewer epg progress to below channel name;
ca sys display to discreet;
direct record end to epg event


Origin commit data
------------------
Commit: bbade7451d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
2013-05-15 16:04:37 +04:00
[CST] Focus
7a0710c4c2 timerd/timermanager.cpp: change default record safety to 5min
Origin commit data
------------------
Commit: 77c9f6242c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
2013-05-15 16:02:25 +04:00
[CST] Focus
88f11240eb gui/moviebrowser.cpp: change default columns to channel,title,date,size,duration,info;
change default column sizes


Origin commit data
------------------
Commit: 2499abc6c8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
2013-05-15 16:02:03 +04:00