Commit Graph

1597 Commits

Author SHA1 Message Date
Rom Walton 1be9336065 - MGR: Fix build breaks on Windows
clientgui/
        ViewProjectsGrid.h
        ViewWorkGrid.cpp, .h
    win_build/
        boincmgr_curl.vcproj

svn path=/trunk/boinc/; revision=14860
2008-03-06 17:45:53 +00:00
Charlie Fenton 8e984ab8ed MGR: Fully implement support for multiple selections in Tasks and Projects grid views.
svn path=/trunk/boinc/; revision=14857
2008-03-06 11:39:35 +00:00
Charlie Fenton 4f5dd759ea MGR: Fully implement support for multiple selections in Tasks and Projects grid views
svn path=/trunk/boinc/; revision=14856
2008-03-06 11:20:23 +00:00
Charlie Fenton 0c197cb888 MGR: use the project URL instead of the project name to identify items; add hidden project URL column to Tasks, projects and Tansfers Grid Views
svn path=/trunk/boinc/; revision=14845
2008-03-05 14:41:24 +00:00
Charlie Fenton 1dcc71e035 MGR: Grid views: When order of rows changes, reselect same data in new rows; update buttons when selected row is deleted.
svn path=/trunk/boinc/; revision=14844
2008-03-05 07:13:53 +00:00
Charlie Fenton 0daec9a557 MGR: Allow multiple selections in Transfers grid view only
svn path=/trunk/boinc/; revision=14843
2008-03-04 23:54:10 +00:00
Charlie Fenton dc97aeef57 MGR: Disallow multiple selections in grid views.
svn path=/trunk/boinc/; revision=14837
2008-03-04 11:20:11 +00:00
Charlie Fenton 3a5cc2ab20 MGR: When connected connecting to a different host, clear all cached messages (a more efficient implementation)
svn path=/trunk/boinc/; revision=14818
2008-02-28 20:29:57 +00:00
Charlie Fenton fd1f602ad5 MGR: When connected host has changed, clear all cached messages and resume auto-scrolling messages
svn path=/trunk/boinc/; revision=14814
2008-02-28 10:07:00 +00:00
Charlie Fenton dc514b556a MGR: When connecting to a different host, delete all old messages in message pane (from previously connected client) before getting new messages
svn path=/trunk/boinc/; revision=14791
2008-02-25 23:56:51 +00:00
Rom Walton 4937c0dcf1 - MGR: Fix the crash on linux when BOINC Manager is shut down.
(Patch from Michael Roberts)
        
    clientgui/
        AdvancedFrame.cpp

svn path=/trunk/boinc/; revision=14789
2008-02-25 21:01:16 +00:00
David Anderson e59586a93a - Manager: compile fix for Linux
svn path=/trunk/boinc/; revision=14787
2008-02-25 20:41:31 +00:00
Rom Walton ff926c77e6 Per Nicolas Alvarez, those lines should not be flagged as printf strings.
svn path=/trunk/boinc/; revision=14786
2008-02-25 20:11:30 +00:00
Charlie Fenton 3a19ffb623 Fixes for V6 graphics.
svn path=/trunk/boinc/; revision=14768
2008-02-21 10:50:59 +00:00
David Anderson 35dab13859 - client code: my next-to-last checkin was flawed
svn path=/trunk/boinc/; revision=14725
2008-02-12 20:33:05 +00:00
Charlie Fenton 7fbef78a30 MGR: If use shuts down connected client, don't auto-relaunch it.
svn path=/trunk/boinc/; revision=14708
2008-02-08 00:17:21 +00:00
Rom Walton be64fef081 - MGR: Fix a refresh bug when opening BOINC Manager from the taskbar.
clientgui/
        BOINCTaskBar.cpp

svn path=/trunk/boinc/; revision=14692
2008-02-06 17:20:23 +00:00
Charlie Fenton d74f42373f MGR: fix compile warning
svn path=/trunk/boinc/; revision=14691
2008-02-06 05:36:31 +00:00
David Anderson 18dfbff589 - win fix
svn path=/trunk/boinc/; revision=14689
2008-02-06 04:39:14 +00:00
David Anderson f43452829c - client: fix compile warning
fixes #535


