Commit Graph

26069 Commits

Author SHA1 Message Date
Charlie Fenton c5dad5dd21 OpenCL sample app: fixes for compatibility with Xcode 6 2015-04-14 07:16:06 -07:00
Charlie Fenton cbc4fb5b1f Example App (uppercase): fixes for compatibility with Xcode 6 2015-04-14 07:15:03 -07:00
Charlie Fenton 6878ca6d07 Example App (uppercase): fixes for compatibility with Xcode 6 2015-04-14 07:13:54 -07:00
Charlie Fenton cdc0c8f07f BOINC_Zip: fix Xcode project for compatibility with Xcode 6 2015-04-14 07:11:37 -07:00
David Anderson f81105f707 create_work: show DB error messages 2015-04-13 23:58:59 -07:00
Rom Walton 96a3a59d7e BUILD: Update vboxwrappers version to 26166. 2015-04-13 14:38:20 -04:00
Rom Walton 28254563da VBOX: Always show the VboxStartup.log on error. 2015-04-13 13:05:11 -04:00
David Anderson 5765befdd2 Client: fix bugs in accounting of elapsed time_stats_log
e.g. if you <dont_suspend_nci/> set, and you suspend CPU,
NCI tasks continue to run but their elapsed time wouldn't increase.
2015-04-12 13:31:48 -05:00
David Anderson 743d936e08 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2015-04-11 12:53:22 -05:00
David Anderson c15b8d9226 client: include client brand (if any) in HTTP user agent string 2015-04-11 10:52:37 -07:00
David Anderson d907c45b96 project list changes 2015-04-11 10:51:37 -07:00
David Anderson af97b5f9be client: bug fixes to sorting projects alphabetically
There were two problems:
1) we were sorting before parsing the client state file
   (which is where we get project names from)
2) the Win implementation of strcasecmp() wasn't right;
   it returned difference but not order.
