Bug 167426

Summary: Show recent projects when starting lokalize
Product: [Applications] lokalize Reporter: Viesturs Zarins <viesturs.zarins>
Component: generalAssignee: Nick Shaforostoff <shafff>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Viesturs Zarins 2008-07-25 14:18:06 UTC
Version:            (using KDE 4.0.98)
Installed from:    Ubuntu Packages
OS:                Linux

I have several lokalize  projects.
And it is very cumbersome to always open them by browsing to the project file location.
Please implement a list of recently used projects under the projects menu.

Also it would also be nice to get rid of the "default project" stuff. 
It only confuses things and can be fully replaced with option to auto-load last used project.
Comment 1 Viesturs Zarins 2008-07-25 14:20:53 UTC
On the bright side I love the new Lokalize. It's so much better than the old kBabel. It just has some rough edges to be ironed out.
Comment 2 Nick Shaforostoff 2008-07-27 21:07:39 UTC
SVN commit 838410 by shaforo:

add a list of recently used projects under the projects menu
also, the last used project is loaded on startup if no --project cmd option was specified

BUG: 167426


 M  +53 -6     project.cpp  
 M  +7 -1      project.h  
 M  +46 -11    projectmodel.cpp  
 M  +8 -7      projectmodel.h  
 M  +2 -0      projectwidget.cpp  
 M  +2 -0      projectwindow.cpp  
 M  +1 -0      projectwindow.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=838410
Comment 3 Viesturs Zarins 2008-07-28 07:32:54 UTC
Great!

I'll try to compile the SVN version and test if it works.