Commit Graph

24 Commits

Author SHA1 Message Date
Rom Walton 15d267d987 - MGR: For Grid enabled views, ignore selection events when
saving and restoring selections.
    - MGR: Cleanup warnings in Grid views.
    
    clientgui/
        BOINCBaseView.cpp, .h
        BOINCGridCtrl.cpp
        ViewMessagesGrid.cpp
        ViewProjectsGrid.cpp
        ViewTransfersGrid.cpp
        ViewWorkGrid.cpp

svn path=/trunk/boinc/; revision=14938
2008-03-18 18:19:49 +00:00
Charlie Fenton e2d8171a47 MGR: Fix a crash bug (I hope).
svn path=/trunk/boinc/; revision=14907
2008-03-13 23:12:40 +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
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 814e92815d Manager GridCtrl: Don't save/restore width of hidden/invisible columns.
svn path=/trunk/boinc/; revision=13174
2007-07-17 22:20:06 +00:00
David Anderson 0a7422f5f7 - Manager: in grid views, don't sort unless needed (from Frank)
- client: show OS name/version in message at startup

svn path=/trunk/boinc/; revision=13161
2007-07-16 18:09:54 +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
Rom Walton b1add48d76 - Fix build break for Unicode builds
( From Frank Weiler )
    - Win: Introduce a custom action to delete any lingering binaries from the
        installation directory before MSI determines what needs to be copied.
    - Win: Introduce a custom action that will migrate
        C:\Program Files (x86)\BOINC to C:\Program Files\BOINC for the x64
        upgrade scenario.
    
    clientgui/
        BOINCGridCtrl.cpp
    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.rc
        boinccas95.def
        boinccas95.vcproj
        CACleanupOldBinaries.cpp, .h (Added)
        CAMigratex86x64.cpp, .h (Added)
    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=12554
2007-05-04 16:34:50 +00:00
Rom Walton 93fc7ff404 - fixes #5: Include the version number of the client next to it's
name, so people can see if they need to upgrade a remote client.
    - fixes #149: Change the parsing function for the
        CBOINCGridCellProgressRenderer so that we don't have to update
        the docs or screenshots. Display the progress bar as a resource
        share fraction.

    clientgui/
        AdvancedFrame.cpp
        BOINCGridCtrl.cpp
        MainDocument.cpp, .h
        ViewProjectsGrid.cpp

svn path=/trunk/boinc/; revision=12541
2007-05-03 16:17:54 +00:00
Rom Walton ab42c2fe96 *** empty log message ***
svn path=/trunk/boinc/; revision=12340
2007-04-10 20:21:43 +00:00
Rom Walton c1024185f7 *** empty log message ***
svn path=/trunk/boinc/; revision=12312
2007-04-04 19:37:54 +00:00
Rom Walton 3dd612227f *** empty log message ***
svn path=/trunk/boinc/; revision=11993
2007-01-29 09:38:17 +00:00
Rom Walton 7f23e9946d *** empty log message ***
svn path=/trunk/boinc/; revision=11974
2007-01-26 04:10:47 +00:00
Rom Walton c1ec259d10 *** empty log message ***
svn path=/trunk/boinc/; revision=11854
2007-01-13 21:08:50 +00:00
David Anderson c01cee8ddd *** empty log message ***
svn path=/trunk/boinc/; revision=11828
2007-01-10 22:19:29 +00:00
Rom Walton 8fd56dafb0 *** empty log message ***
svn path=/trunk/boinc/; revision=11812
2007-01-09 19:03:20 +00:00
David Anderson 3afa01c6cf *** empty log message ***
svn path=/trunk/boinc/; revision=11802
2007-01-08 17:29:02 +00:00
Charlie Fenton 2d5a13029d *** empty log message ***
svn path=/trunk/boinc/; revision=11801
2007-01-08 08:12:49 +00:00
David Anderson 17c8f8aae1 *** empty log message ***
svn path=/trunk/boinc/; revision=11797
2007-01-07 16:15:04 +00:00
David Anderson 62e4c6deb7 *** empty log message ***
svn path=/trunk/boinc/; revision=11781
2007-01-06 01:07:35 +00:00
Reinhard Prix ef90ac3e24 fixed wxString() handling to allow compilation
svn path=/trunk/boinc/; revision=11753
2007-01-02 15:53:42 +00:00
David Anderson fe6da0dfe8 *** empty log message ***
svn path=/trunk/boinc/; revision=11741
2006-12-29 21:55:23 +00:00
David Anderson 177c4c719c *** empty log message ***
svn path=/trunk/boinc/; revision=11724
2006-12-27 18:33:44 +00:00