Commit Graph

10298 Commits

Author SHA1 Message Date
Rom Walton 286de0195a - Tag for 5.10.5 release, all platforms
boinc_core_release_5_10_5
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12898
2007-06-12 02:51:46 +00:00
David Anderson dd6ec58155 - Project initialization: create project home page
and schedulers.txt file in a way that will work
    with UMTS ISPs (which strip out comments)

html/user/
    sample_index.php
py/Boinc/
    setup_project.py

svn path=/trunk/boinc/; revision=12896
2007-06-11 22:19:02 +00:00
David Anderson e8d8a28e63 - client: enforce_schedule(): if try to preempt a
process that's not running, at least mark it as preempted.
    (this should never happen in principle)
- API: compile fix for Mac

api/
    graphics2_unix.C
client/
    cpu_sched.C

svn path=/trunk/boinc/; revision=12895
2007-06-11 21:56:56 +00:00
David Anderson 52c2fe8b33 - change new XML parser to handle XML comments (<!-- ... -->)
client/
		log_flags.C
	lib/
		parse.C,h

svn path=/trunk/boinc/; revision=12894
2007-06-11 21:30:26 +00:00
David Anderson 49d435913e - client: if statefile has an app version an unknown platform,
change it to the primary platform.
    The probably cause of this is that the user switched to
    a 64-bit client, then back to the 32-bit client.
    If we reject the app version, it would e.g. cause CPDN
    WUs to get aborted in the middle.
    
client/
    cs_statefile.C

svn path=/trunk/boinc/; revision=12893
2007-06-11 18:52:51 +00:00
Janus B. Kristensen 002454ac04 Added checks.php containing common code between the Bittorrent tracker and the scraping mechanism.
svn path=/trunk/boinc/; revision=12892
2007-06-11 18:43:25 +00:00
David Anderson b864f21274 - manager: fix bug in parsing of all-projects list
(caused Wizard list to be empty)
	- manager: change (web) to WWW

	client/
		acct_mgr.C
		cs_statefile.C
	clientgui/
		ProjectListCtrl.cpp
	lib/
		gui_rpc_client_ops.C

svn path=/trunk/boinc/; revision=12891
2007-06-11 18:34:26 +00:00
Janus B. Kristensen 78e3c55f9c Id property
svn path=/trunk/boinc/; revision=12890
2007-06-11 18:30:19 +00:00
Janus B. Kristensen d046a24720 Id property
svn path=/trunk/boinc/; revision=12889
2007-06-11 18:29:57 +00:00
Janus B. Kristensen c1f14e0b53 Id property
svn path=/trunk/boinc/; revision=12888
2007-06-11 18:29:40 +00:00
Janus B. Kristensen 7cb97a4c6d Id property
svn path=/trunk/boinc/; revision=12887
2007-06-11 18:29:23 +00:00
Janus B. Kristensen e17e716185 svn path=/trunk/boinc/; revision=12886 2007-06-11 18:28:57 +00:00
Janus B. Kristensen d87fa93503 Common code for checks used in both the tracker and the scrape mechanism.
svn path=/trunk/boinc/; revision=12885
2007-06-11 18:27:24 +00:00
Janus B. Kristensen 035a91efbb Property changes
svn path=/trunk/boinc/; revision=12884
2007-06-11 18:24:12 +00:00
Jens Seidler cbb9e93b76 Localization: BOINC website and BOINC Manager language files updated: Chinese simplified(zh_CN), French(fr)
svn path=/trunk/boinc/; revision=12882
2007-06-11 05:15:21 +00:00
Rom Walton 6b53451555 Quick Updates
svn path=/trunk/boinc/; revision=12881
2007-06-10 16:04:44 +00:00
Charlie Fenton bd9fe90e75 Release Mac BOINC 5.10.4
svn path=/trunk/boinc/; revision=12880
2007-06-10 09:17:59 +00:00
Rom Walton 9340500f45 Quick Updates
svn path=/trunk/boinc/; revision=12879
2007-06-09 23:55:46 +00:00
Rom Walton 772c7e94b8 - Tag for 5.10.4 release, all platforms
boinc_core_release_5_10_4
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12877
2007-06-09 23:05:32 +00:00
David Anderson b8f257685b - client: fixed bug in prefs parsing
lib
		prefs.C

