- 06 Mar, 2015 1 commit
-
-
dogmaphobic authored
-
- 05 Mar, 2015 3 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
-
Don Gagne authored
-
- 04 Mar, 2015 2 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
-
- 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).
-
- 07 Feb, 2015 1 commit
-
-
Don Gagne authored
-
- 02 Feb, 2015 1 commit
-
-
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
-
- 30 Dec, 2014 1 commit
-
-
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
-
- 26 Dec, 2014 3 commits
- 10 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 09 Dec, 2014 1 commit
-
-
Don Gagne authored
The derived class wasn’t really adding any capabilties
-
- 03 Dec, 2014 2 commits
- 02 Dec, 2014 2 commits
- 01 Dec, 2014 4 commits
-
-
Bryant authored
-
Bryant authored
Fixes bugs with savings settings for the window state, theme, UAS-connected view, and low-power mode. Also removes some unneccesary logic that attempted to handled unclean shutdowns, which I haven't been able to reproduce.
-
Bryant authored
It was a poor proxy for better coding around the problem of bad settings or the lack of settings on first-run.
-
Bryant authored
No functionality changes in this code, just code clarify improvements.
-
- 30 Nov, 2014 1 commit
-
-
Don Gagne authored
Splash screen is optional. Also remove some unused class definition.
-
- 27 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 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 1 commit
-
-
Don Gagne authored
-
- 24 Nov, 2014 2 commits
-
-
Don Gagne authored
Using QFileDialog directly on OS X can hang intermittently due to Qt bug.
-
Don Gagne authored
- Logging now always on to temp file - User prompted to save temp file after disconnect - Orphaned temp logs checked for on boot - Logs saved to new save file location - Log file starts/stops with first and last connnection
-
- 21 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 19 Nov, 2014 1 commit
-
-
Don Gagne authored
Also fixed bug in loadStyle
-
- 17 Nov, 2014 1 commit
-
-
Don Gagne authored
-
- 14 Nov, 2014 1 commit
-
-
Don Gagne authored
This is the Pixhawk research board, not the PX4 production board.
-
- 30 Oct, 2014 1 commit
-
-
Don Gagne authored
-
- 28 Oct, 2014 1 commit
-
-
philipoe authored
Conflicts: src/uas/QGCMAVLinkUASFactory.cc src/uas/QGCMAVLinkUASFactory.h
-
- 23 Oct, 2014 1 commit
-
-
Don Gagne authored
-
- 27 Aug, 2014 1 commit
-
-
Bryant authored
No major functionality changes.
-
- 06 Aug, 2014 3 commits
-
-
Bryant authored
Both on the backend (replaced with DEFAULT view) and on the front end (removing UI menu items).
-
Bryant authored
Includes removing an if-statement that should've been dead but was erronously applied to the following statement. Dead code = bad, if-statements without braces = bad.
-
Bryant authored
This was deprecated on Febuary 3rd, 2014 and removed a little later. This finally completes that process.
-