summaryrefslogtreecommitdiff
path: root/gui/saverthread.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-14Actually save the edited calls.Zack Rusin1-1/+1
2011-09-13Implement trace saving.Zack Rusin1-33/+145
2011-08-28Change apiarray to use a qvector instead of a qlistZack Rusin1-1/+1
2011-08-28Switch more places from qlist to qvector.Zack Rusin1-1/+1
2011-08-28Switch list to a vector.Zack Rusin1-1/+1
2011-05-28Make Trace::Writer methods a bit more consistent.José Fonseca1-2/+2
2011-05-28Better naming for bitmask signature.José Fonseca1-8/+8
2011-05-28Unify Call::Signature into FunctionSig.José Fonseca1-4/+4
2011-05-28Unify Struct::Signature into StructSigJosé Fonseca1-5/+5
2011-05-28Turn trace writer into a class.José Fonseca1-39/+39
2011-05-24trace_write -> trace_writerJosé Fonseca1-1/+1
2011-05-07Fully segregate Floats from doubles.José Fonseca1-1/+1
2011-04-23s/TRACE_PATH/TRACE_FILE/José Fonseca1-1/+1
2011-04-19Large chunk of functionality to show errors.Zack Rusin1-1/+1
2011-04-18Fix saving of traces with pointers.Zack Rusin1-4/+4
2011-04-18Lots of various cosmetic changes to the call editing.Zack Rusin1-1/+1
2011-04-18A first working version of saving :)Zack Rusin1-10/+9
2011-04-17Do some initial saving.Zack Rusin1-11/+32
2011-04-17Save the blob.Zack Rusin1-1/+2
2011-04-17Implement a bulk of trace saving.Zack Rusin1-0/+238