Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various changes #34

Merged
merged 17 commits into from Feb 15, 2012
Merged

Various changes #34

merged 17 commits into from Feb 15, 2012

Commits on Jan 17, 2012

  1. Fixed unused variable warning in WaypointList.cc

    Bryant Mairs committed Jan 17, 2012
    Copy the full SHA
    55ed021 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2012

  1. Added tooltip to all the appropriate labels on the toolbar.

    Also reorganized the code to be more readable.
    Bryant Mairs committed Jan 26, 2012
    Copy the full SHA
    6dbf6da View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2012

  1. Merge remote-tracking branch 'remotes/upstream/master'

    Bryant Mairs committed Jan 27, 2012
    Copy the full SHA
    5a0a929 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2012

  1. Added support for reading uint8 values from an autopilot via QGC. Sti…

    …ll need to add support for writing them.
    Bryant Mairs committed Jan 29, 2012
    Copy the full SHA
    6821ff4 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2012

  1. Removed some sources for warnings.

    Also removed redundant code in QGCMapWidget.cc.
    Bryant Mairs committed Jan 30, 2012
    Copy the full SHA
    fcdf550 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    75792cc View commit details
    Browse the repository at this point in the history
  3. Compilation on Windows VS2010 now properly copies necessary support l…

    …ibraries to the /debug and /release directories based on which is currently building. These copies are also only done if they are necessary.
    
    I removed copying of the plugins folder from Qt to the executable directory as I don't believe it's necessary anymore.
    Bryant Mairs committed Jan 30, 2012
    Copy the full SHA
    216b023 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2012

  1. Copy the full SHA
    c2a4f4d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2012

  1. Copy the full SHA
    2b43975 View commit details
    Browse the repository at this point in the history
  2. Refactored part of MAVLinkProtocol::receiveBytes() as I was trying to…

    … debug within it. Nothing major, though I did remove an unnecessary loop.
    Bryant Mairs committed Feb 14, 2012
    Copy the full SHA
    7dfac40 View commit details
    Browse the repository at this point in the history
  3. Added a workaround to the mission management code where it would only…

    … accept messages addressed to the MAV_ID_MISSIONPLANNER component. This was causing problems with the send-loss value being calculated, so I decided to add this until a proper solution can be developed.
    Bryant Mairs committed Feb 14, 2012
    Copy the full SHA
    260e9ca View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2012

  1. Expanded documentation for UASInfoWidget::update*Loss.

    Changed the drop rate from a SYS_STATUS message to follow the MAVLink specs along with some extra range checking.
    Bryant Mairs committed Feb 15, 2012
    Copy the full SHA
    b03070d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/mavlink/qgroundcontrol

    Conflicts:
    	qgroundcontrol.pri
    	src/uas/UAS.cc
    Bryant Mairs committed Feb 15, 2012
    Copy the full SHA
    e0635ae View commit details
    Browse the repository at this point in the history
  3. Removed redundant boolean comparison.

    Bryant Mairs committed Feb 15, 2012
    Copy the full SHA
    e58b34c View commit details
    Browse the repository at this point in the history
  4. Fixed unused variable warning during compilation.

    Bryant Mairs committed Feb 15, 2012
    Copy the full SHA
    7ce3400 View commit details
    Browse the repository at this point in the history
  5. Re-add copying of /models directory that was accidentally removed dur…

    …ing last merge.
    Bryant Mairs committed Feb 15, 2012
    Copy the full SHA
    c3ebf07 View commit details
    Browse the repository at this point in the history
  6. Fixed borked Windows compilation introduced with mavlink/qgroundcontr…

    …ol:864e6ae8.
    Bryant Mairs committed Feb 15, 2012
    Copy the full SHA
    19805a9 View commit details
    Browse the repository at this point in the history