- 12 Dec, 2013 1 commit
-
-
Don Gagne authored
While testing the previous commit on Windows I found that I could not compile windows due to include of atlbase.h. This file is no longer available in SDKs. It is only available in for money versions of VIsual Studio. Luckily this include was not needed. So I just removed it and Windows now builds again with just VS Express. Tested all changes on OSX, Linux and Windows (including speech on windows, which still works).
-
- 10 Dec, 2013 2 commits
-
-
Don Gagne authored
Linux build was broken due to the fact that it wasn’t copying qml files. With each build flavor having it’s own seperate copy code it was easy for these to get out of sync. Centralized the copy list so that it remains in sync across flavors.
-
Don Gagne authored
Build files were broken for unit test. Seems to difficult to try to kep qgroundcontrol.pro and qgcunittest.pro in sync with each other. Instead I made qgcunittest.pro just include qgroundcontrol.pro. This required some tweaks to allow TARGET to be set from the outside as well as to leave out main.cc. Also needed to modify qgroundcontrol.pri to use TARGET instead of hardcoding app name. This way it can build either qgroundcontrol.pp or qgcunittest.app. At this point only works on osx.
-
- 11 Sep, 2013 3 commits
- 01 Aug, 2013 1 commit
-
-
Lorenz Meier authored
This reverts commit 09452414.
-
- 30 Jul, 2013 1 commit
-
-
tstellanova authored
-
- 29 Jul, 2013 1 commit
-
-
Lorenz Meier authored
-
- 26 Jul, 2013 2 commits
-
-
Geoff Fink authored
-
Geoff Fink authored
-
- 09 Jul, 2013 1 commit
-
-
Bill Bonney authored
-
- 28 Jun, 2013 1 commit
-
-
Bill Bonney authored
-
- 13 Jun, 2013 1 commit
-
-
Lorenz Meier authored
-
- 11 Jun, 2013 1 commit
-
-
Lorenz Meier authored
-
- 01 May, 2013 1 commit
-
-
Michael Carpenter authored
-
- 09 Mar, 2013 1 commit
-
-
Thomas Gubler authored
-
- 23 Dec, 2012 1 commit
-
-
Lorenz Meier authored
-
- 07 Dec, 2012 1 commit
-
-
Bryant authored
-
- 28 Nov, 2012 1 commit
-
-
James Goppert authored
-
- 01 Nov, 2012 1 commit
-
-
Bryant authored
-
- 04 Oct, 2012 1 commit
-
-
Bryant Mairs authored
stuff was copied that didn't need to be and some things were missing. For example, the release build couldn't be copied and run on another computer because the Visual Studio runtime DLLs weren't copied. Their license allows them to be distributed, so this is fine to do.
-
- 19 Sep, 2012 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 05 Sep, 2012 1 commit
-
-
Lorenz Meier authored
-
- 22 Aug, 2012 1 commit
-
-
Jessica authored
Addressed issue #26. Select System, Plugins and System are disabled when neccessary. Removed style-outdoor-dark.css. Moved the other two .css files and Vera.ttf into files/styles.
-
- 08 Aug, 2012 1 commit
-
-
Jessica authored
-
- 31 Jul, 2012 1 commit
-
-
unknown authored
unit tests will run on windows.
-
- 28 Jul, 2012 1 commit
-
-
Jessica authored
Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries.
-
- 25 Jul, 2012 1 commit
-
-
Jessica authored
-
- 28 Apr, 2012 1 commit
-
-
Lorenz Meier authored
-
- 23 Feb, 2012 1 commit
-
-
Bryant Mairs authored
Corrected the Windows Visual Studio compilation so that release builds no longer have a console or debugging macros while the debug builds have both. Fixed indentation across all build scripts (.pro/.pri) to be 4-spaces and consistent. Updated the README with proper Visual Studio compilation instructions for both VS2010 and VS2008.
-
- 22 Feb, 2012 1 commit
-
-
hengli authored
Removed outdated MAVLINK v0.9 version as QGC does not work with this version. Added feature to import COLLADA terrain model and visualize model in 3D view.
-
- 21 Feb, 2012 1 commit
-
-
James Goppert authored
-
- 20 Feb, 2012 1 commit
-
-
Lorenz Meier authored
-
- 15 Feb, 2012 1 commit
-
-
Bryant Mairs authored
-
- 14 Feb, 2012 1 commit
-
-
LM authored
-
- 03 Feb, 2012 1 commit
-
-
pixhawk authored
-
- 30 Jan, 2012 2 commits
-
-
Bryant Mairs authored
Compilation on Windows VS2010 now properly copies necessary support libraries to the /debug and /release directories based on which is currently building. These copies are also only done if they are necessary. I removed copying of the plugins folder from Qt to the executable directory as I don't believe it's necessary anymore.
-
Bryant Mairs authored
-