[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
focus
c41baaaeab
Remove redundant CStreamInfo2Handler
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1894 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-25 10:03:56 +00:00
focus
ba0e9b61e4
Close all on menu key; allow sat and fav keys
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1892 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-25 09:44:37 +00:00
thilo
db5065a357
*neutrino: revert changes for streaminfo
...
sorry, merge error in r1693
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1695 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-09-17 19:45:23 +00:00
thilo
f63e3a532f
*neutrino record: reworked some code parts from last multirec commits
...
- avoids using of boolean structures for record modes calls, handling of
enum calls from record manager class should be easier
- remove boolean structure from infoviewer
- use commonly member name for count of recordings,
GetRecordCount should be more plausible than GetRecmapSize
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1693 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-09-17 19:32:34 +00:00
striper
99894a26d1
- fix streaminfo menu handler (patch by snafed)
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1687 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-09-12 16:04:49 +00:00
focus
f677b002da
Remove extern frontend, change demux
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1576 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-07-21 11:08:10 +00:00