1. 23 Aug, 2012 1 commit
  2. 22 Aug, 2012 1 commit
  3. 18 Aug, 2012 1 commit
  4. 13 Aug, 2012 1 commit
  5. 09 Aug, 2012 1 commit
  6. 07 Aug, 2012 1 commit
  7. 03 Aug, 2012 1 commit
  8. 02 Aug, 2012 1 commit
  9. 28 Jul, 2012 1 commit
  10. 21 Jul, 2012 1 commit
  11. 18 Jul, 2012 4 commits
  12. 13 Jul, 2012 1 commit
  13. 28 Jun, 2012 3 commits
  14. 12 Jun, 2012 1 commit
  15. 05 Jun, 2012 1 commit
    • Andrew Tridgell's avatar
      don't reject waypoints based on component ID · 4fa4be0b
      Andrew Tridgell authored
      as long as the waypoint comes from the right systemID there is no
      point rejecting it based on component ID. 
      
      The current_partner_compid is also completely wrong in the code, so
      checking it makes no sense anyway
      4fa4be0b
  16. 31 May, 2012 1 commit
  17. 30 May, 2012 1 commit
  18. 23 May, 2012 1 commit
  19. 23 Apr, 2012 1 commit
  20. 20 Apr, 2012 2 commits
  21. 06 Mar, 2012 1 commit
  22. 01 Mar, 2012 1 commit
  23. 27 Feb, 2012 1 commit
  24. 26 Feb, 2012 1 commit
  25. 25 Feb, 2012 1 commit
  26. 24 Feb, 2012 1 commit
  27. 23 Feb, 2012 1 commit
  28. 22 Feb, 2012 1 commit
  29. 20 Feb, 2012 4 commits
  30. 19 Feb, 2012 1 commit
  31. 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