Message ID | 20190515190911.20755-1-ykaradzhov@vmware.com (mailing list archive) |
---|---|
Headers | show |
Series | Various modifications and fixes toward KS 1.0 | expand |
On Wed, May 15, 2019 at 10:11 PM Yordan Karadzhov <ykaradzhov@vmware.com> wrote: > > The patch-set contains patches that have been sent already, > but have not been pushed due to various reasons. The last > two patch are fixes of bugs that have been found recently. > > > Yordan Karadzhov (6): > kernel-shark: Remove hard-coded install paths > kernel-shark: Use XDG compliant path when saving cached data > kernel-shark: Enforce update of the OpenGL widget when loading new > session > kernel-shark: Add "Report bug" button to "Help" > kernel-shark: Improve the appearance on high screen resolution > kernel-shark: Handle the case when the marker points to a filtered > entry > > kernel-shark/CMakeLists.txt | 8 ++++-- > kernel-shark/build/deff.h.cmake | 3 ++ > kernel-shark/build/ks.desktop.cmake | 4 +-- > kernel-shark/src/CMakeLists.txt | 19 +++++++------ > kernel-shark/src/KsDualMarker.cpp | 9 ++++++ > kernel-shark/src/KsGLWidget.cpp | 24 +++++++++------- > kernel-shark/src/KsGLWidget.hpp | 5 +++- > kernel-shark/src/KsMainWindow.cpp | 22 ++++++++++++--- > kernel-shark/src/KsMainWindow.hpp | 4 +++ > kernel-shark/src/KsPlotTools.cpp | 37 +++++++++++++++++++++++-- > kernel-shark/src/KsPlotTools.hpp | 11 +++++++- > kernel-shark/src/KsTraceGraph.cpp | 2 ++ > kernel-shark/src/KsTraceViewer.cpp | 22 +++++++++------ > kernel-shark/src/KsUtils.cpp | 4 +-- > kernel-shark/src/plugins/CMakeLists.txt | 3 +- > 15 files changed, 134 insertions(+), 43 deletions(-) All the new patches looks good to me. Reviewed-by: Slavomir Kaslev <kaslevs@vmware.com> Thanks! -- Slavi
On Thu, 16 May 2019 13:42:41 +0000 Slavomir Kaslev <kaslevs@vmware.com> wrote: > All the new patches looks good to me. > > Reviewed-by: Slavomir Kaslev <kaslevs@vmware.com> Thanks Yordan and Slavomir! I'm applying these patches. Although, it appears I already had patches 3 and 4 applied. -- Steve