Lorenz Meier
3c0c01d6ef
Mainwindow: Fix HIL config deletion
10 years ago
dogmaphobic
fe015311bb
First stab at iOS builds
10 years ago
Don Gagne
67f3df7d02
Starts always goes to Vehicle Summary
10 years ago
Lorenz Meier
57d5f386c2
Fix joystick destruction
10 years ago
Don Gagne
d042d51050
Default to param editor and ftp widgets
10 years ago
Don Gagne
ae40cb47bb
Remove Unmanned from Plan view default widgets
10 years ago
Don Gagne
8170a7c4b2
Remove warning
10 years ago
Don Gagne
c3260557a6
Remove DebugConsole
10 years ago
Don Gagne
ad1d2ce893
Remove Terminal Console
10 years ago
Don Gagne
d441e1a496
Remove warning
10 years ago
Don Gagne
501470b850
Remove DebugConsole
10 years ago
dogmaphobic
b991f98a2d
Refactoring QGCFlightDisplay and Renaming QGCMavManager.*
...
Sorting source and headers while at it.
10 years ago
Don Gagne
0e63bc3105
New Custom Command Widget
10 years ago
Don Gagne
431c244291
New Custom Command Widget
10 years ago
Don Gagne
000e0ef4a2
Remove the "Simulate" feature
10 years ago
dogmaphobic
bcb6a113ae
Mobile Menu Bar
10 years ago
dogmaphobic
6af9a17078
More Android work...
10 years ago
Don Gagne
b0972dd0fd
Put back Fly View default widgets
10 years ago
Don Gagne
533279a957
Remove Local 3d View, Custom tool widget
10 years ago
dogmaphobic
e583798ec5
Handling multi-platform sizing (fonts and pixels)
10 years ago
Gus Grubba
3091a1d5bc
Windows needs window to be moved to center manually.
10 years ago
dogmaphobic
fd45f39db1
Sensible initial window size.
10 years ago
dogmaphobic
3f0592d232
Finalizing it.
10 years ago
dogmaphobic
59ad9be767
First android commit.
10 years ago
dogmaphobic
80ff9f6e25
Removing old Primary Flight Display.
10 years ago
Don Gagne
094eaf2f6f
New ParameterEditor control and dock widget
10 years ago
Gus Grubba
4317c4f2cd
Fixing Windows build.
10 years ago
dogmaphobic
4d13d78e13
Experimental mapping/planning tool.
10 years ago
Don Gagne
f0b1f0a561
Remove unused code
10 years ago
dogmaphobic
ccb8bf6282
Fix copy/paste error.
...
Getting sloppy...
10 years ago
dogmaphobic
6385c1a408
Might as well set the proper text in the menu.
...
It now shows "Show" or "Hide" Status Bar depending on the current state.
10 years ago
dogmaphobic
9f370da753
Made Status Bar an option in the newly renamed View menu.
10 years ago
dogmaphobic
eb3eb94a8d
Primary Flight Display
...
New version using QtQuick along with an experimental Map Background
10 years ago
Don Gagne
244aff2eab
Remove GoogleEarth support
10 years ago
dogmaphobic
a0891a47f4
Fix redraw issues with OpenGL canvases when link states change.
10 years ago
Don Gagne
784b87091f
Use QSharedPointer for cross-thread Link references
...
Also many LinkManager API changes to further isolate all link
management inside LinkManager.
10 years ago
dogmaphobic
0ad046641c
Fixing list of items in Quick Info View
10 years ago
Susurrus
e506266944
Forgot to give the new variable a datatype
...
Should fix things.
10 years ago
dogmaphobic
72a7acc5df
Moved update canvas to ScreenTools
...
Moved update canvas signal to perspective load instead of hooking it to the paint event.
Added an "S" as the unit for the number of cells fact (as in 4S).
10 years ago
Bryant
18b27da88b
Fix possibly empty-string error.
10 years ago
dogmaphobic
e3d7e12953
Chevron buttons in Main Tool Bar
10 years ago
Don Gagne
05bd927340
Don't force visibility of toolbar
...
Although this should theoretically be a no-op it causes a crash in
Windows when running unit tests. Also parent toolbar in constructor.
10 years ago
dogmaphobic
d96e83d517
Main Menu Reorg.
10 years ago
dogmaphobic
bed21b49f3
New, QML based Tool Bar.
10 years ago
dogmaphobic
0a31331428
The ultimate goal is to plug a device, set it up and go fly it without any fuss.
...
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).
10 years ago
Don Gagne
f45cd1d439
Add new Qml Control test window/menu
10 years ago
dogmaphobic
1b813145f0
More work on filter description consistency.
10 years ago
dogmaphobic
77f442fd86
Changing the defaultSuffix argument from a pointer to a const.
...
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.
10 years ago
dogmaphobic
209d354cd3
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).
10 years ago
Don Gagne
0c23e83e80
Fix compiler warning
10 years ago