(moved to PIM/Projects/) |
(→Development: add link to soc regression page) |
||
| Line 61: | Line 61: | ||
*[http://api.kde.org/4.x-api/kdepim-apidocs/ KDE PIM API Reference] | *[http://api.kde.org/4.x-api/kdepim-apidocs/ KDE PIM API Reference] | ||
*[[/KDE 4-related bugs|List of KDE 4-specific bugs, regressions and junior jobs]] | *[[/KDE 4-related bugs|List of KDE 4-specific bugs, regressions and junior jobs]] | ||
| + | *[[/KMail_SoC_regressions|List of regressions after the merge of the KMail SoC branch]] | ||
*[[/MS Windows|MS Windows topics]] | *[[/MS Windows|MS Windows topics]] | ||
*[[Development/Tutorials/Writing_kontact_plugins|Tutorial for writing a Kontact plugin]] | *[[Development/Tutorials/Writing_kontact_plugins|Tutorial for writing a Kontact plugin]] | ||
Contents |
Languages: عربي | Asturianu | Català | Česky | Kaszëbsczi | Dansk | Deutsch | English | Esperanto | Español | Eesti | فارسی | Suomi | Français | Galego | Italiano | 日本語 | 한국어 | Norwegian | Polski | Português Brasileiro | Română | Русский | Svenska | Slovenčina | Slovenščina | српски | Türkçe | Tiếng Việt | Українська | 简体中文 | 繁體中文
KDE PIM is a package that contains personal information management tools.
| Application | Qt4/KDE4 Port | Windows Port | Deprecated Clean | Krazy Clean | Coding Style | Qt4 Ui | Notes |
|---|---|---|---|---|---|---|---|
| Akonadi | n/a | R | ? | ? | ? | ? | |
| Akregator | R | R | ? | ? | ? | ? | |
| Kabcclient | R | R | ? | ? | ? | ? | |
| KAddressbook (bugs) |
R | R | ? | ? | ? | ? | |
| KAlarm | R | R | D | D | n/a | N | Should be ready for KDE 4.1 release |
| Kitchensync | R | R | ? | ? | ? | ? | |
| KMail (bugs) |
R | R | ? | ? | ? | ? | |
| KMailCVT | R | R | ? | ? | ? | ? | |
| KMobileTools | R | R | ? | ? | ? | ? | |
| KNode (bugs) |
R | R | ? | ? | ? | ? | |
| KNotes | R | R | ? | ? | ? | ? | |
| Kode | R | R | ? | ? | ? | ? | |
| Kontact (bugs) |
R | R | ? | ? | ? | ? | |
| KonsoleKalendar | R | R | ? | ? | ? | n/a | |
| KOrganizer (bugs) |
R | R | ? | ? | ? | ? | |
| KOrn | R | R | ? | ? | ? | ? | |
| KPilot | R | R | ? | ? | ? | ? | |
| KTimeTracker | D | R | N | ? | D | N |
Legend: D=Done, ?=Unknown, n/a=Not Applicable, N=Developer does not want to do it because there are higher prios, R=compiles and runs (though can be unusable or unstable).
Much of the infrastructure of KDE PIM has been moved to kdepimlibs module as a framework for all KDE applications. Therefore we have two main modules within the KDE SVN: kdepim and kdepimlibs. The latter contains code that provides public APIs.