Charlie Fenton
d6accd5437
MGR: Fix bug which can cause Manager to quit when started in Simple View
2013-02-28 15:58:01 +01:00
Charlie Fenton
f4b57b4024
MGR: Add Control-Shift_E shortcut (Command-Shift-E on Mac) to show Event Log in Simple View, for the convenience of tech suppport volunteers
2013-02-26 16:40:31 +01:00
Rom Walton
4df017de3c
- MGR: We don't save Simple View's width & height since it's
...
window is not resizable, so don't try to read them back.
svn path=/trunk/boinc/; revision=26153
2012-10-15 19:17:13 +00:00
David Anderson
ea59dd4ff0
- Manager: fix "exclusive GPU app running" message logic.
...
svn path=/trunk/boinc/; revision=26136
2012-09-21 20:11:10 +00:00
David Anderson
aa289f0916
- A bunch of tweaks from Steffen Moller, e.g. using MAXPATHLEN
...
svn path=/trunk/boinc/; revision=26133
2012-09-21 03:52:24 +00:00
David Anderson
fdf6629f4c
- client simulator compile fix
...
svn path=/trunk/boinc/; revision=26131
2012-09-20 16:37:55 +00:00
David Anderson
0b429393a7
compile fix
...
svn path=/trunk/boinc/; revision=26130
2012-09-20 06:56:59 +00:00
David Anderson
1db61a208c
- Client/manager: if a GPU app is suspended because a GPU-exclusive
...
app is running, show an appropriate message.
svn path=/trunk/boinc/; revision=26128
2012-09-20 06:09:02 +00:00
David Anderson
294ffea97a
code tweak
...
svn path=/trunk/boinc/; revision=26004
2012-08-10 19:54:17 +00:00
Charlie Fenton
31c4aa49c5
MGR: Fix build break
...
svn path=/trunk/boinc/; revision=25997
2012-08-09 00:56:10 +00:00
David Anderson
d085bc4ee6
- Client/manager: there was a bug because some code was writing
...
"cpu" in XML, and other code was looking for "CPU".
To fix this and prevent similar problems,
processor type names are now encapsulated in proc_type_name_xml().
Code should use this rather than having hard-wired names.
Redefine: GPU_TYPE_* as macros that call proc_type_name_xml().
svn path=/trunk/boinc/; revision=25996
2012-08-08 23:09:43 +00: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
Rom Walton
2bec46bd80
quick update
...
svn path=/trunk/boinc/; revision=25926
2012-07-31 00:36:27 +00:00
Rom Walton
136f06fa00
- MGR: Use the same fix for the simple gui that we used on the advanced
...
gui with regards to the menu on Ubuntu's interface.
svn path=/trunk/boinc/; revision=25919
2012-07-30 20:25:39 +00:00
Charlie Fenton
cd1ad97464
Mac: update build scripts, source files and Xcode project to allow building with Xcode 4.3 and Xcode 4.5
...
svn path=/trunk/boinc/; revision=25855
2012-07-10 09:28:17 +00:00
Charlie Fenton
78ea295d9a
Mac: Fix displayed names of BOINC installer, uninstaller, etc.
...
svn path=/trunk/boinc/; revision=25783
2012-06-22 04:28:45 +00:00
Rom Walton
11f509e2bf
- MGR: Wait until there is valid data in the list box before processing
...
the OnProjectSelected() event.
clientgui/
ProjectInfoPage.cpp
svn path=/trunk/boinc/; revision=25729
2012-05-30 19:44:14 +00:00
Rom Walton
351b9f9b79
- MGR: Fix menu redraw issue under Ubuntu's new interface.
...
fixes #1180
(From Huibert)
clientgui/
AdvancedFrame.cpp
svn path=/trunk/boinc/; revision=25702
2012-05-21 15:17:11 +00:00
Rom Walton
27138f6e75
- MGR: Fix build breaks
...
clientgui/
AccountManagerInfoPage.cpp
clientgui/
ProjectListCtrl.cpp, .h
svn path=/trunk/boinc/; revision=25699
2012-05-19 01:20:02 +00:00
Rom Walton
70c92e317a
- MGR: Remove the visuals in the wizard for multi-core and opencl. This area
...
will get a bunch of work in a future commit.
clientgui/
ProjectInfoPage.cpp, .h
clientgui/res/
openclicon.xpm (deleted)
multicore.xpm (deleted)
svn path=/trunk/boinc/; revision=25696
2012-05-18 18:33:06 +00:00
Rom Walton
93750d6264
- MGR: Fix the icon we use to represent OpenCL.
...
- client: Update the stock all_project_list.xml file we send out
with new client software.
clientgui/res/
openclicon.xpm
win_build/installerv2/redist/
all_projects_list.xml
svn path=/trunk/boinc/; revision=25679
2012-05-15 17:50:59 +00:00
Rom Walton
4f029af0e7
quick update
...
svn path=/trunk/boinc/; revision=25677
2012-05-15 17:01:50 +00:00
Rom Walton
bd8cee05e6
- MGR: Add OpenCL icon to the ProjectInfo wizard page.
...
clientgui/
ProjectInfoPage.cpp, .h
clientgui/res/
openclicon.xpm
clientgui/res/templates/
openclicon.png
lib/
diagnostics.cpp
svn path=/trunk/boinc/; revision=25676
2012-05-15 16:42:39 +00:00
Charlie Fenton
c251286db5
MGR: Eliminate QuickDraw calls for OS 10.8 compatibility
...
svn path=/trunk/boinc/; revision=25667
2012-05-10 08:56:58 +00:00
David Anderson
0e1b22fc89
svn path=/trunk/boinc/; revision=25633
2012-05-02 11:57:06 +00:00
David Anderson
909315552f
- compile fix
...
svn path=/trunk/boinc/; revision=25603
2012-04-26 20:32:00 +00:00
Rom Walton
b1c957d5b6
- MGR: Show() does not restore the window state from a minimized state. Use
...
maximize(false) to handle that situation.
clientgui/
BOINCBaseFrame.cpp
BOINCGUIApp.cpp
svn path=/trunk/boinc/; revision=25588
2012-04-20 21:08:21 +00:00
Rom Walton
e3571aab9c
- Update copyrights.
...
client/win/
boinc_cli.rc
boinc_cmd.rc
boinc_log.rc
clientctrl/
boincsvcctrl.rc
clientgui/
BOINCGUIApp.rc
DlgAbout.cpp
clientscr/
boinc_ss.rc
boinc_ss_opengl.rc
clienttray/
boinc_tray.rc
svn path=/trunk/boinc/; revision=25583
2012-04-19 20:43:35 +00:00
David Anderson
eb52ef9545
- stuff for CAS@home
...
svn path=/trunk/boinc/; revision=25546
2012-04-12 02:50:53 +00:00
Charlie Fenton
45ec33f653
MGR: Revert my changes of 18 March to Mac Task Bar Icon; always call the same instance of CTaskBarIcon::SetIcon()
...
svn path=/trunk/boinc/; revision=25523
2012-03-31 12:34:43 +00:00
David Anderson
1ab6eaf277
- compile fix for redhat, from Steffen Moller
...
svn path=/trunk/boinc/; revision=25487
2012-03-26 01:32:21 +00:00
Charlie Fenton
49fda2e686
MGR: Fix a Mac-only bug which sometimes failed to show the snooze icon
...
svn path=/trunk/boinc/; revision=25443
2012-03-18 12:35:09 +00:00
David Anderson
d5bf5c46e3
- Manager: in Project Properties page,
...
show if a GPU type is excluded by configuration
- client: don't fetch work for a resource type if all instances
of that type are excluded
- web: don't use filter_var(, FILTER_SANITIZE_STRING)
to strip HTML tags from a string.
This escapes singles quotes also.
Use strip_tags() instead.
svn path=/trunk/boinc/; revision=25375
2012-03-04 04:58:41 +00:00
David Anderson
dbed92fbe2
- Manager: small code cleanup
...
svn path=/trunk/boinc/; revision=25374
2012-03-04 04:50:40 +00:00
Rom Walton
fafc3b9bc4
Quick Updates
...
svn path=/trunk/boinc/; revision=25361
2012-03-01 21:12:20 +00:00
Charlie Fenton
cc1ccf6018
MGR: Change strings in Simple View to match changes in Advanced View: "Remaining" -> "Remaining (Estimated)", "Home page"
...
svn path=/trunk/boinc/; revision=25353
2012-02-28 12:09:44 +00:00
Charlie Fenton
17bfefda26
MGR: Change strings in Simple View to match changes in Advanced View: "Remaining" -> "Remaining (Estimated)", "Home page"
...
svn path=/trunk/boinc/; revision=25352
2012-02-28 11:58:30 +00:00
Charlie Fenton
353e703443
Mac installer: Create RealName field for users boinc_master and boinc_project and set it to empty string
...
svn path=/trunk/boinc/; revision=25337
2012-02-24 21:07:40 +00:00
Rom Walton
e5d3476e77
- MGR: Rename the "Remaining" column to "Remaining (Estimated)" in the
...
Advanced GUI/Work view.
clientgui/
ViewWork.cpp
svn path=/trunk/boinc/; revision=25334
2012-02-24 14:29:21 +00:00
Charlie Fenton
d9abdc1953
Mac installer: Create RealName field for users boinc_master and boinc_project and set it to empty string
...
svn path=/trunk/boinc/; revision=25329
2012-02-24 12:55:13 +00:00
Charlie Fenton
6877e674df
MGR: Update <organization_help_url> in Progress Through Processor's skin file again as requested by Matt Blumberg on 17 February 2012
...
svn path=/trunk/boinc/; revision=25323
2012-02-24 06:53:40 +00:00
David Anderson
7c3bc68a05
- API, client, and Manager: add an optional "reason" argument to
...
boinc_temporary_exit(),
explaining why the app is exiting.
Convey this to the client, and then to the Manager,
and display it there and in the log.
clientgui/
MainDocument.cpp
lib/
gui_rpc_client_ops.cpp
gui_rpc_client.h
api/
boinc_api.cpp,h
client/
client_types.cpp,h
app.h
app_control.cpp
svn path=/trunk/boinc/; revision=25315
2012-02-22 22:56:05 +00:00
Charlie Fenton
f5a7d78e85
Mac installer: Update copyright notice from 2009 to 2012
...
svn path=/trunk/boinc/; revision=25306
2012-02-21 01:22:59 +00:00
David Anderson
05c82a1405
- Manager: compile fix
...
svn path=/trunk/boinc/; revision=25298
2012-02-20 21:43:56 +00:00
Charlie Fenton
d8bff2cb64
MGR: Fix a Mac-only bug which showed Event Log if About BOINC is selected from task bar menu when BOINC is hidden
...
svn path=/trunk/boinc/; revision=25281
2012-02-17 13:59:57 +00:00
Charlie Fenton
2e820426ca
MGR: Update <organization_*> tags in 3 branded skins (GR, PtP, CE) to new values from Matt Blumberg
...
svn path=/trunk/boinc/; revision=25252
2012-02-14 00:38:04 +00:00
Charlie Fenton
5d135a877b
MGR: Update <organization_*> tags in 3 branded skins (GR, PtP, CE) to new values from Matt Blumberg
...
svn path=/trunk/boinc/; revision=25251
2012-02-14 00:31:13 +00:00
Charlie Fenton
96f52fa76c
MGR: Update <organization_*> tags in 3 branded skins (GR, PtP, CE) to new values from Matt Blumberg
...
svn path=/trunk/boinc/; revision=25249
2012-02-14 00:23:20 +00:00
Charlie Fenton
83350c21bd
MGR: Fix bad <organization_help_url> in Progress Through Processor's skin files provided by Matt Blumberg on 9 December 2011
...
svn path=/trunk/boinc/; revision=25245
2012-02-13 09:10:19 +00:00
Charlie Fenton
9da40e98b3
MGR: On Mac, ensure any modal dialog remains in front when Manager is activated
...
svn path=/trunk/boinc/; revision=25240
2012-02-11 08:44:48 +00:00