Message ID | 20181101214512.18684-1-ykaradzhov@vmware.com (mailing list archive) |
---|---|
Headers | show |
Series | This series of patches contains various independent | expand |
On Thu, 1 Nov 2018 21:45:36 +0000 Yordan Karadzhov <ykaradzhov@vmware.com> wrote: > Yordan Karadzhov (8): > kernel-shark-qt: Free all collections when closing the trace file. > kernel-shark-qt: Fix potential memory leak when searching in > collections > kernel-shark-qt: Put error messages always on top > kernel-shark-qt: Fix bug when loading the Dual Marker > kernel-shark-qt: Fix bug when loading plugins from session > kernel-shark-qt: Fix bug when resizing the KS window for session > kernel-shark-qt: Change the color convention of the task graphs > kernel-shark-qt: Remove duplicate code in KsWidgetsLib.cpp > > kernel-shark-qt/examples/dataplot.cpp | 30 +++-- > kernel-shark-qt/src/KsGLWidget.cpp | 15 ++- > kernel-shark-qt/src/KsGLWidget.hpp | 2 + > kernel-shark-qt/src/KsMainWindow.cpp | 12 +- > kernel-shark-qt/src/KsMainWindow.hpp | 10 +- > kernel-shark-qt/src/KsPlotTools.cpp | 152 ++++++++++++++++---------- > kernel-shark-qt/src/KsPlotTools.hpp | 45 ++++++-- > kernel-shark-qt/src/KsSession.cpp | 46 +++++--- > kernel-shark-qt/src/KsSession.hpp | 4 +- > kernel-shark-qt/src/KsWidgetsLib.cpp | 28 ++--- > kernel-shark-qt/src/libkshark-model.c | 8 +- > kernel-shark-qt/src/libkshark.c | 7 ++ > 12 files changed, 233 insertions(+), 126 deletions(-) > Pull. Thanks Yordan! -- Steve