Summary: | Add CSV export capability | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | allan <agander93> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kmymoney/f324f78b13c2fbce596c8a8a1687db3d17155142 | Version Fixed In: | |
Sentry Crash Report: |
Description
allan
2013-03-30 18:26:20 UTC
Git commit f324f78b13c2fbce596c8a8a1687db3d17155142 by Allan Anderson. Committed on 05/05/2013 at 19:14. Pushed by allananderson into branch 'master'. Reviewboard. M +3 -1 kmymoney/kmymoneyui.rc M +5 -3 kmymoney/plugins/CMakeLists.txt A +44 -0 kmymoney/plugins/csvexport/CMakeLists.txt A +245 -0 kmymoney/plugins/csvexport/csvexportdlg.cpp [License: GPL (v2+)] A +166 -0 kmymoney/plugins/csvexport/csvexportdlg.h [License: GPL (v2+)] A +382 -0 kmymoney/plugins/csvexport/csvexportdlg.ui A +101 -0 kmymoney/plugins/csvexport/csvexporterplugin.cpp [License: GPL (v2+)] A +62 -0 kmymoney/plugins/csvexport/csvexporterplugin.h [License: GPL (v2+)] A +448 -0 kmymoney/plugins/csvexport/csvwriter.cpp [License: GPL (v2+)] A +147 -0 kmymoney/plugins/csvexport/csvwriter.h [License: GPL (v2+)] A +16 -0 kmymoney/plugins/csvexport/kmm_csvexport.desktop A +10 -0 kmymoney/plugins/csvexport/kmm_csvexport.rc M +2 -2 kmymoney/plugins/csvimport/investprocessing.cpp http://commits.kde.org/kmymoney/f324f78b13c2fbce596c8a8a1687db3d17155142 |