(GPG now works with trunk) |
(Replace libkleo w/ qgpgme) |
||
Line 194: | Line 194: | ||
I will try to keep the strings together and work on coordination for the integration of/with other KDE applications. On the code front maybe setting up the Qt-Designer plugin for the KMyMoney widgets. | I will try to keep the strings together and work on coordination for the integration of/with other KDE applications. On the code front maybe setting up the Qt-Designer plugin for the KMyMoney widgets. | ||
− | *<s>Getting the GPG encryption to work with either [http://api.kde.org/kdesupport-api/kdesupport-apidocs/qca/html/index.html QCA] or [http://api.kde.org/4.1-api/kdepim-apidocs/libkleo/html/index.html libkleo]</s> Replaced using [http://api.kde.org/4. | + | *<s>Getting the GPG encryption to work with either [http://api.kde.org/kdesupport-api/kdesupport-apidocs/qca/html/index.html QCA] or [http://api.kde.org/4.1-api/kdepim-apidocs/libkleo/html/index.html libkleo]</s> Replaced using [http://api.kde.org/4.x-api/kdepimlibs-apidocs/qgpgme/html/index.html QGpgME] |
*Replace kMyMoneyDateInput with [http://api.kde.org/4.x-api/kdepim-apidocs/libkdepim/html/classKPIM_1_1KDateEdit.html KPIM::KDateEdit] | *Replace kMyMoneyDateInput with [http://api.kde.org/4.x-api/kdepim-apidocs/libkdepim/html/classKPIM_1_1KDateEdit.html KPIM::KDateEdit] | ||
*Separate the base and constructed widgets into their own libs | *Separate the base and constructed widgets into their own libs |
This page is dedicated to discuss issues related to the port to KDE4. The effort is ongoing and it is not considered stable. It is only suitable for early adopters. If you are looking for the stable version, go to the official page of KMyMoney
KMyMoney 3.95 has been released on Dec 28th 2009 tarball.
Alternatively, you can get the source from the KDE SVN. (see link below)
KMyMoney depends on KDE SC 4.3. Specifically on kdelibs and kde PIM libs. Additionally, you may want to install other libraries that will provide additional functionality:
Please note that KMyMoney cannot be compiled using KDE SC 4.4 (trunk) right now due to an undefined method in a PIM class. We are currently trying to solve the issue with the PIM guys.
Get the source from KDE SVN or the latest tarball from https://sourceforge.net/projects/kmymoney2/files/KMyMoney-KDE4/3.95.0/kmymoney-3.95.0.tar.bz2/download
To install read the README.cmake file in the root folder of the source. The basic steps are the following:
$ mkdir build $ cd build $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ $ make $ make install
(this last step should be executed with admin privileges. Either switch to root or use sudo, or the appropriate steps for your installation)
To execute, either look for KMyMoney on the Office menu, or type kmymoney in a console window.
If you are installing from SVN source, you need to install your locale files by hand. If you are installing from the tarball provided above, please skip this section.
To localize you will need to download the appropriate kmymoney.po file from http://websvn.kde.org/trunk/l10n-kde4/<country_code>/messages/playground-office/ (replace <country_code> with the correct one for your locale e.g. es would give http://websvn.kde.org/trunk/l10n-kde4/es/messages/playground-office/) and then, either by switching to root or using sudo, do the following:
$ msgfmt kmymoney.po -o LC_MESSAGES/kmymoney.mo
Note: use the msgfmt that comes with your distribution not the one needed for kmymoney2.
This version is only suitable for early adopters. It will behave fairly well, but the application might crash and you may lose some data. Make backups often.
For 3.95 version and later, we use the Bugzilla tracker at bugs.kde.org. Any bugs you find, please report it and assign to product kmymoney4. Also, if you need help write to kmymoney-devel@kde.org.
As a first step, we are leaving Qt3Support, if possible. There are cases when it is best to port to the corresponding Qt4 classes. Examples of these are the QButtonGroups, KActions, KPageWidget, QTabBar
For now, focus on make it work. Assess whether it will be faster using Qt3Support or a newer class.
The repository to use is the one in KDE SVN. svn://anonsvn.kde.org/home/kde/trunk/playground/office/kmymoney.
These are the issues that need to be fixed first before releasing a beta version.
I thought that we can put here a list of features that are known to work (after a developer testing):
Area | Status | Comments |
---|---|---|
Tips and tricks | Working | |
Home Page | Working | |
Institutions | Working | |
Accounts | Working | |
Ledgers | Working | |
Schedules | Working | |
Categories | Working | |
Payees | Working | |
Investments | Working | |
Reports | Working | |
Charts | Working | |
Budgets | Working | |
Forecast | Working | |
Splash screen | Working | |
Settings | Working | |
Webconnect | Working | |
Plugins | Working | KBanking plugin needs to be tested: I was able to download statements (2009-12-24) |
Database | Working | Passes unit tests for MySQL, PostgreSQL and SQLite3. (fvilas) |
GPG | Working | Needs testing |
Also, here you have the KrazyEBN report, which reports common issues on the code. Krazy Report
Please include the areas you are working on to avoid overlapping with other developers.
The following are on my TODO list but that does not mean that I don't need any help on them:
I will work on the account selector, probably migrate it to Qt4 widgets, because it does all kinds of weird stuff that can be probably optimized. (fixed by conet) Working on the i18n and documentation issues with KDE-i18n team. Also going through the Krazy report, and fixing issues there.
I will try to keep the strings together and work on coordination for the integration of/with other KDE applications. On the code front maybe setting up the Qt-Designer plugin for the KMyMoney widgets.
Please report here the issues you find.
libkdchart is an extract from koffice. If we find a bug there, it is best to report it to the kdchart maintainers
The mymoney folder contains the engine. It is covered by the unit tests and they run ok. This is a critical area of the application, so check with Thomas or Alvaro before making a change.
Of course, if you find a critical bug in anywhere on the application, send a mail to the mailing list or report it on bugs.kde.org.
https://mail.kde.org/mailman/listinfo/kmymoney-devel. Use it to discuss issues related to the port to KDE4.
Alvaro Soliverez is coordinating the KDE4 effort. You can reach me at asoliverez at gmail.com or on IRC under Hei_ku in the #kmymoney channel. Alternatively, you can contact Thomas Baumgart on the developers list.
(Contact the coordinator if you are willing to contribute)
First beta for KDE4 Released on Dec 28th 2009 Suitable only for early adopters only
String freeze on Feb 1st 2010 Release on Feb 15th 2010 Suitable only for early adopters only
String freeze on Mar 15th 2010 Release on Mar 30th 2010 Last beta
String freeze on Apr 30th 2010 Release on May 15th 2010 First release candidate
After that, move to kdereview
Release at the same time as KDE SC 4.5. Stable release