- 10 Feb, 2015 4 commits
-
-
Don Gagne authored
Include support for both param sets
-
Don Gagne authored
The parameters for calibration were changed in the latest master. QGC needs to work with both. Hacked in for now, waiting on a true parameter re-mapping implementation.
-
Don Gagne authored
Rework setup buttons to fit in lower resolution displays
-
Don Gagne authored
-
- 09 Feb, 2015 3 commits
- 08 Feb, 2015 1 commit
-
-
Stefano Probst authored
Fix the formatting at "Initialize submodules".
-
- 07 Feb, 2015 7 commits
-
-
Don Gagne authored
Controls respect QGCPalette settings. Also added test window.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Since this is generic Qml support not specific to FactSystem
-
Don Gagne authored
-
Don Gagne authored
Only seems to be missing in some cases but can’t hurt if already installed.
-
- 05 Feb, 2015 1 commit
-
-
Don Gagne authored
Add Light/Dark theme support to QML
-
- 04 Feb, 2015 5 commits
- 03 Feb, 2015 10 commits
-
-
Don Gagne authored
Removing unused selectedFilter argument from QGXFileDialog methods.
-
Don Gagne authored
Remove erroneous use of QFileDialog::selectNameFilter()
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
Sync work branch.
-
Don Gagne authored
Fix crash when no UAS
-
Don Gagne authored
Fixes Issue #1162
-
- 02 Feb, 2015 9 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).
-
Don Gagne authored
Fixing bogus push of SettingsDialog.ui for merge hell
-
dogmaphobic authored
Remove erroneous use of QFileDialog::selectNameFilter(). No filters are to be selected. The argument selectedFilter is a pointer to a String to receive the filter selected/used by the user.
-
Don Gagne authored
-
Don Gagne authored
Main window central view and dock widget re-architecture
-
Don Gagne authored
Will fix in next pull
-
Don Gagne authored
-
Don Gagne authored
- Central widget no longer stacked. Views are added/removed to layout to switch view - Dock Widgets are globals with single instance of each type - Both central views and dock widgets are just-in-time created saving lots of memory
-