summaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)AuthorFilesLines
2011-10-07Fix a crash when loading multiple frames at once.Zack Rusin2-6/+20
2011-09-27Deep copy the blob data.Zack Rusin1-10/+1
2011-09-27Fix multi line strings inside array arguments on the call details pane.José Fonseca2-8/+8
2011-09-26Show a warning box if astyle isn't installed and indent was activated.Zack Rusin1-0/+6
2011-09-26Ignore qapitrace.qrc.dependsJosé Fonseca1-0/+1
2011-09-25Skip over filtered calls when searching.Zack Rusin7-55/+116
2011-09-24Add an option to indent the glsl code in the shader viewer.Zack Rusin2-2/+45
2011-09-24Add a custom filter to the event view.Zack Rusin4-37/+129
2011-09-24Make sure we reset the state when loading another trace fileZack Rusin3-2/+12
2011-09-24Delete unused member variableZack Rusin1-1/+0
2011-09-24Cleanup the default size computation for the surface viewer.Zack Rusin3-3/+28
2011-09-21Remove unused files.Zack Rusin2-156/+0
2011-09-21Remove some extra debugging output.Zack Rusin1-2/+1
2011-09-21Merge branch 'on-demand-loading'Zack Rusin18-430/+1669
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-19Always add calls for last frame.José Fonseca1-7/+2
2011-09-19Cleanup some of the code.Zack Rusin2-44/+65
2011-09-18Delete loadertest and cleanup some of the new api.Zack Rusin7-37/+36
2011-09-15Show thumbnail of the color buffer in tooltips.Zack Rusin3-15/+64
2011-09-14Fix and cleanup state lookups on frames.Zack Rusin5-6/+36
2011-09-14Show number of calls per frame.Zack Rusin1-9/+11
2011-09-14Properly handle and propagate retrace errors.Zack Rusin8-49/+83
2011-09-14Actually save the edited calls.Zack Rusin1-1/+1
2011-09-14Remove unused callIndex methods.Zack Rusin4-14/+0
2011-09-13Implement trace saving.Zack Rusin3-39/+154
2011-09-13Cleanup the code.Zack Rusin4-57/+12
2011-09-13Remove calls and numCalls from the ApiTrace class.Zack Rusin2-12/+0
2011-09-13Implement jump to.Zack Rusin8-5/+93
2011-09-13Implement goto start of the frame and goto end of the frame.Zack Rusin6-31/+109
2011-09-13Implement find prev.Zack Rusin3-1/+68
2011-09-12Implement find next for the on-demand-loaded files.Zack Rusin9-146/+452
2011-09-11Encapsulate on parser state in structure.José Fonseca2-30/+22
2011-09-07Make state lookups with on-demand loading work.Zack Rusin4-9/+39
2011-09-06First working on demand loading!Zack Rusin8-29/+109
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 Rusin10-82/+122
2011-09-06Implement an incremental on demand loader for the gui.Zack Rusin6-2/+373
2011-09-01Ensure that calls for traces with a single frame are shown.José Fonseca1-0/+4
2011-09-01Don't (de)serialize mirror images.José Fonseca1-1/+0
2011-08-28nasty hack, but for now we need to keep the pointersZack Rusin1-0/+1
2011-08-28Change apiarray to use a qvector instead of a qlistZack Rusin5-15/+16
2011-08-28Switch more places from qlist to qvector.Zack Rusin5-23/+25
2011-08-28Switch list to a vector.Zack Rusin8-19/+39
2011-08-28Fix a silly mistake.Zack Rusin1-1/+1
2011-08-28Share enum signatures.Zack Rusin4-16/+77
2011-08-28Save more memory.Zack Rusin3-10/+15
2011-08-28Reduce the size of ApiTraceCall, ApiTraceEvent and ApiTraceFrameZack Rusin9-33/+46