Commit Graph

17766 Commits

Author SHA1 Message Date
David Anderson c1bf16f7f3 - client: we were assuming that if we ask a task to exit
and its main process exits, everything is OK.
    That's not necessarily the case - buggy apps may have
    subprocesses that the main process fails to kill.

    Solution: when we request a task to exit or abort,
    make a list of the descendants.
    When the main process exits, kill any remaining descendants.
    
    Also: we weren't checking for the ABORT_PENDING case
    in the process exit logic.
    This may explain the 5/15 second delay in detaching or
    resetting a project with running tasks


svn path=/trunk/boinc/; revision=23738
2011-06-17 04:18:28 +00:00
Charlie Fenton ba19487282 Fix typo in all projects list: Urbana-Chamapign -> Urbana-Champaign
svn path=/branches/boinc_core_release_6_12/; revision=23737
2011-06-17 00:41:21 +00:00
Charlie Fenton e456ede797 Fix typo in all projects list: Urbana-Chamapign -> Urbana-Champaign
svn path=/trunk/boinc/; revision=23736
2011-06-17 00:38:35 +00:00
Charlie Fenton 15d489756b Set tooltips of possibly ellipsed items to full text for that item so user can read it
svn path=/trunk/boinc/; revision=23735
2011-06-16 12:28:54 +00:00
Charlie Fenton 98ec7e7d7b MGR: Fix project list layout for Mac; ellipse long items by size instead of by number of characters
svn path=/trunk/boinc/; revision=23734
2011-06-16 11:40:39 +00:00
Charlie Fenton dfbb543325 MGR: Fix project list layout for Mac; ellipse long items by size instead of by number of characters
svn path=/trunk/boinc/; revision=23733
2011-06-16 11:28:36 +00:00
David Anderson 741ac20c4a - manager: tweaks to project list
svn path=/trunk/boinc/; revision=23732
2011-06-16 01:09:07 +00:00
Rom Walton 0caba02813 - MGR: Add more polish to the new project list.
clientgui/
        ProjectInfoPage.cpp, .h
    clientgui/res/
        blankicon.xpm

svn path=/trunk/boinc/; revision=23731
2011-06-16 00:40:59 +00:00
Rom Walton c1e447560f make vboxwrapper.cpp compile again
svn path=/trunk/boinc/; revision=23730
2011-06-15 23:44:03 +00:00
Rom Walton 6c85c48849 Quick Updates
svn path=/trunk/boinc/; revision=23729
2011-06-15 22:24:52 +00:00
Rom Walton 537f19083a Quick Updates
svn path=/trunk/boinc/; revision=23728
2011-06-15 22:19:04 +00:00
Rom Walton 778ab31ea2 - MGR: Update the project list in the wizard to make use
of more of the information contained in the all projects
        list and also make it more accessible than the previous
        implementation.
        
    clientgui/
        ProjectInfoPage.cpp, .h
        WizardAttach.cpp, .h
    clientgui/res/
        linuxicon.xpm
        macosicon.xpm
        windowsicon.xpm
    clientgui/res/skins/default/graphic/
        advanced_link_image.xpm
    win_build/
        libboinc.vcproj
        libboincapi_staticcrt.vcproj

svn path=/trunk/boinc/; revision=23727
2011-06-15 21:00:02 +00:00
Rom Walton 3185e08fbf Quick Updates
svn path=/trunk/boinc/; revision=23726
2011-06-15 16:04:42 +00:00
Rom Walton 1cd1c3d528 Quick Updates
svn path=/trunk/boinc/; revision=23725
2011-06-15 03:05:17 +00:00
Rom Walton b2f3e1ccae Quick Updates
svn path=/trunk/boinc/; revision=23723
2011-06-14 15:31:13 +00:00
Bernd Machenschalk c1228ed2a5 fix install headers in Makefile.mingw
svn path=/trunk/boinc/; revision=23722
2011-06-14 13:27:33 +00:00
David Anderson 61cbe110ef - web: when creating an item in News forum,
show "Export as Notice?" checkbox, and default to off.


svn path=/trunk/boinc/; revision=23721
2011-06-14 05:42:52 +00:00
Rom Walton d0850f5e6b Quick Updates
svn path=/branches/boinc_core_release_6_12/; revision=23718
2011-06-13 17:31:19 +00:00
Rom Walton cfee280428 - Tag for 6.12.33 release, all platforms
boinc_core_release_6_12_33

    /
        configure.ac
        version.h

svn path=/branches/boinc_core_release_6_12/; revision=23715
2011-06-13 16:35:38 +00:00
Rom Walton cccbc2e978 - client: initialize some PROJECT fields (from Ian Hay).
May fix bug in defer work fetch while uploading logic

    client/
        client_types.cpp

svn path=/branches/boinc_core_release_6_12/; revision=23714
2011-06-13 16:33:44 +00:00
Rom Walton 9d18a9bb6f - client: fix bug in logic that defers work fetch if upload active
client/
        cs_scheduler.cpp

svn path=/branches/boinc_core_release_6_12/; revision=23713
2011-06-13 16:32:21 +00:00
Rom Walton 505c71c6de - MGR: Event Log menu item restores Event Log when Minimized; fixed on Mac
and Windows XP, hopefully on other versions of Windows OS.
    
    clientgui/
        BOINCBaseFrame.cpp
        BOINCGUIApp.cpp