svn path=/trunk/boinc/; revision=12873
2007-06-09 15:01:10 +00:00
Charlie Fenton 7e4240f179 Release Mac BOINC 5.10.3
svn path=/trunk/boinc/; revision=12872
2007-06-09 11:48:56 +00:00
Charlie Fenton 594d9cb71d svn path=/trunk/boinc/; revision=12871 2007-06-09 11:42:49 +00:00
Charlie Fenton 4cd343ce68 Mac: move uninstaller, COPYING and COPYRIGHT files to a subdirectory in Manager distributions.
svn path=/trunk/boinc/; revision=12870
2007-06-09 11:42:26 +00:00
Charlie Fenton 442f6c6eac Mac: Better application icons for installer, uninstaller.
svn path=/trunk/boinc/; revision=12869
2007-06-09 11:41:21 +00:00
Charlie Fenton 622ccb4169 Reduce jaggedness of artwork
svn path=/trunk/boinc/; revision=12868
2007-06-09 03:11:03 +00:00
Charlie Fenton ff2a51011e Clean up artwork a bit
svn path=/trunk/boinc/; revision=12867
2007-06-09 02:09:42 +00:00
Charlie Fenton 64c05758d4 Make icon a little less jagged
svn path=/trunk/boinc/; revision=12866
2007-06-09 02:01:18 +00:00
Charlie Fenton c7b8510e1e Make icon a little less jagged
svn path=/trunk/boinc/; revision=12865
2007-06-09 01:52:27 +00:00
Rom Walton 8e1b87f097 Quick Updates
svn path=/trunk/boinc/; revision=12863
2007-06-08 23:36:34 +00:00
David Anderson 2f2757d4e9 - sched compile fix
sched/
    server_types.C

svn path=/trunk/boinc/; revision=12862
2007-06-08 23:01:25 +00:00
Rom Walton b6ed589826 - Tag for 5.10.3 release, all platforms
boinc_core_release_5_10_3
    
    client/
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=12861
2007-06-08 22:11:57 +00:00
David Anderson e04f4acb57 - fix bugs introduced by recent XML changes
lib/
		gui_rpc_client_ops.C
		parse.C
		prefs.C

svn path=/trunk/boinc/; revision=12860
2007-06-08 15:56:23 +00:00
Rom Walton 9ad6f6af79 - fixes #237 - current BM fails to build with wxWidgets
unicode variant
      (Applied Frank Thomas's patch)
    
    clientgui/
        SkinManager.cpp

svn path=/trunk/boinc/; revision=12859
2007-06-08 15:49:37 +00:00
Charlie Fenton 910436c1e7 svn path=/trunk/boinc/; revision=12858 2007-06-08 12:00:47 +00:00
Charlie Fenton 92dee4fa96 Mac: Add application icons to installer, uninstaller; add "are you sure?" dialog to uninstaller. Fix installer copyright and version strings.
svn path=/trunk/boinc/; revision=12856
2007-06-08 11:17:11 +00:00
Charlie Fenton 88ca396858 Mac: Add application icons to installer, uninstaller; add "are you sure?" dialog to uninstaller. Fix installer copyright and version strings.
svn path=/trunk/boinc/; revision=12855
2007-06-08 11:16:48 +00:00
Charlie Fenton 489d106ef2 Mac: Add application icons to installer, uninstaller; add "are you sure?" dialog to uninstaller. Fix installer copyright and version strings.
svn path=/trunk/boinc/; revision=12854
2007-06-08 11:14:50 +00:00
David Anderson d2342fca77 svn path=/trunk/boinc/; revision=12852 2007-06-08 08:03:02 +00:00
David Anderson b4087e0e1b svn path=/trunk/boinc/; revision=12850 2007-06-08 07:55:27 +00:00
David Anderson 18c29a91ee - rename BOINC_DIAG_USEDEFALUTS (??) to BOINC_DIAG_DEFAULTS
api/
    boinc_api.C
lib/
    diagnostics.h

svn path=/trunk/boinc/; revision=12848
2007-06-08 07:38:17 +00:00
Rom Walton 80563bb429 - fixes #241: BOINC Manager should only display one of each
project, no mater how many time you switch to and from
        the page.

    clientgui/
        ProjectInfoPage.cpp, .h

svn path=/trunk/boinc/; revision=12847
2007-06-07 16:10:38 +00:00
Charlie Fenton 07de3b3e29 Mac: Update visible copyright date from 2006 to 2007.
svn path=/trunk/boinc/; revision=12846
2007-06-07 14:12:49 +00:00
Charlie Fenton e31f4033c8 Further work on BONC Mac uninstaller
svn path=/trunk/boinc/; revision=12845
2007-06-07 14:11:58 +00:00
Rom Walton 324b8ae133 svn path=/trunk/boinc/; revision=12844 2007-06-07 12:34:11 +00:00
Charlie Fenton b9e73c2379 Further work on BONC Mac uninstaller
svn path=/trunk/boinc/; revision=12843
2007-06-07 12:24:29 +00:00
Rom Walton 50d6ed1b94 - WinSETUP: The VBS custom action should delete the existing
VBS script in the various uninstall modes.

    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.rc
        CACreateVBSShortcut.cpp, .h
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=12842
2007-06-07 12:15:05 +00:00
Charlie Fenton c160cccdb8 Mac: Define NDEBUG in all projects for all deployment builds.
svn path=/trunk/boinc/; revision=12841
2007-06-06 19:54:25 +00:00
Charlie Fenton 52a971127a Mac: Define NDEBUG in all projects for all deployment builds.
svn path=/trunk/boinc/; revision=12840
2007-06-06 19:54:01 +00:00
Charlie Fenton 09677b69fa Mac: Fix a minor bug which caused an assert in backtrace code.
svn path=/trunk/boinc/; revision=12839
2007-06-06 19:31:13 +00:00
David Anderson c2a01e498e svn path=/trunk/boinc/; revision=12838 2007-06-06 18:55:35 +00:00