1. 13 Mar, 2015 1 commit
  2. 12 Mar, 2015 1 commit
  3. 10 Mar, 2015 1 commit
  4. 09 Mar, 2015 4 commits
  5. 07 Mar, 2015 1 commit
    • dogmaphobic's avatar
      Tweaked text colors in main tool bar. · a30a125a
      dogmaphobic authored
      Tool bar buttons now use QGCButton as base to inherit hover mode fix.
      Made QGCButton.showHightLight into a public property so I could use it as a trigger for repainting the chevron button.
      a30a125a
  6. 06 Mar, 2015 2 commits
  7. 05 Mar, 2015 8 commits
  8. 04 Mar, 2015 4 commits
  9. 03 Mar, 2015 2 commits
  10. 01 Mar, 2015 2 commits
  11. 28 Feb, 2015 1 commit
  12. 26 Feb, 2015 1 commit
  13. 25 Feb, 2015 2 commits
  14. 18 Feb, 2015 3 commits
  15. 17 Feb, 2015 4 commits
  16. 16 Feb, 2015 2 commits
  17. 14 Feb, 2015 1 commit
    • dogmaphobic's avatar
      Fixing asynchronous issue with link disconnect. · e0d94b4d
      dogmaphobic authored
      I noticed that some times, the disconnect signal would get to the updateConnect button (tool bar) before the link was physically disconnected. That would cause it to count it as a still connected link and get the connect button logic out of sync.
      While at it, added an interface to the UDP link to return its configuration instance. That allows the LinkManager to unlink it when disconnecting it.
      e0d94b4d