Commit Graph

94 Commits

Author SHA1 Message Date
Rom Walton fed45a446a MGR: Add a VirtualBox icon to the list of supported platforms for any given project that uses VirtualBox. 2013-11-18 12:30:01 -05:00
Charlie Fenton 35ec78c966 Merge commit '2e680b75418848dfde91f2cc7a81614be65b29ce' into charlief/wxwidgets30 2013-11-15 00:23:05 -08:00
Rom Walton 50249e67f1 MGR: Bug fix for previous commit 2013-10-24 13:25:47 -04:00
Rom Walton 7551e0f831 MGR: Add an Android icon to the list of supported platforms for a project that supports Android in the attach wizard. 2013-10-24 13:09:54 -04:00
Charlie Fenton 6789927649 MGR: convert HTML "&lt;" to "<" in project description (needed for ABC@home) 2013-10-23 04:50:40 -07:00
Charlie Fenton a3e8fc49bc MGR: convert HTML "&lt;" to "<" in project description (needed for ABC@home) 2013-10-23 04:36:33 -07:00
Charlie Fenton 5314522ac1 Merge commit '03cc6849c7d32f0028869a581ad03916ceb4d8b5' into charlief/wxwidgets30
# By David Anderson (617) and others
# Via Oliver Bock (56) and others
* commit '03cc6849c7d32f0028869a581ad03916ceb4d8b5': (1943 commits)
  remote job submission: add C++ interface to estimate_batch function
  translation stuff
  locale: Update compiled localization files
  Commit from Pootle Demo by user admin.: 1563 of 2856 strings translated (190 fuzzy).
  Commit from Pootle Demo by user admin.: 2741 of 2859 strings translated (45 fuzzy).
  Commit from Pootle Demo by user admin.: 1097 of 2859 strings translated (154 fuzzy).
  locale: Update compiled localization files
  Commit from Pootle Demo by user admin.: 2831 of 2859 strings translated (1 fuzzy).
  Commit from Pootle Demo by user admin.: 1097 of 2859 strings translated (154 fuzzy).
  Commit from Pootle Demo by user admin.: 3158 of 3183 strings translated (2 fuzzy).
  client: Remove build environment changes that attempted to detect Android, it wasn't needed.
  client: fix Android OS detection
  client: only add the pthread libs if not linking for Android
  android: Bulk import of localization text
  android: Bulk import of localization text
  locale: Update compiled localization files
  Commit from Pootle Demo by user admin.: 2817 of 2859 strings translated (4 fuzzy).
  Commit from Pootle Demo by user admin.: 2830 of 2859 strings translated (1 fuzzy).
  locale: Update compiled localization files
  Commit from Pootle Demo by user admin.: 2741 of 2859 strings translated (95 fuzzy).
  ...

Conflicts:
	checkin_notes
	clientgui/AsyncRPC.cpp
	clientgui/BOINCGUIApp.cpp
	clientgui/DlgEventLog.cpp
	clientgui/DlgEventLogListCtrl.cpp
	clientgui/DlgEventLogListCtrl.h
	clientgui/MainDocument.cpp
	clientgui/NoticeListCtrl.cpp
	clientgui/mac/MacBitmapComboBox.cpp
	clientgui/mac/SetVersion.cpp
	clientgui/mac/templates/SystemMenu-Info.plist
	clientgui/sg_BoincSimpleFrame.cpp
	mac_build/boinc.xcodeproj/project.pbxproj
	win_build/example_app_multi_thread.vcproj
	win_build/gr_boinc_ss.vcproj
	win_build/sleeper.vcproj
	win_build/uc2.vcproj
	win_build/uc2_graphics.vcproj
	win_build/vboxwrapper.vcproj
	win_build/wrapper.vcproj
2013-10-22 03:53:45 -07:00
Charlie Fenton 600bd154bf MGR: Mac updates for wxWidgets 2.9.5 (wxCocoa) 2013-08-27 04:42:38 -07:00
Charlie Fenton 4087d5f488 Fix assert due to missing wxOK calling SafeMessageBox() in ProjectInfoPage 2013-03-06 16:14:17 +01:00
Charlie Fenton f21bf16545 Fix more bad wxFlexGridSizers, etc. in Attach Wizard, Advanced Preferences. Fix assert caused by Clear() of empty Project Categories wxComboBox. 2013-03-06 16:14:17 +01:00
Charlie Fenton ea1123cad6 MGR: Fix assert when all_projects_list.xml file is missing 2013-03-05 14:52:38 +01:00
Rom Walton 2b01999986 MGR: Add the FreeBSD icon to the Attach Wizard (From RustyBSD) 2013-03-05 14:52:38 +01:00
David Anderson 994f4d6b4c - Manager: fix case where the client has only an Intel GPU,
and the manager was acting as if it had no GPUs.
2013-03-05 13:39:42 +01:00
Rom Walton 11f509e2bf - MGR: Wait until there is valid data in the list box before processing
the OnProjectSelected() event.
        
    clientgui/
        ProjectInfoPage.cpp

