- 21 Oct, 2010 2 commits
-
-
Rom Walton authored
svn path=/trunk/boinc/; revision=22568
-
Rom Walton authored
svn path=/trunk/boinc/; revision=22567
-
- 20 Oct, 2010 5 commits
-
-
David Anderson authored
- client: ignore exclusive apps including "boinc" - client simulator: fixes svn path=/trunk/boinc/; revision=22566
-
Rom Walton authored
svn path=/trunk/boinc/; revision=22564
-
Rom Walton authored
svn path=/trunk/boinc/; revision=22562
-
Bernd Machenschalk authored
lib: - fixed whitespace error in Makefile.mingw - build and install svn_version.h in Makefile.mingw - fixed boinc_win.h for MinGW gcc-4 - not sure why client_msgs.h was ever included in procinfo_unix.cpp, but in current code caused a nasty trail of includes breaking the Linux build, so removed it svn path=/trunk/boinc/; revision=22561
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=22559
-
- 19 Oct, 2010 2 commits
-
-
Rom Walton authored
- MGR: Add missing ellipses for the new instance of BOINC Manager and Event Log. - MGR: Display a simple message when saying that there are no notices to be displayed when the client reports there are zero notices. clientgui/ AdvancedFrame.cpp NoticeListCtrl.cpp svn path=/trunk/boinc/; revision=22558
-
David Anderson authored
svn path=/trunk/boinc/; revision=22555
-
- 18 Oct, 2010 8 commits
-
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=22554
-
David Anderson authored
svn path=/trunk/boinc/; revision=22553
-
David Anderson authored
svn path=/trunk/boinc/; revision=22552
-
David Anderson authored
svn path=/trunk/boinc/; revision=22551
-
David Anderson authored
svn path=/trunk/boinc/; revision=22550
-
David Anderson authored
about new client version if needed svn path=/trunk/boinc/; revision=22549
-
David Anderson authored
(e.g. "Download new client here" link) and others (e.g. "Bad tag in cc_config.xml: <foo>"). - code cleanup; move show_message from main.cpp to client_msgs.cpp svn path=/trunk/boinc/; revision=22548
-
Rom Walton authored
ShowWindow() on an application frame to restore an application from a minimized state or a hidden state on Windows(75% of the UI test automation would fail at Microsoft without this ability), it appeartly isn't for other platforms. wxWidgets is or appears to be tracking window state internally, which leads to problems when the OS restores the window and the rest of the framework doesn't know about that change in state. Certain window events were being ignored (like WM_CLOSE, menu selection events, etc.). So replace the previous mechinism for bringing an existing instance of the BOINC Manager to the foreground by creating a new global window message which is tracked by the system tray icon. When the new global message is fired make sure the CBOINCGUIApp::SetActiveGUI() function is called to restore the window state which in turn updates all the internal framework data structures. clientgui/ BOINCGUIApp.cpp clientgui/ BOINCTaskBar.cpp, .h clientgui/msw/ taskbarex.cpp, .h svn path=/trunk/boinc/; revision=22547
-
- 17 Oct, 2010 3 commits
-
-
David Anderson authored
about the message (sender, title, or content) - user web: don't send an RSS item for a thread with no posts (i.e., hidden) - client simulator: support global_prefs_override.xml svn path=/trunk/boinc/; revision=22545
-
David Anderson authored
svn path=/trunk/boinc/; revision=22544
-
David Anderson authored
E.g., if a project deletes a news item, remove it from notices. - notices RSS: remove the "since_time" mechanism (an optimization that conflicts with the above) svn path=/trunk/boinc/; revision=22543
-
- 16 Oct, 2010 3 commits
-
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=22540
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=22539
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=22538
-
- 15 Oct, 2010 7 commits
-
-
David Anderson authored
say "app is not available for Microsoft Windows (98 or later) running on an Intel x86-compatible CPU" (or whatever) svn path=/trunk/boinc/; revision=22537
-
David Anderson authored
as the major criterion in choosing non-EDF GPU jobs. GPU scheduling now respects resource share, and as a result STD should no longer diverge. - client simulator: various improvements, most notably that we now generate gnuplot graphs of all debt types NOTE: the client problem was found and fixed using the simulator! svn path=/trunk/boinc/; revision=22536
-
Rom Walton authored
svn path=/trunk/boinc/; revision=22534
-
Rom Walton authored
in the newly launched application that was throwing the error. Double quotes around the parameter didn't fix the issue. For the time being just hard code 'boincmgr.exe' as argv[0] as it isn't used by the Windows client at all. wxWidgets won't find --multiple if it is argv[0]. clientgui/ AdvancedFrame.cpp svn path=/trunk/boinc/; revision=22529
-
Rom Walton authored
svn path=/trunk/boinc/; revision=22527
-
Rom Walton authored
of the manager. clientgui/ AdvancedFrame.cpp svn path=/trunk/boinc/; revision=22522
-
Charlie Fenton authored
MGR: Don't require --multiple arg to launch a new instance if both --namehost and --password args are specified svn path=/trunk/boinc/; revision=22520
-
- 14 Oct, 2010 5 commits
-
-
Rom Walton authored
svn path=/trunk/boinc/; revision=22507
-
Rom Walton authored
clientgui/ BOINCGUIApp.cpp, .h MainDocument.cpp svn path=/trunk/boinc/; revision=22506
-
David Anderson authored
Otherwise the last episode won't get accounted - client simulator: add output file for debt info svn path=/trunk/boinc/; revision=22505
-
Rom Walton authored
cycle, before any window or document creation. Prevents rapid window creation and then destruction. clientgui/ BOINCGUIApp.cpp, .h svn path=/trunk/boinc/; revision=22504
-
Charlie Fenton authored
svn path=/trunk/boinc/; revision=22503
-
- 13 Oct, 2010 5 commits
-
-
David Anderson authored
to fix app build errors svn path=/trunk/boinc/; revision=22502
-
David Anderson authored
svn path=/trunk/boinc/; revision=22501
-
David Anderson authored
If # of ready-to-report tasks > max_tasks_reported, then the excess ready-to-report tasks weren't getting reported to the scheduler at all (i.e. not in <other_results> either) so the scheduler would resend them (not a fatal problem, but a waste of bandwidth). From Josef Segur. svn path=/trunk/boinc/; revision=22500
-
Rom Walton authored
clientgui/ DlgEventLog.cpp MainDocument.cpp, .h svn path=/trunk/boinc/; revision=22499
-
Rom Walton authored
clientgui/ DlgEventLog.cpp svn path=/trunk/boinc/; revision=22498
-