boinc/clientgui
Charlie Fenton 1613aeaed6 MGR: Fix typo and comments 2014-06-24 20:15:49 -07:00
..
common MGR: Remove some old workarounds no longer needed 2014-06-12 06:01:35 -07:00
gtk - MGR: Fix references to the taskbar events which are now included 2013-03-06 16:14:16 +01:00
mac Mac: Use the current date when building BOINC Client and Manager to automatically set the copyright year which will be shown in Mac's Get Info display for this build. 2014-06-16 03:02:04 -07:00
msw - MGR: Fix references to the taskbar events which are now included 2013-03-06 16:14:16 +01:00
res WCG: Updated Skin, Installer and pause/disconnected icon files for WCG. 2014-03-26 18:16:44 -04:00
skins WCG: Updated Skin, Installer and pause/disconnected icon files for WCG. 2014-03-26 18:16:44 -04:00
AccountInfoPage.cpp Manager: string tweaks 2013-11-17 12:29:11 -08:00
AccountInfoPage.h - MGR: Finish implementing the use of Usernames in the account manager part 2010-08-19 00:22:25 +00:00
AccountManagerInfoPage.cpp Manager: string tweaks 2013-11-17 12:29:11 -08:00
AccountManagerInfoPage.h MGR: Fixes to new AccountManagerInfoPage logic 2013-10-24 01:22:09 -07:00
AccountManagerProcessingPage.cpp fix some compile warnings (no functional change) 2014-04-30 15:37:06 -07:00
AccountManagerProcessingPage.h - manager: Communitcations -> Communications. 2011-08-27 18:07:28 +00:00
AccountManagerPropertiesPage.cpp MGR: Streamline an earlier commit and make it standard for all platforms. 2014-04-08 16:28:50 -04:00
AccountManagerPropertiesPage.h
AdvancedFrame.cpp MGR: Extend the logic of my commit 9db8f99 to center the updated label text in the Notices tab even when the Notices page is the currently visible one (i.e., when the Notices tab is selected). 2014-05-11 23:55:41 -07:00
AdvancedFrame.h MGR: Improve keyboard navigation to provide better accessibility for users with limited motor coordination 2014-03-31 05:12:10 -07:00
AlreadyExistsPage.cpp - MGR: Remove any remaining hints that their were two wizards at one time. 2010-08-02 16:01:09 +00:00
AlreadyExistsPage.h
AsyncRPC.cpp Manager: compile fixes 2014-05-08 01:05:11 -07:00
AsyncRPC.h Manager: compile fixes 2014-05-08 01:05:11 -07:00
BOINCBaseFrame.cpp MGR: Reset everybody's language selection back to the default OS UI locale, in the future use the ISO language code to determine which locale to use for the manager. 2014-06-18 11:14:29 -04:00
BOINCBaseFrame.h MGR: Reset everybody's language selection back to the default OS UI locale, in the future use the ISO language code to determine which locale to use for the manager. 2014-06-18 11:14:29 -04:00
BOINCBaseView.cpp MGR: Fix an assert and correct a comment 2014-06-09 06:49:05 -07:00
BOINCBaseView.h MGR: Continue fixing detection of list selection and list deselection; It turns out that triggering on EVT_LIST_CACHE_HINT works better on Windows (native wxListCtrl) but mouse click events work better on Mac (generic wxListCtrl.) We still need to determine which is better on Linux. 2014-05-21 20:13:34 -07:00
BOINCBaseWizard.cpp MGR: Fix some errors in Attach Wizard 2014-04-08 02:56:56 -07:00
BOINCBaseWizard.h - MGR: Remove any remaining hints that their were two wizards at one time. 2010-08-02 16:01:09 +00:00
BOINCClientManager.cpp MGR & Client: Massive code clean-up. Remove as much of the LoadLibrary/GetProcAddress stuff as we can under VS 2012. 2014-03-06 18:27:54 -05:00
BOINCClientManager.h Quick Updates 2011-11-03 02:35:04 +00:00
BOINCDialupManager.cpp - MGR: Change the reminder frequency interval to hours and adjust the min/max 2011-03-03 16:32:35 +00:00
BOINCDialupManager.h - MGR: Remove connection needed type sys tray notifications from the manager, 2010-08-02 17:29:19 +00:00
BOINCGUIApp.cpp MGR: Convert wxWidgets 2.8 language codes into ISO standard language codes before use. 2014-06-24 13:45:53 -04:00
BOINCGUIApp.h MGR: Reset everybody's language selection back to the default OS UI locale, in the future use the ISO language code to determine which locale to use for the manager. 2014-06-18 11:14:29 -04:00
BOINCGUIApp.rc client & manager: Update icons for all client-side components. 2014-02-14 16:05:42 -05:00
BOINCListCtrl.cpp MGR: Update my fix for wxListCtrl / CBOINCListCtrl flicker on Mac (commit f8966bf) to match the fix made to wxWidgets trunk by wxWidgets personnel, as described in <http://trac.wxwidgets.org/ticket/16334#comment:2>. 2014-06-19 01:43:42 -07:00
BOINCListCtrl.h MGR: Fix progress bars in Linux CBOINCListCtrl by basing it on generic wxListCtrl instead of native wxListCtrl. 2014-06-05 03:43:46 -07:00
BOINCTaskBar.cpp MGR: Fix bugs in launching hidden on Mac OS 10.6 and more simplification of Mac code for wxCocoa 3.0 2014-03-13 06:39:00 -07: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 fix Win compile warning. 2014-04-07 10:34:45 -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 client: don't request work from a project w/ > 1000 runnable jobs 2013-07-07 13:13:57 -07:00
CompletionErrorPage.h
CompletionPage.cpp MGR: Align the sync with account manager functionality with the attach to account manager functionality with regards to account manager name location. Currently to print random stack stuff on the completion page. 2013-08-23 14:02:58 -04:00
CompletionPage.h
DlgAbout.cpp Compile fixes for Ubuntu 2014-02-06 12:17:28 -08:00
DlgAbout.h MGR: Cleanup up the about dialog a little bit. 2013-04-16 11:07:49 -04:00
DlgAdvPreferences.cpp MGR: Continue fixing deficiencies in Computing Preferences dialog reported by Juha. 2014-06-20 04:48:05 -07:00
DlgAdvPreferences.fbp
DlgAdvPreferences.h MGR: Continue fixing deficiencies in Computing Preferences dialog reported by Juha. 2014-06-20 04:48:05 -07:00
DlgAdvPreferencesBase.cpp MGR: Fix display of icon in Computing Preferences dialog under Linux. 2014-06-24 01:22:31 -07:00
DlgAdvPreferencesBase.h MGR: Begin adding Exclusive Apps pane to Computing Prefs dialog 2011-04-28 13:00:04 +00:00
DlgDiagnosticLogFlags.cpp MGR: fix compiler warning. 2014-05-29 16:15:23 -07:00
DlgDiagnosticLogFlags.h Manager: rename a struct member named "config" to avoid confusion 2014-05-08 15:33:25 -07:00
DlgEventLog.cpp MGR: Change keyboard shortcut for Diagnostic Flags dialog from control-shift-D to control-shift-F for both Advanced and Simple Views, because control-shift-D was already in use to select the Disks tab in Advanced View. 2014-04-03 04:52:00 -07:00
DlgEventLog.h MGR: Move Diagnostic Flags dialog from Tools menus to Advanced Menu, add keyboard shortcut control-shift-D to both Advanced View and Simple View. 2014-04-03 01:21:56 -07:00
DlgEventLogListCtrl.cpp Merge commit '03cc6849c7d32f0028869a581ad03916ceb4d8b5' into charlief/wxwidgets30 2013-10-22 03:53:45 -07:00
DlgEventLogListCtrl.h Mac: For newer Apple LLVM Compiler, fix warnings about hiding overloaded virtual functions 2013-11-20 03:37:35 -08:00
DlgExitMessage.cpp MGR: fix assert due to bad wxFlexGridSizer 2013-11-05 02:53:27 -08:00
DlgExitMessage.h More line endings (Part 2, From Rom) 2013-03-04 17:24:18 +01:00
DlgGenericMessage.cpp Fix bad wxFlexGridSizer in CDlgGenericMessage. 2013-03-06 16:14:17 +01:00
DlgGenericMessage.h
DlgItemProperties.cpp Manager: show # of tasks completed/failed in project properties 2014-06-09 10:32:35 -07:00
DlgItemProperties.h More line endings (Part 2, From Rom) 2013-03-04 17:24:18 +01:00
DlgOptions.cpp MGR: Reset everybody's language selection back to the default OS UI locale, in the future use the ISO language code to determine which locale to use for the manager. 2014-06-18 11:14:29 -04:00
DlgOptions.h Mgr: Flush Manager settings to Windows Registry or user prefs when closing Options dialog 2013-04-30 05:18:19 -07:00
DlgSelectComputer.cpp MGR: Add comments about know bugs in wxCocoa 3.0.0. 2014-04-14 04:25:30 -07: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: Add a dialog to enable setting and clearing diagnostic log flags, to assist tech support volunteers when working with users. It is accessed by selecting "Diagnostics…" under the Options menu in either Advanced View or Simple View. 2014-03-25 06:13:54 -07:00
Localization.cpp Remove BOINC_RCSID tags from more source files 2010-11-23 11:25:36 +00:00
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 - MGR: Fix references to the taskbar events which are now included 2013-03-06 16:14:16 +01:00
MainDocument.cpp MGR: Fix single instance detection so that it is compatible with Fast User Switching on Windows and Mac. We are now using wxSingleInstanceChecker which should be compatible on all platforms. 2014-03-06 14:47:00 -05:00
MainDocument.h MGR: Fix how we pass the ISO language code to the CC. 2014-02-18 00:36:03 -05:00
Makefile.am Add new files DlgDiagnosticLogFlags.cpp,.h to Windows project and Linux Makefile. 2014-03-25 06:26:00 -07:00
NoInternetConnectionPage.cpp - MGR: Remove any remaining hints that their were two wizards at one time. 2010-08-02 16:01:09 +00:00
NoInternetConnectionPage.h
NotDetectedPage.cpp - MGR: Remove any remaining hints that their were two wizards at one time. 2010-08-02 16:01:09 +00:00
NotDetectedPage.h
NotFoundPage.cpp - MGR: Remove any remaining hints that their were two wizards at one time. 2010-08-02 16:01:09 +00:00
NotFoundPage.h
NoticeListCtrl.cpp MGR: Do not skip an HTML link clicked event that we are also trying to veto. 2014-05-06 00:06:24 -04:00
NoticeListCtrl.h MGR: Fixes for wxWebView-based notices: 2013-11-12 03:23:26 -08:00
ProjectInfoPage.cpp fix some compile warnings (no functional change) 2014-04-30 15:37:06 -07:00
ProjectInfoPage.h MGR: Add a VirtualBox icon to the list of supported platforms for any given project that uses VirtualBox. 2013-11-18 12:30:01 -05:00
ProjectProcessingPage.cpp MGR: Streamline an earlier commit and make it standard for all platforms. 2014-04-08 16:28:50 -04:00
ProjectProcessingPage.h - manager: Communitcations -> Communications. 2011-08-27 18:07:28 +00:00
ProjectPropertiesPage.cpp fix some compile warnings (no functional change) 2014-04-30 15:37:06 -07:00
ProjectPropertiesPage.h
ProxyInfoPage.cpp - MGR: Remove any remaining hints that their were two wizards at one time. 2010-08-02 16:01:09 +00:00
ProxyInfoPage.h
ProxyPage.cpp boincmgr: patch to change temporaries to long. Fixes# 1226 2013-03-07 11:21:45 +01:00
ProxyPage.h
SkinManager.cpp MGR: Bug fix: correctly restore default task bar icons when switching from a different skin (e.g., GridRepublic) to default skin. 2014-03-26 02:07:50 -07:00
SkinManager.h client & manager: Update icons for all client-side components. 2014-02-14 16:05:42 -05:00
TermsOfUsePage.cpp translations, message tweak 2014-02-02 00:18:20 -08:00
TermsOfUsePage.h More line endings (Part 2, From Rom) 2013-03-04 17:24:18 +01:00
UnavailablePage.cpp - MGR: Remove any remaining hints that their were two wizards at one time. 2010-08-02 16:01:09 +00:00
UnavailablePage.h
ValidateAccountKey.cpp - Remove BOINC_RCSID tags from source files, we are doing branching and tagging 2010-03-12 16:51:57 +00:00
ValidateAccountKey.h
ValidateEmailAddress.cpp
ValidateEmailAddress.h
ValidateURL.cpp wxWidgets 2.9/3.0 changes 2013-02-04 13:03:49 -05:00
ValidateURL.h
ViewMessages.cpp wxWidgets 2.9/3.0 changes 2013-02-04 13:03:49 -05:00
ViewMessages.h
ViewNotices.cpp Manager: string tweaks 2013-11-17 12:29:11 -08:00
ViewNotices.h MGR: Rewrite Notices (Advanced and Simple Views) to use wxWebView (in progress) 2013-11-11 06:36:30 -08:00
ViewProjects.cpp MGR: Fix typo and comments 2014-06-24 20:15:49 -07:00
ViewProjects.h MGR: Corrections to previous commit 2eb84cb 2013-11-05 02:13:21 -08:00
ViewResources.cpp - manager: fix some compile warnings on Unix 2013-03-05 15:12:52 +01:00
ViewResources.h - manager: fix some compile warnings on Unix 2013-03-05 15:12:52 +01:00
ViewStatistics.cpp MGR: Fix compiler warnings. 2014-06-05 04:15:19 -07:00
ViewStatistics.h MMGR: Implement accessibility on Mac for Statistics and Disk (Resources) tabs 2013-10-24 05:49:59 -07:00
ViewTransfers.cpp MGR: Fix typo and comments 2014-06-24 20:15:49 -07:00
ViewTransfers.h MGR: Corrections to previous commit 2eb84cb 2013-11-05 02:13:21 -08:00
ViewWork.cpp MGR: Fix typo and comments 2014-06-24 20:15:49 -07:00
ViewWork.h MGR: Corrections to previous commit 2eb84cb 2013-11-05 02:13:21 -08:00
WelcomePage.cpp MGR: Fix wxWidgets assert 2013-10-23 00:48:51 -07:00
WelcomePage.h Mac: Cix compile errors 2013-04-10 17:54:41 -07:00
WizardAttach.cpp MGR: Remove validator resets when cancel is pressed, apparently it is no longer needed. 2014-04-08 17:03:29 -04:00
WizardAttach.h MGR: Re-enable cancel confirmation dialog in the wizard. 2014-04-08 16:37:39 -04:00
_wx_intellisense.h
browser.cpp MGR: Simplify parsing the httponly element of a cookie for chrome. 2014-03-19 22:01:16 -04:00
browser.h Mac: Begin changes for XCode 4.1 and GCC 4.2 2011-07-25 11:37:06 +00:00
build_po Translation: update templates, and fix tools for generating templates 2013-10-15 22:46:18 -07:00
resource.h MGR: Fix native icon problem on Windows when high DPI is used. RC file was changed between vs2005 and vs2010 and resources can be described by string instead of just ID. 2014-01-06 16:56:48 -05:00
sg_BoincSimpleFrame.cpp MGR: Change keyboard shortcut for Diagnostic Flags dialog from control-shift-D to control-shift-F for both Advanced and Simple Views, because control-shift-D was already in use to select the Disks tab in Advanced View. 2014-04-03 04:52:00 -07:00
sg_BoincSimpleFrame.h MGR: Move Diagnostic Flags dialog from Tools menus to Advanced Menu, add keyboard shortcut control-shift-D to both Advanced View and Simple View. 2014-04-03 01:21:56 -07:00
sg_CustomControls.cpp Merge commit '03cc6849c7d32f0028869a581ad03916ceb4d8b5' into charlief/wxwidgets30 2013-10-22 03:53:45 -07:00
sg_CustomControls.h Merge commit '03cc6849c7d32f0028869a581ad03916ceb4d8b5' into charlief/wxwidgets30 2013-10-22 03:53:45 -07:00
sg_DlgMessages.cpp client & manager: Update icons for all client-side components. 2014-02-14 16:05:42 -05:00
sg_DlgMessages.h MGR: Rewrite Notices (Advanced and Simple Views) to use wxWebView (in progress) 2013-11-11 06:36:30 -08:00
sg_DlgPreferences.cpp MGR: keep dialog titles consistent (matches title change in commit db9abb1) 2014-04-17 00:54:29 -07:00
sg_DlgPreferences.h Adjust preference dialog titles, improve Simple View and Simple Preferences 2011-10-21 12:17:10 +00:00
sg_PanelBase.cpp MGR: cosmetic fix to display of Mac progress bar in Simple View for wxCocoa 3.0 2013-10-22 04:52:35 -07:00
sg_PanelBase.h MGR: Get rid of some crufty code that is no longer needed on Windows/Linux. Use wxBitmapComboBox instead. 2014-03-18 16:08:55 -04: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 MGR: Fix Mac Simple View updating broken by commit 185c45 2014-03-18 18:16:53 -07:00
sg_ProjectPanel.h MGR: Get rid of some crufty code that is no longer needed on Windows/Linux. Use wxBitmapComboBox instead. 2014-03-18 16:08:55 -04: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 Mac Simple View updating broken by commit 185c45 2014-03-18 18:16:53 -07:00
sg_TaskPanel.h MGR: Get rid of some crufty code that is no longer needed on Windows/Linux. Use wxBitmapComboBox instead. 2014-03-18 16:08:55 -04:00
stdwx.cpp - Remove BOINC_RCSID tags from source files, we are doing branching and tagging 2010-03-12 16:51:57 +00:00
stdwx.h MGR: Remove debug_level stuff, it should be defined in the setup.h file used by wxWidgets instead. 2014-05-28 12:17:09 -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