Bug 236503

Summary: want KMM to remember directory of last file import
Product: [Applications] kmymoney Reporter: Jack <ostroffjh>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Jack 2010-05-06 02:32:20 UTC
Version:            (using KDE 4.3.5)
Installed from:    Gentoo Packages

When I do a File/Import/OFX, KMM always starts in my home directory.  Since I almost always import my OFX files from the same directory, it would save me a bunch of clicking if the app would remember the last directory I imported from.  I assume the same applies for other import file types.
Comment 1 Cristian OneČ› 2010-05-08 09:01:59 UTC
SVN commit 1124216 by conet:

BUG: 236503
When importing a file use the last used directory to open the file selector dialog.

 M  +3 -1      kmymoney.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1124216
Comment 2 Cristian OneČ› 2010-05-08 10:11:38 UTC
SVN commit 1124224 by conet:

BUG: 236503
When importing a file use the last used directory to open the file selector dialog. Apply this everywhere to be consistent.

 M  +1 -1      dialogs/kimportdlg.cpp  
 M  +4 -4      kmymoney.cpp  
 M  +1 -1      plugins/icalendarexport/icalendarexport.cpp  
 M  +1 -1      views/kreportsview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1124224