D10297: Add new "Tools" button above System Monitor's process list

Nathaniel Graham noreply at phabricator.kde.org
Thu Feb 8 17:42:02 UTC 2018


ngraham added a comment.


  Looks awesome, +1 from me feature-wise. Just a few a naive code comments for now.

INLINE COMMENTS

> ksysguardprocesslist.cpp:360
>  
> -
>      //Sort by username by default

Let's do unrelated whitespace/style cleanup in another patch.

> ksysguardprocesslist.cpp:486
> +    d->mUi->btnKillProcess->setEnabled(d->mUi->treeView->selectionModel()->hasSelection());
> +    d->mUi->treeView->scrollTo(d->mUi->treeView->currentIndex());
>  }

Let's do unrelated whitespace/style cleanup in another patch.

> ksysguardprocesslist.cpp:525
>      d->mNumItemsSelected = numSelected;
> -    d->mUi->btnKillProcess->setEnabled( numSelected != 0 );
> +    d->mUi->btnKillProcess->setEnabled(numSelected != 0);
>  

Let's do unrelated whitespace/style cleanup in another patch.

REPOSITORY
  R111 KSysguard Library

REVISION DETAIL
  https://phabricator.kde.org/D10297

To: gregormi, #plasma
Cc: rkflx, ngraham, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180208/dede4b49/attachment-0001.html>


More information about the Plasma-devel mailing list