Skip to content
  1. May 04, 2015
  2. Apr 30, 2015
  3. Apr 29, 2015
  4. Apr 28, 2015
  5. Apr 27, 2015
  6. Apr 22, 2015
  7. Apr 20, 2015
  8. Apr 18, 2015
  9. Apr 16, 2015
  10. Apr 14, 2015
  11. Apr 10, 2015
  12. Apr 05, 2015
  13. Mar 31, 2015
  14. Mar 30, 2015
  15. Mar 27, 2015
  16. Mar 22, 2015
  17. Mar 19, 2015
  18. Mar 09, 2015
  19. Mar 06, 2015
  20. Mar 05, 2015
    • 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. Mar 04, 2015
  22. Feb 13, 2015
  23. Feb 07, 2015
  24. Feb 04, 2015
  25. Feb 02, 2015
    • 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
Loading