summaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)AuthorFilesLines
2015-05-18gui: Remove debug statements.Jose Fonseca1-2/+0
2015-05-01gui: Receive dumps in UBJSON format.Jose Fonseca5-15/+294
2015-03-30gui: Add Save As menu option.Alexander Trukhin3-0/+38
2015-03-14gui: Handle Android retrace in GUI.BogDan Vatra23-96/+2403
2015-03-09cmake: Fix build with ealier Qt 5 versions.José Fonseca1-5/+11
2015-03-09cmake: Re-add top-level dir include.José Fonseca1-0/+1
2015-03-09cmake: Fix CMP0043 violations.José Fonseca1-2/+0
2015-03-09cmake: Set CMAKE_INCLUDE_CURRENT_DIR where appropriate.José Fonseca1-3/+0
2015-03-04gui: Always show microseconds in the profile heat map.Giuseppe D'Angelo1-4/+4
2015-02-12gui: do not run search while trace still loadingTapani Pälli1-2/+8
2015-02-06gui: Add tool tips to surface tabJose Fonseca1-0/+8
2015-02-06gui: Remove redundant createIndex call.Jose Fonseca1-1/+0
2015-02-06retrace,gui: Pass user labels separately from bind point labels.José Fonseca1-2/+16
2015-01-26gui: Display thumbnails only for calls that draw something.Dan McCabe1-1/+1
2015-01-26gui: Create a call set for thumbnails requested.Dan McCabe2-0/+27
2015-01-26gui: Prepare to receive sparse thumbnail data.Dan McCabe7-18/+44
2015-01-26gui: Notify retracer of missing thumbnails to capture.Dan McCabe6-0/+47
2015-01-26gui: Detect and accumulate missing thumbnails.Dan McCabe5-0/+60
2015-01-26gui: Move thumbnails to ApiTraceEvent.Dan McCabe3-14/+29
2015-01-25gui: Don't crash when a error happens in a filtered call.Jose Fonseca1-9/+11
2015-01-25gui: Don't bother pass --db to glretrace.Jose Fonseca1-3/+1
2015-01-14gui: Merge qt-5 branch.José Fonseca6-46/+25
2015-01-06gui: Extend image viewer value range.José Fonseca1-0/+12
2015-01-02gui: Enable console on debug builds.José Fonseca1-10/+10
2014-12-19gui: Remove dead ApiTraceEvent::stateParameters().José Fonseca2-10/+0
2014-12-19gui: Remove ApiTraceEvent::m_hasBinaryData.José Fonseca2-7/+5
2014-12-19gui: Remove ApiTraceEnumSignature.José Fonseca4-95/+19
2014-12-12gui: Increase to 3 decimals on image upper/lower spin boxes.José Fonseca1-0/+6
2014-11-21qapitrace: Don't crash when dragging outside image in viewerChris Forbes1-0/+4
2014-11-15gui: Log command line whenever retracing.José Fonseca2-1/+10
2014-11-12gui: Update www.opengl.org URLs.José Fonseca3-3257/+3257
2014-11-10gui: Use only the file name portion for the temporary edited trace.José Fonseca1-4/+7
2014-10-23gui: Show large vectors/matrices/arrays in multiple rows.José Fonseca1-9/+28
2014-10-23gui: Add a new state tab for buffers.José Fonseca4-0/+47
2014-10-23gui: Right justify list indices so they sort numerically.José Fonseca1-1/+2
2014-10-02cmake: Package/install .PDB files too.José Fonseca1-0/+1
2014-09-26trace: Serialize wide-strings properly.José Fonseca4-0/+21
2014-07-10Merge pull request #282 from urkle/fix_image_savezackr1-2/+19
2014-07-07add simple support to export buffers to disk.Edward Rudd3-0/+66
2014-07-07fix saving image via right click menu in state inspectorEdward Rudd1-2/+19
2014-06-18gui: Avoid temporary std::string by calling QString::fromLatin1 where possible.José Fonseca1-7/+7
2014-05-30gui: Ensure all Retracer::Retracer members are initialized.José Fonseca1-0/+2
2014-05-30gui: Don't crash when double-clicking on non-image rows of Surface tab.José Fonseca1-2/+5
2014-05-23gui: Don't show glPopDebugGroup().José Fonseca1-0/+5
2014-05-23gui: Never filter glPushDebugGroup.José Fonseca1-1/+9
2014-05-22gui: Silence duplicate widget warning.José Fonseca1-1/+1
2014-05-22gui: Generalize from glStringMarkerGREMEDY to all markers.José Fonseca1-4/+4
2014-05-22gui: print the marker string from glStringMarkerGREMEDY directlyVladimir Vukicevic1-33/+44
2014-05-22gui: Tweak thread id presentation.José Fonseca1-4/+7
2014-05-15Display thread id in GUIVladimir Vukicevic2-2/+16