Commit Graph

1482 Commits

Author SHA1 Message Date
Charlie Fenton 193797ed2b Move Mac sreensaver files to common clientscr directory
svn path=/trunk/boinc/; revision=13476
2007-08-29 01:11:29 +00:00
Charlie Fenton ee43d7e443 Move Mac sreensaver files to common clientscr directory
svn path=/trunk/boinc/; revision=13475
2007-08-29 01:11:09 +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
Charlie Fenton 1bae24b1e8 Mac SG: Ugly hack for unknown alignment problem on Mac, requested by Kevin Reed
svn path=/trunk/boinc/; revision=13424
2007-08-21 05:04:05 +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 9e70619846 MGR: Disable Simple GUI if the screen height < 600 (instead of== 480)
svn path=/trunk/boinc/; revision=13409
2007-08-18 00:22:21 +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 c553674e19 - MGR: Make sure all the dialogs contain the application name
and do not have BOINC Manager hard coded in them.

    clientgui/
        AdvancedFrame.cpp
        DlgAbout.h
        DlgAdvPreferencesBase.cpp, .h
        DlgOptions.cpp, .h
        DlgSelectComputer.cpp, .h

svn path=/trunk/boinc/; revision=13391
2007-08-16 20:06:50 +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
David Anderson 4e1f0b7019 - client: add a <data_dir> option in cc_config.xml;
tells the client to use this as the data directory
- scheduler: improve the message telling the client that
    more disk or memory is needed;
    tell them the minimum amount needed to
    send any of the jobs rejected,
    rather than the amount needed for the first job rejected
- manager: fix text in "connect now" dialog

svn path=/trunk/boinc/; revision=13387
2007-08-16 17:33:41 +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 0e305ec1fe Mac MGR: Work around bugs in wxMac 2.82 - 2.8.4 to fix wxPieCtrl to work correctly on wxMac 2.6.3 - 2.8.4.
svn path=/trunk/boinc/; revision=13321
2007-08-15 10:50:59 +00:00
Rom Walton f841b17404 SCR: Enable V6 style applications, screensaver is no longer
compatible with v5 style graphics.
    
    clientscr/
        screensaver.cpp, .h
        screensaver_win.cpp, .h

svn path=/trunk/boinc/; revision=13318
2007-08-14 17:23:30 +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
Charlie Fenton a5c5b732e3 Fix compiler warnings.
svn path=/trunk/boinc/; revision=13309
2007-08-14 02:38:38 +00:00
David Anderson c148085143 - Manager: change "Retry communications" to "Do network communication"
- client: use gethostname() to get host name on Linux

svn path=/trunk/boinc/; revision=13295
2007-08-11 03:34:38 +00:00
David Anderson 4a2e57e552 - Manager: show the AMS name, not the skin name, in Wizard
svn path=/trunk/boinc/; revision=13294
2007-08-11 03:30:03 +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 e2c620b1be Quick Updates
svn path=/trunk/boinc/; revision=13269
2007-08-03 17:09:46 +00:00
Rom Walton c6e5897a02 fix build break on linux
svn path=/trunk/boinc/; revision=13268
2007-08-03 17:08:10 +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 d2ca33b9e7 MGR: Dialup Manager updates current preferences from client before using them
svn path=/trunk/boinc/; revision=13261
2007-08-02 08:11:29 +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 e47ae76cce Manager: don't call GetWorkCount() repeatedly in CViewProjectsGrid
svn path=/trunk/boinc/; revision=13244
2007-07-31 03:29:40 +00:00
Charlie Fenton 5a581cffe8 Manager: don't call GetWorkCount() repeatedly in CViewTransfersGrid and CViewMessagesGrid.
svn path=/trunk/boinc/; revision=13242
2007-07-31 02:54:56 +00:00
David Anderson 803152369a - client: fix bug that caused "no shared memory segment" errors,
introduced in 20 July checkin

