Index: head/finance/kmymoney/Makefile =================================================================== --- head/finance/kmymoney/Makefile (revision 497080) +++ head/finance/kmymoney/Makefile (revision 497081) @@ -1,107 +1,109 @@ # $FreeBSD$ PORTNAME= kmymoney -PORTVERSION= 5.0.1 -PORTREVISION= 4 +PORTVERSION= 5.0.3 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src MAINTAINER= jhale@FreeBSD.org COMMENT= KDE personal finance manager LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libalkimia5.so:finance/alkimia \ libKChart.so:graphics/kdiagram USES= cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \ pkgconfig qt:5 shared-mime-info shebangfix tar:xz USE_QT= buildtools_build core dbus gui network printsupport qmake_build \ sql testlib_build xml webkit widgets USE_KDE= activities archive auth bookmarks codecs completion config \ configwidgets coreaddons doctools_build ecm_build i18n \ iconthemes itemmodels itemviews jobwidgets kcmutils \ kio notifications textwidgets service solid sonnet \ wallet widgetsaddons xmlgui USE_LDCONFIG= yes -CONFLICTS_INSTALL= kmymoney-kde4 - SHEBANG_FILES= kmymoney/misc/financequote.pl OPTIONS_GROUP= PLUGINS -OPTIONS_GROUP_PLUGINS= CALENDAR KBANKING OFX WEBOOB +OPTIONS_GROUP_PLUGINS= CALENDAR KBANKING OFX SQLCIPHER WEBOOB WEB_DESC= Web content renderer OPTIONS_SINGLE= WEB OPTIONS_SINGLE_WEB= KDEWEBKIT QTWEBENGINE OPTIONS_DEFINE= ADDRESSBOOK GNUPG HOLIDAYS QUOTES OPTIONS_DEFAULT= CALENDAR GNUPG HOLIDAYS KBANKING KDEWEBKIT OFX QUOTES OPTIONS_SUB= yes ADDRESSBOOK_DESC= Address book support ADDRESSBOOK_USE= kde=akonadi,contacts,identitymanagement,pimtextedit ADDRESSBOOK_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi \ CMAKE_DISABLE_FIND_PACKAGE_KF5Contacts \ CMAKE_DISABLE_FIND_PACKAGE_KF5IdentityManagement CALENDAR_DESC= iCalendar exporter CALENDAR_LIB_DEPENDS= libical.so:devel/libical CALENDAR_CMAKE_BOOL= ENABLE_LIBICAL GNUPG_LIB_DEPENDS= libgpgme.so:security/gpgme \ libgpgmepp.so:security/gpgme-cpp \ libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error GNUPG_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Gpgmepp \ CMAKE_DISABLE_FIND_PACKAGE_KF5Gpgmepp HOLIDAYS_DESC= Holidays support HOLIDAYS_USE= kde=holidays HOLIDAYS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Holidays KBANKING_DESC= Online banking via KBanking (AqBanking) KBANKING_LIB_DEPENDS= libgwenhywfar.so:devel/gwenhywfar \ libgwengui-qt5.so:devel/gwenhywfar-qt5 \ libaqbanking.so:finance/aqbanking KBANKING_USE= qt=declarative KBANKING_CMAKE_BOOL= ENABLE_KBANKING KDEWEBKIT_DESC= Web content rendering via KDEWebKit KDEWEBKIT_USE= kde=kdewebkit OFX_DESC= OFX (Open Financial Exchange) importer OFX_LIB_DEPENDS= libofx.so:finance/libofx OFX_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_LibOfx QTWEBENGINE_DESC= Web content rendering via QtWebEngine QTWEBENGINE_USE= qt=location,webchannel,webengine QTWEBENGINE_CMAKE_BOOL= ENABLE_WEBENGINE QUOTES_DESC= Online stock and currency price quotes QUOTES_USES= perl5 QUOTES_USE= PERL5=run QUOTES_RUN_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip \ p5-Finance-Quote>=0:finance/p5-Finance-Quote \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ p5-XML-Writer>=0:textproc/p5-XML-Writer \ p5-libwww>=0:www/p5-libwww +SQLCIPHER_DESC= KMyMoney database encryption +SQLCIPHER_LIB_DEPENDS= libsqlcipher.so:databases/sqlcipher +SQLCIPHER_CMAKE_BOOL= ENABLE_SQLCIPHER + WEBOOB_DESC= Online banking via Web Outside Of Browsers WEBOOB_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}weboob>0:www/py-weboob@${PY_FLAVOR} WEBOOB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}weboob>0:www/py-weboob@${PY_FLAVOR} WEBOOB_USES= python:2.7 WEBOOB_USE= qt=concurrent WEBOOB_CMAKE_BOOL= ENABLE_WEBOOB .if defined(MAINTAINER_MODE) # Apply additional substitutions to pkg-plist generated by the 'makeplist' target create-plist: stage @(cd ${.CURDIR} && ${MAKE} makeplist > pkg-plist && \ ${SED} -i "" -e '1d' \ -e '/icalendar/s|^|%%CALENDAR%%|g' -e '/kbanking/s|^|%%KBANKING%%|g' \ - -e '/ofximport/s|^|%%OFX%%|g' -e '/weboob/s|^|%%WEBOOB%%|g' \ + -e '/ofximport/s|^|%%OFX%%|g' -e '/qsqlcipher/s|^|%%SQLCIPHER%%|g' \ + -e '/weboob/s|^|%%WEBOOB%%|g' \ pkg-plist) .endif .include Index: head/finance/kmymoney/distinfo =================================================================== --- head/finance/kmymoney/distinfo (revision 497080) +++ head/finance/kmymoney/distinfo (revision 497081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523625920 -SHA256 (kmymoney-5.0.1.tar.xz) = dd6e8fc22a48ddcb322565c8f385d6aa44d582cfcf6fe2ff3dc11fc0b6bd2ab1 -SIZE (kmymoney-5.0.1.tar.xz) = 13307860 +TIMESTAMP = 1550766280 +SHA256 (kmymoney-5.0.3.tar.xz) = 698c0fc7ef2134c5c120a98b10f033e14dc37bff723b562c3b50a018c6ebdbf8 +SIZE (kmymoney-5.0.3.tar.xz) = 11690060 Index: head/finance/kmymoney/files/patch-kmymoney_widgets_qwidgetcontainer.cpp =================================================================== --- head/finance/kmymoney/files/patch-kmymoney_widgets_qwidgetcontainer.cpp (revision 497080) +++ head/finance/kmymoney/files/patch-kmymoney_widgets_qwidgetcontainer.cpp (nonexistent) @@ -1,19 +0,0 @@ -Fix crash when editing transactions -https://bugs.kde.org/show_bug.cgi?id=392735 - ---- kmymoney/widgets/qwidgetcontainer.cpp.orig 2018-03-18 15:55:30 UTC -+++ kmymoney/widgets/qwidgetcontainer.cpp -@@ -51,9 +51,10 @@ void QWidgetContainer::removeOrphans() - if ((*it_w) && (*it_w)->parent()) - ++it_w; - else { -- delete(*it_w); -- remove(it_w.key()); -- it_w = begin(); -+ QWidget* const w = *it_w; -+ it_w = erase(it_w); -+ if (w) -+ w->deleteLater(); - } - } - } Property changes on: head/finance/kmymoney/files/patch-kmymoney_widgets_qwidgetcontainer.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/finance/kmymoney/files/patch-CMakeLists.txt =================================================================== --- head/finance/kmymoney/files/patch-CMakeLists.txt (revision 497080) +++ head/finance/kmymoney/files/patch-CMakeLists.txt (nonexistent) @@ -1,36 +0,0 @@ -Fix finding libofx -Fix Weboob yes/no configure summary - ---- CMakeLists.txt.orig 2018-03-18 15:56:39 UTC -+++ CMakeLists.txt -@@ -135,11 +135,7 @@ endif(ENABLE_WEBENGINE) - find_package(LibOfx) - if(LIBOFX_FOUND) - option(ENABLE_OFXIMPORTER "Enable OFX Importer" ON) -- if(CMAKE_SYSTEM_NAME MATCHES "Windows") -- set(PATH_TO_LIBOFX_HEADER "${LIBOFX_INCLUDE_DIR}/libofx/libofx.h") # Windows doesn't even see the header if it's not full path -- else() -- set(PATH_TO_LIBOFX_HEADER "libofx/libofx.h") -- endif() -+ set(PATH_TO_LIBOFX_HEADER "${LIBOFX_INCLUDE_DIR}/libofx/libofx.h") - - unset(LIBOFX_HAVE_CLIENTUID) - unset(LIBOFX_HAVE_CLIENTUID CACHE) #not doing this will prevent updating below check -@@ -317,7 +313,7 @@ nice_yesno("KMM_ADDRESSBOOK_FOUND") - nice_yesno("LIBOFX_FOUND") - nice_yesno("LIBOFX_HAVE_CLIENTUID") - nice_yesno("KBANKING_FOUND") --nice_yesno("WEBOOB_FOUND") -+nice_yesno("ENABLE_WEBOOB") - nice_yesno("LIBICAL_FOUND") - nice_yesno("ENABLE_SQLCIPHER") - nice_yesno("USE_QT_DESIGNER") -@@ -340,7 +336,7 @@ OFX plugin: ${nice_LIBOFX - - KBanking plugin: ${nice_KBANKING_FOUND} - --weboob plugin: ${nice_WEBOOB_FOUND} -+weboob plugin: ${nice_ENABLE_WEBOOB} - - iCalendar export plugin: ${nice_LIBICAL_FOUND} - Property changes on: head/finance/kmymoney/files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/finance/kmymoney/files/patch-kmymoney_converter_mymoneystatementreader.cpp =================================================================== --- head/finance/kmymoney/files/patch-kmymoney_converter_mymoneystatementreader.cpp (revision 497080) +++ head/finance/kmymoney/files/patch-kmymoney_converter_mymoneystatementreader.cpp (nonexistent) @@ -1,15 +0,0 @@ -kmymoney/converter/mymoneystatementreader.cpp:1555:19: error: no member named 'abs' in namespace 'std'; did you mean 'labs'? - const int gap = std::abs(matchedSchedule.transaction().postDate().toJulianDay() - importedTransaction.postDate().toJulianDay()); - ^~~~~~~~ - labs - ---- kmymoney/converter/mymoneystatementreader.cpp.orig 2018-04-17 04:30:23 UTC -+++ kmymoney/converter/mymoneystatementreader.cpp -@@ -23,6 +23,7 @@ - - #include "mymoneystatementreader.h" - #include -+#include - - // ---------------------------------------------------------------------------- - // QT Headers Property changes on: head/finance/kmymoney/files/patch-kmymoney_converter_mymoneystatementreader.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_widgets_chiptandialog.cpp =================================================================== --- head/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_widgets_chiptandialog.cpp (revision 497080) +++ head/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_widgets_chiptandialog.cpp (nonexistent) @@ -1,15 +0,0 @@ -From e5198a902996b27bf9abde0ad24af82d55ab5dc1 Mon Sep 17 00:00:00 2001 -From: Luca Beltrame -Date: Thu, 10 May 2018 09:35:34 +0200 -Subject: [PATCH] Fix build with Qt 5.11 - ---- kmymoney/plugins/kbanking/widgets/chiptandialog.cpp.orig 2018-03-18 15:55:30 UTC -+++ kmymoney/plugins/kbanking/widgets/chiptandialog.cpp -@@ -28,6 +28,7 @@ - #include - #include - #include -+#include - #include - - #include Property changes on: head/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_widgets_chiptandialog.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/finance/kmymoney/files/patch-cmake_modules_FindLibOfx.cmake =================================================================== --- head/finance/kmymoney/files/patch-cmake_modules_FindLibOfx.cmake (revision 497080) +++ head/finance/kmymoney/files/patch-cmake_modules_FindLibOfx.cmake (revision 497081) @@ -1,20 +1,156 @@ Use CMake to find libofx instead of just relying on pkgconf ---- cmake/modules/FindLibOfx.cmake.orig 2018-02-06 18:22:38 UTC +--- cmake/modules/FindLibOfx.cmake.orig 2018-09-08 21:02:21 UTC +++ cmake/modules/FindLibOfx.cmake -@@ -25,14 +25,13 @@ IF (NOT WIN32) - # use pkg-config to get the directories and then use these values - # in the FIND_PATH() and FIND_LIBRARY() calls - FIND_PACKAGE(PkgConfig) -- PKG_CHECK_MODULES(LIBOFX libofx>=${LIBOFX_MIN_VERSION}) -+ PKG_CHECK_MODULES(PC_OFX libofx>=${LIBOFX_MIN_VERSION}) - # I am not sure what the next statement should do, since the - # var LIBOFX_DEFINITIONS is not used anywhere. Leave it here - # in case I overlooked something, but it could really go - # at some point in time (ipwizard, 2011-02-15) - # SET(LIBOFX_DEFINITIONS ${LIBOFX_CFLAGS_OTHER}) +@@ -5,6 +5,7 @@ + # LIBOFX_INCLUDE_DIR - the LibOfx include directory + # LIBOFX_LIBRARIES - Link these to LibOfx + # LIBOFX_DEFINITIONS - Compiler switches required for using LibOfx ++# LIBOFX_VERSION_STRING - version of LibOfx found (since CMake 2.8.8) --ELSE (NOT WIN32) - FIND_PATH(LIBOFX_INCLUDE_DIR libofx/libofx.h - PATHS - ${PC_OFX_INCLUDEDIR} + # Copyright (c) 2006, Alexander Neundorf, + # Copied from FindLibXslt.cmake, 2009, Guillaume DE BURE, +@@ -12,95 +13,66 @@ + # Redistribution and use is allowed according to the terms of the BSD license. + # For details see the accompanying COPYING-CMAKE-SCRIPTS file. + ++include(FindPackageHandleStandardArgs) ++ + if(NOT LIBOFX_MIN_VERSION) + set(LIBOFX_MIN_VERSION "0.9.4") + endif(NOT LIBOFX_MIN_VERSION) + +-IF (LIBOFX_INCLUDE_DIR AND LIBOFX_LIBRARIES) +- # in cache already +- SET(LIBOFX_FIND_QUIETLY TRUE) +-ENDIF (LIBOFX_INCLUDE_DIR AND LIBOFX_LIBRARIES) ++# use pkg-config to get the directories and then use these values ++# in the find_path() and find_library() calls ++find_package(PkgConfig QUIET) ++pkg_check_modules(PC_LIBOFX QUIET libofx>=${LIBOFX_MIN_VERSION}) ++set(LIBOFX_DEFINITIONS ${PC_LIBOFX_CFLAGS_OTHER}) + +-IF (NOT WIN32 AND NOT APPLE) +- # use pkg-config to get the directories and then use these values +- # in the FIND_PATH() and FIND_LIBRARY() calls +- FIND_PACKAGE(PkgConfig) ++find_path(LIBOFX_INCLUDE_DIR ++ NAMES libofx/libofx.h ++ HINTS ${PC_OFX_INCLUDEDIR} ++) + +- # according to https://svnweb.freebsd.org/ports/head/finance/kmymoney/files/patch-cmake_modules_FindLibOfx.cmake?view=markup +- # FreeBSD needs a little different variable name here to setup the LibOFX package infrastructure for us. +- if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD") +- PKG_CHECK_MODULES(PC_OFX libofx>=${LIBOFX_MIN_VERSION}) +- else (CMAKE_SYSTEM_NAME MATCHES "FreeBSD") +- PKG_CHECK_MODULES(LIBOFX libofx>=${LIBOFX_MIN_VERSION}) +- endif (CMAKE_SYSTEM_NAME MATCHES "FreeBSD") ++find_library(LIBOFX_LIBRARIES ++ NAMES ofx libofx ++ HINTS ${PC_OFX_LIBDIR} ++) + +- FIND_PATH(LIBOFX_INCLUDE_DIR libofx/libofx.h +- PATHS +- ${LIBOFX_INCLUDE_DIRS} +- ${PC_OFX_INCLUDE_DIRS} +- ) ++if(PC_LIBOFX_VERSION) ++ set(LIBOFX_VERSION_STRING ${PC_LIBOFX_VERSION}) ++elseif(LIBOFX_INCLUDE_DIR AND EXISTS "${LIBOFX_INCLUDE_DIR}/libofx/libofx.h") ++ file(STRINGS "${LIBOFX_INCLUDE_DIR}/libofx/libofx.h" libofx_version_str ++ REGEX "^#define[\t ]+LIBOFX_VERSION_RELEASE_STRING[\t ]+\".*\"") ++ string(REGEX REPLACE "^#define[\t ]+LIBOFX_VERSION_RELEASE_STRING[\t ]+\"([^\"]*)\".*" "\\1" ++ LIBOFX_VERSION_STRING "${libofx_version_str}") ++ unset(libofx_version_str) ++endif() + +-ELSE (NOT WIN32 AND NOT APPLE) +- FIND_PATH(LIBOFX_INCLUDE_DIR libofx/libofx.h +- PATHS +- ${PC_OFX_INCLUDEDIR} +- ${PC_OFX_INCLUDE_DIRS} +- ) +- +- FIND_LIBRARY(LIBOFX_LIBRARIES NAMES ofx libofx +- PATHS +- ${PC_OFX_LIBDIR} +- ${PC_OFX_LIBRARY_DIRS} +- ) +- +- IF (LIBOFX_INCLUDE_DIR AND LIBOFX_LIBRARIES) +- SET(LIBOFX_FOUND TRUE) +- ELSE (LIBOFX_INCLUDE_DIR AND LIBOFX_LIBRARIES) +- SET(LIBOFX_FOUND FALSE) +- ENDIF (LIBOFX_INCLUDE_DIR AND LIBOFX_LIBRARIES) +-ENDIF (NOT WIN32 AND NOT APPLE) +- +-IF (LIBOFX_FOUND) +- IF (NOT LIBOFX_FIND_QUIETLY) +- MESSAGE(STATUS "Found LibOfx: ${LIBOFX_LIBRARY_DIRS}") +- ENDIF (NOT LIBOFX_FIND_QUIETLY) +-ELSE (LIBOFX_FOUND) +- IF (LibOfx_FIND_REQUIRED) +- MESSAGE(FATAL_ERROR "Could NOT find LibOfx") +- ENDIF (LibOfx_FIND_REQUIRED) +-ENDIF (LIBOFX_FOUND) +- + # since on Windows for now libofx is a static library we need to add libopensp and libiconv (just like when linking libofx) +-IF (WIN32) +- SET(OPENSP_FOUND FALSE) +- FIND_PATH(OPENSP_INCLUDES ParserEventGeneratorKit.h +- $ENV{KDEROOT}/include/opensp +- ) ++if(WIN32) ++ find_path(OPENSP_INCLUDE_DIR ++ NAMES ParserEventGeneratorKit.h ++ HINTS $ENV{KDEROOT}/include/opensp $ENV{KDEROOT}/include/OpenSP ++ ) + +- FIND_LIBRARY(OPENSP_LIBRARIES +- NAMES sp133 libosp +- PATHS +- $ENV{KDEROOT}/lib +- ) ++ find_library(OPENSP_LIBRARIES ++ NAMES osp libosp sp133 ++ HINTS $ENV{KDEROOT}/lib ++ ) + +- FIND_LIBRARY(ICONV_LIBRARIES iconv) ++ find_library(ICONV_LIBRARIES iconv) + +- IF (OPENSP_INCLUDES AND OPENSP_OPENSP_LIBRARIES) +- set(OPENSP_FOUND TRUE) +- ENDIF (OPENSP_INCLUDES AND OPENSP_OPENSP_LIBRARIES) ++ find_package_handle_standard_args(OpenSP ++ REQUIRED_VARS OPENSP_LIBRARIES OPENSP_INCLUDE_DIR ++ ) ++ find_package_handle_standard_args(iconv ++ REQUIRED_VARS ICONV_LIBRARIES ++ ) + +- IF (OPENSP_FOUND) +- IF (NOT OPENSP_FIND_QUIETLY) +- MESSAGE(STATUS "Found OPENSP library: ${OPENSP_LIBRARIES}") +- ENDIF (NOT OPENSP_FIND_QUIETLY) ++ set(LIBOFX_LIBRARIES ${LIBOFX_LIBRARIES} ${OPENSP_LIBRARIES} ${ICONV_LIBRARIES}) ++endif() + +- ELSE (OPENSP_FOUND) +- IF (OPENSP_FIND_REQUIRED) +- MESSAGE(FATAL_ERROR "Could NOT find OPENSP library\nPlease install it first") +- ENDIF (OPENSP_FIND_REQUIRED) +- ENDIF (OPENSP_FOUND) +- SET(LIBOFX_LIBRARIES ${LIBOFX_LIBRARIES} ${OPENSP_LIBRARIES} ${ICONV_LIBRARIES}) +-ENDIF (WIN32) +- +-MARK_AS_ADVANCED(LIBOFX_INCLUDE_DIR LIBOFX_LIBRARIES ) ++find_package_handle_standard_args(LibOFX ++ REQUIRED_VARS LIBOFX_LIBRARIES LIBOFX_INCLUDE_DIR ++ VERSION_VAR LIBOFX_VERSION_STRING ++) ++ ++mark_as_advanced(LIBOFX_INCLUDE_DIR LIBOFX_LIBRARIES) + Index: head/finance/kmymoney/pkg-plist =================================================================== --- head/finance/kmymoney/pkg-plist (revision 497080) +++ head/finance/kmymoney/pkg-plist (revision 497081) @@ -1,1573 +1,1578 @@ bin/kmymoney include/kmymoney/amountedit.h include/kmymoney/amountvalidator.h +include/kmymoney/appinterface.h +include/kmymoney/bicvalidator.h include/kmymoney/creditdebithelper.h -include/kmymoney/databasestoreableobject.h include/kmymoney/fancydategroupmarker.h include/kmymoney/groupmarker.h +include/kmymoney/ibanbicitemdelegate.h +include/kmymoney/ibanvalidator.h include/kmymoney/importinterface.h include/kmymoney/imymoneyprocessingcalendar.h -include/kmymoney/imymoneyserialize.h -include/kmymoney/imymoneystorage.h include/kmymoney/imymoneystorageformat.h include/kmymoney/investtransaction.h include/kmymoney/investtransactioneditor.h include/kmymoney/kaccounttemplateselector.h -include/kmymoney/kbudgetvalues.h +include/kmymoney/kbicedit.h include/kmymoney/kcurrencycalculator.h include/kmymoney/kguiutils.h +include/kmymoney/kibanlineedit.h include/kmymoney/kmm_mymoney_export.h include/kmymoney/kmm_plugin_export.h +include/kmymoney/kmm_settings_export.h include/kmymoney/kmm_widgets_export.h include/kmymoney/kmymoneyaccountcombo.h include/kmymoney/kmymoneyaccountcompletion.h include/kmymoney/kmymoneyaccountselector.h include/kmymoney/kmymoneycategory.h include/kmymoney/kmymoneycombo.h include/kmymoney/kmymoneycompletion.h include/kmymoney/kmymoneycurrencyselector.h include/kmymoney/kmymoneydateedit.h include/kmymoney/kmymoneydateinput.h include/kmymoney/kmymoneyedit.h -include/kmymoney/kmymoneyglobalsettings.h include/kmymoney/kmymoneylineedit.h include/kmymoney/kmymoneymvccombo.h include/kmymoney/kmymoneyplugin.h include/kmymoney/kmymoneyselector.h -include/kmymoney/kmymoneystorageplugin.h +include/kmymoney/kmymoneysettings.h +include/kmymoney/kmymoneysettings_addons.h include/kmymoney/kmymoneytitlelabel.h include/kmymoney/kmymoneyutils.h include/kmymoney/kmymoneyvalidationfeedback.h include/kmymoney/mymoneyaccount.h include/kmymoney/mymoneybudget.h include/kmymoney/mymoneycategory.h include/kmymoney/mymoneycostcenter.h +include/kmymoney/mymoneyenums.h include/kmymoney/mymoneyexception.h include/kmymoney/mymoneyfile.h include/kmymoney/mymoneyfinancialcalculator.h include/kmymoney/mymoneyforecast.h include/kmymoney/mymoneyinstitution.h include/kmymoney/mymoneyinvesttransaction.h include/kmymoney/mymoneykeyvaluecontainer.h include/kmymoney/mymoneymoney.h include/kmymoney/mymoneyobject.h -include/kmymoney/mymoneyobjectcontainer.h include/kmymoney/mymoneypayee.h include/kmymoney/mymoneypayeeidentifiercontainer.h include/kmymoney/mymoneyprice.h include/kmymoney/mymoneyreport.h include/kmymoney/mymoneyschedule.h include/kmymoney/mymoneysecurity.h include/kmymoney/mymoneysplit.h include/kmymoney/mymoneystatement.h +include/kmymoney/mymoneystoragemgr.h include/kmymoney/mymoneytag.h include/kmymoney/mymoneytemplate.h include/kmymoney/mymoneytransaction.h include/kmymoney/mymoneytransactionfilter.h include/kmymoney/mymoneyunittestable.h include/kmymoney/mymoneyutils.h +include/kmymoney/nationalaccountdelegate.h +include/kmymoney/nationalaccountedit.h include/kmymoney/onlinejob.h include/kmymoney/onlinejobfolder.h include/kmymoney/onlinejobmessage.h include/kmymoney/onlinejobmessagesview.h include/kmymoney/onlinejobtyped.h include/kmymoney/onlinepluginextended.h include/kmymoney/onlinetasks/interfaces/credittransfer.h include/kmymoney/onlinetasks/interfaces/ionlinejobedit.h include/kmymoney/onlinetasks/interfaces/ionlinetasksettings.h include/kmymoney/onlinetasks/interfaces/onlinetask.h include/kmymoney/onlinetasks/interfaces/onlinetaskconverter.h include/kmymoney/onlinetasks/interfaces/onlinetasksettingsfactory.h -include/kmymoney/onlinetasks/sepa/sepaonlinetransfer.h include/kmymoney/register.h include/kmymoney/registeritem.h -include/kmymoney/reportcontrolimpl.h -include/kmymoney/reporttabimpl.h include/kmymoney/scheduledtransaction.h include/kmymoney/selectedtransaction.h include/kmymoney/selectedtransactions.h include/kmymoney/splitadjustdialog.h include/kmymoney/statementinterface.h include/kmymoney/stdtransaction.h include/kmymoney/stdtransactiondownloaded.h include/kmymoney/stdtransactioneditor.h include/kmymoney/stdtransactionmatched.h include/kmymoney/transaction.h include/kmymoney/transactioneditor.h include/kmymoney/transactioneditorcontainer.h include/kmymoney/transactionform.h include/kmymoney/transactionsortoption.h include/kmymoney/viewinterface.h lib/libkmm_csvimportercore.so lib/libkmm_csvimportercore.so.5 -lib/libkmm_csvimportercore.so.5.0.0 +lib/libkmm_csvimportercore.so.5.0.3 lib/libkmm_icons.so lib/libkmm_icons.so.5 -lib/libkmm_icons.so.5.0.0 +lib/libkmm_icons.so.5.0.3 +lib/libkmm_menus.so +lib/libkmm_menus.so.5 +lib/libkmm_menus.so.5.0.3 +lib/libkmm_models.so +lib/libkmm_models.so.5 +lib/libkmm_models.so.5.0.3 lib/libkmm_mymoney.so lib/libkmm_mymoney.so.5 -lib/libkmm_mymoney.so.5.0.0 +lib/libkmm_mymoney.so.5.0.3 lib/libkmm_payeeidentifier.so lib/libkmm_payeeidentifier.so.5 -lib/libkmm_payeeidentifier.so.5.0.0 +lib/libkmm_payeeidentifier.so.5.0.3 lib/libkmm_plugin.so lib/libkmm_plugin.so.5 -lib/libkmm_plugin.so.5.0.0 +lib/libkmm_plugin.so.5.0.3 +lib/libkmm_settings.so +lib/libkmm_settings.so.5 +lib/libkmm_settings.so.5.0.3 lib/libkmm_widgets.so lib/libkmm_widgets.so.5 -lib/libkmm_widgets.so.5.0.0 -lib/libpayeeidentifier_iban_bic.so -lib/libpayeeidentifier_iban_bic.so.5 -lib/libpayeeidentifier_iban_bic.so.5.0.0 -lib/libpayeeidentifier_iban_bic_widgets.so -lib/libpayeeidentifier_iban_bic_widgets.so.5 -lib/libpayeeidentifier_iban_bic_widgets.so.5.0.0 -lib/libpayeeidentifier_nationalAccount.so -lib/libpayeeidentifier_nationalAccount.so.5 -lib/libpayeeidentifier_nationalAccount.so.5.0.0 +lib/libkmm_widgets.so.5.0.3 +%%QT_PLUGINDIR%%/kmymoney/budgetview.so %%QT_PLUGINDIR%%/kmymoney/checkprinting.so %%QT_PLUGINDIR%%/kmymoney/csvexporter.so %%QT_PLUGINDIR%%/kmymoney/csvimporter.so +%%QT_PLUGINDIR%%/kmymoney/forecastview.so %%QT_PLUGINDIR%%/kmymoney/gncimporter.so %%CALENDAR%%%%QT_PLUGINDIR%%/kmymoney/icalendarexporter.so %%KBANKING%%%%QT_PLUGINDIR%%/kmymoney/kbanking.so %%QT_PLUGINDIR%%/kmymoney/kcm_checkprinting.so %%QT_PLUGINDIR%%/kmymoney/kcm_csvimporter.so +%%QT_PLUGINDIR%%/kmymoney/kcm_forecastview.so %%CALENDAR%%%%QT_PLUGINDIR%%/kmymoney/kcm_icalendarexporter.so %%QT_PLUGINDIR%%/kmymoney/kcm_qif.so +%%QT_PLUGINDIR%%/kmymoney/kcm_reportsview.so +%%QT_PLUGINDIR%%/kmymoney/kcm_xmlstorage.so %%QT_PLUGINDIR%%/kmymoney/konlinetasks_sepa.so %%OFX%%%%QT_PLUGINDIR%%/kmymoney/ofximporter.so -%%QT_PLUGINDIR%%/kmymoney/payeeidentifier_iban_bic_delegates.so -%%QT_PLUGINDIR%%/kmymoney/payeeidentifier_ibanbic_storageplugin.so -%%QT_PLUGINDIR%%/kmymoney/payeeidentifier_nationalAccount_ui.so -%%QT_PLUGINDIR%%/kmymoney/payeeidentifier_nationalaccount_storageplugin.so +%%QT_PLUGINDIR%%/kmymoney/onlinejoboutboxview.so %%QT_PLUGINDIR%%/kmymoney/qifexporter.so %%QT_PLUGINDIR%%/kmymoney/qifimporter.so %%QT_PLUGINDIR%%/kmymoney/reconciliationreport.so +%%QT_PLUGINDIR%%/kmymoney/reportsview.so +%%QT_PLUGINDIR%%/kmymoney/sqlstorage.so %%WEBOOB%%%%QT_PLUGINDIR%%/kmymoney/weboob.so +%%QT_PLUGINDIR%%/kmymoney/xmlstorage.so +%%SQLCIPHER%%%%QT_PLUGINDIR%%/sqldrivers/qsqlcipher.so man/ca/man1/kmymoney.1.gz man/de/man1/kmymoney.1.gz man/it/man1/kmymoney.1.gz man/man1/kmymoney.1.gz man/nl/man1/kmymoney.1.gz man/pt/man1/kmymoney.1.gz man/pt_BR/man1/kmymoney.1.gz man/sv/man1/kmymoney.1.gz man/uk/man1/kmymoney.1.gz share/applications/org.kde.kmymoney.desktop share/checkprinting/check_template.html share/checkprinting/check_template_green_linen.html %%KBANKING%%share/config.kcfg/kbanking.kcfg share/config.kcfg/kmymoney.kcfg share/doc/HTML/de/kmymoney/credits.docbook share/doc/HTML/de/kmymoney/details-accounts.docbook share/doc/HTML/de/kmymoney/details-budgets.docbook share/doc/HTML/de/kmymoney/details-categories.docbook share/doc/HTML/de/kmymoney/details-currencies.docbook share/doc/HTML/de/kmymoney/details-database.docbook share/doc/HTML/de/kmymoney/details-forecast.docbook share/doc/HTML/de/kmymoney/details-formats.docbook share/doc/HTML/de/kmymoney/details-impexp.docbook share/doc/HTML/de/kmymoney/details-institutions.docbook share/doc/HTML/de/kmymoney/details-investments.docbook share/doc/HTML/de/kmymoney/details-ledgers.docbook share/doc/HTML/de/kmymoney/details-loans.docbook share/doc/HTML/de/kmymoney/details-payees.docbook share/doc/HTML/de/kmymoney/details-reconciliation.docbook share/doc/HTML/de/kmymoney/details-reports.docbook share/doc/HTML/de/kmymoney/details-schedules.docbook share/doc/HTML/de/kmymoney/details-search.docbook share/doc/HTML/de/kmymoney/details-settings.docbook share/doc/HTML/de/kmymoney/details-tags.docbook share/doc/HTML/de/kmymoney/details-widgets.docbook share/doc/HTML/de/kmymoney/faq.docbook share/doc/HTML/de/kmymoney/firsttime.docbook share/doc/HTML/de/kmymoney/index.cache.bz2 share/doc/HTML/de/kmymoney/index.docbook share/doc/HTML/de/kmymoney/installation.docbook share/doc/HTML/de/kmymoney/introduction.docbook share/doc/HTML/de/kmymoney/makemostof.docbook share/doc/HTML/de/kmymoney/reference.docbook share/doc/HTML/de/kmymoney/whatsnew.docbook share/doc/HTML/en/kmymoney/account_edit.png share/doc/HTML/en/kmymoney/account_options.png share/doc/HTML/en/kmymoney/account_view.png share/doc/HTML/en/kmymoney/accountdropdown.png share/doc/HTML/en/kmymoney/accounts_view.png share/doc/HTML/en/kmymoney/accwiz1.png share/doc/HTML/en/kmymoney/accwiz10.png share/doc/HTML/en/kmymoney/accwiz2.png share/doc/HTML/en/kmymoney/accwiz6.png share/doc/HTML/en/kmymoney/accwiz7.png share/doc/HTML/en/kmymoney/accwiz8_1.png share/doc/HTML/en/kmymoney/accwiz8_2.png share/doc/HTML/en/kmymoney/accwiz8_3.png share/doc/HTML/en/kmymoney/accwiz8_4.png share/doc/HTML/en/kmymoney/accwiz8_5.png share/doc/HTML/en/kmymoney/accwiz9.png share/doc/HTML/en/kmymoney/budgets_view.png share/doc/HTML/en/kmymoney/calendarview.png share/doc/HTML/en/kmymoney/categories.png share/doc/HTML/en/kmymoney/categories_view.png share/doc/HTML/en/kmymoney/category_widget.png share/doc/HTML/en/kmymoney/categoryedit.png share/doc/HTML/en/kmymoney/cleared_state.png share/doc/HTML/en/kmymoney/configure_plugins.png share/doc/HTML/en/kmymoney/confirmenter.png share/doc/HTML/en/kmymoney/credits.docbook share/doc/HTML/en/kmymoney/csvImporter_1.png share/doc/HTML/en/kmymoney/csvImporter_2.png share/doc/HTML/en/kmymoney/csvImporter_3.png share/doc/HTML/en/kmymoney/csvImporter_4.png share/doc/HTML/en/kmymoney/csvImporter_5.png share/doc/HTML/en/kmymoney/currency_newpriceentry.png share/doc/HTML/en/kmymoney/currency_priceeditor.png share/doc/HTML/en/kmymoney/date_widget.png share/doc/HTML/en/kmymoney/details-accounts.docbook share/doc/HTML/en/kmymoney/details-budgets.docbook share/doc/HTML/en/kmymoney/details-categories.docbook share/doc/HTML/en/kmymoney/details-currencies.docbook share/doc/HTML/en/kmymoney/details-database.docbook share/doc/HTML/en/kmymoney/details-forecast.docbook share/doc/HTML/en/kmymoney/details-formats.docbook share/doc/HTML/en/kmymoney/details-impexp-csv.docbook share/doc/HTML/en/kmymoney/details-impexp.docbook share/doc/HTML/en/kmymoney/details-institutions.docbook share/doc/HTML/en/kmymoney/details-investments.docbook share/doc/HTML/en/kmymoney/details-ledgers.docbook share/doc/HTML/en/kmymoney/details-loans.docbook share/doc/HTML/en/kmymoney/details-payees.docbook share/doc/HTML/en/kmymoney/details-reconciliation.docbook share/doc/HTML/en/kmymoney/details-reports.docbook share/doc/HTML/en/kmymoney/details-schedules.docbook share/doc/HTML/en/kmymoney/details-search.docbook share/doc/HTML/en/kmymoney/details-settings.docbook share/doc/HTML/en/kmymoney/details-tags.docbook share/doc/HTML/en/kmymoney/details-widgets.docbook share/doc/HTML/en/kmymoney/enterschedule.png share/doc/HTML/en/kmymoney/faq.docbook share/doc/HTML/en/kmymoney/find-account.png share/doc/HTML/en/kmymoney/find-amount.png share/doc/HTML/en/kmymoney/find-category.png share/doc/HTML/en/kmymoney/find-date.png share/doc/HTML/en/kmymoney/find-details.png share/doc/HTML/en/kmymoney/find-payee.png share/doc/HTML/en/kmymoney/find-text.png share/doc/HTML/en/kmymoney/firsttime.docbook share/doc/HTML/en/kmymoney/forecast_view.png share/doc/HTML/en/kmymoney/generate_sql.png share/doc/HTML/en/kmymoney/gnucash-import_options.png share/doc/HTML/en/kmymoney/gnucash-report.png share/doc/HTML/en/kmymoney/gnucash-select_price_source.png share/doc/HTML/en/kmymoney/home_view.png share/doc/HTML/en/kmymoney/icon-dialog-configure.png share/doc/HTML/en/kmymoney/icon-dialog-information.png share/doc/HTML/en/kmymoney/index.cache.bz2 share/doc/HTML/en/kmymoney/index.docbook share/doc/HTML/en/kmymoney/installation.docbook share/doc/HTML/en/kmymoney/institution_options.png share/doc/HTML/en/kmymoney/institution_view.png share/doc/HTML/en/kmymoney/institutions_view.png share/doc/HTML/en/kmymoney/introduction.docbook share/doc/HTML/en/kmymoney/investment-currencywarning.png share/doc/HTML/en/kmymoney/investment-exchangerateeditor.png share/doc/HTML/en/kmymoney/investment-onlineupdate.png share/doc/HTML/en/kmymoney/investment-transactionform.png share/doc/HTML/en/kmymoney/investments_summarytab.png share/doc/HTML/en/kmymoney/investments_view.png share/doc/HTML/en/kmymoney/ledger_more.png share/doc/HTML/en/kmymoney/ledgers_view.png share/doc/HTML/en/kmymoney/ledgerview-numbered.png share/doc/HTML/en/kmymoney/list-add.png share/doc/HTML/en/kmymoney/list-remove.png share/doc/HTML/en/kmymoney/mail-tagged.png share/doc/HTML/en/kmymoney/mainwindow_numbered.png share/doc/HTML/en/kmymoney/makemostof.docbook share/doc/HTML/en/kmymoney/new.png share/doc/HTML/en/kmymoney/newacct.png share/doc/HTML/en/kmymoney/newfile-2.png share/doc/HTML/en/kmymoney/newfile-3.png share/doc/HTML/en/kmymoney/newfile-4.png share/doc/HTML/en/kmymoney/newfile-5.png share/doc/HTML/en/kmymoney/newfile-6.png share/doc/HTML/en/kmymoney/newfile.png share/doc/HTML/en/kmymoney/newinst.png share/doc/HTML/en/kmymoney/newsched_numbered.png share/doc/HTML/en/kmymoney/outbox_view.png share/doc/HTML/en/kmymoney/payee_history.png share/doc/HTML/en/kmymoney/payee_info.png share/doc/HTML/en/kmymoney/payee_match.png share/doc/HTML/en/kmymoney/payee_widget.png share/doc/HTML/en/kmymoney/payees_view.png share/doc/HTML/en/kmymoney/payeeview.png share/doc/HTML/en/kmymoney/qif_report.png share/doc/HTML/en/kmymoney/qifimport-export.png share/doc/HTML/en/kmymoney/qifimport-qifprofiledate.png share/doc/HTML/en/kmymoney/qifimport-qifprofileeditor.png share/doc/HTML/en/kmymoney/qifimportverify.png share/doc/HTML/en/kmymoney/qifopen.png share/doc/HTML/en/kmymoney/reconcile-redo.png share/doc/HTML/en/kmymoney/reconcile.png share/doc/HTML/en/kmymoney/reconcile1.png share/doc/HTML/en/kmymoney/reconcile2.png share/doc/HTML/en/kmymoney/reconcile3.png share/doc/HTML/en/kmymoney/reconcile4.png share/doc/HTML/en/kmymoney/reconcile5.png share/doc/HTML/en/kmymoney/reference.docbook share/doc/HTML/en/kmymoney/report_configuration-reporttab.png share/doc/HTML/en/kmymoney/report_configuration-rowscolumns.png share/doc/HTML/en/kmymoney/reports_view-all.png share/doc/HTML/en/kmymoney/reports_view.png share/doc/HTML/en/kmymoney/schedcaltypes.png share/doc/HTML/en/kmymoney/schedmonthday.png share/doc/HTML/en/kmymoney/schedpopup.png share/doc/HTML/en/kmymoney/schedule_view.png share/doc/HTML/en/kmymoney/scheduleview.png share/doc/HTML/en/kmymoney/select_currency.png share/doc/HTML/en/kmymoney/select_database.png share/doc/HTML/en/kmymoney/split_transaction.png share/doc/HTML/en/kmymoney/tag_details.png share/doc/HTML/en/kmymoney/tags.png share/doc/HTML/en/kmymoney/tipofday.png share/doc/HTML/en/kmymoney/transaction_find.png share/doc/HTML/en/kmymoney/transactionform-off.png share/doc/HTML/en/kmymoney/transactionform.png share/doc/HTML/en/kmymoney/translist.png share/doc/HTML/en/kmymoney/value_widget.png share/doc/HTML/en/kmymoney/whatsnew.docbook share/doc/HTML/it/kmymoney/credits.docbook share/doc/HTML/it/kmymoney/details-accounts.docbook share/doc/HTML/it/kmymoney/details-budgets.docbook share/doc/HTML/it/kmymoney/details-categories.docbook share/doc/HTML/it/kmymoney/details-currencies.docbook share/doc/HTML/it/kmymoney/details-database.docbook share/doc/HTML/it/kmymoney/details-forecast.docbook share/doc/HTML/it/kmymoney/details-formats.docbook share/doc/HTML/it/kmymoney/details-impexp-csv.docbook share/doc/HTML/it/kmymoney/details-impexp.docbook share/doc/HTML/it/kmymoney/details-institutions.docbook share/doc/HTML/it/kmymoney/details-investments.docbook share/doc/HTML/it/kmymoney/details-ledgers.docbook share/doc/HTML/it/kmymoney/details-loans.docbook share/doc/HTML/it/kmymoney/details-payees.docbook share/doc/HTML/it/kmymoney/details-reconciliation.docbook share/doc/HTML/it/kmymoney/details-reports.docbook share/doc/HTML/it/kmymoney/details-schedules.docbook share/doc/HTML/it/kmymoney/details-search.docbook share/doc/HTML/it/kmymoney/details-settings.docbook share/doc/HTML/it/kmymoney/details-tags.docbook share/doc/HTML/it/kmymoney/details-widgets.docbook share/doc/HTML/it/kmymoney/faq.docbook share/doc/HTML/it/kmymoney/firsttime.docbook share/doc/HTML/it/kmymoney/index.cache.bz2 share/doc/HTML/it/kmymoney/index.docbook share/doc/HTML/it/kmymoney/installation.docbook share/doc/HTML/it/kmymoney/introduction.docbook share/doc/HTML/it/kmymoney/makemostof.docbook share/doc/HTML/it/kmymoney/reference.docbook share/doc/HTML/it/kmymoney/whatsnew.docbook share/doc/HTML/nl/kmymoney/credits.docbook share/doc/HTML/nl/kmymoney/details-accounts.docbook share/doc/HTML/nl/kmymoney/details-budgets.docbook share/doc/HTML/nl/kmymoney/details-categories.docbook share/doc/HTML/nl/kmymoney/details-currencies.docbook share/doc/HTML/nl/kmymoney/details-database.docbook share/doc/HTML/nl/kmymoney/details-forecast.docbook share/doc/HTML/nl/kmymoney/details-formats.docbook share/doc/HTML/nl/kmymoney/details-impexp-csv.docbook share/doc/HTML/nl/kmymoney/details-impexp.docbook share/doc/HTML/nl/kmymoney/details-institutions.docbook share/doc/HTML/nl/kmymoney/details-investments.docbook share/doc/HTML/nl/kmymoney/details-ledgers.docbook share/doc/HTML/nl/kmymoney/details-loans.docbook share/doc/HTML/nl/kmymoney/details-payees.docbook share/doc/HTML/nl/kmymoney/details-reconciliation.docbook share/doc/HTML/nl/kmymoney/details-reports.docbook share/doc/HTML/nl/kmymoney/details-schedules.docbook share/doc/HTML/nl/kmymoney/details-search.docbook share/doc/HTML/nl/kmymoney/details-settings.docbook share/doc/HTML/nl/kmymoney/details-tags.docbook share/doc/HTML/nl/kmymoney/details-widgets.docbook share/doc/HTML/nl/kmymoney/faq.docbook share/doc/HTML/nl/kmymoney/firsttime.docbook share/doc/HTML/nl/kmymoney/index.cache.bz2 share/doc/HTML/nl/kmymoney/index.docbook share/doc/HTML/nl/kmymoney/installation.docbook share/doc/HTML/nl/kmymoney/introduction.docbook share/doc/HTML/nl/kmymoney/makemostof.docbook share/doc/HTML/nl/kmymoney/reference.docbook share/doc/HTML/nl/kmymoney/whatsnew.docbook share/doc/HTML/pt_BR/kmymoney/credits.docbook share/doc/HTML/pt_BR/kmymoney/details-accounts.docbook share/doc/HTML/pt_BR/kmymoney/details-budgets.docbook share/doc/HTML/pt_BR/kmymoney/details-categories.docbook share/doc/HTML/pt_BR/kmymoney/details-currencies.docbook share/doc/HTML/pt_BR/kmymoney/details-database.docbook share/doc/HTML/pt_BR/kmymoney/details-forecast.docbook share/doc/HTML/pt_BR/kmymoney/details-formats.docbook share/doc/HTML/pt_BR/kmymoney/details-impexp-csv.docbook share/doc/HTML/pt_BR/kmymoney/details-impexp.docbook share/doc/HTML/pt_BR/kmymoney/details-institutions.docbook share/doc/HTML/pt_BR/kmymoney/details-investments.docbook share/doc/HTML/pt_BR/kmymoney/details-ledgers.docbook share/doc/HTML/pt_BR/kmymoney/details-loans.docbook share/doc/HTML/pt_BR/kmymoney/details-payees.docbook share/doc/HTML/pt_BR/kmymoney/details-reconciliation.docbook share/doc/HTML/pt_BR/kmymoney/details-reports.docbook share/doc/HTML/pt_BR/kmymoney/details-schedules.docbook share/doc/HTML/pt_BR/kmymoney/details-search.docbook share/doc/HTML/pt_BR/kmymoney/details-settings.docbook share/doc/HTML/pt_BR/kmymoney/details-tags.docbook share/doc/HTML/pt_BR/kmymoney/details-widgets.docbook share/doc/HTML/pt_BR/kmymoney/faq.docbook share/doc/HTML/pt_BR/kmymoney/firsttime.docbook share/doc/HTML/pt_BR/kmymoney/index.cache.bz2 share/doc/HTML/pt_BR/kmymoney/index.docbook share/doc/HTML/pt_BR/kmymoney/installation.docbook share/doc/HTML/pt_BR/kmymoney/introduction.docbook share/doc/HTML/pt_BR/kmymoney/makemostof.docbook share/doc/HTML/pt_BR/kmymoney/reference.docbook share/doc/HTML/pt_BR/kmymoney/whatsnew.docbook share/doc/HTML/sv/kmymoney/credits.docbook share/doc/HTML/sv/kmymoney/details-accounts.docbook share/doc/HTML/sv/kmymoney/details-budgets.docbook share/doc/HTML/sv/kmymoney/details-categories.docbook share/doc/HTML/sv/kmymoney/details-currencies.docbook share/doc/HTML/sv/kmymoney/details-database.docbook share/doc/HTML/sv/kmymoney/details-forecast.docbook share/doc/HTML/sv/kmymoney/details-formats.docbook share/doc/HTML/sv/kmymoney/details-impexp-csv.docbook share/doc/HTML/sv/kmymoney/details-impexp.docbook share/doc/HTML/sv/kmymoney/details-institutions.docbook share/doc/HTML/sv/kmymoney/details-investments.docbook share/doc/HTML/sv/kmymoney/details-ledgers.docbook share/doc/HTML/sv/kmymoney/details-loans.docbook share/doc/HTML/sv/kmymoney/details-payees.docbook share/doc/HTML/sv/kmymoney/details-reconciliation.docbook share/doc/HTML/sv/kmymoney/details-reports.docbook share/doc/HTML/sv/kmymoney/details-schedules.docbook share/doc/HTML/sv/kmymoney/details-search.docbook share/doc/HTML/sv/kmymoney/details-settings.docbook share/doc/HTML/sv/kmymoney/details-tags.docbook share/doc/HTML/sv/kmymoney/details-widgets.docbook share/doc/HTML/sv/kmymoney/faq.docbook share/doc/HTML/sv/kmymoney/firsttime.docbook share/doc/HTML/sv/kmymoney/index.cache.bz2 share/doc/HTML/sv/kmymoney/index.docbook share/doc/HTML/sv/kmymoney/installation.docbook share/doc/HTML/sv/kmymoney/introduction.docbook share/doc/HTML/sv/kmymoney/makemostof.docbook share/doc/HTML/sv/kmymoney/reference.docbook share/doc/HTML/sv/kmymoney/whatsnew.docbook share/doc/HTML/uk/kmymoney/credits.docbook share/doc/HTML/uk/kmymoney/details-accounts.docbook share/doc/HTML/uk/kmymoney/details-budgets.docbook share/doc/HTML/uk/kmymoney/details-categories.docbook share/doc/HTML/uk/kmymoney/details-currencies.docbook share/doc/HTML/uk/kmymoney/details-database.docbook share/doc/HTML/uk/kmymoney/details-forecast.docbook share/doc/HTML/uk/kmymoney/details-formats.docbook share/doc/HTML/uk/kmymoney/details-impexp-csv.docbook share/doc/HTML/uk/kmymoney/details-impexp.docbook share/doc/HTML/uk/kmymoney/details-institutions.docbook share/doc/HTML/uk/kmymoney/details-investments.docbook share/doc/HTML/uk/kmymoney/details-ledgers.docbook share/doc/HTML/uk/kmymoney/details-loans.docbook share/doc/HTML/uk/kmymoney/details-payees.docbook share/doc/HTML/uk/kmymoney/details-reconciliation.docbook share/doc/HTML/uk/kmymoney/details-reports.docbook share/doc/HTML/uk/kmymoney/details-schedules.docbook share/doc/HTML/uk/kmymoney/details-search.docbook share/doc/HTML/uk/kmymoney/details-settings.docbook share/doc/HTML/uk/kmymoney/details-tags.docbook share/doc/HTML/uk/kmymoney/details-widgets.docbook share/doc/HTML/uk/kmymoney/faq.docbook share/doc/HTML/uk/kmymoney/firsttime.docbook share/doc/HTML/uk/kmymoney/index.cache.bz2 share/doc/HTML/uk/kmymoney/index.docbook share/doc/HTML/uk/kmymoney/installation.docbook share/doc/HTML/uk/kmymoney/introduction.docbook share/doc/HTML/uk/kmymoney/mainwindow_numbered.png share/doc/HTML/uk/kmymoney/makemostof.docbook share/doc/HTML/uk/kmymoney/newfile-2.png share/doc/HTML/uk/kmymoney/newfile-3.png share/doc/HTML/uk/kmymoney/newfile-4.png share/doc/HTML/uk/kmymoney/newfile-5.png share/doc/HTML/uk/kmymoney/newfile-6.png share/doc/HTML/uk/kmymoney/newfile.png share/doc/HTML/uk/kmymoney/reference.docbook share/doc/HTML/uk/kmymoney/select_currency.png share/doc/HTML/uk/kmymoney/tipofday.png share/doc/HTML/uk/kmymoney/whatsnew.docbook share/icons/hicolor/128x128/apps/kmymoney.png share/icons/hicolor/128x128/mimetypes/application-x-kmymoney.png share/icons/hicolor/16x16/apps/kmymoney.png share/icons/hicolor/16x16/mimetypes/application-x-kmymoney.png share/icons/hicolor/22x22/mimetypes/application-x-kmymoney.png share/icons/hicolor/32x32/apps/kmymoney.png share/icons/hicolor/32x32/mimetypes/application-x-kmymoney.png share/icons/hicolor/48x48/apps/kmymoney.png share/icons/hicolor/48x48/mimetypes/application-x-kmymoney.png share/icons/hicolor/64x64/apps/kmymoney.png share/icons/hicolor/64x64/mimetypes/application-x-kmymoney.png %%KBANKING%%share/kbanking/qml/chipTan/ChipTan.qml %%KBANKING%%share/kbanking/qml/chipTan/ChipTanFlickerField.qml %%KBANKING%%share/kbanking/qml/chipTan/chipTan.js %%KBANKING%%share/kbanking/qml/chipTan/positionmarker.svg share/kconf_update/kmymoney.upd %%DATADIR%%/html/images/about_kde.png %%DATADIR%%/html/images/arrow.png %%DATADIR%%/html/images/backarrow.png %%DATADIR%%/html/images/background.png %%DATADIR%%/html/images/bc.png %%DATADIR%%/html/images/bg-texture.png %%DATADIR%%/html/images/bl.png %%DATADIR%%/html/images/bottomleft.png %%DATADIR%%/html/images/bottomright.png %%DATADIR%%/html/images/br.png %%DATADIR%%/html/images/center.png %%DATADIR%%/html/images/currencyflourish.png %%DATADIR%%/html/images/filenew.png %%DATADIR%%/html/images/kmymoneydata.png %%DATADIR%%/html/images/konqueror.png %%DATADIR%%/html/images/lc.png %%DATADIR%%/html/images/manual.png %%DATADIR%%/html/images/messagebox_info.png %%DATADIR%%/html/images/original-trans_logo.png %%DATADIR%%/html/images/rc.png %%DATADIR%%/html/images/rightborder.png %%DATADIR%%/html/images/shadow.png %%DATADIR%%/html/images/spacer.gif %%DATADIR%%/html/images/spacer.png %%DATADIR%%/html/images/tc.png %%DATADIR%%/html/images/title-center.png %%DATADIR%%/html/images/title-left.png %%DATADIR%%/html/images/title-right.png %%DATADIR%%/html/images/tl.png %%DATADIR%%/html/images/top-shadow.png %%DATADIR%%/html/images/topleft.png %%DATADIR%%/html/images/topright.png %%DATADIR%%/html/images/tr.png %%DATADIR%%/html/images/trans_logo.png %%DATADIR%%/html/kmymoney.css %%DATADIR%%/html/welcome.css %%DATADIR%%/icons/Tango/128x128/actions/account-add.png %%DATADIR%%/icons/Tango/128x128/actions/account-types-asset.png %%DATADIR%%/icons/Tango/128x128/actions/account-types-cash.png %%DATADIR%%/icons/Tango/128x128/actions/account-types-checking.png %%DATADIR%%/icons/Tango/128x128/actions/account-types-closed.png %%DATADIR%%/icons/Tango/128x128/actions/account-types-credit-card.png %%DATADIR%%/icons/Tango/128x128/actions/account-types-expense.png %%DATADIR%%/icons/Tango/128x128/actions/account-types-income.png %%DATADIR%%/icons/Tango/128x128/actions/account-types-investments.png %%DATADIR%%/icons/Tango/128x128/actions/account-types-liability.png %%DATADIR%%/icons/Tango/128x128/actions/account-types-loan.png %%DATADIR%%/icons/Tango/128x128/actions/account-types-savings.png %%DATADIR%%/icons/Tango/128x128/actions/account.png %%DATADIR%%/icons/Tango/128x128/actions/accounts.png %%DATADIR%%/icons/Tango/128x128/actions/budget.png %%DATADIR%%/icons/Tango/128x128/actions/categories.png %%DATADIR%%/icons/Tango/128x128/actions/forecast.png %%DATADIR%%/icons/Tango/128x128/actions/institution-add.png %%DATADIR%%/icons/Tango/128x128/actions/institution.png %%DATADIR%%/icons/Tango/128x128/actions/investment.png %%DATADIR%%/icons/Tango/128x128/actions/ledger.png %%DATADIR%%/icons/Tango/128x128/actions/online-banking.png %%DATADIR%%/icons/Tango/128x128/actions/payee.png %%DATADIR%%/icons/Tango/128x128/actions/reconcile.png %%DATADIR%%/icons/Tango/128x128/actions/report.png %%DATADIR%%/icons/Tango/128x128/actions/schedule.png %%DATADIR%%/icons/Tango/128x128/actions/transaction-find.png %%DATADIR%%/icons/Tango/16x16/actions/account-add.png %%DATADIR%%/icons/Tango/16x16/actions/account-types-asset.png %%DATADIR%%/icons/Tango/16x16/actions/account-types-cash.png %%DATADIR%%/icons/Tango/16x16/actions/account-types-checking.png %%DATADIR%%/icons/Tango/16x16/actions/account-types-closed.png %%DATADIR%%/icons/Tango/16x16/actions/account-types-credit-card.png %%DATADIR%%/icons/Tango/16x16/actions/account-types-expense.png %%DATADIR%%/icons/Tango/16x16/actions/account-types-income.png %%DATADIR%%/icons/Tango/16x16/actions/account-types-investments.png %%DATADIR%%/icons/Tango/16x16/actions/account-types-liability.png %%DATADIR%%/icons/Tango/16x16/actions/account-types-loan.png %%DATADIR%%/icons/Tango/16x16/actions/account-types-savings.png %%DATADIR%%/icons/Tango/16x16/actions/account.png %%DATADIR%%/icons/Tango/16x16/actions/accounts.png %%DATADIR%%/icons/Tango/16x16/actions/backup.png %%DATADIR%%/icons/Tango/16x16/actions/bank.png %%DATADIR%%/icons/Tango/16x16/actions/budget.png %%DATADIR%%/icons/Tango/16x16/actions/categories.png %%DATADIR%%/icons/Tango/16x16/actions/close-window.png %%DATADIR%%/icons/Tango/16x16/actions/delete.png %%DATADIR%%/icons/Tango/16x16/actions/forecast.png %%DATADIR%%/icons/Tango/16x16/actions/hide-categories.png %%DATADIR%%/icons/Tango/16x16/actions/hide-reconciled.png %%DATADIR%%/icons/Tango/16x16/actions/institution-add.png %%DATADIR%%/icons/Tango/16x16/actions/institution.png %%DATADIR%%/icons/Tango/16x16/actions/investment.png %%DATADIR%%/icons/Tango/16x16/actions/ledger.png %%DATADIR%%/icons/Tango/16x16/actions/online-banking.png %%DATADIR%%/icons/Tango/16x16/actions/payee.png %%DATADIR%%/icons/Tango/16x16/actions/personal-data.png %%DATADIR%%/icons/Tango/16x16/actions/reconcile.png %%DATADIR%%/icons/Tango/16x16/actions/report.png %%DATADIR%%/icons/Tango/16x16/actions/schedule.png %%DATADIR%%/icons/Tango/16x16/actions/transaction-find.png %%DATADIR%%/icons/Tango/16x16/actions/transaction-split.png %%DATADIR%%/icons/Tango/16x16/actions/view-info.png %%DATADIR%%/icons/Tango/22x22/actions/account-add.png %%DATADIR%%/icons/Tango/22x22/actions/account-types-asset.png %%DATADIR%%/icons/Tango/22x22/actions/account-types-cash.png %%DATADIR%%/icons/Tango/22x22/actions/account-types-checking.png %%DATADIR%%/icons/Tango/22x22/actions/account-types-closed.png %%DATADIR%%/icons/Tango/22x22/actions/account-types-credit-card.png %%DATADIR%%/icons/Tango/22x22/actions/account-types-expense.png %%DATADIR%%/icons/Tango/22x22/actions/account-types-income.png %%DATADIR%%/icons/Tango/22x22/actions/account-types-investments.png %%DATADIR%%/icons/Tango/22x22/actions/account-types-liability.png %%DATADIR%%/icons/Tango/22x22/actions/account-types-loan.png %%DATADIR%%/icons/Tango/22x22/actions/account-types-savings.png %%DATADIR%%/icons/Tango/22x22/actions/account.png %%DATADIR%%/icons/Tango/22x22/actions/accounts.png %%DATADIR%%/icons/Tango/22x22/actions/attention.png %%DATADIR%%/icons/Tango/22x22/actions/backup.png %%DATADIR%%/icons/Tango/22x22/actions/bank.png %%DATADIR%%/icons/Tango/22x22/actions/budget.png %%DATADIR%%/icons/Tango/22x22/actions/categories.png %%DATADIR%%/icons/Tango/22x22/actions/close-window.png %%DATADIR%%/icons/Tango/22x22/actions/delete.png %%DATADIR%%/icons/Tango/22x22/actions/forecast.png %%DATADIR%%/icons/Tango/22x22/actions/hide-categories.png %%DATADIR%%/icons/Tango/22x22/actions/hide-reconciled.png %%DATADIR%%/icons/Tango/22x22/actions/institution-add.png %%DATADIR%%/icons/Tango/22x22/actions/institution.png %%DATADIR%%/icons/Tango/22x22/actions/investment.png %%DATADIR%%/icons/Tango/22x22/actions/ledger.png %%DATADIR%%/icons/Tango/22x22/actions/online-banking.png %%DATADIR%%/icons/Tango/22x22/actions/payee.png %%DATADIR%%/icons/Tango/22x22/actions/personal-data.png %%DATADIR%%/icons/Tango/22x22/actions/reconcile.png %%DATADIR%%/icons/Tango/22x22/actions/report.png %%DATADIR%%/icons/Tango/22x22/actions/schedule.png %%DATADIR%%/icons/Tango/22x22/actions/transaction-find.png %%DATADIR%%/icons/Tango/22x22/actions/view-info.png %%DATADIR%%/icons/Tango/32x32/actions/account-add.png %%DATADIR%%/icons/Tango/32x32/actions/account-types-asset.png %%DATADIR%%/icons/Tango/32x32/actions/account-types-cash.png %%DATADIR%%/icons/Tango/32x32/actions/account-types-checking.png %%DATADIR%%/icons/Tango/32x32/actions/account-types-closed.png %%DATADIR%%/icons/Tango/32x32/actions/account-types-credit-card.png %%DATADIR%%/icons/Tango/32x32/actions/account-types-expense.png %%DATADIR%%/icons/Tango/32x32/actions/account-types-income.png %%DATADIR%%/icons/Tango/32x32/actions/account-types-investments.png %%DATADIR%%/icons/Tango/32x32/actions/account-types-liability.png %%DATADIR%%/icons/Tango/32x32/actions/account-types-loan.png %%DATADIR%%/icons/Tango/32x32/actions/account-types-savings.png %%DATADIR%%/icons/Tango/32x32/actions/account.png %%DATADIR%%/icons/Tango/32x32/actions/accounts.png %%DATADIR%%/icons/Tango/32x32/actions/budget.png %%DATADIR%%/icons/Tango/32x32/actions/categories.png %%DATADIR%%/icons/Tango/32x32/actions/forecast.png %%DATADIR%%/icons/Tango/32x32/actions/institution-add.png %%DATADIR%%/icons/Tango/32x32/actions/institution.png %%DATADIR%%/icons/Tango/32x32/actions/investment.png %%DATADIR%%/icons/Tango/32x32/actions/ledger.png %%DATADIR%%/icons/Tango/32x32/actions/online-banking.png %%DATADIR%%/icons/Tango/32x32/actions/payee.png %%DATADIR%%/icons/Tango/32x32/actions/reconcile.png %%DATADIR%%/icons/Tango/32x32/actions/report.png %%DATADIR%%/icons/Tango/32x32/actions/schedule.png %%DATADIR%%/icons/Tango/32x32/actions/transaction-find.png %%DATADIR%%/icons/Tango/48x48/actions/account-add.png %%DATADIR%%/icons/Tango/48x48/actions/account-types-asset.png %%DATADIR%%/icons/Tango/48x48/actions/account-types-cash.png %%DATADIR%%/icons/Tango/48x48/actions/account-types-checking.png %%DATADIR%%/icons/Tango/48x48/actions/account-types-closed.png %%DATADIR%%/icons/Tango/48x48/actions/account-types-credit-card.png %%DATADIR%%/icons/Tango/48x48/actions/account-types-expense.png %%DATADIR%%/icons/Tango/48x48/actions/account-types-income.png %%DATADIR%%/icons/Tango/48x48/actions/account-types-investments.png %%DATADIR%%/icons/Tango/48x48/actions/account-types-liability.png %%DATADIR%%/icons/Tango/48x48/actions/account-types-loan.png %%DATADIR%%/icons/Tango/48x48/actions/account-types-savings.png %%DATADIR%%/icons/Tango/48x48/actions/account.png %%DATADIR%%/icons/Tango/48x48/actions/accounts.png %%DATADIR%%/icons/Tango/48x48/actions/budget.png %%DATADIR%%/icons/Tango/48x48/actions/categories.png %%DATADIR%%/icons/Tango/48x48/actions/forecast.png %%DATADIR%%/icons/Tango/48x48/actions/institution-add.png %%DATADIR%%/icons/Tango/48x48/actions/institution.png %%DATADIR%%/icons/Tango/48x48/actions/investment.png %%DATADIR%%/icons/Tango/48x48/actions/ledger.png %%DATADIR%%/icons/Tango/48x48/actions/online-banking.png %%DATADIR%%/icons/Tango/48x48/actions/payee.png %%DATADIR%%/icons/Tango/48x48/actions/reconcile.png %%DATADIR%%/icons/Tango/48x48/actions/report.png %%DATADIR%%/icons/Tango/48x48/actions/schedule.png %%DATADIR%%/icons/Tango/48x48/actions/transaction-find.png %%DATADIR%%/icons/Tango/64x64/actions/account-add.png %%DATADIR%%/icons/Tango/64x64/actions/account-types-asset.png %%DATADIR%%/icons/Tango/64x64/actions/account-types-cash.png %%DATADIR%%/icons/Tango/64x64/actions/account-types-checking.png %%DATADIR%%/icons/Tango/64x64/actions/account-types-closed.png %%DATADIR%%/icons/Tango/64x64/actions/account-types-credit-card.png %%DATADIR%%/icons/Tango/64x64/actions/account-types-expense.png %%DATADIR%%/icons/Tango/64x64/actions/account-types-income.png %%DATADIR%%/icons/Tango/64x64/actions/account-types-investments.png %%DATADIR%%/icons/Tango/64x64/actions/account-types-liability.png %%DATADIR%%/icons/Tango/64x64/actions/account-types-loan.png %%DATADIR%%/icons/Tango/64x64/actions/account-types-savings.png %%DATADIR%%/icons/Tango/64x64/actions/account.png %%DATADIR%%/icons/Tango/64x64/actions/accounts.png %%DATADIR%%/icons/Tango/64x64/actions/budget.png %%DATADIR%%/icons/Tango/64x64/actions/categories.png %%DATADIR%%/icons/Tango/64x64/actions/forecast.png %%DATADIR%%/icons/Tango/64x64/actions/institution-add.png %%DATADIR%%/icons/Tango/64x64/actions/institution.png %%DATADIR%%/icons/Tango/64x64/actions/investment.png %%DATADIR%%/icons/Tango/64x64/actions/ledger.png %%DATADIR%%/icons/Tango/64x64/actions/online-banking.png %%DATADIR%%/icons/Tango/64x64/actions/payee.png %%DATADIR%%/icons/Tango/64x64/actions/reconcile.png %%DATADIR%%/icons/Tango/64x64/actions/report.png %%DATADIR%%/icons/Tango/64x64/actions/schedule.png %%DATADIR%%/icons/Tango/64x64/actions/transaction-find.png %%DATADIR%%/icons/Tango/scalable/actions/account-types_asset.svgz %%DATADIR%%/icons/Tango/scalable/actions/account-types_cash.svgz %%DATADIR%%/icons/Tango/scalable/actions/account-types_checking.svgz %%DATADIR%%/icons/Tango/scalable/actions/account-types_closed.svgz %%DATADIR%%/icons/Tango/scalable/actions/account-types_credit-card.svgz %%DATADIR%%/icons/Tango/scalable/actions/account-types_expense.svgz %%DATADIR%%/icons/Tango/scalable/actions/account-types_income.svgz %%DATADIR%%/icons/Tango/scalable/actions/account-types_investments.svgz %%DATADIR%%/icons/Tango/scalable/actions/account-types_liability.svgz %%DATADIR%%/icons/Tango/scalable/actions/account-types_loan.svgz %%DATADIR%%/icons/Tango/scalable/actions/account-types_savings.svgz %%DATADIR%%/icons/Tango/scalable/actions/account.svgz %%DATADIR%%/icons/Tango/scalable/actions/account_add.svgz %%DATADIR%%/icons/Tango/scalable/actions/accounts.svgz %%DATADIR%%/icons/Tango/scalable/actions/backup.svgz %%DATADIR%%/icons/Tango/scalable/actions/bank.svgz %%DATADIR%%/icons/Tango/scalable/actions/budget.svgz %%DATADIR%%/icons/Tango/scalable/actions/categories.svgz %%DATADIR%%/icons/Tango/scalable/actions/forcast.svgz %%DATADIR%%/icons/Tango/scalable/actions/hide_categories.svgz %%DATADIR%%/icons/Tango/scalable/actions/hide_reconciled.svgz %%DATADIR%%/icons/Tango/scalable/actions/institution_add.svgz %%DATADIR%%/icons/Tango/scalable/actions/institutions.svgz %%DATADIR%%/icons/Tango/scalable/actions/investments.svgz %%DATADIR%%/icons/Tango/scalable/actions/ledger.svgz %%DATADIR%%/icons/Tango/scalable/actions/onlinebanking.svgz %%DATADIR%%/icons/Tango/scalable/actions/payee.svgz %%DATADIR%%/icons/Tango/scalable/actions/personal_data.svgz %%DATADIR%%/icons/Tango/scalable/actions/reconcile.svgz %%DATADIR%%/icons/Tango/scalable/actions/report.svgz %%DATADIR%%/icons/Tango/scalable/actions/schedule.svgz %%DATADIR%%/icons/Tango/scalable/actions/transaction_find.svgz %%DATADIR%%/icons/Tango/scalable/actions/view_info.svgz %%DATADIR%%/icons/hicolor/16x16/actions/account-add.png %%DATADIR%%/icons/hicolor/16x16/actions/account-open.png %%DATADIR%%/icons/hicolor/16x16/actions/account-types-asset.png %%DATADIR%%/icons/hicolor/16x16/actions/account-types-expense.png %%DATADIR%%/icons/hicolor/16x16/actions/account-types-income.png %%DATADIR%%/icons/hicolor/16x16/actions/account-types-liability.png %%DATADIR%%/icons/hicolor/16x16/actions/account.png %%DATADIR%%/icons/hicolor/16x16/actions/backup.png %%DATADIR%%/icons/hicolor/16x16/actions/bank.png %%DATADIR%%/icons/hicolor/16x16/actions/categories.png %%DATADIR%%/icons/hicolor/16x16/actions/delete.png %%DATADIR%%/icons/hicolor/16x16/actions/hide-categories.png %%DATADIR%%/icons/hicolor/16x16/actions/hide-reconciled.png %%DATADIR%%/icons/hicolor/16x16/actions/institution-add.png %%DATADIR%%/icons/hicolor/16x16/actions/ledger.png %%DATADIR%%/icons/hicolor/16x16/actions/pay_edit.png %%DATADIR%%/icons/hicolor/16x16/actions/personal_data.png %%DATADIR%%/icons/hicolor/16x16/actions/reconcile.png %%DATADIR%%/icons/hicolor/16x16/actions/transaction-find.png %%DATADIR%%/icons/hicolor/16x16/actions/transaction-split.png %%DATADIR%%/icons/hicolor/16x16/actions/transaction.png %%DATADIR%%/icons/hicolor/16x16/actions/transaction_export.png %%DATADIR%%/icons/hicolor/16x16/actions/transaction_import.png %%DATADIR%%/icons/hicolor/16x16/actions/unreconciled.png %%DATADIR%%/icons/hicolor/16x16/actions/update_prices.png %%DATADIR%%/icons/hicolor/22x22/actions/account-add.png %%DATADIR%%/icons/hicolor/22x22/actions/account-open.png %%DATADIR%%/icons/hicolor/22x22/actions/account-types-asset.png %%DATADIR%%/icons/hicolor/22x22/actions/account-types-closed.png %%DATADIR%%/icons/hicolor/22x22/actions/account-types-expense.png %%DATADIR%%/icons/hicolor/22x22/actions/account-types-income.png %%DATADIR%%/icons/hicolor/22x22/actions/account-types-liability.png %%DATADIR%%/icons/hicolor/22x22/actions/account-types-reconciled.png %%DATADIR%%/icons/hicolor/22x22/actions/account.png %%DATADIR%%/icons/hicolor/22x22/actions/attention.png %%DATADIR%%/icons/hicolor/22x22/actions/backup.png %%DATADIR%%/icons/hicolor/22x22/actions/bank.png %%DATADIR%%/icons/hicolor/22x22/actions/categories.png %%DATADIR%%/icons/hicolor/22x22/actions/cleared.png %%DATADIR%%/icons/hicolor/22x22/actions/delete.png %%DATADIR%%/icons/hicolor/22x22/actions/hide-categories.png %%DATADIR%%/icons/hicolor/22x22/actions/hide-reconciled.png %%DATADIR%%/icons/hicolor/22x22/actions/institution-add.png %%DATADIR%%/icons/hicolor/22x22/actions/ledger.png %%DATADIR%%/icons/hicolor/22x22/actions/pay_edit.png %%DATADIR%%/icons/hicolor/22x22/actions/personal_data.png %%DATADIR%%/icons/hicolor/22x22/actions/reconcile.png %%DATADIR%%/icons/hicolor/22x22/actions/report-bar.png %%DATADIR%%/icons/hicolor/22x22/actions/report-line.png %%DATADIR%%/icons/hicolor/22x22/actions/report-pie.png %%DATADIR%%/icons/hicolor/22x22/actions/report-solid.png %%DATADIR%%/icons/hicolor/22x22/actions/report-text.png %%DATADIR%%/icons/hicolor/22x22/actions/set_as.png %%DATADIR%%/icons/hicolor/22x22/actions/transaction-find.png %%DATADIR%%/icons/hicolor/22x22/actions/transaction.png %%DATADIR%%/icons/hicolor/22x22/actions/transaction_export.png %%DATADIR%%/icons/hicolor/22x22/actions/transaction_import.png %%DATADIR%%/icons/hicolor/22x22/actions/unreconciled.png %%DATADIR%%/icons/hicolor/22x22/actions/update_prices.png %%DATADIR%%/icons/hicolor/32x32/actions/account-types-asset.png %%DATADIR%%/icons/hicolor/32x32/actions/account-types-cash.png %%DATADIR%%/icons/hicolor/32x32/actions/account-types-checking.png %%DATADIR%%/icons/hicolor/32x32/actions/account-types-credit-card.png %%DATADIR%%/icons/hicolor/32x32/actions/account-types-investments.png %%DATADIR%%/icons/hicolor/32x32/actions/account-types-liability.png %%DATADIR%%/icons/hicolor/32x32/actions/account-types-loan.png %%DATADIR%%/icons/hicolor/32x32/actions/account-types-reconciled.png %%DATADIR%%/icons/hicolor/32x32/actions/account-types-savings.png %%DATADIR%%/icons/hicolor/32x32/actions/account.png %%DATADIR%%/icons/hicolor/32x32/actions/budget.png %%DATADIR%%/icons/hicolor/32x32/actions/categories.png %%DATADIR%%/icons/hicolor/32x32/actions/forecast.png %%DATADIR%%/icons/hicolor/32x32/actions/home.png %%DATADIR%%/icons/hicolor/32x32/actions/institution.png %%DATADIR%%/icons/hicolor/32x32/actions/investment.png %%DATADIR%%/icons/hicolor/32x32/actions/ledger.png %%DATADIR%%/icons/hicolor/32x32/actions/online-banking.png %%DATADIR%%/icons/hicolor/32x32/actions/payee.png %%DATADIR%%/icons/hicolor/32x32/actions/report.png %%DATADIR%%/icons/hicolor/32x32/actions/schedule.png %%DATADIR%%/icons/hicolor/48x48/actions/account-types-asset.png %%DATADIR%%/icons/hicolor/48x48/actions/account-types-cash.png %%DATADIR%%/icons/hicolor/48x48/actions/account-types-checking.png %%DATADIR%%/icons/hicolor/48x48/actions/account-types-credit-card.png %%DATADIR%%/icons/hicolor/48x48/actions/account-types-investments.png %%DATADIR%%/icons/hicolor/48x48/actions/account-types-liability.png %%DATADIR%%/icons/hicolor/48x48/actions/account-types-loan.png %%DATADIR%%/icons/hicolor/48x48/actions/account-types-savings.png %%DATADIR%%/icons/hicolor/48x48/actions/account.png %%DATADIR%%/icons/hicolor/48x48/actions/budget.png %%DATADIR%%/icons/hicolor/48x48/actions/categories.png %%DATADIR%%/icons/hicolor/48x48/actions/forecast.png %%DATADIR%%/icons/hicolor/48x48/actions/home.png %%DATADIR%%/icons/hicolor/48x48/actions/institution.png %%DATADIR%%/icons/hicolor/48x48/actions/investment.png %%DATADIR%%/icons/hicolor/48x48/actions/ledger.png %%DATADIR%%/icons/hicolor/48x48/actions/online-banking.png %%DATADIR%%/icons/hicolor/48x48/actions/payee.png %%DATADIR%%/icons/hicolor/48x48/actions/report.png %%DATADIR%%/icons/hicolor/48x48/actions/schedule.png %%DATADIR%%/icons/hicolor/64x64/actions/account-types-asset.png %%DATADIR%%/icons/hicolor/64x64/actions/account-types-cash.png %%DATADIR%%/icons/hicolor/64x64/actions/account-types-checking.png %%DATADIR%%/icons/hicolor/64x64/actions/account-types-credit-card.png %%DATADIR%%/icons/hicolor/64x64/actions/account-types-investments.png %%DATADIR%%/icons/hicolor/64x64/actions/account-types-liability.png %%DATADIR%%/icons/hicolor/64x64/actions/account-types-loan.png %%DATADIR%%/icons/hicolor/64x64/actions/account-types-savings.png %%DATADIR%%/icons/hicolor/64x64/actions/account.png %%DATADIR%%/icons/hicolor/64x64/actions/budget.png %%DATADIR%%/icons/hicolor/64x64/actions/categories.png %%DATADIR%%/icons/hicolor/64x64/actions/forecast.png %%DATADIR%%/icons/hicolor/64x64/actions/home.png %%DATADIR%%/icons/hicolor/64x64/actions/institution.png %%DATADIR%%/icons/hicolor/64x64/actions/investment.png %%DATADIR%%/icons/hicolor/64x64/actions/ledger.png %%DATADIR%%/icons/hicolor/64x64/actions/online-banking.png %%DATADIR%%/icons/hicolor/64x64/actions/payee.png %%DATADIR%%/icons/hicolor/64x64/actions/report.png %%DATADIR%%/icons/hicolor/64x64/actions/schedule.png %%DATADIR%%/icons/oxygen/128x128/actions/account-add.png %%DATADIR%%/icons/oxygen/128x128/actions/account-close.png %%DATADIR%%/icons/oxygen/128x128/actions/account-delete.png %%DATADIR%%/icons/oxygen/128x128/actions/account-types-asset.png %%DATADIR%%/icons/oxygen/128x128/actions/account-types-cash.png %%DATADIR%%/icons/oxygen/128x128/actions/account-types-checking.png %%DATADIR%%/icons/oxygen/128x128/actions/account-types-closed.png %%DATADIR%%/icons/oxygen/128x128/actions/account-types-credit-card.png %%DATADIR%%/icons/oxygen/128x128/actions/account-types-expense.png %%DATADIR%%/icons/oxygen/128x128/actions/account-types-income.png %%DATADIR%%/icons/oxygen/128x128/actions/account-types-investments.png %%DATADIR%%/icons/oxygen/128x128/actions/account-types-liability.png %%DATADIR%%/icons/oxygen/128x128/actions/account-types-loan.png %%DATADIR%%/icons/oxygen/128x128/actions/account-types-reconciled.png %%DATADIR%%/icons/oxygen/128x128/actions/account-types-savings.png %%DATADIR%%/icons/oxygen/128x128/actions/account.png %%DATADIR%%/icons/oxygen/128x128/actions/budget.png %%DATADIR%%/icons/oxygen/128x128/actions/categories.png %%DATADIR%%/icons/oxygen/128x128/actions/forecast.png %%DATADIR%%/icons/oxygen/128x128/actions/institution-add.png %%DATADIR%%/icons/oxygen/128x128/actions/institution.png %%DATADIR%%/icons/oxygen/128x128/actions/investment.png %%DATADIR%%/icons/oxygen/128x128/actions/ledger.png %%DATADIR%%/icons/oxygen/128x128/actions/office-chart-tall-pie.png %%DATADIR%%/icons/oxygen/128x128/actions/online-banking.png %%DATADIR%%/icons/oxygen/128x128/actions/reconcile.png %%DATADIR%%/icons/oxygen/128x128/actions/transaction-find.png %%DATADIR%%/icons/oxygen/128x128/actions/transaction-report.png %%DATADIR%%/icons/oxygen/128x128/actions/transaction.png %%DATADIR%%/icons/oxygen/16x16/actions/account-add.png %%DATADIR%%/icons/oxygen/16x16/actions/account-close.png %%DATADIR%%/icons/oxygen/16x16/actions/account-delete.png %%DATADIR%%/icons/oxygen/16x16/actions/account-edit.png %%DATADIR%%/icons/oxygen/16x16/actions/account-reopen.png %%DATADIR%%/icons/oxygen/16x16/actions/account-types-asset.png %%DATADIR%%/icons/oxygen/16x16/actions/account-types-cash.png %%DATADIR%%/icons/oxygen/16x16/actions/account-types-checking.png %%DATADIR%%/icons/oxygen/16x16/actions/account-types-closed.png %%DATADIR%%/icons/oxygen/16x16/actions/account-types-credit-card.png %%DATADIR%%/icons/oxygen/16x16/actions/account-types-expense.png %%DATADIR%%/icons/oxygen/16x16/actions/account-types-income.png %%DATADIR%%/icons/oxygen/16x16/actions/account-types-investments.png %%DATADIR%%/icons/oxygen/16x16/actions/account-types-liability.png %%DATADIR%%/icons/oxygen/16x16/actions/account-types-loan.png %%DATADIR%%/icons/oxygen/16x16/actions/account-types-reconciled.png %%DATADIR%%/icons/oxygen/16x16/actions/account-types-savings.png %%DATADIR%%/icons/oxygen/16x16/actions/account-update-online-all.png %%DATADIR%%/icons/oxygen/16x16/actions/account-update-online.png %%DATADIR%%/icons/oxygen/16x16/actions/account.png %%DATADIR%%/icons/oxygen/16x16/actions/backup.png %%DATADIR%%/icons/oxygen/16x16/actions/bank.png %%DATADIR%%/icons/oxygen/16x16/actions/budget-add.png %%DATADIR%%/icons/oxygen/16x16/actions/budget-delete.png %%DATADIR%%/icons/oxygen/16x16/actions/budget-edit.png %%DATADIR%%/icons/oxygen/16x16/actions/budget.png %%DATADIR%%/icons/oxygen/16x16/actions/categories.png %%DATADIR%%/icons/oxygen/16x16/actions/category-delete.png %%DATADIR%%/icons/oxygen/16x16/actions/category-edit.png %%DATADIR%%/icons/oxygen/16x16/actions/forecast.png %%DATADIR%%/icons/oxygen/16x16/actions/hide-categories.png %%DATADIR%%/icons/oxygen/16x16/actions/hide-reconciled.png %%DATADIR%%/icons/oxygen/16x16/actions/institution-add.png %%DATADIR%%/icons/oxygen/16x16/actions/institution-delete.png %%DATADIR%%/icons/oxygen/16x16/actions/institution-edit.png %%DATADIR%%/icons/oxygen/16x16/actions/institution.png %%DATADIR%%/icons/oxygen/16x16/actions/investment-add.png %%DATADIR%%/icons/oxygen/16x16/actions/investment-delete.png %%DATADIR%%/icons/oxygen/16x16/actions/investment-edit.png %%DATADIR%%/icons/oxygen/16x16/actions/investment-update-online-all.png %%DATADIR%%/icons/oxygen/16x16/actions/investment-update-online.png %%DATADIR%%/icons/oxygen/16x16/actions/investment.png %%DATADIR%%/icons/oxygen/16x16/actions/ledger.png %%DATADIR%%/icons/oxygen/16x16/actions/office-chart-tall-pie.png %%DATADIR%%/icons/oxygen/16x16/actions/online-banking.png %%DATADIR%%/icons/oxygen/16x16/actions/payee-rename.png %%DATADIR%%/icons/oxygen/16x16/actions/reconcile-finish.png %%DATADIR%%/icons/oxygen/16x16/actions/reconcile.png %%DATADIR%%/icons/oxygen/16x16/actions/transaction-add.png %%DATADIR%%/icons/oxygen/16x16/actions/transaction-delete.png %%DATADIR%%/icons/oxygen/16x16/actions/transaction-edit.png %%DATADIR%%/icons/oxygen/16x16/actions/transaction-find.png %%DATADIR%%/icons/oxygen/16x16/actions/transaction-report.png %%DATADIR%%/icons/oxygen/16x16/actions/transaction-split.png %%DATADIR%%/icons/oxygen/22x22/actions/account-add.png %%DATADIR%%/icons/oxygen/22x22/actions/account-close.png %%DATADIR%%/icons/oxygen/22x22/actions/account-delete.png %%DATADIR%%/icons/oxygen/22x22/actions/account-edit.png %%DATADIR%%/icons/oxygen/22x22/actions/account-reopen.png %%DATADIR%%/icons/oxygen/22x22/actions/account-types-asset.png %%DATADIR%%/icons/oxygen/22x22/actions/account-types-cash.png %%DATADIR%%/icons/oxygen/22x22/actions/account-types-checking.png %%DATADIR%%/icons/oxygen/22x22/actions/account-types-closed.png %%DATADIR%%/icons/oxygen/22x22/actions/account-types-credit-card.png %%DATADIR%%/icons/oxygen/22x22/actions/account-types-expense.png %%DATADIR%%/icons/oxygen/22x22/actions/account-types-income.png %%DATADIR%%/icons/oxygen/22x22/actions/account-types-investments.png %%DATADIR%%/icons/oxygen/22x22/actions/account-types-liability.png %%DATADIR%%/icons/oxygen/22x22/actions/account-types-loan.png %%DATADIR%%/icons/oxygen/22x22/actions/account-types-reconciled.png %%DATADIR%%/icons/oxygen/22x22/actions/account-types-savings.png %%DATADIR%%/icons/oxygen/22x22/actions/account-update-online-all.png %%DATADIR%%/icons/oxygen/22x22/actions/account-update-online.png %%DATADIR%%/icons/oxygen/22x22/actions/account.png %%DATADIR%%/icons/oxygen/22x22/actions/attention.png %%DATADIR%%/icons/oxygen/22x22/actions/backup.png %%DATADIR%%/icons/oxygen/22x22/actions/bank.png %%DATADIR%%/icons/oxygen/22x22/actions/budget-add.png %%DATADIR%%/icons/oxygen/22x22/actions/budget-delete.png %%DATADIR%%/icons/oxygen/22x22/actions/budget-edit.png %%DATADIR%%/icons/oxygen/22x22/actions/budget.png %%DATADIR%%/icons/oxygen/22x22/actions/categories.png %%DATADIR%%/icons/oxygen/22x22/actions/category-delete.png %%DATADIR%%/icons/oxygen/22x22/actions/category-edit.png %%DATADIR%%/icons/oxygen/22x22/actions/forecast.png %%DATADIR%%/icons/oxygen/22x22/actions/hide-categories.png %%DATADIR%%/icons/oxygen/22x22/actions/hide-reconciled.png %%DATADIR%%/icons/oxygen/22x22/actions/institution-add.png %%DATADIR%%/icons/oxygen/22x22/actions/institution-delete.png %%DATADIR%%/icons/oxygen/22x22/actions/institution-edit.png %%DATADIR%%/icons/oxygen/22x22/actions/institution.png %%DATADIR%%/icons/oxygen/22x22/actions/investment-add.png %%DATADIR%%/icons/oxygen/22x22/actions/investment-delete.png %%DATADIR%%/icons/oxygen/22x22/actions/investment-update-online-all.png %%DATADIR%%/icons/oxygen/22x22/actions/investment-update-online.png %%DATADIR%%/icons/oxygen/22x22/actions/investment.png %%DATADIR%%/icons/oxygen/22x22/actions/ledger.png %%DATADIR%%/icons/oxygen/22x22/actions/office-chart-tall-pie.png %%DATADIR%%/icons/oxygen/22x22/actions/online-banking.png %%DATADIR%%/icons/oxygen/22x22/actions/payee-rename.png %%DATADIR%%/icons/oxygen/22x22/actions/reconcile-finish.png %%DATADIR%%/icons/oxygen/22x22/actions/reconcile.png %%DATADIR%%/icons/oxygen/22x22/actions/transaction-add.png %%DATADIR%%/icons/oxygen/22x22/actions/transaction-delete.png %%DATADIR%%/icons/oxygen/22x22/actions/transaction-edit.png %%DATADIR%%/icons/oxygen/22x22/actions/transaction-find.png %%DATADIR%%/icons/oxygen/22x22/actions/transaction-report.png %%DATADIR%%/icons/oxygen/32x32/actions/account-add.png %%DATADIR%%/icons/oxygen/32x32/actions/account-close.png %%DATADIR%%/icons/oxygen/32x32/actions/account-delete.png %%DATADIR%%/icons/oxygen/32x32/actions/account-types-asset.png %%DATADIR%%/icons/oxygen/32x32/actions/account-types-cash.png %%DATADIR%%/icons/oxygen/32x32/actions/account-types-checking.png %%DATADIR%%/icons/oxygen/32x32/actions/account-types-closed.png %%DATADIR%%/icons/oxygen/32x32/actions/account-types-credit-card.png %%DATADIR%%/icons/oxygen/32x32/actions/account-types-expense.png %%DATADIR%%/icons/oxygen/32x32/actions/account-types-income.png %%DATADIR%%/icons/oxygen/32x32/actions/account-types-investments.png %%DATADIR%%/icons/oxygen/32x32/actions/account-types-liability.png %%DATADIR%%/icons/oxygen/32x32/actions/account-types-loan.png %%DATADIR%%/icons/oxygen/32x32/actions/account-types-reconciled.png %%DATADIR%%/icons/oxygen/32x32/actions/account-types-savings.png %%DATADIR%%/icons/oxygen/32x32/actions/account.png %%DATADIR%%/icons/oxygen/32x32/actions/budget.png %%DATADIR%%/icons/oxygen/32x32/actions/categories.png %%DATADIR%%/icons/oxygen/32x32/actions/forecast.png %%DATADIR%%/icons/oxygen/32x32/actions/hide-reconciled.png %%DATADIR%%/icons/oxygen/32x32/actions/institution-add.png %%DATADIR%%/icons/oxygen/32x32/actions/institution.png %%DATADIR%%/icons/oxygen/32x32/actions/investment.png %%DATADIR%%/icons/oxygen/32x32/actions/ledger.png %%DATADIR%%/icons/oxygen/32x32/actions/office-chart-tall-pie.png %%DATADIR%%/icons/oxygen/32x32/actions/online-banking.png %%DATADIR%%/icons/oxygen/32x32/actions/reconcile.png %%DATADIR%%/icons/oxygen/32x32/actions/transaction-find.png %%DATADIR%%/icons/oxygen/32x32/actions/transaction-report.png %%DATADIR%%/icons/oxygen/48x48/actions/account-add.png %%DATADIR%%/icons/oxygen/48x48/actions/account-close.png %%DATADIR%%/icons/oxygen/48x48/actions/account-delete.png %%DATADIR%%/icons/oxygen/48x48/actions/account-types-asset.png %%DATADIR%%/icons/oxygen/48x48/actions/account-types-cash.png %%DATADIR%%/icons/oxygen/48x48/actions/account-types-checking.png %%DATADIR%%/icons/oxygen/48x48/actions/account-types-closed.png %%DATADIR%%/icons/oxygen/48x48/actions/account-types-credit-card.png %%DATADIR%%/icons/oxygen/48x48/actions/account-types-expense.png %%DATADIR%%/icons/oxygen/48x48/actions/account-types-income.png %%DATADIR%%/icons/oxygen/48x48/actions/account-types-investments.png %%DATADIR%%/icons/oxygen/48x48/actions/account-types-liability.png %%DATADIR%%/icons/oxygen/48x48/actions/account-types-loan.png %%DATADIR%%/icons/oxygen/48x48/actions/account-types-reconciled.png %%DATADIR%%/icons/oxygen/48x48/actions/account-types-savings.png %%DATADIR%%/icons/oxygen/48x48/actions/account.png %%DATADIR%%/icons/oxygen/48x48/actions/budget.png %%DATADIR%%/icons/oxygen/48x48/actions/categories.png %%DATADIR%%/icons/oxygen/48x48/actions/forecast.png %%DATADIR%%/icons/oxygen/48x48/actions/hide-reconciled.png %%DATADIR%%/icons/oxygen/48x48/actions/institution.png %%DATADIR%%/icons/oxygen/48x48/actions/investment.png %%DATADIR%%/icons/oxygen/48x48/actions/ledger.png %%DATADIR%%/icons/oxygen/48x48/actions/office-chart-tall-pie.png %%DATADIR%%/icons/oxygen/48x48/actions/online-banking.png %%DATADIR%%/icons/oxygen/48x48/actions/reconcile.png %%DATADIR%%/icons/oxygen/48x48/actions/transaction-find.png %%DATADIR%%/icons/oxygen/48x48/actions/transaction-report.png %%DATADIR%%/icons/oxygen/64x64/actions/account-add.png %%DATADIR%%/icons/oxygen/64x64/actions/account-close.png %%DATADIR%%/icons/oxygen/64x64/actions/account-delete.png %%DATADIR%%/icons/oxygen/64x64/actions/account-types-asset.png %%DATADIR%%/icons/oxygen/64x64/actions/account-types-cash.png %%DATADIR%%/icons/oxygen/64x64/actions/account-types-checking.png %%DATADIR%%/icons/oxygen/64x64/actions/account-types-closed.png %%DATADIR%%/icons/oxygen/64x64/actions/account-types-credit-card.png %%DATADIR%%/icons/oxygen/64x64/actions/account-types-expense.png %%DATADIR%%/icons/oxygen/64x64/actions/account-types-income.png %%DATADIR%%/icons/oxygen/64x64/actions/account-types-investments.png %%DATADIR%%/icons/oxygen/64x64/actions/account-types-liability.png %%DATADIR%%/icons/oxygen/64x64/actions/account-types-loan.png %%DATADIR%%/icons/oxygen/64x64/actions/account-types-reconciled.png %%DATADIR%%/icons/oxygen/64x64/actions/account-types-savings.png %%DATADIR%%/icons/oxygen/64x64/actions/account.png %%DATADIR%%/icons/oxygen/64x64/actions/budget.png %%DATADIR%%/icons/oxygen/64x64/actions/categories.png %%DATADIR%%/icons/oxygen/64x64/actions/forecast.png %%DATADIR%%/icons/oxygen/64x64/actions/institution-add.png %%DATADIR%%/icons/oxygen/64x64/actions/institution.png %%DATADIR%%/icons/oxygen/64x64/actions/investment.png %%DATADIR%%/icons/oxygen/64x64/actions/ledger.png %%DATADIR%%/icons/oxygen/64x64/actions/office-chart-tall-pie.png %%DATADIR%%/icons/oxygen/64x64/actions/online-banking.png %%DATADIR%%/icons/oxygen/64x64/actions/reconcile.png %%DATADIR%%/icons/oxygen/64x64/actions/transaction-find.png %%DATADIR%%/icons/oxygen/64x64/actions/transaction-report.png %%DATADIR%%/icons/oxygen/scalable/actions/account-add.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-close.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-delete.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-edit.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-reopen.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-types-asset.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-types-cash.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-types-checking.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-types-closed.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-types-credit-card.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-types-expense.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-types-income.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-types-investments.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-types-liability.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-types-loan.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-types-reconciled.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-types-savings.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-update-online-all.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account-update-online.svgz %%DATADIR%%/icons/oxygen/scalable/actions/account.svgz %%DATADIR%%/icons/oxygen/scalable/actions/backup.svgz %%DATADIR%%/icons/oxygen/scalable/actions/budget-add.svgz %%DATADIR%%/icons/oxygen/scalable/actions/budget-delete.svgz %%DATADIR%%/icons/oxygen/scalable/actions/budget-edit.svgz %%DATADIR%%/icons/oxygen/scalable/actions/budget.svgz %%DATADIR%%/icons/oxygen/scalable/actions/categories.svgz %%DATADIR%%/icons/oxygen/scalable/actions/category-delete.svgz %%DATADIR%%/icons/oxygen/scalable/actions/category-edit.svgz %%DATADIR%%/icons/oxygen/scalable/actions/forecast.svgz %%DATADIR%%/icons/oxygen/scalable/actions/hide-categories.svgz %%DATADIR%%/icons/oxygen/scalable/actions/hide-reconciled.svgz %%DATADIR%%/icons/oxygen/scalable/actions/institution-add.svgz %%DATADIR%%/icons/oxygen/scalable/actions/institution-delete.svgz %%DATADIR%%/icons/oxygen/scalable/actions/institution-edit.svgz %%DATADIR%%/icons/oxygen/scalable/actions/institution.svgz %%DATADIR%%/icons/oxygen/scalable/actions/investment-add.svgz %%DATADIR%%/icons/oxygen/scalable/actions/investment-delete.svgz %%DATADIR%%/icons/oxygen/scalable/actions/investment-edit.svgz %%DATADIR%%/icons/oxygen/scalable/actions/investment-update-online-all.svgz %%DATADIR%%/icons/oxygen/scalable/actions/investment-update-online.svgz %%DATADIR%%/icons/oxygen/scalable/actions/investment.svgz %%DATADIR%%/icons/oxygen/scalable/actions/ledger.svgz %%DATADIR%%/icons/oxygen/scalable/actions/office-chart-tall-pie.svgz %%DATADIR%%/icons/oxygen/scalable/actions/online-banking.svgz %%DATADIR%%/icons/oxygen/scalable/actions/payee-rename.svgz %%DATADIR%%/icons/oxygen/scalable/actions/reconcile-finish.svgz %%DATADIR%%/icons/oxygen/scalable/actions/reconcile.svgz %%DATADIR%%/icons/oxygen/scalable/actions/transaction-add.svgz %%DATADIR%%/icons/oxygen/scalable/actions/transaction-delete.svgz %%DATADIR%%/icons/oxygen/scalable/actions/transaction-edit.svgz %%DATADIR%%/icons/oxygen/scalable/actions/transaction-find.svgz %%DATADIR%%/icons/oxygen/scalable/actions/transaction-report.svgz %%DATADIR%%/icons/oxygen/scalable/actions/transaction.svgz %%DATADIR%%/misc/financequote.pl %%DATADIR%%/pics/l10n/de/startlogo.png %%DATADIR%%/pics/l10n/es/startlogo.png %%DATADIR%%/pics/l10n/hu/startlogo.png %%DATADIR%%/pics/l10n/it/startlogo.png %%DATADIR%%/pics/l10n/pl/startlogo.png %%DATADIR%%/pics/l10n/pt_BR/startlogo.png %%DATADIR%%/pics/l10n/ro/startlogo.png %%DATADIR%%/pics/l10n/ru/startlogo.png %%DATADIR%%/pics/l10n/sv/startlogo.png %%DATADIR%%/pics/l10n/uk/startlogo.png %%DATADIR%%/pics/startlogo.png %%DATADIR%%/pics/titlelabel_background.png %%DATADIR%%/templates/C/brokerage.kmt %%DATADIR%%/templates/C/business.kmt %%DATADIR%%/templates/C/carloan.kmt %%DATADIR%%/templates/C/cdmoneymkt.kmt %%DATADIR%%/templates/C/checkbook.kmt %%DATADIR%%/templates/C/childcare.kmt %%DATADIR%%/templates/C/common.kmt %%DATADIR%%/templates/C/default_categories-template.kmt %%DATADIR%%/templates/C/eduloan.kmt %%DATADIR%%/templates/C/fixedassets.kmt %%DATADIR%%/templates/C/full.kmt %%DATADIR%%/templates/C/homeloan.kmt %%DATADIR%%/templates/C/homeown.kmt %%DATADIR%%/templates/C/old-default_accounts.kmt %%DATADIR%%/templates/C/otherloan.kmt %%DATADIR%%/templates/C/renter.kmt %%DATADIR%%/templates/C/retiremt.kmt %%DATADIR%%/templates/C/spouseinc.kmt %%DATADIR%%/templates/C/spouseretire.kmt %%DATADIR%%/templates/de_AT/auto.kmt %%DATADIR%%/templates/de_AT/autoloan.kmt %%DATADIR%%/templates/de_AT/brokerage.kmt %%DATADIR%%/templates/de_AT/business.kmt %%DATADIR%%/templates/de_AT/common.kmt %%DATADIR%%/templates/de_AT/houseown.kmt %%DATADIR%%/templates/de_AT/investment.kmt %%DATADIR%%/templates/de_AT/kids.kmt %%DATADIR%%/templates/de_CH/brokerage.kmt %%DATADIR%%/templates/de_CH/chkmu.kmt %%DATADIR%%/templates/de_CH/common.kmt %%DATADIR%%/templates/de_CH/kids.kmt %%DATADIR%%/templates/de_CH/otherasset.kmt %%DATADIR%%/templates/de_CH/otherloan.kmt %%DATADIR%%/templates/de_DE/auto.kmt %%DATADIR%%/templates/de_DE/autoloan.kmt %%DATADIR%%/templates/de_DE/brokerage.kmt %%DATADIR%%/templates/de_DE/common.kmt %%DATADIR%%/templates/de_DE/default_accounts.kmt %%DATADIR%%/templates/de_DE/full.kmt %%DATADIR%%/templates/de_DE/houseown.kmt %%DATADIR%%/templates/de_DE/investment.kmt %%DATADIR%%/templates/de_DE/kids.kmt %%DATADIR%%/templates/de_DE/otherasset.kmt %%DATADIR%%/templates/de_DE/otherloan.kmt %%DATADIR%%/templates/de_DE/skr03.kmt %%DATADIR%%/templates/de_DE/skr04.kmt %%DATADIR%%/templates/de_DE/skr49.kmt %%DATADIR%%/templates/de_DE/studium.kmt %%DATADIR%%/templates/de_DE/wohnungsw.kmt %%DATADIR%%/templates/dk/car.kmt %%DATADIR%%/templates/dk/common.kmt %%DATADIR%%/templates/dk/homeloan.kmt %%DATADIR%%/templates/dk/homeown.kmt %%DATADIR%%/templates/el_GR/brokerage.kmt %%DATADIR%%/templates/el_GR/carloan.kmt %%DATADIR%%/templates/el_GR/common.kmt %%DATADIR%%/templates/en_CA/automobile.kmt %%DATADIR%%/templates/en_CA/basicaccount.kmt %%DATADIR%%/templates/en_CA/brokerageinvestments.kmt %%DATADIR%%/templates/en_CA/cdgicmoneymarket.kmt %%DATADIR%%/templates/en_CA/checkbook.kmt %%DATADIR%%/templates/en_CA/daycare.kmt %%DATADIR%%/templates/en_CA/fixedassets.kmt %%DATADIR%%/templates/en_CA/homeowner.kmt %%DATADIR%%/templates/en_CA/houserent.kmt %%DATADIR%%/templates/en_CA/income.kmt %%DATADIR%%/templates/en_CA/incomespouse.kmt %%DATADIR%%/templates/en_CA/retimentspouse.kmt %%DATADIR%%/templates/en_CA/retirement.kmt %%DATADIR%%/templates/en_CA/studyloan.kmt %%DATADIR%%/templates/en_GB/brokerage.kmt %%DATADIR%%/templates/en_GB/business.kmt %%DATADIR%%/templates/en_GB/carloan.kmt %%DATADIR%%/templates/en_GB/cdmoneymkt.kmt %%DATADIR%%/templates/en_GB/checkbook.kmt %%DATADIR%%/templates/en_GB/childcare.kmt %%DATADIR%%/templates/en_GB/common.kmt %%DATADIR%%/templates/en_GB/default_accounts.kmt %%DATADIR%%/templates/en_GB/eduloan.kmt %%DATADIR%%/templates/en_GB/fixedassets.kmt %%DATADIR%%/templates/en_GB/full.kmt %%DATADIR%%/templates/en_GB/homeloan.kmt %%DATADIR%%/templates/en_GB/homeown.kmt %%DATADIR%%/templates/en_GB/otherloan.kmt %%DATADIR%%/templates/en_GB/renter.kmt %%DATADIR%%/templates/en_GB/retiremt.kmt %%DATADIR%%/templates/en_GB/spouseinc.kmt %%DATADIR%%/templates/en_GB/spouseretire.kmt %%DATADIR%%/templates/en_GB/uk-vat.kmt %%DATADIR%%/templates/en_US/0.6-default_accounts.kmt %%DATADIR%%/templates/en_US/0.8-default_accounts.kmt %%DATADIR%%/templates/en_US/Base-Blank.kmt %%DATADIR%%/templates/en_US/Base-Detailed.kmt %%DATADIR%%/templates/en_US/Base-Simple.kmt %%DATADIR%%/templates/en_US/House.kmt %%DATADIR%%/templates/en_US/Pets.kmt %%DATADIR%%/templates/en_US/Retirement.kmt %%DATADIR%%/templates/en_US/ScheduleA_itemized-deductions.kmt %%DATADIR%%/templates/en_US/ScheduleBandD.kmt %%DATADIR%%/templates/en_US/ScheduleC_business.kmt %%DATADIR%%/templates/en_US/ScheduleE_rental-property.kmt %%DATADIR%%/templates/en_US/ScheduleF_farming.kmt %%DATADIR%%/templates/en_US/kids.kmt %%DATADIR%%/templates/es_AR/brokerage.kmt %%DATADIR%%/templates/es_AR/carloan.kmt %%DATADIR%%/templates/es_AR/cdmoneymkt.kmt %%DATADIR%%/templates/es_AR/childcare.kmt %%DATADIR%%/templates/es_AR/common.kmt %%DATADIR%%/templates/es_AR/currency.kmt %%DATADIR%%/templates/es_AR/default_accounts.kmt %%DATADIR%%/templates/es_AR/eduloan.kmt %%DATADIR%%/templates/es_AR/fixedassets.kmt %%DATADIR%%/templates/es_AR/homeloan.kmt %%DATADIR%%/templates/es_AR/homeown.kmt %%DATADIR%%/templates/es_AR/otherloan.kmt %%DATADIR%%/templates/es_AR/renter.kmt %%DATADIR%%/templates/es_AR/retiremt.kmt %%DATADIR%%/templates/es_AR/spouseinc.kmt %%DATADIR%%/templates/es_AR/spouseretire.kmt %%DATADIR%%/templates/es_ES/brokerage.kmt %%DATADIR%%/templates/es_ES/carloan.kmt %%DATADIR%%/templates/es_ES/cdmoneymkt.kmt %%DATADIR%%/templates/es_ES/childcare.kmt %%DATADIR%%/templates/es_ES/common.kmt %%DATADIR%%/templates/es_ES/currency.kmt %%DATADIR%%/templates/es_ES/default_accounts.kmt %%DATADIR%%/templates/es_ES/eduloan.kmt %%DATADIR%%/templates/es_ES/fixedassets.kmt %%DATADIR%%/templates/es_ES/homeloan.kmt %%DATADIR%%/templates/es_ES/homeown.kmt %%DATADIR%%/templates/es_ES/otherloan.kmt %%DATADIR%%/templates/es_ES/renter.kmt %%DATADIR%%/templates/es_ES/retiremt.kmt %%DATADIR%%/templates/es_ES/spouseinc.kmt %%DATADIR%%/templates/es_ES/spouseretire.kmt %%DATADIR%%/templates/es_MX/brokerage.kmt %%DATADIR%%/templates/es_MX/carloan.kmt %%DATADIR%%/templates/es_MX/cdmoneymkt.kmt %%DATADIR%%/templates/es_MX/childcare.kmt %%DATADIR%%/templates/es_MX/common.kmt %%DATADIR%%/templates/es_MX/currency.kmt %%DATADIR%%/templates/es_MX/eduloan.kmt %%DATADIR%%/templates/es_MX/fixedassets.kmt %%DATADIR%%/templates/es_MX/homeloan.kmt %%DATADIR%%/templates/es_MX/homeown.kmt %%DATADIR%%/templates/es_MX/otherloan.kmt %%DATADIR%%/templates/es_MX/renter.kmt %%DATADIR%%/templates/es_MX/retiremt.kmt %%DATADIR%%/templates/es_MX/spouseinc.kmt %%DATADIR%%/templates/es_MX/spouseretire.kmt %%DATADIR%%/templates/fr_CA/actifsfixes.kmt %%DATADIR%%/templates/fr_CA/automobile.kmt %%DATADIR%%/templates/fr_CA/basecommune.kmt %%DATADIR%%/templates/fr_CA/cdmarchemon.kmt %%DATADIR%%/templates/fr_CA/chequier.kmt %%DATADIR%%/templates/fr_CA/conjointretraite.kmt %%DATADIR%%/templates/fr_CA/conjointrev.kmt %%DATADIR%%/templates/fr_CA/courtage.kmt %%DATADIR%%/templates/fr_CA/etudeemprunt.kmt %%DATADIR%%/templates/fr_CA/garderie.kmt %%DATADIR%%/templates/fr_CA/locataire.kmt %%DATADIR%%/templates/fr_CA/proprietaire.kmt %%DATADIR%%/templates/fr_CA/retraite.kmt %%DATADIR%%/templates/fr_CA/revenus.kmt %%DATADIR%%/templates/fr_CH/brokerage.kmt %%DATADIR%%/templates/fr_CH/business.kmt %%DATADIR%%/templates/fr_CH/carloan.kmt %%DATADIR%%/templates/fr_CH/cdmoneymkt.kmt %%DATADIR%%/templates/fr_CH/childcare.kmt %%DATADIR%%/templates/fr_CH/common.kmt %%DATADIR%%/templates/fr_CH/currency.kmt %%DATADIR%%/templates/fr_CH/eduloan.kmt %%DATADIR%%/templates/fr_CH/fixedassets.kmt %%DATADIR%%/templates/fr_CH/homeloan.kmt %%DATADIR%%/templates/fr_CH/homeown.kmt %%DATADIR%%/templates/fr_CH/otherloan.kmt %%DATADIR%%/templates/fr_CH/renter.kmt %%DATADIR%%/templates/fr_CH/retiremt.kmt %%DATADIR%%/templates/fr_CH/spouseinc.kmt %%DATADIR%%/templates/fr_CH/spouseretire.kmt %%DATADIR%%/templates/fr_FR/brokerage.kmt %%DATADIR%%/templates/fr_FR/business.kmt %%DATADIR%%/templates/fr_FR/carloan.kmt %%DATADIR%%/templates/fr_FR/cdmoneymkt.kmt %%DATADIR%%/templates/fr_FR/childcare.kmt %%DATADIR%%/templates/fr_FR/common.kmt %%DATADIR%%/templates/fr_FR/comptes_par_default.kmt %%DATADIR%%/templates/fr_FR/currency.kmt %%DATADIR%%/templates/fr_FR/eduloan.kmt %%DATADIR%%/templates/fr_FR/fixedassets.kmt %%DATADIR%%/templates/fr_FR/homeloan.kmt %%DATADIR%%/templates/fr_FR/homeown.kmt %%DATADIR%%/templates/fr_FR/otherloan.kmt %%DATADIR%%/templates/fr_FR/renter.kmt %%DATADIR%%/templates/fr_FR/retiremt.kmt %%DATADIR%%/templates/fr_FR/spouseinc.kmt %%DATADIR%%/templates/fr_FR/spouseretire.kmt %%DATADIR%%/templates/gl_ES/default_accounts.kmt %%DATADIR%%/templates/hu_HU/brokerage.kmt %%DATADIR%%/templates/hu_HU/business.kmt %%DATADIR%%/templates/hu_HU/carloan.kmt %%DATADIR%%/templates/hu_HU/cdmoneymkt.kmt %%DATADIR%%/templates/hu_HU/checkbook.kmt %%DATADIR%%/templates/hu_HU/childcare.kmt %%DATADIR%%/templates/hu_HU/common.kmt %%DATADIR%%/templates/hu_HU/eduloan.kmt %%DATADIR%%/templates/hu_HU/fixedassets.kmt %%DATADIR%%/templates/hu_HU/homeloan.kmt %%DATADIR%%/templates/hu_HU/homeown.kmt %%DATADIR%%/templates/hu_HU/otherloan.kmt %%DATADIR%%/templates/hu_HU/renter.kmt %%DATADIR%%/templates/hu_HU/retiremt.kmt %%DATADIR%%/templates/hu_HU/spouseinc.kmt %%DATADIR%%/templates/hu_HU/spouseretire.kmt %%DATADIR%%/templates/it/brokerage.kmt %%DATADIR%%/templates/it/carloan.kmt %%DATADIR%%/templates/it/checkbook.kmt %%DATADIR%%/templates/it/childcare.kmt %%DATADIR%%/templates/it/common.kmt %%DATADIR%%/templates/it/fixedassets.kmt %%DATADIR%%/templates/it/homeloan.kmt %%DATADIR%%/templates/it/homeown.kmt %%DATADIR%%/templates/it/otherloan.kmt %%DATADIR%%/templates/it/renter.kmt %%DATADIR%%/templates/it/retiremt.kmt %%DATADIR%%/templates/it/spouseinc.kmt %%DATADIR%%/templates/it/spouseretire.kmt %%DATADIR%%/templates/ja_JP/brokerage.kmt %%DATADIR%%/templates/ja_JP/business.kmt %%DATADIR%%/templates/ja_JP/carloan.kmt %%DATADIR%%/templates/ja_JP/cdmoneymkt.kmt %%DATADIR%%/templates/ja_JP/checkbook.kmt %%DATADIR%%/templates/ja_JP/childcare.kmt %%DATADIR%%/templates/ja_JP/common.kmt %%DATADIR%%/templates/ja_JP/eduloan.kmt %%DATADIR%%/templates/ja_JP/fixedassets.kmt %%DATADIR%%/templates/ja_JP/full.kmt %%DATADIR%%/templates/ja_JP/homeloan.kmt %%DATADIR%%/templates/ja_JP/homeown.kmt %%DATADIR%%/templates/ja_JP/otherloan.kmt %%DATADIR%%/templates/ja_JP/renter.kmt %%DATADIR%%/templates/ja_JP/retiremt.kmt %%DATADIR%%/templates/ja_JP/spouseinc.kmt %%DATADIR%%/templates/ja_JP/spouseretire.kmt %%DATADIR%%/templates/nl_NL/checkbook.kmt %%DATADIR%%/templates/nl_NL/default_accounts.kmt %%DATADIR%%/templates/nl_NL/full.kmt %%DATADIR%%/templates/nl_NL/rgs_1.1.kmt %%DATADIR%%/templates/pt_BR/brokerage.kmt %%DATADIR%%/templates/pt_BR/carloan.kmt %%DATADIR%%/templates/pt_BR/cdmoneymkt.kmt %%DATADIR%%/templates/pt_BR/childcare.kmt %%DATADIR%%/templates/pt_BR/common.kmt %%DATADIR%%/templates/pt_BR/currency.kmt %%DATADIR%%/templates/pt_BR/default_accounts.kmt %%DATADIR%%/templates/pt_BR/eduloan.kmt %%DATADIR%%/templates/pt_BR/fixedassets.kmt %%DATADIR%%/templates/pt_BR/homeloan.kmt %%DATADIR%%/templates/pt_BR/homeown.kmt %%DATADIR%%/templates/pt_BR/otherloan.kmt %%DATADIR%%/templates/pt_BR/renter.kmt %%DATADIR%%/templates/pt_BR/retiremt.kmt %%DATADIR%%/templates/pt_BR/spouseinc.kmt %%DATADIR%%/templates/pt_BR/spouseretire.kmt %%DATADIR%%/templates/pt_PT/brokerage.kmt %%DATADIR%%/templates/pt_PT/carloan.kmt %%DATADIR%%/templates/pt_PT/cdmoneymkt.kmt %%DATADIR%%/templates/pt_PT/childcare.kmt %%DATADIR%%/templates/pt_PT/common.kmt %%DATADIR%%/templates/pt_PT/eduloan.kmt %%DATADIR%%/templates/pt_PT/fixedassets.kmt %%DATADIR%%/templates/pt_PT/homeloan.kmt %%DATADIR%%/templates/pt_PT/homeown.kmt %%DATADIR%%/templates/pt_PT/otherloan.kmt %%DATADIR%%/templates/pt_PT/renter.kmt %%DATADIR%%/templates/pt_PT/retiremt.kmt %%DATADIR%%/templates/pt_PT/spouseinc.kmt %%DATADIR%%/templates/pt_PT/spouseretire.kmt %%DATADIR%%/templates/ro_RO/carloan.kmt %%DATADIR%%/templates/ro_RO/common.kmt %%DATADIR%%/templates/ro_RO/default_categories-template.kmt %%DATADIR%%/templates/ro_RO/homeloan.kmt %%DATADIR%%/templates/ru_RU/common.kmt %%DATADIR%%/templates/ru_RU/default_accounts.kmt %%DATADIR%%/templates/ru_RU/homeloan.kmt %%DATADIR%%/templates/ru_RU/homeown.kmt %%DATADIR%%/templates/ru_RU/renter.kmt %%DATADIR%%/templates/sk/brokerage.kmt %%DATADIR%%/templates/sk/carloan.kmt %%DATADIR%%/templates/sk/cdmoneymkt.kmt %%DATADIR%%/templates/sk/childcare.kmt %%DATADIR%%/templates/sk/common.kmt %%DATADIR%%/templates/sk/currency.kmt %%DATADIR%%/templates/sk/eduloan.kmt %%DATADIR%%/templates/sk/fixedassets.kmt %%DATADIR%%/templates/sk/homeloan.kmt %%DATADIR%%/templates/sk/homeown.kmt %%DATADIR%%/templates/sk/otherloan.kmt %%DATADIR%%/templates/sk/renter.kmt %%DATADIR%%/templates/sk/retiremt.kmt %%DATADIR%%/templates/sk/spouseinc.kmt %%DATADIR%%/templates/sk/spouseretire.kmt %%DATADIR%%/templates/tr_TR/TEKDUZ.kmt %%DATADIR%%/templates/tr_TR/brokerage.kmt %%DATADIR%%/templates/tr_TR/carloan.kmt %%DATADIR%%/templates/tr_TR/cdmoneymkt.kmt %%DATADIR%%/templates/tr_TR/checkbook.kmt %%DATADIR%%/templates/tr_TR/common.kmt %%DATADIR%%/templates/tr_TR/fixedassets.kmt %%DATADIR%%/templates/tr_TR/homeloan.kmt %%DATADIR%%/templates/uk_UA/default_accounts.kmt %%DATADIR%%/templates/zh_CN/brokerage.kmt %%DATADIR%%/templates/zh_CN/business.kmt %%DATADIR%%/templates/zh_CN/carloan.kmt %%DATADIR%%/templates/zh_CN/cdmoneymkt.kmt %%DATADIR%%/templates/zh_CN/checkbook.kmt %%DATADIR%%/templates/zh_CN/childcare.kmt %%DATADIR%%/templates/zh_CN/common.kmt %%DATADIR%%/templates/zh_CN/default_accounts.kmt %%DATADIR%%/templates/zh_CN/eduloan.kmt %%DATADIR%%/templates/zh_CN/fixedassets.kmt %%DATADIR%%/templates/zh_CN/full.kmt %%DATADIR%%/templates/zh_CN/homeloan.kmt %%DATADIR%%/templates/zh_CN/homeown.kmt %%DATADIR%%/templates/zh_CN/otherloan.kmt %%DATADIR%%/templates/zh_CN/renter.kmt %%DATADIR%%/templates/zh_CN/retiremt.kmt %%DATADIR%%/templates/zh_CN/spouseinc.kmt %%DATADIR%%/templates/zh_CN/spouseretire.kmt %%DATADIR%%/templates/zh_HK/business.kmt %%DATADIR%%/templates/zh_TW/business.kmt %%DATADIR%%/tips %%WEBOOB%%%%DATADIR%%/weboob/kmymoneyweboob.py share/kservices5/kcm_checkprinting.desktop share/kservices5/kcm_csvimporter.desktop +share/kservices5/kcm_forecastview.desktop %%CALENDAR%%share/kservices5/kcm_icalendarexporter.desktop share/kservices5/kcm_qifexporter.desktop share/kservices5/kcm_qifimporter.desktop -share/kservices5/kmymoney-ibanbic-delegate.desktop -share/kservices5/kmymoney-ibanbic-storageplugin.desktop -share/kservices5/kmymoney-nationalaccount-delegate.desktop -share/kservices5/kmymoney-nationalaccount-storageplugin.desktop -share/kservicetypes5/ibanbicdata.desktop +share/kservices5/kcm_reportsview.desktop +share/kservices5/kcm_xmlstorage.desktop share/kservicetypes5/kmymoney-importerplugin.desktop -share/kservicetypes5/kmymoney-nationalaccountnumberplugin.desktop share/kservicetypes5/kmymoney-payeeidentifierdelegate.desktop -share/kservicetypes5/kmymoney-sqlstorageplugin.desktop share/kxmlgui5/checkprinting/checkprinting.rc share/kxmlgui5/csvexporter/csvexporter.rc share/kxmlgui5/csvimporter/csvimporter.rc -share/kxmlgui5/gncimporter/gncimporter.rc %%CALENDAR%%share/kxmlgui5/icalendarexporter/icalendarexporter.rc %%KBANKING%%share/kxmlgui5/kbanking/kbanking.rc %%OFX%%share/kxmlgui5/ofximporter/ofximporter.rc share/kxmlgui5/qifexporter/qifexporter.rc share/kxmlgui5/qifimporter/qifimporter.rc +share/kxmlgui5/sqlstorage/sqlstorage.rc %%WEBOOB%%share/kxmlgui5/weboob/weboob.rc share/locale/ar/LC_MESSAGES/kmymoney.mo share/locale/ast/LC_MESSAGES/kmymoney.mo share/locale/bg/LC_MESSAGES/kmymoney.mo share/locale/bs/LC_MESSAGES/kmymoney.mo share/locale/ca/LC_MESSAGES/kmymoney.mo share/locale/ca@valencia/LC_MESSAGES/kmymoney.mo share/locale/cs/LC_MESSAGES/kmymoney.mo share/locale/da/LC_MESSAGES/kmymoney.mo share/locale/de/LC_MESSAGES/kmymoney.mo share/locale/el/LC_MESSAGES/kmymoney.mo share/locale/en_GB/LC_MESSAGES/kmymoney.mo share/locale/eo/LC_MESSAGES/kmymoney.mo share/locale/es/LC_MESSAGES/kmymoney.mo share/locale/et/LC_MESSAGES/kmymoney.mo share/locale/eu/LC_MESSAGES/kmymoney.mo share/locale/fi/LC_MESSAGES/kmymoney.mo share/locale/fr/LC_MESSAGES/kmymoney.mo share/locale/ga/LC_MESSAGES/kmymoney.mo share/locale/gl/LC_MESSAGES/kmymoney.mo share/locale/hu/LC_MESSAGES/kmymoney.mo share/locale/ia/LC_MESSAGES/kmymoney.mo share/locale/it/LC_MESSAGES/kmymoney.mo share/locale/ja/LC_MESSAGES/kmymoney.mo share/locale/kk/LC_MESSAGES/kmymoney.mo share/locale/lt/LC_MESSAGES/kmymoney.mo share/locale/mr/LC_MESSAGES/kmymoney.mo share/locale/ms/LC_MESSAGES/kmymoney.mo share/locale/nds/LC_MESSAGES/kmymoney.mo share/locale/nl/LC_MESSAGES/kmymoney.mo share/locale/pl/LC_MESSAGES/kmymoney.mo share/locale/pt/LC_MESSAGES/kmymoney.mo share/locale/pt_BR/LC_MESSAGES/kmymoney.mo share/locale/ro/LC_MESSAGES/kmymoney.mo share/locale/ru/LC_MESSAGES/kmymoney.mo share/locale/sk/LC_MESSAGES/kmymoney.mo share/locale/sv/LC_MESSAGES/kmymoney.mo share/locale/tr/LC_MESSAGES/kmymoney.mo share/locale/ug/LC_MESSAGES/kmymoney.mo share/locale/uk/LC_MESSAGES/kmymoney.mo share/locale/zh_CN/LC_MESSAGES/kmymoney.mo share/locale/zh_TW/LC_MESSAGES/kmymoney.mo share/metainfo/org.kde.kmymoney.appdata.xml share/mime/packages/x-kmymoney.xml