[CST] Focus
3906b7ac2c
cross-configure.cool: no-strict-aliasing workaround for newer gcc, until code fixed
2012-06-06 23:53:00 +04:00
satbaby
92f747d30c
sectionsd.cpp: fix Segmentation fault if max_events == 0
2012-06-06 20:59:11 +02:00
[CST] Focus
7f22f35869
gui/widget/listbox.cpp: reuse selection code; add list start/end keys
2.08
2012-06-06 16:48:09 +04:00
[CST] Focus
c056887406
gui/bedit/bouqueteditor_channels.cpp: reuse selection code; add list start/end keys
2012-06-06 16:47:29 +04:00
[CST] Focus
db8d05419e
gui/bedit/bouqueteditor_bouquets.cpp: remove unused code;
...
reuse selection code;
move size calc to exec() - else wrong paint if fonts size changed;
on some font change bedit window width still wrong
2012-06-06 15:48:56 +04:00
[CST] Focus
03f31b80e9
mymenu.h: move non-common options to corresponding files
2012-06-06 14:28:18 +04:00
[CST] Focus
dcf7d4378d
locals: remove unused
2012-06-06 13:57:58 +04:00
[CST] Focus
a4a3d20667
eitd: change SIevents type to vector - no need to sort this temp list
2012-06-05 20:18:48 +04:00
[CST] Focus
0fbad6b69a
eitd/dmx.cpp: revert dmx Open/Close to use Stop - prevent crash,
...
if one thread use change() while other try to read (time thread)
2012-06-05 16:34:47 +04:00
[CST] Focus
ab9e712e1e
gui/infoviewer_bb.cpp: change ca status display logic, comment thread start,
...
reasons: on zap showIcon_CA_Status was called at least 5! times, including full cabar paint,
while channel camap changed only once, so should be enough to paint bar once, paint grey icons if zap not complete,
and paint icons on event from zapit;
thread only to speedup resolution display for some 0.5-1 seconds sounds redundant.
feel free to discuss in mail-list
2012-06-02 15:02:24 +04:00
[CST] Focus
9013d64c14
gui/infoviewer.cpp: comment all showIcon_CA_Status calls, leave only one - on event;
...
comment unused code
2012-06-02 14:55:32 +04:00
[CST] Focus
d04fe6e94c
system/setting_helpers.cpp: fix notifiers, most must not repaint menu
2012-05-31 18:57:44 +04:00
[CST] Focus
2c74cf0ba9
gui/zapit_setup.cpp: fix CZapitSetup::changeNotify - no need to repaint menu
2012-05-31 18:37:35 +04:00
[CST] Focus
cd24e503a0
gui/videosettings.cpp: comment unused code,
...
fix CVideoSettings::changeNotify - no need to repaint menu
2012-05-31 18:16:17 +04:00
[CST] Focus
0f146e7498
gui/vfd_setup.cpp: fix CVfdSetup::changeNotify - no need to repaint menu
2012-05-31 18:06:28 +04:00
[CST] Focus
3508ed4507
gui/scan_setup.cpp: fix CScanSetup::changeNotify - no need to repaint menu
2012-05-31 18:04:17 +04:00
[CST] Focus
fc9edbec5b
gui/osdlang_setup.cpp: fix CLangSelectNotifier::changeNotify - no need to repaint menu
2012-05-31 17:40:50 +04:00
[CST] Focus
f47f0beb77
gui/network_setup.cpp: fix CNetworkSetup::changeNotify - no need to repaint menu
2012-05-31 17:38:17 +04:00
[CST] Focus
dc9844ad2b
gui/cec_setup.cpp: fix CCECSetup::changeNotify - no need to repaint menu
2012-05-31 17:26:41 +04:00
[CST] Focus
bd561e7844
system/setting_helpers.cpp: fix CAudioSetupNotifier - also called for pref. DD; no need to repaint menu
2012-05-31 17:20:12 +04:00
[CST] Focus
4fd04645b7
system/setting_helpers.cpp: cleanup unused code
2012-05-31 17:12:23 +04:00
[CST] Focus
30327df948
gui/audio_setup.cpp: fix notify - no need to repaint menu
2012-05-31 17:12:02 +04:00
[CST] Focus
f612223cc6
gui/keybind_setup.cpp: add changeNotify for remote repeat
2012-05-31 16:51:44 +04:00
[CST] Focus
39a297e8b2
gui/osd_setup.cpp: add notify code for radiotext
2012-05-31 16:25:11 +04:00
[CST] Focus
76200ddc94
gui/user_menue.cpp: add sectionsd pause to changeNotify
2012-05-31 15:59:13 +04:00
[CST] Focus
a4b98865b8
gui/record_setup.cpp: add changeNotify, remove notifiers
2012-05-31 15:52:30 +04:00
[CST] Focus
ac9bd0bfd9
neutrino.cpp: fix crash in start wizard on volume +/-
2012-05-31 12:59:50 +04:00
[CST] Focus
dddc468bc9
eitd/sectionsd.cpp: try to fix occasional eit update demux error
2012-05-29 17:43:11 +04:00
[CST] Focus
0a0e92c0fa
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
2012-05-29 16:52:50 +04:00
[CST] Focus
01f50bba06
eitd/SIevents.cpp: change SIcomponents and SIparentalRatings from set to vector -
...
no need to sort them, this decrease SIevent size
2012-05-29 16:32:07 +04:00
[CST] Focus
ace0f4828b
eitd/sectionsd.cpp disable debug code
2012-05-29 13:26:47 +04:00
[CST] Focus
1cc3219c89
eitd: ifdef unused item/itemDescription, comment unused vps in SIevent
2012-05-29 13:12:35 +04:00
[CST] Focus
ba5047f5aa
eitd/sectionsd.cpp: compare full channel id to wakeup eit -
...
on broken providers zap was not detected
2012-05-29 12:41:24 +04:00
[CST] Focus
0617fc8527
eitd/sectionsd.cpp: includes cleanup; fix compile without dvbsi++ event parse - to test memory fragmentation
2012-05-29 12:33:22 +04:00
[CST] Focus
71c45f058e
eitd/SIsections.cpp: add back old event parse code, ifdef USE_DVBSI_EVENTS control which code used
2012-05-29 12:26:47 +04:00
[CST] Focus
f11cea68e7
src/eitd/SIevents.cpp: add back old event parse code
2012-05-29 12:26:44 +04:00
[CST] Focus
0fe0923457
zapit/src/bouquets.cpp: ignore freq part of channel id for user bouquets only
2012-05-29 11:04:13 +04:00
[CST] Focus
382466bf0a
Revert "zapit/src/frontend.cpp: increase wait after voltage switch"
...
This reverts commit c30bd7a81a
.
2012-05-29 11:03:27 +04:00
[CST] Focus
06d63168f0
zapit/src/fastscan.cpp: force diseqc 1.0
2012-05-28 19:03:51 +04:00
svenhoefer
4eeca53fd6
- eitd: fix possible buffer overflow while writing egp-data (patch by FlatTV)
2012-05-24 21:06:28 +02:00
[CST] Focus
0c846d91b9
zapit/src/zapit.cpp: after scan, send EVT_SERVICES_CHANGED before zap
2012-05-24 14:32:42 +04:00
[CST] Focus
c19de32b6a
gui/scan_setup.cpp: fix crash, when changing diseqc type after sat lnb configure -
...
comment unneeded CGenericMenuActivate items, lnb setup menu is dynamic
2012-05-24 13:27:11 +04:00
[CST] Focus
5399f3fbe5
neutrino_menue.cpp: move TEST_MENU define to gui/test_menu.h
2012-05-22 16:56:39 +04:00
[CST] Focus
33c33a96be
gui/test_menu.cpp: add scan and 22khz test for second tuner
2012-05-22 16:56:04 +04:00
[CST] Focus
2f65787f15
zapit/src/fastscan.cpp: bug fix
2012-05-22 12:56:15 +04:00
[CST] Focus
5c85eced31
system/setting_helpers.cpp: workaround for factory reset, clear sat list
2012-05-22 11:47:35 +04:00
[CST] Focus
29fc5f5651
zapit/src/femanager.cpp: clear config and frontend sat map before loading settings
2012-05-22 11:45:56 +04:00
svenhoefer
95231fa41d
- cables.xml: update kms muenchen
2012-05-21 21:51:54 +02:00
micha-bbg
3593c425b6
* infoviewer_bb: Workaround for display the CA-icons outside of the infobar
2012-05-21 18:08:44 +01:00
micha-bbg
2021564e4f
* infoviewer_bb: Little style- and performance-fixes
2012-05-21 18:08:44 +01:00