Commit Graph

4933 Commits

Author SHA1 Message Date
Stefan Seyfried
0767b0d9ee CAudioMute: add fb->blit() calls 2013-05-25 21:33:28 +02:00
Stefan Seyfried
17986f6b15 fix build with --as-needed enabled linkers 2013-05-25 21:10:38 +02:00
Stefan Seyfried
8a7095c208 remove obsolete locales 2013-05-24 23:31:17 +02:00
Stefan Seyfried
9a20a6ed3e framebuffer-ng: add missing checkFbArea() calls 2013-05-24 23:25:59 +02:00
Stefan Seyfried
78620c257f framebuffer-ng: rework paintBoxRel and paintBoxFrame
rework similar to framebuffer.cpp in order to make sure the visual
appearance is identical
2013-05-24 23:14:35 +02:00
Stefan Seyfried
0c56de9801 framebuffer-ng: implement new framebuffer functions 2013-05-24 22:28:22 +02:00
Stefan Seyfried
a7f1e0e25e Merge remote-tracking branch 'check/next-cc'
needs buildfixing in framebuffer class...

Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/driver/fontrenderer.cpp
	src/driver/volume.cpp
	src/gui/audiomute.cpp
	src/gui/audioplayer.cpp
	src/gui/osd_setup.cpp
	src/gui/widget/stringinput.cpp
	src/neutrino.cpp
2013-05-24 20:24:39 +02:00
Stefan Seyfried
95813ab60e femanager: allow starting without frontend (for testing) 2013-05-24 17:06:48 +02:00
Stefan Seyfried
dcbec30d9a don't install useless (and trash existing) frontend.conf 2013-05-24 17:02:16 +02:00
Stefan Seyfried
6148b976aa audioplayer: avoid out-of-bounds access 2013-05-24 16:58:59 +02:00
Stefan Seyfried
a7e0bdfb27 audioplayer: g_Sectionsd is gone when destructor runs 2013-05-24 16:58:18 +02:00
Stefan Seyfried
c1c734f463 zapit: fix ordering of cleanup stuff 2013-05-24 16:57:16 +02:00
Michael Liebmann
00dd399ff9 * 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
99221ee19c Neutrino Movieinfo: show genre, patch by Gaucho316: http://www.dbox2-tuning.net/forum/viewtopic.php?p=384587#p384587 2013-05-23 22:03:43 +02:00
rhabarber1848
995aeaeb18 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 2013-05-23 21:30:56 +02:00
Gaucho316
6215d37e42 Neutrino EPG Viewer: don't show empty audio track names
Signed-off-by: Gaucho316 <Gaucho316@hotmail.com>
2013-05-23 21:19:01 +02:00
rhabarber1848
19d47e04a5 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 2013-05-23 21:08:18 +02:00
Jacek Jendrzej
0c68a37b70 CBaseDec::GetMetaDataBase - fix segfault on scroll and any file is played 2013-05-23 14:20:06 +02:00
Michael Liebmann
b1c7c7a34c * CComponentsItem::paintInit(): Corrected calculation of sw_cur
- Summarized calculate the values of shadow box
2013-05-22 22:02:17 +02:00
Michael Liebmann
ad7bb42fc6 * CAudioPlayerGui: Fix display mute icon 2013-05-22 07:48:04 +02:00
Michael Liebmann
2a6d12c332 * src/gui/components/cc_types.h: Renumbering 'align types' of correct evaluation 2013-05-21 19:34:53 +02:00
Michael Liebmann
b8da504432 * CComponentsItem: Set sw_cur = 0 if no shadow 2013-05-21 19:34:53 +02:00
Michael Liebmann
2244e418b7 * CTestMenu: Add widget id's
- Return menu result, to close all menus
2013-05-21 19:34:52 +02:00
Jacek Jendrzej
476b896972 CFileHelpers::copyFile - prevent possible compile error 2013-05-20 12:07:04 +02:00
Michael Liebmann
a48e7fa200 * CChannelList: prevent possible compile error 2013-05-19 08:41:05 +01:00
svenhoefer
273a83fa3f - channellist: colored_events to right infobox 2013-05-18 23:59:06 +02:00
Michael Liebmann
072097cd06 * 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
d460c50bd5 * 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
5eb7f4aea8 * 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
f6d72f6448 * Sort deutsch.locale 2013-05-18 14:44:20 +01:00
Jacek Jendrzej
35bac1ff40 CNeutrinoEventList::findEvents - add search all epg option 2013-05-17 21:08:09 +02:00
Thilo Graf
999c659b3c 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"
2013-05-16 22:56:57 +02:00
Jacek Jendrzej
017b2d58d9 supplement to 8079c9126b typo 2013-05-16 22:43:51 +02:00
Jacek Jendrzej
4a461c1801 supplement to 8079c9126b, THX Gaucho316 for correction 2013-05-16 22:40:52 +02:00
Michael Liebmann
c5e223a231 * CComponents: Add corner_type to paintFbItems() => paintBoxFrame() 2013-05-16 11:01:41 +01:00
Michael Liebmann
b089d9bf20 * 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
bf1c7bfdb7 * 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
1049b337bb * 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
8079c9126b CNeutrinoEventList::findEvents -fix segfault if Bouquets not in current mode, remove unique sort 2013-05-16 10:21:45 +02:00
Jacek Jendrzej
5869af605b CNeutrinoEventList::findEvents - remove events for not found channels in channelList 2013-05-15 17:36:33 +02:00
Jacek Jendrzej
63bb0996da CNeutrinoEventList::findEvents - speedup search in all channelList 2013-05-15 14:39:09 +02:00
svenhoefer
ee4a4cbea1 - yweb: add key 'sleep' 2013-05-14 22:40:49 +02:00
svenhoefer
07da9cecdc - sleeptimer: allow only one instance
* remove unneeded includes
2013-05-14 22:20:40 +02:00
svenhoefer
a5857e9d5b - neutrino: use key 'sleep' to execute CSleepTimerWidget 2013-05-14 01:09:10 +02:00
svenhoefer
d69502e5b8 - stringinput: save/restore screen and add shadow 2013-05-14 01:07:58 +02:00
Jacek Jendrzej
f23be72ee0 CNeutrinoEventList::paintDescription - show info1 if info2 is empty 2013-05-13 20:56:14 +02:00
Jacek Jendrzej
3ee3452fda CNeutrinoEventList::findEvents - search in unique channelList 2013-05-13 10:13:29 +02:00
Jacek Jendrzej
c32266e8f4 channellist.cpp fix compil -comparison between signed and unsigned integer expressions 2013-05-13 08:48:29 +02:00
svenhoefer
2ab63ce14d - 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
svenhoefer
4277b8e283 - 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