- 27 Nov, 2014 2 commits
- 26 Nov, 2014 1 commit
-
-
Don Gagne authored
- allow unit tests to use QGCApplication - clear global singletons for each unit test run
-
- 25 Nov, 2014 2 commits
-
-
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
-
- 24 Nov, 2014 1 commit
-
-
Don Gagne authored
Centralize all connecting and disconnecting of links through LinkManager::[Connect|Disconnect]Link api. Connect/Disconnect no longer allowed through LinkInterface. This allows creation of new LinkManager::setConnections[Suspended|Allowed] methods to disallow connections as needed.
-
- 19 May, 2014 1 commit
-
-
Lorenz Meier authored
-
- 01 Aug, 2013 1 commit
-
-
Lorenz Meier authored
-
- 10 Jun, 2013 2 commits
-
-
Bryant authored
Changed many functions in the abstract *Link classes to be const. This facilitates setting other functions as const. The metadata for specific links are reset when the links are added.
-
Bryant authored
The details on the success/errors for the MAVLink protocols are now shown for each link as tooltips that are updated every 5s. Values are currently wrong and unsure why as of yet.
-
- 09 Jun, 2013 2 commits
-
-
Bryant authored
Changed many functions in the abstract *Link classes to be const. This facilitates setting other functions as const. The metadata for specific links are reset when the links are added.
-
Bryant authored
The details on the success/errors for the MAVLink protocols are now shown for each link as tooltips that are updated every 5s. Values are currently wrong and unsure why as of yet.
-
- 21 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 16 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 26 Feb, 2012 1 commit
-
-
Lorenz Meier authored
-
- 30 Mar, 2011 1 commit
-
-
James Goppert authored
-
- 19 Jan, 2011 1 commit
-
-
pixhawk authored
-
- 13 Jan, 2011 1 commit
-
-
lm authored
Cleaned up serial link handling, eliminated double menu entries and safeguarded the link list. Did intentionally not improve the object dependency issue, will work on that on a global scope
-
- 21 Dec, 2010 1 commit
-
-
lm authored
Significantly bugfixed persistence and link adding/removal. Not yet fully there, but getting closer to release
-
- 15 Dec, 2010 1 commit
-
-
Brandon Wampler authored
-
- 26 Aug, 2010 1 commit
-
-
lm authored
-
- 19 Aug, 2010 1 commit
-
-
pixhawk authored
Cleaned up communication structure significantly, should now be easier to add new links. Signal bytesReceived(link, QByteArray) is now only way to pass on newly received data
-
- 07 Aug, 2010 1 commit
-
-
pixhawk authored
Made generator --pedantic GCC flag compatible/C89 compatible, fixed a bug where heartbeats where only sent to first link
-
- 03 Apr, 2010 1 commit
-
-
pixhawk authored
-