summaryrefslogtreecommitdiff
path: root/gui/traceloader.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-19gui: Remove ApiTraceEnumSignature.José Fonseca1-18/+0
2014-05-15qapitrace: merge duplicate logic in TraceLoaderLawrence L Love1-115/+160
2014-05-10qapitrace: startup load of trace fails with groupsLawrence L Love1-3/+2
2014-05-02qapitrace: issue #218 crashes on glPopDebugGroupLawrence L Love1-4/+5
2014-03-27Revert "qapitrace: fix an inline string FIXME request"José Fonseca1-5/+8
2014-03-27qapitrace: fix an inline string FIXME requestLawrence L Love1-8/+5
2014-02-25qapitrace: minor optimization to findCallIndex()Lawrence L Love1-0/+1
2013-10-14gui: Fix debug build.José Fonseca1-2/+2
2013-10-11Implement grouping of calls.Zack Rusin1-19/+70
2013-04-11gui: Handle calls stranded between frames gracefully (issue #117).José Fonseca1-9/+12
2012-03-27Auto detect the API from the trace.José Fonseca1-0/+1
2012-03-25Remove ApiTrace::FrameMarker.José Fonseca1-34/+4
2012-03-22Fix size comparisons in traceloader.cpp.José Fonseca1-2/+2
2011-10-27Lower case namespaces.José Fonseca1-14/+14
2011-09-25Skip over filtered calls when searching.Zack Rusin1-15/+24
2011-09-24Make sure we reset the state when loading another trace fileZack Rusin1-1/+10
2011-09-21Remove some extra debugging output.Zack Rusin1-2/+1
2011-09-21Make sure that the loader deletes the signatures.Zack Rusin1-0/+2
2011-09-19Fix silly typoZack Rusin1-1/+1
2011-09-19If a frame has already been loaded don't do it again.Zack Rusin1-2/+11
2011-09-18Delete loadertest and cleanup some of the new api.Zack Rusin1-4/+4
2011-09-14Fix and cleanup state lookups on frames.Zack Rusin1-0/+1
2011-09-13Implement jump to.Zack Rusin1-0/+16
2011-09-13Implement goto start of the frame and goto end of the frame.Zack Rusin1-0/+12
2011-09-13Implement find prev.Zack Rusin1-0/+61
2011-09-12Implement find next for the on-demand-loaded files.Zack Rusin1-43/+124
2011-09-11Encapsulate on parser state in structure.José Fonseca1-23/+16
2011-09-06First working on demand loading!Zack Rusin1-7/+27
2011-09-06Fix indention.Zack Rusin1-147/+147
2011-09-06Load the last few calls.Zack Rusin1-8/+5
2011-09-06Switch the gui to the on-demand-loader.Zack Rusin1-9/+41
2011-09-06Implement an incremental on demand loader for the gui.Zack Rusin1-0/+273