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
dogmaphobic
16e40be2ed
Added drop down message widget
10 years ago
Basil Huber
148440d0f5
Changed text in error message
...
Added to ". Please provide a different file name to save to." to the error dialog
10 years ago
Don Gagne
fa5acc41af
Remove '../' from includes
10 years ago
Basil Huber
c7ff431e99
Repaired overwriting current files for flight data log ( fix #1241 )
...
changed QGCApplication::saveTempFlightDataLogOnMainThread(QString tempLogfile) to enable overwriting files
existing file is removed before saving file (QFile::copy cannot overwrite files)
10 years ago
Don Gagne
47c0d51fe9
Merge pull request #1202 from dogmaphobic/testQML
...
Reworking the layout of the "Return Home" Safety Dialog.
10 years ago
dogmaphobic
54b76f930b
Changing from NAV_DLL_N to COM_DL_LOSS_T for determining data link loss (telemetry).
10 years ago
dogmaphobic
b35962d11a
Merge branch 'master' into testQML
10 years ago
Don Gagne
4de3a9406b
Merge pull request #1240 from basil-huber/videoDownlinkSaving
...
Repaired feature to save images from video downlink (fixes #1239 )
10 years ago
Don Gagne
3fef8e4def
Merge pull request #1232 from DonLakeFlyer/FirmwareUpgrade
...
Convert Firmware Upgrade to QML
10 years ago
Basil Huber
8427525470
Replaced tab by 4 spaces (in src/ui/HUD.cc)
10 years ago
Don Gagne
c51c5688ed
Merge pull request #1234 from dogmaphobic/linkManager
...
Link Configuration Management
10 years ago
Basil Huber
8e45fe8572
Repaired feature to save images from video downlink ( fixes #1239 )
...
problem:
in src/ui$/HUD.cc copyImage(UASInterface* u): u->getImage() was called twice. The first called already erased the buffer.
changes:
src/ui/HUD.cc: copyImage(UASInterface* u): instead of getting the image a second time, we take the one we already fetched
10 years ago
dogmaphobic
e0d94b4dea
Fixing asynchronous issue with link disconnect.
...
I noticed that some times, the disconnect signal would get to the updateConnect button (tool bar) before the link was physically disconnected. That would cause it to count it as a still connected link and get the connect button logic out of sync.
While at it, added an interface to the UDP link to return its configuration instance. That allows the LinkManager to unlink it when disconnecting it.
10 years ago