Stefan Seyfried
1c58f5f093
add menu option to delete 'removed channels'
2013-04-14 12:46:10 +02:00
Stefan Seyfried
1aa0915512
getservices: add option to not save removed channels
2013-04-13 22:53:38 +02:00
Stefan Seyfried
ee3580214f
auto-enumerate FONT_TYPE_COUNT instead of defining it
2013-04-13 17:27:21 +02:00
Stefan Seyfried
61bf95f552
Merge branch 'check/pu-cc' into master
...
Conflicts:
src/gui/osd_setup.cpp
src/neutrino.cpp
2013-04-13 17:17:30 +02:00
svenhoefer
4b624f88bd
- english.locale: typo
2013-04-13 11:46:06 +02:00
svenhoefer
473d6f38ba
- eventlist: make additional infos switchable
...
* new menu 'eventlist' in osd-setup
* fix offset in infozone
* fontsize for infozone adjustable
2013-04-13 11:13:23 +02:00
svenhoefer
d937082cd5
- eventlist: fix round borders for current unselected event
2013-04-13 09:31:39 +02:00
Jacek Jendrzej
838cf61a69
src/gui/channellist.cpp: fix to 4a8350c382
2013-04-10 20:43:32 +02:00
Jacek Jendrzej
4a8350c382
src/gui/channellist.cpp: fix paint details with different font size
2013-04-10 19:28:30 +02:00
Jacek Jendrzej
f5297f06d9
src/neutrino.cpp: fix execute rcK script
2013-04-10 11:59:48 +02:00
Stefan Seyfried
ca9b85b3f5
fontrenderer: fix rendering problems with accelerated blitting
2013-04-09 13:12:09 +02:00
Stefan Seyfried
90c252f6f9
fontrenderer: allow using customcolor.h colors for fonts
2013-04-09 13:12:00 +02:00
Stefan Seyfried
e66b57cd88
fontrenderer: use background color of framebuffer
2013-04-09 13:11:53 +02:00
Stefan Seyfried
fa87c27dfe
fontrenderer: fix rendering problems with accelerated blitting
2013-04-09 08:23:32 +02:00
Jacek Jendrzej
6a32e96920
src/gui/epgview.cpp: fixes3 from tuxbox, THX Gaucho316
2013-04-08 21:03:46 +02:00
Jacek Jendrzej
d23bdf7bb8
src/gui/epgview.cpp: fixes2 from tuxbox, THX Gaucho316
2013-04-08 20:41:36 +02:00
Jacek Jendrzej
f3dcf52ea0
revert 89251f648e
&& 89251f648e
2013-04-08 18:03:33 +02:00
Jacek Jendrzej
67e6ed102c
src/gui/epgview.cpp: fixes from tuxbox, THX Gaucho316 & GetAway
2013-04-08 17:42:37 +02:00
Michael Liebmann
55e37eb2b5
* src/gui/audioplayer.cpp: Fix osd (draw frame)
2013-04-08 16:01:27 +01:00
Stefan Seyfried
89251f648e
fontrenderer: allow using customcolor.h colors for fonts
2013-04-08 10:36:50 +02:00
Stefan Seyfried
a5c6160384
audioplayer: don't free curl_handle too early
2013-04-08 10:36:18 +02:00
Stefan Seyfried
88fde35e52
test_menu: fix path to demo picture
2013-04-08 10:35:43 +02:00
Stefan Seyfried
cc1dea140a
mp3dec: recover from PCM write errors without crashing
2013-04-08 10:35:03 +02:00
Stefan Seyfried
629dc8562f
fontrenderer: use background color of framebuffer
2013-04-08 10:34:33 +02:00
Stefan Seyfried
13871d8328
CScanTs: silence valgrind
2013-04-08 10:32:56 +02:00
Stefan Seyfried
c0a1b8690f
CScanTs: add destructor to avoid leaks
2013-04-08 10:32:45 +02:00
Michael Liebmann
9a9a347ee3
* src/gui/audioplayer.cpp: Fix segfault in audioplayer osd
2013-04-07 22:07:38 +01:00
Thilo Graf
276fa6273e
CProgressBar: use correct default colors in constructor
2013-04-07 20:37:54 +02:00
Stefan Seyfried
d2463705f4
luainstance: return render width from RenderString
...
Return the string's renderwidth from RenderString. If boxh is < 0
then the string is not rendered and only the width is determined.
2013-04-07 18:54:57 +02:00
Stefan Seyfried
53c6e48d40
luainstance: remove utf8 parameter from RenderString, add center
...
Everybody should always be using utf8 anyway, so remove the "utf8"
parameter from RenderString and replace it with a "center" parameter
which centers the string horizontally in its box.
new usage:
RenderString(font, text, x, y, color, boxwidth, boxheight, center)
defaults:
color = COL_MENUCONTENT, boxwidth = window's width minus x
boxheight = 0, center = 0
2013-04-07 18:18:38 +02:00
Stefan Seyfried
e2061907da
luainstance: export customcolor.h colors, too
2013-04-07 18:18:02 +02:00
Stefan Seyfried
304c7e8daa
fontrenderer: allow using customcolor.h colors for fonts
2013-04-07 18:15:49 +02:00
Stefan Seyfried
4a1cb03e82
audioplayer: don't free curl_handle too early
2013-04-07 17:57:58 +02:00
Stefan Seyfried
6605e928be
remove obsoleted framebuffer_spark.cpp
2013-04-07 17:37:23 +02:00
Stefan Seyfried
6cabfb0a71
test_menu: fix path to demo picture
2013-04-07 17:26:53 +02:00
Stefan Seyfried
0b9156b309
mp3dec: recover from PCM write errors without crashing
2013-04-07 17:20:42 +02:00
Stefan Seyfried
8d8ce4c55a
cc_frm: fix invalid cast
2013-04-06 22:20:58 +02:00
Stefan Seyfried
2ba024168d
nhttpd: fix streaming with non-standard port
2013-04-06 22:20:47 +02:00
Stefan Seyfried
80e7f9753b
CChannelList: fix "prev bouquet" if empty bouquets are present
...
also do proper wrap-around when selecting previous / next bouquet
2013-04-06 22:14:06 +02:00
Jacek Jendrzej
e0facfa2e0
revert commit f4ae5e17ce
2013-04-06 22:13:47 +02:00
Stefan Seyfried
28890886fc
luainstance: work around a signed/unsigned problem on ppc
2013-04-06 19:06:46 +02:00
Stefan Seyfried
454a80f3ac
fontrenderer: use background color of framebuffer
2013-04-06 17:47:06 +02:00
Stefan Seyfried
351f47c3a0
CScanTs: silence valgrind
2013-04-06 16:59:39 +02:00
Stefan Seyfried
14783a7581
CScanTs: add destructor to avoid leaks
2013-04-06 16:59:13 +02:00
Stefan Seyfried
2ed1f7eee2
CScanTs: revert to pu/cc code
2013-04-06 16:58:19 +02:00
Michael Liebmann
d4740238dd
* Supplement to commit adfbfe0...
...
- epgview: Fix colors in progress bar
2013-04-06 15:18:12 +01:00
Stefan Seyfried
899fcaf8ca
osd_setup: bring progressbar locales closer to mainline
2013-04-06 15:20:46 +02:00
Stefan Seyfried
6a955ecef0
fix build / progressbar setup after pu/cc merge
...
* CProgressBar::PB_MONO is no longer available
* PB color setup is split over two configuration variables
Fix this while still keeping seamless update compatibility.
2013-04-06 14:41:06 +02:00
Stefan Seyfried
8b689f4b26
Merge branch 'check/pu-cc' into master
...
...needs some build- and logical fixing...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/driver/volume.cpp
src/gui/eventlist.cpp
src/gui/moviebrowser.cpp
src/gui/scan.cpp
src/gui/timeosd.cpp
src/gui/widget/progressbar.cpp
src/gui/widget/progressbar.h
2013-04-06 14:28:16 +02:00
Stefan Seyfried
8ba673497e
Revert "src/gui/channellist.cpp: fix to 36e95d7fbc
if more bouquets empty"
...
This reverts commit f4ae5e17ce
.
a better solution without duplicating code is available
2013-04-06 13:33:29 +02:00