dogmaphobic
d653c636af
Enabling Zeroconf (Bonjour) on Mac OS/iOS
10 years ago
Don Gagne
e3a27797d9
Merge pull request #1627 from DonLakeFlyer/QGCView
...
QGCViewPanel no longer needs to be in component
10 years ago
Don Gagne
d16325437d
QGCViewPanel no longer needs to be in component
10 years ago
Don Gagne
c0a45987f4
Merge pull request #1625 from DonLakeFlyer/WindowsPDB
...
Include .pdb in windows installer
10 years ago
Don Gagne
593c4df00b
Include .pdb in windows installer
10 years ago
Don Gagne
9a4556fa57
Merge pull request #1623 from dogmaphobic/iosBuild
...
First stab at iOS builds
10 years ago
dogmaphobic
0c6b34908b
Bogus change to force TC to rerun.
10 years ago
dogmaphobic
e3267222cb
Adding some Qt version checks
10 years ago
dogmaphobic
fe015311bb
First stab at iOS builds
10 years ago
Don Gagne
87b5ffaa84
Merge pull request #1622 from DonLakeFlyer/CustomCommand
...
Convert to CustomCommandController to FactPanelController
10 years ago
Don Gagne
8e5d1ba50a
Convert to FactPanelController
10 years ago
Don Gagne
af8288363a
Merge pull request #1620 from dogmaphobic/udpFix
...
Move the socket close to the proper thread.
10 years ago
Don Gagne
2306566c0f
Merge pull request #1618 from DonLakeFlyer/Acro
...
Acro switch support
10 years ago
Don Gagne
021e60c46b
Merge pull request #1613 from DonLakeFlyer/SetupQml
...
Setup view converted fully to single Qml view
10 years ago
Don Gagne
3f3405a510
Merge pull request #1619 from DonLakeFlyer/Logging
...
Generate qtlogging.ini in release builds as well
10 years ago
dogmaphobic
66c712e425
Move the socket close to the proper thread.
10 years ago
Don Gagne
8953f3f1eb
Generate qtlogging.ini in release builds as well
10 years ago
Don Gagne
fcbd140147
Add missing includes
...
The problem only shows up on Windows and only if you have built your own
version of Qt. Must be something slightly different with the includes in
that case.
10 years ago
Don Gagne
a9a3c8989b
Fix null pointer init
10 years ago
Don Gagne
aa43275249
Acro switch support
10 years ago
Don Gagne
1eba48c63f
Merge pull request #1616 from DonLakeFlyer/BadPull
...
Remove .exe
10 years ago
Don Gagne
bd14fd33c3
Merge pull request #1617 from DonLakeFlyer/WindowsInstall
...
Juggle .pdb file to keep around
10 years ago
Don Gagne
8dd0f89233
Juggle .pdb file to keep around
10 years ago
Don Gagne
36bc3411fc
Remove
10 years ago
Don Gagne
65b0f7e455
Merge pull request #1615 from DonLakeFlyer/WindowsInstall
...
Keep .pdb files in build directory
10 years ago
Don Gagne
5b5d4a31c6
Keep .pdb files in build directory
10 years ago
Don Gagne
cdd4dbff8b
Merge pull request #1614 from DonLakeFlyer/ReleaseDebug
...
Debug information in windows release builds
10 years ago
Don Gagne
e4111d3c75
Debug information in release builds
10 years ago
Don Gagne
6b4c1533e0
Remove old header
10 years ago
Don Gagne
64095e3850
Add setup pre-req check
10 years ago
Don Gagne
29efb185ad
Expose viewPanel property
10 years ago
Don Gagne
fb31a815d3
Fix missing set of factPanel
10 years ago
Don Gagne
67f3df7d02
Starts always goes to Vehicle Summary
10 years ago
Don Gagne
fb8a050bdd
SetupView converted to Qml only
10 years ago
Lorenz Meier
0577af2e94
Hotfix for sprung-loaded throttles and RC calibration: Enforce correct trim value
10 years ago
Lorenz Meier
e61162c285
Fix UDP link handling on IPV6 systems
10 years ago
Lorenz Meier
57d5f386c2
Fix joystick destruction
10 years ago
Don Gagne
63e37c4a1b
Merge pull request #1611 from DonLakeFlyer/QmlRadioCal
...
Convert RadioCal to Qml
10 years ago
Don Gagne
97039eb68d
Rework RadioCal unit test to Qml RadioCal
10 years ago
Don Gagne
20df7ebf6b
Convert RadioCal to Qml
10 years ago
Don Gagne
85ad9e0974
Merge pull request #1610 from DonLakeFlyer/QGCViewOnComplete
...
completed signaled too early on QGCView
10 years ago
Don Gagne
f8d245d1e0
completed signaled too early
10 years ago
Don Gagne
9876bf57d5
Merge pull request #1609 from DonLakeFlyer/NewRotation
...
Add new rotation
10 years ago
Don Gagne
84c812c694
Merge pull request #1607 from dagar/patch-3
...
basic ubuntu ppa instructions
10 years ago
Don Gagne
37bafa3abd
Add missing rotation
10 years ago
Don Gagne
beb7a6303b
Add new rotation
10 years ago
Daniel Agar
aa7cdcb4a3
basic ubuntu ppa instructions
10 years ago
Don Gagne
5f5c6204c9
Merge pull request #1606 from DonLakeFlyer/FactPanel
...
FactPanel V2 (much better missing parameter handling)
10 years ago
Don Gagne
1856e1cb7e
Return AutoPilotPlugin as QSharedPointer
...
If Facts are referenced from FactPanelController, we need to reference
count the AutoPilotPlugin such that it doesn’t get destroyed until
after the FactPanelController is destroyed.
10 years ago
Don Gagne
d01987c17a
Use null instead of { }
...
{ } generates an empty object
10 years ago