Upstream tarball 9959
[amule.git] / src / PrefsUnifiedDlg.cpp
blob0f190399dc2ed87f4dcdee9bb629aedcac134049
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 "MuleColour.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_UDPENABLE, PrefsUnifiedDlg::OnCheckBoxChange)
72 EVT_CHECKBOX(IDC_CHECKDISKSPACE, PrefsUnifiedDlg::OnCheckBoxChange)
73 EVT_CHECKBOX(IDC_ONLINESIG, PrefsUnifiedDlg::OnCheckBoxChange)
74 EVT_CHECKBOX(IDC_REMOVEDEAD, PrefsUnifiedDlg::OnCheckBoxChange)
75 EVT_CHECKBOX(IDC_AUTOSERVER, PrefsUnifiedDlg::OnCheckBoxChange)
76 EVT_CHECKBOX(IDC_AUTOIPFILTER, PrefsUnifiedDlg::OnCheckBoxChange)
77 EVT_CHECKBOX(IDC_MSGFILTER, PrefsUnifiedDlg::OnCheckBoxChange)
78 EVT_CHECKBOX(IDC_MSGFILTER_ALL, PrefsUnifiedDlg::OnCheckBoxChange)
79 EVT_CHECKBOX(IDC_MSGFILTER_WORD, PrefsUnifiedDlg::OnCheckBoxChange)
80 EVT_CHECKBOX(IDC_FILTERCOMMENTS, PrefsUnifiedDlg::OnCheckBoxChange)
81 EVT_CHECKBOX(IDC_STARTNEXTFILE, PrefsUnifiedDlg::OnCheckBoxChange)
82 EVT_CHECKBOX(IDC_ENABLETRAYICON, PrefsUnifiedDlg::OnCheckBoxChange)
83 EVT_CHECKBOX(IDC_VERTTOOLBAR, PrefsUnifiedDlg::OnCheckBoxChange)
84 EVT_CHECKBOX(IDC_SUPPORT_PO, PrefsUnifiedDlg::OnCheckBoxChange)
85 EVT_CHECKBOX(IDC_ENABLE_PO_OUTGOING, PrefsUnifiedDlg::OnCheckBoxChange)
86 EVT_CHECKBOX(IDC_ENFORCE_PO_INCOMING, PrefsUnifiedDlg::OnCheckBoxChange)
87 EVT_CHECKBOX(IDC_SHOWRATEONTITLE, PrefsUnifiedDlg::OnCheckBoxChange)
88 EVT_CHECKBOX(IDC_NETWORKED2K, PrefsUnifiedDlg::OnCheckBoxChange)
90 EVT_BUTTON(ID_PREFS_OK_TOP, PrefsUnifiedDlg::OnOk)
91 EVT_BUTTON(ID_PREFS_CANCEL_TOP, PrefsUnifiedDlg::OnCancel)
93 // Browse buttons
94 // EVT_BUTTON(IDC_SELSKIN, PrefsUnifiedDlg::OnButtonDir)
95 EVT_BUTTON(IDC_BROWSEV, PrefsUnifiedDlg::OnButtonBrowseApplication)
96 EVT_BUTTON(IDC_SELTEMPDIR, PrefsUnifiedDlg::OnButtonDir)
97 EVT_BUTTON(IDC_SELINCDIR, PrefsUnifiedDlg::OnButtonDir)
98 EVT_BUTTON(IDC_SELOSDIR, PrefsUnifiedDlg::OnButtonDir)
99 EVT_BUTTON(IDC_SELBROWSER, PrefsUnifiedDlg::OnButtonBrowseApplication)
101 EVT_SPINCTRL(IDC_TOOLTIPDELAY, PrefsUnifiedDlg::OnToolTipDelayChange)
103 EVT_BUTTON(IDC_EDITADR, PrefsUnifiedDlg::OnButtonEditAddr)
104 EVT_BUTTON(IDC_IPFRELOAD, PrefsUnifiedDlg::OnButtonIPFilterReload)
105 EVT_BUTTON(IDC_COLOR_BUTTON, PrefsUnifiedDlg::OnButtonColorChange)
106 EVT_BUTTON(IDC_IPFILTERUPDATE, PrefsUnifiedDlg::OnButtonIPFilterUpdate)
107 EVT_CHOICE(IDC_COLORSELECTOR, PrefsUnifiedDlg::OnColorCategorySelected)
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->GetEventHandler()->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;
165 PrefsPage pages[] =
167 { wxTRANSLATE("General"), PreferencesGeneralTab, 13 },
168 { wxTRANSLATE("Connection"), PreferencesConnectionTab, 14 },
169 { wxTRANSLATE("Directories"), PreferencesDirectoriesTab, 17 },
170 { wxTRANSLATE("Servers"), PreferencesServerTab, 15 },
171 { wxTRANSLATE("Files"), PreferencesFilesTab, 16 },
172 { wxTRANSLATE("Security"), PreferencesSecurityTab, 22 },
173 { wxTRANSLATE("Interface"), PreferencesGuiTweaksTab, 19 },
174 { wxTRANSLATE("Statistics"), PreferencesStatisticsTab, 10 },
175 { wxTRANSLATE("Proxy"), PreferencesProxyTab, 24 },
176 { wxTRANSLATE("Filters"), PreferencesFilteringTab, 23 },
177 { wxTRANSLATE("Remote Controls"), PreferencesRemoteControlsTab, 11 },
178 { wxTRANSLATE("Online Signature"), PreferencesOnlineSigTab, 21 },
179 { wxTRANSLATE("Advanced"), PreferencesaMuleTweaksTab, 12 },
180 { wxTRANSLATE("Events"), PreferencesEventsTab, 5 }
181 #ifdef __DEBUG__
182 ,{ wxTRANSLATE("Debugging"), PreferencesDebug, 25 }
183 #endif
187 PrefsUnifiedDlg::PrefsUnifiedDlg(wxWindow *parent)
189 wxDialog(parent, -1, _("Preferences"),
190 wxDefaultPosition, wxDefaultSize,
191 wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
193 preferencesDlgTop(this, false);
195 m_PrefsIcons = CastChild(ID_PREFSLISTCTRL, wxListCtrl);
196 wxImageList *icon_list = new wxImageList(16, 16);
197 m_PrefsIcons->AssignImageList(icon_list, wxIMAGE_LIST_SMALL);
199 // Add the single column used
200 m_PrefsIcons->InsertColumn(
201 0, wxEmptyString, wxLIST_FORMAT_LEFT,
202 m_PrefsIcons->GetSize().GetWidth()-5);
204 // Temp variables for finding the smallest height and width needed
205 int width = 0;
206 int height = 0;
208 // Add each page to the page-list
209 for (unsigned int i = 0; i < itemsof(pages); ++i) {
210 // Add the icon and label associated with the page
211 icon_list->Add(amuleSpecial(pages[i].m_imageidx));
212 m_PrefsIcons->InsertItem(i, wxGetTranslation(pages[i].m_title), i);
215 // Set list-width so that there aren't any scrollers
216 m_PrefsIcons->SetColumnWidth(0, wxLIST_AUTOSIZE);
217 m_PrefsIcons->SetMinSize(wxSize(m_PrefsIcons->GetColumnWidth(0) + 10, -1));
218 m_PrefsIcons->SetMaxSize(wxSize(m_PrefsIcons->GetColumnWidth(0) + 10, -1));
220 // Now add the pages and calculate the minimum size
221 wxPanel * DefaultWidget = NULL;
222 for (unsigned int i = 0; i < itemsof(pages); ++i) {
223 // Create a container widget and the contents of the page
224 wxPanel * Widget = new wxPanel(this, -1);
225 // Widget is stored as user data in the list control
226 m_PrefsIcons->SetItemPtrData(i, (wxUIntPtr) Widget);
227 pages[i].m_function(Widget, true, true);
228 if (i == 0) {
229 DefaultWidget = Widget;
232 // Add it to the sizer
233 prefs_sizer->Add(Widget, 0, wxGROW|wxEXPAND);
235 if (pages[i].m_function == PreferencesGeneralTab) {
236 // This must be done now or pages won't Fit();
237 #ifdef __WXMSW__
238 CastChild(IDC_BROWSERTABS, wxCheckBox)->Enable(false);
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, 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 else if (pages[i].m_function == PreferencesServerTab) {
262 m_IndexServerTab = i;
263 m_ServerWidget = Widget;
265 #ifdef __DEBUG__
266 else if (pages[i].m_function == PreferencesDebug) {
267 int count = theLogger.GetDebugCategoryCount();
268 wxCheckListBox* list = CastChild( ID_DEBUGCATS, wxCheckListBox );
270 for ( int j = 0; j < count; j++ ) {
271 list->Append( theLogger.GetDebugCategory( j ).GetName() );
274 #endif
276 // Align and resize the page
277 Fit();
278 Layout();
280 // Find the greatest sizes
281 wxSize size = prefs_sizer->GetSize();
282 if (size.GetWidth() > width) {
283 width = size.GetWidth();
286 if (size.GetHeight() > height) {
287 height = size.GetHeight();
290 // Hide it for now
291 prefs_sizer->Detach(Widget);
292 Widget->Show(false);
295 // Default to the General tab
296 m_CurrentPanel = DefaultWidget;
297 prefs_sizer->Add(DefaultWidget, 0, wxGROW|wxEXPAND);
298 m_CurrentPanel->Show( true );
300 // Select the first item
301 m_PrefsIcons->SetItemState(0, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
303 // We now have the needed minimum height and width
304 prefs_sizer->SetMinSize(width, height);
306 // Don't show server prefs if ED2K is disabled
307 m_ServerTabVisible = true;
308 EnableServerTab(thePrefs::GetNetworkED2K());
310 // Store some often used pointers
311 m_ShareSelector = CastChild(IDC_SHARESELECTOR, CDirectoryTreeCtrl);
312 m_buttonColor = CastChild(IDC_COLOR_BUTTON, wxButton);
313 m_choiceColor = CastChild(IDC_COLORSELECTOR, wxChoice);
315 // Connect the Cfgs with their widgets
316 thePrefs::CFGMap::iterator it = thePrefs::s_CfgList.begin();
317 for ( ; it != thePrefs::s_CfgList.end(); ++it ) {
318 // Checking for failures
319 if ( !it->second->ConnectToWidget(it->first, this) ) {
320 AddLogLineNS(CFormat(_("Failed to connect Cfg to widget with the ID %d and key %s"))
321 % it->first % it->second->GetKey());
324 Fit();
326 // It must not be resized to something smaller than what it currently is
327 wxSize size = GetClientSize();
328 SetSizeHints(size.GetWidth(), size.GetHeight());
330 #ifdef __WXMSW__
331 FindWindow(IDC_VERTTOOLBAR)->Enable(false);
332 #endif
334 // Position the dialog.
335 Center();
339 void PrefsUnifiedDlg::EnableServerTab(bool enable)
341 if (enable && !m_ServerTabVisible) {
342 // turn server widget on
343 m_PrefsIcons->InsertItem(m_IndexServerTab, wxGetTranslation(pages[m_IndexServerTab].m_title), m_IndexServerTab);
344 m_PrefsIcons->SetItemPtrData(m_IndexServerTab, (wxUIntPtr) m_ServerWidget);
345 m_ServerTabVisible = true;
346 } else if (!enable && m_ServerTabVisible) {
347 // turn server widget off
348 m_PrefsIcons->DeleteItem(m_IndexServerTab);
349 m_ServerTabVisible = false;
354 Cfg_Base* PrefsUnifiedDlg::GetCfg(int id)
356 thePrefs::CFGMap::iterator it = thePrefs::s_CfgList.find( id );
358 if ( it != thePrefs::s_CfgList.end() ) {
359 return it->second;
362 return NULL;
366 bool PrefsUnifiedDlg::TransferToWindow()
368 // Connect the Cfgs with their widgets
369 thePrefs::CFGMap::iterator it = thePrefs::s_CfgList.begin();
370 for ( ; it != thePrefs::s_CfgList.end(); ++it ) {
371 // Checking for failures
372 if ( !it->second->TransferToWindow() ) {
373 AddLogLineNS(CFormat(_("Failed to transfer data from Cfg to Widget with the ID %d and key %s"))
374 % it->first % it->second->GetKey());
378 m_ShareSelector->SetSharedDirectories(&theApp->glob_prefs->shareddir_list);
380 for ( int i = 0; i < cntStatColors; i++ ) {
381 thePrefs::s_colors[i] = CMuleColour(CStatisticsDlg::acrStat[i]).GetULong();
382 thePrefs::s_colors_ref[i] = CMuleColour(CStatisticsDlg::acrStat[i]).GetULong();
385 // Connection tab
386 wxSpinEvent e;
387 OnTCPClientPortChange(e);
389 // Proxy tab initialization
390 if (!CastChild(ID_PROXY_ENABLE_PROXY, wxCheckBox)->IsChecked()) {
391 FindWindow(ID_PROXY_TYPE)->Enable(false);
392 FindWindow(ID_PROXY_NAME)->Enable(false);
393 FindWindow(ID_PROXY_PORT)->Enable(false);
395 if (!CastChild(ID_PROXY_ENABLE_PASSWORD, wxCheckBox)->IsChecked()) {
396 FindWindow(ID_PROXY_USER)->Enable(false);
397 FindWindow(ID_PROXY_PASSWORD)->Enable(false);
399 // This option from the proxy tab is currently unused
400 FindWindow(ID_PROXY_AUTO_SERVER_CONNECT_WITHOUT_PROXY)->Enable(false);
402 // Enable/Disable some controls
403 FindWindow( IDC_MINDISKSPACE )->Enable( thePrefs::IsCheckDiskspaceEnabled() );
404 FindWindow( IDC_OSDIR )->Enable( thePrefs::IsOnlineSignatureEnabled() );
405 FindWindow( IDC_OSUPDATE )->Enable( thePrefs::IsOnlineSignatureEnabled() );
406 FindWindow( IDC_UDPPORT )->Enable( thePrefs::s_UDPEnable );
407 FindWindow( IDC_SERVERRETRIES )->Enable( thePrefs::DeadServer() );
408 FindWindow( IDC_STARTNEXTFILE_SAME )->Enable(thePrefs::StartNextFile());
410 #ifdef __WXMAC__
411 FindWindow(IDC_ENABLETRAYICON)->Enable(false);
412 FindWindow(IDC_MINTRAY)->Enable(false);
413 #else
414 FindWindow(IDC_MINTRAY)->Enable(thePrefs::UseTrayIcon());
415 #endif
417 if (!CastChild(IDC_MSGFILTER, wxCheckBox)->IsChecked()) {
418 FindWindow(IDC_MSGFILTER_ALL)->Enable(false);
419 FindWindow(IDC_MSGFILTER_NONSECURE)->Enable(false);
420 FindWindow(IDC_MSGFILTER_NONFRIENDS)->Enable(false);
421 FindWindow(IDC_MSGFILTER_WORD)->Enable(false);
422 FindWindow(IDC_MSGWORD)->Enable(false);
423 } else if (CastChild(IDC_MSGFILTER_ALL, wxCheckBox)->IsChecked()) {
424 FindWindow(IDC_MSGFILTER_NONSECURE)->Enable(false);
425 FindWindow(IDC_MSGFILTER_NONFRIENDS)->Enable(false);
426 FindWindow(IDC_MSGFILTER_WORD)->Enable(false);
427 FindWindow(IDC_MSGWORD)->Enable(false);
430 FindWindow(IDC_MSGWORD)->Enable(CastChild(IDC_MSGFILTER_WORD, wxCheckBox)->IsChecked());
431 FindWindow(IDC_COMMENTWORD)->Enable(CastChild(IDC_FILTERCOMMENTS, wxCheckBox)->IsChecked());
433 #ifdef CLIENT_GUI
434 // Disable dirpickers unless it's a localhost connection
435 if (!theApp->m_connect->IsConnectedToLocalHost()) {
436 FindWindow(IDC_SELINCDIR)->Enable(false);
437 FindWindow(IDC_SELTEMPDIR)->Enable(false);
439 #endif
441 // Protocol obfuscation
442 ::SendCheckBoxEvent(this, IDC_SUPPORT_PO);
443 ::SendCheckBoxEvent(this, IDC_ENABLE_PO_OUTGOING);
444 ::SendCheckBoxEvent(this, IDC_ENFORCE_PO_INCOMING);
446 // Show rates on title
447 FindWindow(IDC_RATESBEFORETITLE)->Enable(thePrefs::GetShowRatesOnTitle() != 0);
448 FindWindow(IDC_RATESAFTERTITLE)->Enable(thePrefs::GetShowRatesOnTitle() != 0);
449 CastChild(IDC_SHOWRATEONTITLE, wxCheckBox)->SetValue(thePrefs::GetShowRatesOnTitle() != 0);
450 CastChild(IDC_RATESBEFORETITLE, wxRadioButton)->SetValue(thePrefs::GetShowRatesOnTitle() == 2);
451 CastChild(IDC_RATESAFTERTITLE, wxRadioButton)->SetValue(thePrefs::GetShowRatesOnTitle() != 2);
453 // UPNP
454 #ifndef ENABLE_UPNP
455 FindWindow(IDC_UPNP_ENABLED)->Enable(false);
456 FindWindow(IDC_UPNPTCPPORT)->Enable(false);
457 thePrefs::SetUPnPEnabled(false);
458 // TODO: grey out "UPnP TCP Port", "Webserver UPnP TCP Port"
459 FindWindow(IDC_UPNP_WEBSERVER_ENABLED)->Enable(false);
460 FindWindow(IDC_WEBUPNPTCPPORT)->Enable(false);
461 thePrefs::SetUPnPWebServerEnabled(false);
462 FindWindow(IDC_UPNP_EC_ENABLED)->Enable(false);
463 thePrefs::SetUPnPECEnabled(false);
464 #endif
466 #ifdef __DEBUG__
467 // Set debugging toggles
468 int count = theLogger.GetDebugCategoryCount();
469 wxCheckListBox* list = CastChild( ID_DEBUGCATS, wxCheckListBox );
471 for ( int i = 0; i < count; i++ ) {
472 list->Check( i, theLogger.GetDebugCategory( i ).IsEnabled() );
474 #endif
476 return true;
480 bool PrefsUnifiedDlg::TransferFromWindow()
482 // Connect the Cfgs with their widgets
483 thePrefs::CFGMap::iterator it = thePrefs::s_CfgList.begin();
484 for ( ; it != thePrefs::s_CfgList.end(); ++it ) {
485 // Checking for failures
486 if ( !it->second->TransferFromWindow() ) {
487 AddLogLineNS(CFormat(_("Failed to transfer data from Widget to Cfg with the ID %d and key %s"))
488 % it->first % it->second->GetKey());
492 theApp->glob_prefs->shareddir_list.clear();
493 m_ShareSelector->GetSharedDirectories(&theApp->glob_prefs->shareddir_list);
495 for ( int i = 0; i < cntStatColors; i++ ) {
496 if ( thePrefs::s_colors[i] != thePrefs::s_colors_ref[i] ) {
497 CStatisticsDlg::acrStat[i] = thePrefs::s_colors[i];
498 theApp->amuledlg->m_statisticswnd->ApplyStatsColor(i);
501 theApp->amuledlg->m_kademliawnd->SetGraphColors();
504 #ifdef __DEBUG__
505 // Get debugging toggles
506 int count = theLogger.GetDebugCategoryCount();
507 wxCheckListBox* list = CastChild( ID_DEBUGCATS, wxCheckListBox );
509 for ( int i = 0; i < count; i++ ) {
510 theLogger.SetEnabled( theLogger.GetDebugCategory( i ).GetType(), list->IsChecked( i ) );
512 #endif
514 thePrefs::SetShowRatesOnTitle(CastChild(IDC_SHOWRATEONTITLE, wxCheckBox)->GetValue() ? (CastChild(IDC_RATESBEFORETITLE, wxRadioButton)->GetValue() ? 2 : 1) : 0);
516 #ifdef CLIENT_GUI
517 // Send preferences to core.
518 theApp->glob_prefs->SendToRemote();
519 #endif
521 return true;
525 bool PrefsUnifiedDlg::CfgChanged(int ID)
527 Cfg_Base* cfg = GetCfg(ID);
529 if ( cfg ) {
530 return cfg->HasChanged();
533 return false;
537 void PrefsUnifiedDlg::OnOk(wxCommandEvent& WXUNUSED(event))
539 TransferFromWindow();
541 bool restart_needed = false;
542 wxString restart_needed_msg = _("aMule must be restarted to enable these changes:\n\n");
544 // do sanity checking, special processing, and user notifications here
545 thePrefs::CheckUlDlRatio();
547 if (CfgChanged(IDC_PORT)) {
548 restart_needed = true;
549 restart_needed_msg += _("- TCP port changed.\n");
552 if (CfgChanged(IDC_UDPPORT)) {
553 restart_needed = true;
554 restart_needed_msg += _("- UDP port changed.\n");
557 // Force port checking
558 thePrefs::SetPort(thePrefs::GetPort());
560 if ((CPath::GetFileSize(theApp->ConfigDir + wxT("addresses.dat")) == 0) &&
561 CastChild(IDC_AUTOSERVER, wxCheckBox)->IsChecked() ) {
562 thePrefs::UnsetAutoServerStart();
563 wxMessageBox(_("Your Auto-update server list is empty.\n'Auto-update server list at startup' will be disabled."),
564 _("Message"), wxOK | wxICON_INFORMATION, this);
567 if (thePrefs::AcceptExternalConnections() && thePrefs::ECPassword().IsEmpty()) {
568 thePrefs::EnableExternalConnections( false );
570 wxMessageBox( _("You have enabled external connections but have not specified a password.\nExternal connections cannot be enabled unless a valid password is specified."));
573 // save the preferences on ok
574 theApp->glob_prefs->Save();
576 if (CfgChanged(IDC_FED2KLH) && theApp->amuledlg->GetActiveDialog() != CamuleDlg::DT_SEARCH_WND) {
577 theApp->amuledlg->ShowED2KLinksHandler( thePrefs::GetFED2KLH() );
580 if (CfgChanged(IDC_LANGUAGE)) {
581 restart_needed = true;
582 restart_needed_msg += _("- Language changed.\n");
585 if (CfgChanged(IDC_TEMPFILES)) {
586 restart_needed = true;
587 restart_needed_msg += _("- Temp folder changed.\n");
590 if (CfgChanged(IDC_NETWORKED2K) && thePrefs::GetNetworkED2K()) {
591 restart_needed = true;
592 restart_needed_msg += _("- ED2K network enabled.\n");
595 if (CfgChanged(IDC_INCFILES) || CfgChanged(IDC_TEMPFILES) || m_ShareSelector->HasChanged ) {
596 theApp->sharedfiles->Reload();
599 if (CfgChanged(IDC_OSDIR) || CfgChanged(IDC_ONLINESIG)) {
600 wxTextCtrl* widget = CastChild( IDC_OSDIR, wxTextCtrl );
602 // Build the filenames for the two OS files
603 theApp->SetOSFiles( widget->GetValue() );
606 if (CfgChanged(IDC_IPFCLIENTS) || CfgChanged(IDC_IPFSERVERS) || CfgChanged(ID_IPFILTERLEVEL)) {
607 if (thePrefs::IsFilteringClients()) {
608 theApp->clientlist->FilterQueues();
610 if (thePrefs::IsFilteringServers()) {
611 theApp->serverlist->FilterServers();
615 if (thePrefs::GetShowRatesOnTitle()) {
616 // This avoids a 5 seconds delay to show the title
617 theApp->amuledlg->ShowTransferRate();
618 } else {
619 // This resets the title
620 theApp->amuledlg->SetTitle(theApp->m_FrameTitle);
623 if (CfgChanged(IDC_EXTCATINFO)) {
624 theApp->amuledlg->m_transferwnd->UpdateCatTabTitles();
627 // Changes related to the statistics-dlg
628 if (CfgChanged(IDC_SLIDER)) {
629 theApp->amuledlg->m_statisticswnd->SetUpdatePeriod(thePrefs::GetTrafficOMeterInterval());
630 theApp->amuledlg->m_kademliawnd->SetUpdatePeriod(thePrefs::GetTrafficOMeterInterval());
633 if ( CfgChanged(IDC_SLIDER3) ) {
634 theApp->amuledlg->m_statisticswnd->ResetAveragingTime();
637 if (CfgChanged(IDC_DOWNLOAD_CAP)) {
638 theApp->amuledlg->m_statisticswnd->SetARange( true, thePrefs::GetMaxGraphDownloadRate() );
641 if (CfgChanged(IDC_UPLOAD_CAP)) {
642 theApp->amuledlg->m_statisticswnd->SetARange( false, thePrefs::GetMaxGraphUploadRate() );
645 if (CfgChanged(IDC_SKIN)) {
646 theApp->amuledlg->Create_Toolbar(thePrefs::VerticalToolbar());
649 if (!thePrefs::GetNetworkED2K() && theApp->IsConnectedED2K()) {
650 theApp->DisconnectED2K();
653 if (!thePrefs::GetNetworkKademlia() && theApp->IsConnectedKad()) {
654 theApp->StopKad();
657 if (!thePrefs::GetNetworkED2K() && !thePrefs::GetNetworkKademlia()) {
658 wxMessageBox(
659 _("Both eD2k and Kad network are disabled.\nYou won't be able to connect until you enable at least one of them."));
662 if (thePrefs::GetNetworkKademlia() && thePrefs::IsUDPDisabled()) {
663 wxMessageBox(_("Kad will not start if your UDP port is disabled.\nEnable UDP port or disable Kad."),
664 _("Message"), wxOK | wxICON_INFORMATION, this);
667 if (CfgChanged(IDC_NETWORKKAD) || CfgChanged(IDC_NETWORKED2K)) {
668 theApp->amuledlg->DoNetworkRearrange();
671 if (restart_needed) {
672 wxMessageBox(restart_needed_msg + _("\nYou MUST restart aMule now.\nIf you do not restart now, don't complain if anything bad happens.\n"),
673 _("WARNING"), wxOK | wxICON_EXCLAMATION, this);
676 Show(false);
680 void PrefsUnifiedDlg::OnClose(wxCloseEvent& event)
682 Show(false);
684 // Try to keep the window alive when possible
685 if (event.CanVeto()) {
686 event.Veto();
687 } else {
688 if (theApp->amuledlg) {
689 theApp->amuledlg->m_prefsDialog = NULL;
692 // Un-Connect the Cfgs
693 thePrefs::CFGMap::iterator it = thePrefs::s_CfgList.begin();
694 for (; it != thePrefs::s_CfgList.end(); ++it) {
695 // Checking for failures
696 it->second->ConnectToWidget( 0 );
699 Destroy();
704 void PrefsUnifiedDlg::OnCancel(wxCommandEvent& WXUNUSED(event))
706 Show(false);
707 // restore state of server tab if necessary
708 EnableServerTab(thePrefs::GetNetworkED2K());
712 void PrefsUnifiedDlg::OnCheckBoxChange(wxCommandEvent& event)
714 bool value = event.IsChecked();
715 int id = event.GetId();
717 // Check if this checkbox is one of the User Events checkboxes
718 if (id >= USEREVENTS_FIRST_ID &&
719 id < USEREVENTS_FIRST_ID +
720 (int)CUserEvents::GetCount() * USEREVENTS_IDS_PER_EVENT) {
721 // The corresponding text control always has
722 // an ID one greater than the checkbox
723 FindWindow(id + 1)->Enable(value);
724 return;
727 switch ( id ) {
728 case IDC_UDPENABLE:
729 FindWindow( IDC_UDPPORT )->Enable(value);
730 break;
732 case IDC_CHECKDISKSPACE:
733 FindWindow( IDC_MINDISKSPACE )->Enable(value);
734 break;
736 case IDC_ONLINESIG:
737 FindWindow( IDC_OSDIR )->Enable(value);;
738 FindWindow(IDC_OSUPDATE)->Enable(value);
739 break;
741 case IDC_REMOVEDEAD:
742 FindWindow( IDC_SERVERRETRIES )->Enable(value);;
743 break;
745 case IDC_AUTOSERVER:
746 if ((CPath::GetFileSize(theApp->ConfigDir + wxT("addresses.dat")) == 0) &&
747 CastChild(event.GetId(), wxCheckBox)->IsChecked() ) {
748 wxMessageBox(_("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."),
749 _("Message"), wxOK | wxICON_INFORMATION);
750 CastChild(event.GetId(), wxCheckBox)->SetValue(false);
752 break;
754 case IDC_MSGFILTER:
755 // Toogle All filter options
756 FindWindow(IDC_MSGFILTER_ALL)->Enable(value);
757 FindWindow(IDC_MSGFILTER_NONSECURE)->Enable(value);
758 FindWindow(IDC_MSGFILTER_NONFRIENDS)->Enable(value);
759 FindWindow(IDC_MSGFILTER_WORD)->Enable(value);
760 if (value) {
761 FindWindow(IDC_MSGWORD)->Enable(
762 CastChild(IDC_MSGFILTER_WORD, wxCheckBox)->IsChecked());
763 } else {
764 FindWindow(IDC_MSGWORD)->Enable(false);
766 break;
768 case IDC_MSGFILTER_ALL:
769 // Toogle filtering by data.
770 FindWindow(IDC_MSGFILTER_NONSECURE)->Enable(!value);
771 FindWindow(IDC_MSGFILTER_NONFRIENDS)->Enable(!value);
772 FindWindow(IDC_MSGFILTER_WORD)->Enable(!value);
773 if (!value) {
774 FindWindow(IDC_MSGWORD)->Enable(
775 CastChild(IDC_MSGFILTER_WORD, wxCheckBox)->IsChecked());
776 } else {
777 FindWindow(IDC_MSGWORD)->Enable(false);
779 break;
781 case IDC_MSGFILTER_WORD:
782 // Toogle filter word list.
783 FindWindow(IDC_MSGWORD)->Enable(value);
784 break;
786 case IDC_FILTERCOMMENTS:
787 FindWindow(IDC_COMMENTWORD)->Enable(value);
788 break;
790 case ID_PROXY_ENABLE_PROXY:
791 FindWindow(ID_PROXY_TYPE)->Enable(value);
792 FindWindow(ID_PROXY_NAME)->Enable(value);
793 FindWindow(ID_PROXY_PORT)->Enable(value);
794 break;
796 case ID_PROXY_ENABLE_PASSWORD:
797 FindWindow(ID_PROXY_USER)->Enable(value);
798 FindWindow(ID_PROXY_PASSWORD)->Enable(value);
799 break;
801 case IDC_STARTNEXTFILE:
802 FindWindow(IDC_STARTNEXTFILE_SAME)->Enable(value);
803 break;
805 case IDC_ENABLETRAYICON:
806 FindWindow(IDC_MINTRAY)->Enable(value);
807 if (value) {
808 theApp->amuledlg->CreateSystray();
809 } else {
810 theApp->amuledlg->RemoveSystray();
812 thePrefs::SetUseTrayIcon(value);
813 break;
815 case ID_PROXY_AUTO_SERVER_CONNECT_WITHOUT_PROXY:
816 break;
818 case IDC_VERTTOOLBAR:
819 theApp->amuledlg->Create_Toolbar(value);
820 // Update the first tool (conn button)
821 theApp->amuledlg->ShowConnectionState();
822 break;
824 case IDC_ENFORCE_PO_INCOMING:
825 FindWindow(IDC_ENABLE_PO_OUTGOING)->Enable(!value);
826 break;
828 case IDC_ENABLE_PO_OUTGOING:
829 FindWindow(IDC_SUPPORT_PO)->Enable(!value);
830 FindWindow(IDC_ENFORCE_PO_INCOMING)->Enable(value);
831 break;
833 case IDC_SUPPORT_PO:
834 FindWindow(IDC_ENABLE_PO_OUTGOING)->Enable(value);
835 break;
837 case IDC_SHOWRATEONTITLE:
838 FindWindow(IDC_RATESBEFORETITLE)->Enable(value);
839 FindWindow(IDC_RATESAFTERTITLE)->Enable(value);
840 break;
842 case IDC_NETWORKED2K: {
843 EnableServerTab(value);
844 wxSpinEvent e;
845 OnTCPClientPortChange(e);
846 break;
849 default:
850 break;
855 void PrefsUnifiedDlg::OnButtonColorChange(wxCommandEvent& WXUNUSED(event))
857 int index = m_choiceColor->GetSelection();
858 wxColour col = wxGetColourFromUser( this, CMuleColour(thePrefs::s_colors[index]) );
859 if ( col.Ok() ) {
860 m_buttonColor->SetBackgroundColour( col );
861 thePrefs::s_colors[index] = CMuleColour(col).GetULong();
866 void PrefsUnifiedDlg::OnColorCategorySelected(wxCommandEvent& WXUNUSED(evt))
868 m_buttonColor->SetBackgroundColour(CMuleColour(thePrefs::s_colors[ m_choiceColor->GetSelection() ] ) );
872 void PrefsUnifiedDlg::OnButtonDir(wxCommandEvent& event)
874 wxString type;
876 int id = 0;
877 switch ( event.GetId() ) {
878 case IDC_SELTEMPDIR:
879 id = IDC_TEMPFILES;
880 type = _("Temporary files");
881 break;
883 case IDC_SELINCDIR:
884 id = IDC_INCFILES;
885 type = _("Incoming files");
886 break;
888 case IDC_SELOSDIR:
889 id = IDC_OSDIR;
890 type = _("Online Signatures");
891 break;
893 // case IDC_SELSKIN:
894 // id = IDC_SKIN;
895 // type = _("Skins directory");
896 // break;
898 default:
899 wxFAIL;
900 return;
903 type = CFormat(_("Choose a folder for %s")) % type;
904 wxTextCtrl* widget = CastChild( id, wxTextCtrl );
905 wxString dir = widget->GetValue();
906 wxString str = wxDirSelector(
907 type, dir,
908 wxDD_DEFAULT_STYLE,
909 wxDefaultPosition, this);
910 if (!str.IsEmpty()) {
911 widget->SetValue(str);
916 void PrefsUnifiedDlg::OnButtonBrowseApplication(wxCommandEvent& event)
918 wxString title;
919 int id = 0;
920 switch ( event.GetId() ) {
921 case IDC_BROWSEV:
922 id = IDC_VIDEOPLAYER;
923 title = _("Browse for videoplayer");
924 break;
925 case IDC_SELBROWSER:
926 id = IDC_BROWSERSELF;
927 title = _("Select browser");
928 break;
929 default:
930 wxFAIL;
931 return;
933 wxString wildcard = CFormat(_("Executable%s"))
934 #ifdef __WXMSW__
935 % wxT(" (*.exe)|*.exe");
936 #else
937 % wxT("|*");
938 #endif
940 wxString str = wxFileSelector( title, wxEmptyString, wxEmptyString,
941 wxEmptyString, wildcard, 0, this );
943 if ( !str.IsEmpty() ) {
944 wxTextCtrl* widget = CastChild( id, wxTextCtrl );
945 widget->SetValue( str );
950 void PrefsUnifiedDlg::OnButtonEditAddr(wxCommandEvent& WXUNUSED(evt))
952 wxString fullpath( theApp->ConfigDir + wxT("addresses.dat") );
954 EditServerListDlg* test = new EditServerListDlg(this, _("Edit server list"),
955 _("Add here URL's to download server.met files.\nOnly one url on each line."),
956 fullpath );
958 test->ShowModal();
959 delete test;
963 void PrefsUnifiedDlg::OnButtonIPFilterReload(wxCommandEvent& WXUNUSED(event))
965 theApp->ipfilter->Reload();
969 void PrefsUnifiedDlg::OnButtonIPFilterUpdate(wxCommandEvent& WXUNUSED(event))
971 theApp->ipfilter->Update( CastChild( IDC_IPFILTERURL, wxTextCtrl )->GetValue() );
975 void PrefsUnifiedDlg::OnPrefsPageChange(wxListEvent& event)
977 prefs_sizer->Detach( m_CurrentPanel );
978 m_CurrentPanel->Show( false );
980 m_CurrentPanel = (wxPanel *) m_PrefsIcons->GetItemData(event.GetIndex());
981 if (pages[event.GetIndex()].m_function == PreferencesDirectoriesTab) {
982 CastChild(IDC_SHARESELECTOR, CDirectoryTreeCtrl)->Init();
985 prefs_sizer->Add( m_CurrentPanel, 0, wxGROW|wxEXPAND );
986 m_CurrentPanel->Show( true );
988 Layout();
990 event.Skip();
994 void PrefsUnifiedDlg::OnToolTipDelayChange(wxSpinEvent& event)
996 wxToolTip::SetDelay( event.GetPosition() * 1000 );
1000 void PrefsUnifiedDlg::OnInitDialog( wxInitDialogEvent& WXUNUSED(evt) )
1002 // This function exists solely to avoid automatic transfer-to-widget calls
1006 void PrefsUnifiedDlg::OnScrollBarChange( wxScrollEvent& event )
1008 int id = 0;
1009 wxString label;
1011 switch ( event.GetId() ) {
1012 case IDC_SLIDER:
1013 id = IDC_SLIDERINFO;
1014 label = wxString::Format( wxPLURAL("Update delay: %d second", "Update delay: %d seconds", event.GetPosition()), event.GetPosition() );
1015 theApp->amuledlg->m_statisticswnd->SetUpdatePeriod(event.GetPosition());
1016 theApp->amuledlg->m_kademliawnd->SetUpdatePeriod(event.GetPosition());
1017 break;
1019 case IDC_SLIDER3:
1020 id = IDC_SLIDERINFO3;
1021 label = wxString::Format( wxPLURAL("Time for average graph: %d minute", "Time for average graph: %d minutes", event.GetPosition()), event.GetPosition() );
1022 theApp->m_statistics->SetAverageMinutes(event.GetPosition());
1023 break;
1025 case IDC_SLIDER4:
1026 id = IDC_SLIDERINFO4;
1027 label = wxString::Format( _("Connections Graph Scale: %d"), event.GetPosition() );
1028 theApp->amuledlg->m_statisticswnd->GetConnScope()->SetRanges(0,event.GetPosition());
1029 break;
1031 case IDC_SLIDER2:
1032 id = IDC_SLIDERINFO2;
1033 label = wxString::Format( wxPLURAL("Update delay : %d second", "Update delay : %d seconds", event.GetPosition()), event.GetPosition() );
1034 break;
1036 case IDC_FILEBUFFERSIZE:
1037 id = IDC_FILEBUFFERSIZE_STATIC;
1038 // Yes, it seems odd to add the singular form here, but other languages might need to know the number to select the appropriate translation
1039 label = wxString::Format( wxPLURAL("File Buffer Size: %d byte", "File Buffer Size: %d bytes", event.GetPosition() * 15000), event.GetPosition() * 15000 );
1040 break;
1042 case IDC_QUEUESIZE:
1043 id = IDC_QUEUESIZE_STATIC;
1044 // Yes, it seems odd to add the singular form here, but other languages might need to know the number to select the appropriate translation
1045 label = wxString::Format( wxPLURAL("Upload Queue Size: %d client", "Upload Queue Size: %d clients", event.GetPosition() * 100), event.GetPosition() * 100 );
1046 break;
1048 case IDC_SERVERKEEPALIVE:
1049 id = IDC_SERVERKEEPALIVE_LABEL;
1051 if ( event.GetPosition() ) {
1052 label = wxString::Format( wxPLURAL("Server connection refresh interval: %d minute", "Server connection refresh interval: %d minutes", event.GetPosition()), event.GetPosition() );
1053 } else {
1054 label = wxString::Format( _("Server connection refresh interval: Disabled") );
1056 break;
1058 default:
1059 return;
1062 wxStaticText* widget = CastChild( id, wxStaticText );
1064 if (widget) {
1065 widget->SetLabel( label );
1066 widget->GetParent()->Layout();
1071 void PrefsUnifiedDlg::OnRateLimitChanged( wxSpinEvent& event )
1073 // Here we do immediate sainity checking of the up/down ratio,
1074 // so that the user can see if his choice is illegal
1076 // We only do checks if the rate is limited
1077 if ( event.GetPosition() != (int)UNLIMITED ) {
1078 wxSpinCtrl* dlrate = CastChild( IDC_MAXDOWN, wxSpinCtrl );
1080 if ( event.GetPosition() < 4 ) {
1081 if ( ( event.GetPosition() * 3 < dlrate->GetValue() ) ||
1082 ( dlrate->GetValue() == (int)UNLIMITED ) ) {
1083 dlrate->SetValue( event.GetPosition() * 3 );
1085 } else if ( event.GetPosition() < 10 ) {
1086 if ( ( event.GetPosition() * 4 < dlrate->GetValue() ) ||
1087 ( dlrate->GetValue() == (int)UNLIMITED ) ) {
1088 dlrate->SetValue( event.GetPosition() * 4 );
1095 void PrefsUnifiedDlg::OnTCPClientPortChange(wxSpinEvent& WXUNUSED(event))
1097 CastChild(ID_TEXT_CLIENT_UDP_PORT, wxStaticText)->SetLabel(
1098 m_ServerTabVisible ? (wxString() << (CastChild(IDC_PORT, wxSpinCtrl)->GetValue() + 3))
1099 : wxString(_("disabled")));
1102 void PrefsUnifiedDlg::OnUserEventSelected(wxListEvent& event)
1104 for (unsigned int i = 0; i < CUserEvents::GetCount(); ++i) {
1105 IDC_PREFS_EVENTS_PAGE->Hide(i+1);
1108 IDC_PREFS_EVENTS_PAGE->Show((event.GetData() - USEREVENTS_FIRST_ID) / USEREVENTS_IDS_PER_EVENT + 1, true);
1110 IDC_PREFS_EVENTS_PAGE->Layout();
1112 event.Skip();
1115 void PrefsUnifiedDlg::CreateEventPanels(const int idx, const wxString& vars, wxWindow* parent)
1117 wxStaticBox *item8 = new wxStaticBox( parent, -1, CFormat(_("Execute command on `%s' event")) % wxGetTranslation(CUserEvents::GetDisplayName(static_cast<enum CUserEvents::EventType>(idx))) );
1118 wxStaticBoxSizer *item7 = new wxStaticBoxSizer( item8, wxVERTICAL );
1120 wxCheckBox *item9 = new wxCheckBox( parent, USEREVENTS_FIRST_ID + idx * USEREVENTS_IDS_PER_EVENT + 1, _("Enable command execution on core"), wxDefaultPosition, wxDefaultSize, 0 );
1121 item7->Add( item9, 0, wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT, 5 );
1123 wxFlexGridSizer *item10 = new wxFlexGridSizer( 3, 0, 0 );
1124 item10->AddGrowableCol( 2 );
1126 item10->Add( 20, 20, 0, wxALIGN_CENTER|wxALL, 0 );
1128 wxStaticText *item11 = new wxStaticText( parent, -1, _("Core command:"), wxDefaultPosition, wxDefaultSize, 0 );
1129 item10->Add( item11, 0, wxALIGN_CENTER|wxALL, 5 );
1131 wxTextCtrl *item12 = new wxTextCtrl( parent, USEREVENTS_FIRST_ID + idx * USEREVENTS_IDS_PER_EVENT + 2, wxT(""), wxDefaultPosition, wxDefaultSize, 0 );
1132 item12->Enable(CUserEvents::IsCoreCommandEnabled(static_cast<enum CUserEvents::EventType>(idx)));
1133 item10->Add( item12, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 5 );
1135 item7->Add( item10, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 0 );
1137 wxCheckBox *item14 = new wxCheckBox( parent, USEREVENTS_FIRST_ID + idx * USEREVENTS_IDS_PER_EVENT + 3, _("Enable command execution on GUI"), wxDefaultPosition, wxDefaultSize, 0 );
1138 item7->Add( item14, 0, wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT, 5 );
1140 wxFlexGridSizer *item15 = new wxFlexGridSizer( 3, 0, 0 );
1141 item15->AddGrowableCol( 2 );
1143 item15->Add( 20, 20, 0, wxALIGN_CENTER|wxALL, 0 );
1145 wxStaticText *item16 = new wxStaticText( parent, -1, _("GUI command:"), wxDefaultPosition, wxDefaultSize, 0 );
1146 item15->Add( item16, 0, wxALIGN_CENTER|wxALL, 5 );
1148 wxTextCtrl *item17 = new wxTextCtrl( parent, USEREVENTS_FIRST_ID + idx * USEREVENTS_IDS_PER_EVENT + 4, wxT(""), wxDefaultPosition, wxDefaultSize, 0 );
1149 item17->Enable(CUserEvents::IsGUICommandEnabled(static_cast<enum CUserEvents::EventType>(idx)));
1150 item15->Add( item17, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 5 );
1152 item7->Add( item15, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 0 );
1154 wxStaticText *item13 = new wxStaticText( parent, -1, _("The following variables will be replaced:") + vars, wxDefaultPosition, wxDefaultSize, 0 );
1155 item7->Add( item13, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 5 );
1157 IDC_PREFS_EVENTS_PAGE->Add(item7, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 5);
1159 IDC_PREFS_EVENTS_PAGE->Layout();
1160 IDC_PREFS_EVENTS_PAGE->Hide(idx + 1);
1162 // File_checked_for_headers