Projects/KMyMoney: Difference between revisions

    From KDE TechBase
    No edit summary
    (Move wiki to GitLab)
    Tag: Replaced
     
    (169 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.
     
    The repository to use is the one in KDE SVN. svn://anonsvn.kde.org/home/kde/trunk/playground/office/kmymoney.
     
    == 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)
    *Check what's up with the transaction form in the ledger
     
    === 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.
     
    == 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.
    *<s>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.</s> 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 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
     
    (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