Rom Walton
cd7ac528a2
MGR: Hookup wxWidgets 3.0 diagnostics framework, redirect asserts to stderr.
...
MGR: Remove what are now over active asserts complaining about pConfig being NULL. Apparently we knew already knew that pConfig could be NULL in certain circumstances and followed up with a check to return from the function if pConfig was NULL, that code was added in 2007. The assert check wasn't really needed after that point.
2014-03-05 13:57:44 -05:00
Charlie Fenton
82d7c575a1
MGR: Rewrite Notices (Advanced and Simple Views) to use wxWebView (in progress)
2013-11-11 06:36:30 -08:00
David Anderson
ca8afde85b
- Manager: compile fixes for OpenBSD. From RustyBSD.
2013-03-04 15:23:39 +01:00
Charlie Fenton
36ebfcd176
MGR: Fix sizes of task panes and buttons, elapsing button text if needed
...
svn path=/trunk/boinc/; revision=25147
2012-01-25 11:51:31 +00:00
Rom Walton
c4a52ef4fa
- MGR: Scale the task pane in the advanced view to encompass the largest button.
...
clientgui/
BOINCBaseView.cpp, .h
BOINCTaskCtrl.cpp
stdwx.h
ViewNotices.cpp
ViewResources.cpp
ViewStatistics.cpp
svn path=/trunk/boinc/; revision=24745
2011-12-06 19:01:03 +00:00
Rom Walton
71d96f22b9
Quick Updates
...
svn path=/trunk/boinc/; revision=24138
2011-09-07 14:49:34 +00:00
Rom Walton
9a0c552a60
- MGR: Try and clean up all the undefined reference errors for the GCC
...
linker
clientgui/
BOINCHtmlLBox.cpp, .h
BOINCVListBox.cpp, .h
stdwx.h
svn path=/trunk/boinc/; revision=22269
2010-08-18 18:50:41 +00:00
Rom Walton
3be70942ad
- MGR: Introduce the notion of a cached internet filesystem in the
...
manager, right now it stores everything in memory but will be extended
in the future.
- MGR: Clean up notice memory on shutdown
clientgui/
BOINCGUIApp.cpp
BOINCInternetFSHandler.cpp, .h
NoticeListCtrl.cpp, .h
stdwx.h
ViewNotices.cpp
win_build/
boincmgr.vcproj
svn path=/trunk/boinc/; revision=21833
2010-06-28 18:05:31 +00:00
Rom Walton
791040689d
- MGR: Remove some old wxWidgets 2.4 cruft for dealing with Hyperlinks.
...
wxWidgets now natively supports them.
clientgui/
AccountInfoPage.cpp, .h
AccountManagerInfoPage.cpp
AdvancedFrame.cpp
BOINCBaseFrame.cpp, .h
BOINCGUI.cst (deleted)
BOINCGUI.pjd (deleted)
BOINCTaskBar.cpp
BOINCWizards.h
DlgAbout.cpp, .h
DlgAdvPreferences.cpp
DlgEventLog.cpp
hyperlink.cpp, .h (deleted)
ProjectInfoPage.cpp
sg_BoincSimpleGUI.cpp
sg_DlgMessages.cpp
sg_DlgPreferences.cpp
sg_ProjectsComponent.cpp
sg_StatImageLoader.cpp
stdwx.h
ViewProjects.cpp
ViewWork.cpp
WelcomePage.cpp
WizardAttachProject.cpp
win_build/
boinc_ss.vcproj
boincmgr.vcproj
libboinc_staticcrt.vcproj
svn path=/trunk/boinc/; revision=19982
2009-12-19 05:16:41 +00:00
Rom Walton
329303b323
- Remove need for boinc.dll from the client.
...
client/
hostinfo_win.cpp
main.cpp
clientctrl/
boincsvcctrl.cpp
clientgui/
BOINCClientManager.cpp
BOINCGUIApp.cpp
BOINCGUIApp.h
stdwx.h
clienttray/
tray_win.cpp
tray_win.h
lib/
boinc_win.h
daemonmgt.cpp (Deleted)
daemonmgt.h (Added)
daemonmgt_win.cpp (Added)
idlemon.h (Added)
idlemon_win.cpp (Added)
idlemon_win.h (Deleted)
win_build/
boinc.sln
boinc_dll.vcproj
boincmgr.vcproj
boincsvcctrl.vcproj
boinctray.vcproj
libboinc.vcproj
svn path=/trunk/boinc/; revision=19576
2009-11-13 21:23:15 +00:00
Rom Walton
0e57669b18
- MGR: My first attempt to handle the project list control was turning
...
into a mess and becoming very complicated, as my former mentor used
to say "if you are having to try too hard, you are doing it wrong."
Reimplement the project list control as a wxHtmlListBox which handles
keyboard navigation correctly and allows us to have variable height
list items. Another perk is the ability to detect when different
HTML elements are clicked on which might be useful for anonymous
attach at some point in time in the future.
clientgui/
AccountManagerInfoPage.cpp
AdvancedFrame.cpp
BOINCGUIApp.cpp
BOINCWizards.h
ProjectInfoPage.cpp
ProjectListCtrl.cpp, .h
stdwx.h
svn path=/trunk/boinc/; revision=18509
2009-06-30 02:05:46 +00:00
Rom Walton
9a3dfb1273
- WINBUILD: More project file cleanup.
...
- WINBUILD: Move wxWidgets include directives from the
FlatNotebook to the pre-compiled header. Try and avoid
a compilation problems when two different sets of
wxWidgets build environments are on the system and have
been setup differently.
clientgui/common/
wxFNBDropTarget.h
clientgui/
stdwx.h
win_build/
boincmgr_curl.vcproj
svn path=/trunk/boinc/; revision=17861
2009-04-23 07:00:10 +00:00
Rom Walton
0e151ee5df
- MGR: Add the basic infrastructure for the up and comming news tab in
...
the advanced frame.
clientgui/
AdvancedFrame.cpp
BOINCGUIApp.cpp
Events.h
stdwx.h
ViewNews.cpp, .h (Added)
ViewResources.cpp
win_build/
boincmgr_curl.vcproj
svn path=/trunk/boinc/; revision=17596
2009-03-13 19:53:32 +00:00
Rom Walton
b595d7af76
build break fixes and some cleanup
...
svn path=/trunk/boinc/; revision=16088
2008-09-29 17:29:03 +00:00
David Anderson
4f66bb4c95
- added copyright and license info to .C, .cpp, .h files
...
- scheduler: fix bug in adaptive replication:
if send an unreplicated job to untrusted host,
set both wu.target_nresults and wu.min_quorum to app.target_nresults.
svn path=/trunk/boinc/; revision=15762
2008-08-06 18:36:30 +00:00
Charlie Fenton
3d3ce57689
Mac: Use localtime_r and fmtime_r in wxWidgets and eliminate compiler warnings
...
svn path=/trunk/boinc/; revision=14421
2007-12-20 02:06:11 +00:00
Frank Thomas
3bfc78b511
Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference.
...
svn path=/trunk/boinc/; revision=13804
2007-10-09 11:35:47 +00:00
Rom Walton
f05cba02bf
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12297
2007-04-03 13:14:30 +00:00
Rom Walton
8c0bdc5bda
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12272
2007-03-27 17:42:45 +00:00
Rom Walton
a95deb409d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=12253
2007-03-20 01:42:36 +00:00
Charlie Fenton
99c8874340
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11905
2007-01-19 14:30:18 +00:00
David Anderson
bda9a7042e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11816
2007-01-09 20:43:21 +00:00
David Anderson
177c4c719c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11724
2006-12-27 18:33:44 +00:00
Rom Walton
073340a33a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11714
2006-12-22 04:25:36 +00:00
Rom Walton
ad3d140720
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11366
2006-10-27 10:26:56 +00:00
Rom Walton
1f5c498aad
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11353
2006-10-25 14:09:47 +00:00
Rom Walton
421a9a5ca2
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11338
2006-10-23 06:48:48 +00:00
Rom Walton
e2c9a18703
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11259
2006-10-09 18:08:31 +00:00
Rom Walton
85ef80c5a3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10844
2006-08-05 01:17:11 +00:00
Rom Walton
2406850bd3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10502
2006-06-23 08:20:08 +00:00
Charlie Fenton
6bc8011298
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10154
2006-05-17 08:33:36 +00:00
Rom Walton
ca9e044a3b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10144
2006-05-16 20:03:30 +00:00
Rom Walton
f74d8bd38a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10072
2006-05-01 21:36:38 +00:00
Rom Walton
926900cedb
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9950
2006-04-18 04:26:56 +00:00
Rom Walton
0969203461
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9866
2006-04-13 01:20:53 +00:00
Eric J. Korpela
4af89da2b1
Added #ifdefs and explicit inclusion of "boinc_win.h" to files to help those
...
trying to compile under windows with alternate compilers or from the windows
command line.
svn path=/trunk/boinc/; revision=9078
2005-12-16 03:45:01 +00:00
Rom Walton
209f0d3199
*** empty log message ***
...
svn path=/trunk/boinc/; revision=8172
2005-09-26 11:29:28 +00:00
Rom Walton
086d6966db
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6985
2005-08-02 21:47:05 +00:00
Rom Walton
cc29afb18e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6869
2005-07-29 07:07:27 +00:00
Rom Walton
496ad5cc1c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6725
2005-07-21 09:43:40 +00:00
Charlie Fenton
3eeb71f8de
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6678
2005-07-19 13:11:29 +00:00
Rom Walton
b36aafd00c
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6588
2005-07-09 05:23:40 +00:00
Rom Walton
a4f7f6e51f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6578
2005-07-08 06:30:25 +00:00
Rom Walton
91e5bdf46f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6534
2005-07-06 09:14:43 +00:00
Rom Walton
3031042699
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6401
2005-06-22 10:51:34 +00:00
Rom Walton
8a4de289e8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5839
2005-04-12 21:38:19 +00:00
Rom Walton
9adb8f429a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5786
2005-04-06 20:40:19 +00:00
Rom Walton
e323d5805d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5470
2005-02-17 23:44:35 +00:00
Rom Walton
e442d3ce7e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5261
2005-02-01 00:54:06 +00:00
David Anderson
435f8edd47
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5161
2005-01-20 23:22:22 +00:00