svn path=/trunk/boinc/; revision=14688
2008-02-06 04:32:06 +00:00
Rom Walton b0869fb768 - MGR: Cache the local computer name in statics to avoid functions
that take awhile to execute.
        
    clientgui/
        MainDocument.cpp

svn path=/trunk/boinc/; revision=14686
2008-02-06 01:29:13 +00:00
David Anderson d70d9f0183 - client: win compile fixes
svn path=/trunk/boinc/; revision=14685
2008-02-06 00:42:59 +00:00
David Anderson 6b74075469 - Manager/client: add the ability to specify a port
in the manager's "select host" dialog.
    Lets you connect over an SSH tunnel.
    From Der Meister.

svn path=/trunk/boinc/; revision=14681
2008-02-06 00:10:31 +00:00
Charlie Fenton d99575c607 MGR: Fixes to: auto-restart logic, notifications on Mac, detecting connection loss when minimized; reconnect silently after auto-restart.
svn path=/trunk/boinc/; revision=14673
2008-02-05 12:00:06 +00:00
Charlie Fenton 3d896bdeb7 MGR: Set disconnected state when appropriate even when minimized
svn path=/trunk/boinc/; revision=14672
2008-02-05 11:57:01 +00:00
David Anderson d2a0353a00 - manager: fix unix build (new file)
svn path=/trunk/boinc/; revision=14658
2008-01-31 23:43:37 +00:00
Charlie Fenton 2fcbfbe982 MGR: Fix a few bugs in the new CC startup logic; if configured to run client as a daemon on the Mac, then start / restart it as a daemon when necessary. Add new source files to XCode project.
svn path=/trunk/boinc/; revision=14648
2008-01-30 12:30:20 +00:00
Rom Walton 58e4094892 - MGR: Change the CC startup logic so that more informative error
messages.
        
      Policy Change: When installed as a service or daemon, the service
        or daemon manager should start BOINC, not the BOINC Manager.
        (Windows Only for right now, should eventually be applied
         to all platforms)
    - LIB: Undue my previous change that launched graphics apps as
        an idle process.
    - LIB: Take care of some warnings.
        
    clientgui/
        BOINCBaseFrame.cpp, .h
        BOINCClientManager.cpp, .h (Added)
        BOINCGUIApp.cpp, .h
        MainDocument.cpp, .h
    lib/
        util.C

svn path=/trunk/boinc/; revision=14647
2008-01-30 06:09:34 +00:00
Charlie Fenton 3babfa82cd MGR: Disable Show Grapics button for V5 GFX applications when BOINC is running as a service / daemon
svn path=/trunk/boinc/; revision=14644
2008-01-30 03:50:32 +00:00
Charlie Fenton 5493352a14 Fix minor typo.
svn path=/trunk/boinc/; revision=14643
2008-01-30 03:13:57 +00:00
David Anderson acbd32a04e - manager: change adv prefs dialog to handle new pref
svn path=/trunk/boinc/; revision=14640
2008-01-29 21:48:17 +00:00
Charlie Fenton 60c56c9e0a MGR: Delete web site buttons when disconnected; this was causing crashes when a user connected to a different computer
svn path=/trunk/boinc/; revision=14634
2008-01-29 14:28:56 +00:00
David Anderson eb98d630c3 - Manager: make email input field bigger
svn path=/trunk/boinc/; revision=14622
2008-01-24 22:09:09 +00:00
Rom Walton 8636ddd5ec Quick Updates
svn path=/trunk/boinc/; revision=14620
2008-01-24 15:18:14 +00:00
Rom Walton 2eb29f4b68 - MGR: Make sure the attach to project wizard launches if BOINC
is not attached to any projects.
        
    clientgui/
        AdvancedFrame.cpp
        sg_BoincSimpleGUI.cpp

svn path=/trunk/boinc/; revision=14607
2008-01-21 15:57:33 +00:00
Rom Walton 26a3c058d7 - MGR: Shrink the amount of space between the different projects
in the project list.
        
    clientgui/
        ProjectListCtrl.cpp

