Review Request 122551: New feature: Open all recent files

Thomas Murach asiasuppenesser at gmx.de
Mon Feb 16 00:40:50 UTC 2015



> On Feb. 13, 2015, 9:42 nachm., Gregor Mi wrote:
> > This only covers your point 3):
> > 
> > You added a menu item "Open all recent files". What about hide it by default and let the client (kate, kaffeine etc.) decide if it should be shown or not by - e.g. with .setOpenAllMenuItemVisible(true); or .setAllowOpenAll(true);

Sure, this should be easily possible. But before providing updated patches I'd like to hear if this feature has a future in general...


- Thomas


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


On Feb. 12, 2015, 11:56 nachm., Thomas Murach wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/122551/
> -----------------------------------------------------------
> 
> (Updated Feb. 12, 2015, 11:56 nachm.)
> 
> 
> Review request for KDE Frameworks.
> 
> 
> Repository: kconfigwidgets
> 
> 
> Description
> -------
> 
> I've always been looking for a feature (mostly in Kate et al.) to open all recently opened files at once. Every once in a while I think I'm done with some source code editing, realise that I'm not, and then have to click through all files one by one. With this patch opening all files at once gets possible. So much for the background. Still there are some open questions:
> 
> 1) Is such a feature wanted at all?
> 2) Is the code quality/style ok?
> 3) Last but not least: This patch will work nicely with kate, presumably also with okular and some others, but I guess it will not work as expected with Kaffeine, for example, as new files which are to be opened will not get appended to a playlist but instead each file will get opened for an instance and then be replaced by the next opened file. Possible solutions: In principle it would be possible to add another signal passing a list of URLs to applications, which then have to define a suitable slot. Alternatively this patch could just not be applied and the feature I'm trying to introduce could be added to kate only... (I don't prefer that option ;) )
> 
> So, what are your opinions, comments, ideas? Thanks in advance!
> 
> PS I hope the reviewer group "kdeframeworks" is the right one...
> 
> 
> Diffs
> -----
> 
>   src/krecentfilesaction.h 06965d4 
>   src/krecentfilesaction.cpp 40fdf93 
>   src/krecentfilesaction_p.h 2c690a7 
> 
> Diff: https://git.reviewboard.kde.org/r/122551/diff/
> 
> 
> Testing
> -------
> 
> I don't run KF5 on a daily basis, but in a Docker session the patch works nicely with Kate.
> 
> 
> Thanks,
> 
> Thomas Murach
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20150216/1affd895/attachment.html>


More information about the Kde-frameworks-devel mailing list