1. 28 Dec, 2014 1 commit
  2. 07 Dec, 2014 1 commit
  3. 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
  4. 24 Nov, 2014 1 commit
  5. 21 Nov, 2014 1 commit
  6. 17 Nov, 2014 1 commit
  7. 02 Jul, 2014 1 commit
  8. 08 Jan, 2014 1 commit
    • 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. 27 Dec, 2013 2 commits
  10. 24 Dec, 2013 2 commits
  11. 16 Aug, 2013 5 commits
  12. 15 Aug, 2013 1 commit
  13. 13 Aug, 2013 22 commits