svn path=/trunk/boinc/; revision=25729
2012-05-30 19:44:14 +00:00
Rom Walton 70c92e317a - MGR: Remove the visuals in the wizard for multi-core and opencl. This area
will get a bunch of work in a future commit.
        
    clientgui/
        ProjectInfoPage.cpp, .h
    clientgui/res/
        openclicon.xpm (deleted)
        multicore.xpm (deleted)

svn path=/trunk/boinc/; revision=25696
2012-05-18 18:33:06 +00:00
Rom Walton 4f029af0e7 quick update
svn path=/trunk/boinc/; revision=25677
2012-05-15 17:01:50 +00:00
Rom Walton bd8cee05e6 - MGR: Add OpenCL icon to the ProjectInfo wizard page.
clientgui/
        ProjectInfoPage.cpp, .h
    clientgui/res/
        openclicon.xpm
    clientgui/res/templates/
        openclicon.png
    lib/
        diagnostics.cpp

svn path=/trunk/boinc/; revision=25676
2012-05-15 16:42:39 +00:00
Charlie Fenton 14e20f9928 Show localized project descriptions in Attach Wizard
svn path=/trunk/boinc/; revision=24854
2011-12-21 11:11:28 +00:00
Charlie Fenton 996a6dcc55 Show localized project descriptions in Attach Wizard
svn path=/trunk/boinc/; revision=24849
2011-12-21 11:00:31 +00:00
Charlie Fenton 195d393d24 MGR: Display project descriptions in Attach Wizard using wxTextCtrl instead of wxHtmlWindow to support screen readers
svn path=/trunk/boinc/; revision=24847
2011-12-21 08:40:10 +00:00
David Anderson b17f6aa861 - manager: fix messed up logic that caused projects to show
"platform not support" incorrectly.
        Note: the code in this entire area seems way too complex
    - manager: tweak project desc font size

svn path=/trunk/boinc/; revision=23834
2011-07-12 00:07:34 +00:00
Rom Walton ae2d0837f2 Handle string conversion at compile time instead of run time.
svn path=/trunk/boinc/; revision=23833
2011-07-11 18:24:25 +00:00
David Anderson 62efafbb26 - manager: do the above font change only on Win
svn path=/trunk/boinc/; revision=23832
2011-07-11 17:58:19 +00:00
David Anderson c0417a8aaa - client: fix scheduler bug that treated all CPU jobs
as non-high-priority
	- client: don't print spurious "domino prevention"
		and "thrashing prevention" msgs
	- manager: show project descriptions in same size font
		as the rest of the dialog

svn path=/trunk/boinc/; revision=23831
2011-07-11 05:34:09 +00:00
Charlie Fenton 22c1ff5cd9 -MGR: eliminate unnecessary get_host_info RPCs.
svn path=/trunk/boinc/; revision=23772
2011-06-23 09:15:40 +00:00
Charlie Fenton 546e5f02b5 - MGR: Wizard ProjectInfo page tests values appropriate for connected client version
svn path=/trunk/boinc/; revision=23766
2011-06-22 11:38:12 +00:00
Charlie Fenton a9b7f9e02a MGR: Rename CC_STATE::have_cuda to CC_STATE::have_nvidia; ProjectInfo page tests values appropriate for connected client version
svn path=/trunk/boinc/; revision=23764
2011-06-22 11:24:23 +00:00
Charlie Fenton 136336f0e8 MGR: Revert Rom's manager changes of 20 June related to GUI RPC changes, for compatibility with older Clients
svn path=/trunk/boinc/; revision=23763
2011-06-21 23:31:15 +00:00
Rom Walton 53bc917999 - MGR: Fix build breaks related to GUI RPC changes.
clientgui/
        AdvancedFrame.cpp
        AsyncRPC.cpp
        BOINCTaskBar.cpp
        DlgItemProperties.cpp
        ProjectInfoPage.cpp

