Review Request 114323: Clean up session description handling.
Ivan Shapovalov
intelfx100 at gmail.com
Thu Dec 12 14:03:19 UTC 2013
> On Dec. 12, 2013, 1:32 p.m., Milian Wolff wrote:
> > shell/session.h, line 91
> > <http://git.reviewboard.kde.org/r/114323/diff/1/?file=222963#file222963line91>
> >
> > signal/slot parametesr should be fully qualified, i.e. KDevelop::Session. Also, why not move that signal to ISession?
I'd like to, but the signal has Session* in parameters, which is used in SessionControllerPrivate::sessionUpdated(Session*) to index into sessionActions, which is indexed by Session*, not ISession*.
- Ivan
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/114323/#review45602
-----------------------------------------------------------
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/a32d2c6d/attachment.html>
More information about the KDevelop-devel
mailing list