Commit Graph

37 Commits

Author SHA1 Message Date
Charlie Fenton 2a8a22b77b MGR: Set default background of Simple Prefs dialog to white. 2015-03-31 02:17:45 -07:00
Oliver Bock 88e840fc95 Normalized line breaks according to latest updates of .gitattributes
* As discussed with Rom
* See also: d81607b, e93af6a, 26ca219, 8dad345
2014-06-27 10:12:11 +02:00
Rom Walton c7b9fb384d MGR: Update default project icon where it has a white background and anti-aliasing worked. 2014-03-18 14:30:34 -04:00
Rom Walton d220dd7596 MGR: Change the background color to white on the default project image so that anti-aliasing will work. 2014-03-18 10:59:47 -04:00
Rom Walton 91e9609542 MGR: Update the default project image in the Simple GUI. 2014-03-16 23:25:00 -04: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
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
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 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
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
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
Rom Walton b04e39fce3 Quick Updates
svn path=/trunk/boinc/; revision=13325
2007-08-15 18:09:37 +00:00
Rom Walton 82c765437d - MGR: Fix the synchronize button and variables.
clientgui/
        sg_ProjectsComponent.cpp, .h
        SkinManager.cpp, .h
    clientgui/res/skins/default/graphic
        synchronize_button.xpm
        synchronize_clicked_button.xpm
    clientgui/res/templates/skins/
        btnSynchronize.png
        btnSynchronizeClick.png

svn path=/trunk/boinc/; revision=13324
2007-08-15 18:06:18 +00:00
Rom Walton c8d4216006 - MGR: Respect the disallow_attach and simple_gui_only status
flags in both the simple GUI and advanced GUI.
    - MGR: Enable the syncronize button in the simple GUI which
        just causes an account manager update request.
    - MGR: Fix an overactive assert in debug builds

    clientgui/
        AdvancedFrame.cpp
        Events.h
        sg_BoincSimpleGUI.cpp
        sg_ProjectsComponent.cpp, .h
        SkinManager.cpp
        WelcomePage.cpp
    clientgui/res/skins/default/graphic
        syncronize_button.xpm (Added)
        syncronize_clicked_button.xpm (Added)
    clientgui/res/templates/skins
        btnSynronize.png (Added)
        btnSynronizeClick.png (Added)

svn path=/trunk/boinc/; revision=13271
2007-08-07 20:10:36 +00:00
Rom Walton f517514b61 *** empty log message ***
svn path=/trunk/boinc/; revision=11996
2007-01-29 20:08:40 +00:00
Rom Walton b440e302aa *** empty log message ***
svn path=/trunk/boinc/; revision=11779
2007-01-05 23:31:38 +00:00
Rom Walton bf871539c2 *** empty log message ***
svn path=/trunk/boinc/; revision=11635
2006-12-07 17:50:14 +00:00
Rom Walton 1fc016a23b *** empty log message ***
svn path=/trunk/boinc/; revision=11631
2006-12-07 14:31:01 +00:00
Rom Walton 7d2c236548 *** empty log message ***
svn path=/trunk/boinc/; revision=11625
2006-12-06 05:51:46 +00:00
Rom Walton 60ede74b0a *** empty log message ***
svn path=/trunk/boinc/; revision=11624
2006-12-06 05:46:33 +00:00
Rom Walton 9056f67a1a *** empty log message ***
svn path=/trunk/boinc/; revision=11519
2006-11-14 10:12:24 +00:00
Rom Walton a782f4e0da *** empty log message ***
svn path=/trunk/boinc/; revision=11394
2006-10-30 01:34:36 +00:00
Rom Walton 75e93dae8f *** empty log message ***
svn path=/trunk/boinc/; revision=11393
2006-10-30 00:19:58 +00:00
Rom Walton 89f9e8eaf7 *** empty log message ***
svn path=/trunk/boinc/; revision=11325
2006-10-20 15:00:14 +00:00
Rom Walton 05f6bb28ec *** empty log message ***
svn path=/trunk/boinc/; revision=11298
2006-10-17 21:32:18 +00:00
Rom Walton 6b432fa041 *** empty log message ***
svn path=/trunk/boinc/; revision=11297
2006-10-17 20:05:26 +00:00
Rom Walton f2e96579d2 *** empty log message ***
svn path=/trunk/boinc/; revision=11296
2006-10-17 19:35:24 +00:00
Rom Walton 8bbfb3b2df *** empty log message ***
svn path=/trunk/boinc/; revision=11295
2006-10-17 19:35:23 +00:00
Rom Walton ef560d8c0a *** empty log message ***
svn path=/trunk/boinc/; revision=11269
2006-10-10 06:44:01 +00:00
Kevin Reed 5b521fba67 - Make sure project section renders even if the manager cannot connect to the core client
- Eliminate dual timer issue if you change skins and have a slide show running
		- Extend the wxFlatNotebook and moved all code related to the notebook and workunits into the new class (WorkunitNotebook)
		- Change the height of the BSG to 570 pixels (from 600)
		- Change the display area for the slide show to eliminate black border except where required by text for show graphics.  New dimensions are width = 290, height = 126
		- Check for updated slideshows after a project RPC and any files finish downloading

svn path=/trunk/boinc/; revision=11267
2006-10-10 02:53:25 +00:00
Rom Walton e2c9a18703 *** empty log message ***
svn path=/trunk/boinc/; revision=11259
2006-10-09 18:08:31 +00:00