1. 06 Apr, 2020 1 commit
  2. 05 Apr, 2020 1 commit
  3. 02 Apr, 2020 2 commits
  4. 01 Apr, 2020 1 commit
    • Alex Wilkinson's avatar
      Correctly set parent of QGCCorePlugin · 1893a920
      Alex Wilkinson authored
      QGCCorePlugin is currently constructed with a QGCToolbox* toolbx parameter of null. This is because at the time QGCCorePlugin (or an actual custom plugin) is constructed app->toolbox() is null.
      _scanAndLoadPlugins() is called as part of the QGCToolbox constructor where all toolbox classes use the same format:
      _class = new Class(app, this);
      
      The creation of QGCCorePlugin should follow the same pattern.
      
      The practical issue I had with this is that because the parent is not set correctly, QGCCorePlugin is not destructed when the app is closed. This means any code in the destructor is not run. (QGCCorePlugin itself has as a destructor which is currently not being called).
      1893a920
  5. 31 Mar, 2020 2 commits
  6. 30 Mar, 2020 5 commits
  7. 29 Mar, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 8ce5c2d9
      DoinLakeFlyer authored
      Fix return value
      8ce5c2d9
  8. 28 Mar, 2020 4 commits
  9. 27 Mar, 2020 12 commits
  10. 26 Mar, 2020 5 commits
  11. 25 Mar, 2020 6 commits