Commit Graph

93 Commits

Author SHA1 Message Date
Rom Walton e14e1cad34 - Remove BOINC_RCSID tags from source files, we are doing branching and tagging
properly.
        
    <Various Files>

svn path=/trunk/boinc/; revision=20873
2010-03-12 16:51:57 +00:00
Charlie Fenton 0607e1822a MGR: Make GetCurrentViewPage() indepenedent of tab positons; Always set Periodic RPC timer to 1 second if showing event log; Minor code cleanup from Rom
svn path=/trunk/boinc/; revision=20005
2009-12-22 01:22:11 +00:00
Rom Walton c6b4bcdbee - MGR: Turn GetViewName into the unlocalized version of the view
name, so the configuration group name is consistant across
        all languages and does not cause conversion issues on
        different platforms where the configuration information
        is treated differently when compiled Unicode vs. ANSI.
        
    clientgui/
        ViewMessages.cpp
        ViewNews.cpp
        ViewProjects.cpp
        ViewResources.cpp
        ViewStatistics.cpp
        ViewTransfers.cpp
        ViewWork.cpp

svn path=/trunk/boinc/; revision=17955
2009-05-01 01:32:26 +00:00
Rom Walton 0e151ee5df - MGR: Add the basic infrastructure for the up and comming news tab in
the advanced frame.
        
    clientgui/
        AdvancedFrame.cpp
        BOINCGUIApp.cpp
        Events.h
        stdwx.h
        ViewNews.cpp, .h (Added)
        ViewResources.cpp
    win_build/
        boincmgr_curl.vcproj

svn path=/trunk/boinc/; revision=17596
2009-03-13 19:53:32 +00:00
Rom Walton 322dd7d6be - MGR: Fix a long standing bug where the pie control in the
disk usage tab was being created but a default pie part
        wasn't being added to the control.  This caused the
        control to display black circles during window
        initialization on slower systems.  This issue has been
        around since we started using the pie control based disk
        usage tab.
    
    clientgui/
        ViewResources.cpp

svn path=/trunk/boinc/; revision=17561
2009-03-09 03:50:35 +00:00
David Anderson 0ded726fe7 - client: fix a long-standing error: if prefs say leave X GB free,
and BOINC is using Y GB, and there are Z GB free,
        the limit on BOINC is Y + Z - X (not Z - X).

svn path=/trunk/boinc/; revision=16388
2008-11-02 20:09:59 +00:00
David Anderson 72a24f0404 - manager: fix disk display when talking to pre-6.3 client
svn path=/trunk/boinc/; revision=16242
2008-10-21 17:26:21 +00:00
David Anderson 4f66bb4c95 - added copyright and license info to .C, .cpp, .h files
- scheduler: fix bug in adaptive replication:
    if send an unreplicated job to untrusted host,
    set both wu.target_nresults and wu.min_quorum to app.target_nresults.

svn path=/trunk/boinc/; revision=15762
2008-08-06 18:36:30 +00:00
David Anderson 9a390c235d svn path=/trunk/boinc/; revision=15272 2008-05-22 03:57:55 +00:00
David Anderson 5efd817199 - manager: fix disk display
svn path=/trunk/boinc/; revision=15199
2008-05-14 17:26:15 +00:00
David Anderson d22b6e35b2 - manager: in disk tab, divide free space into
available/unavailable to BOINC

