Projects/KMyMoney: Difference between revisions

From KDE TechBase
No edit summary
(Move wiki to GitLab)
Tag: Replaced
 
(176 intermediate revisions by 14 users not shown)
Line 1: Line 1:
This page is dedicated to discuss issues related to the port to KDE4.
This documentation has been moved to GitLab wiki: https://invent.kde.org/office/kmymoney/-/wikis/home
 
 
== Guidelines ==
 
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.
 
== Areas to work on ==
 
*Views
*Dialogs
*Widgets
 
Please include the areas you are working on to avoid overlapping with other developers.
 
== Issues ==
 
Please report here the issues you find.
 
*Libkdchart has been commented out until last minute. Charts won't work until then
*Check for multiple instances. It was using DCOP, and it has to be migrated to a method suitable with DBus.
*There is a bug in KHTMLPart where you get weird results if you call write() many times. Save it to a QString and call write() once instead.
*Q3ButtonGroup objects should be migrated to QButtonGroup. The Q3Support class is severely handicapped and there are no issues in porting to the new class.
*Standard icon names have changed. Check the name of the icon being called if you see a default icon is being displayed.
 
 
== Areas to leave as they are for the moment ==
 
libkgpg is best left as it is for now. Thomas Baumgart plans to do an overhaul of the whole class when there is time.
 
libkdchart is an extract from koffice. If we find a bug there, it is best to report it to the koffice maintainers
 
The mymoney folder contains the engine. It is covered by the unit tests and they mostly 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 any of these, let us know.
 
== Mailing list ==
 
For now, use the regular kmymoney developers mailing list. A mailing list in kde.org has been requested.
 
== Coordination ==
 
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 in the developers list.
 
== People involved ==
 
*mlaurent
*conet
*neoclust
*asoliverez
*tbaumgart
 
(Contact the coordinator if you are willing to contribute)
 
== Timeline ==
Have it ready for kdereview before the end of the year. Is it too optimistic?

Latest revision as of 02:46, 10 September 2020

This documentation has been moved to GitLab wiki: https://invent.kde.org/office/kmymoney/-/wikis/home