svn path=/trunk/boinc/; revision=14606
2008-01-21 15:51:47 +00:00
Charlie Fenton 79d8c0420f Mac Sandbox: make files in slots and project directories world-readable so Client can read files written by project applications with user and group boinc_project; remove code which makes user boinc_master part of group boinc_project
svn path=/trunk/boinc/; revision=14590
2008-01-18 02:08:25 +00:00
Charlie Fenton caed968f50 Mac Sandbox: make user boinc_master part of group boinc_project.
svn path=/trunk/boinc/; revision=14584
2008-01-17 10:11:30 +00:00
Rom Walton feb3441601 - MGR: If the project_init.xml file suggests a project to attach too
attempt to attach to it.
    - CLIENT: Move the code that deletes the project_init.xml from detach
        project to attach project.  It is only needed for as long as
        it takes to attach to a project.
        
    client/
        gui_rpc_server_ops.C
    clientgui/
        AdvancedFrame.cpp
        sg_BoincSimpleGUI.cpp

svn path=/trunk/boinc/; revision=14582
2008-01-16 22:10:34 +00:00
Charlie Fenton 3ad653d8ac Mac Sandbox: make BOINC Data directory and files not world-readable to hide account keys from unauthorized users
svn path=/trunk/boinc/; revision=14566
2008-01-16 10:38:21 +00:00
Charlie Fenton 26f823ad99 If Client connection lost, don't clear message window; show messages grayed out instead
svn path=/trunk/boinc/; revision=14564
2008-01-16 07:20:58 +00:00
David Anderson 3c62cb8e88 - Manager: "Forgot your password" needs a question mark
- Win diagnostics: diagnostics_dump_thread_information() had a printf
  with bad format string, caused a crash, not what diagnostics should do

svn path=/trunk/boinc/; revision=14560
2008-01-15 22:03:14 +00:00
Rom Walton ae4476c998 - Add a "Forgot your password" hyperlink to the wizards
account info page.
        
    clientgui/
        AccountInfoPage.cpp, .h
        BOINCWizards.h

svn path=/trunk/boinc/; revision=14551
2008-01-14 19:30:19 +00:00
Frank Thomas 648f9ed100 Compilation fix for the unicode variant of wxWidgets.
svn path=/trunk/boinc/; revision=14541
2008-01-12 10:48:22 +00:00
Charlie Fenton e1072747f5 Mac: Fix compile error on some Macs; MGR: New message about needing to be added to the boinc_users group applies only to Windows
svn path=/trunk/boinc/; revision=14540
2008-01-12 01:45:29 +00:00
Rom Walton 7804befe1b - MGR: Inform the user that they'll need to be added to the boinc_users
group if access to gui_rpc_auth.cfg is denied.
    - Tag for 6.1.6 release, all platforms
      boinc_core_release_6_1_6

    clientgui/
        BOINCBaseFrame.cpp, .h
        MainDocument.cpp, .h

svn path=/trunk/boinc/; revision=14533
2008-01-11 17:56:21 +00:00
Charlie Fenton 3389b45fd0 MGR: display MSG_USER_ERROR messages in red, all others in black; Auto-scroll messages only if already at bottom of list.
svn path=/trunk/boinc/; revision=14519
2008-01-10 11:28:11 +00:00
Charlie Fenton 7a20f7c085 Mac MGR: if using Mac OS X's launchd mechanism to run Client as a daemon, allow time for daemon to launch
svn path=/trunk/boinc/; revision=14488
2008-01-08 07:27:33 +00:00
Rom Walton e87a0a980e - Empty strings cause CreateProcess to fail on parameter checks.
clientgui/
        BOINCGUIApp.cpp

svn path=/trunk/boinc/; revision=14483
2008-01-07 22:08:17 +00:00
Charlie Fenton 3d3ce57689 Mac: Use localtime_r and fmtime_r in wxWidgets and eliminate compiler warnings
svn path=/trunk/boinc/; revision=14421
2007-12-20 02:06:11 +00:00