svn path=/trunk/boinc/; revision=23756
2011-06-20 20:35:25 +00:00
Charlie Fenton af4e85a9cc MGR: Don't mark a project as supported if it requires a coprocessor we lack
svn path=/trunk/boinc/; revision=23753
2011-06-19 22:00:10 +00:00
Charlie Fenton 8a9c474b72 MGR: Don't mark a project as supported if it requires a coprocessor we lack
svn path=/trunk/boinc/; revision=23752
2011-06-19 21:59:16 +00:00
Charlie Fenton 422ac99be8 MGR: Don't mark a project as supported if it requires a coprocessor we lack
svn path=/trunk/boinc/; revision=23751
2011-06-19 00:24:56 +00:00
Charlie Fenton 7d6bad2e0f MGR: Don't mark a project as supported if it requires a coprocessor we lack
svn path=/trunk/boinc/; revision=23750
2011-06-18 12:08:13 +00:00
Rom Walton 1a64740e34 - MGR: Change the project list description control into an HTML based
window.
        
    clientgui/
        ProjectInfoPage.cpp, .h

svn path=/trunk/boinc/; revision=23746
2011-06-17 18:02:32 +00:00
Rom Walton fe3d4ae2f9 - MGR: Revert previous change to the project list identification code.
- MGR: Fix a bug introduced in a previous commit where the plan class
        was being surrounded by single quotes when generating an updated
        project list.
        
    clientgui/
        ProjectInfoPage.cpp
    doc/
        get_platforms.inc

svn path=/trunk/boinc/; revision=23744
2011-06-17 16:49:19 +00:00
Charlie Fenton bc3fc49a79 MGR: Fix project list identification of CUDA, ATI, and MT support
svn path=/trunk/boinc/; revision=23743
2011-06-17 11:04:55 +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 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
David Anderson da8dc402fd - manager: Add Project wizard:
if a project has old server software and
		doesn't export platform list (e.g. Superlink)
		don't show a confusing "this project may not support
		your type of computer" message;

svn path=/trunk/boinc/; revision=23216
2011-03-10 23:09:05 +00:00
Rom Walton 8670330ccb - MGR: Don't attempt to set the project or account manager if the project
list control does not contain any items.  This can cause a crash
        if the all_projects_list.xml is empty.
        
    clientgui/
        AccountManagerInfoPage.cpp
        ProjectInfoPage.cpp

svn path=/trunk/boinc/; revision=23194
2011-03-07 20:57:30 +00:00
David Anderson f6e9a3c0c1 - fix a few absolutely last messages with "attach", "detach"
svn path=/trunk/boinc/; revision=22462
2010-10-06 20:13:34 +00:00
Rom Walton 6a2d7a88e3 - MGR: Remove any remaining hints that their were two wizards at one time.
- MGR: Save the username and email address in different places in the
        registry
    
    clientgui/
        <Various Wizard Files>

svn path=/trunk/boinc/; revision=22092
2010-08-02 16:01:09 +00:00
Rom Walton 791040689d - MGR: Remove some old wxWidgets 2.4 cruft for dealing with Hyperlinks.
wxWidgets now natively supports them.
        
    clientgui/
        AccountInfoPage.cpp, .h
        AccountManagerInfoPage.cpp
        AdvancedFrame.cpp
        BOINCBaseFrame.cpp, .h
        BOINCGUI.cst (deleted)
        BOINCGUI.pjd (deleted)
        BOINCTaskBar.cpp
        BOINCWizards.h
        DlgAbout.cpp, .h
        DlgAdvPreferences.cpp
        DlgEventLog.cpp
        hyperlink.cpp, .h (deleted)
        ProjectInfoPage.cpp
        sg_BoincSimpleGUI.cpp
        sg_DlgMessages.cpp
        sg_DlgPreferences.cpp
        sg_ProjectsComponent.cpp
        sg_StatImageLoader.cpp
        stdwx.h
        ViewProjects.cpp
        ViewWork.cpp
        WelcomePage.cpp
        WizardAttachProject.cpp
    win_build/
        boinc_ss.vcproj
        boincmgr.vcproj
        libboinc_staticcrt.vcproj

svn path=/trunk/boinc/; revision=19982
2009-12-19 05:16:41 +00:00
Rom Walton ed00217f33 - MGR: Filter project list icons so that the icon will only be displayed
if the volunteer has the hardware to go with it.
        
    clientgui/
        ProjectInfoPage.cpp

svn path=/trunk/boinc/; revision=19757
2009-12-01 17:42:12 +00:00