Commit Graph

69 Commits

Author SHA1 Message Date
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
Rom Walton cbd6bd4b9f *** empty log message ***
svn path=/trunk/boinc/; revision=5014
2005-01-07 10:37:11 +00:00
David Anderson 6cc5c77c3e *** empty log message ***
svn path=/trunk/boinc/; revision=4824
2004-12-11 06:33:47 +00:00
Rom Walton 58aa17b62e *** empty log message ***
svn path=/trunk/boinc/; revision=4740
2004-12-03 22:47:51 +00:00
Rom Walton d285dc4595 *** empty log message ***
svn path=/trunk/boinc/; revision=4732
2004-12-03 21:35:25 +00:00
Rom Walton f65beec79c *** empty log message ***
svn path=/trunk/boinc/; revision=4698
2004-12-02 08:15:49 +00:00
Rom Walton d93292b797 *** empty log message ***
svn path=/trunk/boinc/; revision=4697
2004-12-02 07:43:47 +00:00
Rom Walton d466b8fcb0 *** empty log message ***
svn path=/trunk/boinc/; revision=4625
2004-11-23 07:45:11 +00:00
David Anderson 85bb901e1f *** empty log message ***
svn path=/trunk/boinc/; revision=4491
2004-11-05 19:38:11 +00:00