mbox series

[0/5] Cosmetic modifications in KsQuickContextMenu

Message ID 20190110134419.20247-1-ykaradzhov@vmware.com (mailing list archive)
Headers show
Series Cosmetic modifications in KsQuickContextMenu | expand

Message

Yordan Karadzhov Jan. 10, 2019, 1:44 p.m. UTC
All modifications to the KsQuickContextMenu done in this series of
patches have been sent already, but as a single patch ([PATCH v2 2/6])
The original patch was divided in order to provide a clean sequence of
distinct changes.

Yordan Karadzhov (5):
  kernel-shark-qt: Remove _deselectAction from KsQuickContextMenu
  kernel-shark-qt: Remove the "Apply to" checkboxes from
    KsQuickContextMenu
  kernel-shark-qt: Rearrange the KsQuickContextMenu menu
  kernel-shark-qt: Add "clear all filters" action to KsQuickContextMenu
  kernel-shark-qt: Add section separator in KsQuickContextMenu

 kernel-shark-qt/src/KsQuickContextMenu.cpp | 63 +++++++---------------
 kernel-shark-qt/src/KsQuickContextMenu.hpp |  4 +-
 2 files changed, 23 insertions(+), 44 deletions(-)

Comments

Steven Rostedt Jan. 10, 2019, 2:31 p.m. UTC | #1
On Thu, 10 Jan 2019 15:44:14 +0200
Yordan Karadzhov <ykaradzhov@vmware.com> wrote:

> All modifications to the KsQuickContextMenu done in this series of
> patches have been sent already, but as a single patch ([PATCH v2 2/6])
> The original patch was divided in order to provide a clean sequence of
> distinct changes.
> 
> Yordan Karadzhov (5):
>   kernel-shark-qt: Remove _deselectAction from KsQuickContextMenu
>   kernel-shark-qt: Remove the "Apply to" checkboxes from
>     KsQuickContextMenu
>   kernel-shark-qt: Rearrange the KsQuickContextMenu menu
>   kernel-shark-qt: Add "clear all filters" action to KsQuickContextMenu
>   kernel-shark-qt: Add section separator in KsQuickContextMenu
> 
>  kernel-shark-qt/src/KsQuickContextMenu.cpp | 63 +++++++---------------
>  kernel-shark-qt/src/KsQuickContextMenu.hpp |  4 +-
>  2 files changed, 23 insertions(+), 44 deletions(-)
> 

Applied. Thanks a lot Yordan!

-- Steve