boinc/clientgui
Charlie Fenton 33559ae292 MGR: Sort compare functions return false if values are equal
svn path=/trunk/boinc/; revision=16308
2008-10-24 11:24:39 +00:00
..
common MGR: async GUI RPCs: Create SafeMessageBox function to suspend periodic RPCs during modal dialogs 2008-08-20 16:07:06 +00:00
mac - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
msw - WINSETUP: Normalize the special paths checks. 2008-07-09 16:44:14 +00:00
res - WIN: Remove any remaining references to Seed and CPDNBBC. 2008-08-14 03:08:15 +00:00
skins svn path=/trunk/boinc/; revision=16259 2008-10-22 18:33:50 +00:00
AccountInfoPage.cpp MGR: async GUI RPCs: Create SafeMessageBox function to suspend periodic RPCs during modal dialogs 2008-08-20 16:07:06 +00:00
AccountInfoPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
AccountKeyPage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
AccountKeyPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
AccountManagerInfoPage.cpp - lib: change XML_PARSER to handle attributes and spaces in tags. 2008-09-19 18:08:17 +00:00
AccountManagerInfoPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
AccountManagerProcessingPage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
AccountManagerProcessingPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
AccountManagerPropertiesPage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
AccountManagerPropertiesPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
AdvancedFrame.cpp MGR: Fix crash in Projects:Properties; Always update underlying data when changing tabs, attaching, detaching, forcing refresh, etc. 2008-10-08 08:50:18 +00:00
AdvancedFrame.h MGR: Save and restore selected items by key values when refreshing 2008-09-04 22:53:29 +00:00
AlreadyAttachedPage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
AlreadyAttachedPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
AlreadyExistsPage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
AlreadyExistsPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
AsyncRPC.cpp MGR: discard only Command, Timer and Mouse Moved events during RPC "Please Wait" dialog; no event processing during first RPC_WAIT_DLG_DELAY seconds of Demand RPC 2008-10-15 00:09:57 +00:00
AsyncRPC.h MGR: Multiple fixes to Async GUI RPCs, message polling, task bar tooltip updates 2008-10-14 03:28:34 +00:00
BOINCBaseFrame.cpp MGR: Fix crash in Projects:Properties; Always update underlying data when changing tabs, attaching, detaching, forcing refresh, etc. 2008-10-08 08:50:18 +00:00
BOINCBaseFrame.h MGR: Simplify Messages display logic; fix possible memory leaks; fix button tooltip. 2008-09-14 12:39:19 +00:00
BOINCBaseView.cpp MGR: To reduce flicker, redraw only changed cells in List Control on non-Mac systems 2008-10-10 08:47:02 +00:00
BOINCBaseView.h MGR: Erase selection highlight color, gray stripes under progress bars; Async GUI RPCs: remove spurious assert 2008-10-06 11:33:28 +00:00
BOINCBaseWizard.cpp - MGR: Add support for simulating somebody hitting the cancel button in 2008-09-19 20:19:52 +00:00
BOINCBaseWizard.h - MGR: Add support for simulating somebody hitting the cancel button in 2008-09-19 20:19:52 +00:00
BOINCClientManager.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
BOINCClientManager.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
BOINCDialupManager.cpp MGR: async GUI RPCs: Create SafeMessageBox function to suspend periodic RPCs during modal dialogs 2008-08-20 16:07:06 +00:00
BOINCDialupManager.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
BOINCGUI.cst *** empty log message *** 2005-07-21 23:06:02 +00:00
BOINCGUI.pjd - MGR: Change the layout of the Project List control. 2007-11-07 18:08:21 +00:00
BOINCGUIApp.cpp Add a call to diagnostics_finish() in BOINCGUIApp::OnExit(). 2008-10-15 18:12:37 +00:00
BOINCGUIApp.h MGR: Multiple fixes to Async GUI RPCs, message polling, task bar tooltip updates 2008-10-14 03:28:34 +00:00
BOINCGUIApp.rc - WIN: Remove any remaining references to Seed and CPDNBBC. 2008-08-14 03:08:15 +00:00
BOINCGridCtrl.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
BOINCGridCtrl.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
BOINCListCtrl.cpp MGR: Sort compare functions return false if values are equal 2008-10-24 11:24:39 +00:00
BOINCListCtrl.h MGR: To reduce flicker, redraw only changed cells in List Control on non-Mac systems 2008-10-10 08:47:02 +00:00
BOINCTaskBar.cpp MGR: Multiple fixes to Async GUI RPCs: Filter events during Please Wait dialog, hide Please Wait dialog when BOINC hidden, use try / catch blocks for all cached list data. 2008-10-14 12:35:48 +00:00
BOINCTaskBar.h MGR: Multiple fixes to Async GUI RPCs, message polling, task bar tooltip updates 2008-10-14 03:28:34 +00:00
BOINCTaskCtrl.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
BOINCTaskCtrl.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
BOINCWizards.h - client: new config flags 2008-10-14 23:07:40 +00:00
CompletionErrorPage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
CompletionErrorPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
CompletionPage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
CompletionPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
DlgAbout.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
DlgAbout.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
DlgAdvPreferences.cpp MGR: async GUI RPCs: Create SafeMessageBox function to suspend periodic RPCs during modal dialogs 2008-08-20 16:07:06 +00:00
DlgAdvPreferences.fbp *** empty log message *** 2007-04-02 18:04:54 +00:00
DlgAdvPreferences.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
DlgAdvPreferencesBase.cpp - manager: fix typo 2008-07-20 21:27:44 +00:00
DlgAdvPreferencesBase.h - MGR: Make sure all the dialogs contain the application name 2007-08-16 20:06:50 +00:00
DlgGenericMessage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
DlgGenericMessage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
DlgItemProperties.cpp - client: major changes to enforce_schedule() to handle GPUs 2008-10-09 22:44:45 +00:00
DlgItemProperties.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
DlgOptions.cpp - Add the ability to exclude certain URLs from the use of proxies. 2008-09-25 23:31:56 +00:00
DlgOptions.h - Add the ability to exclude certain URLs from the use of proxies. 2008-09-25 23:31:56 +00:00
DlgSelectComputer.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
DlgSelectComputer.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
Events.h MGR: Multiple fixes to Async GUI RPCs, message polling, task bar tooltip updates 2008-10-14 03:28:34 +00:00
Localization.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
Localization.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
LogBOINC.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
LogBOINC.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
MainDocument.cpp MGR: Fix updating task bar icon on disconnect from Client, fix a crash on exiting 2008-10-15 06:30:22 +00:00
MainDocument.h MGR: Multiple fixes to Async GUI RPCs, message polling, task bar tooltip updates 2008-10-14 03:28:34 +00:00
Makefile.am - Makefile fix 2008-10-03 05:13:25 +00:00
NoInternetConnectionPage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
NoInternetConnectionPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
NotDetectedPage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
NotDetectedPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
NotFoundPage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
NotFoundPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ProjectInfoPage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ProjectInfoPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ProjectListCtrl.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ProjectListCtrl.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ProjectProcessingPage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ProjectProcessingPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ProjectPropertiesPage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ProjectPropertiesPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ProxyInfoPage.cpp - client: new config flags 2008-10-14 23:07:40 +00:00
ProxyInfoPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ProxyPage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ProxyPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
SkinManager.cpp - MGR: Have the SkinManager parse the correct spelling 2008-10-23 04:10:12 +00:00
SkinManager.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
UnavailablePage.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
UnavailablePage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ValidateAccountKey.cpp MGR: async GUI RPCs: Create SafeMessageBox function to suspend periodic RPCs during modal dialogs 2008-08-20 16:07:06 +00:00
ValidateAccountKey.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ValidateEmailAddress.cpp MGR: async GUI RPCs: Create SafeMessageBox function to suspend periodic RPCs during modal dialogs 2008-08-20 16:07:06 +00:00
ValidateEmailAddress.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ValidateURL.cpp MGR: async GUI RPCs: Create SafeMessageBox function to suspend periodic RPCs during modal dialogs 2008-08-20 16:07:06 +00:00
ValidateURL.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ViewMessages.cpp Mgr: Ignore GetSelectedItemCount()if message count <= 0 to fix crash bug. 2008-09-18 20:32:03 +00:00
ViewMessages.h MGR: Use item attributes to create gray backgroound stripes to eliminate remaining flicker on Windows 2008-09-08 12:39:41 +00:00
ViewMessagesGrid.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ViewMessagesGrid.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ViewProjects.cpp MGR: Sort compare functions return false if values are equal 2008-10-24 11:24:39 +00:00
ViewProjects.h MGR: update all resource share percentages when they change. 2008-10-17 06:54:05 +00:00
ViewProjectsBase.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ViewProjectsBase.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ViewProjectsGrid.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ViewProjectsGrid.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ViewResources.cpp - manager: fix disk display when talking to pre-6.3 client 2008-10-21 17:26:21 +00:00
ViewResources.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ViewStatistics.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ViewStatistics.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ViewTransfers.cpp MGR: Sort compare functions return false if values are equal 2008-10-24 11:24:39 +00:00
ViewTransfers.h MGR: Multiple fixes to Async GUI RPCs: Filter events during Please Wait dialog, hide Please Wait dialog when BOINC hidden, use try / catch blocks for all cached list data. 2008-10-14 12:35:48 +00:00
ViewTransfersGrid.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ViewTransfersGrid.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ViewWork.cpp MGR: More thorough validity checking to prevent crashes 2008-10-21 23:30:59 +00:00
ViewWork.h MGR: Multiple fixes to Async GUI RPCs: Filter events during Please Wait dialog, hide Please Wait dialog when BOINC hidden, use try / catch blocks for all cached list data. 2008-10-14 12:35:48 +00:00
ViewWorkGrid.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
ViewWorkGrid.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
WelcomePage.cpp - manager: compile fixes from Nicolas 2008-10-17 18:37:45 +00:00
WelcomePage.h - client: new config flags 2008-10-14 23:07:40 +00:00
WizardAccountManager.cpp MGR: async GUI RPCs: Create SafeMessageBox function to suspend periodic RPCs during modal dialogs 2008-08-20 16:07:06 +00:00
WizardAccountManager.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
WizardAttachProject.cpp MGR: async GUI RPCs: Create SafeMessageBox function to suspend periodic RPCs during modal dialogs 2008-08-20 16:07:06 +00:00
WizardAttachProject.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
_wx_intellisense.h *** empty log message *** 2004-04-11 05:09:18 +00:00
browser.cpp build break fixes and some cleanup 2008-09-29 17:29:03 +00:00
browser.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
hyperlink.cpp MGR: async GUI RPCs: Create SafeMessageBox function to suspend periodic RPCs during modal dialogs 2008-08-20 16:07:06 +00:00
hyperlink.h *** empty log message *** 2005-06-28 22:22:29 +00:00
resource.h *** empty log message *** 2006-01-06 10:50:59 +00:00
sg_BoincSimpleGUI.cpp MGR: Fix SimpleGUI to work with wxWidgets 2.8.7 2008-10-10 03:36:42 +00:00
sg_BoincSimpleGUI.h MGR: async GUI RPCs: Merge GUI RPC code from private workspace into trunk. Eliminate Grid views. 2008-08-15 07:13:00 +00:00
sg_ClientStateIndicator.cpp MGR: async GUI RPCs: eliminate redundant RPC calls in SimpleGUI. 2008-09-30 09:36:07 +00:00
sg_ClientStateIndicator.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
sg_CustomControls.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
sg_CustomControls.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
sg_DlgMessages.cpp MGR: async GUI RPCs: Merge GUI RPC code from private workspace into trunk. Eliminate Grid views. 2008-08-15 07:13:00 +00:00
sg_DlgMessages.h MGR: async GUI RPCs: Merge GUI RPC code from private workspace into trunk. Eliminate Grid views. 2008-08-15 07:13:00 +00:00
sg_DlgPreferences.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
sg_DlgPreferences.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
sg_ImageButton.cpp - MGR: Have the SkinManager parse the correct spelling 2008-10-23 04:10:12 +00:00
sg_ImageButton.h - MGR: Have the SkinManager parse the correct spelling 2008-10-23 04:10:12 +00:00
sg_ImageLoader.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
sg_ImageLoader.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
sg_ProgressBar.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
sg_ProgressBar.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
sg_ProjectsComponent.cpp MGR: async GUI RPCs: eliminate redundant RPC calls in SimpleGUI. 2008-09-30 09:36:07 +00:00
sg_ProjectsComponent.h MGR: async GUI RPCs: Merge GUI RPC code from private workspace into trunk. Eliminate Grid views. 2008-08-15 07:13:00 +00:00
sg_SGUIListControl.cpp MGR: Fix for (future) compatibility with wxWidgets 2.8.9; release BOINC Mac 6.3.14 2008-10-10 05:08:51 +00:00
sg_SGUIListControl.h MGR: Fix for (future) compatibility with wxWidgets 2.8.9; release BOINC Mac 6.3.14 2008-10-10 05:08:51 +00:00
sg_StatImageLoader.cpp MGR: async GUI RPCs: eliminate redundant RPC calls in SimpleGUI. 2008-09-30 09:36:07 +00:00
sg_StatImageLoader.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
sg_ViewTabPage.cpp - MGR: Have the SkinManager parse the correct spelling 2008-10-23 04:10:12 +00:00
sg_ViewTabPage.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
stdwx.cpp - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
stdwx.h build break fixes and some cleanup 2008-09-29 17:29:03 +00:00
wizardex.cpp - MGR: Add support for simulating somebody hitting the cancel button in 2008-09-19 20:19:52 +00:00
wizardex.h - MGR: Add support for simulating somebody hitting the cancel button in 2008-09-19 20:19:52 +00:00