-
Notifications
You must be signed in to change notification settings - Fork 464
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
Fix 834 and Add Unit Tests (dependent on #780) #849
base: master
Are you sure you want to change the base?
Commits on Jul 26, 2015
-
preparation for unit test integration
create a static library of all apmplanner classes except of main, moved qgroundcontrol.pro to apmplanner_core.pro to keep the build process the same as before
Configuration menu - View commit details
-
Copy full SHA for 240a190 - Browse repository at this point
Copy the full SHA 240a190View commit details -
prepared new unit test setup for apmplanner
removed old project configuration and source files from qgcunittest.pro because that is now part of the new common apmplanner-core library added a test for the qt test framwork to make sure the new setup works as expected
Configuration menu - View commit details
-
Copy full SHA for 1ab35c9 - Browse repository at this point
Copy the full SHA 1ab35c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bd66f5 - Browse repository at this point
Copy the full SHA 1bd66f5View commit details -
created VersionComparator to compare two firmware or application
versions, copied from ApmFirmwareConfig.cc added unit tests for version comparator
Configuration menu - View commit details
-
Copy full SHA for 0256031 - Browse repository at this point
Copy the full SHA 0256031View commit details -
unit test exposed a bug when comparing release candidates
in ApmFirmwareConfig.cc This bug was already fixed in AutoUpdateCheck.cc commit 8de0f15
Configuration menu - View commit details
-
Copy full SHA for ab161c9 - Browse repository at this point
Copy the full SHA ab161c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9346665 - Browse repository at this point
Copy the full SHA 9346665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00d909f - Browse repository at this point
Copy the full SHA 00d909fView commit details -
VersionComparator: captureCount() returns always the number of groups…
… defined in the regex, therefore it is always 2 and the if statement is useless
Configuration menu - View commit details
-
Copy full SHA for 26035bb - Browse repository at this point
Copy the full SHA 26035bbView commit details
Commits on Jul 29, 2015
-
VersionComparator: use better regular expression to split complete ve…
…rsion string in one place fixed uninitialized variable warning
Configuration menu - View commit details
-
Copy full SHA for 81b1762 - Browse repository at this point
Copy the full SHA 81b1762View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8b0256 - Browse repository at this point
Copy the full SHA c8b0256View commit details
Commits on Aug 1, 2015
-
VersionComparator: fixed regular expression to capture multiple digit…
…s per group, allow muliple digits in build number
Configuration menu - View commit details
-
Copy full SHA for 0331d7b - Browse repository at this point
Copy the full SHA 0331d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcdbccc - Browse repository at this point
Copy the full SHA bcdbcccView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c7da9 - Browse repository at this point
Copy the full SHA e7c7da9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca85668 - Browse repository at this point
Copy the full SHA ca85668View commit details -
Configuration menu - View commit details
-
Copy full SHA for acb2fff - Browse repository at this point
Copy the full SHA acb2fffView commit details
Commits on Oct 10, 2015
-
Merge remote-tracking branch 'upstream/master'
Conflicts: qgroundcontrol.pro
Configuration menu - View commit details
-
Copy full SHA for 7eafe3b - Browse repository at this point
Copy the full SHA 7eafe3bView commit details
Commits on Oct 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1a7ac04 - Browse repository at this point
Copy the full SHA 1a7ac04View commit details -
Map Widget: Fixes #691 - dragging multiple waypoints
whenever a waypoint is dragged, go through the list of waypoints and find all other selected waypoints - shift these waypoints by the same lat/long difference as the initial waypoint was moved
Configuration menu - View commit details
-
Copy full SHA for 17e9c48 - Browse repository at this point
Copy the full SHA 17e9c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30966f9 - Browse repository at this point
Copy the full SHA 30966f9View commit details -
Mission Widget: refactoring - remove duplicate code when blocking/unb…
…locking SpinBox signals
Configuration menu - View commit details
-
Copy full SHA for c5563d2 - Browse repository at this point
Copy the full SHA c5563d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf0b1c5 - Browse repository at this point
Copy the full SHA cf0b1c5View commit details -
Mission Widget: refactoring - merge child items that are searched for…
… SpinBox in one list to fix duplicate for loop
Configuration menu - View commit details
-
Copy full SHA for 774a659 - Browse repository at this point
Copy the full SHA 774a659View commit details
Commits on Nov 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d51e13d - Browse repository at this point
Copy the full SHA d51e13dView commit details
Commits on Nov 28, 2015
-
Merge branch 'master' of github.com:diydrones/apm_planner
Conflicts: qgroundcontrol.pro
Configuration menu - View commit details
-
Copy full SHA for be1bb40 - Browse repository at this point
Copy the full SHA be1bb40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e469b4 - Browse repository at this point
Copy the full SHA 1e469b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6171e0 - Browse repository at this point
Copy the full SHA c6171e0View commit details -
Fix compiler warning: suggest explicit braces to avoid ambiguous else…
… (issue #40) Verbose flag is always true and debug flag always false - therefore removed these flags, if another verbosity level is needed the logging system should be used
Configuration menu - View commit details
-
Copy full SHA for 6c503a1 - Browse repository at this point
Copy the full SHA 6c503a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 752e600 - Browse repository at this point
Copy the full SHA 752e600View commit details -
Fix compiler warnings: case value 38 not in enumerated type QVariant:…
…:Type and comparison between enum QVariant::Type and enum QMetaType::Type according to Qt documentation QVariant::type() should be interpreted as QMetaType::Type
Configuration menu - View commit details
-
Copy full SHA for a4e7771 - Browse repository at this point
Copy the full SHA a4e7771View commit details -
Fix compiler warning: deleting object of polymorphic class type which…
… has non-virtual destructor (issue #40)
Configuration menu - View commit details
-
Copy full SHA for 639ba35 - Browse repository at this point
Copy the full SHA 639ba35View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5b642f - Browse repository at this point
Copy the full SHA f5b642fView commit details -
Fix compiler warning: unused parameter in libs (issue #40)
Mark unused parameters as unused
Configuration menu - View commit details
-
Copy full SHA for 7407df2 - Browse repository at this point
Copy the full SHA 7407df2View commit details -
Fix compiler warning: unused parameter (issue #40)
Mark parameters as not used
Configuration menu - View commit details
-
Copy full SHA for 6ed7079 - Browse repository at this point
Copy the full SHA 6ed7079View commit details -
Fix compiler warning: unused parameter (issue #40)
Completely remove functions that are empty or not used
Configuration menu - View commit details
-
Copy full SHA for c931194 - Browse repository at this point
Copy the full SHA c931194View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f2e894 - Browse repository at this point
Copy the full SHA 0f2e894View commit details -
Configuration menu - View commit details
-
Copy full SHA for c16ca9b - Browse repository at this point
Copy the full SHA c16ca9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dec9bf6 - Browse repository at this point
Copy the full SHA dec9bf6View commit details
Commits on Dec 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9dc3211 - Browse repository at this point
Copy the full SHA 9dc3211View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c078e - Browse repository at this point
Copy the full SHA 10c078eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d0e506 - Browse repository at this point
Copy the full SHA 3d0e506View commit details
Commits on Dec 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1151b68 - Browse repository at this point
Copy the full SHA 1151b68View commit details -
Audio: Fix #834: Revert "Audio: Fixes #812 Port to flite2"
This reverts commit 5f0890a.
Configuration menu - View commit details
-
Copy full SHA for dc60229 - Browse repository at this point
Copy the full SHA dc60229View commit details