Commit Graph

4349 Commits

Author SHA1 Message Date
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
Stefan Seyfried
21cb7fc249 CChannelList: fix "prev bouquet" if empty bouquets are present
also do proper wrap-around when selecting previous / next bouquet
2013-04-06 13:15:40 +02:00
Stefan Seyfried
37d70cd345 cc_frm: fix invalid cast 2013-04-06 12:28:18 +02:00
Stefan Seyfried
a6cf7313d5 luainstance: allow any color for PaintBox, disable debug 2013-04-06 12:26:24 +02:00
Stefan Seyfried
237ab8f9c7 glthread: add power button 2013-04-06 12:11:26 +02:00
Stefan Seyfried
843e9f395a glthread: blit OSD manually
to help debugging of framebuffer issues, only blit the openGL
framebuffer after an explicit blit() call
2013-04-06 12:06:18 +02:00
Stefan Seyfried
069bf46578 nhttpd: fix streaming with non-standard port 2013-04-06 11:49:47 +02:00
Stefan Seyfried
7a9b744a22 test_menu: disable 2013-04-06 11:47:08 +02:00
Stefan Seyfried
4d2f580af0 test_menu: fix build 2013-04-06 11:46:50 +02:00
Stefan Seyfried
b46a806cb9 acinclude: workaround for packages with empty FOO_CFLAGS
should probably be fixed differently but works for now ;-)
2013-04-06 11:38:17 +02:00
Stefan Seyfried
d88ba86e90 imageinfo: remove reference to removed frameBuffer pointer 2013-04-06 11:32:30 +02:00
Stefan Seyfried
575c7c1da3 framebuffer_ng: add getScreen*Rel() functions 2013-04-06 11:29:27 +02:00
Stefan Seyfried
5ad0b6b6dc Merge branch 'check/pu-cc' into master
needs buildfixing...

Conflicts:
	data/Makefile.am
	src/driver/framebuffer.h
	src/driver/volume.cpp
	src/gui/bedit/bouqueteditor_bouquets.cpp
	src/gui/bedit/bouqueteditor_channels.cpp
	src/gui/bouquetlist.cpp
	src/gui/channellist.cpp
	src/gui/filebrowser.cpp
	src/gui/imageinfo.cpp
	src/gui/infoviewer.cpp
	src/gui/streaminfo2.cpp
	src/gui/widget/textbox.cpp
2013-04-06 11:21:55 +02: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
Stefan Seyfried
8835f4a0c7 Revert "progressbar-menu-tomworld"
This reverts commit be2966035f.

A better and simpler solution for progressbar setup is already in place.
2013-03-26 19:17:29 +01:00
Stefan Seyfried
3ab1cd74da Revert "progresbar -add colored & vertical design , ported from neutrino-mp"
This reverts commit a501b6efeb.

A better and simpler solution for progressbar setup is already in place.
2013-03-26 19:17:06 +01:00
Stefan Seyfried
f6abb909ae Revert "CProgressbarSetup: using unified 'osd' namespace"
This reverts commit 7e1ef5d325.

A better and simpler solution for progressbar setup is already in place.
2013-03-26 19:16:39 +01:00
Stefan Seyfried
b367b0f5e9 Revert "- osd_progressbar_setup: rework locales; marginal changes in code"
This reverts commit 33c8526673.

A better and simpler solution for progressbar setup is already in place.
2013-03-26 19:15:04 +01:00