- Apr 20, 2015
-
-
Don Gagne authored
-
- Apr 02, 2015
-
-
Don Gagne authored
- All resources are either under src or under resources dirs - Removed files top level directory - Move flightgear files to top level dir
-
- Dec 26, 2014
-
-
Don Gagne authored
-
- Dec 01, 2014
-
-
Bryant authored
This function is called automatically when a QSettings object is destroyed, so is rarely needed to be called explicitly. There are still some cases where a QSettings object is passed-by-reference, so there I left the sync() calls as it's unclear how permanent those objects are and if they'd call sync() before application shutdown
-
- Oct 18, 2013
-
-
John Tapsell authored
This fixes a bunch of bugs with setting the title for widgets, deleting widgets, etc. It also reduces the amount of code duplication, which is always a good thing.
-
- Oct 14, 2013
-
-
John Tapsell authored
Replace 9 seperate valueChanged() signals with just 1, and remove the resultant tons of code duplication
-
- May 31, 2013
-
-
Bryant authored
-
- May 21, 2013
-
-
Lorenz Meier authored
-
- Dec 10, 2012
-
-
Bryant authored
-
- Feb 16, 2012
-
-
Bryant Mairs authored
Removed some dead code. Added more valueChanged() signals to account for every data type. This moves the conversion over into the valueChanged receivers, which while it will require more slot-functions, makes it easier to add more code as any necessary conversion is done internally to the slot and so the signaler doesn't need to know the details. I also added some more details on the types of units expected by valueChanged().
-
- Nov 26, 2011
-
-
oberion authored
Fixed some destructor commands
-
- Nov 21, 2011
-
-
LM authored
-
- Nov 12, 2011
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Sep 20, 2011
-
-
LM authored
Fixed roll angle in Google earth, still not smooth. Fixed a number of threading issues. Fixed all custom widget related bugs. Improved MAVLink decoder. Reduced CPU usage substantially across all views
-
- Jul 11, 2011
-
-
LM authored
-
- Mar 30, 2011
-
-
James Goppert authored
-
- Feb 08, 2011
-
-
pixhawk authored
Made MAVLink parser aware of line breaks in comments, added new servo output packet to QGC and simulation, enabled servo output display in new Actuator View (previous Payload view)
-
- Jan 26, 2011
-
-
lm authored
-
- Jan 21, 2011
-
-
pixhawk authored
-
- Jan 09, 2011
- Jan 08, 2011
- Jan 07, 2011
-
-
lm authored
-
- Jan 06, 2011
-
-
pixhawk authored
-
- Jan 05, 2011
-
-
lm authored
-
- Jan 02, 2011
-
-
pixhawk authored
Added new options for windows serial port, fixed a number of bugs, added customizing options to instrument widgets
-
- Dec 27, 2010
- Dec 25, 2010
-
-
lm authored
Fixed initial startup bugs, cleaned up the activation-deactivation of update timers. Added initial instructions for new users.
-
- Dec 21, 2010
-
-
lm authored
-
- Nov 24, 2010
-
-
pixhawk authored
-
- Aug 22, 2010
-
-
pixhawk authored
Working on QGraphicsView-based local waypoints interface supporting drag-and-drop, commented code, fixed Google Maps interface, added mouse and SpinBox zoom to HSIWidget, fixed MAV-based coloring and stylesheets - MEGA COMMIT
-
pixhawk authored
Cleaned up and commented major code parts. Refactoring HDD and HSI widgets to support QGraphicsView drag-and-drop, tested multi-MAV support more intensely, currently adding the system coloring to all widgets
-
- Jul 24, 2010
-
-
Mariano Lizarraga authored
Major cleanup of MainWindow constructor. All widgets have now the visible property set to false on its constructor
-
- Jun 18, 2010
-
-
pixhawk authored
-
- Jun 13, 2010
-
-
pixhawk authored
-
- Jun 08, 2010
-
-
lm authored
-
- Jun 07, 2010
-
-
pixhawk authored
-