Stefan Seyfried
31d0b88ca1
dvbsubtitle: add missing blit()
2013-06-01 17:17:28 +02:00
Stefan Seyfried
6aee976490
neutrino: don't spam with --enable-cleanup
...
sectionsd already does malloc_stats()
2013-06-01 15:50:35 +02:00
Stefan Seyfried
f5956f055d
sectionsd: don't hardcode ntpdate location
2013-06-01 15:49:26 +02:00
Stefan Seyfried
862fb0aada
configure: remove linker hacks, now that libstb-hal is fixed
2013-06-01 13:56:41 +02:00
Stefan Seyfried
da79e3b205
infoviewer: always paint 'no epg...' in the same place
2013-05-31 11:33:47 +02:00
Stefan Seyfried
a579bd092b
infoviewer: simplify show_current_next()
2013-05-31 11:33:04 +02:00
Stefan Seyfried
2fcb6a527d
neutrino: fix nullpointer crash if no channels are present
2013-05-29 15:34:35 +02:00
Stefan Seyfried
6a48922350
neutrino: fix possible div-by-zero in scrollbar calculation
2013-05-29 15:33:21 +02:00
Stefan Seyfried
eb9eba8914
neutrino: generic-pc is now also using 1280x70 FB per default
2013-05-29 15:30:06 +02:00
Stefan Seyfried
463fa3027e
netfile: fix check (dprintf is a bad macro and needs braces)
2013-05-29 15:28:01 +02:00
Stefan Seyfried
e0a051e74c
ywebserver: try to use port 8080 if port 80 is not available
2013-05-28 14:35:11 +02:00
Stefan Seyfried
bd314ba84f
netfile: paranoia checks to avoid out-of-bounds access
2013-05-28 14:29:53 +02:00
Stefan Seyfried
a7dfc9757a
don't use sizeof(pointer), it is not useful :-)
2013-05-28 14:27:51 +02:00
Stefan Seyfried
c4d700b463
xmltok: add hack to rename functions
...
this avoids crashes due to clashes with libexpat,
which might be pulled in dynamically e.g. on PC by libGL.
2013-05-28 14:23:17 +02:00
Stefan Seyfried
0c3c93e7db
configure: try to autodetect lualib
2013-05-27 13:36:50 +02:00
Stefan Seyfried
69c9702f37
fbaccel: fix h/v line length for unaccelerated FB
2013-05-27 00:49:35 +02:00
Stefan Seyfried
999dd041c1
femanager: do not open unused frontends
...
this frees the unused frontends for e.g. vtunerd
(reimplementation of b1b7bfef74
)
2013-05-25 22:58:15 +02:00
Stefan Seyfried
6c46ea34c9
femanager: remove dead code (merge error)
2013-05-25 22:52:14 +02:00
Stefan Seyfried
98be8121ae
femanager: use INFO() for FEDEBUG() to shorten filenames
2013-05-25 22:51:42 +02:00
Stefan Seyfried
7c6e91d045
CAutoModeNotifier: avoid out-of-bounds access
2013-05-25 22:04:31 +02:00
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