Commit Graph

15435 Commits

Author SHA1 Message Date
Rom Walton 1e75c93b19 Quick Updates
svn path=/trunk/boinc/; revision=20790
2010-03-04 15:46:37 +00:00
Charlie Fenton 5f62c184c0 MGR: in Event Log: enable, disable buttons immediately when selecting or deselecting items; fix Mac-only drawing bug when window is inactive.
svn path=/trunk/boinc/; revision=20789
2010-03-04 12:06:18 +00:00
Charlie Fenton 46e2905e95 MGR:Don't alternate gray and white backgrounds in lists; use wxLC_HRULES flag instead.
svn path=/trunk/boinc/; revision=20787
2010-03-04 10:35:02 +00:00
David Anderson 5b7f8b8348 - web: fix bug that caused "send email" and "show hosts"
in project prefs to always select "no"


svn path=/trunk/boinc/; revision=20786
2010-03-04 04:16:00 +00:00
David Anderson c0ad0f3745 - update_versions: if file is already in download dir,
and is the same, don't copy (it might not be writeable)
- client: change "result" to "task" in user-visible messages

svn path=/trunk/boinc/; revision=20785
2010-03-03 23:52:20 +00:00
David Anderson a8ed958cd6 - scheduler: cuda_fermi class needs CUDA version 3.0+
- boinccmd: "result" -> "task"

svn path=/trunk/boinc/; revision=20784
2010-03-03 22:36:36 +00:00
Rom Walton b6b528f690 Quick Updates
svn path=/trunk/boinc/; revision=20783
2010-03-03 22:15:46 +00:00
Rom Walton c97d777998 - client: more Windows SKU detection changes
(from: [P3D] Crashtest)

    client/
        hostinfo_win.cpp

svn path=/trunk/boinc/; revision=20782
2010-03-03 22:06:03 +00:00
David Anderson 12a85e5ced - scheduler: code cleanup: goto considered harmful
- scheduler: when calculate scheduler runtime,
    don't include the part reading request msg from client.
    That can be misleadingly long

svn path=/trunk/boinc/; revision=20781
2010-03-03 19:29:23 +00:00
Rom Walton 84554063f1 - MGR: Use theme colors when setting up the color scheme for list items.
The previous use of gray just happened to be the same color as the
        deselected but highlighted list item which caused the 'gray'
        backgrounded items to display a white background after Windows
        inverted the color for highlighting. By using theme colors we avoid
        having to worry about such things.
        
    clientgui/
        BOINCBaseView.cpp
        DlgEventLog.cpp

svn path=/trunk/boinc/; revision=20780
2010-03-03 18:46:21 +00:00
Charlie Fenton f912708105 MGR: Save & restore separate size info for project, task property dialogs; save positions on Mac
svn path=/trunk/boinc/; revision=20777
2010-03-03 01:53:02 +00:00
Charlie Fenton 7ba5ea88b2 MGR: Save & restore separate size info for project, task property dialogs; save positions on Mac
svn path=/trunk/boinc/; revision=20775
2010-03-03 01:47:41 +00:00
David Anderson 87a8fb1aee - client: generalize the GUI RPC mechanism to access via HTTP.
The handler checks for POST headers,
		and if present adds a reply header.
		Also: remove the restriction that request messages
		must be read in their entirety on the first recv().

		I'm testing this using javascript's XMLHttpRequest.
		It's not completely working;
		the browser sends an OPTIONS request, then sends a POST.
		The BOINC client parses and replies to these,
		but for some reason the browser doesn't seem to be
		parsing the POST reply.

svn path=/trunk/boinc/; revision=20774
2010-03-02 22:52:22 +00:00
David Anderson fe67e7c4e9 - add remote job submission system (from Toni Giorgino)
svn path=/trunk/boinc/; revision=20773
2010-03-02 19:39:40 +00:00
David Anderson e8f8c7bde2 - API: Win: resume other threads before exiting from timer thread.
Attempt to fix E@h bug.
- client: fix messages: asking for X instances doesn't mean
    that X instances are idle

svn path=/trunk/boinc/; revision=20772
2010-03-02 18:58:34 +00:00
Rom Walton 4f2c78d4e9 - client: Add missing European SKUs to the host detection code.
(from: Robert Kreß)
        
    client/
        hostinfo_win.cpp

svn path=/trunk/boinc/; revision=20771
2010-03-02 18:04:27 +00:00
Charlie Fenton f2f7983200 Fix typo in checkin notes
svn path=/trunk/boinc/; revision=20770
2010-03-02 13:25:23 +00:00
Charlie Fenton 4a2bc02de8 Fix typo in checkin notes
svn path=/trunk/boinc/; revision=20769
2010-03-02 13:25:02 +00:00
Charlie Fenton 0d7783178f MGR: Keep getting messages even if the Event Log is not open fo prevent loss of data
svn path=/trunk/boinc/; revision=20768
2010-03-02 13:24:22 +00:00
Charlie Fenton bf7b3e552b MGR: Fix more Event Log bugs
svn path=/trunk/boinc/; revision=20767
2010-03-02 13:09:06 +00:00
Charlie Fenton 7c4d87d486 Release Mac BOINC 6.10.36 to alpha test
svn path=/trunk/boinc/; revision=20766
2010-03-02 02:22:12 +00:00
David Anderson 2a12a8fb8b - client: if suspending apps because of CPU benchmarks,
leave them in memory

svn path=/trunk/boinc/; revision=20765
2010-03-02 01:24:03 +00:00
Rom Walton 2a5248cf39 - client: Improve error checking with CPU detection features.
- lib: cleanup some warnings.
    
    client/
        hostinfo_win.cpp
    lib/
        str_util.h

