1. 04 May, 2015 1 commit
  2. 30 Apr, 2015 1 commit
  3. 29 Apr, 2015 2 commits
  4. 28 Apr, 2015 3 commits
  5. 27 Apr, 2015 1 commit
  6. 22 Apr, 2015 3 commits
  7. 20 Apr, 2015 1 commit
  8. 18 Apr, 2015 1 commit
  9. 16 Apr, 2015 1 commit
  10. 14 Apr, 2015 3 commits
  11. 10 Apr, 2015 1 commit
  12. 05 Apr, 2015 3 commits
  13. 31 Mar, 2015 1 commit
  14. 30 Mar, 2015 1 commit
  15. 27 Mar, 2015 1 commit
  16. 22 Mar, 2015 1 commit
  17. 19 Mar, 2015 1 commit
  18. 09 Mar, 2015 3 commits
  19. 06 Mar, 2015 1 commit
  20. 05 Mar, 2015 1 commit
    • Don Gagne's avatar
      Don't force visibility of toolbar · 05bd9273
      Don Gagne authored
      Although this should theoretically be a no-op it causes a crash in
      Windows when running unit tests. Also parent toolbar in constructor.
      05bd9273
  21. 04 Mar, 2015 2 commits
  22. 13 Feb, 2015 1 commit
  23. 07 Feb, 2015 1 commit
  24. 04 Feb, 2015 1 commit
  25. 02 Feb, 2015 4 commits
    • dogmaphobic's avatar
      Changing the defaultSuffix argument from a pointer to a const. · 77f442fd
      dogmaphobic authored
      Changing the order of the QGCFileDialog::getSaveFileName() function. The idea was to expand the existing QFileDialog version but as we removed the selectedFilter, we might as well make this more intuitive. The options argument is the one trully optional and should be last.
      Adding an example to the documentation on how to go about figuring out what file type was returned by these functions.
      77f442fd
    • dogmaphobic's avatar
      Removed the “selectedFilter” argument from the QGCFileDialog functions along... · 209d354c
      dogmaphobic authored
      Removed the “selectedFilter” argument from the QGCFileDialog functions along with references to it in unit tests.
      Fixed function declarations and prototypes formatting while at it.
      Changed the caption of a few file save dialogs with a more descriptive text (explicitly telling what is being saved).
      209d354c
    • Don Gagne's avatar
      Fix compiler warning · 0c23e83e
      Don Gagne authored
      0c23e83e
    • Don Gagne's avatar
      New MainWindow central and dock widget architecture · 48663c8a
      Don Gagne authored
      - Central widget no longer stacked. Views are added/removed to layout
      to switch view
      - Dock Widgets are globals with single instance of each type
      - Both central views and dock widgets are just-in-time created saving
      lots of memory
      48663c8a