- Mar 04, 2015
-
-
dogmaphobic authored
-
- Mar 03, 2015
-
-
baptistelabat authored
Correct order of rotations to get roll, pitch and yaw corresponding to classical aeronautics convention and coherent with Fly view
-
- Mar 01, 2015
- Feb 28, 2015
-
-
Don Gagne authored
-
- Feb 26, 2015
-
-
Don Gagne authored
Waiting for real fix to put back. Issue #1275
-
- Feb 25, 2015
-
-
Don Gagne authored
Fix for Issue #1255
-
dogmaphobic authored
Also fixed a typo (copy/paste error) in the TCP link settings loading where it was using the UDP port as the default value instead of the TCP port.
-
- Feb 18, 2015
-
-
Don Gagne authored
Switched to new. I’ve seen this before with other Qt classes and have had to change the usage in the same way.
-
dogmaphobic authored
-
Don Gagne authored
-
- Feb 17, 2015
-
-
dogmaphobic authored
Removed "Clear Text" context menu from roll down dialog Fixed "Clear Text" context menu in Info Dialog (renamed to "Clear Messages" in the process)
-
dogmaphobic authored
Shrunk the Message drop down dialog a bit. Made the Message drop down dialog slightly transparent.
-
dogmaphobic authored
-
Don Gagne authored
-
- Feb 16, 2015
-
-
Basil Huber authored
-
Basil Huber authored
problem: in src/ui$/HUD.cc copyImage(UASInterface* u): u->getImage() was called twice. The first called already erased the buffer. changes: src/ui/HUD.cc: copyImage(UASInterface* u): instead of getting the image a second time, we take the one we already fetched
-
- Feb 14, 2015
-
-
dogmaphobic authored
I noticed that some times, the disconnect signal would get to the updateConnect button (tool bar) before the link was physically disconnected. That would cause it to count it as a still connected link and get the connect button logic out of sync. While at it, added an interface to the UDP link to return its configuration instance. That allows the LinkManager to unlink it when disconnecting it.
-
- Feb 13, 2015
-
-
dogmaphobic authored
-
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).
-
Don Gagne authored
- Much simpler UI - MVC style qml programming model
-
- Feb 10, 2015
- Feb 09, 2015
-
-
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.
-
- Feb 07, 2015
-
-
Don Gagne authored
-
- 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
-
dogmaphobic authored
-
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).
-
Don Gagne authored
-
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
-
Don Gagne authored
No need to force them to show
-
Don Gagne authored
-
Don Gagne authored
This way the dock doesn’t end up too wide
-