- 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>
-
- 26 Dec, 2014 1 commit
-
-
Don Gagne authored
Moving methods from MainWindow to QGCApplication so that more things can run without a window. Helpful for testing.
-
- 05 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 08 Nov, 2012 1 commit
-
-
Lorenz Meier authored
-
- 06 Nov, 2012 3 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 14 Sep, 2012 1 commit
-
-
Lorenz Meier authored
-
- 13 Sep, 2012 1 commit
-
-
Lorenz Meier authored
-
- 27 Aug, 2012 1 commit
-
-
Lorenz Meier authored
-
- 27 Apr, 2012 1 commit
-
-
LM authored
-
- 18 Apr, 2012 1 commit
-
-
Bryant Mairs authored
Refactored the LogCompressor. It wasn't properly handling certain message logging files that mixed messages (Issue #70). One note is that this logger should work correctly as I've tested it, but could have some edge cases. It is pickier about the file format that it will sparse, but I don't know if the error-checking stuff from the old code would have actually worked. This can also be easily re-added. This code is also much faster than the old stuff. From what I could tell it scanned through the log file at least twice, I think three times. It also copied a lot of data into memory instead of reading, processing, and writing one line at a time, so memory use should be much lower. Some memory leaks from the old code were also refactored out, so lifetime memory use should be down.
-
- 19 Jul, 2011 1 commit
-
-
LM authored
-
- 18 Jul, 2011 1 commit
-
-
LM authored
Significantly improved logging precision, added hole filling for missing data points (user-preferences for this still pending)
-
- 30 Mar, 2011 1 commit
-
-
James Goppert authored
-
- 07 Jan, 2011 1 commit
-
-
lm authored
Improved line chart, brought back movement on HUD (but still looks somewhat wrong on the dials). Fixed logging for ground time mode
-
- 05 Jan, 2011 1 commit
-
-
lm authored
-
- 04 Jan, 2011 1 commit
-
-
Mariano Lizarraga authored
Fixed SLUGS related warnings. Commented the visibilityChanged connection (MainWindow.cc 535) because it does not take into account when the widget is hidden when changing perspective. Will work on a fix
-
- 03 Jan, 2011 3 commits
- 21 Aug, 2010 1 commit
-
-
pixhawk authored
Significantly improved plotting, now capturing data in linechart allows limmediate processing / analysis of the whole flight
-
- 20 Aug, 2010 1 commit
-
-
pixhawk authored
-
- 15 Aug, 2010 1 commit
-
-
pixhawk authored
-
- 14 May, 2010 1 commit
-
-
lm authored
-
- 03 Apr, 2010 1 commit
-
-
pixhawk authored
-