svn path=/branches/boinc_core_release_6_12/; revision=23712
2011-06-13 16:28:45 +00:00
David Anderson 05ba632e2d - client:restore --detach_phase_two as synonym for --detach_console
svn path=/trunk/boinc/; revision=23711
2011-06-12 21:30:53 +00:00
David Anderson 94e8c48220 - client: change --detach_phase_two (??) to --detach_console
- eliminate compiler warnings (e.g. shadowed vars)
    in various places, mostly in client


svn path=/trunk/boinc/; revision=23710
2011-06-12 20:58:43 +00:00
David Anderson bdb01035d6 - client: initialize some PROJECT fields (from Ian Hay).
May fix bug in defer work fetch while uploading logic

svn path=/trunk/boinc/; revision=23709
2011-06-11 20:34:16 +00:00
David Anderson 6c29473890 - update_versions: read from stdin a different way
svn path=/trunk/boinc/; revision=23708
2011-06-11 15:30:10 +00:00
David Anderson d9574bacf7 - client: fix bug in logic that defers work fetch if upload active
svn path=/trunk/boinc/; revision=23707
2011-06-10 22:21:53 +00:00
Rom Walton b2d065de82 Quick Updates
svn path=/branches/boinc_core_release_6_12/; revision=23705
2011-06-09 16:29:07 +00:00
Rom Walton bfeb5764c5 - Tag for 6.12.32 release, all platforms
boinc_core_release_6_12_32

    /
        configure.ac
        version.h

svn path=/branches/boinc_core_release_6_12/; revision=23703
2011-06-09 15:34:39 +00:00
Charlie Fenton 50b2d7f24a MGR: Event Log menu item restores Event Log when Minimized
svn path=/branches/boinc_core_release_6_12/; revision=23702
2011-06-09 09:32:06 +00:00
Charlie Fenton 3d0d724d56 MGR: Event Log menu item restores Event Log when Minimized
svn path=/trunk/boinc/; revision=23701
2011-06-09 09:25:04 +00:00
Charlie Fenton 854530ba30 MGR: Revert wording in Exit and Properties dialogs so existing translations will work
svn path=/branches/boinc_core_release_6_12/; revision=23700
2011-06-09 07:17:15 +00:00
David Anderson 0eb289df33 - API: forgot to fix boinc_api.h
svn path=/trunk/boinc/; revision=23699
2011-06-09 03:11:09 +00:00
Charlie Fenton 7339854a55 MGR: Restore list view rules again
svn path=/branches/boinc_core_release_6_12/; revision=23698
2011-06-09 00:45:53 +00:00
Charlie Fenton cf3b8996f7 MGR: Restore list view rules again
svn path=/trunk/boinc/; revision=23697
2011-06-09 00:44:59 +00:00
Rom Walton 214048d432 Quick Updates
svn path=/trunk/boinc/; revision=23696
2011-06-08 20:34:47 +00:00
Rom Walton fe8dff5f62 Quick Updates
svn path=/trunk/boinc/; revision=23694
2011-06-08 19:50:51 +00:00
Rom Walton 62273f073d Fix build break.
svn path=/branches/boinc_core_release_6_12/; revision=23692
2011-06-08 19:36:53 +00:00
Rom Walton 23b35fd94c - Tag for 6.12.31 release, all platforms
boinc_core_release_6_12_31

    /
        configure.ac
        version.h

svn path=/branches/boinc_core_release_6_12/; revision=23691
2011-06-08 17:57:09 +00:00
Rom Walton 093d368383 Quick Updates
svn path=/branches/boinc_core_release_6_12/; revision=23690
2011-06-08 17:55:56 +00:00
Rom Walton 68ed234a22 Quick Updates
svn path=/branches/boinc_core_release_6_12/; revision=23689
2011-06-08 17:10:54 +00:00
Rom Walton b1196370aa - MGR: Disable list view rules for now.
clientgui/
        BOINCBaseView.h

svn path=/branches/boinc_core_release_6_12/; revision=23687
2011-06-08 16:20:40 +00:00
Rom Walton e5c7f1188e - MGR: Disable list view rules for now.
clientgui/
        BOINCBaseView.h

svn path=/trunk/boinc/; revision=23686
2011-06-08 16:18:04 +00:00
Rom Walton 1ee42a8c15 - Tag for 6.12.30 release, all platforms
boinc_core_release_6_12_30

    /
        configure.ac
        version.h

svn path=/branches/boinc_core_release_6_12/; revision=23685
2011-06-08 16:15:33 +00:00
Rom Walton 0225c4e1d2 Quick Updates
svn path=/trunk/boinc/; revision=23684
2011-06-08 15:24:35 +00:00
Daniel Lombraña González 4ea940aecf VM CPU throttling enabled.
VM CPU time is changed according to BOINC preferences.


svn path=/trunk/boinc/; revision=23683
2011-06-08 12:24:12 +00:00
Charlie Fenton 2bd3ce4766 MGR: Rework exit dialog, client shutdown logic for second Manager instance; Shut down local Client even If not connected to it
svn path=/branches/boinc_core_release_6_12/; revision=23682
2011-06-08 11:31:19 +00:00
Charlie Fenton 5fe9bb9958 MGR: Fix About dialog to show (PowerPC) instead of (x86) when appropriate
svn path=/branches/boinc_core_release_6_12/; revision=23681
2011-06-08 11:27:00 +00:00
Charlie Fenton c030b8ee0c MGR: tweak strings related to task FLOP size
svn path=/branches/boinc_core_release_6_12/; revision=23680
2011-06-08 11:25:55 +00:00
Charlie Fenton 9bc13abc13 MGR: Use same exit confirmation dialog wording for Linux as for Windows
svn path=/branches/boinc_core_release_6_12/; revision=23679
2011-06-08 11:23:31 +00:00