Commit Graph

3134 Commits

Author SHA1 Message Date
David Anderson 0c42225e28 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2
Conflicts:
	clientgui/AccountInfoPage.cpp
2013-08-26 11:19:43 -07:00
David Anderson 1429e8c3dc Manager: message tweaks 2013-08-26 11:18:01 -07:00
Rom Walton 2788770bc9 MGR: When a project uses usernames check the length of the string in the username control and not the password control. Same with the email address control. 2013-08-26 11:32:06 -04:00
Rom Walton baff4f554b MGR: Align the sync with account manager functionality with the attach to account manager functionality with regards to account manager name location. Currently to print random stack stuff on the completion page. 2013-08-23 14:02:58 -04:00
David Anderson c5842ab728 Manager: show "paused" icon if computing is suspended for any reason 2013-08-09 23:23:32 -07:00
David Anderson ead91c6f38 Manager: in Transfers tab, Size refers to total size 2013-08-09 21:08:23 -07:00
Charlie Fenton af5cc95fc7 MGR: fix permissions error string in stderrgui.txt 2013-08-03 15:13:55 -07: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 7d372d2803 Fix warnings of class or global variables shadowed by local variables or arguments 2013-07-29 01:31:09 -07:00
David Anderson afdfc215d7 Manager: remove the last call to https_to_https() 2013-07-18 12:41:36 -07:00
Rom Walton ce77d0623f MGR: Support following HTTP and HTTPS links. We just launch a browser anyway. 2013-07-18 15:31:52 -04:00
David Anderson 30f0f67b3d Manager: change https:// to http:// in notices; the WxWidgets HTML renderer doesn't handle https://
Programming styles notes:
- string utility functions shouldn't be members of MainDocument.cpp
- don't overload features into 1 function; use separate functions
- use descriptive names rather than "clean", "sanitize" etc.
- use void for functions that don't return anything
- if you copy and paste code, fix the comments
2013-07-18 11:30:24 -07:00
Charlie Fenton ea6576c83d Mac: fix for first-time builds. 2013-07-16 02:29:35 -07:00
Charlie Fenton 314f8d53fe MGR: bug fix: last item in arg list for run_program() should be NULL, not empty string. 2013-07-09 06:05:31 -07:00
Charlie Fenton e976facd40 MGR: bug fix: last item in arg list for run_program() should be NULL, not empty string. 2013-07-09 05:52:04 -07:00
David Anderson 4d47e2f170 client: don't request work from a project w/ > 1000 runnable jobs
Because of O(N^2) algorithms, the client becomes CPU-intensive
when there are lots of jobs.
This limit could be somewhat lower.
2013-07-07 13:13:57 -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 b91e4776f0 Mac uninstaller: localize the dialog strings in the Uninstall BOINC app. 2013-06-18 04:03: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 4f999c750f MGR: update progress display in simple view more frequently (reported by Jacob Klein).
Update progress display if progress has changed by at least 0.001% (was 0.1%)
2013-06-17 02:21:12 -07:00
Charlie Fenton 8e21e028e3 MGR: Fix build break. 2013-06-14 04:54:46 -07:00
Rom Walton 21349c19c0 MGR: Use the skin's application short name instead of 'BOINC' for notices from the client.
MGR: Remove potential buffer overrun.
2013-06-14 00:28:14 -04:00
Charlie Fenton 0e6a081cc7 MGR: Fix wording of alert when user changes language / locale. (From Jacob Klein) 2013-06-13 16:40:02 -07:00
David Anderson 1f2296b36c client: Win version name tweaks, from [P3D} Crashtest 2013-06-12 12:29:07 -07:00
Charlie Fenton 10576cbcbc Mac installer: To avoid invalidating our code signing: use a metapackage instead of modifying the property list file to trigger a system restart when needed. 2013-06-11 05:22:12 -07:00
David Anderson 7b8bc56da3 Win build fixes 2013-06-06 18:22:51 -07:00
David Anderson 78f7610f6e remove dependency of boinc_api.h on str_replace.h (and hence config.h)
Any files that use strlcpy() or strlcat() must directly include str_replace.h
2013-06-06 17:31:46 -07:00
Rom Walton 3982c0d27f MGR: Fix compilation issue on VS 2010 reported by Chanda Sarkar 2013-06-05 13:01:50 -04:00
David Anderson f0771086fe Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2013-06-03 20:26:12 -07:00
David Anderson 846b8c7757 all components: change strcpy() to strlcpy() when possible.
This commit should cover the client and manager code.
2013-06-03 20:24:48 -07:00
Charlie Fenton e6dc077751 GridRepublic Skin: Remove space between Grid and Republic (Grid Republic -> GridRepublic) per Matt Blumberg 2013-06-03 17:08:31 -07:00
Charlie Fenton 3274bcbebc MGR: Fix bug which changed Network Activity Selection when user set GPU Activity mode 2013-06-03 16:56:31 -07:00
Kevin Reed 32c2cbd7d2 Change logo file for World Community Grid 2013-06-03 17:50:55 -05:00
Rom Walton c320168c06 MGR: Fix translation problem. 2013-06-03 13:25:41 -04:00
Kevin Reed 462dc602ca Additional customization of WCG branding
Conflicts:
	win_build/installerv2/WCG.ism
2013-05-23 16:57:31 -05:00
Kevin Reed 723127c4d4 Fix event log not being displayed on the same display as the manager 2013-05-23 16:56:03 -05:00
David Anderson f1c7b6a97d fix some Clang warnings; from Steffen Moeller 2013-05-20 12:58:52 -07:00
Charlie Fenton 93aad6826c client & MGR: add support for <max_event_log_lines>N</max_event_log_lines> in cc_config.xml
Default is 2000
0 means unlimited
2013-05-18 03:25:44 -07:00
Kevin Reed 72b6708483 Merge branch 'master' of ssh://boinc/boinc-v2 2013-05-17 16:30:54 -05:00
Kevin Reed 41408e318d Replace ico files with png so that alt-tab will display WCG logo
properly on Windows XP
2013-05-17 16:30:34 -05:00
David Anderson 89ccacd589 Manager: show project name in account-info page 2013-05-16 11:00:07 -07:00
David Anderson cc7aa070d9 Manager: another text tweak 2013-05-15 11:20:18 -07:00
David Anderson 3229e3d900 Manager: use "task" rather than "result" in text 2013-05-15 11:18:40 -07:00
Kevin Reed 4afb6cb97f Change text on suspend button in simple view back to simply "Suspend"
or "Resume"
2013-05-15 08:19:27 -05:00
Kevin Reed ff709f69ce Modify the way we place an oversized or off screen message dialogue
onto the screen.  This simply moves it fully onto the screen rather
than centering it.
2013-05-13 17:58:07 -05:00
Kevin Reed b214dfc103 Change text for suspend button in simple view to say suspend client 2013-05-13 17:57:58 -05:00
Kevin Reed f499363cd2 Modify how the event log is displayed on the screen for Windows. Make
sure that the event log window will fit on the screen and will be shown
entirely on screen.
2013-05-13 17:57:49 -05:00
Kevin Reed 53ae69f670 Modify the behavior of the blinking box around the notices button
in the simple view.  The color of the blinking box will be Red by
default but can be overriden by a tag <notices_alert_color> in a
skin.xml file.
2013-05-13 17:57:32 -05:00
Charlie Fenton 94cf746fde Mac: Update SetVersion utility for better compatibility with GIT, update product copyright strings to 2013 2013-05-08 03:11:57 -07:00