Commit Graph

96 Commits

Author SHA1 Message Date
Rom Walton c11e5a5617 - MGR: Update project list web link image.
clientgui/res/
        externalweblink.xpm
    clientgui/res/templates
        externalweblink.gif

svn path=/trunk/boinc/; revision=14178
2007-11-13 17:27:01 +00:00
Rom Walton b1db7ede89 - MGR: Change the layout of the Project List control.
- MGR: Clean up some comments in the task bar code since the comments
        no longer served a purpose.
        
    clientgui/res/
        externalweblink.xpm (Added)
    clientgui/res/templates/
        externalweblink.gif (Added)
    clientgui/
        BOINCGUI.pjd
        BOINCTaskBar.cpp
        ProjectInfoPage.cpp
        ProjectListCtrl.cpp, .h

svn path=/trunk/boinc/; revision=14111
2007-11-07 18:08:21 +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
Kevin Reed 5bc8553a3a - Screen Saver (merge from 5.10): Add additional information about the work
running when no graphics are available.  Increased the size to the box 
            displaying the message to accommodate larger image sizes.  Add code to 
            center images if less then the allowed max size of 450x166
    - Screen Saver (merge from 5.10):  If graphics are not available, then rotate
            through the currently running results (it will change every 10 seconds) 
            for display so that all are presented
    - Manager (merge from 5.10): During an auto-attach initiated by a project_init.xml file, Mozilla 
            based browsers are checking cookies in the domain  (ex: worldcommunitygrid.org) 
            for a project while IE cookies were only being checked for the full project 
            dns (www.worldcommunitygrid.org).  IE has been changed so that it will also 
            check the domain.  This mechanism is generic and can be used by any project or 
            account manager.
    - Manager (merge from 5.10): During an auto-attach initiated by a project_init.xml file, 
            the code to check for the Setup cookie within an IE browser would fail and cause 
            the attach to project dialogue to close with no warning in the event that there 
            is a cookie set for the project but there is not a Setup cookie.
    - WCG files:  Updated image, icon and installer files for WCG

svn path=/trunk/boinc/; revision=13755
2007-10-02 21:44:14 +00:00
Charlie Fenton 88da6e04e8 New Mac application icons built with artwork from Michal Krakowiak.
svn path=/trunk/boinc/; revision=13414
2007-08-19 21:48:19 +00:00
Charlie Fenton 91a660f5e9 New Mac application icon
svn path=/trunk/boinc/; revision=13393
2007-08-16 23:15:55 +00:00
Rom Walton 078d788108 - MGR: Update taskbar icons.
clientgui/res/
        boinc.xpm
        boincdisconnect.xpm
        boincsnooze.xpm
    clientgui/res/templates/
        boincsnooze.ico (deleted)
        boincdisconnect.ico (deleted)
        boinc.gif (added)
        boincdisconnect.gif (added)
        boincsnooze.gif (added)

svn path=/trunk/boinc/; revision=13327
2007-08-15 21:38:42 +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
Charlie Fenton 2712eb4fb7 Add transparency mask to boinc_logo.xpm
svn path=/trunk/boinc/; revision=13310
2007-08-14 10:07:36 +00:00
Rom Walton 00cc8c516e - MGR: Update taskbar icons.
clientgui/res/
        boinc.xpm
        boincdisconnect.xpm
        boincsnooze.xpm
    clientgui/res/templates/
        boincsnooze.ico
        boincdisconnect.ico

