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