Review Request 114323: Clean up session description handling.

Ivan Shapovalov intelfx100 at gmail.com
Thu Dec 12 13:05:06 UTC 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/114323/#review45601
-----------------------------------------------------------


Now on to this... ping :)

- Ivan Shapovalov


On Dec. 6, 2013, 5:54 a.m., Ivan Shapovalov wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/114323/
> -----------------------------------------------------------
> 
> (Updated Dec. 6, 2013, 5:54 a.m.)
> 
> 
> Review request for KDevelop.
> 
> 
> Repository: kdevplatform
> 
> 
> Description
> -------
> 
> This fixes session list and window title not reflecting actual session data (name and project list).
> 
> Things done:
> 1) project list is written to the session via a new interface method (ISession::setContainedProjects()) instead of directly writing to the session's config
> 2) signal Session::nameChanged() is replaced by Session::sessionUpdated(), which is called on both name change and project list change
> 3) anything that displays session contents now listens only to that signal instead of nameChanged()+projectOpened()+projectClosed()
> 
> 
> Diffs
> -----
> 
>   interfaces/isession.h d96695d 
>   shell/mainwindow.cpp ddb07f5 
>   shell/projectcontroller.cpp ee89dd7 
>   shell/session.h 0154156 
>   shell/session.cpp 9fdd31f 
>   shell/sessioncontroller.h 1986360 
>   shell/sessioncontroller.cpp 3be453e 
>   shell/tests/sessioncontrollertest.cpp d7e9093 
> 
> Diff: http://git.reviewboard.kde.org/r/114323/diff/
> 
> 
> Testing
> -------
> 
> Works as expected and unit-tests pass.
> 
> 
> Thanks,
> 
> Ivan Shapovalov
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20131212/ba98e9a2/attachment.html>


More information about the KDevelop-devel mailing list