- Dec 12, 2013
-
-
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).
-
- Dec 10, 2013
-
-
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.
-
- Sep 11, 2013
- Aug 01, 2013
-
-
Lorenz Meier authored
This reverts commit 09452414.
-
- Jul 30, 2013
-
-
tstellanova authored
-
- Jul 29, 2013
-
-
Lorenz Meier authored
-
- Jul 26, 2013
-
-
Geoff Fink authored
-
Geoff Fink authored
-
- Jul 09, 2013
-
-
Bill Bonney authored
-
- Jun 28, 2013
-
-
Bill Bonney authored
-
- Jun 13, 2013
-
-
Lorenz Meier authored
-
- Jun 11, 2013
-
-
Lorenz Meier authored
-
- May 01, 2013
-
-
Michael Carpenter authored
-
- Mar 09, 2013
-
-
Thomas Gubler authored
-
- Dec 23, 2012
-
-
Lorenz Meier authored
-
- Dec 07, 2012
-
-
Bryant authored
-
- Nov 28, 2012
-
-
James Goppert authored
-
- Nov 01, 2012
-
-
Bryant authored
-
- Oct 04, 2012
-
-
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.
-
- Sep 19, 2012
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Sep 05, 2012
-
-
Lorenz Meier authored
-
- Aug 22, 2012
-
-
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.
-
- Aug 08, 2012
-
-
Jessica authored
-
- Jul 31, 2012
-
-
unknown authored
unit tests will run on windows.
-
- Jul 28, 2012
-
-
Jessica authored
Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries.
-
- Jul 25, 2012
-
-
Jessica authored
-
- Apr 28, 2012
-
-
Lorenz Meier authored
-
- Feb 23, 2012
-
-
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.
-
- Feb 22, 2012
-
-
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.
-
- Feb 21, 2012
-
-
James Goppert authored
-
- Feb 20, 2012
-
-
Lorenz Meier authored
-
- Feb 15, 2012
-
-
Bryant Mairs authored
-
- Feb 14, 2012
-
-
LM authored
-
- Feb 03, 2012
-
-
pixhawk authored
-
- Jan 30, 2012
-
-
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
-
Bryan Godbolt authored
-