svn path=/trunk/boinc/; revision=15194
2008-05-13 20:39:42 +00:00
David Anderson 58b5f80366 - Added <d_allowed> element to get_disk_usage GUI RPC
svn path=/trunk/boinc/; revision=15190
2008-05-13 19:52:35 +00:00
David Anderson 65700e7dc5 svn path=/trunk/boinc/; revision=14137 2007-11-11 20:18:27 +00:00
Frank Thomas 3bfc78b511 Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference.
svn path=/trunk/boinc/; revision=13804
2007-10-09 11:35:47 +00:00
Charlie Fenton d0d99aec23 Manager: Update disk pie chart only if something has changed (from Frank Weiler)
svn path=/trunk/boinc/; revision=13187
2007-07-19 01:29:57 +00:00
Rom Walton 5229fc3112 - fixes #207 - HTML entities in BOINC Manager have to be decoded
BOINC Manager can now properly decode HTML entites for the
        following elements:
        
            Projects Tab:
                Project Name
                User Name
                Team Name
            Work Tab:
                Project Name
                Application Name
            Transfers Tab:
                Project Name
            Messages Tab:
                Project Name
            Disk Tab:
                Project Name
    - fixes #212 - Info in columns misaligned on switching views
    - Properly restore which tab view the user left from when going
        to the advanced view from the simple view
    - Fix the problem that caused the manager to wait for 7 seconds
        to display anything on initial startup.
    - Store the various Grid/List persisted data seperately so that
        the different header sizes don't cause problems.
    
    clientgui/
        AdvancedFrame.cpp
        BOINCBaseView.cpp, .h
        BOINCGridCtrl.cpp
        ViewMessages.cpp, .h
        ViewMessagesGrid.cpp, .h
        ViewProjects.cpp, .h
        ViewProjectsGrid.cpp, .h
        ViewResources.cpp, .h
        ViewStatistics.cpp, .h
        ViewTransfers.cpp, .h
        ViewTransfersGrid.cpp, .h
        ViewWork.cpp, .h
        ViewWorkGrid.cpp, .h
    lib/
        gui_rpc_client_ops.C

svn path=/trunk/boinc/; revision=12761
2007-05-29 05:07:35 +00:00
Charlie Fenton 1bf67eddda Mac: Determine size of BOINC Manager bundle in core client if it was launched by Manager rather than in the Manager itself, to get correct information when controlling a remote computer.
svn path=/trunk/boinc/; revision=12651
2007-05-11 07:05:29 +00:00
Charlie Fenton 09792afa36 Mac only: create CViewResources::GetViewRefreshRate() to update PieCtrl only every 10 seconds to reduce CPU overhead
svn path=/trunk/boinc/; revision=12649
2007-05-11 06:04:41 +00:00
Charlie Fenton b8a306c696 Mac: include size of BOINC Manager bundle in BOINC total disk usage displayed in Disk Usage pane Pie Chart.
svn path=/trunk/boinc/; revision=12634
2007-05-10 10:51:58 +00:00
Charlie Fenton e9ea620da7 Fixed a long-standing bug which caused the PieCtrl legend to be clipped to a small rectangle when first drawn on Macs. Mac: removed the hack which refreshed once a second the first 3 times to work around this bug.
svn path=/trunk/boinc/; revision=12625
2007-05-09 10:47:22 +00:00
Charlie Fenton 4254b78ad5 Mac: Refresh Disk Usage pane only on every 10th call to reduce CPU overhead, but refresh once per second the first 3 times to work around a bug drawing the legends.
svn path=/trunk/boinc/; revision=12617
2007-05-09 06:35:59 +00:00
David Anderson c08eddf7fe - GUI RPC: add new element d_boinc to DISK_USAGE;
tells how much disk space BOINC is using
        (not including projects).
    - added project.max_infeasible_count to client simulator

    client/
        gui_rpc_server_ops.C
        sim.C,h
        sim_util.C
    clientgui/
        ViewResources.cpp
    lib/
        filesys.C
        bui_rpc_client.h
        bui_rpc_client_ops.C

