<table><tr><td style="">davidedmundson created this revision.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />davidedmundson requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D22471">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Currently KProcessList had a method called "name" which confusingly<br />
returns the entire command line.</p>

<p>In many cases where we want to use this class we need both. (See <a href="https://phabricator.kde.org/D22327" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D22327</a>)</p>

<p>This class exposes both "name" and "command" with the respective<br />
properties.</p>

<p>In order to do this correctly we need to split the process name before<br />
the null characters are replaced with spaces.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Unit test<br />
Manually invoked ps list output</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R244 KCoreAddons</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D22471">https://phabricator.kde.org/D22471</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/kprocesslisttest.cpp<br />
src/lib/util/kprocesslist.cpp<br />
src/lib/util/kprocesslist.h<br />
src/lib/util/kprocesslist_p.h<br />
src/lib/util/kprocesslist_unix.cpp</div></div></div><br /><div><strong>To: </strong>davidedmundson<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, sbergeron, michaelh, ngraham, bruns<br /></div>