- 17 Apr, 2012 1 commit
-
-
Bryant Mairs authored
Fixed a couple of uninitialized arrays within the MAVLinkDecoder. It would result in weird time values in some data logging instances.
-
- 13 Apr, 2012 2 commits
-
-
Bryant Mairs authored
Also changed calculateRegression(...) to return a bool, as that's all it needs.
-
Bryant Mairs authored
Fixed a stack overflow bug when using the regression fitting command in logfile plot. Solution involved just allocating on the heap instead of the stack.
-
- 01 Apr, 2012 1 commit
-
-
Lorenz Meier authored
-
- 23 Mar, 2012 2 commits
-
-
Bryant Mairs authored
Added a check for a division by zero in AbstractCalibrator::logAverage(). This was causing a crash when attempting a calibration when there's no RC data being received.
-
Bryant Mairs authored
-
- 22 Mar, 2012 2 commits
-
-
Bryant Mairs authored
Modified the Linechart widget so that the "Show units" button is under the "Curve Selection" frame, which is what it actually modifies. Also moved all of the UI that was under the "Curve Selection" to inside of it at the bottom so that the grouping of UI elements is more coherent.
-
Bryant Mairs authored
-
- 09 Mar, 2012 2 commits
- 08 Mar, 2012 3 commits
-
-
Lionel Heng authored
-
Lionel Heng authored
-
Lionel authored
-
- 06 Mar, 2012 2 commits
- 27 Feb, 2012 2 commits
-
-
Friedrich Fraundorfer authored
-
hengli authored
-
- 26 Feb, 2012 7 commits
-
-
Lionel Heng authored
Added text (component id) to cone/circle symbol symbolizing pose data from that component in 3D view.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lionel Heng authored
-
Lionel Heng authored
Unified all object selections in 3D view via right-mouse-click, and added mouse-based terrain translation/rotation.
-
Lionel Heng authored
-
- 25 Feb, 2012 3 commits
-
-
LM authored
-
Lionel Heng authored
-
Lionel Heng authored
-
- 24 Feb, 2012 5 commits
- 23 Feb, 2012 4 commits
-
-
Lionel Heng authored
-
hengli authored
-
hengli authored
-
hengli authored
Added remote OpenGL drawing in 3D view. Any external application can draw to the 3D view via the protobuf implementation of GLOverlay messages.
-
- 22 Feb, 2012 4 commits
-
-
Bryant Mairs authored
This commit unifies the supported baud rates completely across QGC and OSes.
-
Bryant Mairs authored
-
Bryant Mairs authored
Fixed error (in VS2010) about lacking a return value introduced in 6a55b6cd.
-
Bryant Mairs authored
-