~ubuntu-branches/ubuntu/karmic/kdepim/karmic-backports

« back to all changes in this revision

Viewing changes to akonadi/kcm/Mainpage.dox

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi, Alessandro Ghersi, Harald Sitter
  • Date: 2009-06-27 04:40:05 UTC
  • mfrom: (1.1.39 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627044005-4y2vm9xz7rvmzi4p
Tags: 4:4.2.95svn20090701-0ubuntu1
[ Alessandro Ghersi ]
* New upstream release
  - Bump build-deps
* Remove akonadi-kde and libmaildir4 packages
  - remove akonadi-kde.install and libmaildir4.install
  - remove libmaildir4 from debian/rules
  - remove akonadi-kde and libmaildir4 from depends
  - remove akonadi-kde and libmaildir4 from installgen
* Update kdepim-dev.install
* Update kpilot.install
* Add akonadi-kde and libmaildir4 transitional packages

[ Harald Sitter ]
* KAddressbook replaces Kontact << 4.2.85 (LP: #378373)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/** @mainpage Akonadi KCM
 
2
 
 
3
This kcm gives a complete widget which the user can use to configure
 
4
Akonadi resources. It can add, modify or delete resources. With the @p filter
 
5
parameter, you can set which mimetypes should be shown. It also limits the resources
 
6
which can be added by the user.
 
7
 
 
8
Example:
 
9
 
 
10
\code
 
11
        tabWidget->addTab(  KCModuleLoader::loadModule(  "kcm_akonadi_resources",
 
12
                            KCModuleLoader::Inline, this, QStringList( "message/rfc822" ) ),
 
13
                            i18n(  "Mail Servers" ) );
 
14
\endcode
 
15
 
 
16
@author Tom Albers <tomalbers@kde.nl>
 
17
 
 
18
*/