linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yordan Karadzhov <ykaradzhov@vmware.com>
To: rostedt@goodmis.org
Cc: linux-trace-devel@vger.kernel.org,
	Yordan Karadzhov <ykaradzhov@vmware.com>
Subject: [PATCH 0/5] The right click of the button deselects the marker
Date: Tue, 12 Feb 2019 19:03:57 +0200	[thread overview]
Message-ID: <20190212170402.10104-1-ykaradzhov@vmware.com> (raw)

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


             reply	other threads:[~2019-02-12 17:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-12 17:03 Yordan Karadzhov [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190212170402.10104-1-ykaradzhov@vmware.com \
    --to=ykaradzhov@vmware.com \
    --cc=linux-trace-devel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).