Bug 167426 - Show recent projects when starting lokalize
Summary: Show recent projects when starting lokalize
Status: RESOLVED FIXED
Alias: None
Product: lokalize
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Nick Shaforostoff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-25 14:18 UTC by Viesturs Zarins
Modified: 2008-07-28 07:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.