Upstream tarball 20080419
[amule.git] / src / PrefsUnifiedDlg.cpp
blob92ddd7c7c448e0341d62f936ad16ee5901c36422
1 //
2 // This file is part of the aMule Project.
3 //
4 // Copyright (c) 2004-2008 aMule Team ( admin@amule.org / http://www.amule.org )
5 // Original author: Emilio Sandoz
6 //
7 // Any parts of this program derived from the xMule, lMule or eMule project,
8 // or contributed by third-party developers are copyrighted by their
9 // respective authors.
11 // This program is free software; you can redistribute it and/or modify
12 // it under the terms of the GNU General Public License as published by
13 // the Free Software Foundation; either version 2 of the License, or
14 // (at your option) any later version.
16 // This program is distributed in the hope that it will be useful,
17 // but WITHOUT ANY WARRANTY; without even the implied warranty of
18 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 // GNU General Public License for more details.
20 //
21 // You should have received a copy of the GNU General Public License
22 // along with this program; if not, write to the Free Software
23 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
27 #include "PrefsUnifiedDlg.h"
29 #include <common/Constants.h>
31 #include <wx/colordlg.h>
32 #include <wx/tooltip.h>
34 #include "amule.h" // Needed for theApp
35 #include "amuleDlg.h"
36 #include "Color.h"
37 #include "EditServerListDlg.h"
38 #include "SharedFileList.h" // Needed for CSharedFileList
39 #include "StatisticsDlg.h" // Needed for graph parameters, colors
40 #include "IPFilter.h" // Needed for CIPFilter
41 #include "SearchList.h"
42 #include "ClientList.h"
43 #include "DirectoryTreeCtrl.h" // Needed for CDirectoryTreeCtrl
44 #include "Preferences.h"
45 #include "muuli_wdr.h"
46 #include "Logger.h"
47 #include <common/Format.h> // Needed for CFormat
48 #include "TransferWnd.h" // Needed for CTransferWnd::UpdateCatTabTitles()
49 #include "KadDlg.h" // Needed for CKadDlg
50 #include "OScopeCtrl.h" // Needed for OScopeCtrl
51 #include "ServerList.h"
52 #include "UserEvents.h"
54 BEGIN_EVENT_TABLE(PrefsUnifiedDlg,wxDialog)
55 // Events
56 #define USEREVENTS_EVENT(ID, NAME, VARS) \
57 EVT_CHECKBOX(USEREVENTS_FIRST_ID + CUserEvents::ID * USEREVENTS_IDS_PER_EVENT + 1, PrefsUnifiedDlg::OnCheckBoxChange) \
58 EVT_CHECKBOX(USEREVENTS_FIRST_ID + CUserEvents::ID * USEREVENTS_IDS_PER_EVENT + 3, PrefsUnifiedDlg::OnCheckBoxChange)
59 USEREVENTS_EVENTLIST()
60 #undef USEREVENTS_EVENT
62 // Proxy
63 EVT_CHECKBOX(ID_PROXY_ENABLE_PROXY, PrefsUnifiedDlg::OnCheckBoxChange)
64 EVT_CHECKBOX(ID_PROXY_ENABLE_PASSWORD, PrefsUnifiedDlg::OnCheckBoxChange)
65 // EVT_CHECKBOX(ID_PROXY_AUTO_SERVER_CONNECT_WITHOUT_PROXY, PrefsUnifiedDlg::OnCheckBoxChange)
67 // Connection
68 EVT_SPINCTRL(IDC_PORT, PrefsUnifiedDlg::OnTCPClientPortChange)
70 // The rest. Organize it!
71 EVT_CHECKBOX(IDC_UDPDISABLE, PrefsUnifiedDlg::OnCheckBoxChange)
72 EVT_CHECKBOX(IDC_CHECKDISKSPACE, PrefsUnifiedDlg::OnCheckBoxChange)
73 EVT_CHECKBOX(IDC_USESKINFILES, PrefsUnifiedDlg::OnCheckBoxChange)
74 EVT_CHECKBOX(IDC_ONLINESIG, PrefsUnifiedDlg::OnCheckBoxChange)
75 EVT_CHECKBOX(IDC_REMOVEDEAD, PrefsUnifiedDlg::OnCheckBoxChange)
76 EVT_CHECKBOX(IDC_AUTOSERVER, PrefsUnifiedDlg::OnCheckBoxChange)
77 EVT_CHECKBOX(IDC_AUTOIPFILTER, PrefsUnifiedDlg::OnCheckBoxChange)
78 EVT_CHECKBOX(IDC_MSGFILTER, PrefsUnifiedDlg::OnCheckBoxChange)
79 EVT_CHECKBOX(IDC_MSGFILTER_ALL, PrefsUnifiedDlg::OnCheckBoxChange)
80 EVT_CHECKBOX(IDC_MSGFILTER_WORD, PrefsUnifiedDlg::OnCheckBoxChange)
81 EVT_CHECKBOX(IDC_FILTERCOMMENTS, PrefsUnifiedDlg::OnCheckBoxChange)
82 EVT_CHECKBOX(IDC_STARTNEXTFILE, PrefsUnifiedDlg::OnCheckBoxChange)
83 EVT_CHECKBOX(IDC_ENABLETRAYICON, PrefsUnifiedDlg::OnCheckBoxChange)
84 EVT_CHECKBOX(IDC_VERTTOOLBAR, PrefsUnifiedDlg::OnCheckBoxChange)
85 EVT_CHECKBOX(IDC_SUPPORT_PO, PrefsUnifiedDlg::OnCheckBoxChange)
86 EVT_CHECKBOX(IDC_ENABLE_PO_OUTGOING, PrefsUnifiedDlg::OnCheckBoxChange)
87 EVT_CHECKBOX(IDC_ENFORCE_PO_INCOMING, PrefsUnifiedDlg::OnCheckBoxChange)
89 EVT_BUTTON(ID_PREFS_OK_TOP, PrefsUnifiedDlg::OnOk)
90 EVT_BUTTON(ID_PREFS_CANCEL_TOP, PrefsUnifiedDlg::OnCancel)
92 // Browse buttons
93 // EVT_BUTTON(IDC_SELSKIN, PrefsUnifiedDlg::OnButtonDir)
94 EVT_BUTTON(IDC_BROWSEV, PrefsUnifiedDlg::OnButtonBrowseApplication)
95 EVT_BUTTON(IDC_SELTEMPDIR, PrefsUnifiedDlg::OnButtonDir)
96 EVT_BUTTON(IDC_SELINCDIR, PrefsUnifiedDlg::OnButtonDir)
97 EVT_BUTTON(IDC_SELOSDIR, PrefsUnifiedDlg::OnButtonDir)
98 EVT_BUTTON(IDC_SELBROWSER, PrefsUnifiedDlg::OnButtonBrowseApplication)
100 EVT_SPINCTRL(IDC_TOOLTIPDELAY, PrefsUnifiedDlg::OnToolTipDelayChange)
102 EVT_BUTTON(IDC_EDITADR, PrefsUnifiedDlg::OnButtonEditAddr)
103 EVT_BUTTON(IDC_IPFRELOAD, PrefsUnifiedDlg::OnButtonIPFilterReload)
104 EVT_BUTTON(IDC_COLOR_BUTTON, PrefsUnifiedDlg::OnButtonColorChange)
105 EVT_BUTTON(IDC_IPFILTERUPDATE, PrefsUnifiedDlg::OnButtonIPFilterUpdate)
106 EVT_CHOICE(IDC_COLORSELECTOR, PrefsUnifiedDlg::OnColorCategorySelected)
107 EVT_CHOICE(IDC_BROWSER, PrefsUnifiedDlg::OnBrowserChange)
108 EVT_LIST_ITEM_SELECTED(ID_PREFSLISTCTRL,PrefsUnifiedDlg::OnPrefsPageChange)
110 EVT_INIT_DIALOG(PrefsUnifiedDlg::OnInitDialog)
112 EVT_COMMAND_SCROLL(IDC_SLIDER, PrefsUnifiedDlg::OnScrollBarChange)
113 EVT_COMMAND_SCROLL(IDC_SLIDER3, PrefsUnifiedDlg::OnScrollBarChange)
114 EVT_COMMAND_SCROLL(IDC_SLIDER4, PrefsUnifiedDlg::OnScrollBarChange)
115 EVT_COMMAND_SCROLL(IDC_SLIDER2, PrefsUnifiedDlg::OnScrollBarChange)
116 EVT_COMMAND_SCROLL(IDC_FILEBUFFERSIZE, PrefsUnifiedDlg::OnScrollBarChange)
117 EVT_COMMAND_SCROLL(IDC_QUEUESIZE, PrefsUnifiedDlg::OnScrollBarChange)
118 EVT_COMMAND_SCROLL(IDC_SERVERKEEPALIVE, PrefsUnifiedDlg::OnScrollBarChange)
120 EVT_SPINCTRL(IDC_MAXUP, PrefsUnifiedDlg::OnRateLimitChanged)
122 EVT_LIST_ITEM_SELECTED(IDC_EVENTLIST, PrefsUnifiedDlg::OnUserEventSelected)
124 EVT_CLOSE(PrefsUnifiedDlg::OnClose)
126 END_EVENT_TABLE()
130 * Creates an command-event for the given checkbox.
132 * This can be used enforce logical constraints by passing by
133 * sending a check-box event for each checkbox, when transfering
134 * to the UI. However, it should also be used for checkboxes that
135 * have no side-effects other than enabling/disabling other
136 * widgets in the preferences dialogs.
138 void SendCheckBoxEvent(wxWindow* parent, int id)
140 wxCheckBox* widget = CastByID(id, parent, wxCheckBox);
141 wxCHECK_RET(widget, wxT("Invalid widget in CreateEvent"));
143 wxCommandEvent evt(wxEVT_COMMAND_CHECKBOX_CLICKED, id);
144 evt.SetInt(widget->IsChecked() ? 1 : 0);
146 parent->ProcessEvent(evt);
152 * This struct provides a general way to represent config-tabs.
154 struct PrefsPage
156 //! The title of the page, used on the listctrl.
157 wxString m_title;
158 //! Function pointer to the wxDesigner function creating the dialog.
159 wxSizer* (*m_function)(wxWindow*, bool, bool );
160 //! The index of the image used on the list.
161 int m_imageidx;
162 //! The actual widget. To be set later.
163 wxPanel* m_widget;
167 PrefsPage pages[] =
169 { wxTRANSLATE("General"), PreferencesGeneralTab, 13, NULL },
170 { wxTRANSLATE("Connection"), PreferencesConnectionTab, 14, NULL },
171 { wxTRANSLATE("Proxy"), PreferencesProxyTab, 24, NULL },
172 { wxTRANSLATE("Message Filter"), PreferencesMessagesTab, 23, NULL },
173 { wxTRANSLATE("Remote Controls"), PreferencesRemoteControlsTab, 11, NULL },
174 { wxTRANSLATE("Online Signature"), PreferencesOnlineSigTab, 21, NULL },
175 { wxTRANSLATE("Server"), PreferencesServerTab, 15, NULL },
176 { wxTRANSLATE("Files"), PreferencesFilesTab, 16, NULL },
177 { wxTRANSLATE("Directories"), PreferencesDirectoriesTab, 17, NULL },
178 { wxTRANSLATE("Statistics"), PreferencesStatisticsTab, 10, NULL },
179 { wxTRANSLATE("Security"), PreferencesSecurityTab, 22, NULL },
180 { wxTRANSLATE("Gui Tweaks"), PreferencesGuiTweaksTab, 19, NULL },
181 { wxTRANSLATE("Core Tweaks"), PreferencesaMuleTweaksTab, 12, NULL },
182 { wxTRANSLATE("Events"), PreferencesEventsTab, 5, NULL }
183 #ifdef __DEBUG__
184 ,{ wxTRANSLATE("Debugging"), PreferencesDebug, 25, NULL }
185 #endif
189 PrefsUnifiedDlg::PrefsUnifiedDlg(wxWindow *parent)
191 wxDialog(parent, -1, _("Preferences"),
192 wxDefaultPosition, wxDefaultSize,
193 wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
195 preferencesDlgTop(this, false);
197 wxListCtrl *PrefsIcons = CastChild(ID_PREFSLISTCTRL, wxListCtrl);
198 wxImageList *icon_list = new wxImageList(16, 16);
199 PrefsIcons->AssignImageList(icon_list, wxIMAGE_LIST_SMALL);
201 // Add the single column used
202 PrefsIcons->InsertColumn(
203 0, wxEmptyString, wxLIST_FORMAT_LEFT,
204 PrefsIcons->GetSize().GetWidth()-5);
206 // Temp variables for finding the smallest height and width needed
207 int width = 0;
208 int height = 0;
210 // Add each page to the page-list
211 for (unsigned int i = 0; i < itemsof(pages); ++i) {
212 // Add the icon and label assosiated with the page
213 icon_list->Add(amuleSpecial(pages[i].m_imageidx));
214 PrefsIcons->InsertItem(i, wxGetTranslation(pages[i].m_title), i);
217 // Set list-width so that there arn't any scrollers
218 PrefsIcons->SetColumnWidth(0, wxLIST_AUTOSIZE);
219 PrefsIcons->SetMinSize(wxSize(PrefsIcons->GetColumnWidth(0) + 10, -1));
220 PrefsIcons->SetMaxSize(wxSize(PrefsIcons->GetColumnWidth(0) + 10, -1));
222 // Now add the pages and calculate the minimum size
223 for (unsigned int i = 0; i < itemsof(pages); ++i) {
224 // Create a container widget and the contents of the page
225 pages[i].m_widget = new wxPanel(this, -1);
226 pages[i].m_function(pages[i].m_widget, true, true);
228 // Add it to the sizer
229 prefs_sizer->Add(pages[i].m_widget, 0, wxGROW|wxEXPAND);
231 if (pages[i].m_function == PreferencesGeneralTab) {
232 // This must be done now or pages won't Fit();
233 #ifdef __WXMSW__
234 CastChild(IDC_BROWSERTABS, wxCheckBox)->Enable(false);
235 wxChoice *browserCheck = CastChild(IDC_BROWSER, wxChoice);
236 browserCheck->Clear();
237 browserCheck->Append(_("System default"));
238 browserCheck->Append(_("User Defined"));
239 #endif /* __WXMSW__ */
240 } else if (pages[i].m_function == PreferencesEventsTab) {
242 #define USEREVENTS_REPLACE_VAR(VAR, DESC, CODE) + wxString(wxT("\n %") VAR wxT(" - ")) + wxGetTranslation(DESC)
243 #define USEREVENTS_EVENT(ID, NAME, VARS) case CUserEvents::ID: CreateEventPanels(idx, wxEmptyString VARS, pages[i].m_widget); break;
245 wxListCtrl *list = CastChild(IDC_EVENTLIST, wxListCtrl);
246 list->InsertColumn(0, wxEmptyString);
247 for (unsigned int idx = 0; idx < CUserEvents::GetCount(); ++idx) {
248 long lidx = list->InsertItem(idx,
249 wxGetTranslation(CUserEvents::GetDisplayName(
250 static_cast<enum CUserEvents::EventType>(idx))));
251 if (lidx != -1) {
252 list->SetItemData(lidx,
253 USEREVENTS_FIRST_ID + idx * USEREVENTS_IDS_PER_EVENT);
254 switch (idx) {
255 USEREVENTS_EVENTLIST()
259 list->SetColumnWidth(0, wxLIST_AUTOSIZE);
261 #ifdef __DEBUG__
262 else if (pages[i].m_function == PreferencesDebug) {
263 int count = CLogger::GetDebugCategoryCount();
264 wxCheckListBox* list = CastChild( ID_DEBUGCATS, wxCheckListBox );
266 for ( int j = 0; j < count; j++ ) {
267 list->Append( CLogger::GetDebugCategory( j ).GetName() );
270 #endif
272 // Align and resize the page
273 Fit();
274 Layout();
276 // Find the greatest sizes
277 wxSize size = prefs_sizer->GetSize();
278 if (size.GetWidth() > width) {
279 width = size.GetWidth();
282 if (size.GetHeight() > height) {
283 height = size.GetHeight();
286 // Hide it for now
287 prefs_sizer->Detach(pages[i].m_widget);
288 pages[i].m_widget->Show(false);
291 // Default to the General tab
292 m_CurrentPanel = pages[0].m_widget;
293 prefs_sizer->Add(pages[0].m_widget, 0, wxGROW|wxEXPAND);
294 m_CurrentPanel->Show( true );
296 // Select the first item
297 PrefsIcons->SetItemState(0, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
299 // We now have the needed minimum height and width
300 prefs_sizer->SetMinSize(width, height);
302 // Store some often used pointers
303 m_ShareSelector = CastChild(IDC_SHARESELECTOR, CDirectoryTreeCtrl);
304 m_buttonColor = CastChild(IDC_COLOR_BUTTON, wxButton);
305 m_choiceColor = CastChild(IDC_COLORSELECTOR, wxChoice);
307 // Connect the Cfgs with their widgets
308 thePrefs::CFGMap::iterator it = thePrefs::s_CfgList.begin();
309 for ( ; it != thePrefs::s_CfgList.end(); ++it ) {
310 // Checking for failures
311 if ( !it->second->ConnectToWidget(it->first, this) ) {
312 printf("Failed to connect Cfg to widget with the ID %d and key %s\n",
313 it->first, (const char *)unicode2char(it->second->GetKey()));
316 Fit();
318 // It must not be resized to something smaller than what it currently is
319 wxSize size = GetClientSize();
320 SetSizeHints(size.GetWidth(), size.GetHeight());
322 #ifdef __WXMSW__
323 FindWindow(IDC_VERTTOOLBAR)->Enable(false);
324 #endif
328 Cfg_Base* PrefsUnifiedDlg::GetCfg(int id)
330 thePrefs::CFGMap::iterator it = thePrefs::s_CfgList.find( id );
332 if ( it != thePrefs::s_CfgList.end() ) {
333 return it->second;
336 return NULL;
340 bool PrefsUnifiedDlg::TransferToWindow()
342 // Connect the Cfgs with their widgets
343 thePrefs::CFGMap::iterator it = thePrefs::s_CfgList.begin();
344 for ( ; it != thePrefs::s_CfgList.end(); ++it ) {
345 // Checking for failures
346 if ( !it->second->TransferToWindow() ) {
347 printf("Failed to transfer data from Cfg to Widget with the ID %d and key %s\n",
348 it->first, (const char *)unicode2char(it->second->GetKey()));
352 m_ShareSelector->SetSharedDirectories(&theApp->glob_prefs->shareddir_list);
354 for ( int i = 0; i < cntStatColors; i++ ) {
355 thePrefs::s_colors[i] = CStatisticsDlg::acrStat[i];
356 thePrefs::s_colors_ref[i] = CStatisticsDlg::acrStat[i];
359 // Connection tab
360 wxSpinEvent e;
361 OnTCPClientPortChange(e);
363 // Proxy tab initialization
364 if (!CastChild(ID_PROXY_ENABLE_PROXY, wxCheckBox)->IsChecked()) {
365 FindWindow(ID_PROXY_TYPE)->Enable(false);
366 FindWindow(ID_PROXY_NAME)->Enable(false);
367 FindWindow(ID_PROXY_PORT)->Enable(false);
369 if (!CastChild(ID_PROXY_ENABLE_PASSWORD, wxCheckBox)->IsChecked()) {
370 FindWindow(ID_PROXY_USER)->Enable(false);
371 FindWindow(ID_PROXY_PASSWORD)->Enable(false);
373 // This option from the proxy tab is currently unused
374 FindWindow(ID_PROXY_AUTO_SERVER_CONNECT_WITHOUT_PROXY)->Enable(false);
376 // Enable/Disable some controls
377 bool customBrowser =
378 CastChild(IDC_BROWSER, wxChoice)->GetSelection() ==
379 (int)CastChild(IDC_BROWSER, wxChoice)->GetCount() - 1;
380 FindWindow( IDC_BROWSERSELF )->Enable( customBrowser );
381 FindWindow( IDC_SELBROWSER )->Enable( customBrowser );
382 #ifndef __WXMSW__
383 FindWindow( IDC_BROWSERTABS )->Enable( !customBrowser );
384 #endif
385 FindWindow( IDC_MINDISKSPACE )->Enable( thePrefs::IsCheckDiskspaceEnabled() );
386 FindWindow( IDC_SKIN )->Enable( thePrefs::UseSkins() );
387 FindWindow( IDC_OSDIR )->Enable( thePrefs::IsOnlineSignatureEnabled() );
388 FindWindow( IDC_OSUPDATE )->Enable( thePrefs::IsOnlineSignatureEnabled() );
389 FindWindow( IDC_UDPPORT )->Enable( !thePrefs::s_UDPDisable );
390 FindWindow( IDC_SERVERRETRIES )->Enable( thePrefs::DeadServer() );
391 FindWindow( IDC_STARTNEXTFILE_SAME )->Enable(thePrefs::StartNextFile());
393 #ifdef __WXMAC__
394 FindWindow(IDC_ENABLETRAYICON)->Enable(false);
395 FindWindow(IDC_MINTRAY)->Enable(false);
396 #else
397 FindWindow(IDC_MINTRAY)->Enable(thePrefs::UseTrayIcon());
398 #endif
400 if (!CastChild(IDC_MSGFILTER, wxCheckBox)->IsChecked()) {
401 FindWindow(IDC_MSGFILTER_ALL)->Enable(false);
402 FindWindow(IDC_MSGFILTER_NONSECURE)->Enable(false);
403 FindWindow(IDC_MSGFILTER_NONFRIENDS)->Enable(false);
404 FindWindow(IDC_MSGFILTER_WORD)->Enable(false);
405 FindWindow(IDC_MSGWORD)->Enable(false);
406 } else if (CastChild(IDC_MSGFILTER_ALL, wxCheckBox)->IsChecked()) {
407 FindWindow(IDC_MSGFILTER_NONSECURE)->Enable(false);
408 FindWindow(IDC_MSGFILTER_NONFRIENDS)->Enable(false);
409 FindWindow(IDC_MSGFILTER_WORD)->Enable(false);
410 FindWindow(IDC_MSGWORD)->Enable(false);
413 FindWindow(IDC_MSGWORD)->Enable(CastChild(IDC_MSGFILTER_WORD, wxCheckBox)->IsChecked());
414 FindWindow(IDC_COMMENTWORD)->Enable(CastChild(IDC_FILTERCOMMENTS, wxCheckBox)->IsChecked());
416 // Protocol obfuscation
417 ::SendCheckBoxEvent(this, IDC_SUPPORT_PO);
418 ::SendCheckBoxEvent(this, IDC_ENABLE_PO_OUTGOING);
419 ::SendCheckBoxEvent(this, IDC_ENFORCE_PO_INCOMING);
421 #ifdef __DEBUG__
422 // Set debugging toggles
423 int count = CLogger::GetDebugCategoryCount();
424 wxCheckListBox* list = CastChild( ID_DEBUGCATS, wxCheckListBox );
426 for ( int i = 0; i < count; i++ ) {
427 list->Check( i, CLogger::GetDebugCategory( i ).IsEnabled() );
429 #endif
431 return true;
435 bool PrefsUnifiedDlg::TransferFromWindow()
437 // Connect the Cfgs with their widgets
438 thePrefs::CFGMap::iterator it = thePrefs::s_CfgList.begin();
439 for ( ; it != thePrefs::s_CfgList.end(); ++it ) {
440 // Checking for failures
441 if ( !it->second->TransferFromWindow() ) {
442 printf("Failed to transfer data from Widget to Cfg with the ID %d and key %s\n",
443 it->first, (const char *)unicode2char(it->second->GetKey()));
447 theApp->glob_prefs->shareddir_list.clear();
448 m_ShareSelector->GetSharedDirectories(&theApp->glob_prefs->shareddir_list);
450 for ( int i = 0; i < cntStatColors; i++ ) {
451 if ( thePrefs::s_colors[i] != thePrefs::s_colors_ref[i] ) {
452 CStatisticsDlg::acrStat[i] = thePrefs::s_colors[i];
453 theApp->amuledlg->m_statisticswnd->ApplyStatsColor(i);
456 theApp->amuledlg->m_kademliawnd->SetGraphColors();
459 #ifdef __DEBUG__
460 // Get debugging toggles
461 int count = CLogger::GetDebugCategoryCount();
462 wxCheckListBox* list = CastChild( ID_DEBUGCATS, wxCheckListBox );
464 for ( int i = 0; i < count; i++ ) {
465 CLogger::SetEnabled( CLogger::GetDebugCategory( i ).GetType(), list->IsChecked( i ) );
467 #endif
469 #ifdef CLIENT_GUI
470 // Send preferences to core.
471 theApp->glob_prefs->SendToRemote();
472 #endif
474 return true;
478 bool PrefsUnifiedDlg::CfgChanged(int ID)
480 Cfg_Base* cfg = GetCfg(ID);
482 if ( cfg ) {
483 return cfg->HasChanged();
486 return false;
490 void PrefsUnifiedDlg::OnOk(wxCommandEvent& WXUNUSED(event))
492 TransferFromWindow();
494 bool restart_needed = false;
495 wxString restart_needed_msg = _("aMule must be restarted to enable these changes:\n\n");
497 // do sanity checking, special processing, and user notifications here
498 thePrefs::CheckUlDlRatio();
500 if (CfgChanged(IDC_PORT)) {
501 restart_needed = true;
502 restart_needed_msg += _("- TCP port changed.\n");
505 if (CfgChanged(IDC_UDPPORT)) {
506 restart_needed = true;
507 restart_needed_msg += _("- UDP port changed.\n");
510 // Force port checking
511 thePrefs::SetPort(thePrefs::GetPort());
513 if ((CPath::GetFileSize(theApp->ConfigDir + wxT("addresses.dat")) == 0) &&
514 CastChild(IDC_AUTOSERVER, wxCheckBox)->IsChecked() ) {
515 thePrefs::UnsetAutoServerStart();
516 wxMessageBox(wxString::wxString( _("Your Auto-update servers list is in blank.\n'Auto-update serverlist at startup' will be disabled.")),
517 _("Message"), wxOK | wxICON_INFORMATION, this);
520 if (thePrefs::AcceptExternalConnections() && thePrefs::ECPassword().IsEmpty()) {
521 thePrefs::EnableExternalConnections( false );
523 wxMessageBox( _("You have enabled external connections but have not specified a password.\nExternal connections cannot be enabled unless a valid password is specified."));
526 // save the preferences on ok
527 theApp->glob_prefs->Save();
529 if (CfgChanged(IDC_FED2KLH) && theApp->amuledlg->GetActiveDialog() != CamuleDlg::DT_SEARCH_WND) {
530 theApp->amuledlg->ShowED2KLinksHandler( thePrefs::GetFED2KLH() );
533 if (CfgChanged(IDC_LANGUAGE)) {
534 restart_needed = true;
535 restart_needed_msg += _("- Language changed.\n");
538 if (CfgChanged(IDC_TEMPFILES)) {
539 restart_needed = true;
540 restart_needed_msg += _("- Temp folder changed.\n");
543 if (CfgChanged(IDC_INCFILES) || CfgChanged(IDC_TEMPFILES) || m_ShareSelector->HasChanged ) {
544 theApp->sharedfiles->Reload();
547 if (CfgChanged(IDC_OSDIR) || CfgChanged(IDC_ONLINESIG)) {
548 wxTextCtrl* widget = CastChild( IDC_OSDIR, wxTextCtrl );
550 // Build the filenames for the two OS files
551 theApp->SetOSFiles( widget->GetValue() );
554 if (CfgChanged(IDC_IPFCLIENTS) || CfgChanged(IDC_IPFSERVERS) || CfgChanged(ID_IPFILTERLEVEL)) {
555 if (thePrefs::IsFilteringClients()) {
556 theApp->clientlist->FilterQueues();
558 if (thePrefs::IsFilteringServers()) {
559 theApp->serverlist->FilterServers();
563 if (thePrefs::GetShowRatesOnTitle()) {
564 // This avoids a 5 seconds delay to show the title
565 theApp->amuledlg->SetTitle(theApp->m_FrameTitle + wxT(" -- ") + _("Up: 0.0 | Down: 0.0"));
566 } else {
567 // This resets the title
568 theApp->amuledlg->SetTitle(theApp->m_FrameTitle);
571 if (CfgChanged(IDC_EXTCATINFO)) {
572 theApp->amuledlg->m_transferwnd->UpdateCatTabTitles();
575 // Changes related to the statistics-dlg
576 if (CfgChanged(IDC_SLIDER)) {
577 theApp->amuledlg->m_statisticswnd->SetUpdatePeriod(thePrefs::GetTrafficOMeterInterval());
578 theApp->amuledlg->m_kademliawnd->SetUpdatePeriod(thePrefs::GetTrafficOMeterInterval());
581 if ( CfgChanged(IDC_SLIDER3) ) {
582 theApp->amuledlg->m_statisticswnd->ResetAveragingTime();
585 if (CfgChanged(IDC_DOWNLOAD_CAP)) {
586 theApp->amuledlg->m_statisticswnd->SetARange( true, thePrefs::GetMaxGraphDownloadRate() );
589 if (CfgChanged(IDC_UPLOAD_CAP)) {
590 theApp->amuledlg->m_statisticswnd->SetARange( false, thePrefs::GetMaxGraphUploadRate() );
593 if (CfgChanged(IDC_SKIN) || CfgChanged(IDC_USESKINFILES)) {
594 theApp->amuledlg->Create_Toolbar(thePrefs::VerticalToolbar());
597 if (!thePrefs::GetNetworkED2K() && theApp->IsConnectedED2K()) {
598 theApp->DisconnectED2K();
601 if (!thePrefs::GetNetworkKademlia() && theApp->IsConnectedKad()) {
602 theApp->StopKad();
605 if (!thePrefs::GetNetworkED2K() && !thePrefs::GetNetworkKademlia()) {
606 wxMessageBox(wxString::wxString(
607 _("Both ED2K and Kad network are disabled.\nYou won't be able to connect until you enable at least one of them.")));
610 if (thePrefs::GetNetworkKademlia() && thePrefs::IsUDPDisabled()) {
611 wxMessageBox(_("Kad will not start if your UDP port is disabled.\nEnable UDP port or disable Kad."),
612 _("Message"), wxOK | wxICON_INFORMATION, this);
615 if (CfgChanged(IDC_NETWORKKAD) || CfgChanged(IDC_NETWORKED2K)) {
616 theApp->amuledlg->DoNetworkRearrange();
619 if (restart_needed) {
620 wxMessageBox(restart_needed_msg + _("\nYou MUST restart aMule now.\nIf you do not restart now, don't complain if anything bad happens.\n"), _("WARNING"),wxICON_EXCLAMATION,this);
623 Show(false);
627 void PrefsUnifiedDlg::OnClose(wxCloseEvent& event)
629 Show(false);
631 // Try to keep the window alive when possible
632 if (event.CanVeto()) {
633 event.Veto();
634 } else {
635 if (theApp->amuledlg) {
636 theApp->amuledlg->m_prefsDialog = NULL;
639 // Un-Connect the Cfgs
640 thePrefs::CFGMap::iterator it = thePrefs::s_CfgList.begin();
641 for (; it != thePrefs::s_CfgList.end(); ++it) {
642 // Checking for failures
643 it->second->ConnectToWidget( 0 );
646 Destroy();
651 void PrefsUnifiedDlg::OnCancel(wxCommandEvent& WXUNUSED(event))
653 Show(false);
657 void PrefsUnifiedDlg::OnCheckBoxChange(wxCommandEvent& event)
659 bool value = event.IsChecked();
660 int id = event.GetId();
662 // Check if this checkbox is one of the User Events checkboxes
663 if (id >= USEREVENTS_FIRST_ID &&
664 id < USEREVENTS_FIRST_ID +
665 (int)CUserEvents::GetCount() * USEREVENTS_IDS_PER_EVENT) {
666 // The corresponding text control always has
667 // an ID one greater than the checkbox
668 FindWindow(id + 1)->Enable(value);
669 return;
672 switch ( id ) {
673 case IDC_UDPDISABLE:
674 // UDP is disable rather than enable, so we flip the value
675 FindWindow( IDC_UDPPORT )->Enable(!value);
676 break;
678 case IDC_CHECKDISKSPACE:
679 FindWindow( IDC_MINDISKSPACE )->Enable(value);
680 break;
682 case IDC_USESKINFILES:
683 FindWindow( IDC_SKIN )->Enable(value);;
684 break;
686 case IDC_ONLINESIG:
687 FindWindow( IDC_OSDIR )->Enable(value);;
688 FindWindow(IDC_OSUPDATE)->Enable(value);
689 break;
691 case IDC_REMOVEDEAD:
692 FindWindow( IDC_SERVERRETRIES )->Enable(value);;
693 break;
695 case IDC_AUTOSERVER:
696 if ((CPath::GetFileSize(theApp->ConfigDir + wxT("addresses.dat")) == 0) &&
697 CastChild(event.GetId(), wxCheckBox)->IsChecked() ) {
698 wxMessageBox(wxString::wxString( _("Your Auto-update servers list is in blank.\nPlease fill in at least one URL to point to a valid server.met file.\nClick on the button \"List\" by this checkbox to enter an URL.")),
699 _("Message"), wxOK | wxICON_INFORMATION);
700 CastChild(event.GetId(), wxCheckBox)->SetValue(false);
702 break;
704 case IDC_MSGFILTER:
705 // Toogle All filter options
706 FindWindow(IDC_MSGFILTER_ALL)->Enable(value);
707 FindWindow(IDC_MSGFILTER_NONSECURE)->Enable(value);
708 FindWindow(IDC_MSGFILTER_NONFRIENDS)->Enable(value);
709 FindWindow(IDC_MSGFILTER_WORD)->Enable(value);
710 if (value) {
711 FindWindow(IDC_MSGWORD)->Enable(
712 CastChild(IDC_MSGFILTER_WORD, wxCheckBox)->IsChecked());
713 } else {
714 FindWindow(IDC_MSGWORD)->Enable(false);
716 break;
718 case IDC_MSGFILTER_ALL:
719 // Toogle filtering by data.
720 FindWindow(IDC_MSGFILTER_NONSECURE)->Enable(!value);
721 FindWindow(IDC_MSGFILTER_NONFRIENDS)->Enable(!value);
722 FindWindow(IDC_MSGFILTER_WORD)->Enable(!value);
723 if (!value) {
724 FindWindow(IDC_MSGWORD)->Enable(
725 CastChild(IDC_MSGFILTER_WORD, wxCheckBox)->IsChecked());
726 } else {
727 FindWindow(IDC_MSGWORD)->Enable(false);
729 break;
731 case IDC_MSGFILTER_WORD:
732 // Toogle filter word list.
733 FindWindow(IDC_MSGWORD)->Enable(value);
734 break;
736 case IDC_FILTERCOMMENTS:
737 FindWindow(IDC_COMMENTWORD)->Enable(value);
738 break;
740 case ID_PROXY_ENABLE_PROXY:
741 FindWindow(ID_PROXY_TYPE)->Enable(value);
742 FindWindow(ID_PROXY_NAME)->Enable(value);
743 FindWindow(ID_PROXY_PORT)->Enable(value);
744 break;
746 case ID_PROXY_ENABLE_PASSWORD:
747 FindWindow(ID_PROXY_USER)->Enable(value);
748 FindWindow(ID_PROXY_PASSWORD)->Enable(value);
749 break;
751 case IDC_STARTNEXTFILE:
752 FindWindow(IDC_STARTNEXTFILE_SAME)->Enable(value);
753 break;
755 case IDC_ENABLETRAYICON:
756 FindWindow(IDC_MINTRAY)->Enable(value);
757 if (value) {
758 theApp->amuledlg->CreateSystray();
759 } else {
760 theApp->amuledlg->RemoveSystray();
762 thePrefs::SetUseTrayIcon(value);
763 break;
765 case ID_PROXY_AUTO_SERVER_CONNECT_WITHOUT_PROXY:
766 break;
767 case IDC_VERTTOOLBAR:
768 theApp->amuledlg->Create_Toolbar(value);
769 // Update the first tool (conn button)
770 theApp->amuledlg->ShowConnectionState();
771 break;
773 case IDC_ENFORCE_PO_INCOMING:
774 FindWindow(IDC_ENABLE_PO_OUTGOING)->Enable(!value);
775 break;
777 case IDC_ENABLE_PO_OUTGOING:
778 FindWindow(IDC_SUPPORT_PO)->Enable(!value);
779 FindWindow(IDC_ENFORCE_PO_INCOMING)->Enable(value);
780 break;
782 case IDC_SUPPORT_PO:
783 FindWindow(IDC_ENABLE_PO_OUTGOING)->Enable(value);
784 break;
786 default:
787 break;
792 void PrefsUnifiedDlg::OnButtonColorChange(wxCommandEvent& WXUNUSED(event))
794 int index = m_choiceColor->GetSelection();
795 wxColour col = WxColourFromCr( thePrefs::s_colors[index] );
796 col = wxGetColourFromUser( this, col );
797 if ( col.Ok() ) {
798 m_buttonColor->SetBackgroundColour( col );
799 thePrefs::s_colors[index] = CrFromWxColour(col);
804 void PrefsUnifiedDlg::OnColorCategorySelected(wxCommandEvent& WXUNUSED(evt))
806 m_buttonColor->SetBackgroundColour(
807 WxColourFromCr( thePrefs::s_colors[ m_choiceColor->GetSelection() ] ) );
811 void PrefsUnifiedDlg::OnBrowserChange( wxCommandEvent& evt )
813 wxTextCtrl* textctrl = CastChild( IDC_BROWSERSELF, wxTextCtrl );
814 wxButton* btn = CastChild( IDC_SELBROWSER, wxButton );
815 bool enable =
816 evt.GetSelection() ==
817 (int)CastChild( IDC_BROWSER, wxChoice )->GetCount() - 1;
819 if (textctrl) {
820 textctrl->Enable( enable );
822 if (btn) {
823 btn->Enable( enable );
825 #ifndef __WXMSW__
826 FindWindow( IDC_BROWSERTABS )->Enable( !enable );
827 #endif
831 void PrefsUnifiedDlg::OnButtonDir(wxCommandEvent& event)
833 wxString type;
835 int id = 0;
836 switch ( event.GetId() ) {
837 case IDC_SELTEMPDIR:
838 id = IDC_TEMPFILES;
839 type = _("Temporary files");
840 break;
842 case IDC_SELINCDIR:
843 id = IDC_INCFILES;
844 type = _("Incoming files");
845 break;
847 case IDC_SELOSDIR:
848 id = IDC_OSDIR;
849 type = _("Online Signatures");
850 break;
852 // case IDC_SELSKIN:
853 // id = IDC_SKIN;
854 // type = _("Skins directory");
855 // break;
857 default:
858 wxASSERT(false);
859 return;
862 type = CFormat(_("Choose a folder for %s")) % type;
863 wxTextCtrl* widget = CastChild( id, wxTextCtrl );
864 wxString dir = widget->GetValue();
865 wxString str = wxDirSelector(
866 type, dir,
867 wxDD_DEFAULT_STYLE,
868 wxDefaultPosition, this);
869 if (!str.IsEmpty()) {
870 widget->SetValue(str);
875 void PrefsUnifiedDlg::OnButtonBrowseApplication(wxCommandEvent& event)
877 wxString title;
878 int id = 0;
879 switch ( event.GetId() ) {
880 case IDC_BROWSEV:
881 id = IDC_VIDEOPLAYER;
882 title = _("Browse for videoplayer");
883 break;
884 case IDC_SELBROWSER:
885 id = IDC_BROWSERSELF;
886 title = _("Select browser");
887 break;
888 default:
889 wxASSERT( false );
890 return;
892 wxString wildcard = CFormat(_("Executable%s"))
893 #ifdef __WINDOWS__
894 % wxT(" (*.exe)|*.exe");
895 #else
896 % wxT("|*");
897 #endif
899 wxString str = wxFileSelector( title, wxEmptyString, wxEmptyString,
900 wxEmptyString, wildcard, 0, this );
902 if ( !str.IsEmpty() ) {
903 wxTextCtrl* widget = CastChild( id, wxTextCtrl );
904 widget->SetValue( str );
909 void PrefsUnifiedDlg::OnButtonEditAddr(wxCommandEvent& WXUNUSED(evt))
911 wxString fullpath( theApp->ConfigDir + wxT("addresses.dat") );
913 EditServerListDlg* test = new EditServerListDlg(this, _("Edit Serverlist"),
914 _("Add here URL's to download server.met files.\nOnly one url on each line."),
915 fullpath );
917 test->ShowModal();
918 delete test;
922 void PrefsUnifiedDlg::OnButtonIPFilterReload(wxCommandEvent& WXUNUSED(event))
924 theApp->ipfilter->Reload();
928 void PrefsUnifiedDlg::OnButtonIPFilterUpdate(wxCommandEvent& WXUNUSED(event))
930 theApp->ipfilter->Update( CastChild( IDC_IPFILTERURL, wxTextCtrl )->GetValue() );
934 void PrefsUnifiedDlg::OnPrefsPageChange(wxListEvent& event)
936 prefs_sizer->Detach( m_CurrentPanel );
937 m_CurrentPanel->Show( false );
939 m_CurrentPanel = pages[ event.GetIndex() ].m_widget;
941 prefs_sizer->Add( m_CurrentPanel, 0, wxGROW|wxEXPAND );
942 m_CurrentPanel->Show( true );
944 Layout();
946 event.Skip();
950 void PrefsUnifiedDlg::OnToolTipDelayChange(wxSpinEvent& event)
952 wxToolTip::SetDelay( event.GetPosition() * 1000 );
956 void PrefsUnifiedDlg::OnInitDialog( wxInitDialogEvent& WXUNUSED(evt) )
958 // This function exists solely to avoid automatic transfer-to-widget calls
962 void PrefsUnifiedDlg::OnScrollBarChange( wxScrollEvent& event )
964 int id = 0;
965 wxString label;
967 switch ( event.GetId() ) {
968 case IDC_SLIDER:
969 id = IDC_SLIDERINFO;
970 label = wxString::Format( wxPLURAL("Update delay: %d second", "Update delay: %d seconds", event.GetPosition()), event.GetPosition() );
971 theApp->amuledlg->m_statisticswnd->SetUpdatePeriod(event.GetPosition());
972 theApp->amuledlg->m_kademliawnd->SetUpdatePeriod(event.GetPosition());
973 break;
975 case IDC_SLIDER3:
976 id = IDC_SLIDERINFO3;
977 label = wxString::Format( wxPLURAL("Time for average graph: %d minute", "Time for average graph: %d minutes", event.GetPosition()), event.GetPosition() );
978 theApp->m_statistics->SetAverageMinutes(event.GetPosition());
979 break;
981 case IDC_SLIDER4:
982 id = IDC_SLIDERINFO4;
983 label = wxString::Format( _("Connections Graph Scale: %d"), event.GetPosition() );
984 theApp->amuledlg->m_statisticswnd->GetConnScope()->SetRanges(0,event.GetPosition());
985 break;
987 case IDC_SLIDER2:
988 id = IDC_SLIDERINFO2;
989 label = wxString::Format( wxPLURAL("Update delay : %d second", "Update delay : %d seconds", event.GetPosition()), event.GetPosition() );
990 break;
992 case IDC_FILEBUFFERSIZE:
993 id = IDC_FILEBUFFERSIZE_STATIC;
994 // Yes, it seems odd to add the singular form here, but other languages might need to know the number to select the appropriate translation
995 label = wxString::Format( wxPLURAL("File Buffer Size: %d byte", "File Buffer Size: %d bytes", event.GetPosition() * 15000), event.GetPosition() * 15000 );
996 break;
998 case IDC_QUEUESIZE:
999 id = IDC_QUEUESIZE_STATIC;
1000 // Yes, it seems odd to add the singular form here, but other languages might need to know the number to select the appropriate translation
1001 label = wxString::Format( wxPLURAL("Upload Queue Size: %d client", "Upload Queue Size: %d clients", event.GetPosition() * 100), event.GetPosition() * 100 );
1002 break;
1004 case IDC_SERVERKEEPALIVE:
1005 id = IDC_SERVERKEEPALIVE_LABEL;
1007 if ( event.GetPosition() ) {
1008 label = wxString::Format( wxPLURAL("Server connection refresh interval: %d minute", "Server connection refresh interval: %d minutes", event.GetPosition()), event.GetPosition() );
1009 } else {
1010 label = wxString::Format( _("Server connection refresh interval: Disabled") );
1012 break;
1014 default:
1015 return;
1018 wxStaticText* widget = CastChild( id, wxStaticText );
1020 if (widget) {
1021 widget->SetLabel( label );
1022 widget->GetParent()->Layout();
1027 void PrefsUnifiedDlg::OnRateLimitChanged( wxSpinEvent& event )
1029 // Here we do immediate sainity checking of the up/down ratio,
1030 // so that the user can see if his choice is illegal
1032 // We only do checks if the rate is limited
1033 if ( event.GetPosition() != (int)UNLIMITED ) {
1034 wxSpinCtrl* dlrate = CastChild( IDC_MAXDOWN, wxSpinCtrl );
1036 if ( event.GetPosition() < 4 ) {
1037 if ( ( event.GetPosition() * 3 < dlrate->GetValue() ) ||
1038 ( dlrate->GetValue() == (int)UNLIMITED ) ) {
1039 dlrate->SetValue( event.GetPosition() * 3 );
1041 } else if ( event.GetPosition() < 10 ) {
1042 if ( ( event.GetPosition() * 4 < dlrate->GetValue() ) ||
1043 ( dlrate->GetValue() == (int)UNLIMITED ) ) {
1044 dlrate->SetValue( event.GetPosition() * 4 );
1051 void PrefsUnifiedDlg::OnTCPClientPortChange(wxSpinEvent& WXUNUSED(event))
1053 int port = CastChild(IDC_PORT, wxSpinCtrl)->GetValue();
1054 wxString txt;
1055 txt << wxT("UDP port for extended server requests (TCP+3):") << port + 3;
1056 CastChild(ID_TEXT_CLIENT_UDP_PORT, wxStaticText)->SetLabel(txt);
1059 void PrefsUnifiedDlg::OnUserEventSelected(wxListEvent& event)
1061 for (unsigned int i = 0; i < CUserEvents::GetCount(); ++i) {
1062 IDC_PREFS_EVENTS_PAGE->Hide(i + 2);
1065 IDC_PREFS_EVENTS_PAGE->Show((event.GetData() - USEREVENTS_FIRST_ID) / USEREVENTS_IDS_PER_EVENT + 2, true);
1067 IDC_PREFS_EVENTS_PAGE->Layout();
1069 event.Skip();
1072 void PrefsUnifiedDlg::CreateEventPanels(const int idx, const wxString& vars, wxWindow* parent)
1074 wxStaticBox *item8 = new wxStaticBox( parent, -1, CFormat(_("Execute command on `%s' event")) % wxGetTranslation(CUserEvents::GetDisplayName(static_cast<enum CUserEvents::EventType>(idx))) );
1075 wxStaticBoxSizer *item7 = new wxStaticBoxSizer( item8, wxVERTICAL );
1077 wxCheckBox *item9 = new wxCheckBox( parent, USEREVENTS_FIRST_ID + idx * USEREVENTS_IDS_PER_EVENT + 1, _("Enable command execution on core"), wxDefaultPosition, wxDefaultSize, 0 );
1078 item7->Add( item9, 0, wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT, 5 );
1080 wxFlexGridSizer *item10 = new wxFlexGridSizer( 3, 0, 0 );
1081 item10->AddGrowableCol( 2 );
1083 item10->Add( 20, 20, 0, wxALIGN_CENTER|wxALL, 0 );
1085 wxStaticText *item11 = new wxStaticText( parent, -1, _("Core command:"), wxDefaultPosition, wxDefaultSize, 0 );
1086 item10->Add( item11, 0, wxALIGN_CENTER|wxALL, 5 );
1088 wxTextCtrl *item12 = new wxTextCtrl( parent, USEREVENTS_FIRST_ID + idx * USEREVENTS_IDS_PER_EVENT + 2, wxT(""), wxDefaultPosition, wxDefaultSize, 0 );
1089 item12->Enable(CUserEvents::IsCoreCommandEnabled(static_cast<enum CUserEvents::EventType>(idx)));
1090 item10->Add( item12, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 5 );
1092 item7->Add( item10, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 0 );
1094 wxCheckBox *item14 = new wxCheckBox( parent, USEREVENTS_FIRST_ID + idx * USEREVENTS_IDS_PER_EVENT + 3, _("Enable command execution on GUI"), wxDefaultPosition, wxDefaultSize, 0 );
1095 item7->Add( item14, 0, wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT, 5 );
1097 wxFlexGridSizer *item15 = new wxFlexGridSizer( 3, 0, 0 );
1098 item15->AddGrowableCol( 2 );
1100 item15->Add( 20, 20, 0, wxALIGN_CENTER|wxALL, 0 );
1102 wxStaticText *item16 = new wxStaticText( parent, -1, _("GUI command:"), wxDefaultPosition, wxDefaultSize, 0 );
1103 item15->Add( item16, 0, wxALIGN_CENTER|wxALL, 5 );
1105 wxTextCtrl *item17 = new wxTextCtrl( parent, USEREVENTS_FIRST_ID + idx * USEREVENTS_IDS_PER_EVENT + 4, wxT(""), wxDefaultPosition, wxDefaultSize, 0 );
1106 item17->Enable(CUserEvents::IsGUICommandEnabled(static_cast<enum CUserEvents::EventType>(idx)));
1107 item15->Add( item17, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 5 );
1109 item7->Add( item15, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 0 );
1111 wxStaticText *item13 = new wxStaticText( parent, -1, _("The following variables will be replaced:") + vars, wxDefaultPosition, wxDefaultSize, 0 );
1112 item7->Add( item13, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 5 );
1114 IDC_PREFS_EVENTS_PAGE->Add(item7, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 5);
1116 IDC_PREFS_EVENTS_PAGE->Layout();
1117 IDC_PREFS_EVENTS_PAGE->Hide(idx + 2);
1119 // File_checked_for_headers