1. 15 Oct, 2018 1 commit
  2. 27 Nov, 2016 1 commit
  3. 31 May, 2016 1 commit
  4. 10 Jan, 2016 1 commit
  5. 06 Dec, 2015 1 commit
  6. 09 Nov, 2015 1 commit
  7. 18 Oct, 2015 1 commit
  8. 17 Oct, 2015 1 commit
  9. 16 Oct, 2015 1 commit
  10. 31 May, 2015 1 commit
  11. 18 Apr, 2015 1 commit
  12. 13 Feb, 2015 1 commit
  13. 26 Dec, 2014 1 commit
  14. 09 Dec, 2014 1 commit
  15. 03 Dec, 2014 2 commits
  16. 29 Nov, 2014 1 commit
  17. 28 Nov, 2014 1 commit
    • Don Gagne's avatar
      New Unit Testing framework · 028c7009
      Don Gagne authored
      Allows for UI unit tests to be written:
      - Ability to respond to expected message boxes
      - Ability to fail test if unexpected message boxes occurs
      028c7009
  18. 25 Nov, 2014 1 commit
    • Don Gagne's avatar
      Use new QGCMessageBox apis · db7b86fb
      Don Gagne authored
      Subclass of QMessageBox which re-implements the static public
      functions. There are two reasons for this:
      1) The QMessageBox implementation on OSX does now show the title
      string. This leads to message boxes which don't make much sense. So on
      OSX we set title to text and text to informative text.
      2) If parent is NULL, we set parent to MainWindow::instance. This
      prevents message boxes which can go behind MainWindow
      db7b86fb