svenhoefer
ee0cb25258
- channellist.cpp: fix shortcuts in submenu and add a seperator line
2013-02-05 00:30:16 +01:00
svenhoefer
ce0025c7cd
- osd_setup.cpp: add 'channellist.additional' to channellist's submenu
...
very ugly: same code two times
2013-02-04 23:43:16 +01:00
svenhoefer
d8bd46e9d1
- channellist: make miniTV switchable
2013-02-04 22:25:15 +01:00
svenhoefer
01c6cf0104
- yweb: disable horizontal scrolling in screenshot-pages
2013-02-04 15:07:27 +01:00
micha-bbg
1c85803632
* src/gui/channellist.cpp: miniTV fix locale
...
- Add locale for menuhint
- Sort header for locale
2013-02-03 07:38:45 +01:00
svenhoefer
77bbdfa0c9
- channellist.cpp: rework header and buttonbar
...
* paint channellogo in mini-tv-mode
* strech the positions of right elements in header marginally
* paint buttonbar over the full width
2013-02-02 02:10:35 +01:00
svenhoefer
1e45607ae1
- channellist.cpp: change color for infozone
2013-02-01 23:26:33 +01:00
svenhoefer
ec4a5bf3c1
- channellist.cpp: fix round borders for infozone
2013-02-01 22:59:07 +01:00
micha-bbg
49667088f7
* src/gui/channellist.cpp: miniTV osd fix
...
- Screen coordinate x could possibly receive a value under 0
2013-01-31 20:05:03 +01:00
svenhoefer
4b8d0e156e
- cables.xml: add "antennengemeinschaft penig"
...
thx Zeng!
2013-01-31 17:28:18 +01:00
Stefan Seyfried
0995ff5042
getservices: fix FindChannelFuzzy()
...
* for services with duplicate tsid/onid/sid, not all channels were found
(function returned NULL if the first match was not the correct one)
* add compatibility with "wrong" ubouquets.xml for non-sat boxes: the
position parameter was ignored before and is not too useful outside
sat anyway
2013-01-31 16:51:43 +01:00
satbaby
2e5b54c509
src/gui/channellist.cpp: fix possible segfault
2013-01-31 16:18:05 +01:00
Stefan Seyfried
e2c99cd24b
getservices: fix FindChannelFuzzy()
...
* for services with duplicate tsid/onid/sid, not all channels were found
(function returned NULL if the first match was not the correct one)
* add compatibility with "wrong" ubouquets.xml for non-sat boxes: the
position parameter was ignored before and is not too useful outside
sat anyway
2013-01-31 14:26:16 +01:00
satbaby
43aaec7cfc
-add .rej ~ to .gitignore
2013-01-31 12:24:34 +01:00
satbaby
17cfb97f9e
src/gui/channellist.cpp: minitv osd fix
2013-01-31 11:14:38 +01:00
satbaby
15623981df
delete src/neutrino.cpp.~ .rej
2013-01-30 23:52:31 +01:00
satbaby
1d1f1e3ae9
delete src/gui/channellist.cpp.rej
2013-01-30 23:49:43 +01:00
satbaby
8c0ac9e724
delete src/gui/channellist.cpp~
2013-01-30 23:47:25 +01:00
satbaby
5803ddf873
-add locale minitv
2013-01-30 23:41:40 +01:00
satbaby
e509f19361
src/gui/channellist.cpp: fix minitv gui & segfault
2013-01-30 23:37:11 +01:00
satbaby
deeed028d4
compil fix for commit 1a425308ed
2013-01-30 19:31:57 +01:00
TangoCash
1a425308ed
add optional mini-tv to channellist
...
Signed-off-by: satbaby <crashdvb@googlemail.com >
2013-01-30 19:17:52 +01:00
Stefan Seyfried
70b3ef04f9
bouquets: fix ubouquet generation for broken services
...
Services with duplicate tsid/onid/sid like found e.g. on "8W Atlantic
Bird 2", "12.5W Atlantic Bird 1", "4.8E Sirius", "7E Eutelsat" caused
wrong bouquet entries because the satellite position and transponder
frequency was not used to distinguish the channels. Use the new
FindChannelFuzzy() function to fix this.
2013-01-29 22:50:23 +01:00
Stefan Seyfried
536484f698
getservices: add FindChannelFuzzy() function
...
Add a function that returns a channel if tsid, onid, sid and
satellite position matches and the frequency matches +-2MHz.
(This frequency tolerance allows ubouquets to be used after
updates to satellites.xml)
2013-01-29 22:50:23 +01:00
Stefan Seyfried
7e701bfefc
Merge branch 'uncool/dvbsi++' commit 1320462626
...
Conflicts:
src/eitd/SIevents.cpp
2013-01-29 21:27:41 +01:00
Stefan Seyfried
cd0896a35d
bouquets: fix ubouquet generation for broken services
...
Services with duplicate tsid/onid/sid like found e.g. on "8W Atlantic
Bird 2", "12.5W Atlantic Bird 1", "4.8E Sirius", "7E Eutelsat" caused
wrong bouquet entries because the satellite position and transponder
frequency was not used to distinguish the channels. Use the new
FindChannelFuzzy() function to fix this.
2013-01-29 21:05:53 +01:00
Stefan Seyfried
4c298ed2d3
getservices: add FindChannelFuzzy() function
...
Add a function that returns a channel if tsid, onid, sid and
satellite position matches and the frequency matches +-2MHz.
(This frequency tolerance allows ubouquets to be used after
updates to satellites.xml)
2013-01-29 21:01:35 +01:00
svenhoefer
1320462626
- neutrino.cpp: fix wrong configfile in loadKeys()
2013-01-29 13:13:55 +01:00
bellum
0577329740
Neutrino: 'Port' of Neutrino-SD 'Additionally refresh EPG before recording starts'
...
Patch by Gaucho316: http://www.dbox2-tuning.net/forum/viewtopic.php?f=2&t=50004
2013-01-23 11:11:29 +01:00
satbaby
460e224a28
fix compil warnings
2013-01-22 17:27:51 +01:00
satbaby
30436f353d
src/gui/update_ext.h: supplement to 9939fc9197
2013-01-16 12:03:40 +01:00
Stefan Seyfried
c1dd39b42e
fbaccel: fix blit2FB on SPARK/TD/x86
2013-01-14 22:49:49 +01:00
Gaucho316
ce7869008e
Scan setup: fix memleak
2013-01-14 20:24:53 +01:00
Thilo Graf
9939fc9197
extended update: move ext_update.* to update_ext.*
...
Beware the canonical order of filenames.
2013-01-14 15:31:43 +01:00
Stefan Seyfried
379ef4c9d1
fbaccel: relax waitForIdle() timeout on coolstream
2013-01-14 01:07:36 +01:00
Stefan Seyfried
f19f1d7414
fbaccel: fix paintPixel for coolstream
2013-01-14 00:59:06 +01:00
Stefan Seyfried
28e1a4a988
Merge branch 'uncool/dvbsi++' commit d0ea4ad62e
2013-01-13 22:49:12 +01:00
Stefan Seyfried
492305b848
Revert "src/neutrino.cpp: revert"
...
This reverts commit be0eb77373
.
2013-01-13 22:46:12 +01:00
Stefan Seyfried
93fc85901d
Revert "neutrino: -add unicabel menu option"
...
This reverts commit 7d550ed88e
.
2013-01-13 22:44:18 +01:00
Stefan Seyfried
a13328c600
Revert "src/gui/scan_setup.cpp -fix compil warnings"
...
This reverts commit 14a6028667
.
2013-01-13 22:44:09 +01:00
Stefan Seyfried
c733bb3d81
Revert "neutrino-tell-the-user-if-no-frontend-is-found1.patch from neutrino-mp"
...
This reverts commit d0ea4ad62e
.
2013-01-13 22:42:49 +01:00
satbaby
d0ea4ad62e
neutrino-tell-the-user-if-no-frontend-is-found1.patch from neutrino-mp
2013-01-13 21:52:37 +01:00
satbaby
be0eb77373
src/neutrino.cpp: revert
2013-01-13 21:45:08 +01:00
satbaby
14a6028667
src/gui/scan_setup.cpp -fix compil warnings
2013-01-13 21:23:40 +01:00
Stefan Seyfried
2321745c4d
fbaccel: add GXA sync marker during GXA setup
2013-01-13 18:50:14 +01:00
Stefan Seyfried
a5ed005ff8
neutrino: enable screenshots
2013-01-13 18:49:37 +01:00
Stefan Seyfried
bc062dca05
fbaccel: implement support for SPARK target
...
this should obsolete framebuffer_spark.cpp
2013-01-13 17:52:44 +01:00
Stefan Seyfried
7e6e08da5b
Revert "Revert "New class to handle osd fade""
...
This reverts commit fb5805aa49
.
2013-01-13 17:48:13 +01:00
Stefan Seyfried
aa098a7701
neutrino: tell the user if no frontend is found
...
even though there is not much left to do if no frontend is present,
at least the user can be informed about that fact before crashing :-)
2013-01-13 17:42:47 +01:00
Stefan Seyfried
a19a2b57ad
hintbox: fix artifacts on accelerated framebuffers
2013-01-13 17:40:03 +01:00