- Feb 12, 2016
-
-
Don Gagne authored
Plumb through initial object mode on Vehicle
-
- Jan 13, 2016
-
-
Don Gagne authored
-
- Jan 08, 2016
-
-
Lorenz Meier authored
-
- Jan 05, 2016
-
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
bind1st and bind2nd are depreceated in C++11 because now we have variadic templates, so remove them from the compile unit if we are compilling in c++11 mode. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Nov 01, 2015
-
-
Lorenz Meier authored
-
- Oct 30, 2015
-
-
Don Gagne authored
-
- Sep 27, 2015
-
-
Don Gagne authored
Also: - Remove unused code
-
- Aug 29, 2015
-
-
Don Gagne authored
-
- Aug 23, 2015
-
-
Lorenz Meier authored
-
- Jun 11, 2015
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Jun 06, 2015
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- May 24, 2015
-
-
Lorenz Meier authored
-
- Mar 01, 2015
-
-
Mark Whitehorn authored
-
- Dec 26, 2014
-
-
Don Gagne authored
Moving methods from MainWindow to QGCApplication so that more things can run without a window. Helpful for testing.
-
- Dec 01, 2014
-
-
Bryant authored
This function is called automatically when a QSettings object is destroyed, so is rarely needed to be called explicitly. There are still some cases where a QSettings object is passed-by-reference, so there I left the sync() calls as it's unclear how permanent those objects are and if they'd call sync() before application shutdown
-
- Nov 25, 2014
-
-
Lorenz Meier authored
-
- Nov 24, 2014
-
-
Lorenz Meier authored
-
- Oct 30, 2014
-
-
philipoe authored
-
- Jun 25, 2014
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- Jun 20, 2014
-
-
Lorenz Meier authored
Fix HIL link reconnect issues due to missing threading flag usage, warn user about missing config and take him to config view if necessary
-
Lorenz Meier authored
Fix HIL link reconnect issues due to missing threading flag usage, warn user about missing config and take him to config view if necessary
-
- May 24, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- May 15, 2014
-
-
Lorenz Meier authored
-
- May 07, 2014
-
-
Lorenz Meier authored
-
- May 06, 2014
-
-
Lorenz Meier authored
-
- May 05, 2014
-
-
Lorenz Meier authored
-
- Apr 27, 2014
-
-
Lorenz Meier authored
-
- Apr 22, 2014
-
-
Lorenz Meier authored
-
- Apr 21, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Apr 20, 2014
-
-
Lorenz Meier authored
Fix execution context of thread routines - note that this is not quite the architecture the Qt folks intended, but as they admit its the consequence of their architecture.
-
- Mar 17, 2014
-
-
Lorenz Meier authored
-
- Feb 14, 2014
-
-
Lorenz Meier authored
-
- Feb 12, 2014
-
-
Don Gagne authored
-
- Dec 24, 2013
-
-
Bryant Mairs authored
-