svn path=/trunk/boinc/; revision=20764
2010-03-02 00:21:40 +00:00
David Anderson 9020d0b715 - server: if MySQL version is 5.0.19 <= v < 5.1,
set the reconnect option before real_connect() instead of after.
    From Oliver Bock.

svn path=/trunk/boinc/; revision=20763
2010-03-01 19:12:19 +00:00
Rom Walton 1b91ec8720 Quick Updates
svn path=/trunk/boinc/; revision=20762
2010-03-01 17:53:48 +00:00
David Anderson 0a9f5d1433 - client: fix bug that interfered with work fetch
for particular resources in anonymous platform case.

svn path=/trunk/boinc/; revision=20755
2010-03-01 04:35:39 +00:00
BOINC Translator 314a0ea4c2 Update Translations
svn path=/trunk/boinc/; revision=20754
2010-02-28 13:00:08 +00:00
David Anderson b7d48765a8 - client: if have coproc jobs but coproc is missing,
skip those jobs in RR sim.
    Otherwise we add stuff to uninitialized data structures,
    and a crash can result.
- client: initialize the above data structures anyway


svn path=/trunk/boinc/; revision=20753
2010-02-28 04:32:10 +00:00
BOINC Translator df7f9d884b Update Translations
svn path=/trunk/boinc/; revision=20752
2010-02-27 14:00:10 +00:00
BOINC Translator 44a21de1d9 Update Translations
svn path=/trunk/boinc/; revision=20751
2010-02-27 11:00:03 +00:00
David Anderson dc0b76494c - client: if suspend a file xfer, set upload_offset to -1;
that way it will query server for file length when it resumes,
		rather than uploading from the beginning
	- client: back out SEH handling for GPU detection

svn path=/trunk/boinc/; revision=20750
2010-02-27 01:04:14 +00:00
David Anderson f82216e203 - scheduler: add plan class "cuda_fermi":
requires CUDA 2.3 and compute capability 2.0+

svn path=/trunk/boinc/; revision=20748
2010-02-26 23:45:12 +00:00
David Anderson 09b0a9f93c - admin web: reorganize main page;
add "transition all" command

svn path=/trunk/boinc/; revision=20745
2010-02-26 21:34:20 +00:00
Rom Walton 04b6570f96 - client: Add SEH handlers around the Nvidia and ATI detection
routines.  Take care of situations where something within
        the vendors functions cause a crash.
        
    client/
        coproc_detect.cpp

svn path=/trunk/boinc/; revision=20744
2010-02-26 18:03:39 +00:00
David Anderson 263720bd0e svn path=/trunk/boinc/; revision=20743 2010-02-26 16:41:30 +00:00
BOINC Translator 60d518f200 Update Translations
svn path=/trunk/boinc/; revision=20742
2010-02-26 16:00:02 +00:00
Charlie Fenton a40f1516a7 MGR: Add to Event Log filtering by project, gray & white alternating backgrounds, dimming when connection lost
svn path=/trunk/boinc/; revision=20741
2010-02-26 12:32:38 +00:00
Charlie Fenton a3082cb2e0 Release BOINC Mac 6.10.35 to alpha test
svn path=/trunk/boinc/; revision=20740
2010-02-26 09:48:36 +00:00
Charlie Fenton 804be2ad2a MGR: Save and restore height and width of Properties dialog; fix comments
svn path=/trunk/boinc/; revision=20738
2010-02-26 09:18:53 +00:00
David Anderson a11e452c31 svn path=/trunk/boinc/; revision=20737 2010-02-26 00:30:09 +00:00
Rom Walton 6fe1c90c75 Quick Updates
svn path=/trunk/boinc/; revision=20735
2010-02-25 18:03:46 +00:00
David Anderson 811c61e79a svn path=/trunk/boinc/; revision=20734 2010-02-25 17:51:41 +00:00
Rom Walton 24f49eac73 - WIN: Add some missing CPU features to the feature list
- WIN: Make sure the Brand string for a CPU is printable. Older Intel
        processors have some control characters.
        
    client/
        hostinfo_win.cpp

svn path=/trunk/boinc/; revision=20729
2010-02-25 15:48:54 +00:00
Charlie Fenton 16e1ca0485 MGR: Fix Advanced Dialog sizer bug on Mac, make it no longer resizeable by user.
svn path=/trunk/boinc/; revision=20727
2010-02-25 09:48:57 +00:00
BOINC Translator 13513e3e24 Update Translations
svn path=/trunk/boinc/; revision=20726
2010-02-24 22:00:02 +00:00
BOINC Translator fec4adbc5d Commit from BOINC Translation Services by user LocutusOfBorg. 683 of 918 messages translated (39 fuzzy).
svn path=/trunk/boinc/; revision=20725
2010-02-24 20:41:05 +00:00
BOINC Translator 79ffa3ed46 Commit from BOINC Translation Services by user LocutusOfBorg. 683 of 918 messages translated (38 fuzzy).
svn path=/trunk/boinc/; revision=20724
2010-02-24 20:35:49 +00:00
BOINC Translator ecd6eda8f0 Update Translations
svn path=/trunk/boinc/; revision=20723
2010-02-24 17:00:02 +00:00
BOINC Translator 79c08c8ed1 Update Translations
svn path=/trunk/boinc/; revision=20722
2010-02-24 16:00:03 +00:00
BOINC Translator 61e65510b1 Update Translations
svn path=/trunk/boinc/; revision=20721
2010-02-24 15:00:03 +00:00