David Anderson
24fda48c2b
fix some compile warnings (no functional change)
2014-04-30 15:37:06 -07:00
Rom Walton
7e552df932
MGR: Enforce a 16x16 image for the advanced prefs tab control for all platforms. wxImageList is initialized for 16x16 and would probably throw an error for any other size.
2014-03-03 12:13:59 -05:00
Charlie Fenton
e2c845f922
MGR: Fix broken icon in Advanced Preferences "Exclusive Applications" tab
...
- GetIcon(wxDefaultSize) for wxIconBundle objects uses wxSystemSettings::GetMetric(wxSYS_ICON_X) which is not supported on Mac.
2014-03-03 05:20:18 -08:00
Rom Walton
95a45dee5a
client & manager: Update icons for all client-side components.
2014-02-14 16:05:42 -05:00
Charlie Fenton
df78a0189d
MGR: Message tweak:.
2014-01-12 01:18:25 -08:00
Charlie Fenton
44f21899d1
MGR: In Advanced Preferences dialog, many fields were not being validated; I added code to validate them.
...
Note: If you add any new textedit fields to this dialog, you must add code to check them in CDlgAdvPreferences::ValidateInput(). Apparently this has not always been done in the past.
2014-01-10 03:43:59 -08:00
Charlie Fenton
6d1ed3bfe0
MGR: On Linux, initialize exclusive apps dialog to start from directory "/usr/bin/" instead of from "/" (from Toralf Förster)
2013-08-01 00:36:10 -07:00
Charlie Fenton
ab41c0f0c5
MGR: revert my changes 3ea6711
and 429c699: a value of 0 for max_ncpus_pct means "ignore", not "100%; added "(0 means ignore this setting)" to the Advanced Computing Preferences dialog.
2013-06-19 18:06:24 -07:00
Charlie Fenton
429c699303
MGR: test if (max_ncpus_pct == 0) instead of (max_ncpus_pct < 0.1) in Advanced Preferences dialog (requested by David Anderson)
2013-06-17 17:07:28 -07:00
Charlie Fenton
3ea6711d06
MGR: if max_ncpus_pct is 0, show 100% in Advanced Preferences dialog.
2013-06-17 05:28:20 -07:00
Charlie Fenton
c5368a62d9
Mgr: Flush Manager settings to Windows Registry or user prefs when practical to do so
2013-04-30 04:35:45 -07:00
David Anderson
128da198b6
- client: rename two different functions named backoff()
...
to make it easier to see what's going on.
- fix code formatting in manager
2013-03-22 10:43:05 +01:00
David Anderson
235438fd4e
- Manager (Win): case-insensitive check for .exe ending of exclusive apps
2013-03-22 10:43:05 +01:00
Charlie Fenton
dbb669fc10
Fix wild card in Exclusive Apps dialog for Linux (from Gianfranco Costamagna)
2013-03-05 16:34:58 +01:00
Rom Walton
8a5053e670
- MGR: Enforce the 0..10 day limit on the connect interval for the
...
advanced preferences dialog. At some point we should rename
it.
clientgui/
DlgAdvPreferences.cpp
svn path=/trunk/boinc/; revision=25988
2012-08-07 17:21:58 +00:00
Charlie Fenton
22c1ff5cd9
-MGR: eliminate unnecessary get_host_info RPCs.
...
svn path=/trunk/boinc/; revision=23772
2011-06-23 09:15:40 +00:00
Charlie Fenton
5d1e4765a5
MGR: Fix compiler warning
...
svn path=/trunk/boinc/; revision=23504
2011-05-05 07:14:00 +00:00
Charlie Fenton
271122551c
MGR: Continue adding Exclusive Apps pane to Computing Prefs dialog
...
svn path=/trunk/boinc/; revision=23497
2011-05-04 12:44:29 +00:00
Charlie Fenton
9f5bc01a25
MGR: Continue adding Exclusive Apps pane to Computing Prefs dialog
...
svn path=/trunk/boinc/; revision=23495
2011-05-04 11:14:23 +00:00
Charlie Fenton
460c4133d6
MGR: Continue adding Exclusive Apps pane to Computing Prefs dialog
...
svn path=/trunk/boinc/; revision=23494
2011-05-04 10:51:44 +00:00
Charlie Fenton
6edf908273
MGR: Fix a few bugs in Exclusive Apps pane of Computing Prefs dialog
...
svn path=/trunk/boinc/; revision=23488
2011-04-30 08:52:37 +00:00
Charlie Fenton
363b1b9161
MGR: Continue adding Exclusive Apps pane to Computing Prefs dialog; lib: add missing items in CONFIG, PROXY_INFO struct initializers
...
svn path=/trunk/boinc/; revision=23482
2011-04-29 12:04:07 +00:00
Charlie Fenton
3afb8a8ca1
MGR: Begin adding Exclusive Apps pane to Computing Prefs dialog
...
svn path=/trunk/boinc/; revision=23474
2011-04-28 13:00:04 +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
David Anderson
2182e1de79
- bug fixes for prefs dialog
...
svn path=/trunk/boinc/; revision=21271
2010-04-23 21:36:27 +00:00
David Anderson
25b7607ba1
- manager: add network quota to advanced prefs dialog
...
svn path=/trunk/boinc/; revision=21270
2010-04-23 21:21:48 +00:00
Charlie Fenton
804be2ad2a
MGR: Save and restore height and width of Properties dialog; fix comments
...
svn path=/trunk/boinc/; revision=20738
2010-02-26 09:18:53 +00:00
Charlie Fenton
16e1ca0485
MGR: Fix Advanced Dialog sizer bug on Mac, make it no longer resizeable by user.
...
svn path=/trunk/boinc/; revision=20727
2010-02-25 09:48:57 +00:00
David Anderson
ad0c228af5
- finish prefs dialog addition
...
svn path=/trunk/boinc/; revision=20595
2010-02-16 18:58:00 +00:00
David Anderson
fb4d03579e
- manager: first whack at "suspend if CPU load exceeds x" in dialog
...
svn path=/trunk/boinc/; revision=20594
2010-02-16 18:38:39 +00:00
David Anderson
e2d3f75eef
- client and user web: finish the above.
...
Should add the Adv Prefs dialog as well.
svn path=/trunk/boinc/; revision=20193
2010-01-19 00:38:31 +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
David Anderson
add9e9b40e
- manager: allow 24:00 to be used in advanced prefs dialog
...
(from Ian Hay; fixes #357 )
svn path=/trunk/boinc/; revision=18866
2009-08-18 21:50:16 +00:00
Rom Walton
7b71257eb0
- Fix compiler errors
...
( From: Sascha Manns )
client/
hostinfo_unix.cpp
clientgui/
DlgAdvPreferences.cpp
svn path=/trunk/boinc/; revision=17817
2009-04-15 16:28:24 +00:00
David Anderson
58593802de
- manager: fix roundoff error in Advanced Prefs; fixes #613
...
svn path=/trunk/boinc/; revision=17409
2009-02-27 16:42:56 +00:00
David Anderson
adbff769c8
- Manager: add GPU preference to advanced prefs dialog
...
svn path=/trunk/boinc/; revision=17259
2009-02-13 17:53:10 +00:00
David Anderson
712e6e872a
- finish prefs fixes
...
svn path=/trunk/boinc/; revision=17209
2009-02-11 21:21:36 +00:00
Rom Walton
2816bf90c3
Quick Updates
...
svn path=/trunk/boinc/; revision=16943
2009-01-16 21:57:31 +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
David Anderson
86cfca0b44
- manager: clamp percentages at [0,100] in prefs dialog
...
fixes #794
- wrapper: if app checkpoints, write CPU time to checkpoint file
fixes #792 (I hope)
svn path=/trunk/boinc/; revision=16645
2008-12-08 04:47:57 +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
Charlie Fenton
f3146210d7
MGR: async GUI RPCs: Create SafeMessageBox function to suspend periodic RPCs during modal dialogs
...
svn path=/trunk/boinc/; revision=15901
2008-08-20 16:07:06 +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
David Anderson
b18a45ec97
- manager: display days w/ 2 decimals
...
svn path=/trunk/boinc/; revision=15645
2008-07-21 22:07:25 +00:00
Charlie Fenton
d74f42373f
MGR: fix compile warning
...
svn path=/trunk/boinc/; revision=14691
2008-02-06 05:36:31 +00:00
David Anderson
18dfbff589
- win fix
...
svn path=/trunk/boinc/; revision=14689
2008-02-06 04:39:14 +00:00
David Anderson
f43452829c
- client: fix compile warning
...
fixes #535
svn path=/trunk/boinc/; revision=14688
2008-02-06 04:32:06 +00:00
David Anderson
acbd32a04e
- manager: change adv prefs dialog to handle new pref
...
svn path=/trunk/boinc/; revision=14640
2008-01-29 21:48:17 +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