1. 28 Apr, 2020 1 commit
  2. 16 Apr, 2020 1 commit
    • DonLakeFlyer's avatar
      · ef1911dd
      DonLakeFlyer authored
      Refactor instrument value controls
      ef1911dd
  3. 15 Apr, 2020 2 commits
    • DoinLakeFlyer's avatar
      · eb23e67e
      DoinLakeFlyer authored
      Add support for multi-press joystick buttons
      eb23e67e
    • DonLakeFlyer's avatar
      · 12ed0dc8
      DonLakeFlyer authored
      Fix QGCPopupDialog automatic flickable parenting
      12ed0dc8
  4. 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
  5. 13 Apr, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 8cf5f75c
      DoinLakeFlyer authored
      Update value visuals to support value ranges
      8cf5f75c
  6. 12 Apr, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 1aba5c4b
      DoinLakeFlyer authored
      Initial support for value ranges
      1aba5c4b
  7. 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
  8. 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
  9. 09 Apr, 2020 5 commits
  10. 08 Apr, 2020 5 commits
  11. 07 Apr, 2020 1 commit
    • DoinLakeFlyer's avatar
      · 60d75808
      DoinLakeFlyer authored
      New grid based values page editor support
      60d75808
  12. 06 Apr, 2020 1 commit
  13. 05 Apr, 2020 2 commits
  14. 02 Apr, 2020 2 commits
  15. 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
  16. 31 Mar, 2020 2 commits
  17. 30 Mar, 2020 5 commits