Commit Graph

163 Commits

Author SHA1 Message Date
Rom Walton 00aa8b4dbf MGR: Update BOINC icon set to v5. 2014-03-05 15:29:51 -05:00
Rom Walton 5423db74fe MGR: Remove older icon templates (v1, v2, v3). 2014-02-24 17:56:18 -05:00
Rom Walton 7471b381f7 client & manager: Update icons for all client-side components. (v4) 2014-02-23 23:12:30 -05:00
Rom Walton aa7af4c966 client & manager: Update icons for all client-side components. (v3b) 2014-02-22 20:04:40 -05:00
Rom Walton 062839a431 MGR: wxSystemOptions::GetMetric doesn't appear to be implemented on the Mac, so hard code the desired icon size to 16x16 for the menu bar. 2014-02-19 10:19:24 -05:00
Rom Walton 36fce3f9db client & manager: Update icons for all client-side components. (v2) 2014-02-17 16:20:29 -05:00
Rom Walton 95a45dee5a client & manager: Update icons for all client-side components. 2014-02-14 16:05:42 -05:00
Rom Walton e528e9f723 MGR: Commit new icon templates from Jacob Klein. 2014-02-13 21:39:55 -05:00
Rom Walton 4e2fb97c16 MGR: Save event log state information before OS GUI animation effects get a hold of it.
Attempting to save state in the destructor leads to funky values because the animations have completed and the destructor is called from an idle loop garbage collector.
2014-01-15 10:31:07 -05:00
Rom Walton 352cdabe3f MGR: Update the native BOINC icons on Windows. VS2010 now supports compressed PNG icon images. 2014-01-06 17:06:29 -05:00
Rom Walton 9e2c4954f1 locale: Revert Slovak to last known good localization, somehow it got mixed up with Russian. 2013-12-03 10:59:16 -05:00
Rom Walton 25f20ad4a0 MGR: Change the VirtualBox icon color pallet so there are no artifacts around the image after conversion. 2013-11-18 12:40:49 -05:00
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
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 b91e4776f0 Mac uninstaller: localize the dialog strings in the Uninstall BOINC app. 2013-06-18 04:03:24 -07:00
Kevin Reed 462dc602ca Additional customization of WCG branding
Conflicts:
	win_build/installerv2/WCG.ism
2013-05-23 16:57:31 -05:00
David Anderson 250251d258 Move comment blocks to the end of .xpm files so tools can parse them 2013-05-06 18:46:11 -07:00
Rom Walton 2b01999986 MGR: Add the FreeBSD icon to the Attach Wizard (From RustyBSD) 2013-03-05 14:52:38 +01: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 93750d6264 - MGR: Fix the icon we use to represent OpenCL.
- client: Update the stock all_project_list.xml file we send out
        with new client software.

    clientgui/res/
        openclicon.xpm
    win_build/installerv2/redist/
        all_projects_list.xml

svn path=/trunk/boinc/; revision=25679
2012-05-15 17:50:59 +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 c396972b1b MGR: Check in remaining PtP artwork for Mac; fix PtP skin file problems on Mac
svn path=/trunk/boinc/; revision=24795
2011-12-14 10:18:01 +00:00
Rom Walton d7f0be788a - MGR: Update Progress Through Processor's skin files.
clientgui/res/
        progress.ico
    clientgui/skins/Progress Thru Processors/graphic
        <Various Files>
    clientgui/skins/Progress Thru Processors/
        skin.xml
    win_build/installerv2/redist/Progress/
        ptp_IsDialogBanner.bmp
        ptp_IsDialogBitmap.bmp
        ptp_splash.bmp
        ptp_Wizard.bmp

svn path=/trunk/boinc/; revision=24769
2011-12-09 22:21:21 +00:00
Rom Walton cf84cdd3cc Quick Updates
svn path=/trunk/boinc/; revision=24697
2011-11-30 19:11:13 +00:00
Charlie Fenton 33f511f490 MGR: Fix bad transparency in default project icon
svn path=/trunk/boinc/; revision=24642
2011-11-22 00:21:27 +00:00
Rom Walton 3e0fba14a7 - MGR: const fixes for platform bitmaps.
(From: Steffen Möller)
    - MGR: Add trace statements to help track down RemoveAt bug
    - MGR: Remove static var guard, may not be needed with the SetDlgOpen()
        routines blocking timer based updates.  If there is a buffer overrun
        hopefully it'll manifest itself in a detectable way.

    clientgui/res/
        linuxicon.xpm
        macosicon.xpm
        windowsicon.xpm
    clientgui/
        sg_BoincSimpleFrame.cpp
        sg_TaskPanel.cpp