svn path=/trunk/boinc/; revision=12615
2007-05-08 23:12:40 +00:00
David Anderson fb192fc5ad *** empty log message ***
svn path=/trunk/boinc/; revision=11970
2007-01-25 21:26:16 +00:00
David Anderson 902d135a09 *** empty log message ***
svn path=/trunk/boinc/; revision=11950
2007-01-24 16:58:11 +00:00
Rom Walton 721fb8b0e0 *** empty log message ***
svn path=/trunk/boinc/; revision=11913
2007-01-19 23:45:19 +00:00
David Anderson ec23e244e9 *** empty log message ***
svn path=/trunk/boinc/; revision=11904
2007-01-19 00:59:31 +00:00
Charlie Fenton 262b2a12ae *** empty log message ***
svn path=/trunk/boinc/; revision=11819
2007-01-10 01:01:24 +00:00
David Anderson 3bf5c781f2 *** empty log message ***
svn path=/trunk/boinc/; revision=11596
2006-11-28 00:54:48 +00:00
David Anderson ee7ec93c60 *** empty log message ***
svn path=/trunk/boinc/; revision=11504
2006-11-09 17:18:32 +00:00
David Anderson ba1a92c41f *** empty log message ***
svn path=/trunk/boinc/; revision=11462
2006-11-03 18:00:15 +00:00
David Anderson b12a0b786c *** empty log message ***
svn path=/trunk/boinc/; revision=11461
2006-11-03 17:08:49 +00:00
Rom Walton c8442c01c8 *** empty log message ***
svn path=/trunk/boinc/; revision=11458
2006-11-03 08:50:36 +00:00
David Anderson 7f0c98bc64 *** empty log message ***
svn path=/trunk/boinc/; revision=11448
2006-11-02 16:44:23 +00:00
Rom Walton 89f9e8eaf7 *** empty log message ***
svn path=/trunk/boinc/; revision=11325
2006-10-20 15:00:14 +00:00
Charlie Fenton 85a857126f *** empty log message ***
svn path=/trunk/boinc/; revision=11291
2006-10-17 09:19:33 +00:00
Charlie Fenton cd179397f0 *** empty log message ***
svn path=/trunk/boinc/; revision=11288
2006-10-17 00:18:04 +00:00
Charlie Fenton 8d8544204c *** empty log message ***
svn path=/trunk/boinc/; revision=11279
2006-10-13 05:18:31 +00:00
Charlie Fenton c4a6bc274e *** empty log message ***
svn path=/trunk/boinc/; revision=11276
2006-10-12 12:52:19 +00:00
Charlie Fenton e5d353878c *** empty log message ***
svn path=/trunk/boinc/; revision=11270
2006-10-10 10:48:18 +00:00
David Anderson 8a9b845d84 *** empty log message ***
svn path=/trunk/boinc/; revision=11258
2006-10-09 17:38:59 +00:00
Rom Walton ad2c3aaa19 *** empty log message ***
svn path=/trunk/boinc/; revision=10718
2006-07-21 08:23:26 +00:00
Rom Walton 383f46f8ff *** empty log message ***
svn path=/trunk/boinc/; revision=9935
2006-04-17 20:26:59 +00:00
Rom Walton 94c95fc48d *** empty log message ***
svn path=/trunk/boinc/; revision=9793
2006-04-04 04:39:40 +00:00
Rom Walton e6af3c1d9a *** empty log message ***
svn path=/trunk/boinc/; revision=9710
2006-03-23 01:17:07 +00:00
Rom Walton dccbc9aa0f *** empty log message ***
svn path=/trunk/boinc/; revision=9200
2006-01-09 14:03:13 +00:00
Rom Walton 6aa03769c4 *** empty log message ***
svn path=/trunk/boinc/; revision=8791
2005-11-02 18:28:45 +00:00
Rom Walton 1b96b57481 *** empty log message ***
svn path=/trunk/boinc/; revision=7773
2005-09-06 06:18:36 +00:00
Rom Walton c5ca947417 *** empty log message ***
svn path=/trunk/boinc/; revision=7746
2005-09-02 21:03:36 +00:00
Rom Walton c8ecb2ba79 *** empty log message ***
svn path=/trunk/boinc/; revision=7745
2005-09-02 20:56:08 +00:00
Rom Walton 53f3936f5c *** empty log message ***
svn path=/trunk/boinc/; revision=7733
2005-09-02 18:40:06 +00:00