- Nov 25, 2014
- Nov 24, 2014
-
-
Don Gagne authored
Using QFileDialog directly on OS X can hang intermittently due to Qt bug.
-
Don Gagne authored
- Logging now always on to temp file - User prompted to save temp file after disconnect - Orphaned temp logs checked for on boot - Logs saved to new save file location - Log file starts/stops with first and last connnection
-
- Jun 27, 2014
-
-
Bryant Mairs authored
-
- Jun 10, 2014
-
-
Bryant Mairs authored
In the logplayer, the data stream is read ahead for messages, which is used to determine the size of the output bytearrays. Previously, this wasn't done correctly resulting in non-ideal behavior. Now, the next message is scanned properly, so the only bytearrays that are emitted from QGCMAVLinkLogPlayer are MAVLink messages in their entirety. This also has the benefit of skipping invalid/corrupted messages in the log that's being played back.
-
- May 25, 2014
-
-
Don Gagne authored
-
- May 06, 2014
-
-
Bryant Mairs authored
Previously MAVLink data streams recorded by QGC would use a fixed block size of the maximum MAVLink message length and fill in only the bytes written by the message. This wasted space, make manual parsing difficult, and broke compatibility with scripts provided in the MAVLink project (issue #174). This patch alters logging to output only a packed data stream (64-bit big endian unix timestamp in microseconds since epoch + MAVLink message) instead of the unpacked data stream previously output. Additionally the previous logging code used the system endianness for packing in the timestamp, this has now been switched to always be big endian regardless of platform. All the documentation specifies big endian, so the code now follows the docs here. Additionally data playback has been modified to playback both the new packed data streams as well as the old data streams, even those with improper endianness for their timestamps. Finally, a variety of bugs have been fixed, along with some additional features and user experience changes, hopefully for the better. All existing functionality has been preserved as well.
-
- May 31, 2013
-
-
Bryant authored
-
- May 25, 2013
-
-
Lorenz Meier authored
-
- May 05, 2013
-
-
Lorenz Meier authored
-
- May 02, 2013
-
-
Lorenz Meier authored
-
- Apr 29, 2013
-
-
Lorenz Meier authored
-
- Apr 23, 2013
-
-
Lorenz Meier authored
-
- Apr 18, 2013
-
-
Lorenz Meier authored
-
- Apr 17, 2013
-
-
Christopher Hrabia authored
and reuse it when loading or saving new log files
-
- Aug 08, 2012
-
-
Jessica authored
-
- Jul 25, 2012
-
-
Jessica authored
-
- Jan 09, 2012
-
-
LM authored
-
- Sep 12, 2011
-
-
pixhawk authored
-
- Sep 11, 2011
-
-
lm authored
-
- Jul 21, 2011
-
-
LM authored
-
- Mar 30, 2011
-
-
James Goppert authored
-
- Jan 22, 2011
- Jan 20, 2011
-
-
pixhawk authored
-
- Jan 19, 2011
-
-
pixhawk authored
-
- Jan 10, 2011
-
-
lm authored
-
- Jan 09, 2011
- Jan 08, 2011
-
-
pixhawk authored
Added not yet working version of logging / log replay, fixed ALL bugs in main window, enabled full persistence in main window and serial link.
-