svn path=/trunk/boinc/; revision=24638
2011-11-21 17:02:24 +00:00
Rom Walton 5574fc28f0 - MGR: Update default skin to v4.
clientgui/res/templates/
        <various files>
    clientgui/skins/Default/
        background_image.png
        skin.xml
        workunit_running_image.png
        workunit_suspended_image.png
        workunit_waiting_image.png

svn path=/trunk/boinc/; revision=24581
2011-11-11 17:38:03 +00:00
Rom Walton b78e70ec19 Quick Updates
svn path=/trunk/boinc/; revision=24580
2011-11-11 17:34:45 +00:00
Rom Walton d5fd7d85bd - MGR: Change default skin to the one Jacob Klein purposed.
clientgui/res/templates/
        <various files>
    clientgui/skins/Default/
        background_image.png
        skin.xml
        workunit_running_image.png
        workunit_suspended_image.png
        workunit_waiting_image.png

svn path=/trunk/boinc/; revision=24543
2011-11-07 20:34:22 +00:00
Rom Walton 02cbe67957 Quick Updates
svn path=/trunk/boinc/; revision=24443
2011-10-20 14:16:30 +00:00
Charlie Fenton de5104f504 MGR: Replace colored dot GIF files with new PNG files with anti-aliasing in alpha channel; generate new XPM files
svn path=/trunk/boinc/; revision=24441
2011-10-20 12:14:57 +00:00
Rom Walton 6b45a306c2 Quick Updates
svn path=/trunk/boinc/; revision=24440
2011-10-19 23:19:19 +00:00
Rom Walton b5f1ea9c09 - MGR: Fix dot images
clientgui/res/skins/default/graphic/
        workunit_running_image.xpm
        workunit_suspended_image.xpm
        workunit_waiting_image.xpm
    clientgui/res/templates/
        dotgreen.gif
        dotred.gif
        dotyellow.gif

svn path=/trunk/boinc/; revision=24436
2011-10-19 16:41:33 +00:00
Charlie Fenton 9dfa7f2ad3 MGR: Replace backup images RedDot16.xpm, YellowDot16.xpm and GreenDot16.xpm with XPM files created from Rom's new GIF files
svn path=/trunk/boinc/; revision=24433
2011-10-19 09:28:05 +00:00
Rom Walton de72c0b4b9 - MGR: Make the Default skin loadable from the file system.
- MGR: Change the in-memory defaults for the skin to be a light-gray
        background.
    - MGR: Change the dots used in the simple gui.
    - MGR: Make the dots used in the simple gui skinable.
    - MGR: Change the 'Project Web Sites' button text to 'Project Web Pages'.
    - MGR: Add a basic 'Default' skin to be included by the various
        installers
    - MGR: Remove a bunch of files that are not used by the default skin
        anymore.

    clientgui/res/skins/default/graphic/
        <various files>
    clientgui/res/templates/
        dotgreen.gif
        dotred.gif
        dotyellow.gif
    clientgui/
        sg_DlgPreferences.cpp
        sg_ProjectPanel.cpp
        sg_TaskPanel.cpp, .h
        SkinManager.cpp, .h
    clientgui/skins/Default/
        background_image.png
    clientgui/skins/Default/
        skin.xml

svn path=/trunk/boinc/; revision=24412
2011-10-18 04:58:05 +00:00
Rom Walton cf9930ed7d - MGR: Remove the triangle in the lower right-hand corner of the
default project image for the simple GUI

    clientgui/res/skins/default/graphic/
        project_image.xpm

svn path=/trunk/boinc/; revision=24399
2011-10-14 19:15:47 +00:00
Rom Walton 1bc7c85d65 - Changes for Charity Engine Desktop.
client/win/res/
        ce.ico
    clientctrl/
        boincsvcctrl.rc
    clientgui/
        BOINCGUIApp.rc
    clientgui/res/
        ce.ico
    clientlib/win/
        boinc_dll.rc
    clientscr/
        boinc_ss.rc
    clientscr/
        boinc_ss_opengl.rc
    clientscr/res/
        ce.bmp
        ce.ico
    clienttray/
        boinc_tray.rc
    win_build/
        ce_boinc_cli.vcproj
        ce_boinc_dll.vcproj
        ce_boinc_ss.vcproj
        ce_boinccmd.vcproj
        ce_boincmgr.vcproj
        ce_boincsvcctrl.vcproj
        ce_boinctray.vcproj
        ce_ss_app.vcproj
        CharityEngine.sln
    win_build/installerv2/
        CharityEngine.ism
    win_build/installerv2/redist/0409/
        ce-eula.rtf
    win_build/installerv2/redist/CharityEngine/
        acct_mgr_url.xml
        ce.ico
        CE_IsDialogBanner.bmp
        CE_IsDialogBitmap.bmp
        CE_Splash.bmp

