mirror of https://github.com/BOINC/boinc.git
MGR: async GUI RPCs: Merge GUI RPC code from private workspace into trunk; eliminate Grid views.
svn path=/trunk/boinc/; revision=15852
This commit is contained in:
parent
1111d57ea4
commit
8f6ad78e53
|
@ -6684,3 +6684,5 @@ Charlie 15 Aug 2008
|
|||
mac_build/
|
||||
boinc.xcodeproj/
|
||||
project.pbxproj
|
||||
win_build/
|
||||
boincmgr_curl.vcproj
|
||||
|
|
|
@ -2893,14 +2893,6 @@
|
|||
<Filter
|
||||
Name="Views"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\clientgui\BOINCGridCtrl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\BOINCGridCtrl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\BOINCListCtrl.cpp"
|
||||
>
|
||||
|
@ -2933,14 +2925,6 @@
|
|||
RelativePath="..\clientgui\ViewMessages.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\ViewMessagesGrid.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\ViewMessagesGrid.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\ViewProjects.cpp"
|
||||
>
|
||||
|
@ -2949,14 +2933,6 @@
|
|||
RelativePath="..\clientgui\ViewProjects.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\ViewProjectsGrid.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\ViewProjectsGrid.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\ViewResources.cpp"
|
||||
>
|
||||
|
@ -2981,14 +2957,6 @@
|
|||
RelativePath="..\clientgui\ViewTransfers.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\ViewTransfersGrid.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\ViewTransfersGrid.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\ViewWork.cpp"
|
||||
>
|
||||
|
@ -2997,14 +2965,6 @@
|
|||
RelativePath="..\clientgui\ViewWork.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\ViewWorkGrid.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\ViewWorkGrid.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Support"
|
||||
|
@ -3105,6 +3065,14 @@
|
|||
<Filter
|
||||
Name="Support"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\clientgui\AsyncRPC.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\clientgui\AsyncRPC.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\gui_rpc_client.C"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue