- 24 Feb, 2015 1 commit
-
-
Don Gagne authored
-
- 22 Feb, 2015 2 commits
- 20 Feb, 2015 3 commits
-
-
Don Gagne authored
-
Don Gagne authored
-
dogmaphobic authored
-
- 19 Feb, 2015 1 commit
-
-
Basil Huber authored
changed criticalMessageBoxOnMainThread(const QString& title, const QString& msg) to QGCMessageBox::warning
-
- 18 Feb, 2015 8 commits
-
-
Don Gagne authored
-
Don Gagne authored
-
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
I understand the intent when this was first created but nobody is using it and it no longer fits the context. If and when a need to abstract the serial link comes back, we can revisit this.
-
Basil Huber authored
-
dogmaphobic authored
-
Don Gagne authored
-
Don Gagne authored
-
- 17 Feb, 2015 9 commits
-
-
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)
-
Don Gagne authored
Also converted qDebug statements to logging category
-
dogmaphobic authored
Shrunk the Message drop down dialog a bit. Made the Message drop down dialog slightly transparent.
-
Basil Huber authored
Replace QMessageBox::warning by QGCApplication::criticalMessageBoxOnMainThread and removed unnecessary copying action
-
dogmaphobic authored
-
Basil Huber authored
Added to ". Please provide a different file name to save to." to the error dialog
-
Don Gagne authored
-
Basil Huber authored
changed QGCApplication::saveTempFlightDataLogOnMainThread(QString tempLogfile) to enable overwriting files existing file is removed before saving file (QFile::copy cannot overwrite files)
-
dogmaphobic authored
-
- 16 Feb, 2015 2 commits
-
-
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
-
- 14 Feb, 2015 2 commits
-
-
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.
-
dogmaphobic authored
This came through google groups and as the change is right where I'd been working, I added it here to avoid collision.
-
- 13 Feb, 2015 4 commits
-
-
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
-
Don Gagne authored
- Much simpler UI - MVC style qml programming model
-
- 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 3 commits