1. 14 Apr, 2020 4 commits
    • DoinLakeFlyer's avatar
      · 17313b9b
      DoinLakeFlyer authored
      Set RC To Param support
      17313b9b
    • DoinLakeFlyer's avatar
      · eaec5be5
      DoinLakeFlyer authored
      Use new QGCPopupDialog mechanism
      eaec5be5
    • DoinLakeFlyer's avatar
      · 629094b8
      DoinLakeFlyer authored
      New QGCPopupDialog mechanism
      629094b8
    • DonLakeFlyer's avatar
      · 3178f7de
      DonLakeFlyer authored
      Tweaks to Popup visuals
      3178f7de
  2. 13 Apr, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 8cf5f75c
      DoinLakeFlyer authored
      Update value visuals to support value ranges
      8cf5f75c
  3. 12 Apr, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 1aba5c4b
      DoinLakeFlyer authored
      Initial support for value ranges
      1aba5c4b
  4. 11 Apr, 2020 4 commits
    • DoinLakeFlyer's avatar
      · c7262637
      DoinLakeFlyer authored
      New value editing dialogs
      c7262637
    • DoinLakeFlyer's avatar
      · 5ad2b7f8
      DoinLakeFlyer authored
      QGCPopupDialog support
      5ad2b7f8
    • DonLakeFlyer's avatar
      · 43236ab2
      DonLakeFlyer authored
      Icon picker support
      43236ab2
    • DonLakeFlyer's avatar
      · 71149eab
      DonLakeFlyer authored
      Add missing include
      71149eab
  5. 10 Apr, 2020 2 commits
    • DoinLakeFlyer's avatar
      · 3f6425f9
      DoinLakeFlyer authored
      Icon support for values display
      3f6425f9
    • DoinLakeFlyer's avatar
      · 890833b3
      DoinLakeFlyer authored
      Add support for ScreenTools.defaultFontDescent
      890833b3
  6. 09 Apr, 2020 5 commits
  7. 08 Apr, 2020 5 commits
  8. 07 Apr, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 60d75808
      DoinLakeFlyer authored
      New grid based values page editor support
      60d75808
  9. 06 Apr, 2020 1 commit
  10. 05 Apr, 2020 2 commits
  11. 02 Apr, 2020 2 commits
  12. 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
  13. 31 Mar, 2020 2 commits
  14. 30 Mar, 2020 5 commits
  15. 29 Mar, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 8ce5c2d9
      DoinLakeFlyer authored
      Fix return value
      8ce5c2d9
  16. 28 Mar, 2020 3 commits