Review Request 123980: [Ark] Improve hide/show logic for information panel

Ragnar Thomsen rthomsen6 at gmail.com
Thu Jun 4 08:26:59 UTC 2015



> On June 3, 2015, 11:39 p.m., Raphael Kubo da Costa wrote:
> > Thanks, this looks better! Being able to set the default values in the kcfg file and saving some lines of code in `part.cpp` is nice, but I still don't get the benefit of adding that boolean there: whereas before you only had to worry about the splitter sizes and calling `setSizes()` in some places, you now need to look at the boolean and from there decide whether to call `setSizes()` or `hide()`. What upside do you see in this approach?

I think it is more intuitive to have one Bool that stores whether or not to show the infopanel and one IntList that stores the sizes. The old approach was more convoluted, where one IntList stored the sizes for when the panel was shown (splitterSizesWithBothWidgets) and another IntList that stored the sizes when it was hidden (splitterSizes).


- Ragnar


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123980/#review81148
-----------------------------------------------------------


On June 4, 2015, 10:20 a.m., Ragnar Thomsen wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/123980/
> -----------------------------------------------------------
> 
> (Updated June 4, 2015, 10:20 a.m.)
> 
> 
> Review request for KDE Utils, Elvis Angelaccio and Raphael Kubo da Costa.
> 
> 
> Repository: ark
> 
> 
> Description
> -------
> 
> The logic governing hiding/showing of the infopanel as well as storing/retrieving the size of the QSplitter was reworked into a more intuitive and simple approach. A configuration option "showInfoPanel" of type bool was added, which stores whether or not the infopanel should be shown. The option "splitterSizesWithBothWidgets" was removed, since it's no longer needed. Default values of "splitterSizes" are now set in the kcfg file, instead of in the C++ code.
> 
> 
> Diffs
> -----
> 
>   kerfuffle/ark.kcfg 0c22014 
>   part/part.h 6afd90f 
>   part/part.cpp 7261631 
> 
> Diff: https://git.reviewboard.kde.org/r/123980/diff/
> 
> 
> Testing
> -------
> 
> Show/hide the information panel via the Settings menu works as expected. Ark remembers whether or not it was shown after closing/opening the program. The sizes of the splitter are also remembered after hiding/showing and after program restart. Deleting the splitterSizes line in ~/.config/arkrc and opening Ark results in the default sizes of 200/100 being used.
> 
> 
> Thanks,
> 
> Ragnar Thomsen
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20150604/3ea27b2e/attachment.html>


More information about the Kde-utils-devel mailing list