Don Gagne
a45b2e6dda
Merge pull request #1268 from DonLakeFlyer/QGCComboBox
...
QGCComboBox initial implementation
10 years ago
Don Gagne
608c8af1d0
Merge pull request #1267 from DonLakeFlyer/README
...
Fix missing 5.3->5.4 updates
10 years ago
Don Gagne
c283f8406f
Merge pull request #1265 from dogmaphobic/issue1261
...
Fixed issue #1261
10 years ago
Don Gagne
67baa61463
QGCComboBox initial implementation
10 years ago
Don Gagne
fe5a00e42b
Fix missing 5.3->5.4 updates
10 years ago
Don Gagne
4e45e0f4f7
Merge pull request #1264 from DonLakeFlyer/MenuButton
...
Added menu support to QGCButton
10 years ago
Don Gagne
1b1b495e0a
Fix object de-reference crash on deletion
...
Fix for Issue #1255
10 years ago
dogmaphobic
7409141102
Fixed logic where target UDP hosts were using the same local, listening port by default.
...
Also fixed a typo (copy/paste error) in the TCP link settings loading where it was using the UDP port as the default value instead of the TCP port.
10 years ago
Don Gagne
cde3cda1e5
Added menu support to QGCButton
10 years ago
Don Gagne
16cea3064e
Comment for text
10 years ago
Don Gagne
081af596ba
Added progress bar support back
10 years ago
Don Gagne
fd6b895bfe
Merge pull request #1260 from DonLakeFlyer/UIWork
...
Qml Test dialog theme selection support
10 years ago
Don Gagne
92adb4c16b
Merge pull request #1258 from dogmaphobic/linkDelete
...
Cleaning dangling links
10 years ago
Don Gagne
c2c5de2766
Add theme selection
10 years ago
Don Gagne
69cc314142
Move error handling to correct location
10 years ago
Don Gagne
644ac77fd5
Merge pull request #1259 from DonLakeFlyer/Palette
...
Updated palette and QML Controls per ui discussion
10 years ago
Don Gagne
422332935b
Merge pull request #1256 from DonLakeFlyer/Qt5.4
...
Qt 5.4 Upgrade
10 years ago
Don Gagne
95e3c1b5f9
Fact control now use QGC controls as base
10 years ago
Don Gagne
ad5cde3b28
Updated palette and control implementation
10 years ago
dogmaphobic
5fe34d0b1f
Cleaning dangling links
10 years ago
Don Gagne
80a6e84c66
Work around win 8.1 sdk aapi.h problem
10 years ago
Don Gagne
7f686fc1dd
Put back quick widgets module
10 years ago
Don Gagne
b1a9d302a0
Merge pull request #1242 from basil-huber/Fix1241
...
Repaired overwriting current files for flight data log (fix #1241 )
10 years ago
Basil Huber
9134bd06b2
changed criticalMessageBoxOnMainThread(const QString& title, const QString& msg) to QGCMessageBox::warning
10 years ago
Don Gagne
64e8919c9c
Merge pull request #1254 from dogmaphobic/linkManagerTCP
...
Adding TCP to the Link Configuration Manager
10 years ago
Don Gagne
2e85fa8f5a
Merge pull request #1250 from DonLakeFlyer/SerialLink
...
Remove disconnect/re-connect on too many link errors
10 years ago
Don Gagne
1587c6a74f
Deploy qml modules
...
Also fix problem with incorrect symbolic link to plugins
10 years ago
Don Gagne
ce34727ac0
Copy frameworks to correct location
10 years ago
Don Gagne
ff0a81bfdc
Update to Qt 5.4
10 years ago
Don Gagne
ea722c4824
Better error handling
10 years ago
Don Gagne
1cf50225cd
Use latest module versions
10 years ago
Don Gagne
3cc4b36ae0
QMenu doesn't like being embedded in class
...
Switched to new. I’ve seen this before with other Qt classes and have
had to change the usage in the same way.
10 years ago
dogmaphobic
a5c618e7ec
While at it, removing unused interface.
...
I understand the intent when this was first created but nobody is using it and it no longer fits the context. If and when a need to abstract the serial link comes back, we can revisit this.
10 years ago
Don Gagne
a218daeca3
Merge pull request #1253 from DonLakeFlyer/UIDesign
...
Modify UI to fit latest designer sketches
10 years ago
Basil Huber
de65466012
Cleaned up mess from merging
10 years ago
dogmaphobic
e8a2f0736e
Adding TCP to the Link Configuration Manager
10 years ago
Don Gagne
fc01014c18
Modify UI to fit latest designer sketches
10 years ago
Don Gagne
1a6af46576
Merge pull request #1245 from dogmaphobic/messageHandler
...
Message Handler
10 years ago
Don Gagne
d84e7c945d
Merge pull request #1252 from DonLakeFlyer/SetupViewResize
...
Resize setup view to fill space available
10 years ago
Don Gagne
59b32fd7b0
Resize setup view to fill space available
10 years ago
Don Gagne
59aca9627b
Merge pull request #1251 from DonLakeFlyer/CodingStyleFix
...
Use more normal double include ifdef
10 years ago
Don Gagne
e6ab426ff0
Use more normal double include ifdef
10 years ago
Don Gagne
0a5b2fa1ad
Merge pull request #1199 from DonLakeFlyer/CodingStyle
...
Coding style examples
10 years ago
dogmaphobic
6ba5865c8f
Fixing signal/slot connections
...
Removed "Clear Text" context menu from roll down dialog
Fixed "Clear Text" context menu in Info Dialog (renamed to "Clear Messages" in the process)
10 years ago
Don Gagne
256fa44c85
Remove disconnect/re-connect on too many link errors
...
Also converted qDebug statements to logging category
10 years ago
Don Gagne
205184bec5
Updates taking into account feedback
10 years ago
dogmaphobic
7452449027
Renamed classes and files away from the QGC prefix.
...
Shrunk the Message drop down dialog a bit.
Made the Message drop down dialog slightly transparent.
10 years ago
Don Gagne
f6ef676a44
Merge pull request #1243 from DonLakeFlyer/Includes
...
Remove '../' from includes
10 years ago
Basil Huber
9f2c004b6c
Replace QMessageBox::warning by QGCApplication::criticalMessageBoxOnMainThread and removed unnecessary copying action
10 years ago
dogmaphobic
ab294134d2
Merge remote-tracking branch 'origin/master' into messageHandler
10 years ago