Commit Graph

3072 Commits

Author SHA1 Message Date
Rom Walton 06d8009a57 MGR: Keep the BOINC logo visible in the about dialog box. 2013-04-16 16:05:23 -04:00
Rom Walton 361e6a6a7d MGR: Cleanup up the about dialog a little bit. 2013-04-16 11:07:49 -04:00
Rom Walton b3390d73fb MGR: Enforce a minimum username/email address length when we are prompting for a username or email address. 2013-04-15 15:35:32 -04:00
Charlie Fenton 6dfe0b31ac MGR: Don't display architecture (x86 vs x86_64) in About Box on Macs 2013-04-15 03:04:21 -07:00
Charlie Fenton 9b97daa34f Mac: Cix compile errors 2013-04-10 17:54:41 -07:00
Kevin Reed 658a08393a Fix issue with WCG build of client on the Add Project dialogue. If
the user was not connected to WCG, then no option was selected by
default.  Now, the 'Add Project' option will be shown as selected.
2013-04-10 17:23:43 -05:00
Kevin Reed c7de1efaf5 Fix bug in WCG version of client when using the project_init.xml
file it initiate auto-attach to World Community Grid.
2013-04-10 09:52:24 -05:00
Rom Walton 58a61e7533 MGR: Fix the text for the 'reread config files' menu option. 2013-04-09 12:45:09 -04:00
Rom Walton 6637619379 MGR: Check the size of the stats vectors before attempting to tabulate the results. 2013-04-09 12:26:25 -04:00
Charlie Fenton 17ddcfe941 MGR: Fix minor cosmetic issue rendering Task Selection Control in Simple View on Mac. 2013-04-09 02:20:50 -07:00
Charlie Fenton 9be94b09c5 MGR: fix crash bug in Simple View preferences dialog 2013-04-01 02:25:55 -07:00
Rom Walton d85be7944d MGR: Revise how CPU Architecture is determined in the about dialog box per Gianfranco's recommendation. 2013-03-27 11:51:55 -04:00
Charlie Fenton f997f7da41 MGR: Downloading images in notices using asynchronous WinInet (Windows Internet I/O) code finally seems to be working for all 3 of us who have tested it. 2013-03-23 02:23:06 -07:00
David Anderson 128da198b6 - client: rename two different functions named backoff()
to make it easier to see what's going on.
- fix code formatting in manager
2013-03-22 10:43:05 +01:00
David Anderson 235438fd4e - Manager (Win): case-insensitive check for .exe ending of exclusive apps 2013-03-22 10:43:05 +01:00
Rom Walton 3b942e2ece MGR: Update copyright year 2013-03-22 10:31:43 +01:00
Rom Walton 528291aab3 MGR: Add missing static text back to the welcome page for the attach wizard. 2013-03-22 10:28:21 +01:00
Charlie Fenton e1d92c76b7 MGR: Fix bugs in code which limits event log to 2000 messages 2013-03-22 10:28:20 +01:00
Charlie Fenton 04ae068988 MGR: Fix bugs in code which limits event log to 2000 messages 2013-03-22 10:28:20 +01:00
Charlie Fenton a98f7f962e MGR: Fix bugs in code which limits event log to 2000 messages 2013-03-22 10:25:39 +01:00
Charlie Fenton 909302c9d1 MGR: Fix bugs in code which limits event log to 2000 messages 2013-03-22 10:25:39 +01:00
David Anderson f431c28c16 - Manager: fix build breaks on Win. You can't just say "#elif". 2013-03-15 13:38:44 +01:00
Kevin Reed 2a70826f9a Further modifications to the World Community Grid installer and skin for
BOINC 7
2013-03-15 13:38:44 +01:00
Kevin Reed a9f62ce5fc Modify the GUI for the Attach to Project Wizard for the World Community Grid
version of the client.  These changes should make clearer the difference
between attaching to a new BOINC project vs changing which applications a
user is choosing to run at World Community Grid.
2013-03-15 13:38:44 +01:00
Rom Walton 8b7902bb84 MGR: Disable the download of image files for now. Revisit policy after the next public release. 2013-03-07 11:31:39 +01:00
Charlie Fenton a72486dc30 MGR: Remove temporary debugging fprintf's - missed one line before 2013-03-07 11:31:39 +01:00
Charlie Fenton fd8e96ab1b MGR: Remove temporary debugging fprintf's 2013-03-07 11:31:38 +01:00
David Anderson 37cdac1944 - manager: don't show DCF in project properties page if it's 1 2013-03-07 11:31:38 +01:00
Charlie Fenton 698aa9f5d9 MGR: Fix memory leaks, add debug fprintf's trying to find cause of crashes when retrying load of images in notices 2013-03-07 11:30:08 +01:00
Charlie Fenton 97f135a088 MGR: if InternetReadFile() sets ERROR_IO_PENDING error, we need to call it again to get the next chunk of data 2013-03-07 11:30:08 +01:00
Rom Walton 4b641c1d33 MGR: Make the flags to InternetReadFileEx() match those of InternetOpen(). Mixed flags can cause unpredictable results. 2013-03-07 11:28:43 +01:00
Rom Walton aaeadd0a30 boincmgr: patch to change temporaries to long. Fixes# 1226
(From: Alyssa Milburn) Thanks Gianfranco Costamagna
2013-03-07 11:21:45 +01:00
Oliver Bock eb94271cb5 Merge commit '0601bdbd1957419ed81d881de947e269bd01ab1c' into master 2013-03-05 17:33:49 +01:00
Charlie Fenton 0601bdbd19 Attempt to fix appearance of Simple View buttons on Windows 2013-03-05 17:30:04 +01:00
Charlie Fenton 7a0e89014c MGR: Center the Simple View slide show area, fix wrapping of project description text when project has no slide show 2013-03-05 17:26:33 +01:00
Charlie Fenton f4224ce772 MGR: Fix a minor glitch rendering corners of backgrounds of Task and Project areas in Linux Simple View 2013-03-05 17:26:33 +01:00
Charlie Fenton 3bb191e69f MGR: Simple View slide show area should be a fixed size 2013-03-05 17:14:15 +01:00
Charlie Fenton 21dfbb75af MGR: Make my recent Event Log changes a little more robust 2013-03-05 16:57:51 +01:00
Charlie Fenton e0dc22a52b MGR: Limit event log to 2000 messages, deleting oldest if necessary 2013-03-05 16:42:45 +01:00
Charlie Fenton 031dbae81b MGR: Limit event log to 2000 messages, deleting oldest if necessary 2013-03-05 16:42:45 +01:00
Charlie Fenton af10fb6cdd MGR: Limit event log to 2000 messages, deleting oldest if necessary 2013-03-05 16:42:45 +01:00
Rom Walton 984c23558e MGR: SimpleGUI: Make the Notices/Suspend/Resume/Help button borders transparent. The other buttons will take a bit more work. 2013-03-05 16:42:44 +01:00
Rom Walton b2c53551b6 - World Community Grid: Update our Skin for the 7.0 client
- World Community Grid: Delete files from the old skin
- World Community Grid: Fix compile error in custom World Community Grid section of code
- World Community Grid: Update the Windows build files for World Community Grid
- World Community Grid: Update installater and related files for version 7
- World Community Grid: Add WCG directory to section of .gitignore for installer files
2013-03-05 16:42:44 +01:00
Charlie Fenton dbb669fc10 Fix wild card in Exclusive Apps dialog for Linux (from Gianfranco Costamagna) 2013-03-05 16:34:58 +01:00
David Anderson 8d71408978 Manager: right-justify task deadline in advanced view 2013-03-05 16:34:58 +01:00
David Anderson 3453ed7814 - manager: fix some compile warnings on Unix 2013-03-05 15:12:52 +01:00
Charlie Fenton ea1123cad6 MGR: Fix assert when all_projects_list.xml file is missing 2013-03-05 14:52:38 +01:00
Charlie Fenton 20e7f9867e MGR: Fix class name collision with MemFSHashObj in fs_mem.cpp in wxWidgets which caused Manager crashes 2013-03-05 14:52:38 +01:00
Rom Walton 2b01999986 MGR: Add the FreeBSD icon to the Attach Wizard (From RustyBSD) 2013-03-05 14:52:38 +01:00
Rom Walton b0706d702f MGR: Properly handle the back button on the wizard page that asks for credentials. We'll need to revisit this issue for cookie and automatic attach situations though. 2013-03-05 14:52:38 +01:00