svn path=/trunk/boinc/; revision=13272
2007-08-08 16:21:29 +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 545ebd67cb Quick Updates
svn path=/trunk/boinc/; revision=13266
2007-08-02 21:03:35 +00:00
Rom Walton edb3ace8aa Quick Updates
svn path=/trunk/boinc/; revision=13265
2007-08-02 21:01:55 +00:00
Rom Walton 9e0edc6bab Quick Updates
svn path=/trunk/boinc/; revision=13264
2007-08-02 20:53:30 +00:00
Rom Walton 00c88b6c8a - DIAG: Disable symbol server technology for applications where a symbol
server isn't specified.
    - MGR: Provide some additional text to the begining of the attach to project
        wizard when the client is attached to an account manager. Warn the user
        that the AMS will not know about the project or its stats.
    - MGR: Fix dialog titles for the Simple GUI dialogs.
    - MGR: Eliminate bogus error messages when using the default skin.
    - MGR: Introduce new logo into the manager
    - MGR: Introduce the notion of the syncronize button in the Simple GUI.
        NOTE: This button will replace the 'attach to project' button when
        the manager detects that the client is attached to an account manager.
    
    client/win/res/
        icon.ico
    clientgui/
        DlgAbout.cpp
        sg_DlgMessages.cpp
        sg_DlgPreferences.cpp
        SkinManager.cpp, .h
        WelcomePage.cpp
    clientgui/res/
        boinc.xpm
        boinc_logo.xpm
        BOINCGUIApp.ico
    clientgui/res/templates/
        boinc.ico
        boinc16.bmp
        boinc32.bmp
        boinc48.bmp
        boinc128.bmp
        boinc256.bmp
        boinc_logo.gif
    lib/
        stackwalker_win.cpp

svn path=/trunk/boinc/; revision=13263
2007-08-02 20:03:21 +00:00
Charlie Fenton 442f6c6eac Mac: Better application icons for installer, uninstaller.
svn path=/trunk/boinc/; revision=12869
2007-06-09 11:41:21 +00:00
Charlie Fenton 622ccb4169 Reduce jaggedness of artwork
svn path=/trunk/boinc/; revision=12868
2007-06-09 03:11:03 +00:00
Charlie Fenton ff2a51011e Clean up artwork a bit
svn path=/trunk/boinc/; revision=12867
2007-06-09 02:09:42 +00:00
Charlie Fenton 64c05758d4 Make icon a little less jagged
svn path=/trunk/boinc/; revision=12866
2007-06-09 02:01:18 +00:00
Charlie Fenton c7b8510e1e Make icon a little less jagged
svn path=/trunk/boinc/; revision=12865
2007-06-09 01:52:27 +00:00
Charlie Fenton 88ca396858 Mac: Add application icons to installer, uninstaller; add "are you sure?" dialog to uninstaller. Fix installer copyright and version strings.
svn path=/trunk/boinc/; revision=12855
2007-06-08 11:16:48 +00:00
Charlie Fenton 08154f28da Move Mac icons to directory with other icons
svn path=/trunk/boinc/; revision=12390
2007-04-17 09:42:45 +00:00
Rom Walton f517514b61 *** empty log message ***
svn path=/trunk/boinc/; revision=11996
2007-01-29 20:08:40 +00:00
David Anderson ec23e244e9 *** empty log message ***
svn path=/trunk/boinc/; revision=11904
2007-01-19 00:59:31 +00:00
David Anderson 17c8f8aae1 *** empty log message ***
svn path=/trunk/boinc/; revision=11797
2007-01-07 16:15:04 +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 6257c1d19f *** empty log message ***
svn path=/trunk/boinc/; revision=11610
2006-12-03 04:13:35 +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
Kevin Reed 4ce891aaa7 *** empty log message ***
svn path=/trunk/boinc/; revision=11304
2006-10-18 16:38:10 +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
Charlie Fenton 412d22012d *** empty log message ***
svn path=/trunk/boinc/; revision=10796
2006-07-31 11:52:45 +00:00
Charlie Fenton d5f92bd751 *** empty log message ***
svn path=/trunk/boinc/; revision=10743
2006-07-25 07:00:16 +00:00
Charlie Fenton 5e37f42d78 *** empty log message ***
svn path=/trunk/boinc/; revision=10742
2006-07-25 04:35:06 +00:00
Rom Walton 609a57546e *** empty log message ***
svn path=/trunk/boinc/; revision=10569
2006-07-05 19:01:41 +00:00
Rom Walton 07152f31f1 *** empty log message ***
svn path=/trunk/boinc/; revision=10568
2006-07-05 18:38:23 +00:00
Rom Walton 169de1ce86 *** empty log message ***
svn path=/trunk/boinc/; revision=9854
2006-04-12 08:37:08 +00:00