- 24 Oct, 2018 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 15 Oct, 2018 1 commit
-
-
Daniel Agar authored
-
- 02 May, 2018 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 26 Mar, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 25 Mar, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 22 Mar, 2017 1 commit
-
-
Donald Gagne authored
Instead of hardcoded "QGroundContorl" strings
-
- 07 Jan, 2017 1 commit
-
-
Don Gagne authored
-
- 29 Aug, 2016 1 commit
-
-
Ricardo de Almeida Gonzaga authored
-
- 31 May, 2016 1 commit
-
-
Lorenz Meier authored
-
- 25 Mar, 2016 2 commits
-
-
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.
-
- 23 Mar, 2016 1 commit
-
-
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>
-
- 13 Jan, 2016 1 commit
-
-
Don Gagne authored
-
- 04 Jan, 2016 1 commit
-
-
Tomaz Canabrava authored
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 23 Dec, 2015 1 commit
-
-
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>
-
- 09 Nov, 2015 1 commit
-
-
dogmaphobic authored
-
- 01 Nov, 2015 2 commits
-
-
Andreas Antener authored
-
Andreas Antener authored
-
- 30 Oct, 2015 2 commits
- 11 Oct, 2015 1 commit
-
-
Don Gagne authored
- Delete all old map code
-
- 27 Sep, 2015 1 commit
-
-
Don Gagne authored
Also: - Remove unused code
-
- 29 Aug, 2015 1 commit
-
-
Don Gagne authored
-
- 28 Aug, 2015 1 commit
-
-
Nate Weibley authored
-
- 24 May, 2015 1 commit
-
-
Lorenz Meier authored
-
- 02 Apr, 2015 1 commit
-
-
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
-
- 26 Dec, 2014 2 commits
- 09 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 25 Nov, 2014 1 commit
-
-
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
-
- 24 Nov, 2014 1 commit
-
-
Don Gagne authored
Using QFileDialog directly on OS X can hang intermittently due to Qt bug.
-
- 05 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 31 Oct, 2014 2 commits
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- 02 Sep, 2014 2 commits
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- 25 Jun, 2014 1 commit
-
-
Bryant Mairs authored
-
- 14 Jun, 2014 2 commits
- 06 Jun, 2014 1 commit
-
-
Don Gagne authored
-