summaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)AuthorFilesLines
2014-02-25Merge pull request #231 from lawlove/qapitrace-startnumzackr3-3/+3
2014-02-25qapitrace: minor optimization to findCallIndex()Lawrence L Love1-0/+1
2014-02-21qapitrace: fails to find [CALLNO] in first frameLawrence L Love3-3/+3
2014-02-03qapitrace: Add option to retrace with core profile.Corey Richardson4-1/+62
2014-01-23qapitrace: ignore more supporting files generated by qtcreatorLawrence L Love1-1/+0
2013-10-14gui: Prevent assertion failure on debug builds.José Fonseca1-1/+0
2013-10-14gui: Fix debug build.José Fonseca1-2/+2
2013-10-11gui: fix pixel info on flipped imagesZack Rusin1-0/+5
2013-10-11Implement grouping of calls.Zack Rusin8-84/+227
2013-09-20cmake: Link ${LIBBACKTRACE_LIBRARIES} once.José Fonseca1-1/+0
2013-09-20common: dump backtrace on signalsAlexander Monakov1-0/+1
2013-09-17Rescale the image pixels using the full precision.José Fonseca3-69/+57
2013-09-12gui: make sure that the alpha channel is initializedZack Rusin1-1/+1
2013-09-12gui: show the original pixel values in the surface viewerZack Rusin5-102/+165
2013-09-12ui: Handle float images in dumps.José Fonseca1-5/+12
2013-09-12image: Support reading PFM images.José Fonseca1-5/+8
2013-09-11gui: load image data via the Image class.José Fonseca1-1/+83
2013-09-10gui: Implement a new surface viewerZack Rusin7-28/+714
2013-07-20qapitrace: Add option to replay in singlethreaded modePeter Lohrmann4-1/+69
2013-07-08gui: Allow to edit strings.José Fonseca2-0/+15
2013-05-13gui: Make "Details View" the default pane.Alexander Monakov1-7/+2
2013-05-06Use ids for frames.José Fonseca1-11/+11
2013-05-05Cleanup the backtrace representation.José Fonseca1-18/+12
2013-05-04Backtrace via call detailEugene Velesevich4-0/+75
2013-04-12gui: Fix includes.José Fonseca1-2/+2
2013-04-12qapitrace: Support executing glretrace on a remote target host.Carl Worth5-2/+49
2013-04-11gui: Handle calls stranded between frames gracefully (issue #117).José Fonseca2-10/+13
2013-03-27Add per-directory synopsis.José Fonseca1-0/+1
2013-03-11gui: Link against pthread.Rob Clark1-0/+1
2012-12-09qapitrace: Determine binary dir in run-time.José Fonseca1-1/+6
2012-12-09qapitrace: Adjust PATH only once and for all.José Fonseca5-35/+7
2012-12-09qapitrace: Fix histogram tooltip for profiles with small number of calls.José Fonseca1-2/+2
2012-12-08gui/tracedialog: Don't show warning when user cancel to browse.Alexandr Akulich2-2/+2
2012-12-08gui/mainwindow: Add functions that toggle actions enables and use it.Alexandr Akulich3-44/+49
2012-12-08gui: Fix crash on trigger actions without loaded trace-file.Alexandr Akulich1-0/+6
2012-12-08gui: Small style/usability fixes.Alexandr Akulich1-2/+5
2012-12-07Drop API_D3D10/11.José Fonseca1-3/+1
2012-12-07image: Move image code into its own module.José Fonseca2-3/+9
2012-12-05gui: Drop console on Windows.José Fonseca1-2/+13
2012-11-28gui: Take all state in consideration when determining it is empty.José Fonseca1-1/+4
2012-11-27state: Drop several unused json image members.José Fonseca3-31/+0
2012-11-15gui: Silence unused var warning.José Fonseca1-0/+1
2012-11-14Merge branch 'modules'José Fonseca1-1/+1
2012-11-14Update use/mention of options.José Fonseca1-5/+5
2012-11-13d2d: Make it actually work.José Fonseca1-1/+1
2012-11-10gui: Make FrameDataProvider destructor virtual.José Fonseca1-0/+2
2012-10-27Always use bundled QJson.José Fonseca1-0/+3
2012-10-16Fix GraphView member initialization order to silence gcc warning.José Fonseca1-2/+2
2012-10-03Fix MacOSX build w/ recent Qt due to lack of i386 arch support.José Fonseca1-0/+5
2012-09-07Rewrote profile graph drawing code.James Benton30-2507/+3306