summaryrefslogtreecommitdiff
path: root/gui/apitrace.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-21qapitrace: fails to find [CALLNO] in first frameLawrence L Love1-1/+1
2013-10-11Implement grouping of calls.Zack Rusin1-0/+1
2012-03-27Auto detect the API from the trace.José Fonseca1-0/+6
2012-03-25Remove ApiTrace::FrameMarker.José Fonseca1-12/+0
2012-03-24Pass list of frames by reference.José Fonseca1-1/+1
2012-03-11Display captured snapshots as thumbnails.Dan McCabe1-1/+2
2011-10-07Fix a crash when loading multiple frames at once.Zack Rusin1-0/+2
2011-09-25Skip over filtered calls when searching.Zack Rusin1-8/+30
2011-09-24Delete unused member variableZack Rusin1-1/+0
2011-09-18Delete loadertest and cleanup some of the new api.Zack Rusin1-3/+3
2011-09-14Properly handle and propagate retrace errors.Zack Rusin1-0/+2
2011-09-13Cleanup the code.Zack Rusin1-3/+0
2011-09-13Remove calls and numCalls from the ApiTrace class.Zack Rusin1-2/+0
2011-09-13Implement jump to.Zack Rusin1-1/+4
2011-09-13Implement goto start of the frame and goto end of the frame.Zack Rusin1-0/+6
2011-09-12Implement find next for the on-demand-loaded files.Zack Rusin1-1/+31
2011-09-07Make state lookups with on-demand loading work.Zack Rusin1-1/+5
2011-09-06First working on demand loading!Zack Rusin1-3/+3
2011-09-06Switch the gui to the on-demand-loader.Zack Rusin1-11/+8
2011-08-28Switch list to a vector.Zack Rusin1-2/+2
2011-08-28Share enum signatures.Zack Rusin1-0/+5
2011-08-28Save more memory.Zack Rusin1-3/+3
2011-08-28Share function signatures.Zack Rusin1-0/+4
2011-04-20Fix minor errors in the apitracemodelZack Rusin1-1/+2
2011-04-19more error handling changes.Zack Rusin1-0/+4
2011-04-19Large chunk of functionality to show errors.Zack Rusin1-0/+1
2011-04-18Lots of various cosmetic changes to the call editing.Zack Rusin1-1/+5
2011-04-17Do some initial saving.Zack Rusin1-0/+2
2011-04-17Make sure that the trace knows when it needs saving.Zack Rusin1-0/+6
2011-04-17The trace now knows whether is has been edited.Zack Rusin1-1/+1
2011-04-17Various part now propagate the values.Zack Rusin1-0/+9
2011-04-13Implement state diffing.Zack Rusin1-0/+2
2011-04-12Add a search widget and fix go to.Zack Rusin1-0/+1
2011-03-30Show that we're loading a trace.Zack Rusin1-0/+2
2011-03-30Introduce ApiTrace which encapsulates the data.Zack Rusin1-0/+67