Version: unspecified (using KDE 4.7.4) OS: MS Windows On windows, Skrooge is not able to import OFX file like on linux. Reproducible: Always Steps to Reproduce: Launch Skrooge Ctrl+Meta+I Actual Results: OFX is missing in supported format list Expected Results: OFX must be in the list In fact, OFX format is optional. If ofx library is installed, then during build (cmake) the library is detected and OFX support is enabled. It seems that the windows build has been done without OFX support. To check if OFX support is enabled, you should have this kind of traces: -- Package QCA2 found! -- ..:: CMAKE SKGBANKMODELER ::.. -- OFX found. OFX support enabled -- ..:: CMAKE SKGBASEGUI ::..
Hi Patrick, Here is a new bug on windows packaging. I hope the information in the description will be enough for you to do the correction. Again, than you for your help. Regards, Stephane
Git commit d78d4a5ebe502dc424e95e7da423d406877348c7 by Stephane Mankowski. Committed on 04/01/2012 at 21:08. Pushed by smankowski into branch 'Feature'. M +1 -0 CHANGELOG M +1 -5 plugins/import/CMakeLists.txt M +2 -0 plugins/import/skrooge_import_ofx/CMakeLists.txt M +0 -2 skgbankmodeler/CMakeLists.txt http://commits.kde.org/skrooge/d78d4a5ebe502dc424e95e7da423d406877348c7
In Fact the correction was in our side.