<table><tr><td style="">ahmadsamir created this revision.<br />ahmadsamir added a reviewer: Konsole.<br />Restricted Application added a project: Konsole.<br />Restricted Application added a subscriber: konsole-devel.<br />ahmadsamir 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/D13147">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Session:setUserTitle() changes various attributes of the current<br />
session/tab, not just the title; change the name from "Title" to<br />
"sessionAttribute" as that's more representative of what the function<br />
does. Propagate the change to where appropriate throughout the code.</p>

<p>Remove Vt102Emulation::requestWindowAttribute(), as it's not used<br />
anywhere.</p>

<p>Update a couple of links to Qt and XTerm documentation, respectively.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Every thing should work as before, for example changing the window title:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">"Show window title on the titlebar" must be enabled</li>
<li class="remarkup-list-item">unset PROMPT_COMMAND (in case it already sets the window title)</li>
<li class="remarkup-list-item">Change the window title:</li>
</ul>

<p><tt style="background: #ebebeb; font-size: 13px;">printf "\033]2;%s\007" "testing"</tt></p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R319 Konsole</div></div></div><br /><div><strong>BRANCH</strong><div><div>replace-setUserTitle (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D13147">https://phabricator.kde.org/D13147</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/Emulation.h<br />
src/Session.cpp<br />
src/Session.h<br />
src/SessionController.cpp<br />
src/SessionController.h<br />
src/Vt102Emulation.cpp<br />
src/Vt102Emulation.h</div></div></div><br /><div><strong>To: </strong>ahmadsamir, Konsole<br /><strong>Cc: </strong>konsole-devel, Konsole, herrold, ngraham, maximilianocuria, hindenburg<br /></div>