2015-04-10 13:20:19 -05:00
Charlie Fenton fd13d09dd4 VBOX: Update Makerfile_mac Xcode project.to remove deleted files vboxlog.cpp and vboxlog.h 2015-04-10 00:20:31 -07:00
Charlie Fenton 27f622ffc1 MGR: Add 6 new tags to allow the backgrounds of the Simple View and Simple Preferences dialog to be anchored at any of 9 points, for flexibility in placement of the logo or other graphic element that should always be visible.
Vertical anchor is one of: <anchor_vertical_top>, <anchor_vertical_center> or <anchor_vertical_bottom>.
Horizontal anchor is one of: <anchor_horizontal_left>, <anchor_horizontal_center>, <anchor_horizontal_right>.
If none of the tags are present, these default values are used:
The defaults for the main Simple View background are <anchor_vertical_top> and <anchor_horizontal_left>.
The defaults for the Simple View Preferences dialog background are <anchor_vertical_center> and <anchor_horizontal_center>.
2015-04-09 03:44:29 -07:00
Charlie Fenton 7d31c5a37c Mac: tweaks to build instructions for trunk 2015-04-09 00:22:58 -07:00
Charlie Fenton eb5b175f76 VBOX: Update Mac Xcode project.to remove deleted files vboxlog.cpp and vboxlog.h 2015-04-08 15:43:37 -07:00
Rom Walton deb94a3945 BUILD: Update all_projects_list.xml which is deployed with the Windows and Mac installers. 2015-04-08 16:30:25 -04:00
Rom Walton 9afcd49c1f BUILD: Update vboxwrappers version to 26165. 2015-04-08 13:05:50 -04:00
Rom Walton 19b3dd982b VBOX: Add VboxStartup.log to the list of partial log dumps to stderr when something goes wrong. 2015-04-08 12:52:59 -04:00
Rom Walton 8e4ad3d999 Merge branch 'master' of https://github.com/BOINC/boinc 2015-04-08 12:45:18 -04:00
Rom Walton 3c43cfab6a VBOX: Remove unneeded files. 2015-04-08 12:45:03 -04:00
Charlie Fenton e31798d393 Mac: add a hint about entering file pr folder paths in the Terminal application 2015-04-08 06:11:16 -07:00
Charlie Fenton fd27d5ec62 Mac: update build scripts and instructions for trunk 2015-04-08 04:56:28 -07:00
Charlie Fenton d63038ca14 MGR: Don't show Advanced or Simple Preferences dialogs if RPCs fail. This fixes an unlikely case where the client connection has just been lost but the menus have not yet been disabled. 2015-04-08 03:03:26 -07:00
Charlie Fenton c64adb6e30 MGR: If not connected to client, disable snooze menu items in task bar icon menu 2015-04-07 22:48:59 -07:00
Rom Walton 03f398844b BUILD: Update vboxwrappers version to 26164. 2015-04-08 01:12:39 -04:00
Charlie Fenton 4e51a6fcd2 MGR: If not connected to client, disable menu items which require a connection 2015-04-07 21:37:09 -07:00
Charlie Fenton f1e1b7167a MGR: Fix a crash bug if connection to client is lost in Simple View 2015-04-07 21:35:56 -07:00
Charlie Fenton 9962455ae6 Mac installer: add comment on problem with BOINC+VBox installer 2015-04-07 19:41:48 -07:00
Rom Walton 8433264ed2 VBOX: cut down on some of the noise with spurious 'Status Report' messages when we attempt to launch the VM. 2015-04-07 19:58:39 -04:00
Rom Walton 30c23d28f3 VBOX: Check for a valid Console pointer before attempting to pause/resume the VM.
get_Console() is not returning an error, bit the returning IConsole interface is NULL.  Just return an ERR_EXEC instead of crash.
2015-04-07 18:28:18 -04:00
Charlie Fenton cb61af8fe9 Mac: Correction to build instructions for trunk (BOINC 7.5.0 and later): wxWidgets can be built under Xcode 6 by using our provided build script. 2015-04-07 03:16:17 -07:00
Charlie Fenton fb85aa7d5a lib: Ignore time-of-day or day-of-week settings (i.e., don't set "present" flag) if start time = end time. 2015-04-07 01:00:55 -07:00
Charlie Fenton 18538bce7c MGR: Don't allow user to enter start time = end time for time-of-day or day-of-week preferences 2015-04-07 00:33:09 -07:00
David Anderson 37ae3de469 web: tweak user privileges page 2015-04-06 18:58:29 -07:00
David Anderson 14b9bd7772 web: add script for editing user permissions 2015-04-05 21:30:31 -07:00
David Anderson b6e60311ea web: add "Help desk expert" user flag
This doesn't give any moderator rights; it's for display only.

Also, make the special-user strings translatable.
2015-04-04 14:35:18 -07:00
David Anderson 42c4f7adc7 Manager: menu item shuffle
Advanced view: move Event Log to Tools
Simple view: add Tools menu, and put Event Log and Add Project there.
2015-04-04 11:44:16 -07:00
Rom Walton ca6fc5b6fc BUILD: Update vboxwrappers version to 26163. 2015-04-04 12:28:19 -04:00
Rom Walton 1faf8abf3f VBOX: After adding in a new VirtualBox COM interface, you must hook up the plumbing. 2015-04-04 09:33:44 -04:00
David Anderson 5ad43a6509 validator: add --wu_id N option for debugging single WU 2015-04-03 20:00:13 -07:00
David Anderson 226aac88c5 web: error summary page tweaks 2015-04-03 11:52:03 -07:00
Rom Walton b7d9382849 BUILD: Update vboxwrappers version to 26162. 2015-04-03 12:51:23 -04:00
Rom Walton f7df3c380a VBOX: Only add the guest additions ISO to the VM if the file has actually been detected on the file system.
Some Linux systems separate the VirtualBox packages so that the guest additions ISO is in a separate package.  We were attempting to add a DVD device for a file that did not exist.
2015-04-02 16:55:57 -04:00
Rom Walton 4bd02fef0d BUILD: Increment branch to 7.5.1 2015-04-02 12:39:44 -04:00
Rom Walton 3444b0257d WINBUILD: Updated to 7.5.0 2015-04-02 12:36:43 -04:00
David Anderson fbead4c574 locale: Update compiled localization files 2015-04-01 13:25:03 -07:00
Rom Walton 60b428fc5a BUILD: Update vboxwrappers version to 26161. 2015-04-01 16:05:59 -04:00
Rom Walton fc621bf1c8 VBOX: Clean-up Vbox 4.2/4.3/5.0 support. 2015-04-01 15:29:18 -04:00
Rom Walton 228e82a4b7 VBOX: Add COM support for VirtualBox 5.0 Beta 1. 2015-04-01 14:53:43 -04:00