svn path=/trunk/boinc/; revision=13230
2007-07-27 18:22:52 +00:00
Charlie Fenton b530dde5f1 Manager: don't call GetWorkCount() unnecesaarily in ViewWorkGrid.cpp.
svn path=/trunk/boinc/; revision=13188
2007-07-19 01:38:30 +00:00
Charlie Fenton d0d99aec23 Manager: Update disk pie chart only if something has changed (from Frank Weiler)
svn path=/trunk/boinc/; revision=13187
2007-07-19 01:29:57 +00:00
Charlie Fenton 71502f5700 Charlie 17 July 2007
Manager GridCtrl: Fix Compile error on some platforms.

svn path=/trunk/boinc/; revision=13176
2007-07-17 23:12:55 +00:00
Charlie Fenton 814e92815d Manager GridCtrl: Don't save/restore width of hidden/invisible columns.
svn path=/trunk/boinc/; revision=13174
2007-07-17 22:20:06 +00:00
Charlie Fenton 1cb66f1c8b MGR ViewTaskGrid: Force full refresh only if sort order has changed
svn path=/trunk/boinc/; revision=13169
2007-07-17 11:14:03 +00:00
Charlie Fenton 1624e3bd8c Manager: Fixed bug in task grid view: added hidden column COLUMN_RESULTS_INDEX to hold index into results vector.
svn path=/trunk/boinc/; revision=13167
2007-07-17 10:45:29 +00:00
David Anderson 40cc228523 - Manager: changed wording the "Choose a project" page
of attach wizard.
		At least one person was confused by 'WWW';
		he thought you clicked there to choose project.

svn path=/trunk/boinc/; revision=13163
2007-07-16 20:57:19 +00:00
David Anderson 0a7422f5f7 - Manager: in grid views, don't sort unless needed (from Frank)
- client: show OS name/version in message at startup

svn path=/trunk/boinc/; revision=13161
2007-07-16 18:09:54 +00:00
David Anderson 32d1665178 - client: print time zone message at startup
- Manager: removed ForceRefresh() calls in grid views;
		reduces CPU usage, still seems to work (from Frank Weiler)

svn path=/trunk/boinc/; revision=13155
2007-07-14 20:04:47 +00:00
David Anderson afe62aeaea - Manager: made some strings translatable
svn path=/trunk/boinc/; revision=13142
2007-07-11 16:26:44 +00:00
Charlie Fenton 07b026c299 MGR: Check correct menu item in View menu when launching Manager or when returning from Simple View.
svn path=/trunk/boinc/; revision=13134
2007-07-11 09:50:58 +00:00
Rom Walton d5abeb9761 - MGR: Workaround a crash issue by only dealing with the frame
pointer if the manager is told to quit by the cc.
        
    clientgui/
        MainDocument.cpp

svn path=/trunk/boinc/; revision=13126
2007-07-09 19:18:13 +00:00
David Anderson ee8462c20f - client: fix bug that broke <os_random_only> option
- client and Manager: attempts to fix problems
		if <guirpc_debug> is set

	client/
		gui_rpc_server_ops.C
	clientgui/
		MainDocument.cpp
	lib/
		gui_rpc_client_ops.C
		md5_file.C

svn path=/trunk/boinc/; revision=13083
2007-07-02 20:45:16 +00:00
Rom Walton db585e88c5 - MGR: Adjust menu names.
clientgui/
        AdvancedFrame.cpp
        Events.h

svn path=/trunk/boinc/; revision=13067
2007-07-02 13:17:36 +00:00
Charlie Fenton 3208f0c677 Mac: Update user-visible copyright dates from 2006 to 2007
svn path=/trunk/boinc/; revision=13059
2007-06-30 06:21:20 +00:00
Rom Walton f490d71ad1 - WIN: Update 2003 project files
- WIN: Re-introduce manifests for 2003 built files.

    /
        <Numerious Files>

svn path=/trunk/boinc/; revision=13054
2007-06-30 00:12:19 +00:00
David Anderson 709f5747c5 svn path=/trunk/boinc/; revision=13029 2007-06-26 03:48:50 +00:00