Commit Graph

24 Commits

Author SHA1 Message Date
Vitalii Koshura 5e926bbdac
[Client] [WSL] Fix Windows build
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-06-24 03:45:46 +03:00
David Anderson 05e3ad68b9 Make 32-bit builds work again by massive editing of project files. 2018-01-25 02:02:05 -08:00
David Anderson 159ef61f21 Update project files to work for Release mode also 2018-01-25 01:16:42 -08:00
David Anderson 4a759ba246 Win build: include win_build in include directory list.
That way can include "config.h" in Win builds
2018-01-19 21:19:39 -08:00
David Anderson e8d0453d47 Manager: if a job has keywords, show them in task properties 2017-07-30 14:10:38 -07:00
Rom Walton 2d8fd11fac MGR: Remove welcome page from wizard and split the attach wizard into two menu items. 2015-04-27 19:00:15 -04:00
Charlie Fenton fc968249c3 MGR: Allow user to select which list columns to show or hide in Projects, Tasks and Transfers tabs.
- New dialog also allows restoring column configurations to defaults.
2014-12-11 06:18:47 -08:00
Charlie Fenton 42c52aca01 MGR: Add new DlgExclusiveApps.cpp,.h to Windows project. 2014-11-25 19:02:45 -08:00
Rom Walton d549682e87 MGR: Finish skeleton 1 click attach functionality. Final text TBD. 2014-10-04 17:25:53 +02:00
Charlie Fenton 42411f2a54 WINBUILD: We must set wxDEBUG_LEVEL=0 in Manager preprocessor definitions for release builds, otherwise __WXDEBUG__ is defined because the Manager includes wxwidgets\include\wx\debug.h. This caused the magenta artifact around the checkbox in the Simple View preferences dialog, and possibly other issues. 2014-08-29 04:39:25 -07:00
Rom Walton c02e6cad31 WINBUILD: More fixes for md5.c -> md5.cpp changes. 2014-08-27 16:42:25 -04:00
Rom Walton 03d74eecb5 WINBUILD: Fix compiler preprocessor flags to match up with wxWidgets 3.0 compiler options. Needs the updated depends directory. 2014-06-11 14:16:38 -04:00
Rom Walton 9dcfb88dc4 MGR: Trim down the logging output on non-debug builds. 2014-05-23 15:22:16 -04:00
Charlie Fenton 199d201ea5 Add new files DlgDiagnosticLogFlags.cpp,.h to Windows project and Linux Makefile. 2014-03-25 06:26:00 -07:00
Charlie Fenton eae1090204 MGR: Remove BOINCBitmapComboBox.cpp and BOINCBitmapComboBox.h from Windows project 2014-03-21 04:22:58 -07:00
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
Rom Walton 95a45dee5a client & manager: Update icons for all client-side components. 2014-02-14 16:05:42 -05:00
Rom Walton 5e92b6c7d7 samples: Create a custom DLL for debugging DLL search path issues. Hook it up to the example app. 2014-01-15 12:01:00 -05:00
Charlie Fenton 35ec78c966 Merge commit '2e680b75418848dfde91f2cc7a81614be65b29ce' into charlief/wxwidgets30 2013-11-15 00:23:05 -08:00
Rom Walton 29a219ac58 WINBUILD: Add wxmsw30u[d]_webview.lib to the list of libraries to link into boincmgr.exe 2013-11-11 10:56:38 -05:00
Charlie Fenton 265e3a1542 MGR: Remove obsolete files from Windows VS project 2013-11-11 06:54:07 -08:00
Rom Walton c2033166b3 WINBUILD: Update MGR project file to use wxWidgets 3.0 rc1 2013-10-29 13:42:58 -04:00
Rom Walton 7551e0f831 MGR: Add an Android icon to the list of supported platforms for a project that supports Android in the attach wizard. 2013-10-24 13:09:54 -04:00
Rom Walton bcf8ca2565 WINBUILD: Update build environment to use Visual Studio 2010. 2013-10-17 15:27:03 -04:00