linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Various modifications and fixes toward KS 1.0
@ 2019-05-15 19:09 Yordan Karadzhov
  2019-05-15 19:09 ` [PATCH 1/6] kernel-shark: Remove hard-coded install paths Yordan Karadzhov
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Yordan Karadzhov @ 2019-05-15 19:09 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel, y.karadz, Yordan Karadzhov

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(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-05-21 13:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-15 19:09 [PATCH 0/6] Various modifications and fixes toward KS 1.0 Yordan Karadzhov
2019-05-15 19:09 ` [PATCH 1/6] kernel-shark: Remove hard-coded install paths Yordan Karadzhov
2019-05-15 19:09 ` [PATCH 2/6] kernel-shark: Use XDG compliant path when saving cached data Yordan Karadzhov
2019-05-15 19:09 ` [PATCH 3/6] kernel-shark: Enforce update of the OpenGL widget when loading new session Yordan Karadzhov
2019-05-15 19:09 ` [PATCH 4/6] kernel-shark: Add "Report bug" button to "Help" Yordan Karadzhov
2019-05-15 19:09 ` [PATCH 5/6] kernel-shark: Improve the appearance on high screen resolution Yordan Karadzhov
2019-05-15 19:09 ` [PATCH 6/6] kernel-shark: Handle the case when the marker points to a filtered entry Yordan Karadzhov
2019-05-16 13:42 ` [PATCH 0/6] Various modifications and fixes toward KS 1.0 Slavomir Kaslev
2019-05-21 13:59   ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).