1. 08 Mar, 2012 1 commit
  2. 06 Mar, 2012 2 commits
  3. 27 Feb, 2012 2 commits
  4. 26 Feb, 2012 7 commits
  5. 25 Feb, 2012 3 commits
  6. 24 Feb, 2012 5 commits
  7. 23 Feb, 2012 4 commits
  8. 22 Feb, 2012 7 commits
  9. 21 Feb, 2012 1 commit
  10. 20 Feb, 2012 5 commits
  11. 19 Feb, 2012 1 commit
  12. 18 Feb, 2012 1 commit
    • TobiasSimon's avatar
      symptom: heartbeat Hz value was always 0 · 2a42532f
      TobiasSimon authored
      cause: check for null pointer had no effect (static memory)
      solution: fill mavlink messages (and thus) message type with 0xff. this patch assumes that message ID 0xff is never used
      positiv side effect: qgroundcontrol uses 2% less cpu on my machine (eeepc)
      2a42532f
  13. 16 Feb, 2012 1 commit
    • Bryant Mairs's avatar
      Added logging of useful values from the HEARTBEAT and SYS_STATUS messages to the realtime plotter. · 5114ff8e
      Bryant Mairs authored
      Removed some dead code.
      Added more valueChanged() signals to account for every data type. This moves the conversion over into the valueChanged receivers, which while it will require more slot-functions, makes it easier to add more code as any necessary conversion is done internally to the slot and so the signaler doesn't need to know the details.
      I also added some more details on the types of units expected by valueChanged().
      5114ff8e