<table><tr><td style="">tcanabrava created this revision.<br />Restricted Application added a project: Konsole.<br />Restricted Application added a subscriber: konsole-devel.<br />tcanabrava 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/D13854">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>There's no point in returning null if we have a default<br />
and we would check for null and query for the default<br />
in all cases that we used it.</p>

<p>Export the private header ColorScheme</p>

<p>It's going to be used from Parts and App</p>

<p>Add ColorScheme() to the Profile</p>

<p>The profile used to hold the ColorScheme name, but if you<br />
want to query for the ColorScheme you had to call ViewManager<br />
but there's a class ColorSchemeManager that ViewManager used to call</p>

<p>Just make things simple:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Profile has a colorScheme that it queries from the ColorSchemeManager</li>
<li class="remarkup-list-item">Use profile->colorScheme() when you wanna something from the</li>
</ul>

<p>colorScheme at the profile.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R319 Konsole</div></div></div><br /><div><strong>BRANCH</strong><div><div>simplifySessions</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D13854">https://phabricator.kde.org/D13854</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/ColorScheme.h<br />
src/ColorSchemeManager.cpp<br />
src/ColorSchemeManager.h<br />
src/EditProfileDialog.cpp<br />
src/MainWindow.cpp<br />
src/Part.cpp<br />
src/Profile.cpp<br />
src/Profile.h<br />
src/ViewManager.cpp<br />
src/ViewManager.h<br />
src/autotests/ProfileTest.cpp</div></div></div><br /><div><strong>To: </strong>tcanabrava<br /><strong>Cc: </strong>konsole-devel, herrold, ngraham, maximilianocuria, hindenburg<br /></div>