1. 20 Feb, 2016 2 commits
  2. 19 Feb, 2016 21 commits
  3. 18 Feb, 2016 17 commits
    • Lorenz Meier's avatar
      Merge pull request #2845 from DonLakeFlyer/AltitudeLarge · 7a7e98cf
      Lorenz Meier authored
      Altitude properties are visually distinct
      7a7e98cf
    • Gus Grubba's avatar
      Windows fixes · f5cdf449
      Gus Grubba authored
      f5cdf449
    • Don Gagne's avatar
      Update README.md · 7d75c230
      Don Gagne authored
      Removed 3D Mouse support
      7d75c230
    • dogmaphobic's avatar
      Merge remote-tracking branch 'MavLink/master' into mapCache · f30a47d9
      dogmaphobic authored
      * MavLink/master:
        Remove dead parameter cache code
        Include type arg in method prototype
        New parameter cache loading spec
        Run DO_LAND_START as normal standaloneCoordinate
        Change MAV_CMD_DO_LAND_START to standaloneCoordinate
        Better error output
        Don't use home for last altitude
        Add gradient
      f30a47d9
    • dogmaphobic's avatar
      Fixes for Linux and Android · 04ea3c19
      dogmaphobic authored
      Fixing QmlObjectListModel usage bug
      04ea3c19
    • Don Gagne's avatar
      Altitude properties are visually distinct · d04518d5
      Don Gagne authored
      d04518d5
    • Don Gagne's avatar
      Merge pull request #2841 from DonLakeFlyer/Gradient · a6cffd54
      Don Gagne authored
      Plan: Add Gradient to bottom item status
      a6cffd54
    • Don Gagne's avatar
      Merge pull request #2821 from NaterGator/param-updates · f1075263
      Don Gagne authored
      New parameter cache loading spec
      f1075263
    • Don Gagne's avatar
      Merge pull request #2843 from DonLakeFlyer/LandStart · 86dc4154
      Don Gagne authored
      Land start is now standalone coordinate
      86dc4154
    • dogmaphobic's avatar
      Merge remote-tracking branch 'MavLink/master' into mapCache · 4112826b
      dogmaphobic authored
      * MavLink/master: (59 commits)
        Fix incorrect method name
        Add vehicles to Plan view
        Flight lines different color than waypoint lines
        In progress indicator for vehicle sync
        Land items default to 0 altitude
        Keep ParameterLoader on first seen dedicated link
        Keep ParameterLoader on first seen dedicated link
        Only save to eeprom when value changes
        Remove 3D Mouse Support
        Don't auto-select on mobile
        Fix ArduPlane FLTMODE_CH usage
        Don't try to use QCoreApplication::arguments before an app is created
        Move the buglist override to as early as possible, include switches for specific rendering backends on windows
        Add Intel PowerVR based GPUs to the naughty list
        Remove unused code
        PX4: Rename auto loiter to auto pause
        Update param meta data for PX4
        Don't check driver version on Intel GMA graphics adapters
        Thumbtack alternate instrument panel
        Vehicle.battery FactGroup
        ...
      4112826b
    • dogmaphobic's avatar
      Fixed Google Satellite · 8624fb71
      dogmaphobic authored
      Download Speed Tweaks (+2 squashed commits)
      Squashed commits:
      [ff0ef7e] Cleanup (remove OpenStreetMap)
      [370fa1d] Done (+25 squashed commits)
      Squashed commits:
      [9f3368f] Need to check how many instances of MapEngine are active.
      [d557eac] Download Optimization
      [392f50a] Almost there.
      Trying to optimize download.
      [a49d1d2] Settings
      [a94be97] Mostly there. Needs to finish options and map thumbnail.
      [38d5a0b] Downloading tiles and deleting sets
      [81101b9] More UI Work
      [c597d4b] Downloading tiles
      [a815e35] Get rid of OpenMaps
      [7e177ea] More reorg
      [fa6b671] Start handling create tile set
      Fix signal order when creating fetch tile task
      [2a31f4d] Refactoring
      [268b906] Renaming things
      [947d66e] Fix resource load error.
      [19e2de8] Adding MapBox
      [c73e627] Preparing download
      [87bbf22] UI Tweaks
      [3c32a86] A lot of UI code done.
      [ece8ce2] Starting to deal with tiles
      [7f387bc] Save tile set
      [f66f343] Adding more code
      [4de3418] Working
      [f0cc25d] Done for the night.
      [2d1d86e] Added SQL database for holding out own tile cache.
      [d405a87] Convert to camel case as this has been driving me nuts.
      8624fb71
    • Nate Weibley's avatar
      Remove dead parameter cache code · 708096b5
      Nate Weibley authored
      Conflicts:
      	src/FactSystem/ParameterLoader.cc
      708096b5
    • Nate Weibley's avatar
      Include type arg in method prototype · 823b9a6d
      Nate Weibley authored
      823b9a6d
    • Nate Weibley's avatar
      New parameter cache loading spec · 80ef4da8
      Nate Weibley authored
       - Request list of all parameters, expecting device to lead each component with _HASH_CHECK cache value
       - Test for hash collision, if so our cache is valid and respond with _HASH_CHECK to stop listing
       - Else: let listing continue as normal to get updated param values
       - Store each cache by systemID + componentID
      
      For #2586
      80ef4da8
    • Don Gagne's avatar
      6c178d02
    • Don Gagne's avatar
      a52cd1f5
    • Don Gagne's avatar
      Better error output · 21ba2bea
      Don Gagne authored
      21ba2bea