[CST] Focus
a4d0179beb
gui/infoviewer_bb.cpp: show streaminfo label for red button in TS mode
2015-11-06 17:23:20 +03:00
M. Liebmann
ef30348cd1
CInfoViewerBB: display no tuner icon for webtv
2015-10-21 12:31:04 +02:00
svenhoefer
45968b339d
CInfoViewerBB: fix infobar ratio webtv
...
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com >
2015-10-21 12:31:04 +02:00
[CST] Focus
75ae46a216
neutrino: use background MP instance in webtv mode
2015-10-16 14:55:06 +03:00
vanhofen
fd6ad52c8c
- infoviewer_bb: add own color for CA-bar
2015-06-18 21:18:32 +02:00
vanhofen
59e2143e00
- infoviewer_bb: show/hide dotmatrix in CA-bar; default show
2015-06-18 21:18:32 +02:00
vanhofen
398dfeeab1
- infoviewer_bb: add frame to CA-bar; default off
2015-06-18 21:18:32 +02:00
svenhoefer
62daf1dc4c
- infoviewer: add color-to-color gradient feature; THX to TangoCash ...
...
... for basic inspiration and dbt for some optimizations
2015-05-04 09:41:41 +02:00
Stefan Seyfried
5ab6b53054
global.h: Use forward-declarations to reduce number of dependencies
2015-04-16 13:39:35 +02:00
Stefan Seyfried
dc99e757e9
infoviewer_bb: remove unnecessary (char *) casts
...
change paint_ca_icons to accept (const char *) to achieve this
2015-02-14 14:31:11 +01:00
Jacek Jendrzej
1dc78e9584
supplement to 0013e139a5
, fix upnpplayer mode
2014-12-19 15:38:10 +01:00
Jacek Jendrzej
0013e139a5
infoviewer_bb.cpp CInfoViewerBB::getBBButtonInfo() fix audioname in ts mode
2014-12-18 19:08:38 +01:00
martii
7c15db185f
add thread for determining free hdd (recording dir) space, enable hdd usage icons on vfd (untested)
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/driver/simple_display.cpp
src/gui/hdd_menu.cpp
src/gui/infoviewer_bb.cpp
src/gui/infoviewer_bb.h
src/gui/moviebrowser.cpp
src/gui/record_setup.cpp
src/neutrino.cpp
src/system/ytcache.h
2014-09-11 17:58:19 +04:00
[CST] Focus
420af7a4dc
neutrino: sync keybind and usermenu code with neutrino-mp, code (C) martii
2014-09-05 17:49:11 +04:00
[CST] Focus
a473fe8194
webtv channels integration port,
...
initial code (C) martii,
initial patch from jacek
2014-08-27 17:32:26 +04:00
[CST] Focus
416646bbff
merge neutrino-mp progressbar code, (C) martii
2014-07-17 17:02:37 +04:00
svenhoefer
649d1b1f9d
- change RenderString() default to UTF8
2014-06-11 23:07:13 +02:00
martii
cbc9299df8
convert most char[...] configuration values to std::string
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-12-25 12:08:14 +01:00
[CST] Focus
beb442680b
gui/infoviewer_bb.cpp: fix memleak, hddscale and sysscale was never deleted
2013-11-29 17:27:09 +04:00
svenhoefer
837b8b71ad
- infoviewer_bb: align icons on right side with text above
2013-11-25 13:11:08 +01:00
Thilo Graf
9056504555
CInfoViewerBB: revert 024bb0bbc9
...
This changes has only effect with button bar. Infoviewer is ignored or
collide with Virtual_Zap.
2013-11-25 12:31:58 +01:00
M. Liebmann
024bb0bbc9
No display info clock when radio text is shown
2013-11-24 21:53:43 +01:00
M. Liebmann
9b07942f3f
CInfoViewerBB: No blank space for radiotext icon when radiotext is off
2013-11-23 14:25:17 +01:00
svenhoefer
68bb453a35
- infoviewer_bb: enable radiotext-icons
2013-11-23 00:22:12 +01:00
Michael Liebmann
4ee8fded80
neutrino: Fit various functions to the changed at get_fs_usage()
2013-10-10 01:58:37 +02:00
Stefan Seyfried
a0a370047c
infoviewer: don't check resolution in radio mode
2013-10-01 14:00:20 +02:00
Michael Liebmann
c60c5c5ce3
Replace color indexes of the text colors by real color values for RenderString()
...
- If necessary, Correct data types of the color values
2013-07-21 22:00:58 +02:00
Michael Liebmann
d313392144
info viewer: Fix corner radius
2013-07-03 07:30:10 +02:00
Michael Liebmann
31e2dae622
Fix paint VolumeBar on InfoViewer
2013-07-03 07:30:09 +02:00
[CST] Focus
8bb70d1ab3
Merge branch 'pu/cc' into next-cc
...
Conflicts:
acinclude.m4
data/locale/deutsch.locale
data/locale/english.locale
src/driver/volume.cpp
src/eitd/SIlanguage.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/bedit/bouqueteditor_chanselect.cpp
src/gui/bouquetlist.cpp
src/gui/channellist.cpp
src/gui/eventlist.cpp
src/gui/osd_setup.cpp
src/gui/scan.cpp
src/gui/scan.h
src/gui/test_menu.cpp
src/gui/timeosd.cpp
src/gui/widget/progressbar.cpp
src/gui/widget/progressbar.h
src/neutrino.cpp
src/nhttpd/yconfig.h
2013-04-17 13:32:12 +04:00
Stefan Seyfried
bd22ca2497
CInfoViewerBB: avoid crash in destructor
2013-04-17 10:21:33 +04:00
[CST] Focus
eedf2f9e49
gui/infoviewer_bb.cpp: fix tuner icon display
2013-04-16 12:50:24 +04:00
Stefan Seyfried
41299cf7d9
CInfoViewerBB: avoid crash in destructor
2013-04-15 19:46:00 +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
Michael Liebmann
adfbfe079c
* Fix order of colors for some progress bars
2013-04-05 19:43:50 +01: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
[CST] Focus
e6c51ee0de
gui/infoviewer_bb.cpp: add icons for tuner 3/4
2013-03-27 15:05:34 +04:00
[CST] Focus
d60f6691d6
gui/infoviewer.cpp: fix tuner icon display
2013-03-26 19:54:29 +04:00
Stefan Seyfried
a410dabcdb
infoviewer_bb: initialize values to satisfy valgrind
2013-02-24 13:57:07 +01:00
Stefan Seyfried
de6e94cb9d
infoviewer_bb: fix flickering HDD bar display
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-02-20 21:05:25 +01:00
Stefan Seyfried
d78bb41e3b
infoviewer_bb: don't start HDD percent thread once per second
...
Only start the HDD percent determination once per infobar display
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-02-20 21:05:18 +01:00
Stefan Seyfried
0042ad1e7f
infoviewer_bb: smarter use of available space for buttons
...
of a button is not going to be painted, the space can be used for
other buttons which might otherwise have their text cut off
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-02-20 21:05:14 +01:00
Stefan Seyfried
ab191b1c76
infoviewer_bb: limit text width to available space
...
only use the available space to draw the button texts
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-02-20 21:05:11 +01:00
micha-bbg
d9cf5197f4
* infoviewer_bb.cpp: Optimize display of simple resolution in the info bar
2012-11-16 07:14:01 +01:00
micha-bbg
967f9f8ef4
- infoviewer/streaminfo2: fix resolution 1080
2012-11-11 09:53:25 +01:00
svenhoefer
187825be19
- infoviewer_bb.cpp: fix resolution 1080
2012-11-11 00:17:12 +01:00
svenhoefer, snafed
24ffee6bb2
- infoviewer_bb.cpp,h: fix determination of hdd-usage in thread
2012-11-06 22:05:45 +01:00
satbaby
926e0ce141
initialize not initialized var
2012-11-05 09:24:51 +01:00
satbaby
3fd2a73d77
movieplayer: show current AudioName in infoviewer
2012-10-17 21:39:44 +02:00
satbaby
8474038c27
infoviewer_bb.cpp: dont show CA Status in TS mode
2012-10-17 15:34:50 +02:00