summaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-07Change the default graphic system to raster.James Benton1-0/+1
2012-08-28Combine timeline and histogram tabs.James Benton9-483/+1194
2012-08-22Rename 'Calls' tab to 'Histogram' in profile dialog.James Benton1-1/+1
2012-08-22Change microseconds to use the greek mu symbol.James Benton1-1/+1
2012-08-22Add cpu/gpu label to histograms.James Benton1-1/+7
2012-08-22Add call duration graphs to profile dialog.James Benton5-95/+727
2012-08-22Improve number formatting in profile gui.James Benton4-14/+69
2012-08-22Improve internal format of profile results.James Benton5-48/+87
2012-08-16Improve profiling.James Benton5-297/+472
2012-08-16Add Ctrl+P accelerator for profiling.James Benton1-0/+3
2012-08-16Allow BlockingIO read of profiling results.James Benton1-1/+0
2012-08-10Merge remote-tracking branch 'github/master' into profile-guiJosé Fonseca1-1/+1
2012-08-10Fix initialisation order in TimelineWidget.James Benton1-1/+1
2012-08-10Fix erroneous class Profile forward declaration to struct Profile.James Benton1-1/+1
2012-08-10Fixed profile dialog modality.James Benton1-1/+1
2012-08-09Fix replay trace generating thumbnails.James Benton1-1/+1
2012-08-09Fix ApiTrace::hasErrors to consider queuedErrors.James Benton1-1/+1
2012-08-08Added alt menu shortcuts for View menu.James Benton1-2/+2
2012-08-08Fix divide by zero in profile table sorting.James Benton1-3/+3
2012-08-08Add gui support for trace profiling.James Benton14-25/+1880