boinc/clientgui
Vitalii Koshura e250455631
Manager: Remove unused variables
From PVS Studio:
V808
'strBuffer' object of 'wxString' type was created but was not utilized.
'strValue' object of 'wxString' type was created but was not utilized.
'strName' object of 'wxString' type was created but was not utilized.
'strURL' object of 'wxString' type was created but was not utilized.
'strTeamName' object of 'wxString' type was created but was not utilized.
'strDialogMessage' object of 'wxString' type was created but was not utilized.
'strOldLanguageCode' object of 'wxString' type was created but was not utilized.
'strHiddenColumns' object of 'wxString' type was created but was not utilized.
'strConnectedCompter' object of 'wxString' type was created but was not utilized.
'strEmpty' object of 'wxString' type was created but was not utilized.
'value_w' object of 'basic_string' type was created but was not utilized.
'pct_done_str' object of 'wxString' type was created but was not utilized.
'bmpPrev' object of 'wxBitmap' type was created but was not utilized.
https://www.viva64.com/en/w/V808/print

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2017-04-30 08:58:55 +03:00
..
common MGR: Fix build break 2015-06-24 15:57:00 -04:00
gtk MGR: Update to libnotify gtk3 compatible API 2014-09-17 23:47:23 -04:00
mac MGR: Mac: finish replacing all Mac APIs deprecated in OS 10.12, except in MacAccessibility.mm as explained in commit 75179d8, but replace one API in MacAccessibility.mm that was deprecated in OS 10.6. 2017-03-07 05:58:34 -08:00
msw
res virtualbox icon should be const char* 2016-05-09 00:06:25 +02:00
skins Expand usage of HTTPS and fix a few URLs 2016-03-08 20:04:28 +00:00
AccountInfoPage.cpp MGR: Make sure we populate the static control texts on either the 'next' or 'back' events. 2016-02-19 23:35:44 -05:00
AccountInfoPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
AccountManagerInfoPage.cpp MGR: When a volunteer manually inputs an Account Manager URL, do not overwrite it with what was previously selected. 2015-09-02 15:14:47 -04:00
AccountManagerInfoPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
AccountManagerProcessingPage.cpp MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
AccountManagerProcessingPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
AccountManagerPropertiesPage.cpp manager, VDA: fix some cppcheck warnings (from Julien Nabet) 2015-01-15 13:10:34 -08:00
AccountManagerPropertiesPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
AdvancedFrame.cpp Manager: Remove unused variables 2017-04-30 08:58:55 +03:00
AdvancedFrame.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
AlreadyExistsPage.cpp
AlreadyExistsPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
AsyncRPC.cpp Manager: format time intervals as Dd HH:MM:SS 2015-08-26 23:30:50 -07:00
AsyncRPC.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
BOINCBaseFrame.cpp MGR: work around a Linux bug in wxWidgets which prevents bringing the main window forward on top of Event Log (or any modeless dialog.) 2015-01-16 03:22:10 -08:00
BOINCBaseFrame.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
BOINCBaseView.cpp Use wxString instead of wxChar* where necessary 2016-04-12 23:21:08 +02:00
BOINCBaseView.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
BOINCBaseWizard.cpp Manager: fix uninitialized class members in constructor 2017-04-05 23:17:43 +03:00
BOINCBaseWizard.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
BOINCClientManager.cpp MGR: Mac: continue replacing deprecated Mac APIs 2017-02-25 04:56:36 -08:00
BOINCClientManager.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
BOINCDialupManager.cpp Manager: Remove unused variables 2017-04-30 08:58:55 +03:00
BOINCDialupManager.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
BOINCGUIApp.cpp Manager: Remove unused variables 2017-04-30 08:58:55 +03:00
BOINCGUIApp.h Manager: Implement feature 'Do not show this message again' in 'Shut Down Connected Client' dialog. 2017-04-16 00:30:47 +03:00
BOINCGUIApp.rc
BOINCListCtrl.cpp MGR: Fix Coverity CID 39031 2015-10-20 03:19:53 -07:00
BOINCListCtrl.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
BOINCTaskBar.cpp Manager: Remove unused variables 2017-04-30 08:58:55 +03:00
BOINCTaskBar.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
BOINCTaskCtrl.cpp MGR: On MS Windows, make DPI setting detection more efficient and DPI adjustments more general. 2014-08-19 02:28:42 -07:00
BOINCTaskCtrl.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
CompletionErrorPage.cpp
CompletionErrorPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
CompletionPage.cpp MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
CompletionPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
DlgAbout.cpp more 2016->2017 changes 2017-01-12 13:21:37 -08:00
DlgAbout.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
DlgAdvPreferences.cpp MGR: Fix Coverity CID 117641 2015-10-20 04:17:41 -07:00
DlgAdvPreferences.fbp
DlgAdvPreferences.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
DlgAdvPreferencesBase.cpp Manager: msg tweak 2015-10-09 15:02:42 -07:00
DlgAdvPreferencesBase.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
DlgDiagnosticLogFlags.cpp Manager: add 'Apply' button to Event Log options dialog 2016-11-22 11:27:34 +02:00
DlgDiagnosticLogFlags.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
DlgEventLog.cpp MGR: Fix Coverity CIDs 117639 , 117640 2015-10-20 03:18:40 -07:00
DlgEventLog.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
DlgEventLogListCtrl.cpp MGR: Fix Coverity CIDs 117639 , 117640 2015-10-20 03:18:40 -07:00
DlgEventLogListCtrl.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
DlgExclusiveApps.cpp MGR: I forgot to add the new files for the Exclusive Apps dialog. 2014-11-25 18:58:10 -08:00
DlgExclusiveApps.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
DlgExitMessage.cpp
DlgExitMessage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
DlgGenericMessage.cpp
DlgGenericMessage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
DlgHiddenColumns.cpp Manager: Remove unused variables 2017-04-30 08:58:55 +03:00
DlgHiddenColumns.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
DlgItemProperties.cpp client: task properties tweak 2016-07-24 23:55:58 -07:00
DlgItemProperties.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
DlgOptions.cpp Fix even more file permissions 2016-06-11 19:07:35 +02:00
DlgOptions.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
DlgSelectComputer.cpp Manager: fix password lookup in combobox event 2017-02-14 09:12:15 +01:00
DlgSelectComputer.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
Events.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
Localization.cpp
Localization.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
LogBOINC.cpp MGR: Use the formal method to redirect to stdout (introduced in 3.0) 2014-06-11 14:15:39 -04:00
LogBOINC.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
MainDocument.cpp Manager: Remove unused variables 2017-04-30 08:58:55 +03:00
MainDocument.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
Makefile.am Fix typo referencing GTK_CFLAGS in clientgui/Makefile.am 2015-08-04 15:23:05 +02:00
NoInternetConnectionPage.cpp
NoInternetConnectionPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
NotDetectedPage.cpp
NotDetectedPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
NotFoundPage.cpp
NotFoundPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
NoticeListCtrl.cpp MGR: Fix notices display under Mac OS 10.12.4 2017-04-09 02:50:11 -07:00
NoticeListCtrl.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ProjectInfoPage.cpp Expand usage of HTTPS and fix a few URLs 2016-03-08 20:04:28 +00:00
ProjectInfoPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ProjectProcessingPage.cpp MGR: Fix-up the previous attempt to push the account info page on the stack and reduce the complexity of the page transition mechanism now that we only have one wizard. 2016-02-19 23:26:53 -05:00
ProjectProcessingPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ProjectPropertiesPage.cpp WCG: New feature 'cookieless installs' 2016-02-08 15:51:33 -05:00
ProjectPropertiesPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ProjectWelcomePage.cpp MGR: Hitting 'next' on the project welcome page should cause the wizard to call the get_project_config RPC. Otherwise the terminology will not be correct for WCG. 2016-02-19 22:55:27 -05:00
ProjectWelcomePage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ProxyInfoPage.cpp
ProxyInfoPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ProxyPage.cpp
ProxyPage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
SkinManager.cpp Expand usage of HTTPS and fix a few URLs 2016-03-08 20:04:28 +00:00
SkinManager.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
TermsOfUsePage.cpp MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
TermsOfUsePage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
UnavailablePage.cpp
UnavailablePage.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ValidateAccountKey.cpp
ValidateAccountKey.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ValidateEmailAddress.cpp
ValidateEmailAddress.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ValidateURL.cpp
ValidateURL.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ViewMessages.cpp
ViewMessages.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ViewNotices.cpp
ViewNotices.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ViewProjects.cpp MGR: Remove dead code that was apparently disabled in 2010 and nobody noticed. 2016-03-26 12:34:28 -04:00
ViewProjects.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ViewResources.cpp Manager: always get current disk usage data from client; don't cache it 2015-08-31 12:56:18 -07:00
ViewResources.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ViewStatistics.cpp MGR: Remove dead code that was apparently disabled in 2010 and nobody noticed. 2016-03-26 12:34:28 -04:00
ViewStatistics.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ViewTransfers.cpp MGR: Remove dead code that was apparently disabled in 2010 and nobody noticed. 2016-03-26 12:34:28 -04:00
ViewTransfers.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
ViewWork.cpp MGR: Remove dead code that was apparently disabled in 2010 and nobody noticed. 2016-03-26 12:34:28 -04:00
ViewWork.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
WizardAttach.cpp Fix issue #1510: MGR: Ensure start page is in page stack when launching in auto-attach mode 2016-09-26 01:17:40 +03:00
WizardAttach.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
_wx_intellisense.h
browser.cpp Manager: Remove unused variables 2017-04-30 08:58:55 +03:00
browser.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
resource.h
sg_BoincSimpleFrame.cpp Manager: Remove unused variables 2017-04-30 08:58:55 +03:00
sg_BoincSimpleFrame.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
sg_CustomControls.cpp MGR: Fix CTransparentHyperlinkCtrl display on MS Windows which I broke in my last checkin. 2015-03-31 06:14:58 -07:00
sg_CustomControls.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
sg_DlgMessages.cpp MGR: Set background color according to skin in Simple View dialogs; this is a slight cosmetic tweak for checkboxes on Windows 7, which have a narrow border using the background color at their bottom and right side; also don't use magenta background color for debugging backgrounds unless specifically requested by setting a new define TEST_BACKGROUND_WITH_MAGENTA_FILL to non-zero. 2014-08-31 02:16:19 -07:00
sg_DlgMessages.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
sg_DlgPreferences.cpp MGR: in Simple View Preferences dialog, highlight textedit field with illegal value by setting its background to light red. 2015-08-27 01:30:19 -07:00
sg_DlgPreferences.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
sg_PanelBase.cpp
sg_PanelBase.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
sg_ProjectCommandPopup.cpp Win compile fixes 2014-06-16 18:58:55 -07:00
sg_ProjectCommandPopup.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
sg_ProjectPanel.cpp change some sprintf() to snprintf() in lib code 2016-02-17 22:53:37 -08:00
sg_ProjectPanel.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
sg_ProjectWebSitesPopup.cpp Manager: Remove unused function call. 2017-04-02 06:44:06 +03:00
sg_ProjectWebSitesPopup.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
sg_TaskCommandPopup.cpp Win compile fixes 2014-06-16 18:58:55 -07:00
sg_TaskCommandPopup.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
sg_TaskPanel.cpp Manager: Remove unused variables 2017-04-30 08:58:55 +03:00
sg_TaskPanel.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
stdwx.cpp
stdwx.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
wizardex.cpp Manager: Remove unused variables 2017-04-30 08:58:55 +03:00
wizardex.h change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00