summaryrefslogtreecommitdiff
path: root/gui/mainwindow.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-01gui: Add checkboxes for alpha/opaque in surfaces view.Martin Schulze1-0/+3
2016-03-21gui: Use QTextBrowser instead of QWebView.Jose Fonseca1-1/+0
2016-03-05gui: clang-modernize.Jose Fonseca1-1/+1
2016-01-22gui: Show leaks.Jose Fonseca1-0/+2
2015-11-10gui: Refuse to open non-seekable (ie, non-Snappy) traces.Jose Fonseca1-0/+1
2015-11-04gui: Cleanup surface parsing.Martin Schulze1-0/+4
2015-05-20common,cli,wrappers,retrace,gui: Use #pragma once.Jose Fonseca1-5/+1
2015-03-30gui: Add Save As menu option.Alexander Trukhin1-0/+1
2015-03-14gui: Handle Android retrace in GUI.BogDan Vatra1-1/+11
2015-01-26gui: Prepare to receive sparse thumbnail data.Dan McCabe1-1/+1
2015-01-26gui: Notify retracer of missing thumbnails to capture.Dan McCabe1-0/+2
2014-07-07add simple support to export buffers to disk.Edward Rudd1-0/+1
2013-04-12qapitrace: Support executing glretrace on a remote target host.Carl Worth1-0/+2
2012-12-08gui/mainwindow: Add functions that toggle actions enables and use it.Alexandr Akulich1-0/+1
2012-08-08Add gui support for trace profiling.James Benton1-0/+9
2012-04-11Add trim support to qapitrace GUI app.Dan McCabe1-0/+9
2012-03-28Show important retrace messages long enough to read.José Fonseca1-1/+1
2012-03-24Merge branch 'gui-thumbnails'José Fonseca1-2/+6
2012-03-24Make thumbnailing an non-automatic action.José Fonseca1-0/+1
2012-03-24Removed unused copy of thumbnails.José Fonseca1-2/+0
2012-03-17Lookup call state on double-click.José Fonseca1-0/+1
2012-03-11Display captured snapshots as thumbnails.Dan McCabe1-1/+1
2012-03-11Capture snapshot stream in anticipation of displaying thumbnails.Dan McCabe1-1/+6
2011-11-27Allow to retrace with EGL too.José Fonseca1-0/+3
2011-11-27Allow to specify an initial call no in the qapitrace command line.José Fonseca1-1/+2
2011-09-25Skip over filtered calls when searching.Zack Rusin1-1/+2
2011-09-14Properly handle and propagate retrace errors.Zack Rusin1-2/+2
2011-09-13Implement jump to.Zack Rusin1-0/+1
2011-09-13Implement goto start of the frame and goto end of the frame.Zack Rusin1-0/+2
2011-09-12Implement find next for the on-demand-loaded files.Zack Rusin1-0/+12
2011-09-06Switch the gui to the on-demand-loader.Zack Rusin1-0/+1
2011-08-28Reduce the size of ApiTraceCall, ApiTraceEvent and ApiTraceFrameZack Rusin1-1/+1
2011-06-20Allow saving of surface snapshots to png's.Zack Rusin1-0/+1
2011-05-04quiet clang warning about mismatched typesBob Kuehne1-1/+1
2011-04-27Don't hide the state dock while looking up the defaults.Zack Rusin1-0/+2
2011-04-23Show the call for which the surface we're displaying.Zack Rusin1-0/+1
2011-04-23Allow opening multiple images.Zack Rusin1-3/+0
2011-04-19Go to the selected error.Zack Rusin1-0/+2
2011-04-19Large chunk of showing the replay errors.Zack Rusin1-0/+2
2011-04-19more error handling changes.Zack Rusin1-0/+2
2011-04-18Implement an edit menu.Zack Rusin1-0/+3
2011-04-18Lots of various cosmetic changes to the call editing.Zack Rusin1-0/+2
2011-04-17the filename is stored in the traceZack Rusin1-2/+0
2011-04-15Make the editor a dialog.Zack Rusin1-0/+2
2011-04-15Start working on trace editingZack Rusin1-0/+3
2011-04-13Implement state diffing.Zack Rusin1-0/+1
2011-04-13Implement showing only of events specified by a regexp.Zack Rusin1-3/+0
2011-04-12Add a search widget and fix go to.Zack Rusin1-0/+5
2011-04-11Implement tracing from the ui.Zack Rusin1-0/+5
2011-04-11Implement jumping to a specific call.Zack Rusin1-0/+5