Skip to content
  1. Dec 28, 2014
  2. Dec 07, 2014
  3. 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
  4. Nov 24, 2014
  5. Nov 21, 2014
  6. Nov 17, 2014
  7. Jul 02, 2014
  8. Jan 08, 2014
    • Don Gagne's avatar
      Fix broken Windows build · 0422b468
      Don Gagne authored
      TeamCity caught this, but I thought the error was from my warnings
      work. Turns out it was a real build failure. Windows doesn’t know which
      floating point floor to use. In reality the parentheses are in the
      wrong place and should be the floor of the divide by 2. But integer
      division is always floor, so it’s not needed at all.
      0422b468
  9. Dec 27, 2013
  10. Dec 24, 2013
  11. Aug 16, 2013
  12. Aug 15, 2013
  13. Aug 13, 2013
Loading