Commit Graph

91 Commits

Author SHA1 Message Date
Charlie Fenton bcbea6fdcf Adjust preference dialog titles, improve Simple View and Simple Preferences
svn path=/trunk/boinc/; revision=24448
2011-10-21 12:17:10 +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
Charlie Fenton 800f78f52f MGR: Remove from Skin Manager items no longer used by SimpleGUI
svn path=/trunk/boinc/; revision=23211
2011-03-10 10:25:54 +00:00
Charlie Fenton 76091982aa MGR: Use branded short application name in Help tooltips instead of always using "BOINC"
svn path=/trunk/boinc/; revision=22971
2011-02-01 12:19:10 +00:00
Charlie Fenton add6715355 Fix compile break on Linux
svn path=/trunk/boinc/; revision=22962
2011-01-31 01:12:42 +00:00
Charlie Fenton 86216c53a9 MGR: Use our control IDs instead of wxID_HELP for Help buttons for Mac accessibility
svn path=/trunk/boinc/; revision=22953
2011-01-28 09:55:03 +00:00
Charlie Fenton 00dfc1e88c MGR: Fix SimplePrefs default skin selection display; use standard native buttons in Simple Prefs, Simple Notices
svn path=/trunk/boinc/; revision=22952
2011-01-28 09:16:42 +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 b6cb1240dc Quick Updates
svn path=/trunk/boinc/; revision=22901
2011-01-13 19:13:27 +00:00
Rom Walton 5c02f7388b - MGR: Disable the background repaint events for the SGUI Messages and
SGUI Preferences dialog.  Changing the font color wasn't as easy as
        I had hoped and the black background for the skin doesn't do any
        good when the text itself is black as well.
        
    clientgui/
        sg_DlgMessages.cpp
        sg_DlgPreferences.cpp

svn path=/trunk/boinc/; revision=22900
2011-01-13 18:52:46 +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
Rom Walton 01a48f14ad - MGR: Fix icons for dialogs that display them.
clientgui/
        DlgEventLog.cpp
        sg_DlgMessages.cpp
        sg_DlgPreferences.cpp

svn path=/trunk/boinc/; revision=20601
2010-02-16 22:18:01 +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 422973a4c8 - MGR: Make the minimum version of wxWidgets we support 2.8.0 or better
- MGR: Start cleaning up warning related to 2.6 backwards compatibility
    
    /
        configure.ac
    clientgui/
        sg_DlgPreferences.cpp

svn path=/trunk/boinc/; revision=19960
2009-12-17 23:48:48 +00:00
Rom Walton 3294f5bb39 fixes #712
svn path=/trunk/boinc/; revision=17373
2009-02-25 16:03:43 +00:00
Rom Walton 22873e216e - MGR: Don't convert strings to ANSI juts to have to reconvert them
back to Unicode.  Fix several help link issues.
        
    clientgui/
        AdvancedFrame.cpp
        DlgAdvPreferences.cpp
        sg_BoincSimpleGUI.cpp
        sg_DlgMessages.cpp
        sg_DlgPreferences.cpp
        sg_ProjectsComponent.cpp

svn path=/trunk/boinc/; revision=16915
2009-01-15 18:57:44 +00:00
Rom Walton 5632d75090 Build Break fix from my last check-in
svn path=/trunk/boinc/; revision=16382
2008-10-31 22:20:17 +00:00
Rom Walton f958a8a7e8 - MGR: Fix up the OnHelp features of the BOINC Manager so they
all point to manager_links.php.
        
    clientgui/
        DlgAdvPreferences.cpp
        sg_DlgMessages.cpp
        sg_DlgPreferences.cpp

svn path=/trunk/boinc/; revision=16380
2008-10-31 22:00:23 +00:00
David Anderson 4f66bb4c95 - added copyright and license info to .C, .cpp, .h files
- scheduler: fix bug in adaptive replication:
    if send an unreplicated job to untrusted host,
    set both wu.target_nresults and wu.min_quorum to app.target_nresults.

svn path=/trunk/boinc/; revision=15762
2008-08-06 18:36:30 +00:00
Rom Walton 5a46215511 - MGR: Make help system work again
- MGR: Add pre-release to the BOINC Manager title bar and about
        dialog if it is a pre-release version of BOINC.
    - CLI: Add some pre-release text to the CC startup routine and
        suggest they revert back to a released build if they don't
        plan on testing the client.

    /
        version.h
        version.h.in
    client/
        auto_update.C
        client_state.C
    clientgui/
        AdvancedFrame.cpp
        DlgAbout.cpp
        sg_BoincSimpleGUI.cpp
        sg_DlgMessages.cpp
        sg_DlgPreferences.cpp
        SkinManager.cpp
    lib/
        common_defs.h

