Commit Graph

20034 Commits

Author SHA1 Message Date
David Anderson 48e1de5348 - remote job submission: bug fixes, and avoid divide by zero
in adjust_user_priority.  From Niclas Lockner.
2013-03-05 16:42:44 +01:00
David Anderson 0a75353fb7 - client (Android and other Unix without shmget())
Don't write spurious messages to stderr about shmem operations
    not being supported.
2013-03-05 16:42:44 +01:00
David Anderson cbe4408dcf Android: Make build_libraries.sh executable 2013-03-05 16:42:44 +01:00
Rom Walton c13a05828f Android: Add a shall script to build just the BOINC libraries 2013-03-05 16:42:44 +01:00
Rom Walton 27c62a7914 WINSETUP: Fix the launch manager and tray functionality at the end of setup. (Applied to WCG.ism) 2013-03-05 16:42:44 +01:00
Rom Walton 984c23558e MGR: SimpleGUI: Make the Notices/Suspend/Resume/Help button borders transparent. The other buttons will take a bit more work. 2013-03-05 16:42:44 +01:00
Rom Walton b2c53551b6 - World Community Grid: Update our Skin for the 7.0 client
- World Community Grid: Delete files from the old skin
- World Community Grid: Fix compile error in custom World Community Grid section of code
- World Community Grid: Update the Windows build files for World Community Grid
- World Community Grid: Update installater and related files for version 7
- World Community Grid: Add WCG directory to section of .gitignore for installer files
2013-03-05 16:42:44 +01:00
Rom Walton 549205bdd2 Android: Asset manager just expects the file name and not the full path. 2013-03-05 16:42:44 +01:00
Rom Walton f8a25cf2b2 Android: Add boinccmd to the android package, its small and useful for debugging.
Android: Install the all_projects_list.xml file at the same time as the client software.
2013-03-05 16:42:43 +01:00
Rom Walton 1be6dfbf3d Android: Clean up comment 2013-03-05 16:42:43 +01:00
Rom Walton 827f18fa09 Android: Attempt a graceful shutdown of the core client by sending a SIGQUIT instead of killing the process outright.
The UI was getting stuck in a loop where is was constantly killing the client and restarting the client which in turn was re-launching the science applications.  Both the UI and the client were unhappy.
2013-03-05 16:42:43 +01:00
Rom Walton 1cd98b099b Doc: Reorder Android detection, the browser's user agent string contains the Linux keyword too. 2013-03-05 16:42:43 +01:00
Rom Walton 54676d9d01 Doc: Add Android to the download_all.php page.
Doc: Add detection code for Android to the download.php page.
Doc: Update latest dev version to 7.0.52
2013-03-05 16:42:43 +01:00
Rom Walton decaf76523 WINSETUP: Fix the launch manager and tray functionality at the end of setup. 2013-03-05 16:42:43 +01:00
Rom Walton 51dd443941 WINSETUP: Revert my change to interpret the Service Install checkbox as an integer. Internally if the property contains a value it is true, otherwise false. Confirmed by Kevin. 2013-03-05 16:42:43 +01:00
Rom Walton 0f0fe585ba Android: Use a 96x96 image for the BOINC icon on Kindle Fire and other high-res devices 2013-03-05 16:42:43 +01:00
Rom Walton 4325ba01bf Android: Initialize variable 2013-03-05 16:40:25 +01:00
Oliver Bock 7a434286b1 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc 2013-03-05 16:39:57 +01:00
David Anderson 5c7f583e42 - client: suspend_reason is not a bitmap; fix code that acted like it is. 2013-03-05 16:39:36 +01:00
Rom Walton b26fdda827 Android: Add different locations that can host battery information.
Android: For all power/battery file descriptors, NULL out their buffers so the client will grab the latest information and not recycle the old information.
2013-03-05 16:38:42 +01:00
Rom Walton 45120de247 Android: Fix crashing bug when we poll for battery information 2013-03-05 16:38:42 +01:00
Rom Walton e490ab8aa4 Android: Another try and the path issue 2013-03-05 16:38:42 +01:00
Rom Walton b501d5c358 Android: Fix path issue for copying assets 2013-03-05 16:38:42 +01:00
Rom Walton 6012f9261f Android: Remove debug code for Android, the required functions are called and function.
Android: Remove separate copy_asset.sh script and make that the last part of the build_boinc.sh script.
2013-03-05 16:38:42 +01:00
Rom Walton 98e6925cad Android: Add suspend reason text for when the battery is charging or overheating 2013-03-05 16:38:41 +01:00
Eric J Korpela ed4daff659 Fix for FCGI compile problem in lib/filesys.cpp 2013-03-05 16:38:41 +01:00
Rom Walton ff53e509cf Android: Add trace statements to track down battery issues 2013-03-05 16:38:41 +01:00
Rom Walton 16f47655ed Android: Launch the core client in daemon mode which automatically redirects stdout and stderr to files. Useful for debugging. 2013-03-05 16:38:41 +01:00
Rom Walton 57eac3cb4f Android: Okay, really move the projects tab in front of the tasks tab. 2013-03-05 16:38:41 +01:00
Rom Walton 11c39dcf3c Android: Fix the use of ca-bundle.crt on Android. We ended up copying the BOINC client instead of the bundle. 2013-03-05 16:38:41 +01:00
Rom Walton 255fbade62 client: Fix typo for Android builds 2013-03-05 16:38:41 +01:00
Oliver Bock 05eba7c951 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc 2013-03-05 16:35:14 +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
David Anderson 6352f9ca9d - client (Android): forget hysteresis policy; don't compute if < 95% charged. 2013-03-05 16:34:58 +01:00
David Anderson 8d71408978 Manager: right-justify task deadline in advanced view 2013-03-05 16:34:58 +01:00
Oliver Bock 1efdd8b896 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc 2013-03-05 16:34:03 +01:00
David Anderson 876113ddd5 - PHP comment tweak 2013-03-05 16:33:40 +01:00
David Anderson bc38f557e1 - admin web: fix spurious error in manage user page 2013-03-05 16:33:40 +01:00
David Anderson 06eadde310 - client (Unix): check whether VBoxManager is executable by us
before trying to run it.
    Otherwise we get lots of msgs in stderr.
