Skip to content
  1. Nov 27, 2016
  2. May 31, 2016
  3. Jan 10, 2016
  4. Dec 06, 2015
  5. Nov 09, 2015
  6. Oct 18, 2015
  7. Oct 17, 2015
  8. Oct 16, 2015
  9. May 31, 2015
  10. Apr 18, 2015
  11. Feb 13, 2015
  12. Dec 26, 2014
  13. Dec 09, 2014
  14. Dec 03, 2014
  15. Nov 29, 2014
  16. Nov 28, 2014
    • 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
  17. Nov 25, 2014
    • 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
Loading