svn path=/trunk/boinc/; revision=23977
2011-08-10 16:51:58 +00:00
Charlie Fenton af8d165400 Changes for Charity Engine Desktop
svn path=/trunk/boinc/; revision=23964
2011-08-09 00:38:30 +00:00
Rom Walton 9ac520985a - Changes for Charity Engine Desktop.
client/win/res/
        ce.ico
    clientctrl/
        boincsvcctrl.rc
    clientgui/
        BOINCGUIApp.rc
    clientgui/res/
        ce.ico
    clientlib/win/
        boinc_dll.rc
    clientscr/
        boinc_ss.rc
    clientscr/
        boinc_ss_opengl.rc
    clientscr/res/
        ce.bmp
        ce.ico
    clienttray/
        boinc_tray.rc
    win_build/
        ce_boinc_cli.vcproj
        ce_boinc_dll.vcproj
        ce_boinc_ss.vcproj
        ce_boinccmd.vcproj
        ce_boincmgr.vcproj
        ce_boincsvcctrl.vcproj
        ce_boinctray.vcproj
        ce_ss_app.vcproj
        CharityEngine.sln
    win_build/installerv2/
        CharityEngine.ism
    win_build/installerv2/redist/0409/
        ce-eula.rtf
    win_build/installerv2/redist/CharityEngine/
        acct_mgr_url.xml
        ce.ico
        CE_IsDialogBanner.bmp
        CE_IsDialogBitmap.bmp
        CE_Splash.bmp

svn path=/branches/boinc_core_release_6_8/; revision=23955
2011-08-08 17:32:20 +00:00
Charlie Fenton 3bbcc360db Changes for Charity Engine Desktop
svn path=/branches/boinc_core_release_6_8/; revision=23950
2011-08-08 12:56:01 +00:00
Charlie Fenton 0b6a67dc24 Changes for Charity Engine Desktop
svn path=/branches/boinc_core_release_6_8/; revision=23949
2011-08-08 12:54:28 +00:00
Charlie Fenton 1b7c83f224 Mac: Updates for compatibility with current CUDA software and OS X through OS 10.7 Lion, etc.
svn path=/branches/boinc_core_release_6_8/; revision=23936
2011-08-05 12:08:34 +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 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
Charlie Fenton 7c3731b058 Mac installer: update branded build scripts to eliminate wrapper application around install package
svn path=/trunk/boinc/; revision=23052
2011-02-17 11:56:54 +00:00
Charlie Fenton bf789a23db Add new Simple GUI
svn path=/trunk/boinc/; revision=22948
2011-01-27 14:36:49 +00:00
Rom Walton c0766baaf3 - MGR: Fix advanced view button is Simple GUI.
(Button Text is Verdana 8pt. in MS Paint)
    
    clientgui/res/skins/default/graphic/
        advanced_link_image.xpm
    clientgui/res/templates/skins/
        advanced_link_image.gif (Added)
        btnAdvancedView.png (Removed)

svn path=/trunk/boinc/; revision=22935
2011-01-25 15:15:31 +00:00
Rom Walton a64d88aaa5 - MGR: re-enable background painting and just change the default background
color for the new default skin to light gray.
        
    clientgui/
        sg_DlgMessages.cpp
        sg_DlgPreferences.cpp

svn path=/trunk/boinc/; revision=22904
2011-01-14 03:25:57 +00:00
Rom Walton 11c8d11f3d - MGR: Embed the BOINC skin in the executable using XPM files.
clientgui/res/skins/default/graphic/
        <Various Files>
    clientgui/
        SkinManager.cpp
    win_build/
        boincmgr.vcproj

svn path=/trunk/boinc/; revision=22898
2011-01-12 21:18:50 +00:00
David Anderson 14b77618b1 - manager: fix compile warnings; from Steffen Moller
svn path=/trunk/boinc/; revision=22822
2010-12-06 03:18:13 +00:00