Alessio Morale
80169e998f
OP-1395 - Handles and unpack multiple uavos in single Debug Log Slot, default interval set to 500ms,
2014-07-08 02:51:50 +02:00
m_thread
f95e6833e3
OP-1245 Uncrustify
2014-03-20 22:59:27 +01:00
m_thread
77f9294548
OP-1245 Changed the code that saves the logging metadata for all objects and DebugLogSettings object.
2014-03-20 22:58:09 +01:00
m_thread
b508c7dc96
OP-1245 Re-factored saving to board. Added code to save more things.
2014-03-20 17:02:44 +01:00
m_thread
838d8dd15f
OP-1245 Added code to update and store meta data on the board.
2014-03-20 14:10:16 +01:00
m_thread
a327d49049
OP-1245 Added code to read current log settings from uavos.
2014-03-19 17:08:33 +01:00
m_thread
1dae98a378
OP-1245 Added code to load settings from xml file.
2014-03-15 13:57:28 +01:00
m_thread
41865d5e78
OP-1245 Added functionality to save settings as xml file.
2014-03-09 13:15:17 +01:00
m_thread
4db48b7a5e
OP-1245 Uncrustify
2014-03-09 10:41:21 +01:00
m_thread
d25eb01583
OP-1245 Added separate spinbox for period when throttled or periodically is chosen.
...
Added empty placeholder methods for some functions.
2014-03-08 17:28:46 +01:00
m_thread
cbe4eea01e
OP-1245 Added buttons and combobox to the logging settings panel.
2014-03-08 13:47:41 +01:00
m_thread
4f6d680810
OP-1245 Added check for board connected to enable disable controls. This function is only available for Revolution board at this point.
2014-03-08 12:14:19 +01:00
m_thread
4209f1d6b5
Merge remote-tracking branch 'origin/next' into thread/OP-1245_FlightLog_Configuration_And_Control_GUI
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2014-03-08 10:50:32 +01:00
m_thread
fe36fbf927
OP-1245 Added debuglog settings combo editor and databinding between C++ and qml.
2014-03-07 18:06:50 +01:00
m_thread
e533215786
OP-1245 Added debuglog settings wrapper and GUI.
2014-03-06 23:30:55 +01:00
m_thread
0c61fd35c8
OP-1245 Added table with UAVOs. Re-factored some UAVObject code.
2014-03-06 00:41:48 +01:00
Corvus Corax
30e0c9f6c1
somone forgot uncrustification again
2013-12-07 23:28:25 +01:00
Fredrik Arvidsson
2d3683d511
OP-1119 Added option to base log flight time on the time when log started, not when the board was booted.
2013-12-01 21:22:58 +01:00
Fredrik Arvidsson
38f7d9b28e
OP-1119 Minor fixes
2013-11-30 16:54:18 +01:00
Fredrik Arvidsson
74ad0fd40a
OP-1119 Added cancel functionality on download. Added soem more gui update logic.
2013-11-30 13:02:52 +01:00
Fredrik Arvidsson
a3c555f8bb
OP-1119 Fixed support for saving multiple flights when saving logs to .opl format.
2013-11-30 11:44:55 +01:00
m_thread
d14044431e
OP-1119 WIP export of logs to .opl file
2013-11-27 16:07:34 +01:00
m_thread
bc9bbebfdf
OP-1119 Starting to implement the export functionality. Aiming to do it so it is compatible with the standard .opl file format and replayable in the logging plugin.
2013-11-26 23:45:38 +01:00
m_thread
144b2c587d
OP-1119 Added real-time updates of the flights combobox. Added some cleanup code.
2013-11-26 22:52:24 +01:00
m_thread
7bb127445d
OP-1119 Added some progress indication with cursors and disabling of controls during operation.
2013-11-26 17:00:01 +01:00
m_thread
5738a87141
OP-1119 Added code to format log flash on flight controller
2013-11-26 16:22:44 +01:00
m_thread
8054cd5296
OP-1119 Code cleanup and more uncrustification
2013-11-26 16:06:12 +01:00
m_thread
a11d98aa0d
OP-1119 Uncrustify
2013-11-26 15:42:49 +01:00
m_thread
3f3245b749
OP-1119 Added some mem management improvements
2013-11-26 15:25:27 +01:00
m_thread
daf589d9ce
OP-1119 Added Functions.js to host functions needed in qml.
...
Added de-serialization of UAVDataObjects in table.
Started to clean up memory management tasks in code.
2013-11-25 17:58:29 +01:00
m_thread
00d710a324
OP-1119 Downloading from firmware now works. Added columns for log data and some table formatting quirks.
2013-11-25 14:59:23 +01:00
Fredrik Arvidsson
d41f99aca8
OP-1119 Bug fixin
2013-11-24 21:47:57 +01:00
Fredrik Arvidsson
71ec5a9a64
OP-1119 Added helper class for synchronous uavo stuff. Added code for retrieval of flight side logs.
2013-11-24 17:50:07 +01:00
m_thread
077c2b0921
OP-1119 Changed from ListView to TableView. Starting to implement the log entry population and retrieveng code.
2013-11-21 18:07:48 +01:00
Fredrik Arvidsson
72d1744676
OP-1119 More gui
2013-11-20 21:08:26 +01:00
m_thread
e42c53de74
OP-1119 Added QmlProperty to handle list of log events downloaded from board.
2013-11-20 16:24:57 +01:00
m_thread
2191acd22f
OP-1119 Adding dialog and qml
2013-11-20 12:24:34 +01:00
Fredrik Arvidsson
1b33f48048
OP-1119 Some glue code between qml and c++
2013-11-20 00:07:04 +01:00
m_thread
04f4083d4d
OP-1119 Minor change
2013-11-19 22:00:16 +01:00
Fredrik Arvidsson
a4d302bcc7
OP-1119 Adding some more boilerplate code.
2013-11-19 07:39:52 +01:00