2013-03-05 16:33:39 +01:00
Oliver Bock 5cd587789f Merge branch 'master' of ssh://boinc.berkeley.edu/boinc 2013-03-05 16:31:53 +01:00
David Anderson 4bf3f7f51a - client: fix copy_element_contents() to remove assumption that the
end tag is on a line by itself.  (this broke things if gui_urls.xml
    didn't end with a CRLF).
2013-03-05 16:31:44 +01:00
Rom Walton 41529dbc1e Android: Rename the settings tab to preferences 2013-03-05 16:31:08 +01:00
Rom Walton 3ffc712961 client: Another typo 2013-03-05 16:31:08 +01:00
Rom Walton 6d886fd8ea Android: Enable the messages tab
Android: Move the projects tab so that it appears before the task tab
2013-03-05 16:31:08 +01:00
Rom Walton 9b83503d9d client: Another typo 2013-03-05 16:31:08 +01:00
Rom Walton f5723a4a30 Android: Enable the package for debugging
Android: Enable the use of landscape mode for viewing the UI
2013-03-05 16:31:08 +01:00
Rom Walton f6807efe18 client: Properly return the battery status as full when it is. 2013-03-05 16:31:08 +01:00
Oliver Bock e695df9f6e Merge branch 'master' of ssh://boinc.berkeley.edu/boinc 2013-03-05 16:00:47 +01:00
David Anderson c7a5156573 - client: work fetch: if there are idle devices, we need to ask
the highest-prio project for work for all of them
    (don't scale by the fetchable resource share!).
    This should fix some device starvation problems.
2013-03-05 16:00:35 +01:00
Rom Walton 49e41f7123 client: Fix typo from previous commit 2013-03-05 15:57:35 +01:00