Commit Graph

2958 Commits

Author SHA1 Message Date
[CST] Focus
f84dab82f2 gui/personalize.cpp: remove unused lcdcontroler.h include 2012-06-13 18:24:26 +04:00
[CST] Focus
d6b10bf4fb locals: remove unused LOCALE_LCDCONTROLER_CONTRAST 2012-06-13 18:17:59 +04:00
[CST] Focus
e35db330f2 gui/widget/Makefile.am: remove unused listbox_legacy.cpp 2012-06-13 18:17:36 +04:00
[CST] Focus
c0a137e961 locals: remove unused LOCALE_VIDEOMENU_CSYNC 2012-06-13 18:06:23 +04:00
[CST] Focus
5eb799532a remove unused files in src/gui dir 2012-06-13 17:59:02 +04:00
[CST] Focus
6fef3c01d7 gui/osd_setup.cpp: remove obsolete alphasetup.h include 2012-06-13 17:55:02 +04:00
[CST] Focus
59dd04c11b neutrino_menue.cpp: remove obsolete epg_menu.h include 2012-06-13 17:54:34 +04:00
[CST] Focus
655781345a locals: remove unused GTX locales 2012-06-13 17:53:31 +04:00
[CST] Focus
135d65c5af zapit/include/zapit/channel.h: return name as reference 2012-06-13 17:24:18 +04:00
[CST] Focus
90669b9945 gui/channellist.cpp: remove direct access to channel->name 2012-06-13 17:07:55 +04:00
[CST] Focus
aadf6fc32e zapit/src/zapit.cpp: comment unused CZapitMessages::CMD_GET_BOUQUET_NCHANNELS 2012-06-13 16:48:09 +04:00
[CST] Focus
192eb84ba4 zapit/lib/zapitclient.cpp: comment unused getBouquetNChannels 2012-06-13 16:47:38 +04:00
[CST] Focus
fc54ceced9 zapit/src/bouquets.cpp: comment unused code 2012-06-13 16:47:04 +04:00
[CST] Focus
343a2b9492 gui/infoviewer.cpp: comment unused CInfoViewerHandler 2012-06-13 15:25:55 +04:00
[CST] Focus
854ad0002e zapit/src/zapit.cpp: save services on shutdown, if changed 2012-06-13 15:02:43 +04:00
[CST] Focus
c0e03b1d53 comment not needed SaveMotorPositions code and calls 2012-06-13 12:14:29 +04:00
[CST] Focus
9602e487f9 Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++ 2012-06-13 10:47:32 +04:00
thilo
be0ea475b7 update settings: don't use sms input for update.url
Now use file browser to select url config file, but you can
define USE_SMS_INPUT in update_settings.h to use old methode.
The SMS-Methode is not very user friendly
2012-06-08 23:16:34 +02:00
Thilo Graf
643b9f485f update: reworked update menu
-moved software_update.cpp/h to update_menue.cpp/h
-add new class CUpdateSettings into files update_settings.cpp/h
-using update settings in sub menus, so we've got only hotkeys
 and less menu items in update menu
-reworked some locales
2012-06-08 23:15:30 +02:00
satbaby
05c030049e infoviewer_bb.cpp: fix caid order in discrete mode 2012-06-08 12:24:50 +02:00
[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