- 13 Feb, 2015 1 commit
-
-
dogmaphobic authored
The goal of this first installment is to organize the code a bit so it's more readable, clean up a bit of left over cruft, and manage link configurations (and links in general).
-
- 12 Feb, 2015 4 commits
-
-
dogmaphobic authored
-
Don Gagne authored
Put back commented out code
-
Don Gagne authored
- Updated MainWindowTest to catch this problem - Also implemented initial pass at SetupView unit test
-
Don Gagne authored
- Updated MainWindowTest to catch this problem - Also implemented initial pass at SetupView unit test
-
- 11 Feb, 2015 1 commit
-
-
Don Gagne authored
-
- 10 Feb, 2015 4 commits
- 09 Feb, 2015 1 commit
-
-
Bryant authored
There's also a partial fix for the databits and stopbits. I'm unsure how to deal with the logic around the 'is_cdc' variable, as I can't really follow what it's for.
-
- 07 Feb, 2015 6 commits
- 04 Feb, 2015 7 commits
-
-
dogmaphobic authored
-
Don Gagne authored
-
dogmaphobic authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
dogmaphobic authored
-
- 03 Feb, 2015 12 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
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
Don Gagne authored
Fixes Issue #1162
-
- 02 Feb, 2015 4 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
Added a dialog asking the user about overwritting an existing file.
-
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.
-