Commit Graph

16311 Commits

Author SHA1 Message Date
BOINC Translator 5f8ec21dd3 Update Translations
svn path=/trunk/boinc/; revision=22035
2010-07-22 19:00:06 +00:00
David Anderson afa6a3bbaf - client: have project update fetch RSS feeds as well as doing
a scheduler RPC.
    This is to facilitate debugging, and is probably temporary.

svn path=/trunk/boinc/; revision=22034
2010-07-22 18:42:15 +00:00
David Anderson 6ae36bea6e - server: compile warning fixes
svn path=/trunk/boinc/; revision=22033
2010-07-22 18:22:14 +00:00
David Anderson 8856092154 svn path=/trunk/boinc/; revision=22032 2010-07-22 18:03:30 +00:00
BOINC Translator 04bc7d4169 Update Translations
svn path=/trunk/boinc/; revision=22031
2010-07-22 18:00:04 +00:00
BOINC Translator 1baeb53ddb Update Translations
svn path=/trunk/boinc/; revision=22030
2010-07-22 16:00:05 +00:00
Charlie Fenton d47cef317a MGR: Don't save bogus window dimensions when iconized
svn path=/trunk/boinc/; revision=22029
2010-07-22 11:50:24 +00:00
Charlie Fenton 988d08d1cc MGR: Make Event Log Window persistent, hide it when closing main window
svn path=/trunk/boinc/; revision=22028
2010-07-22 10:59:26 +00:00
Charlie Fenton f2113e781c Mac: Delete source files sg_SGUIListControl.cpp,.h from XCode project
svn path=/trunk/boinc/; revision=22027
2010-07-22 10:30:09 +00:00
Charlie Fenton c8a3532c41 - MGR: Mark all notices as having been read if either Simple GUI messages dialog or Advanced GUI Notices tab is open
svn path=/trunk/boinc/; revision=22026
2010-07-22 00:53:41 +00:00
David Anderson 9c68d40d78 svn path=/trunk/boinc/; revision=22025 2010-07-21 19:05:06 +00:00
David Anderson ef044d6841 - client/manager: add the ability to associate URLs with
client-generated notices.
    Use this as appropriate: e.g., for errors about cc_config.xml syntax,
    direct user to the web page describing this syntax.

svn path=/trunk/boinc/; revision=22024
2010-07-21 19:04:46 +00:00
Rom Walton de495912b5 - MGR: Make the simple GUI messages dialog display notices instead.
clientgui/
        sg_BoincSimpleGUI.cpp
        sg_DlgMessages.cpp, .h
        sg_SGUIListControl.cpp, .h (deleted)
    win_build/
        boincmgr.vcproj

svn path=/trunk/boinc/; revision=22023
2010-07-21 18:37:27 +00:00
Tuan Le 812ce585a8 fix memory leak
svn path=/trunk/boinc/; revision=22022
2010-07-21 18:28:58 +00:00
Rom Walton 9fc06ef7cf - WINSETUP: Update validate install procedure to account for the
removal of boinclog.exe.
    
    win_build/installerv2/
        BOINC.ism
        BOINCx64.ism
    win_build/installerv2/redist/Windows/src/boinccas/
        CAValidateInstall.cpp
    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=22021
2010-07-21 17:38:48 +00:00
Rom Walton c486ee55fe - Tag for 6.11.3 release, all platforms
boinc_core_release_6_11_3

    /
        configure.ac
        version.h

svn path=/trunk/boinc/; revision=22019
2010-07-21 16:41:02 +00:00
David Anderson fba290f19a - manager: in simple view, where it says Elapsed time,
show elapsed rather than CPU time


svn path=/trunk/boinc/; revision=22018
2010-07-21 16:19:37 +00:00
David Anderson a33d6a6f8b - client: don't do two RSS fetches at once
- manager: WxWidget's HTML renderer doesn't seem to like \n's.
		For example, if you try to render
			foo
			<img src=...>
			blah
		all it shows is foo.
		Work around this by replacing \n's with <br>

svn path=/trunk/boinc/; revision=22017
2010-07-20 23:13:26 +00:00
David Anderson bb35d196ef - Unix build: don't error out if xcb or xcb-atom aren't found;
just don't build the screensaver

svn path=/trunk/boinc/; revision=22016
2010-07-20 21:24:47 +00:00
David Anderson a65517bf60 - client: don't archive system notices,
so they don't persist across client restarts.
    These notices are for transient conditions.
    If the user has fixed the condition,
    there's no reason to keep showing the notice.
    If they haven't fixed it, the notice will be regenerated soon.
- manager: fix spelling error in simple GUI.

svn path=/trunk/boinc/; revision=22015
2010-07-20 21:15:15 +00:00
Charlie Fenton 049c50586c lib: fix compiler warnings
svn path=/trunk/boinc/; revision=22014
2010-07-20 10:15:11 +00:00
Charlie Fenton ecddbe3cad lib: fix compiler warnings
svn path=/trunk/boinc/; revision=22013
2010-07-20 10:10:25 +00:00
David Anderson 0c948a656a - client: init gstate.now early so that initial msgs have timestamps
- lib: fix the above

