Commit Graph

34 Commits

Author SHA1 Message Date
Rom Walton e6d7d911ec - MGR: Update skin manager for the following changes:
project name = application short name
             company name = organization name
             company website = organization website
             added organization help url.
             
           See http://boinc.berkeley.edu/trac/wiki/ManagerSkin
             for details.
             
    clientgui/
        AdvancedFrame.cpp
        BOINCBaseFrame.cpp
        BOINCDialupManager.cpp
        BOINCTaskBar.cpp
        CompletionPage.cpp
        DlgAbout.cpp
        DlgAdvPreferences.cpp
        sg_BoincSimpleGUI.cpp
        sg_DlgMessages.cpp
        sg_DlgPreferences.cpp
        sg_ProjectsComponent.cpp
        SkinManager.cpp, .h

svn path=/trunk/boinc/; revision=13389
2007-08-16 18:53:42 +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 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
Rom Walton 9ad6f6af79 - fixes #237 - current BM fails to build with wxWidgets
unicode variant
      (Applied Frank Thomas's patch)
    
    clientgui/
        SkinManager.cpp

svn path=/trunk/boinc/; revision=12859
2007-06-08 15:49:37 +00:00
Rom Walton 4899fb2b0f - Disable HtmlEntityEncode/HtmlEntityDecode on all platforms but
Windows for now.
    - Change all references of mb_str() to c_str() in SkinManager.cpp
        to avoid SIGILL's on Unicode environments.
    - fixes #215: Customize the VBS script used to launch BOINC Manager
        for each system we install on.

    clientgui/
        BOINCBaseView.cpp
        SkinManager.cpp
    win_build/installerv2/
        BOINC.ism
        BOINCx64.ism
    win_build/installerv2/redist/Windows/
        BOINC Manager.vbs (Deleted)
    win_build/installerv2/redist/Windows/src/boinccas/
        boinccas.sln
        boinccas95.vcproj
        CACreateVBSShortcut.cpp, .h (Added)
    win_build/installerv2/redist/Windows/Win32/
        boinccas.dll
        boinccas95.dll
    win_build/installerv2/redist/Windows/x64/
        boinccas.dll
        boinccas95.dll

svn path=/trunk/boinc/; revision=12764
2007-05-29 16:16:33 +00:00
Rom Walton b7de981d3b - Bug Fix: fprintf is an ANSI function in Linux, convert Unicode
string to ANSI before writing them to sdterr.
    - Bug Fix: Fix the abort button logic, VS 2005 was throwing some
        useful warnings.
        
    clientgui/
        SkinManager.cpp
        ViewWork.cpp
        ViewWorkGrid.cpp

svn path=/trunk/boinc/; revision=12700
2007-05-21 14:20:09 +00:00
Rom Walton b440e302aa *** empty log message ***
svn path=/trunk/boinc/; revision=11779
2007-01-05 23:31:38 +00:00
Charlie Fenton bd4dc700ad *** empty log message ***
svn path=/trunk/boinc/; revision=11642
2006-12-09 10:46:18 +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 f218d07e2e *** empty log message ***
svn path=/trunk/boinc/; revision=11626
2006-12-06 06:20:56 +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 178a16c6c9 *** empty log message ***
svn path=/trunk/boinc/; revision=11563
2006-11-22 09:51:59 +00:00
Rom Walton 9056f67a1a *** empty log message ***
svn path=/trunk/boinc/; revision=11519
2006-11-14 10:12:24 +00:00
Charlie Fenton a7f6263fce *** empty log message ***
svn path=/trunk/boinc/; revision=11473
2006-11-06 13:45:50 +00:00
Rom Walton bc06b38d36 *** empty log message ***
svn path=/trunk/boinc/; revision=11467
2006-11-03 22:29:19 +00:00
Charlie Fenton 132d8c7d0b *** empty log message ***
svn path=/trunk/boinc/; revision=11460
2006-11-03 15:26:42 +00:00
Rom Walton d5a0931c1f *** empty log message ***
svn path=/trunk/boinc/; revision=11395
2006-10-30 03:41:32 +00:00
Rom Walton 75e93dae8f *** empty log message ***
svn path=/trunk/boinc/; revision=11393
2006-10-30 00:19:58 +00:00
Rom Walton 48ce0488b9 *** empty log message ***
svn path=/trunk/boinc/; revision=11390
2006-10-29 11:30:33 +00:00
Rom Walton 45cb28a14a *** empty log message ***
svn path=/trunk/boinc/; revision=11389
2006-10-29 09:30:29 +00:00
Rom Walton 99480f8a1d *** empty log message ***
svn path=/trunk/boinc/; revision=11374
2006-10-27 23:34:24 +00:00
Rom Walton ad3d140720 *** empty log message ***
svn path=/trunk/boinc/; revision=11366
2006-10-27 10:26:56 +00:00
Kevin Reed 7ff7aae590 * Fire ReloadSkin after changing to the default skin (this properly redraws the
* Move all logic for reloading a project/stat icon into the StatImageLoader class
        * Fix bug that prevented the default stat icons from being updated with reskining

svn path=/trunk/boinc/; revision=11365
2006-10-27 02:08:55 +00:00
Rom Walton 9f57708ac8 *** empty log message ***
svn path=/trunk/boinc/; revision=11361
2006-10-25 23:17:47 +00:00
Rom Walton 86b41de505 *** empty log message ***
svn path=/trunk/boinc/; revision=11360
2006-10-25 23:16:05 +00:00
Rom Walton 3057575b0b *** empty log message ***
svn path=/trunk/boinc/; revision=11358
2006-10-25 21:51:37 +00:00
Rom Walton 1f5c498aad *** empty log message ***
svn path=/trunk/boinc/; revision=11353
2006-10-25 14:09:47 +00:00
Charlie Fenton a69d19542c *** empty log message ***
svn path=/trunk/boinc/; revision=11339
2006-10-23 09:34:45 +00:00
Rom Walton 421a9a5ca2 *** empty log message ***
svn path=/trunk/boinc/; revision=11338
2006-10-23 06:48:48 +00:00
Rom Walton 89f9e8eaf7 *** empty log message ***
svn path=/trunk/boinc/; revision=11325
2006-10-20 15:00:14 +00:00
Rom Walton 391a6d72e7 *** empty log message ***
svn path=/trunk/boinc/; revision=11302
2006-10-18 09:02:36 +00:00