summaryrefslogtreecommitdiff
path: root/src/analyze
AgeCommit message (Expand)AuthorFilesLines
2018-12-13Fix GUI build (MSVS2017 + QWT trunk sources).Kurinnoi Mikhail2-0/+2
2018-05-18Update versions for P3 deliveryAleksei Vereshchagin1-2/+4
2018-05-08File|Close menu item removed because it generally duplicated the functionalit...Alexey Chernobaev2-7/+0
2018-04-12fixed stack overflow in case of too big flame graphs (now the maximum depth o...Alexey Chernobaev2-25/+110
2018-04-04fix build on LinuxAlexey Chernobaev3-5/+10
2018-04-04fixing build errors in some environments (Qt 5.11.0 MSVC2017 64bit, Release b...Alexey Chernobaev4-55/+79
2018-04-03"Samsung Electronics Co." - added " Co."Alexey Chernobaev1-2/+2
2018-04-03- 'quick_exit' called on closing the application to avoid possible crashes in...Alexey Chernobaev2-14/+32
2018-04-03show "Nothing to display" if chart is empty to avoid user frustration (QWT)Alexey Chernobaev6-31/+95
2018-04-02some tricks for flame graph:Alexey Chernobaev8-16/+87
2018-03-30more possible build options (use / don't use such libraries as QWT, KChart, T...Alexey Chernobaev4-8/+15
2018-03-30about dialog text changedAlexey Chernobaev2-20/+28
2018-03-30ThreadWeaver library (helper for multithreaded programming) use in heaptrack_...Alexey Chernobaev2-10/+16
2018-03-28minor Linux fixesAlexey Chernobaev4-12/+24
2018-03-28saving and restoring main window position and sizeAlexey Chernobaev2-16/+27
2018-03-28better quality when saving charts to JPEG (Qwt)Alexey Chernobaev1-1/+1
2018-03-28conditional "rebranding" from Heaptrack to Tizen Memory Profiler (controlled ...Alexey Chernobaev8-30/+64
2018-03-28minor fixAlexey Chernobaev1-0/+1
2018-03-28about dialog improvedAlexey Chernobaev2-12/+25
2018-03-28about dialog corrected, application icon added (Windows)Alexey Chernobaev4-4/+22
2018-03-28using boost::iostreams::newline_filter to fix possible new line issues when r...Alexey Chernobaev1-0/+2
2018-03-27save charts to files fix (QWT)Alexey Chernobaev1-2/+2
2018-03-27saving and restoring chart options (QWT)Alexey Chernobaev3-7/+48
2018-03-27AboutData class addedAlexey Chernobaev4-5/+45
2018-03-26minor fixesAlexey Chernobaev4-3/+4
2018-03-26open file dialog added for selecting a profile data file and an optional "com...Alexey Chernobaev5-29/+104
2018-03-26about dialog added (NO_K_LIB mode) - need to change the dialog text!Alexey Chernobaev6-6/+156
2018-03-26minor fixAlexey Chernobaev1-0/+1
2018-03-26automatically detect the size of help window for charts (QWT)Alexey Chernobaev1-5/+11
2018-03-25minor fix to be able to build without QWTAlexey Chernobaev3-4/+4
2018-03-25added a context menu to histogram (QWT)Alexey Chernobaev16-123/+330
2018-03-23refactoring to prepare adding a context menu to histogram (QWT)Alexey Chernobaev6-177/+318
2018-03-23fix file name suffix when exporting charts to files on Linux (QWT)Alexey Chernobaev1-2/+22
2018-03-22help window for charts (QWT) added; export charts (QWT) to files implementedAlexey Chernobaev6-35/+197
2018-03-20"Show Unresolved" and "Show Curve Borders" options implemented for charts, to...Alexey Chernobaev5-49/+107
2018-03-19charts tooltips improved (QWT)Alexey Chernobaev7-30/+186
2018-03-16implementing tooltips for histograms (QWT), in progressAlexey Chernobaev2-3/+43
2018-03-16chart tooltips improvements, other minor fixesAlexey Chernobaev4-23/+34
2018-03-15minor fixesAlexey Chernobaev3-6/+15
2018-03-15tooltips implemented for charts (if using QWT) - except histogramAlexey Chernobaev7-87/+228
2018-03-15histogram (QWT) improved (correct x-scale labels, total data shown, etc); ref...Alexey Chernobaev4-28/+76
2018-03-14histogram y-axes scale fixedAlexey Chernobaev2-51/+8
2018-03-14allocation histogram added (in progress)Alexey Chernobaev10-38/+270
2018-03-13charts panning enabled (QWT)Alexey Chernobaev3-7/+38
2018-03-12bug fix in the chart tracker text (wrong y-value) - if using QWT chartsAlexey Chernobaev1-1/+3
2018-03-12QWT charts zooming enabled; refactoringAlexey Chernobaev4-227/+372
2018-03-12fix QWT plot legend on LinuxAlexey Chernobaev1-5/+0
2018-03-11fix for Qt below 5.10Alexey Chernobaev1-3/+3
2018-03-11handling shortcuts manually in the context menu of ChartWidgetAlexey Chernobaev3-10/+51
2018-03-11context menu added to charts (QWT) to allow users changing some optionsAlexey Chernobaev3-31/+181