.. |
common
|
- WINBUILD: More project file cleanup.
|
2009-04-23 07:00:10 +00:00 |
mac
|
PTP: check in new PTP Mac icons and images.
|
2009-06-23 23:14:49 +00:00 |
msw
|
- WINSETUP: Normalize the special paths checks.
|
2008-07-09 16:44:14 +00:00 |
res
|
Quick Updates
|
2009-06-30 03:08:11 +00:00 |
skins
|
Remove fake skin
|
2009-06-30 03:37:04 +00:00 |
AccountInfoPage.cpp
|
- MGR: Make the Account Manager Properties page and the Project
|
2009-06-19 16:30:08 +00:00 |
AccountInfoPage.h
|
- MGR: Introduce the cookie detection failure URL to the
|
2009-06-12 21:34:33 +00:00 |
AccountManagerInfoPage.cpp
|
- MGR: My first attempt to handle the project list control was turning
|
2009-06-30 02:05:46 +00:00 |
AccountManagerInfoPage.h
|
- MGR: First stab at making the ProjectList control keyboard
|
2009-06-23 15:20:48 +00:00 |
AccountManagerProcessingPage.cpp
|
- MGR: Massive wizard cleanup
|
2009-06-19 06:42:36 +00:00 |
AccountManagerProcessingPage.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
AccountManagerPropertiesPage.cpp
|
- MGR: Fix an endless loop during wizard creation, any automatic
|
2009-07-28 05:53:51 +00:00 |
AccountManagerPropertiesPage.h
|
- MGR: Fix an endless loop during wizard creation, any automatic
|
2009-07-28 05:53:51 +00:00 |
AdvancedFrame.cpp
|
- MGR: My first attempt to handle the project list control was turning
|
2009-06-30 02:05:46 +00:00 |
AdvancedFrame.h
|
MGR: Finish merging "Attach to account manager" functionality into "Attach to project" wizard
|
2009-05-15 08:21:04 +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: use branded Manager name in async RPC Please Wait dialog
|
2009-06-10 23:15:24 +00:00 |
AsyncRPC.h
|
MGR: In Async RPC logic, use posix mutexes and condition instead of wxMutex and wxCondition, as this appears to fix an intermittent hang in wxCondition::Wait()
|
2009-06-08 22:44:03 +00:00 |
BOINCBaseFrame.cpp
|
- WIN: First pass through the code to fix compliation errors when
|
2009-04-23 03:40:49 +00:00 |
BOINCBaseFrame.h
|
MGR: Handle EVT_END_SESSION event to call SaveState() on Windows logout or shutdown
|
2009-03-12 09:25:31 +00:00 |
BOINCBaseView.cpp
|
MGR: call UpdateSelection() from OnListRender() instead of from RestoreSelections(). Fixes #837.
|
2009-01-30 07:03:42 +00:00 |
BOINCBaseView.h
|
MGR: restore code to erase and refresh entire Tasks panel when changing tabs or selections.
|
2008-12-05 01:13:16 +00:00 |
BOINCBaseWizard.cpp
|
- MGR: Massive wizard cleanup
|
2009-06-19 06:42:36 +00:00 |
BOINCBaseWizard.h
|
- MGR: Massive wizard cleanup
|
2009-06-19 06:42:36 +00:00 |
BOINCClientManager.cpp
|
MGR: Compile fix of Rom's fix to David's compile fix
|
2009-06-16 20:30:42 +00:00 |
BOINCClientManager.h
|
MGR: Implement CBOINCClientManager::KillClient() for Windows.
|
2009-06-06 13:11:16 +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
|
…
|
|
BOINCGUI.pjd
|
- MGR: Change the layout of the Project List control.
|
2007-11-07 18:08:21 +00:00 |
BOINCGUIApp.cpp
|
- MGR: Be sure to launch the default screensaver in test mode
|
2009-07-25 05:35:27 +00:00 |
BOINCGUIApp.h
|
- MGR: Be sure to launch the default screensaver in test mode
|
2009-07-25 05:35:27 +00:00 |
BOINCGUIApp.rc
|
PTP: Introduce 'Progress Thru Processors' to the Windows build
|
2009-06-11 17:11:47 +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
|
Remove override of GetSelectedItemCount(); call DeleteItem() rather than SetItemCount() to reduce # of rows
|
2009-01-24 00:05:53 +00:00 |
BOINCListCtrl.h
|
Remove override of GetSelectedItemCount(); call DeleteItem() rather than SetItemCount() to reduce # of rows
|
2009-01-24 00:05:53 +00:00 |
BOINCTaskBar.cpp
|
- WIN: First pass through the code to fix compliation errors when
|
2009-04-23 03:40:49 +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
|
- MGR: My first attempt to handle the project list control was turning
|
2009-06-30 02:05:46 +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
|
- MGR: Massive wizard cleanup
|
2009-06-19 06:42:36 +00:00 |
CompletionPage.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
DlgAbout.cpp
|
Quick Updates
|
2008-10-31 22:11:38 +00:00 |
DlgAbout.h
|
Quick Updates
|
2008-10-31 21:28:01 +00:00 |
DlgAdvPreferences.cpp
|
- Fix compiler errors
|
2009-04-15 16:28:24 +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
|
fixes #785
|
2009-02-25 17:51:32 +00:00 |
DlgAdvPreferencesBase.h
|
- Manager: add GPU preference to advanced prefs dialog
|
2009-02-13 17:53:10 +00:00 |
DlgExitMessage.cpp
|
- MGR: fix exit dialog so that both the Mac and Linux clients don't
|
2008-11-27 15:50:15 +00:00 |
DlgExitMessage.h
|
- MGR: Create an Exit dialog for the Manager.
|
2008-11-04 08:08:16 +00:00 |
DlgGenericMessage.cpp
|
- MGR: Text cleanup
|
2008-11-04 15:54:28 +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/manager/GUI RPC: show project-level backoffs
|
2009-07-16 18:36:23 +00:00 |
DlgItemProperties.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
DlgOptions.cpp
|
- MGR: Set the dial-up and VPN connection list box to a static
|
2009-03-06 00:04:16 +00:00 |
DlgOptions.h
|
- MGR: Provide a way to re-enable the Exit Dialog.
|
2008-11-10 19:44:54 +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: Finish merging "Attach to account manager" functionality into "Attach to project" wizard
|
2009-05-15 08:21:04 +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: In Async RPC logic, use posix mutexes and condition instead of wxMutex and wxCondition, as this appears to fix an intermittent hang in wxCondition::Wait()
|
2009-06-08 22:44:03 +00:00 |
MainDocument.h
|
MGR: In Async RPC logic, use posix mutexes and condition instead of wxMutex and wxCondition, as this appears to fix an intermittent hang in wxCondition::Wait()
|
2009-06-08 22:44:03 +00:00 |
Makefile.am
|
MGR: Finish merging "Attach to account manager" functionality into "Attach to project" wizard
|
2009-05-15 08:30:35 +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
|
- MGR: My first attempt to handle the project list control was turning
|
2009-06-30 02:05:46 +00:00 |
ProjectInfoPage.h
|
- MGR: First stab at making the ProjectList control keyboard
|
2009-06-23 15:20:48 +00:00 |
ProjectListCtrl.cpp
|
- MGR: fix compile breaks on non_Windows systems
|
2009-06-30 05:59:36 +00:00 |
ProjectListCtrl.h
|
- MGR: fix compile breaks on non_Windows systems
|
2009-06-30 05:59:36 +00:00 |
ProjectProcessingPage.cpp
|
- manager: fix typos in attach project wizard
|
2009-07-23 22:47:48 +00:00 |
ProjectProcessingPage.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
ProjectPropertiesPage.cpp
|
- MGR: Fix an endless loop during wizard creation, any automatic
|
2009-07-28 05:53:51 +00:00 |
ProjectPropertiesPage.h
|
- MGR: Fix an endless loop during wizard creation, any automatic
|
2009-07-28 05:53:51 +00:00 |
ProxyInfoPage.cpp
|
- fixes to allow compilation on compilers that don't allow string concatenation within the _() macro.
|
2009-01-27 23:00:19 +00:00 |
ProxyInfoPage.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
ProxyPage.cpp
|
- MGR: Remove the Account Key page from the Wizard.
|
2008-11-25 22:58:14 +00:00 |
ProxyPage.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
SkinManager.cpp
|
Mac MGR: Changes to build with full Unicode support with wxWidgets-2.8.10
|
2009-04-17 11:28:27 +00:00 |
SkinManager.h
|
MGR: Show Skin Manager error message only if Manager launched with command-line arg -c or --checkSkins
|
2009-01-30 09:25:35 +00:00 |
TermsOfUsePage.cpp
|
- MGR: Make the Account Manager Properties page and the Project
|
2009-06-19 16:30:08 +00:00 |
TermsOfUsePage.h
|
- MGR: Make the Account Manager Properties page and the Project
|
2009-06-19 16:30:08 +00:00 |
UnavailablePage.cpp
|
- manager tweak
|
2009-06-30 22:10:27 +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: Turn GetViewName into the unlocalized version of the view
|
2009-05-01 01:32:26 +00:00 |
ViewMessages.h
|
- MGR: Back out David's change which broke clipboard functionality
|
2009-02-05 19:25:08 +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 |
ViewNews.cpp
|
compile fix
|
2009-05-04 20:25:59 +00:00 |
ViewNews.h
|
- MGR: Add the basic infrastructure for the up and comming news tab in
|
2009-03-13 19:53:32 +00:00 |
ViewProjects.cpp
|
- MGR: Turn GetViewName into the unlocalized version of the view
|
2009-05-01 01:32:26 +00:00 |
ViewProjects.h
|
Fixes to Rom's refactoring of Manager code
|
2008-10-30 01:55:11 +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
|
- MGR: Turn GetViewName into the unlocalized version of the view
|
2009-05-01 01:32:26 +00:00 |
ViewResources.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
ViewStatistics.cpp
|
- MGR: Turn GetViewName into the unlocalized version of the view
|
2009-05-01 01:32:26 +00:00 |
ViewStatistics.h
|
- added copyright and license info to .C, .cpp, .h files
|
2008-08-06 18:36:30 +00:00 |
ViewTransfers.cpp
|
svn path=/trunk/boinc/; revision=18753
|
2009-07-28 18:20:29 +00:00 |
ViewTransfers.h
|
Fixes to Rom's refactoring of Manager code
|
2008-10-30 01:55:11 +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
|
- client: fixed nasty bug that caused GPU jobs to crash on startup
|
2009-05-28 19:26:27 +00:00 |
ViewWork.h
|
Fixes to Rom's refactoring of Manager code
|
2008-10-30 01:55:11 +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
|
- MGR: Make the Account Manager Properties page and the Project
|
2009-06-19 16:30:08 +00:00 |
WelcomePage.h
|
- MGR: Massive wizard cleanup
|
2009-06-19 06:42:36 +00:00 |
WizardAttachProject.cpp
|
- MGR: Make the Account Manager Properties page and the Project
|
2009-06-19 16:30:08 +00:00 |
WizardAttachProject.h
|
- MGR: Introduce the cookie detection failure URL to the
|
2009-06-12 21:34:33 +00:00 |
_wx_intellisense.h
|
…
|
|
browser.cpp
|
- MGR: Fix the case where user visits Grid Republic with IE 7 and
|
2009-06-18 21:49:28 +00:00 |
browser.h
|
- MGR: Introduce the notion of a Return URL to the attach to
|
2009-06-12 17:50:03 +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
|
…
|
|
resource.h
|
…
|
|
sg_BoincSimpleGUI.cpp
|
MGR: Finish merging "Attach to account manager" functionality into "Attach to project" wizard
|
2009-05-15 08:21:04 +00:00 |
sg_BoincSimpleGUI.h
|
Mac MGR: Add keyboard shortcuts command-shift-S, command-shift-A to switch views
|
2009-04-16 00:30:42 +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: Don't convert strings to ANSI juts to have to reconvert them
|
2009-01-15 18:57:44 +00:00 |
sg_DlgMessages.h
|
MGR: Add style wxFULL_REPAINT_ON_RESIZE to Task Pane, remove previous attempts to fix its backgorund erase; remove obsolete m_bForceUpdateSelection logic.
|
2008-12-02 01:24:32 +00:00 |
sg_DlgPreferences.cpp
|
fixes #712
|
2009-02-25 16:03:43 +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: Finish merging "Attach to account manager" functionality into "Attach to project" wizard
|
2009-05-15 08:21:04 +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
|
- WIN: First pass through the code to fix compliation errors when
|
2009-04-23 03:40:49 +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
|
- GUI RPC: finish the changed started above;
|
2009-01-13 22:46:58 +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
|
- MGR: My first attempt to handle the project list control was turning
|
2009-06-30 02:05:46 +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 |