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
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
Michael Liebmann
d4740238dd
* Supplement to commit adfbfe0...
...
- epgview: Fix colors in progress bar
2013-04-06 15:18:12 +01:00
Thilo Graf
6fa592323b
CChannellist: add missig frame for timscale
2013-04-06 10:21:22 +02:00
Thilo Graf
d7ce847471
CComponentsInfoBox: move statement for check of image name
...
Ensure empty pic object otherwise it can be retained on exit
of paintPicture(), if an instance of Infobox already exists.
supplement to 095c0e1b04
2013-04-06 08:49:16 +02:00
Thilo Graf
f70a30defa
Progressbars: use default frame thickness
...
It's unnecessary overhead to set the value everywhere, except it's needed.
2013-04-06 08:33:51 +02:00
Thilo Graf
210ae1491d
CProgressBar: remove wrong intital value for frame thickness
...
Default value is 0, and should remain as specified in the base class.
2013-04-06 08:33:51 +02:00
Michael Liebmann
adfbfe079c
* Fix order of colors for some progress bars
2013-04-05 19:43:50 +01:00
Michael Liebmann
bd47ef2060
* CComponentsPicture: initVarPicture() not execute if pic_name is blank
2013-04-04 16:10:15 +01:00
Michael Liebmann
095c0e1b04
* CComponentsInfoBox: CComponentsPicture not create when no image to draw
2013-04-04 16:10:15 +01:00
svenhoefer
85ab392a09
- infoviewer: remove frame from timescale inside infoviewer
2013-04-04 14:41:13 +02:00
Jacek Jendrzej
d18217effb
CComponents: don't paint the same box with different colors as background
2013-04-04 12:19:31 +02:00
Michael Liebmann
a841aa3790
* CNeutrinoEventList: Fix flicker when page is changed
2013-04-04 10:11:49 +01:00
Thilo Graf
4e7f81a126
CComponentsInfoBox: prevent background paint in infobox
...
Background for text is not needed here
2013-04-04 09:56:53 +02:00
Thilo Graf
3a4543b8d2
CComponentsText: add member to control background paint on textbox objects
2013-04-04 09:56:53 +02:00
Thilo Graf
399dbad350
CNeutrinoEventList: use CComponentsText instead CComponentsInfoBox
...
add doPaintBg(false), causes no paint or repaint and save of item
background.
CC-Items comes with its own hide(), but it's not very sensefull
to store or paint background here.
NOTE: CComponentsText is more of appropriate for embedded text items
than CComponentsInfoBox. CComponentsInfoBox is more made for hint or
messageboxes.
2013-04-04 09:56:52 +02:00
Thilo Graf
e23b03fde9
CComponentsText: paint always background before painting text
...
Ensures erase of old text, usefully to avoid often
repaints of embedded textbox objects or text items
2013-04-04 09:56:52 +02:00
Thilo Graf
bdbea07e71
CComponents: disable debug spam
2013-04-04 09:56:52 +02:00
Thilo Graf
5cd01b8cc8
CNeutrinoEventList: remove include of textbox.h
...
Is already included by cc.h
2013-04-04 09:56:51 +02:00
Thilo Graf
c4d9f76b6b
CTimeOsd: remove unused var timescale
2013-04-04 09:56:51 +02:00
Thilo Graf
860be9a412
CComponents: add progressbar class to cc-items
...
CProgressbar moved into components sub directory and adapt includes.
Progressbar objects are now usable as cc-item
TODO:
-some color and size corrections
-found some dub codes for sig and snr-bars, needs rework
2013-04-02 09:31:05 +02:00
Thilo Graf
d391bedd5f
CComponents: move item type enum to cc_types.h
2013-04-02 09:31:05 +02:00
Thilo Graf
d87290c2bc
CComponentsPIP: remove unsuitable filename
2013-04-02 09:31:05 +02:00
svenhoefer
825ec2f5cc
- eventlist: fix delete of cc_infozone
2013-04-02 01:28:38 +02:00
svenhoefer, SatBaby, snafed
68cf021581
- eventlist: add right infobox with current eventinfo
...
* use getScreen{Width/Height}Rel()
2013-04-01 22:06:19 +02:00
Michael Liebmann
d4e54571a4
* Sort locales
2013-04-01 19:25:21 +01:00
svenhoefer
c07b8781a5
- imageinfo: remove some fixed width values ...
...
... to avoid possible ugly overlaps
* split kernel-version from image-version
* whitespace cleanup
2013-03-30 16:03:27 +01:00
svenhoefer
393aa14cff
- bouqueteditor_chanselect.cpp: fix height
2013-03-29 20:40:52 +01:00
Jacek Jendrzej
f4ae5e17ce
src/gui/channellist.cpp: fix to 36e95d7fbc
if more bouquets empty
2013-03-27 16:18:32 +01:00
Jacek Jendrzej
3a68a4bf19
data/satellites.xml: update Eurobird 9A (9.0E)
2013-03-26 11:52:21 +01:00
svenhoefer
745104571f
- epgplus.cpp: use getScreen{Width/Height}Rel()
2013-03-26 01:14:39 +01:00
svenhoefer
33c8526673
- osd_progressbar_setup: rework locales; marginal changes in code
2013-03-26 00:48:04 +01:00
Thilo Graf
9af63bdc72
CComponentsInfoBox: ensure new init of picture
...
Delete causes a clean background because it is possible that remnants are
left after changed font size.
2013-03-25 20:23:35 +01:00
Stefan Seyfried
5033a9e4ef
infoviewer: make oldinfo a member of the class
2013-03-25 18:02:46 +01:00
Stefan Seyfried
4c3a92a130
filebrowser: simplify code using font pointers and ...
...
... make size, time and mode fields scale with fontsize
2013-03-25 17:35:29 +01:00
Stefan Seyfried
eea77b7c8a
create zapit config dir on install
2013-03-25 16:48:25 +01:00