linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] The right click of the button deselects the marker
@ 2019-02-12 17:03 Yordan Karadzhov
  2019-02-12 17:03 ` [PATCH 1/5] kernel-shark: Customize the marker switching button Yordan Karadzhov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Yordan Karadzhov @ 2019-02-12 17:03 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel, Yordan Karadzhov

This series of patches implements the feature requested in
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=202327


Yordan Karadzhov (5):
  kernel-shark: Customize the marker switching button
  kernel-shark: Define a method in View for selecting the Passive marker
  kernel-shark: Define KS_NO_ROW_SELECTED as a negative row index (-1)
  kernel-shark-qt: Do marker-deselect by right mouse click of the button
  kernel-shark: Rename the method for deselecting the Active marker.

 kernel-shark/src/KsDualMarker.cpp  | 21 ++++++++++++++
 kernel-shark/src/KsDualMarker.hpp  | 46 ++++++++++++++++++++++++++++--
 kernel-shark/src/KsMainWindow.cpp  | 38 +++++++++++++++++++++---
 kernel-shark/src/KsMainWindow.hpp  |  6 +++-
 kernel-shark/src/KsModels.cpp      |  8 +++---
 kernel-shark/src/KsModels.hpp      |  3 ++
 kernel-shark/src/KsTraceViewer.cpp | 22 ++++++++++++--
 kernel-shark/src/KsTraceViewer.hpp |  2 ++
 8 files changed, 132 insertions(+), 14 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2019-02-13 14:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-12 17:03 [PATCH 0/5] The right click of the button deselects the marker Yordan Karadzhov
2019-02-12 17:03 ` [PATCH 1/5] kernel-shark: Customize the marker switching button Yordan Karadzhov
2019-02-12 17:03 ` [PATCH 2/5] kernel-shark: Define a method in View for selecting the Passive marker Yordan Karadzhov
2019-02-12 17:04 ` [PATCH 3/5] kernel-shark: Define KS_NO_ROW_SELECTED as a negative row index (-1) Yordan Karadzhov
2019-02-12 17:04 ` [PATCH 4/5] kernel-shark-qt: Do marker-deselect by right mouse click of the button Yordan Karadzhov
2019-02-12 17:04 ` [PATCH 5/5] kernel-shark: Rename the method for deselecting the Active marker Yordan Karadzhov
2019-02-13 14:41 ` [PATCH 0/5] The right click of the button deselects the marker 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).