svn path=/trunk/boinc/; revision=15067
2008-04-17 16:18:16 +00:00
Charlie Fenton 9214583c37 Fix SG preferences "Do work only between" and "Connect only between"
svn path=/trunk/boinc/; revision=14133
2007-11-10 02:05:53 +00:00
Charlie Fenton 44a2cef148 Mgr SG: Fix SG preferences bug: set "custom" checkmark only if global_prefs_override.xml file exists.
svn path=/trunk/boinc/; revision=14121
2007-11-08 08:25:15 +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
Charlie Fenton 5a1dfe2285 Preferences: fix #363: per-day time preferences work incorrectly; MGR: use cached preferences if connected to pre-5.10.18 client..
svn path=/trunk/boinc/; revision=13454
2007-08-25 09:53:33 +00:00
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 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 73a46ec81b MGR: both preference dialogs call get_global_prefs_working_struct().
svn path=/trunk/boinc/; revision=13260
2007-08-02 08:10:58 +00:00
Charlie Fenton cf14e1ca00 MGR: Populate Simple and Advanced Preference dialogs with current values of preferences (including any overrides), not with defaults or old (possibly stale) values.
svn path=/trunk/boinc/; revision=13258
2007-08-02 02:15:43 +00:00
Charlie Fenton e9b1a8f700 *** empty log message ***
svn path=/trunk/boinc/; revision=12351
2007-04-12 09:29:40 +00:00
Charlie Fenton 62fb8f3b0b *** empty log message ***
svn path=/trunk/boinc/; revision=12249
2007-03-20 00:07:16 +00:00
David Anderson 9b0a0fff91 *** empty log message ***
svn path=/trunk/boinc/; revision=12236
2007-03-15 23:39:22 +00:00
David Anderson dceae0f13e *** empty log message ***
svn path=/trunk/boinc/; revision=12131
2007-02-21 17:06:11 +00:00
Charlie Fenton 99c8874340 *** empty log message ***
svn path=/trunk/boinc/; revision=11905
2007-01-19 14:30:18 +00:00
Charlie Fenton f55c97c26a *** empty log message ***
svn path=/trunk/boinc/; revision=11788
2007-01-06 05:46:26 +00:00
Rom Walton dfac6eb739 *** empty log message ***
svn path=/trunk/boinc/; revision=11786
2007-01-06 05:14:26 +00:00
Rom Walton b440e302aa *** empty log message ***
svn path=/trunk/boinc/; revision=11779
2007-01-05 23:31:38 +00:00
Rom Walton 3fd770ffd1 *** empty log message ***
svn path=/trunk/boinc/; revision=11776
2007-01-05 19:46:10 +00:00
Kevin Reed 4b120a868e Changed the way the buttons on the simple gui preferences and messages screens are sized
svn path=/trunk/boinc/; revision=11771
2007-01-04 21:09:07 +00:00
Rom Walton e0bef102ab *** empty log message ***
svn path=/trunk/boinc/; revision=11746
2006-12-30 00:50:04 +00:00
Charlie Fenton 61c842c0c4 *** empty log message ***
svn path=/trunk/boinc/; revision=11715
2006-12-22 09:55:46 +00:00
Rom Walton 073340a33a *** empty log message ***
svn path=/trunk/boinc/; revision=11714
2006-12-22 04:25:36 +00:00
Rom Walton 69a5bf301a *** empty log message ***
svn path=/trunk/boinc/; revision=11646
2006-12-12 01:08:16 +00:00
Charlie Fenton 1b0a91b1f8 *** empty log message ***
svn path=/trunk/boinc/; revision=11641
2006-12-09 02:35:06 +00:00
Rom Walton 6c9cc128de *** empty log message ***
svn path=/trunk/boinc/; revision=11638
2006-12-08 04:23:02 +00:00
Charlie Fenton f06e011340 *** empty log message ***
svn path=/trunk/boinc/; revision=11595
2006-11-27 04:54:05 +00:00
Rom Walton 94511df784 *** empty log message ***
svn path=/trunk/boinc/; revision=11594
2006-11-27 03:53:43 +00:00
Charlie Fenton 9e995102d9 *** empty log message ***
svn path=/trunk/boinc/; revision=11593
2006-11-27 03:37:03 +00:00
Rom Walton ac612e3b2c *** empty log message ***
svn path=/trunk/boinc/; revision=11535
2006-11-17 06:41:15 +00:00
Rom Walton a560428a9a *** empty log message ***
svn path=/trunk/boinc/; revision=11534
2006-11-16 23:32:48 +00:00
Rom Walton 3214a503c1 *** empty log message ***
svn path=/trunk/boinc/; revision=11526
2006-11-15 11:32:52 +00:00