1. 30 Dec, 2013 2 commits
  2. 29 Dec, 2013 16 commits
  3. 28 Dec, 2013 6 commits
  4. 27 Dec, 2013 1 commit
  5. 26 Dec, 2013 4 commits
    • Don Gagne's avatar
      Fixed broken Unit Test · f83b8b10
      Don Gagne authored
      f83b8b10
    • Don Gagne's avatar
      Allow AutoTests to bring up UI · b82ed5c5
      Don Gagne authored
      I have UI based unit tests coming, so getting ready for that
      b82ed5c5
    • Don Gagne's avatar
      AutoTest runner is now part of main · a45a5756
      Don Gagne authored
      a45a5756
    • Don Gagne's avatar
      Unit Tests are now part of main build · 0526d3be
      Don Gagne authored
      - debug builds always compile unit tests in
      - seperate qgcunittest.pro is no longer needed
      - found out the hard way that you can’t use debug or release as a
      scope. You need to use the CONFIG(debug,debug|relase) macro (in this
      example to test fro debug). Reason is that debug and release show up
      multiple times in CONFIG, last debug wins. This is what the CONFIG
      macro does. Without it, it’s luck as to what you get. I found OSX was
      getting debug, Linux was getting a debug build, build into release
      directories. QT_DEBUG set randomly. Lot’s of problems.
      0526d3be
  6. 25 Dec, 2013 4 commits
  7. 24 Dec, 2013 5 commits
  8. 23 Dec, 2013 2 commits