boinc/clientgui
Christian Beer 31e8427469 Manager/Lib: fix 'New Manager window' function on Linux
This was not working because the manager was not detecting its own executable name and path so it couldn't start a new instance of itself. Windows and Mac use different codepaths so it worked there.
The new library function can be extended for Windows and Mac to avoid code duplication.
2017-03-16 18:31:42 +01: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 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
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 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.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
AccountManagerPropertiesPage.cpp manager, VDA: fix some cppcheck warnings (from Julien Nabet) 2015-01-15 13:10:34 -08:00
AccountManagerPropertiesPage.h
AdvancedFrame.cpp Manager: fix select computer dialog for localhost 2017-02-14 09:16:21 +01:00
AdvancedFrame.h MGR: Version check. Added new menu option 'Help'->'Check for new version'. Fixed XML new version responce parse. 2017-01-25 05:41:49 +02:00
AlreadyExistsPage.cpp
AlreadyExistsPage.h
AsyncRPC.cpp Manager: format time intervals as Dd HH:MM:SS 2015-08-26 23:30:50 -07:00
AsyncRPC.h MGR: Cosmetic fix: eliminate brief display of all tasks when switching from Simple View to Advanced View when Show only active tasks is selected. 2014-09-02 07:10:56 -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 MGR: Remove dead code that was apparently disabled in 2010 and nobody noticed. 2016-03-26 12:34:28 -04:00
BOINCBaseView.cpp Use wxString instead of wxChar* where necessary 2016-04-12 23:21:08 +02:00
BOINCBaseView.h Use wxString instead of wxChar* where necessary 2016-04-12 23:21:08 +02:00
BOINCBaseWizard.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
BOINCBaseWizard.h 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
BOINCClientManager.cpp MGR: Mac: continue replacing deprecated Mac APIs 2017-02-25 04:56:36 -08:00
BOINCClientManager.h
BOINCDialupManager.cpp
BOINCDialupManager.h
BOINCGUIApp.cpp Manager/Lib: fix 'New Manager window' function on Linux 2017-03-16 18:31:42 +01:00
BOINCGUIApp.h MGR: Mac: begin replacing deprecated Mac APIs 2016-12-02 04:08:43 -08:00
BOINCGUIApp.rc client & manager: Update icons for all client-side components. 2014-02-14 16:05:42 -05:00
BOINCListCtrl.cpp MGR: Fix Coverity CID 39031 2015-10-20 03:19:53 -07:00
BOINCListCtrl.h MGR: Fix Coverity CID 39031 2015-10-20 03:19:53 -07:00
BOINCTaskBar.cpp MGR: Mac: continue replacing deprecated Mac APIs 2017-02-25 04:56:36 -08:00
BOINCTaskBar.h MGR: wxSystemOptions::GetMetric doesn't appear to be implemented on the Mac, so hard code the desired icon size to 16x16 for the menu bar. 2014-02-19 10:19:24 -05: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 MGR: Re-enable keyboard navigation through task control buttons on Windows. 2014-03-27 03:22:14 -07:00
CompletionErrorPage.cpp
CompletionErrorPage.h
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
DlgAbout.cpp more 2016->2017 changes 2017-01-12 13:21:37 -08:00
DlgAbout.h
DlgAdvPreferences.cpp MGR: Fix Coverity CID 117641 2015-10-20 04:17:41 -07:00
DlgAdvPreferences.fbp
DlgAdvPreferences.h MGR: in Advanced Preferences dialog highlight textedit field with illegal value by setting its background to red. 2015-07-21 03:06:10 -07:00
DlgAdvPreferencesBase.cpp Manager: msg tweak 2015-10-09 15:02:42 -07:00
DlgAdvPreferencesBase.h MGR: Updated a few copyright dates to 2015 2015-03-01 01:53:49 -08:00
DlgDiagnosticLogFlags.cpp Manager: add 'Apply' button to Event Log options dialog 2016-11-22 11:27:34 +02:00
DlgDiagnosticLogFlags.h Manager: add 'Apply' button to Event Log options dialog 2016-11-22 11:27:34 +02:00
DlgEventLog.cpp MGR: Fix Coverity CIDs 117639 , 117640 2015-10-20 03:18:40 -07:00
DlgEventLog.h 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
DlgEventLogListCtrl.cpp MGR: Fix Coverity CIDs 117639 , 117640 2015-10-20 03:18:40 -07:00
DlgEventLogListCtrl.h MGR: Fix Coverity CIDs 117639 , 117640 2015-10-20 03:18:40 -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 MGR: I forgot to add the new files for the Exclusive Apps dialog. 2014-11-25 18:58:10 -08:00
DlgExitMessage.cpp
DlgExitMessage.h
DlgGenericMessage.cpp
DlgGenericMessage.h
DlgHiddenColumns.cpp Mgr: Fix windows compile warnings (Visual Studio 2013). 2017-01-26 00:02:51 +02:00
DlgHiddenColumns.h MGR: Allow user to select which list columns to show or hide in Projects, Tasks and Transfers tabs. 2014-12-11 06:18:47 -08:00
DlgItemProperties.cpp client: task properties tweak 2016-07-24 23:55:58 -07:00
DlgItemProperties.h Manager: format time intervals as Dd HH:MM:SS 2015-08-26 23:30:50 -07:00
DlgOptions.cpp Fix even more file permissions 2016-06-11 19:07:35 +02:00
DlgOptions.h Fix issue #79: Add commandline option and option to preferences dialog. 2015-07-30 01:21:04 +03:00
DlgSelectComputer.cpp Manager: fix password lookup in combobox event 2017-02-14 09:12:15 +01:00
DlgSelectComputer.h MGR: Work around apparent wxCocoa 3.0 bugs in Select Computer dialog on Mac 2014-01-30 05:08:29 -08:00
Events.h MGR: Version check. Add menu to Simple view. 2017-01-25 06:15:38 +02:00
Localization.cpp
Localization.h
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
MainDocument.cpp MGR: Fix indentations 2017-02-28 00:24:56 -08:00
MainDocument.h MGR: Version check. Remove code duplicates. 2017-01-25 16:26:58 +02:00
Makefile.am Fix typo referencing GTK_CFLAGS in clientgui/Makefile.am 2015-08-04 15:23:05 +02:00
NoInternetConnectionPage.cpp
NoInternetConnectionPage.h
NotDetectedPage.cpp
NotDetectedPage.h
NotFoundPage.cpp
NotFoundPage.h
NoticeListCtrl.cpp MGR: Remove references to target="_blank" from notices, it causes a failure to fire our own event handler when the link is clicked. 2014-08-22 19:25:34 -04:00
NoticeListCtrl.h
ProjectInfoPage.cpp Expand usage of HTTPS and fix a few URLs 2016-03-08 20:04:28 +00:00
ProjectInfoPage.h 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
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
ProjectPropertiesPage.cpp WCG: New feature 'cookieless installs' 2016-02-08 15:51:33 -05:00
ProjectPropertiesPage.h
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 MGR: Switch over to using a static control for the project description, it'll support multiple lines and looks more natural. 2014-10-13 15:39:22 -04:00
ProxyInfoPage.cpp
ProxyInfoPage.h
ProxyPage.cpp
ProxyPage.h
SkinManager.cpp Expand usage of HTTPS and fix a few URLs 2016-03-08 20:04:28 +00:00
SkinManager.h MGR: Add 6 new tags to allow the backgrounds of the Simple View and Simple Preferences dialog to be anchored at any of 9 points, for flexibility in placement of the logo or other graphic element that should always be visible. 2015-04-09 03:44:29 -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
UnavailablePage.cpp
UnavailablePage.h
ValidateAccountKey.cpp
ValidateAccountKey.h
ValidateEmailAddress.cpp
ValidateEmailAddress.h
ValidateURL.cpp
ValidateURL.h
ViewMessages.cpp
ViewMessages.h
ViewNotices.cpp
ViewNotices.h
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 Manager: fix comma-separated display of >32 bit numbers 2015-09-07 01:03:54 -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
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 Manager: use same color scheme for statistics as for disk usage 2014-08-10 15:33:07 -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 Manager: fix comma-separated display of >32 bit numbers 2015-09-07 01:03:54 -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 Manager: format elapsed time as XXd HH:MM:SS 2015-11-07 17:46:45 -08: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 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
_wx_intellisense.h
browser.cpp MGR: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use. 2016-02-15 20:22:36 -05:00
browser.h MGR: Remove legacy Firefox v1 and Firefox v2 cookie look up support. Firefox is up to v31. 2015-07-17 13:29:12 -04:00
resource.h
sg_BoincSimpleFrame.cpp MGR: Mac: replace all deprecated Mac APIs as of OS 10.8 2017-02-27 06:30:29 -08:00
sg_BoincSimpleFrame.h MGR: Version check. Add menu to Simple view. 2017-01-25 06:15:38 +02: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 MGR: Fix compiler warnings; fix Simple Prefs bitmap display on Linux. 2015-03-31 06:00:52 -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
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 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_PanelBase.cpp
sg_PanelBase.h MGR: On MS Windows, adjust Simple View metrics and images for users DPI setting. 2014-08-25 06:24:54 -07:00
sg_ProjectCommandPopup.cpp Win compile fixes 2014-06-16 18:58:55 -07:00
sg_ProjectCommandPopup.h MGR: Improve keyboard navigation to provide better accessibility for users with limited motor coordination 2014-03-31 05:12:10 -07:00
sg_ProjectPanel.cpp change some sprintf() to snprintf() in lib code 2016-02-17 22:53:37 -08:00
sg_ProjectPanel.h Manager: menu item shuffle 2015-04-04 11:44:16 -07:00
sg_ProjectWebSitesPopup.cpp Win compile fixes 2014-06-16 18:58:55 -07:00
sg_ProjectWebSitesPopup.h MGR: Improve keyboard navigation to provide better accessibility for users with limited motor coordination 2014-03-31 05:12:10 -07:00
sg_TaskCommandPopup.cpp Win compile fixes 2014-06-16 18:58:55 -07:00
sg_TaskCommandPopup.h MGR: Improve keyboard navigation to provide better accessibility for users with limited motor coordination 2014-03-31 05:12:10 -07:00
sg_TaskPanel.cpp MGR: Fix build break caused by bad merge 87769d4. 2016-02-18 01:42:38 -08:00
sg_TaskPanel.h Manager: format time intervals as Dd HH:MM:SS 2015-08-26 23:30:50 -07:00
stdwx.cpp
stdwx.h MGR: Make sure the various item property dialogs open up in the designated client area on Windows and Mac. 2014-08-25 21:39:59 -04:00
wizardex.cpp MGR: Fix some errors in Attach Wizard 2014-04-08 02:56:56 -07:00
wizardex.h MGR: Fix the use of validators in our implementation of Wizards. 2014-04-07 10:35:07 -04:00