[CST] Focus
9176132ed4
gui/streaminfo2.cpp: fix empty paint on fta channels
2015-03-09 13:53:06 +03:00
[CST] Focus
dd887dfd9b
gui/streaminfo2.cpp: disable screen save for PiG
2015-03-09 13:22:26 +03:00
Stefan Seyfried
51fddab5a6
streaminfo: don't paint outside of the framebuffer
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2015-02-22 15:53:18 +01:00
Jacek Jendrzej
b8e8e46a98
streaminfo2.cpp fix possible segfault if audio mode mismatch
2014-12-30 13:29:11 +01:00
[CST] Focus
52397f7df6
gui/streaminfo2.cpp: fix stream info on nvod channels
2014-11-12 12:21:20 +03:00
[CST] Bas
2af0d0c4ee
streaminfo: since new libcs return AUDIO_FORMAT as Type in getAudioInfo() update the code and add AAC information while at it. We set audio stream to unknown if we don't know what codec is in use.
2014-10-22 16:14:34 +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
3ab885699c
remove deprecated FEC_S2_XXX;
...
zapit/src/transponder.cpp: fix missed modulation/delsys in compare(), in dump, show real delsys values;
zapit/src/getservices.cpp: fix satellite frequency, remove deprecated fec convert;
gui/scan_setup.cpp: fix missed modulation/delsys params update;
gui/scan.cpp: add missed modulation scan parameter
2014-08-27 17:14:38 +04:00
[CST] Bas
17d1bbd12b
split fec to fec/modulation/delivery system;
...
switch to new dvb-api headers;
improve dvb-t manual scan
2014-08-27 17:14:33 +04:00
[CST] Bas
60a53d9eb5
src/gui/streaminfo2.cpp: fix possible integer overflow if fe driver reports very high values. The fix is to check for overflow and if so just return max_y.
2014-06-12 18:58:16 +04:00
svenhoefer
649d1b1f9d
- change RenderString() default to UTF8
2014-06-11 23:07:13 +02:00
svenhoefer
8b91cda918
- change getRenderWidth() default to UTF8
2014-06-11 23:07:00 +02:00
Jacek Jendrzej
99a7f2ba3b
streaminfo2.cpp -fix bitrate calc offset and use utf8
2014-05-29 20:02:30 +02:00
[CST] Focus
196fcc397b
gui/streaminfo2.cpp: fix DVB-T label
2014-02-28 13:44:23 +04:00
martii
aee3647fef
gui/streaminfo2: fix DVB-T label
...
Conflicts:
data/locale/deutsch.locale
2014-02-28 13:44:23 +04:00
M. Liebmann
4fa3a245df
CSignalBar: Fix display "value caption"
2014-01-21 18:09:46 +01:00
Thilo Graf
1feec4714a
CStreamInfo2: reduce scale width of signal bars
...
If the value is 100%, some parts of text was not displayed.
2013-11-17 17:05:05 +01:00
svenhoefer
014dd3ac7b
Revert "- add missing include of vfd header"
...
This reverts commit 3845feb0e4
.
2013-11-13 23:39:55 +01:00
svenhoefer
3845feb0e4
- add missing include of vfd header
2013-11-13 10:40:18 +01:00
Jacek Jendrzej
f81f93b190
CStreamInfo2 initialize dmx
2013-11-11 12:42:48 +01:00
Thilo Graf
6dd1da0628
revert 6ee7fac1a5
...
Was bad idea to rename. Other Classes can also inherit this. See CMenuTarget
2013-10-26 23:25:59 +02:00
Thilo Graf
6ee7fac1a5
CComponents: rename hide() to hideCC()
...
There are too many name conflicts with hide-members in other classes.
2013-10-24 21:39:04 +02:00
Thilo Graf
c2f66a39c5
CStreamInfo2: implement signalbox based up CSignalBox
2013-10-16 11:54:05 +02:00
Jacek Jendrzej
9b237df1c0
fix width string size
2013-09-01 15:59:42 +02:00
Michael Liebmann
7d1fd50cfb
streaminfo2: Fix text color of the signal bars
...
- supplement to c60c5c5ce3
2013-07-22 18:32:19 +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
[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
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
svenhoefer
b0469b196e
- fix width of pip-boxes in streaminfo and imageinfo
2013-03-17 20:19:13 +01:00
micha-bbg
d5a00cb260
* Imageinfo/Streaminfo: Use CComponentsPIP for PIP
2013-03-06 11:27:52 +01:00
[CST] Focus
bee2fa8e85
gui/streaminfo2.cpp: fix transponder->type
2013-01-16 15:51:14 +04:00
micha-bbg
967f9f8ef4
- infoviewer/streaminfo2: fix resolution 1080
2012-11-11 09:53:25 +01:00
[CST] Focus
755ddcb3da
gui/streaminfo2.cpp: fix crash, when shown without current channel
...
(i.e. channel list empty)
2012-10-22 11:03:05 +04:00
satbaby
8f509f5dcf
use new for buf, fix for last commit
2012-09-18 19:43:24 +02:00
satbaby
a84ba36e0b
use new for buf, fix possible memlaek
2012-09-18 18:38:03 +02:00
satbaby
7b2ac6d337
streaminfo2.cpp:tiny fix
2012-09-17 14:17:16 +02:00
satbaby
7359504dd7
-fixes strncpy & buf size
2012-08-07 18:51:44 +02:00
[CST] Bas
b3038287d1
frontend: use a private version of FrontendParameters to include (optional) additional parameters like rolloff, delsys.
2012-06-22 14:15:30 +08:00
satbaby
bc574e9688
use empty() instead of size()
2012-06-16 09:44:42 +02:00
[CST] Focus
2f67821e5f
gui/streaminfo2.cpp: unify sat/cable transponder info; cleanup; replace getCurrentServiceInfo()
2012-04-18 19:09:32 +04:00
[CST] Focus
c14741dcd2
GUI: add support for L/R, use transponder::pol to display polarization
2012-04-16 16:56:26 +04:00
[CST] Focus
93d6d19016
gui/streaminfo2.cpp: remove commented code
2012-03-14 19:42:41 +04:00
[CST] Focus
b060b88605
fix conflict
2012-03-11 16:30:15 +04:00
focus
4710b5b41d
gui/streaminfo2.cpp: unify hex numbers to upper case
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2144 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-09 13:43:39 +00:00
[CST] Focus
55f29c5daf
fix conflict
2012-03-07 17:55:10 +04:00
satbaby
2591100c42
remove never used volues
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2138 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-04 17:25:48 +00:00
focus
013ce5ce28
Enable screenshots; handle screenshot key in streaminfo
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2091 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-02-15 13:34:07 +00:00
[CST] Focus
71bca85637
streaminfo2.cpp: add frontend class member;
...
show tuner number with name;
use channel ca sys map in place of global pmt_caids;
simplify paintCASystem
2012-01-13 15:31:05 +04:00