Projects/KMyMoney

    From KDE TechBase
    Revision as of 12:36, 12 August 2009 by Cristianonet (talk | contribs) (The title bar has been ported)

    This page is dedicated to discuss issues related to the port to KDE4.


    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.

    The repository to use is the one in KDE SVN. svn://anonsvn.kde.org/home/kde/trunk/playground/office/kmymoney.

    Areas known to work

    I taught that we can put here a list of features that are known to work (after a developer testing):

    • Tips and tricks
    • Views
      • Institutions
      • Accounts
      • Schedules
      • Categories
      • Payees
      • Investments
      • Budgets

    Areas to work on

    • Views
    • Dialogs
    • Widgets

    Please include the areas you are working on to avoid overlapping with other developers.

    conet

    The following are on my TODO list but that does not mean that I don't need any help on them:

    • Check all the KListView classes that save their layout and make sure that works (restoreLayout was called in polish() in the Institutions view and polish() is not called anymore)(done)
    • Check what's up with the transaction form in the ledger(done)
    • Work on the transaction form since I see it as the hardest thing to port and once it is done (with qt3 support) we can go one and work on the following bullet(done)
    • Try to fix various small stuff that don't work yet until a usable application is obtained
    • Although the code that takes care of the drawing of the highlighter of the drop target in kmymoneyaccounttreebase.cpp was ported the drop target is not highlighted

    asoliverez

    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)

    ipwizard

    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.

    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. Done (ipwizard)
    • 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.
    • The code that creates the title bar (the one with the blue image) has been commented out since it somehow was not visible and the other widgets got behind in making it impossible to click them with the mouse.(the code has been ported it only needs a good color scheme)
    • The kmymoney.css has to be updated to use the KDE4 styles.

    Areas to leave as they are for the moment

    libkgpg is best left as it is for now. Thomas plans to do an overhaul of the whole class when there is time to use the library provided by the PIM libs (gpgme++). If anyone else gets around to work on it, please coordinate with Thomas

    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 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 on the developers list.

    People involved

    • mlaurent
    • conet
    • neoclust
    • asoliverez
    • tbaumgart aka ipwizard

    (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?