svn path=/trunk/boinc/; revision=22012
2010-07-20 04:19:22 +00:00
David Anderson 2d2a7cd8ce - lib: XML_PARSER::parse_str(): if text is enclosed in ![CDATA[,
don't entity-unescape it


svn path=/trunk/boinc/; revision=22011
2010-07-20 03:10:56 +00:00
David Anderson 7e060aa08a - client: entity-encode client-generated notices
(e.g. they may contain XML tags)


svn path=/trunk/boinc/; revision=22010
2010-07-20 00:27:37 +00:00
Rom Walton 2179576c93 - WINSETUP: Update validate install procedure to account for the
removal of boinc.dll and addition of boinclog.exe.
    - MGR: Move auto-proxy detection code into its own thread.
    
    client/
        main.cpp
        sysmon_win.cpp
    win_build/installerv2/
        BOINC.ism
        BOINCx64.ism
    win_build/installerv2/redist/Windows/src/boinccas/
        CAValidateInstall.cpp
    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=22009
2010-07-19 22:09:45 +00:00
Tuan Le d0f9b4554e some changes to correctly include the opencl header file on different platforms.
svn path=/trunk/boinc/; revision=22008
2010-07-19 22:04:44 +00:00
Tuan Le 3d57bb38ed atiopencl makefile for mac os x 10.6 completed
svn path=/trunk/boinc/; revision=22007
2010-07-19 21:39:19 +00:00
Tuan Le c9cd37c44c svn path=/trunk/boinc/; revision=22006 2010-07-19 20:28:39 +00:00
Tuan Le f5d95ecd53 svn path=/trunk/boinc/; revision=22005 2010-07-19 20:11:23 +00:00
David Anderson 0b26a28259 - Added Linux screensaver from Nils Brause.
Note: I can't get this to build because if requires
    a package (xcb-atom) that I can't find.
    Need to resolve this.

svn path=/trunk/boinc/; revision=22004
2010-07-19 20:06:49 +00:00
BOINC Translator 461b9eba47 Update Translations
svn path=/trunk/boinc/; revision=22003
2010-07-19 20:00:04 +00:00
BOINC Translator f5246f33ae Commit from BOINC Translation Services by user CanceleratoR. 33 of 33 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=22002
2010-07-19 19:30:31 +00:00
Tuan Le 48c9d1e4e5 atiopencl: BOINC's LGPL license added. Fix format. Add comments. Remove readme.txt.
svn path=/trunk/boinc/; revision=22001
2010-07-19 18:43:19 +00:00
David Anderson 673d44ad0d - client: fix bug with --abort_jobs_on_exit that caused the client
to request new work on exit
- client: change "unparsed tag" to "unrecognized tag" in msgs
- client: get rid of unused var work_fetch_no_new_work

svn path=/trunk/boinc/; revision=22000
2010-07-19 16:44:43 +00:00
BOINC Translator dc42717bd9 Update Translations
svn path=/trunk/boinc/; revision=21999
2010-07-19 14:00:05 +00:00
BOINC Translator 12dc5e84ea Update Translations
svn path=/trunk/boinc/; revision=21998
2010-07-19 12:00:12 +00:00
BOINC Translator 97c3d28042 Update Translations
svn path=/trunk/boinc/; revision=21997
2010-07-19 08:00:20 +00:00
BOINC Translator 270f0ff8d8 Update Translations
svn path=/trunk/boinc/; revision=21995
2010-07-19 07:00:22 +00:00
BOINC Translator 46867efa88 Update Translations
svn path=/trunk/boinc/; revision=21994
2010-07-19 03:00:05 +00:00
BOINC Translator 1ff40cc7cc Update Translations
svn path=/trunk/boinc/; revision=21993
2010-07-18 19:00:04 +00:00
BOINC Translator 3ea309b8f4 Update Translations
svn path=/trunk/boinc/; revision=21991
2010-07-18 18:00:05 +00:00
BOINC Translator 83dec1fac2 Update Translations
svn path=/trunk/boinc/; revision=21989
2010-07-18 16:00:04 +00:00
BOINC Translator 05901534be Commit from BOINC Translation Services by user DavidM. 486 of 911 messages translated (43 fuzzy).
svn path=/trunk/boinc/; revision=21988
2010-07-18 09:42:11 +00:00
BOINC Translator fc1f03738a Commit from BOINC Translation Services by user DavidM. 33 of 33 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=21987
2010-07-18 09:34:50 +00:00
BOINC Translator ca44574419 Update Translations
svn path=/trunk/boinc/; revision=21986
2010-07-17 14:00:05 +00:00
BOINC Translator 42d610fbf0 Commit from BOINC Translation Services by user DavidM. 27 of 33 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=21985
2010-07-17 13:33:20 +00:00
BOINC Translator 0a809c9a0a Update Translations
svn path=/trunk/boinc/; revision=21984
2010-07-17 08:00:31 +00:00
BOINC Translator 597b71e85c Commit from BOINC Translation Services by user treppolse. 33 of 33 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=21983
2010-07-17 07:08:04 +00:00
BOINC Translator bafecf7da6 Commit from BOINC Translation Services by user treppolse. 911 of 911 messages translated (0 fuzzy).
svn path=/trunk/boinc/; revision=21982
2010-07-17 06:22:14 +00:00