- 23 Oct, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 24 Jul, 2017 1 commit
-
-
Gus Grubba authored
-
- 26 May, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 09 May, 2017 1 commit
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 26 Mar, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 27 Feb, 2017 2 commits
- 21 Dec, 2016 1 commit
-
-
Gus Grubba authored
-
- 29 Aug, 2016 1 commit
-
-
Ricardo de Almeida Gonzaga authored
-
- 31 May, 2016 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 13 Mar, 2016 1 commit
-
-
Don Gagne authored
Bugs causing it to not be able to un-zoom.
-
- 05 Jan, 2016 3 commits
-
-
Tomaz Canabrava authored
gcc 4.8 seems to have a problem with connections directly to a QPointer. also, cleared a unused call wich resulted in error on OSX Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
We rely in Qt 5.4+ Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Also, changed an if(true) then true; else false; code Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 23 Dec, 2015 1 commit
-
-
Anselmo L. S. Melo authored
There are many ways of iterating over lists in C++/Qt. In the specific case of QStrings, it is known [1] that using foreach with const references avoids the creation of new QString objects in each iteration, reducing the time consumed by the loops. [1] https://blog.qt.io/blog/2009/01/23/iterating-efficiently/Signed-off-by: Anselmo L. S. Melo <anselmo.melo@intel.com>
-
- 15 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 13 Oct, 2015 1 commit
-
-
Don Gagne authored
-
- 29 Aug, 2015 1 commit
-
-
Don Gagne authored
- MultiVehicleManager is a Qml friendly replacement for UASManager - Vehicle is a replacement for both UAS and AutoPilotPlugin
-
- 28 Aug, 2015 2 commits
-
-
Nate Weibley authored
-
Nate Weibley authored
-
- 11 Aug, 2015 1 commit
-
-
Lorenz Meier authored
-
- 31 May, 2015 1 commit
-
-
dogmaphobic authored
-
- 16 Mar, 2015 1 commit
-
-
Lorenz Meier authored
Line chart widget: Auto-force ground time if offset is more than 3 seconds (30% of default view width)
-
- 04 Feb, 2015 2 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
-
- 03 Feb, 2015 3 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
Fixing braces Changing data plot save files to csv only Fixing LinechartWidget::startLogging() as it no longer needs to worry about a proper file name being set.
-
dogmaphobic authored
-
- 02 Feb, 2015 3 commits
-
-
dogmaphobic authored
Changing the order of the QGCFileDialog::getSaveFileName() function. The idea was to expand the existing QFileDialog version but as we removed the selectedFilter, we might as well make this more intuitive. The options argument is the one trully optional and should be last. Adding an example to the documentation on how to go about figuring out what file type was returned by these functions.
-
dogmaphobic authored
Removed the “selectedFilter” argument from the QGCFileDialog functions along with references to it in unit tests. Fixed function declarations and prototypes formatting while at it. Changed the caption of a few file save dialogs with a more descriptive text (explicitly telling what is being saved).
-
dogmaphobic authored
-
- 31 Jan, 2015 1 commit
-
-
dogmaphobic authored
-
- 29 Jan, 2015 1 commit
-
-
dogmaphobic authored
QGCApplication::saveTempFlightDataLogOnMainThread() MainWindow::startVideoCapture() QGCBaseParamWidget::saveParametersToFile() QGCDataPlot2D::savePlot() QGCDataPlot2D::saveCsvLog() WaypointList::saveWaypoints() QGCToolWidget::exportWidget() LinechartWidget::startLogging() Making sure defaultSuffix doesn’t start with a dot (i.e. “.bar”) QGCFileDialog::getSaveFileName() Assert if defaultSuffix contains a dot (i.e. “.bar”) UnitTest::_getSaveFileName()
-
- 26 Dec, 2014 2 commits
- 05 Dec, 2014 1 commit
-
-
Don Gagne authored
This makes unit test output easier to read
-
- 04 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 03 Dec, 2014 1 commit
-
-
Don Gagne authored
This makes unit test output easier to read
-
- 01 Dec, 2014 1 commit
-
-
Bryant authored
This function is called automatically when a QSettings object is destroyed, so is rarely needed to be called explicitly. There are still some cases where a QSettings object is passed-by-reference, so there I left the sync() calls as it's unclear how permanent those objects are and if they'd call sync() before application shutdown
-