- Mar 26, 2017
-
-
DonLakeFlyer authored
-
- Feb 27, 2017
- Dec 21, 2016
-
-
Gus Grubba authored
-
- Aug 29, 2016
-
-
Ricardo de Almeida Gonzaga authored
-
- May 31, 2016
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Mar 13, 2016
-
-
Don Gagne authored
Bugs causing it to not be able to un-zoom.
-
- Jan 05, 2016
-
-
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>
-
- Dec 23, 2015
-
-
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>
-
- Oct 15, 2015
-
-
Don Gagne authored
-
- Oct 13, 2015
-
-
Don Gagne authored
-
- Aug 29, 2015
-
-
Don Gagne authored
- MultiVehicleManager is a Qml friendly replacement for UASManager - Vehicle is a replacement for both UAS and AutoPilotPlugin
-
- Aug 28, 2015
-
-
Nate Weibley authored
-
Nate Weibley authored
-
- Aug 11, 2015
-
-
Lorenz Meier authored
-
- May 31, 2015
-
-
dogmaphobic authored
-
- Mar 16, 2015
-
-
Lorenz Meier authored
Line chart widget: Auto-force ground time if offset is more than 3 seconds (30% of default view width)
-
- Feb 04, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
-
- Feb 03, 2015
-
-
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
-
- Feb 02, 2015
-
-
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
-
- Jan 31, 2015
-
-
dogmaphobic authored
-
- Jan 29, 2015
-
-
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()
-
- Dec 26, 2014
- Dec 05, 2014
-
-
Don Gagne authored
This makes unit test output easier to read
-
- Dec 04, 2014
-
-
Don Gagne authored
-
- Dec 03, 2014
-
-
Don Gagne authored
This makes unit test output easier to read
-
- Dec 01, 2014
-
-
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
-
- Nov 27, 2014
-
-
Don Gagne authored
-
- Nov 25, 2014
-
-
Don Gagne authored
Subclass of QMessageBox which re-implements the static public functions. There are two reasons for this: 1) The QMessageBox implementation on OSX does now show the title string. This leads to message boxes which don't make much sense. So on OSX we set title to text and text to informative text. 2) If parent is NULL, we set parent to MainWindow::instance. This prevents message boxes which can go behind MainWindow
-
Don Gagne authored
-
- Nov 24, 2014
-
-
Don Gagne authored
Using QFileDialog directly on OS X can hang intermittently due to Qt bug.
-