- May 02, 2018
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Mar 26, 2017
-
-
DonLakeFlyer authored
-
- Mar 25, 2017
-
-
DonLakeFlyer authored
-
- Mar 22, 2017
-
-
Donald Gagne authored
Instead of hardcoded "QGroundContorl" strings
-
- Jan 07, 2017
-
-
Don Gagne authored
-
- Aug 29, 2016
-
-
Ricardo de Almeida Gonzaga authored
-
- May 31, 2016
-
-
Lorenz Meier authored
-
- Mar 25, 2016
-
-
Nate Weibley authored
-
Nate Weibley authored
This mechanism automatically queues data into the correct thread where necessary, otherwise the method is invoked directly with low overhead. At the same time remove the UDP socket event workaround. It is not a problem.
-
- Mar 23, 2016
-
-
Tomaz Canabrava authored
This way we don't need macro-magic to deal with different operating systems and compilers. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Jan 13, 2016
-
-
Don Gagne authored
-
- Jan 04, 2016
-
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Dec 23, 2015
-
-
Anselmo L. S. Melo authored
There are many ways of iterating over lists in C++/Qt. In the specific case of QStrings, it is known [1] that using foreach with const references avoids the creation of new QString objects in each iteration, reducing the time consumed by the loops. [1] https://blog.qt.io/blog/2009/01/23/iterating-efficiently/ Signed-off-by:
Anselmo L. S. Melo <anselmo.melo@intel.com>
-
- Nov 09, 2015
-
-
dogmaphobic authored
-
- Nov 01, 2015
-
-
Andreas Antener authored
-
Andreas Antener authored
-
- Oct 30, 2015
- Oct 11, 2015
-
-
Don Gagne authored
- Delete all old map code
-
- Sep 27, 2015
-
-
Don Gagne authored
Also: - Remove unused code
-
- Aug 29, 2015
-
-
Don Gagne authored
-
- Aug 28, 2015
-
-
Nate Weibley authored
-
- May 24, 2015
-
-
Lorenz Meier authored
-
- Apr 02, 2015
-
-
Don Gagne authored
- All resources are either under src or under resources dirs - Removed files top level directory - Move flightgear files to top level dir
-
- Dec 26, 2014
- Dec 09, 2014
-
-
Don Gagne authored
-
- Nov 25, 2014
-
-
Don Gagne authored
Subclass of QMessageBox which re-implements the static public functions. There are two reasons for this: 1) The QMessageBox implementation on OSX does now show the title string. This leads to message boxes which don't make much sense. So on OSX we set title to text and text to informative text. 2) If parent is NULL, we set parent to MainWindow::instance. This prevents message boxes which can go behind MainWindow
-
- Nov 24, 2014
-
-
Don Gagne authored
Using QFileDialog directly on OS X can hang intermittently due to Qt bug.
-
- Nov 05, 2014
-
-
Don Gagne authored
-
- Oct 31, 2014
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- Sep 02, 2014
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- Jun 25, 2014
-
-
Bryant Mairs authored
-
- Jun 14, 2014
- Jun 06, 2014
-
-
Don Gagne authored
-
- Jun 05, 2014
-
-
Don Gagne authored
-
- May 30, 2014
-
-
Don Gagne authored
-