Skip to content
  1. May 13, 2015
  2. May 12, 2015
  3. May 07, 2015
  4. May 06, 2015
  5. May 03, 2015
  6. Apr 28, 2015
  7. Apr 27, 2015
  8. Apr 25, 2015
  9. Apr 18, 2015
  10. Apr 14, 2015
  11. Apr 13, 2015
  12. Apr 08, 2015
  13. Mar 31, 2015
  14. Mar 29, 2015
  15. Mar 28, 2015
    • Don Gagne's avatar
      Remove link ids and add link mavlink channel · 4f5984b3
      Don Gagne authored
      Link ids were being used interchangeably with the mavlink channel for
      the link. Link ids handed out as a numerically increasing integer. Once
      the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break
      loose and cause memory corruption.
      4f5984b3
  16. Mar 26, 2015
  17. Mar 22, 2015
  18. Mar 15, 2015
  19. Mar 13, 2015
  20. Mar 07, 2015
  21. Mar 05, 2015
  22. Mar 04, 2015
  23. Mar 03, 2015
  24. Mar 01, 2015
  25. Feb 28, 2015
  26. Feb 18, 2015
  27. Feb 13, 2015
  28. Feb 12, 2015
  29. Feb 03, 2015
  30. Feb 02, 2015
    • dogmaphobic's avatar
      Changing the defaultSuffix argument from a pointer to a const. · 77f442fd
      dogmaphobic authored
      Changing the order of the QGCFileDialog::getSaveFileName() function. The idea was to expand the existing QFileDialog version but as we removed the selectedFilter, we might as well make this more intuitive. The options argument is the one trully optional and should be last.
      Adding an example to the documentation on how to go about figuring out what file type was returned by these functions.
      77f442fd