Name the runtime part of kdepim actually "runtime", and move stuff out
of it that belongs in the apps part. svn path=/branches/work/akonadi-ports/kdepim/runtime/; revision=1061292
Showing
with
2651 additions
and
16121 deletions
+2651
-16121
- .krazy .krazy +0 -0
- CMakeLists.txt CMakeLists.txt +0 -4
- COPYING COPYING +0 -0
- COPYING.LIB COPYING.LIB +0 -0
- Mainpage.dox Mainpage.dox +0 -0
- accountwizard/CMakeLists.txt accountwizard/CMakeLists.txt +34 -0
- accountwizard/Messages.sh accountwizard/Messages.sh +2 -0
- accountwizard/TODO accountwizard/TODO +7 -0
- accountwizard/dialog.cpp accountwizard/dialog.cpp +104 -0
- accountwizard/dialog.h accountwizard/dialog.h +47 -0
- accountwizard/dynamicpage.cpp accountwizard/dynamicpage.cpp +42 -0
- accountwizard/dynamicpage.h accountwizard/dynamicpage.h +5 -14
- accountwizard/global.cpp accountwizard/global.cpp +84 -0
- accountwizard/global.h accountwizard/global.h +36 -0
- accountwizard/loadpage.cpp accountwizard/loadpage.cpp +78 -0
- accountwizard/loadpage.h accountwizard/loadpage.h +47 -0
- accountwizard/loadpage.ui accountwizard/loadpage.ui +54 -0
- accountwizard/main.cpp accountwizard/main.cpp +63 -0
- accountwizard/page.cpp accountwizard/page.cpp +54 -0
- accountwizard/page.h accountwizard/page.h +59 -0
- accountwizard/resource.cpp accountwizard/resource.cpp +115 -0
- accountwizard/resource.h accountwizard/resource.h +48 -0
- accountwizard/setupmanager.cpp accountwizard/setupmanager.cpp +118 -0
- accountwizard/setupmanager.h accountwizard/setupmanager.h +56 -0
- accountwizard/setupobject.cpp accountwizard/setupobject.cpp +3 -7
- accountwizard/setupobject.h accountwizard/setupobject.h +11 -12
- accountwizard/setuppage.cpp accountwizard/setuppage.cpp +71 -0
- accountwizard/setuppage.h accountwizard/setuppage.h +52 -0
- accountwizard/setuppage.ui accountwizard/setuppage.ui +103 -0
- accountwizard/transport.cpp accountwizard/transport.cpp +147 -0
- accountwizard/transport.h accountwizard/transport.h +60 -0
- accountwizard/typepage.cpp accountwizard/typepage.cpp +84 -0
- accountwizard/typepage.h accountwizard/typepage.h +12 -14
- accountwizard/typepage.ui accountwizard/typepage.ui +60 -0
- agents/CMakeLists.txt agents/CMakeLists.txt +0 -0
- agents/calendarsearch/CMakeLists.txt agents/calendarsearch/CMakeLists.txt +0 -0
- agents/calendarsearch/calendarsearchagent.cpp agents/calendarsearch/calendarsearchagent.cpp +0 -0
- agents/calendarsearch/calendarsearchagent.desktop agents/calendarsearch/calendarsearchagent.desktop +0 -0
- agents/calendarsearch/calendarsearchagent.h agents/calendarsearch/calendarsearchagent.h +0 -0
- agents/calendarsearch/org.freedesktop.Akonadi.CalendarSearchAgent.xml ...darsearch/org.freedesktop.Akonadi.CalendarSearchAgent.xml +0 -0
- agents/invitations/CMakeLists.txt agents/invitations/CMakeLists.txt +0 -0
- agents/invitations/Messages.sh agents/invitations/Messages.sh +0 -0
- agents/invitations/invitationsagent.cpp agents/invitations/invitationsagent.cpp +0 -0
- agents/invitations/invitationsagent.desktop agents/invitations/invitationsagent.desktop +0 -0
- agents/invitations/invitationsagent.h agents/invitations/invitationsagent.h +0 -0
- agents/maildispatcher/CMakeLists.txt agents/maildispatcher/CMakeLists.txt +0 -0
- agents/maildispatcher/Messages.sh agents/maildispatcher/Messages.sh +3 -0
- agents/maildispatcher/TODO agents/maildispatcher/TODO +16 -0
- agents/maildispatcher/configdialog.cpp agents/maildispatcher/configdialog.cpp +109 -0
- agents/maildispatcher/configdialog.h agents/maildispatcher/configdialog.h +45 -0
- agents/maildispatcher/maildispatcheragent.cpp agents/maildispatcher/maildispatcheragent.cpp +0 -0
- agents/maildispatcher/maildispatcheragent.desktop agents/maildispatcher/maildispatcheragent.desktop +0 -0
- agents/maildispatcher/maildispatcheragent.h agents/maildispatcher/maildispatcheragent.h +0 -0
- agents/maildispatcher/maildispatcheragent.kcfg agents/maildispatcher/maildispatcheragent.kcfg +18 -0
- agents/maildispatcher/outboxqueue.cpp agents/maildispatcher/outboxqueue.cpp +0 -0
- agents/maildispatcher/outboxqueue.h agents/maildispatcher/outboxqueue.h +0 -0
- agents/maildispatcher/sendjob.cpp agents/maildispatcher/sendjob.cpp +0 -0
- agents/maildispatcher/sendjob.h agents/maildispatcher/sendjob.h +77 -0
- agents/maildispatcher/settings.kcfgc agents/maildispatcher/settings.kcfgc +8 -0
- agents/maildispatcher/settings.ui agents/maildispatcher/settings.ui +77 -0
- agents/maildispatcher/storeresultjob.cpp agents/maildispatcher/storeresultjob.cpp +0 -0
- agents/maildispatcher/storeresultjob.h agents/maildispatcher/storeresultjob.h +59 -0
- agents/maildispatcher/tests/CMakeLists.txt agents/maildispatcher/tests/CMakeLists.txt +0 -0
- agents/maildispatcher/tests/TODO agents/maildispatcher/tests/TODO +6 -0
- agents/maildispatcher/tests/aborttest.cpp agents/maildispatcher/tests/aborttest.cpp +0 -0
- agents/maildispatcher/tests/aborttest.h agents/maildispatcher/tests/aborttest.h +54 -0
- agents/maildispatcher/tests/dupetest.cpp agents/maildispatcher/tests/dupetest.cpp +219 -0
- agents/maildispatcher/tests/dupetest.h agents/maildispatcher/tests/dupetest.h +51 -0
- agents/maildispatcher/tests/unittestenv/config.xml agents/maildispatcher/tests/unittestenv/config.xml +7 -0
- agents/maildispatcher/tests/unittestenv/kdehome/share/config/akonadi-firstrunrc ...tests/unittestenv/kdehome/share/config/akonadi-firstrunrc +0 -0
- agents/maildispatcher/tests/unittestenv/kdehome/share/config/akonadi_knut_resource_0rc ...nittestenv/kdehome/share/config/akonadi_knut_resource_0rc +4 -0
- agents/maildispatcher/tests/unittestenv/kdehome/share/config/akonadi_mailtransport_dummy_resource_0rc ...ome/share/config/akonadi_mailtransport_dummy_resource_0rc +2 -0
- agents/maildispatcher/tests/unittestenv/kdehome/share/config/kdebugrc ...ispatcher/tests/unittestenv/kdehome/share/config/kdebugrc +0 -0
- agents/maildispatcher/tests/unittestenv/kdehome/share/config/kdedrc ...ldispatcher/tests/unittestenv/kdehome/share/config/kdedrc +0 -0
- agents/maildispatcher/tests/unittestenv/kdehome/share/config/kwalletrc ...spatcher/tests/unittestenv/kdehome/share/config/kwalletrc +0 -0
- agents/maildispatcher/tests/unittestenv/kdehome/share/config/mailtransports ...her/tests/unittestenv/kdehome/share/config/mailtransports +23 -0
- agents/maildispatcher/tests/unittestenv/kdehome/share/config/qttestrc ...ispatcher/tests/unittestenv/kdehome/share/config/qttestrc +0 -0
- agents/maildispatcher/tests/unittestenv/kdehome/testdata.xml agents/maildispatcher/tests/unittestenv/kdehome/testdata.xml +0 -0
- agents/maildispatcher/tests/unittestenv/xdgconfig/akonadi/akonadiserverrc ...tcher/tests/unittestenv/xdgconfig/akonadi/akonadiserverrc +0 -0
- agents/nepomuk_calendar_feeder/CMakeLists.txt agents/nepomuk_calendar_feeder/CMakeLists.txt +0 -0
- agents/nepomuk_calendar_feeder/ncal.cpp agents/nepomuk_calendar_feeder/ncal.cpp +0 -0
- agents/nepomuk_calendar_feeder/ncal.h agents/nepomuk_calendar_feeder/ncal.h +0 -0
- agents/nepomuk_calendar_feeder/nepomukcalendarfeeder.cpp agents/nepomuk_calendar_feeder/nepomukcalendarfeeder.cpp +0 -0
- agents/nepomuk_calendar_feeder/nepomukcalendarfeeder.desktop agents/nepomuk_calendar_feeder/nepomukcalendarfeeder.desktop +0 -0
- agents/nepomuk_calendar_feeder/nepomukcalendarfeeder.h agents/nepomuk_calendar_feeder/nepomukcalendarfeeder.h +0 -0
- agents/nepomuk_contact_feeder/CMakeLists.txt agents/nepomuk_contact_feeder/CMakeLists.txt +0 -0
- agents/nepomuk_contact_feeder/nepomukcontactfeeder.cpp agents/nepomuk_contact_feeder/nepomukcontactfeeder.cpp +0 -0
- agents/nepomuk_contact_feeder/nepomukcontactfeeder.desktop agents/nepomuk_contact_feeder/nepomukcontactfeeder.desktop +0 -0
- agents/nepomuk_contact_feeder/nepomukcontactfeeder.h agents/nepomuk_contact_feeder/nepomukcontactfeeder.h +0 -0
- agents/nepomukfeeder/CMakeLists.txt agents/nepomukfeeder/CMakeLists.txt +0 -0
- agents/nepomukfeeder/nepomukfeederagent.h agents/nepomukfeeder/nepomukfeederagent.h +0 -0
- agents/nepomukfeeder/nepomukfeederagentbase.cpp agents/nepomukfeeder/nepomukfeederagentbase.cpp +0 -0
- agents/nepomukfeeder/nepomukfeederagentbase.h agents/nepomukfeeder/nepomukfeederagentbase.h +0 -0
- agents/nepomukfeeder/selectsparqlbuilder.cpp agents/nepomukfeeder/selectsparqlbuilder.cpp +0 -0
- agents/nepomukfeeder/selectsqarqlbuilder.h agents/nepomukfeeder/selectsqarqlbuilder.h +0 -0
- agents/nepomukfeeder/sparqlbuilder.cpp agents/nepomukfeeder/sparqlbuilder.cpp +0 -0
- agents/nepomukfeeder/sparqlbuilder.h agents/nepomukfeeder/sparqlbuilder.h +0 -0
- agents/nepomukfeeder/tests/CMakeLists.txt agents/nepomukfeeder/tests/CMakeLists.txt +0 -0
- agents/nepomukfeeder/tests/sparqlbuildertest.cpp agents/nepomukfeeder/tests/sparqlbuildertest.cpp +0 -0
- agents/ontologies/CMakeLists.txt agents/ontologies/CMakeLists.txt +0 -0
- agents/ontologies/ncal.rdfs agents/ontologies/ncal.rdfs +0 -0
- agents/ontologies/nco.rdfs agents/ontologies/nco.rdfs +0 -0
- agents/ontologies/nfo.rdfs agents/ontologies/nfo.rdfs +0 -0
- agents/ontologies/nie.rdfs agents/ontologies/nie.rdfs +0 -0
- agents/ontologies/nmo.rdfs agents/ontologies/nmo.rdfs +0 -0
- agents/ontologies/nrss.desktop.cmake agents/ontologies/nrss.desktop.cmake +0 -0
- agents/ontologies/nrss.rdfs agents/ontologies/nrss.rdfs +0 -0
- akonadi-prefix.h.cmake akonadi-prefix.h.cmake +0 -0
- akonadi-version.h.cmake akonadi-version.h.cmake +0 -0
- akonadi/akonadi_next/CMakeLists.txt akonadi/akonadi_next/CMakeLists.txt +0 -50
- akonadi/akonadi_next/Mainpage.dox akonadi/akonadi_next/Mainpage.dox +0 -554
- akonadi/akonadi_next/Messages.sh akonadi/akonadi_next/Messages.sh +0 -2
- akonadi/akonadi_next/akonadi_next_export.h akonadi/akonadi_next/akonadi_next_export.h +0 -40
- akonadi/akonadi_next/amazingcompleter.cpp akonadi/akonadi_next/amazingcompleter.cpp +0 -181
- akonadi/akonadi_next/amazingcompleter.h akonadi/akonadi_next/amazingcompleter.h +0 -83
- akonadi/akonadi_next/amazingdelegate.cpp akonadi/akonadi_next/amazingdelegate.cpp +0 -109
- akonadi/akonadi_next/amazingdelegate.h akonadi/akonadi_next/amazingdelegate.h +0 -40
- akonadi/akonadi_next/collectionchildorderattribute.cpp akonadi/akonadi_next/collectionchildorderattribute.cpp +0 -87
- akonadi/akonadi_next/collectionchildorderattribute.h akonadi/akonadi_next/collectionchildorderattribute.h +0 -69
- akonadi/akonadi_next/collectionutils_p.h akonadi/akonadi_next/collectionutils_p.h +0 -90
- akonadi/akonadi_next/contactsmodel.cpp akonadi/akonadi_next/contactsmodel.cpp +0 -191
- akonadi/akonadi_next/contactsmodel.h akonadi/akonadi_next/contactsmodel.h +0 -69
- akonadi/akonadi_next/dox/descendantentitiesproxymodel-colfilter.png ...onadi_next/dox/descendantentitiesproxymodel-colfilter.png +0 -0
- akonadi/akonadi_next/dox/descendantentitiesproxymodel-withansecnames.png ..._next/dox/descendantentitiesproxymodel-withansecnames.png +0 -0
- akonadi/akonadi_next/dox/descendantentitiesproxymodel.png akonadi/akonadi_next/dox/descendantentitiesproxymodel.png +0 -0
- akonadi/akonadi_next/dox/entitytreemodel-collections.png akonadi/akonadi_next/dox/entitytreemodel-collections.png +0 -0
- akonadi/akonadi_next/dox/entitytreemodel-showroot.png akonadi/akonadi_next/dox/entitytreemodel-showroot.png +0 -0
- akonadi/akonadi_next/dox/entitytreemodel-showrootwithname.png ...adi/akonadi_next/dox/entitytreemodel-showrootwithname.png +0 -0
- akonadi/akonadi_next/dox/entitytreemodel.png akonadi/akonadi_next/dox/entitytreemodel.png +0 -0
- akonadi/akonadi_next/dox/mailmodelapp.png akonadi/akonadi_next/dox/mailmodelapp.png +0 -0
- akonadi/akonadi_next/dox/selectionproxymodel-ordered.png akonadi/akonadi_next/dox/selectionproxymodel-ordered.png +0 -0
- akonadi/akonadi_next/dox/selectionproxymodelmultipleselection-withdescendant.png ...x/selectionproxymodelmultipleselection-withdescendant.png +0 -0
- akonadi/akonadi_next/dox/selectionproxymodelmultipleselection.png ...akonadi_next/dox/selectionproxymodelmultipleselection.png +0 -0
- akonadi/akonadi_next/dox/selectionproxymodelsimpleselection.png ...i/akonadi_next/dox/selectionproxymodelsimpleselection.png +0 -0
- akonadi/akonadi_next/dox/treeandlistapp.png akonadi/akonadi_next/dox/treeandlistapp.png +0 -0
- akonadi/akonadi_next/dox/treeandlistappwithdesclist.png akonadi/akonadi_next/dox/treeandlistappwithdesclist.png +0 -0
- akonadi/akonadi_next/krecursivefilterproxymodel.cpp akonadi/akonadi_next/krecursivefilterproxymodel.cpp +0 -272
- akonadi/akonadi_next/krecursivefilterproxymodel.h akonadi/akonadi_next/krecursivefilterproxymodel.h +0 -59
- akonadi/akonadi_next/kreparentingproxymodel.cpp akonadi/akonadi_next/kreparentingproxymodel.cpp +0 -1462
- akonadi/akonadi_next/kreparentingproxymodel.h akonadi/akonadi_next/kreparentingproxymodel.h +0 -129
- akonadi/akonadi_next/mailmodel.cpp akonadi/akonadi_next/mailmodel.cpp +0 -146
- akonadi/akonadi_next/mailmodel.h akonadi/akonadi_next/mailmodel.h +0 -55
- akonadi/akonadi_next/modeltest.cpp akonadi/akonadi_next/modeltest.cpp +0 -609
- akonadi/akonadi_next/modeltest.h akonadi/akonadi_next/modeltest.h +0 -77
- akonadi/akonadi_next/quotacolorproxymodel.cpp akonadi/akonadi_next/quotacolorproxymodel.cpp +0 -102
- akonadi/akonadi_next/quotacolorproxymodel.h akonadi/akonadi_next/quotacolorproxymodel.h +0 -82
- akonadi/akonadi_next/recursivecollectionfilterproxymodel.cpp akonadi/akonadi_next/recursivecollectionfilterproxymodel.cpp +0 -95
- akonadi/akonadi_next/recursivecollectionfilterproxymodel.h akonadi/akonadi_next/recursivecollectionfilterproxymodel.h +0 -64
- akonadi/akonadiconsole/CMakeLists.txt akonadi/akonadiconsole/CMakeLists.txt +0 -100
- akonadi/akonadiconsole/agentwidget.cpp akonadi/akonadiconsole/agentwidget.cpp +0 -270
- akonadi/akonadiconsole/agentwidget.h akonadi/akonadiconsole/agentwidget.h +0 -62
- akonadi/akonadiconsole/agentwidget.ui akonadi/akonadiconsole/agentwidget.ui +0 -261
- akonadi/akonadiconsole/akonadibrowsermodel.cpp akonadi/akonadiconsole/akonadibrowsermodel.cpp +0 -304
- akonadi/akonadiconsole/akonadibrowsermodel.h akonadi/akonadiconsole/akonadibrowsermodel.h +0 -65
- akonadi/akonadiconsole/akonadiconsole.desktop akonadi/akonadiconsole/akonadiconsole.desktop +0 -80
- akonadi/akonadiconsole/akonadiconsoleui.rc akonadi/akonadiconsole/akonadiconsoleui.rc +0 -91
- akonadi/akonadiconsole/browserwidget.cpp akonadi/akonadiconsole/browserwidget.cpp +0 -482
- akonadi/akonadiconsole/browserwidget.h akonadi/akonadiconsole/browserwidget.h +0 -91
- akonadi/akonadiconsole/browserwidget_contentview.ui akonadi/akonadiconsole/browserwidget_contentview.ui +0 -483
- akonadi/akonadiconsole/collectionaclpage.cpp akonadi/akonadiconsole/collectionaclpage.cpp +0 -68
- akonadi/akonadiconsole/collectionaclpage.h akonadi/akonadiconsole/collectionaclpage.h +0 -40
- akonadi/akonadiconsole/collectionaclpage.ui akonadi/akonadiconsole/collectionaclpage.ui +0 -115
- akonadi/akonadiconsole/collectionattributespage.cpp akonadi/akonadiconsole/collectionattributespage.cpp +0 -116
- akonadi/akonadiconsole/collectionattributespage.h akonadi/akonadiconsole/collectionattributespage.h +0 -51
- akonadi/akonadiconsole/collectionattributespage.ui akonadi/akonadiconsole/collectionattributespage.ui +0 -60
- akonadi/akonadiconsole/collectioninternalspage.cpp akonadi/akonadiconsole/collectioninternalspage.cpp +0 -47
- akonadi/akonadiconsole/collectioninternalspage.h akonadi/akonadiconsole/collectioninternalspage.h +0 -42
- akonadi/akonadiconsole/collectioninternalspage.ui akonadi/akonadiconsole/collectioninternalspage.ui +0 -113
- akonadi/akonadiconsole/config-akonadiconsole.h.cmake akonadi/akonadiconsole/config-akonadiconsole.h.cmake +0 -1
- akonadi/akonadiconsole/connectionpage.cpp akonadi/akonadiconsole/connectionpage.cpp +0 -84
- akonadi/akonadiconsole/connectionpage.h akonadi/akonadiconsole/connectionpage.h +0 -51
- akonadi/akonadiconsole/dbbrowser.ui akonadi/akonadiconsole/dbbrowser.ui +0 -53
- akonadi/akonadiconsole/dbconsole.ui akonadi/akonadiconsole/dbconsole.ui +0 -105
- akonadi/akonadiconsole/debugwidget.cpp akonadi/akonadiconsole/debugwidget.cpp +0 -143
- akonadi/akonadiconsole/debugwidget.h akonadi/akonadiconsole/debugwidget.h +0 -57
- akonadi/akonadiconsole/jobtracker.cpp akonadi/akonadiconsole/jobtracker.cpp +0 -326
- akonadi/akonadiconsole/jobtracker.h akonadi/akonadiconsole/jobtracker.h +0 -120
- akonadi/akonadiconsole/jobtrackermodel.cpp akonadi/akonadiconsole/jobtrackermodel.cpp +0 -244
- akonadi/akonadiconsole/jobtrackermodel.h akonadi/akonadiconsole/jobtrackermodel.h +0 -54
- akonadi/akonadiconsole/jobtrackerwidget.cpp akonadi/akonadiconsole/jobtrackerwidget.cpp +0 -82
- akonadi/akonadiconsole/jobtrackerwidget.h akonadi/akonadiconsole/jobtrackerwidget.h +0 -42
- akonadi/akonadiconsole/main.cpp akonadi/akonadiconsole/main.cpp +0 -49
- akonadi/akonadiconsole/mainwidget.cpp akonadi/akonadiconsole/mainwidget.cpp +0 -135
- akonadi/akonadiconsole/mainwidget.h akonadi/akonadiconsole/mainwidget.h +0 -44
- akonadi/akonadiconsole/mainwindow.cpp akonadi/akonadiconsole/mainwindow.cpp +0 -63
- akonadi/akonadiconsole/mainwindow.h akonadi/akonadiconsole/mainwindow.h +0 -38
- akonadi/akonadiconsole/notificationmodel.cpp akonadi/akonadiconsole/notificationmodel.cpp +0 -200
- akonadi/akonadiconsole/notificationmodel.h akonadi/akonadiconsole/notificationmodel.h +0 -60
- akonadi/akonadiconsole/notificationmonitor.cpp akonadi/akonadiconsole/notificationmonitor.cpp +0 -64
- akonadi/akonadiconsole/notificationmonitor.h akonadi/akonadiconsole/notificationmonitor.h +0 -40
- akonadi/akonadiconsole/org.freedesktop.Akonadi.DebugInterface.xml ...akonadiconsole/org.freedesktop.Akonadi.DebugInterface.xml +0 -11
- akonadi/akonadiconsole/rawsocketconsole.cpp akonadi/akonadiconsole/rawsocketconsole.cpp +0 -111
- akonadi/akonadiconsole/rawsocketconsole.ui akonadi/akonadiconsole/rawsocketconsole.ui +0 -70
- akonadi/akonadiconsole/searchdialog.cpp akonadi/akonadiconsole/searchdialog.cpp +0 -63
- akonadi/akonadiconsole/searchdialog.h akonadi/akonadiconsole/searchdialog.h +0 -43
- akonadi/akonadiconsole/searchwidget.cpp akonadi/akonadiconsole/searchwidget.cpp +0 -162
- akonadi/akonadiconsole/searchwidget.h akonadi/akonadiconsole/searchwidget.h +0 -58
- akonadi/akonadiconsole/settings.kcfgc akonadi/akonadiconsole/settings.kcfgc +0 -7
- akonadi/clients/CMakeLists.txt akonadi/clients/CMakeLists.txt +0 -1
- akonadi/clients/akonalendar/CMakeLists.txt akonadi/clients/akonalendar/CMakeLists.txt +0 -15
- akonadi/clients/akonalendar/calendar.cpp akonadi/clients/akonalendar/calendar.cpp +0 -36
- akonadi/clients/akonalendar/mainwidget.cpp akonadi/clients/akonalendar/mainwidget.cpp +0 -97
- akonadi/clients/akonalendar/mainwidget.h akonadi/clients/akonalendar/mainwidget.h +0 -65
- akonadi/clients/akonalendar/mainwindow.cpp akonadi/clients/akonalendar/mainwindow.cpp +0 -51
- akonadi/clients/akonalendar/mainwindow.h akonadi/clients/akonalendar/mainwindow.h +0 -37
- akonadi/kcal/CMakeLists.txt akonadi/kcal/CMakeLists.txt +0 -34
- akonadi/kcal/Mainpage.dox akonadi/kcal/Mainpage.dox +0 -1
- akonadi/kcal/Messages.sh akonadi/kcal/Messages.sh +0 -2
- akonadi/kcal/akonadi-kcal_export.h akonadi/kcal/akonadi-kcal_export.h +0 -36
- akonadi/kcal/akonadicalendar.cpp akonadi/kcal/akonadicalendar.cpp +0 -1655
- akonadi/kcal/akonadicalendar.h akonadi/kcal/akonadicalendar.h +0 -780
- akonadi/kcal/akonadicalendar_p.h akonadi/kcal/akonadicalendar_p.h +0 -167
- akonadi/kcal/calendarmodel.cpp akonadi/kcal/calendarmodel.cpp +0 -204
- akonadi/kcal/calendarmodel.h akonadi/kcal/calendarmodel.h +0 -75
- akonadi/kcal/calendarsearch.cpp akonadi/kcal/calendarsearch.cpp +0 -329
- akonadi/kcal/calendarsearch.h akonadi/kcal/calendarsearch.h +0 -94
- akonadi/kcal/calfilterproxymodel.cpp akonadi/kcal/calfilterproxymodel.cpp +0 -73
- akonadi/kcal/calfilterproxymodel.h akonadi/kcal/calfilterproxymodel.h +0 -49
- akonadi/kcal/collectionselection.cpp akonadi/kcal/collectionselection.cpp +0 -98
- akonadi/kcal/collectionselection.h akonadi/kcal/collectionselection.h +0 -69
- akonadi/kcal/collectionselectionproxymodel.cpp akonadi/kcal/collectionselectionproxymodel.cpp +0 -105
- akonadi/kcal/collectionselectionproxymodel.h akonadi/kcal/collectionselectionproxymodel.h +0 -60
- akonadi/kcal/daterangefilterproxymodel.cpp akonadi/kcal/daterangefilterproxymodel.cpp +0 -119
- akonadi/kcal/daterangefilterproxymodel.h akonadi/kcal/daterangefilterproxymodel.h +0 -54
- akonadi/kcal/entitymodelstatesaver.h akonadi/kcal/entitymodelstatesaver.h +0 -44
- akonadi/kcal/incidenceattribute.cpp akonadi/kcal/incidenceattribute.cpp +0 -92
- akonadi/kcal/incidenceattribute.h akonadi/kcal/incidenceattribute.h +0 -65
- akonadi/kcal/incidencefilterproxymodel.cpp akonadi/kcal/incidencefilterproxymodel.cpp +0 -145
- akonadi/kcal/incidencefilterproxymodel.h akonadi/kcal/incidencefilterproxymodel.h +0 -60
- akonadi/kcal/itembrowser.cpp akonadi/kcal/itembrowser.cpp +0 -61
- akonadi/kcal/kcalitembrowser.cpp akonadi/kcal/kcalitembrowser.cpp +0 -52
- akonadi/kcal/kcalmodel.cpp akonadi/kcal/kcalmodel.cpp +0 -199
- akonadi/kcal/kcalmodel.h akonadi/kcal/kcalmodel.h +0 -58
- akonadi/kcal/modelstatesaver.cpp akonadi/kcal/modelstatesaver.cpp +0 -180
- akonadi/kcal/modelstatesaver.h akonadi/kcal/modelstatesaver.h +0 -67
- akonadi/kcal/utils.cpp akonadi/kcal/utils.cpp +0 -301
- akonadi/kcal/utils.h akonadi/kcal/utils.h +0 -180
- akonadi/resources/maildir/libmaildir/Mainpage.dox akonadi/resources/maildir/libmaildir/Mainpage.dox +0 -0
- cmake/modules/FindOpenChange.cmake cmake/modules/FindOpenChange.cmake +0 -0
- defaultsetup/CMakeLists.txt defaultsetup/CMakeLists.txt +0 -0
- defaultsetup/defaultaddressbook.cmake defaultsetup/defaultaddressbook.cmake +0 -0
- defaultsetup/defaultcalendar.cmake defaultsetup/defaultcalendar.cmake +0 -0
- defaultsetup/defaultnotebook.cmake defaultsetup/defaultnotebook.cmake +0 -0
- doc/libakonadi.xmi doc/libakonadi.xmi +0 -0
- doc/pics/akonadi_agent_handling.eps doc/pics/akonadi_agent_handling.eps +0 -0
- doc/pics/akonadi_agent_handling.png doc/pics/akonadi_agent_handling.png +0 -0
- doc/pics/akonadi_agent_handling_small.png doc/pics/akonadi_agent_handling_small.png +0 -0
- doc/pics/akonadi_client_search.eps doc/pics/akonadi_client_search.eps +0 -0
- doc/pics/akonadi_client_search.png doc/pics/akonadi_client_search.png +0 -0
- doc/pics/akonadi_client_search_small.png doc/pics/akonadi_client_search_small.png +0 -0
- doc/pics/akonadi_communication.xmi doc/pics/akonadi_communication.xmi +0 -0
- doc/pics/akonadi_concept_schema.sla doc/pics/akonadi_concept_schema.sla +0 -0
- doc/pics/akonadi_overview_uml.png doc/pics/akonadi_overview_uml.png +0 -0
- doc/pics/akonadi_overview_uml.ps doc/pics/akonadi_overview_uml.ps +0 -0
- doc/pics/akonadi_overview_uml_small.png doc/pics/akonadi_overview_uml_small.png +0 -0
- doc/pics/akonadi_profile_handling.eps doc/pics/akonadi_profile_handling.eps +0 -0
- doc/pics/akonadi_profile_handling.png doc/pics/akonadi_profile_handling.png +0 -0
- doc/pics/akonadi_profile_handling_small.png doc/pics/akonadi_profile_handling_small.png +0 -0
- doc/pics/concept.eps doc/pics/concept.eps +0 -0
- doc/pics/concept.png doc/pics/concept.png +0 -0
- doc/pics/concept.sla doc/pics/concept.sla +0 -0
- doc/pics/convert.sh doc/pics/convert.sh +0 -0
- doc/todo.dox doc/todo.dox +0 -0
- kcm/CMakeLists.txt kcm/CMakeLists.txt +0 -0
- kcm/Mainpage.dox kcm/Mainpage.dox +0 -0
- kcm/Messages.sh kcm/Messages.sh +0 -0
- kcm/akonadiconfigmodule.cpp kcm/akonadiconfigmodule.cpp +0 -0
- kcm/akonadiconfigmodule.h kcm/akonadiconfigmodule.h +0 -0
- kcm/configmodule.cpp kcm/configmodule.cpp +0 -0
- kcm/configmodule.h kcm/configmodule.h +0 -0
- kcm/kcm_akonadi.desktop kcm/kcm_akonadi.desktop +0 -0
- kcm/kcm_akonadi_resources.desktop kcm/kcm_akonadi_resources.desktop +0 -0
- kcm/kcm_akonadi_server.desktop kcm/kcm_akonadi_server.desktop +0 -0
- kcm/resourcesmanagementwidget.cpp kcm/resourcesmanagementwidget.cpp +0 -0
- kcm/resourcesmanagementwidget.h kcm/resourcesmanagementwidget.h +0 -0
- kcm/resourcesmanagementwidget.ui kcm/resourcesmanagementwidget.ui +0 -0
- kcm/serverconfigmodule.cpp kcm/serverconfigmodule.cpp +0 -0
- kcm/serverconfigmodule.h kcm/serverconfigmodule.h +0 -0
- kcm/serverconfigmodule.ui kcm/serverconfigmodule.ui +0 -0
- kcm/servermysqlstorage.ui kcm/servermysqlstorage.ui +0 -0
- kcm/serverpsqlstorage.ui kcm/serverpsqlstorage.ui +0 -0
- kcm/serverstoragedriver.ui kcm/serverstoragedriver.ui +0 -0
- kdepim-mime.xml kdepim-mime.xml +0 -0
- kioslave/CMakeLists.txt kioslave/CMakeLists.txt +0 -0
- kioslave/Messages.sh kioslave/Messages.sh +0 -0
- kioslave/akonadi.protocol kioslave/akonadi.protocol +0 -0
- kioslave/akonadislave.cpp kioslave/akonadislave.cpp +0 -0
- kioslave/akonadislave.h kioslave/akonadislave.h +0 -0
- kresources/CMakeLists.txt kresources/CMakeLists.txt +0 -0
- kresources/kabc/CMakeLists.txt kresources/kabc/CMakeLists.txt +0 -0
- kresources/kabc/Messages.sh kresources/kabc/Messages.sh +0 -0
- kresources/kabc/akonadi.desktop kresources/kabc/akonadi.desktop +0 -0
- kresources/kabc/resourceakonadi.cpp kresources/kabc/resourceakonadi.cpp +0 -0
- kresources/kabc/resourceakonadi.h kresources/kabc/resourceakonadi.h +0 -0
- kresources/kabc/resourceakonadi_p.cpp kresources/kabc/resourceakonadi_p.cpp +0 -0
- kresources/kabc/resourceakonadi_p.h kresources/kabc/resourceakonadi_p.h +0 -0
- kresources/kabc/resourceakonadiconfig.cpp kresources/kabc/resourceakonadiconfig.cpp +0 -0
- kresources/kabc/resourceakonadiconfig.h kresources/kabc/resourceakonadiconfig.h +0 -0
- kresources/kabc/resourceakonadiplugin.cpp kresources/kabc/resourceakonadiplugin.cpp +0 -0
- kresources/kabc/subresource.cpp kresources/kabc/subresource.cpp +0 -0
- kresources/kabc/subresource.h kresources/kabc/subresource.h +0 -0
- kresources/kcal/CMakeLists.txt kresources/kcal/CMakeLists.txt +0 -0
- kresources/kcal/Messages.sh kresources/kcal/Messages.sh +0 -0
- kresources/kcal/akonadi.desktop kresources/kcal/akonadi.desktop +0 -0
- kresources/kcal/resourceakonadi.cpp kresources/kcal/resourceakonadi.cpp +0 -0
- kresources/kcal/resourceakonadi.h kresources/kcal/resourceakonadi.h +0 -0
- kresources/kcal/resourceakonadi_p.cpp kresources/kcal/resourceakonadi_p.cpp +0 -0
- kresources/kcal/resourceakonadi_p.h kresources/kcal/resourceakonadi_p.h +0 -0
- kresources/kcal/resourceakonadiconfig.cpp kresources/kcal/resourceakonadiconfig.cpp +0 -0
- kresources/kcal/resourceakonadiconfig.h kresources/kcal/resourceakonadiconfig.h +0 -0
- kresources/kcal/resourceakonadiplugin.cpp kresources/kcal/resourceakonadiplugin.cpp +0 -0
- kresources/kcal/subresource.cpp kresources/kcal/subresource.cpp +0 -0
- kresources/kcal/subresource.h kresources/kcal/subresource.h +0 -0
- kresources/shared/Messages.sh kresources/shared/Messages.sh +0 -0
- kresources/shared/abstractsubresourcemodel.cpp kresources/shared/abstractsubresourcemodel.cpp +0 -0
- kresources/shared/abstractsubresourcemodel.h kresources/shared/abstractsubresourcemodel.h +0 -0
- kresources/shared/concurrentjobs.cpp kresources/shared/concurrentjobs.cpp +0 -0
- kresources/shared/concurrentjobs.h kresources/shared/concurrentjobs.h +0 -0
- kresources/shared/idarbiterbase.cpp kresources/shared/idarbiterbase.cpp +0 -0
- kresources/shared/idarbiterbase.h kresources/shared/idarbiterbase.h +0 -0
- kresources/shared/itemfetchadapter.cpp kresources/shared/itemfetchadapter.cpp +0 -0
- kresources/shared/itemfetchadapter.h kresources/shared/itemfetchadapter.h +0 -0
- kresources/shared/itemsavecontext.h kresources/shared/itemsavecontext.h +0 -0
- kresources/shared/itemsavejob.cpp kresources/shared/itemsavejob.cpp +0 -0
- kresources/shared/itemsavejob.h kresources/shared/itemsavejob.h +0 -0
- kresources/shared/resourceconfigbase.cpp kresources/shared/resourceconfigbase.cpp +0 -0
- kresources/shared/resourceconfigbase.h kresources/shared/resourceconfigbase.h +0 -0
- kresources/shared/resourceprivatebase.cpp kresources/shared/resourceprivatebase.cpp +0 -0
- kresources/shared/resourceprivatebase.h kresources/shared/resourceprivatebase.h +0 -0
- kresources/shared/sharedresourceiface.h kresources/shared/sharedresourceiface.h +0 -0
- kresources/shared/sharedresourceprivate.h kresources/shared/sharedresourceprivate.h +0 -0
- kresources/shared/storecollectiondialog.cpp kresources/shared/storecollectiondialog.cpp +0 -0
- kresources/shared/storecollectiondialog.h kresources/shared/storecollectiondialog.h +0 -0
- kresources/shared/storecollectionfilterproxymodel.cpp kresources/shared/storecollectionfilterproxymodel.cpp +0 -0
- kresources/shared/storecollectionfilterproxymodel.h kresources/shared/storecollectionfilterproxymodel.h +0 -0
- kresources/shared/storecollectionmodel.cpp kresources/shared/storecollectionmodel.cpp +0 -0
- kresources/shared/storecollectionmodel.h kresources/shared/storecollectionmodel.h +0 -0
- kresources/shared/storeconfigiface.h kresources/shared/storeconfigiface.h +0 -0
- kresources/shared/subresourcebase.cpp kresources/shared/subresourcebase.cpp +0 -0
- kresources/shared/subresourcebase.h kresources/shared/subresourcebase.h +0 -0
- kresources/shared/subresourcemodel.h kresources/shared/subresourcemodel.h +0 -0
- libkdepim-copy/CMakeLists.txt libkdepim-copy/CMakeLists.txt +0 -0
- libkdepim-copy/Messages.sh libkdepim-copy/Messages.sh +0 -0
- libkdepim-copy/calendardiffalgo.cpp libkdepim-copy/calendardiffalgo.cpp +0 -0
- libkdepim-copy/calendardiffalgo.h libkdepim-copy/calendardiffalgo.h +0 -0
- libkdepim-copy/diffalgo.cpp libkdepim-copy/diffalgo.cpp +0 -0
- libkdepim-copy/diffalgo.h libkdepim-copy/diffalgo.h +0 -0
- libkdepim-copy/htmldiffalgodisplay.cpp libkdepim-copy/htmldiffalgodisplay.cpp +0 -0
- libkdepim-copy/htmldiffalgodisplay.h libkdepim-copy/htmldiffalgodisplay.h +0 -0
- libkdepim-copy/kaccount.cpp libkdepim-copy/kaccount.cpp +0 -0
- libkdepim-copy/kaccount.h libkdepim-copy/kaccount.h +0 -0
- libkdepim-copy/kdatepickerpopup.cpp libkdepim-copy/kdatepickerpopup.cpp +0 -0
- libkdepim-copy/kdatepickerpopup.h libkdepim-copy/kdatepickerpopup.h +0 -0
- libkdepim-copy/kincidencechooser.cpp libkdepim-copy/kincidencechooser.cpp +0 -0
- libkdepim-copy/kincidencechooser.h libkdepim-copy/kincidencechooser.h +0 -0
- libkdepim-copy/ksubscription.cpp libkdepim-copy/ksubscription.cpp +0 -0
- libkdepim-copy/ksubscription.h libkdepim-copy/ksubscription.h +0 -0
- libkdepim-copy/libkdepim-copy_export.h libkdepim-copy/libkdepim-copy_export.h +0 -0
- libkdepim-copy/uistatesaver.cpp libkdepim-copy/uistatesaver.cpp +0 -0
- libkdepim-copy/uistatesaver.h libkdepim-copy/uistatesaver.h +0 -0
- migration/CMakeLists.txt migration/CMakeLists.txt +0 -0
- migration/infodialog.cpp migration/infodialog.cpp +0 -0
- migration/infodialog.h migration/infodialog.h +0 -0
- migration/kaddressbook/CMakeLists.txt migration/kaddressbook/CMakeLists.txt +0 -0
- migration/kaddressbook/kaddressbookmigrator.cpp migration/kaddressbook/kaddressbookmigrator.cpp +0 -0
- migration/kaddressbook/kaddressbookmigrator.desktop migration/kaddressbook/kaddressbookmigrator.desktop +0 -0
- migration/kmail/CMakeLists.txt migration/kmail/CMakeLists.txt +0 -0
- migration/kmail/Messages.sh migration/kmail/Messages.sh +0 -0
- migration/kmail/kmail-migratorrc migration/kmail/kmail-migratorrc +0 -0
- migration/kmail/kmailmigrator.cpp migration/kmail/kmailmigrator.cpp +0 -0
- migration/kmail/kmailmigrator.h migration/kmail/kmailmigrator.h +0 -0
- migration/kmail/main.cpp migration/kmail/main.cpp +0 -0
- migration/kmail/metatype.h migration/kmail/metatype.h +0 -0
- migration/kmigratorbase.cpp migration/kmigratorbase.cpp +0 -0
- migration/kmigratorbase.h migration/kmigratorbase.h +0 -0
- migration/kres/CMakeLists.txt migration/kres/CMakeLists.txt +0 -0
- migration/kres/Messages.sh migration/kres/Messages.sh +0 -0
- migration/kres/kabcmigrator.cpp migration/kres/kabcmigrator.cpp +0 -0
- migration/kres/kabcmigrator.h migration/kres/kabcmigrator.h +0 -0
- migration/kres/kcalmigrator.cpp migration/kres/kcalmigrator.cpp +0 -0
- migration/kres/kcalmigrator.h migration/kres/kcalmigrator.h +0 -0
- migration/kres/kres-migratorrc migration/kres/kres-migratorrc +0 -0
- migration/kres/kresmigrator.h migration/kres/kresmigrator.h +0 -0
- migration/kres/kresmigratorbase.cpp migration/kres/kresmigratorbase.cpp +0 -0
- migration/kres/kresmigratorbase.h migration/kres/kresmigratorbase.h +0 -0
- migration/kres/main.cpp migration/kres/main.cpp +0 -0
- opensync/CMakeLists.txt opensync/CMakeLists.txt +0 -0
- opensync/akonadi-sync opensync/akonadi-sync +0 -0
- opensync/akonadi_opensync.cpp opensync/akonadi_opensync.cpp +0 -0
- opensync/akonadisink.cpp opensync/akonadisink.cpp +0 -0
- opensync/akonadisink.h opensync/akonadisink.h +0 -0
- opensync/datasink.cpp opensync/datasink.cpp +0 -0
- opensync/datasink.h opensync/datasink.h +0 -0
- opensync/sinkbase.cpp opensync/sinkbase.cpp +0 -0
- opensync/sinkbase.h opensync/sinkbase.h +0 -0
- plugins/CMakeLists.txt plugins/CMakeLists.txt +0 -0
- plugins/akonadi_serializer_addressee.cpp plugins/akonadi_serializer_addressee.cpp +0 -0
- plugins/akonadi_serializer_addressee.desktop plugins/akonadi_serializer_addressee.desktop +0 -0
- plugins/akonadi_serializer_addressee.h plugins/akonadi_serializer_addressee.h +0 -0
- plugins/akonadi_serializer_bookmark.cpp plugins/akonadi_serializer_bookmark.cpp +0 -0
- plugins/akonadi_serializer_bookmark.desktop plugins/akonadi_serializer_bookmark.desktop +0 -0
- plugins/akonadi_serializer_bookmark.h plugins/akonadi_serializer_bookmark.h +0 -0
- plugins/akonadi_serializer_contactgroup.cpp plugins/akonadi_serializer_contactgroup.cpp +0 -0
- plugins/akonadi_serializer_contactgroup.desktop plugins/akonadi_serializer_contactgroup.desktop +0 -0
- plugins/akonadi_serializer_contactgroup.h plugins/akonadi_serializer_contactgroup.h +0 -0
- plugins/akonadi_serializer_kcal.cpp plugins/akonadi_serializer_kcal.cpp +0 -0
- plugins/akonadi_serializer_kcal.desktop plugins/akonadi_serializer_kcal.desktop +0 -0
- plugins/akonadi_serializer_kcal.h plugins/akonadi_serializer_kcal.h +0 -0
- plugins/akonadi_serializer_mail.cpp plugins/akonadi_serializer_mail.cpp +0 -0
- plugins/akonadi_serializer_mail.desktop plugins/akonadi_serializer_mail.desktop +0 -0
- plugins/akonadi_serializer_mail.h plugins/akonadi_serializer_mail.h +0 -0
- plugins/akonadi_serializer_microblog.cpp plugins/akonadi_serializer_microblog.cpp +0 -0
- plugins/akonadi_serializer_microblog.desktop plugins/akonadi_serializer_microblog.desktop +0 -0
- plugins/akonadi_serializer_microblog.h plugins/akonadi_serializer_microblog.h +0 -0
- plugins/tests/CMakeLists.txt plugins/tests/CMakeLists.txt +0 -0
- plugins/tests/kcalserializertest.cpp plugins/tests/kcalserializertest.cpp +0 -0
- plugins/tests/mailserializerplugintest.cpp plugins/tests/mailserializerplugintest.cpp +0 -0
- plugins/tests/mailserializerplugintest.h plugins/tests/mailserializerplugintest.h +0 -0
- plugins/tests/mailserializertest.cpp plugins/tests/mailserializertest.cpp +0 -0
- plugins/tests/mailserializertest.h plugins/tests/mailserializertest.h +0 -0
- resources/CMakeLists.txt resources/CMakeLists.txt +0 -0
- resources/akonotes/CMakeLists.txt resources/akonotes/CMakeLists.txt +0 -0
- resources/akonotes/Messages.sh resources/akonotes/Messages.sh +0 -0
- resources/akonotes/akonotesresource.cpp resources/akonotes/akonotesresource.cpp +0 -0
- resources/akonotes/akonotesresource.desktop resources/akonotes/akonotesresource.desktop +0 -0
- resources/akonotes/akonotesresource.h resources/akonotes/akonotesresource.h +0 -0
- resources/akonotes/akonotesresource.kcfg resources/akonotes/akonotesresource.kcfg +0 -0
- resources/akonotes/configdialog.h resources/akonotes/configdialog.h +0 -0
- resources/akonotes/main.cpp resources/akonotes/main.cpp +0 -0
- resources/akonotes/settings.kcfgc resources/akonotes/settings.kcfgc +0 -0
- resources/akonotes/settings.ui resources/akonotes/settings.ui +0 -0
- resources/birthdays/CMakeLists.txt resources/birthdays/CMakeLists.txt +0 -0
- resources/birthdays/Messages.sh resources/birthdays/Messages.sh +0 -0
- resources/birthdays/birthdaysresource.cpp resources/birthdays/birthdaysresource.cpp +0 -0
- resources/birthdays/birthdaysresource.desktop resources/birthdays/birthdaysresource.desktop +0 -0
- resources/birthdays/birthdaysresource.h resources/birthdays/birthdaysresource.h +0 -0
- resources/birthdays/birthdaysresource.kcfg resources/birthdays/birthdaysresource.kcfg +0 -0
- resources/birthdays/configdialog.cpp resources/birthdays/configdialog.cpp +0 -0
- resources/birthdays/configdialog.h resources/birthdays/configdialog.h +0 -0
- resources/birthdays/configdialog.ui resources/birthdays/configdialog.ui +0 -0
- resources/birthdays/settings.kcfgc resources/birthdays/settings.kcfgc +0 -0
- resources/contacts/CMakeLists.txt resources/contacts/CMakeLists.txt +0 -0
- resources/contacts/Messages.sh resources/contacts/Messages.sh +0 -0
- resources/contacts/contactsresource.cpp resources/contacts/contactsresource.cpp +0 -0
- resources/contacts/contactsresource.desktop resources/contacts/contactsresource.desktop +0 -0
- resources/contacts/contactsresource.h resources/contacts/contactsresource.h +0 -0
- resources/contacts/contactsresource.kcfg resources/contacts/contactsresource.kcfg +0 -0
- resources/contacts/settings.kcfgc resources/contacts/settings.kcfgc +0 -0
- resources/contacts/settingsdialog.cpp resources/contacts/settingsdialog.cpp +0 -0
- resources/contacts/settingsdialog.h resources/contacts/settingsdialog.h +0 -0
- resources/contacts/settingsdialog.ui resources/contacts/settingsdialog.ui +0 -0
- resources/ical/CMakeLists.txt resources/ical/CMakeLists.txt +0 -0
- resources/ical/Messages.sh resources/ical/Messages.sh +0 -0
- resources/ical/icalresource.cpp resources/ical/icalresource.cpp +0 -0
- resources/ical/icalresource.desktop resources/ical/icalresource.desktop +0 -0
- resources/ical/icalresource.h resources/ical/icalresource.h +0 -0
- resources/ical/icalresource.kcfg resources/ical/icalresource.kcfg +0 -0
- resources/ical/icalresourcebase.cpp resources/ical/icalresourcebase.cpp +0 -0
- resources/ical/icalresourcebase.h resources/ical/icalresourcebase.h +0 -0
- resources/ical/icalresourcemain.cpp resources/ical/icalresourcemain.cpp +0 -0
- resources/ical/notes/CMakeLists.txt resources/ical/notes/CMakeLists.txt +0 -0
- resources/ical/notes/notesresource.cpp resources/ical/notes/notesresource.cpp +0 -0
- resources/ical/notes/notesresource.desktop resources/ical/notes/notesresource.desktop +0 -0
- resources/ical/notes/notesresource.h resources/ical/notes/notesresource.h +0 -0
- resources/ical/notes/notesresource.kcfg resources/ical/notes/notesresource.kcfg +0 -0
- resources/ical/notes/settings.kcfgc resources/ical/notes/settings.kcfgc +0 -0
- resources/ical/settings.kcfgc resources/ical/settings.kcfgc +0 -0
- resources/ical/tests/CMakeLists.txt resources/ical/tests/CMakeLists.txt +0 -0
- resources/ical/tests/event.ical resources/ical/tests/event.ical +0 -0
- resources/ical/tests/ical-empty.xml resources/ical/tests/ical-empty.xml +0 -0
- resources/ical/tests/ical-step1.xml resources/ical/tests/ical-step1.xml +0 -0
- resources/ical/tests/icaltest.es resources/ical/tests/icaltest.es +0 -0
- resources/ical/tests/task.ical resources/ical/tests/task.ical +0 -0
- resources/imap/CMakeLists.txt resources/imap/CMakeLists.txt +0 -0
- resources/imap/Messages.sh resources/imap/Messages.sh +0 -0
- resources/imap/README resources/imap/README +0 -0
- resources/imap/imapaccount.cpp resources/imap/imapaccount.cpp +0 -0
- resources/imap/imapaccount.h resources/imap/imapaccount.h +0 -0
- resources/imap/imapidlemanager.cpp resources/imap/imapidlemanager.cpp +0 -0
- resources/imap/imapidlemanager.h resources/imap/imapidlemanager.h +0 -0
- resources/imap/imapresource.cpp resources/imap/imapresource.cpp +0 -0
- resources/imap/imapresource.desktop resources/imap/imapresource.desktop +0 -0
- resources/imap/imapresource.h resources/imap/imapresource.h +0 -0
- resources/imap/imapresource.kcfg resources/imap/imapresource.kcfg +0 -0
- resources/imap/noselectattribute.cpp resources/imap/noselectattribute.cpp +0 -0
- resources/imap/noselectattribute.h resources/imap/noselectattribute.h +0 -0
- resources/imap/settings.cpp resources/imap/settings.cpp +0 -0
- resources/imap/settings.h resources/imap/settings.h +0 -0
- resources/imap/settingsbase.kcfgc resources/imap/settingsbase.kcfgc +0 -0
- resources/imap/setupserver.cpp resources/imap/setupserver.cpp +0 -0
- resources/imap/setupserver.h resources/imap/setupserver.h +0 -0
- resources/imap/setupserverview.ui resources/imap/setupserverview.ui +0 -0
- resources/imap/subscriptiondialog.cpp resources/imap/subscriptiondialog.cpp +0 -0
- resources/imap/subscriptiondialog.h resources/imap/subscriptiondialog.h +0 -0
- resources/imap/uidnextattribute.cpp resources/imap/uidnextattribute.cpp +0 -0
- resources/imap/uidnextattribute.h resources/imap/uidnextattribute.h +0 -0
- resources/imap/uidvalidityattribute.cpp resources/imap/uidvalidityattribute.cpp +0 -0
- resources/imap/uidvalidityattribute.h resources/imap/uidvalidityattribute.h +0 -0
- resources/imap/wizard/CMakeLists.txt resources/imap/wizard/CMakeLists.txt +0 -0
- resources/imap/wizard/Messages.sh resources/imap/wizard/Messages.sh +0 -0
- resources/imap/wizard/disconnectedimapwizard.desktop resources/imap/wizard/disconnectedimapwizard.desktop +0 -0
- resources/imap/wizard/disconnectedimapwizard.js resources/imap/wizard/disconnectedimapwizard.js +0 -0
- resources/imap/wizard/imapwizard.desktop resources/imap/wizard/imapwizard.desktop +0 -0
- resources/imap/wizard/imapwizard.js resources/imap/wizard/imapwizard.js +0 -0
- resources/imap/wizard/imapwizard.ui resources/imap/wizard/imapwizard.ui +0 -0
- resources/kabc/CMakeLists.txt resources/kabc/CMakeLists.txt +0 -0
- resources/kabc/Messages.sh resources/kabc/Messages.sh +0 -0
- resources/kabc/kabcresource.cpp resources/kabc/kabcresource.cpp +0 -0
- resources/kabc/kabcresource.desktop resources/kabc/kabcresource.desktop +0 -0
- resources/kabc/kabcresource.h resources/kabc/kabcresource.h +0 -0
- resources/kabc/kresourceassistant.cpp resources/kabc/kresourceassistant.cpp +0 -0
- resources/kabc/kresourceassistant.h resources/kabc/kresourceassistant.h +0 -0
- resources/kcal/CMakeLists.txt resources/kcal/CMakeLists.txt +0 -0
- resources/kcal/Messages.sh resources/kcal/Messages.sh +0 -0
- resources/kcal/kcalresource.cpp resources/kcal/kcalresource.cpp +0 -0
- resources/kcal/kcalresource.desktop resources/kcal/kcalresource.desktop +0 -0
- resources/kcal/kcalresource.h resources/kcal/kcalresource.h +0 -0
- resources/knut/CMakeLists.txt resources/knut/CMakeLists.txt +0 -0
- resources/knut/Messages.sh resources/knut/Messages.sh +0 -0
- resources/knut/knut-template.xml resources/knut/knut-template.xml +0 -0
- resources/knut/knutresource.cpp resources/knut/knutresource.cpp +0 -0
- resources/knut/knutresource.desktop resources/knut/knutresource.desktop +0 -0
- resources/knut/knutresource.h resources/knut/knutresource.h +0 -0
- resources/knut/knutresource.kcfg resources/knut/knutresource.kcfg +0 -0
- resources/knut/settings.kcfgc resources/knut/settings.kcfgc +0 -0
- resources/knut/tests/CMakeLists.txt resources/knut/tests/CMakeLists.txt +0 -0
- resources/knut/tests/knut-empty.xml resources/knut/tests/knut-empty.xml +0 -0
- resources/knut/tests/knut-step1.xml resources/knut/tests/knut-step1.xml +0 -0
- resources/knut/tests/knut-step2.xml resources/knut/tests/knut-step2.xml +0 -0
- resources/knut/tests/knutdemo.js resources/knut/tests/knutdemo.js +0 -0
- resources/knut/tests/knutdemo.xml resources/knut/tests/knutdemo.xml +0 -0
- resources/knut/tests/testmail.mbox resources/knut/tests/testmail.mbox +0 -0
- resources/kolabproxy/CMakeLists.txt resources/kolabproxy/CMakeLists.txt +0 -0
- resources/kolabproxy/Messages.sh resources/kolabproxy/Messages.sh +0 -0
- resources/kolabproxy/addressbookhandler.cpp resources/kolabproxy/addressbookhandler.cpp +0 -0
- resources/kolabproxy/addressbookhandler.h resources/kolabproxy/addressbookhandler.h +0 -0
- resources/kolabproxy/calendarhandler.cpp resources/kolabproxy/calendarhandler.cpp +0 -0
- resources/kolabproxy/calendarhandler.h resources/kolabproxy/calendarhandler.h +0 -0
- resources/kolabproxy/collectiontreebuilder.cpp resources/kolabproxy/collectiontreebuilder.cpp +0 -0
- resources/kolabproxy/collectiontreebuilder.h resources/kolabproxy/collectiontreebuilder.h +0 -0
- resources/kolabproxy/contact.cpp resources/kolabproxy/contact.cpp +0 -0
- resources/kolabproxy/contact.h resources/kolabproxy/contact.h +0 -0
- resources/kolabproxy/distributionlist.cpp resources/kolabproxy/distributionlist.cpp +0 -0
- resources/kolabproxy/distributionlist.h resources/kolabproxy/distributionlist.h +0 -0
- resources/kolabproxy/event.cpp resources/kolabproxy/event.cpp +0 -0
- resources/kolabproxy/event.h resources/kolabproxy/event.h +0 -0
- resources/kolabproxy/hi64-apps-kolab.png resources/kolabproxy/hi64-apps-kolab.png +0 -0
- resources/kolabproxy/incidence.cpp resources/kolabproxy/incidence.cpp +0 -0
- resources/kolabproxy/incidence.h resources/kolabproxy/incidence.h +0 -0
- resources/kolabproxy/incidencehandler.cpp resources/kolabproxy/incidencehandler.cpp +0 -0
- resources/kolabproxy/incidencehandler.h resources/kolabproxy/incidencehandler.h +0 -0
- resources/kolabproxy/journal.cpp resources/kolabproxy/journal.cpp +0 -0
- resources/kolabproxy/journal.h resources/kolabproxy/journal.h +0 -0
- resources/kolabproxy/journalhandler.cpp resources/kolabproxy/journalhandler.cpp +0 -0
- resources/kolabproxy/journalhandler.h resources/kolabproxy/journalhandler.h +0 -0
- resources/kolabproxy/kolabbase.cpp resources/kolabproxy/kolabbase.cpp +0 -0
- resources/kolabproxy/kolabbase.h resources/kolabproxy/kolabbase.h +0 -0
- resources/kolabproxy/kolabhandler.cpp resources/kolabproxy/kolabhandler.cpp +0 -0
- resources/kolabproxy/kolabhandler.h resources/kolabproxy/kolabhandler.h +0 -0
- resources/kolabproxy/kolabproxyresource.cpp resources/kolabproxy/kolabproxyresource.cpp +0 -0
- resources/kolabproxy/kolabproxyresource.desktop resources/kolabproxy/kolabproxyresource.desktop +0 -0
- resources/kolabproxy/kolabproxyresource.h resources/kolabproxy/kolabproxyresource.h +0 -0
- resources/kolabproxy/kolabproxyresource.kcfg resources/kolabproxy/kolabproxyresource.kcfg +0 -0
- resources/kolabproxy/note.cpp resources/kolabproxy/note.cpp +0 -0
- resources/kolabproxy/note.h resources/kolabproxy/note.h +0 -0
- resources/kolabproxy/notehandler.cpp resources/kolabproxy/notehandler.cpp +0 -0
- resources/kolabproxy/notehandler.h resources/kolabproxy/notehandler.h +0 -0
- resources/kolabproxy/settings.kcfgc resources/kolabproxy/settings.kcfgc +0 -0
- resources/kolabproxy/task.cpp resources/kolabproxy/task.cpp +0 -0
- resources/kolabproxy/task.h resources/kolabproxy/task.h +0 -0
- resources/kolabproxy/taskshandler.cpp resources/kolabproxy/taskshandler.cpp +0 -0
- resources/kolabproxy/taskshandler.h resources/kolabproxy/taskshandler.h +0 -0
- resources/kolabproxy/tests/CMakeLists.txt resources/kolabproxy/tests/CMakeLists.txt +0 -0
- resources/kolabproxy/tests/contacts/address.vcf resources/kolabproxy/tests/contacts/address.vcf +0 -0
- resources/kolabproxy/tests/contacts/address.vcf.mime resources/kolabproxy/tests/contacts/address.vcf.mime +0 -0
- resources/kolabproxy/tests/contacts/complex.vcf resources/kolabproxy/tests/contacts/complex.vcf +0 -0
- resources/kolabproxy/tests/contacts/complex.vcf.mime resources/kolabproxy/tests/contacts/complex.vcf.mime +0 -0
- resources/kolabproxy/tests/contacts/displayname.vcf resources/kolabproxy/tests/contacts/displayname.vcf +0 -0
- resources/kolabproxy/tests/contacts/displayname.vcf.mime resources/kolabproxy/tests/contacts/displayname.vcf.mime +0 -0
- resources/kolabproxy/tests/contacts/emails.vcf resources/kolabproxy/tests/contacts/emails.vcf +0 -0
- resources/kolabproxy/tests/contacts/emails.vcf.mime resources/kolabproxy/tests/contacts/emails.vcf.mime +0 -0
- resources/kolabproxy/tests/contacts/phonenumbers.vcf resources/kolabproxy/tests/contacts/phonenumbers.vcf +0 -0
- resources/kolabproxy/tests/contacts/phonenumbers.vcf.mime resources/kolabproxy/tests/contacts/phonenumbers.vcf.mime +0 -0
- resources/kolabproxy/tests/contacts/picture.vcf resources/kolabproxy/tests/contacts/picture.vcf +0 -0
- resources/kolabproxy/tests/contacts/picture.vcf.mime resources/kolabproxy/tests/contacts/picture.vcf.mime +0 -0
- resources/kolabproxy/tests/contacts/simple.vcf resources/kolabproxy/tests/contacts/simple.vcf +0 -0
- resources/kolabproxy/tests/contacts/simple.vcf.mime resources/kolabproxy/tests/contacts/simple.vcf.mime +0 -0
- resources/kolabproxy/tests/couriervm.conf resources/kolabproxy/tests/couriervm.conf +0 -0
- resources/kolabproxy/tests/create_ldap_users.py resources/kolabproxy/tests/create_ldap_users.py +0 -0
- resources/kolabproxy/tests/dovecotvm.conf resources/kolabproxy/tests/dovecotvm.conf +0 -0
- resources/kolabproxy/tests/event.ical resources/kolabproxy/tests/event.ical +0 -0
- resources/kolabproxy/tests/event/allday.ics resources/kolabproxy/tests/event/allday.ics +0 -0
- resources/kolabproxy/tests/event/allday.ics.mime resources/kolabproxy/tests/event/allday.ics.mime +0 -0
- resources/kolabproxy/tests/event/attachment.ics resources/kolabproxy/tests/event/attachment.ics +0 -0
- resources/kolabproxy/tests/event/attachment.ics.mime resources/kolabproxy/tests/event/attachment.ics.mime +0 -0
- resources/kolabproxy/tests/event/complex.ics resources/kolabproxy/tests/event/complex.ics +0 -0
- resources/kolabproxy/tests/event/complex.ics.mime resources/kolabproxy/tests/event/complex.ics.mime +0 -0
- resources/kolabproxy/tests/event/simple.ics resources/kolabproxy/tests/event/simple.ics +0 -0
- resources/kolabproxy/tests/event/simple.ics.mime resources/kolabproxy/tests/event/simple.ics.mime +0 -0
- resources/kolabproxy/tests/imap-quicktest.es resources/kolabproxy/tests/imap-quicktest.es +0 -0
- resources/kolabproxy/tests/imaptest-dovecot-step1.xml resources/kolabproxy/tests/imaptest-dovecot-step1.xml +0 -0
- resources/kolabproxy/tests/imaptest-dovecot-step2.xml resources/kolabproxy/tests/imaptest-dovecot-step2.xml +0 -0
- resources/kolabproxy/tests/imaptest-dovecot.es resources/kolabproxy/tests/imaptest-dovecot.es +0 -0
- resources/kolabproxy/tests/imaptest-kolab-step1.xml resources/kolabproxy/tests/imaptest-kolab-step1.xml +0 -0
- resources/kolabproxy/tests/imaptest-kolab-step2.xml resources/kolabproxy/tests/imaptest-kolab-step2.xml +0 -0
- resources/kolabproxy/tests/imaptest-kolab.es resources/kolabproxy/tests/imaptest-kolab.es +0 -0
- resources/kolabproxy/tests/imaptest.es resources/kolabproxy/tests/imaptest.es +0 -0
- resources/kolabproxy/tests/journal/complex.ics resources/kolabproxy/tests/journal/complex.ics +0 -0
- resources/kolabproxy/tests/journal/complex.ics.mime resources/kolabproxy/tests/journal/complex.ics.mime +0 -0
- resources/kolabproxy/tests/journal/simple.ics resources/kolabproxy/tests/journal/simple.ics +0 -0
- resources/kolabproxy/tests/journal/simple.ics.mime resources/kolabproxy/tests/journal/simple.ics.mime +0 -0
- resources/kolabproxy/tests/kolab-step1.xml resources/kolabproxy/tests/kolab-step1.xml +0 -0
- resources/kolabproxy/tests/kolab-step2.xml resources/kolabproxy/tests/kolab-step2.xml +0 -0
- resources/kolabproxy/tests/kolabconvertertest.cpp resources/kolabproxy/tests/kolabconvertertest.cpp +0 -0
- resources/kolabproxy/tests/kolabevent.mbox resources/kolabproxy/tests/kolabevent.mbox +0 -0
- resources/kolabproxy/tests/kolabtest.es resources/kolabproxy/tests/kolabtest.es +0 -0
- resources/kolabproxy/tests/kolabvm.conf resources/kolabproxy/tests/kolabvm.conf +0 -0
- resources/kolabproxy/tests/runimapcommand.py resources/kolabproxy/tests/runimapcommand.py +0 -0
- resources/kolabproxy/tests/task.ical resources/kolabproxy/tests/task.ical +0 -0
- resources/kolabproxy/tests/task/complex.ics resources/kolabproxy/tests/task/complex.ics +0 -0
- resources/kolabproxy/tests/task/complex.ics.mime resources/kolabproxy/tests/task/complex.ics.mime +0 -0
- resources/kolabproxy/tests/task/simple.ics resources/kolabproxy/tests/task/simple.ics +0 -0
- resources/kolabproxy/tests/task/simple.ics.mime resources/kolabproxy/tests/task/simple.ics.mime +0 -0
- resources/kolabproxy/tests/testmail.mbox resources/kolabproxy/tests/testmail.mbox +0 -0
- resources/kolabproxy/wizard/CMakeLists.txt resources/kolabproxy/wizard/CMakeLists.txt +0 -0
- resources/kolabproxy/wizard/Messages.sh resources/kolabproxy/wizard/Messages.sh +0 -0
- resources/kolabproxy/wizard/kolabwizard.desktop resources/kolabproxy/wizard/kolabwizard.desktop +0 -0
- resources/kolabproxy/wizard/kolabwizard.js resources/kolabproxy/wizard/kolabwizard.js +0 -0
- resources/kolabproxy/wizard/kolabwizard.ui resources/kolabproxy/wizard/kolabwizard.ui +0 -0
- resources/localbookmarks/CMakeLists.txt resources/localbookmarks/CMakeLists.txt +0 -0
- resources/localbookmarks/Messages.sh resources/localbookmarks/Messages.sh +0 -0
- resources/localbookmarks/localbookmarksresource.cpp resources/localbookmarks/localbookmarksresource.cpp +0 -0
- resources/localbookmarks/localbookmarksresource.desktop resources/localbookmarks/localbookmarksresource.desktop +0 -0
- resources/localbookmarks/localbookmarksresource.h resources/localbookmarks/localbookmarksresource.h +0 -0
- resources/localbookmarks/localbookmarksresource.kcfg resources/localbookmarks/localbookmarksresource.kcfg +0 -0
- resources/localbookmarks/settings.kcfgc resources/localbookmarks/settings.kcfgc +0 -0
- resources/maildir/CMakeLists.txt resources/maildir/CMakeLists.txt +0 -0
- resources/maildir/Messages.sh resources/maildir/Messages.sh +0 -0
- resources/maildir/configdialog.cpp resources/maildir/configdialog.cpp +0 -0
- resources/maildir/configdialog.h resources/maildir/configdialog.h +0 -0
- resources/maildir/libmaildir/CMakeLists.txt resources/maildir/libmaildir/CMakeLists.txt +0 -0
- resources/maildir/libmaildir/Mainpage.dox resources/maildir/libmaildir/Mainpage.dox +0 -0
- resources/maildir/libmaildir/maildir.cpp resources/maildir/libmaildir/maildir.cpp +0 -0
- resources/maildir/libmaildir/maildir.h resources/maildir/libmaildir/maildir.h +0 -0
- resources/maildir/libmaildir/maildir_export.h resources/maildir/libmaildir/maildir_export.h +0 -0
- resources/maildir/libmaildir/tests/CMakeLists.txt resources/maildir/libmaildir/tests/CMakeLists.txt +0 -0
- resources/maildir/libmaildir/tests/testmaildir.cpp resources/maildir/libmaildir/tests/testmaildir.cpp +0 -0
- resources/maildir/libmaildir/tests/testmaildir.h resources/maildir/libmaildir/tests/testmaildir.h +0 -0
- resources/maildir/maildirresource.cpp resources/maildir/maildirresource.cpp +0 -0
- resources/maildir/maildirresource.desktop resources/maildir/maildirresource.desktop +0 -0
- resources/maildir/maildirresource.h resources/maildir/maildirresource.h +0 -0
- resources/maildir/maildirresource.kcfg resources/maildir/maildirresource.kcfg +0 -0
- resources/maildir/main.cpp resources/maildir/main.cpp +0 -0
- resources/maildir/settings.kcfgc resources/maildir/settings.kcfgc +0 -0
- resources/maildir/settings.ui resources/maildir/settings.ui +0 -0
- resources/maildir/tests/CMakeLists.txt resources/maildir/tests/CMakeLists.txt +0 -0
- resources/maildir/tests/maildir-empty.xml resources/maildir/tests/maildir-empty.xml +0 -0
- resources/maildir/tests/maildir-step1.xml resources/maildir/tests/maildir-step1.xml +0 -0
- resources/maildir/tests/maildir-step2.xml resources/maildir/tests/maildir-step2.xml +0 -0
- resources/maildir/tests/maildir.js resources/maildir/tests/maildir.js +0 -0
- resources/maildir/tests/maildir.xml resources/maildir/tests/maildir.xml +0 -0
- resources/maildir/tests/maildir/.root.directory/.child1.directory/grandchild/cur/1237726881.6570.rfoxg!2,S ...child1.directory/grandchild/cur/1237726881.6570.rfoxg!2,S +0 -0
- resources/maildir/tests/maildir/.root.directory/child1/cur/1237726858.6570.dtdn4!2,S ...ldir/.root.directory/child1/cur/1237726858.6570.dtdn4!2,S +0 -0
- resources/maildir/tests/maildir/.root.directory/child1/cur/1237726875.6570.R4KOW!2,S ...ldir/.root.directory/child1/cur/1237726875.6570.R4KOW!2,S +0 -0
- resources/maildir/tests/maildir/root/cur/1237726845.6570.BejQg!2,S .../maildir/tests/maildir/root/cur/1237726845.6570.BejQg!2,S +0 -0
- resources/maildir/tests/synctest.cpp resources/maildir/tests/synctest.cpp +0 -0
- resources/maildir/tests/synctest.h resources/maildir/tests/synctest.h +0 -0
- resources/maildir/tests/testmail.mbox resources/maildir/tests/testmail.mbox +0 -0
- resources/maildir/tests/unittestenv/config.xml resources/maildir/tests/unittestenv/config.xml +0 -0
- resources/maildir/tests/unittestenv/kdehome/share/config/akonadi-firstrunrc ...tests/unittestenv/kdehome/share/config/akonadi-firstrunrc +0 -0
- resources/maildir/tests/unittestenv/kdehome/share/config/akonadi_maildir_resource_0rc ...testenv/kdehome/share/config/akonadi_maildir_resource_0rc +0 -0
- resources/maildir/tests/unittestenv/kdehome/share/config/kdebugrc ...s/maildir/tests/unittestenv/kdehome/share/config/kdebugrc +110 -0
- resources/maildir/tests/unittestenv/kdehome/share/config/kdedrc ...ces/maildir/tests/unittestenv/kdehome/share/config/kdedrc +0 -0
- resources/maildir/tests/unittestenv/kdehome/share/config/kwalletrc .../maildir/tests/unittestenv/kdehome/share/config/kwalletrc +2 -0
- resources/maildir/tests/unittestenv/kdehome/share/config/qttestrc ...s/maildir/tests/unittestenv/kdehome/share/config/qttestrc +2 -0
- resources/maildir/tests/unittestenv/kdehome/testdata.xml resources/maildir/tests/unittestenv/kdehome/testdata.xml +4 -0
- resources/maildir/tests/unittestenv/xdgconfig/akonadi/akonadiserverrc ...ildir/tests/unittestenv/xdgconfig/akonadi/akonadiserverrc +0 -0
- resources/maildir/wizard/CMakeLists.txt resources/maildir/wizard/CMakeLists.txt +0 -0
- resources/maildir/wizard/Messages.sh resources/maildir/wizard/Messages.sh +0 -0
- resources/maildir/wizard/maildirwizard.desktop resources/maildir/wizard/maildirwizard.desktop +0 -0
- resources/maildir/wizard/maildirwizard.js resources/maildir/wizard/maildirwizard.js +0 -0
- resources/maildir/wizard/maildirwizard.ui resources/maildir/wizard/maildirwizard.ui +0 -0
- resources/mailtransport_dummy/CMakeLists.txt resources/mailtransport_dummy/CMakeLists.txt +0 -0
- resources/mailtransport_dummy/Messages.sh resources/mailtransport_dummy/Messages.sh +2 -0
- resources/mailtransport_dummy/configdialog.cpp resources/mailtransport_dummy/configdialog.cpp +19 -18
- resources/mailtransport_dummy/configdialog.h resources/mailtransport_dummy/configdialog.h +0 -0
- resources/mailtransport_dummy/mtdummyresource.cpp resources/mailtransport_dummy/mtdummyresource.cpp +0 -0
- resources/mailtransport_dummy/mtdummyresource.desktop resources/mailtransport_dummy/mtdummyresource.desktop +0 -0
- resources/mailtransport_dummy/mtdummyresource.h resources/mailtransport_dummy/mtdummyresource.h +0 -0
- resources/mailtransport_dummy/mtdummyresource.kcfg resources/mailtransport_dummy/mtdummyresource.kcfg +3 -4
- resources/mailtransport_dummy/settings.kcfgc resources/mailtransport_dummy/settings.kcfgc +8 -0
- resources/mailtransport_dummy/settings.ui resources/mailtransport_dummy/settings.ui +60 -0
- resources/mbox/CMakeLists.txt resources/mbox/CMakeLists.txt +0 -0
- resources/mbox/Messages.sh resources/mbox/Messages.sh +0 -0
- resources/mbox/compactpage.cpp resources/mbox/compactpage.cpp +0 -0
- resources/mbox/compactpage.h resources/mbox/compactpage.h +0 -0
- resources/mbox/compactpage.ui resources/mbox/compactpage.ui +0 -0
- resources/mbox/deleteditemsattribute.cpp resources/mbox/deleteditemsattribute.cpp +0 -0
- resources/mbox/deleteditemsattribute.h resources/mbox/deleteditemsattribute.h +0 -0
- resources/mbox/libmbox/CMakeLists.txt resources/mbox/libmbox/CMakeLists.txt +0 -0
- resources/mbox/libmbox/mbox.cpp resources/mbox/libmbox/mbox.cpp +0 -0
- resources/mbox/libmbox/mbox.h resources/mbox/libmbox/mbox.h +0 -0
- resources/mbox/libmbox/mbox_export.h resources/mbox/libmbox/mbox_export.h +0 -0
- resources/mbox/libmbox/mbox_p.cpp resources/mbox/libmbox/mbox_p.cpp +0 -0
- resources/mbox/libmbox/mbox_p.h resources/mbox/libmbox/mbox_p.h +0 -0
- resources/mbox/libmbox/tests/CMakeLists.txt resources/mbox/libmbox/tests/CMakeLists.txt +0 -0
- resources/mbox/libmbox/tests/mboxbenchmark.cpp resources/mbox/libmbox/tests/mboxbenchmark.cpp +0 -0
- resources/mbox/libmbox/tests/mboxbenchmark.h resources/mbox/libmbox/tests/mboxbenchmark.h +0 -0
- resources/mbox/libmbox/tests/mboxtest.cpp resources/mbox/libmbox/tests/mboxtest.cpp +0 -0
- resources/mbox/libmbox/tests/mboxtest.h resources/mbox/libmbox/tests/mboxtest.h +0 -0
- resources/mbox/libmbox/tests/test-entries.h resources/mbox/libmbox/tests/test-entries.h +0 -0
- resources/mbox/lockfilepage.ui resources/mbox/lockfilepage.ui +0 -0
- resources/mbox/lockmethodpage.cpp resources/mbox/lockmethodpage.cpp +0 -0
- resources/mbox/lockmethodpage.h resources/mbox/lockmethodpage.h +0 -0
- resources/mbox/mboxresource.cpp resources/mbox/mboxresource.cpp +0 -0
- resources/mbox/mboxresource.desktop resources/mbox/mboxresource.desktop +0 -0
- resources/mbox/mboxresource.h resources/mbox/mboxresource.h +0 -0
- resources/mbox/mboxresource.kcfg resources/mbox/mboxresource.kcfg +0 -0
- resources/mbox/settings.kcfgc resources/mbox/settings.kcfgc +0 -0
- resources/microblog/CMakeLists.txt resources/microblog/CMakeLists.txt +0 -0
- resources/microblog/Messages.sh resources/microblog/Messages.sh +0 -0
- resources/microblog/communication.cpp resources/microblog/communication.cpp +0 -0
- resources/microblog/communication.h resources/microblog/communication.h +0 -0
- resources/microblog/configdialog.cpp resources/microblog/configdialog.cpp +0 -0
- resources/microblog/configdialog.h resources/microblog/configdialog.h +0 -0
- resources/microblog/idattribute.cpp resources/microblog/idattribute.cpp +0 -0
- resources/microblog/idattribute.h resources/microblog/idattribute.h +0 -0
- resources/microblog/microblog.cpp resources/microblog/microblog.cpp +0 -0
- resources/microblog/microblog.desktop resources/microblog/microblog.desktop +0 -0
- resources/microblog/microblog.h resources/microblog/microblog.h +0 -0
- resources/microblog/microblogconfig.ui resources/microblog/microblogconfig.ui +0 -0
- resources/microblog/microblogresource.kcfg resources/microblog/microblogresource.kcfg +0 -0
- resources/microblog/settings.cpp resources/microblog/settings.cpp +0 -0
- resources/microblog/settings.h resources/microblog/settings.h +0 -0
- resources/microblog/settingsbase.kcfgc resources/microblog/settingsbase.kcfgc +0 -0
- resources/nepomuktag/CMakeLists.txt resources/nepomuktag/CMakeLists.txt +0 -0
- resources/nepomuktag/Messages.sh resources/nepomuktag/Messages.sh +0 -0
- resources/nepomuktag/nepomuktagresource.cpp resources/nepomuktag/nepomuktagresource.cpp +0 -0
- resources/nepomuktag/nepomuktagresource.desktop resources/nepomuktag/nepomuktagresource.desktop +0 -0
- resources/nepomuktag/nepomuktagresource.h resources/nepomuktag/nepomuktagresource.h +0 -0
- resources/nntp/CMakeLists.txt resources/nntp/CMakeLists.txt +0 -0
- resources/nntp/Messages.sh resources/nntp/Messages.sh +0 -0
- resources/nntp/configdialog.cpp resources/nntp/configdialog.cpp +0 -0
- resources/nntp/configdialog.h resources/nntp/configdialog.h +0 -0
- resources/nntp/configdialog.ui resources/nntp/configdialog.ui +0 -0
- resources/nntp/nntpcollectionattribute.cpp resources/nntp/nntpcollectionattribute.cpp +0 -0
- resources/nntp/nntpcollectionattribute.h resources/nntp/nntpcollectionattribute.h +0 -0
- resources/nntp/nntpresource.cpp resources/nntp/nntpresource.cpp +0 -0
- resources/nntp/nntpresource.desktop resources/nntp/nntpresource.desktop +0 -0
- resources/nntp/nntpresource.h resources/nntp/nntpresource.h +0 -0
- resources/nntp/nntpresource.kcfg resources/nntp/nntpresource.kcfg +0 -0
- resources/nntp/settings.cpp resources/nntp/settings.cpp +0 -0
- resources/nntp/settings.h resources/nntp/settings.h +0 -0
- resources/nntp/settingsbase.kcfgc resources/nntp/settingsbase.kcfgc +0 -0
- resources/openchange/CMakeLists.txt resources/openchange/CMakeLists.txt +0 -0
- resources/openchange/Messages.sh resources/openchange/Messages.sh +0 -0
- resources/openchange/howto.txt resources/openchange/howto.txt +0 -0
- resources/openchange/lzfu.cpp resources/openchange/lzfu.cpp +0 -0
- resources/openchange/lzfu.h resources/openchange/lzfu.h +0 -0
- resources/openchange/lzfutest.cpp resources/openchange/lzfutest.cpp +0 -0
- resources/openchange/lzfutest.h resources/openchange/lzfutest.h +0 -0
- resources/openchange/ocresource.cpp resources/openchange/ocresource.cpp +0 -0
- resources/openchange/ocresource.desktop resources/openchange/ocresource.desktop +0 -0
- resources/openchange/ocresource.h resources/openchange/ocresource.h +0 -0
- resources/openchange/ocresource.svg resources/openchange/ocresource.svg +0 -0
- resources/openchange/profiledialog.cpp resources/openchange/profiledialog.cpp +0 -0
- resources/openchange/profiledialog.h resources/openchange/profiledialog.h +0 -0
- resources/openchange/profileeditdialog.cpp resources/openchange/profileeditdialog.cpp +0 -0
- resources/openchange/profileeditdialog.h resources/openchange/profileeditdialog.h +0 -0
- resources/pop3/CMakeLists.txt resources/pop3/CMakeLists.txt +0 -0
- resources/pop3/Messages.sh resources/pop3/Messages.sh +0 -0
- resources/pop3/TODO resources/pop3/TODO +0 -0
- resources/pop3/accountdialog.cpp resources/pop3/accountdialog.cpp +0 -0
- resources/pop3/accountdialog.h resources/pop3/accountdialog.h +0 -0
- resources/pop3/jobs.cpp resources/pop3/jobs.cpp +0 -0
- resources/pop3/jobs.h resources/pop3/jobs.h +0 -0
- resources/pop3/metatype.h resources/pop3/metatype.h +0 -0
- resources/pop3/pop3resource.cpp resources/pop3/pop3resource.cpp +0 -0
- resources/pop3/pop3resource.desktop resources/pop3/pop3resource.desktop +0 -0
- resources/pop3/pop3resource.h resources/pop3/pop3resource.h +0 -0
- resources/pop3/pop3resource.kcfg resources/pop3/pop3resource.kcfg +0 -0
- resources/pop3/popsettings.ui resources/pop3/popsettings.ui +0 -0
- resources/pop3/settings.kcfgc resources/pop3/settings.kcfgc +0 -0
- resources/pop3/tests/CMakeLists.txt resources/pop3/tests/CMakeLists.txt +0 -0
- resources/pop3/tests/fakeserver/fakeserver.cpp resources/pop3/tests/fakeserver/fakeserver.cpp +0 -0
- resources/pop3/tests/fakeserver/fakeserver.h resources/pop3/tests/fakeserver/fakeserver.h +0 -0
- resources/pop3/tests/pop3test.cpp resources/pop3/tests/pop3test.cpp +0 -0
- resources/pop3/tests/pop3test.h resources/pop3/tests/pop3test.h +0 -0
- resources/pop3/tests/unittestenv/config.xml resources/pop3/tests/unittestenv/config.xml +0 -0
- resources/pop3/tests/unittestenv/kdehome/share/config/akonadi-firstrunrc ...tests/unittestenv/kdehome/share/config/akonadi-firstrunrc +0 -0
- resources/pop3/tests/unittestenv/kdehome/share/config/kdebugrc ...rces/pop3/tests/unittestenv/kdehome/share/config/kdebugrc +0 -0
- resources/pop3/tests/unittestenv/xdgconfig/akonadi/akonadiserverrc .../pop3/tests/unittestenv/xdgconfig/akonadi/akonadiserverrc +4 -0
- resources/pop3/wizard/CMakeLists.txt resources/pop3/wizard/CMakeLists.txt +0 -0
- resources/pop3/wizard/Messages.sh resources/pop3/wizard/Messages.sh +0 -0
- resources/pop3/wizard/pop3wizard.desktop resources/pop3/wizard/pop3wizard.desktop +0 -0
- resources/pop3/wizard/pop3wizard.js resources/pop3/wizard/pop3wizard.js +0 -0
- resources/pop3/wizard/pop3wizard.ui resources/pop3/wizard/pop3wizard.ui +0 -0
- resources/shared/CMakeLists.txt resources/shared/CMakeLists.txt +0 -0
- resources/shared/Messages.sh resources/shared/Messages.sh +0 -0
- resources/shared/collectionannotationsattribute.cpp resources/shared/collectionannotationsattribute.cpp +0 -0
- resources/shared/collectionannotationsattribute.h resources/shared/collectionannotationsattribute.h +0 -0
- resources/shared/collectionflagsattribute.cpp resources/shared/collectionflagsattribute.cpp +0 -0
- resources/shared/collectionflagsattribute.h resources/shared/collectionflagsattribute.h +0 -0
- resources/shared/imapaclattribute.cpp resources/shared/imapaclattribute.cpp +0 -0
- resources/shared/imapaclattribute.h resources/shared/imapaclattribute.h +0 -0
- resources/shared/imapquotaattribute.cpp resources/shared/imapquotaattribute.cpp +0 -0
- resources/shared/imapquotaattribute.h resources/shared/imapquotaattribute.h +0 -0
- resources/shared/singlefileresource.h resources/shared/singlefileresource.h +0 -0
- resources/shared/singlefileresourcebase.cpp resources/shared/singlefileresourcebase.cpp +0 -0
- resources/shared/singlefileresourcebase.h resources/shared/singlefileresourcebase.h +0 -0
- resources/shared/singlefileresourceconfigdialog.h resources/shared/singlefileresourceconfigdialog.h +0 -0
- resources/shared/singlefileresourceconfigdialog.ui resources/shared/singlefileresourceconfigdialog.ui +0 -0
- resources/shared/singlefileresourceconfigdialogbase.cpp resources/shared/singlefileresourceconfigdialogbase.cpp +0 -0
- resources/shared/singlefileresourceconfigdialogbase.h resources/shared/singlefileresourceconfigdialogbase.h +0 -0
- resources/shared/tests/CMakeLists.txt resources/shared/tests/CMakeLists.txt +0 -0
- resources/shared/tests/collectionannotationattributetest.cpp resources/shared/tests/collectionannotationattributetest.cpp +0 -0
- resources/vcard/CMakeLists.txt resources/vcard/CMakeLists.txt +0 -0
- resources/vcard/Messages.sh resources/vcard/Messages.sh +0 -0
- resources/vcard/settings.kcfgc resources/vcard/settings.kcfgc +0 -0
- resources/vcard/tests/CMakeLists.txt resources/vcard/tests/CMakeLists.txt +0 -0
- resources/vcard/tests/vcardtest-readonly.js resources/vcard/tests/vcardtest-readonly.js +0 -0
- resources/vcard/tests/vcardtest-readonly.xml resources/vcard/tests/vcardtest-readonly.xml +0 -0
- resources/vcard/tests/vcardtest.js resources/vcard/tests/vcardtest.js +0 -0
- resources/vcard/tests/vcardtest.vcf resources/vcard/tests/vcardtest.vcf +0 -0
- resources/vcard/tests/vcardtest.xml resources/vcard/tests/vcardtest.xml +0 -0
- resources/vcard/vcardresource.cpp resources/vcard/vcardresource.cpp +0 -0
- resources/vcard/vcardresource.desktop resources/vcard/vcardresource.desktop +0 -0
- resources/vcard/vcardresource.h resources/vcard/vcardresource.h +0 -0
- resources/vcard/vcardresource.kcfg resources/vcard/vcardresource.kcfg +0 -0
- resources/vcarddir/CMakeLists.txt resources/vcarddir/CMakeLists.txt +0 -0
- resources/vcarddir/Messages.sh resources/vcarddir/Messages.sh +0 -0
- resources/vcarddir/settings.kcfgc resources/vcarddir/settings.kcfgc +0 -0
- resources/vcarddir/settingsdialog.cpp resources/vcarddir/settingsdialog.cpp +0 -0
- resources/vcarddir/settingsdialog.h resources/vcarddir/settingsdialog.h +0 -0
- resources/vcarddir/settingsdialog.ui resources/vcarddir/settingsdialog.ui +0 -0
- resources/vcarddir/vcarddirresource.cpp resources/vcarddir/vcarddirresource.cpp +0 -0
- resources/vcarddir/vcarddirresource.desktop resources/vcarddir/vcarddirresource.desktop +0 -0
- resources/vcarddir/vcarddirresource.h resources/vcarddir/vcarddirresource.h +0 -0
- resources/vcarddir/vcarddirresource.kcfg resources/vcarddir/vcarddirresource.kcfg +0 -0
- resourcetester/CMakeLists.txt resourcetester/CMakeLists.txt +0 -0
- resourcetester/collectiontest.cpp resourcetester/collectiontest.cpp +0 -0
- resourcetester/collectiontest.h resourcetester/collectiontest.h +0 -0
- resourcetester/global.cpp resourcetester/global.cpp +0 -0
- resourcetester/global.h resourcetester/global.h +0 -0
- resourcetester/itemtest.cpp resourcetester/itemtest.cpp +0 -0
- resourcetester/itemtest.h resourcetester/itemtest.h +0 -0
- resourcetester/main.cpp resourcetester/main.cpp +0 -0
- resourcetester/qemu.cpp resourcetester/qemu.cpp +0 -0
- resourcetester/qemu.h resourcetester/qemu.h +0 -0
- resourcetester/resource.cpp resourcetester/resource.cpp +0 -0
- resourcetester/resource.h resourcetester/resource.h +0 -0
- resourcetester/script.cpp resourcetester/script.cpp +0 -0
- resourcetester/script.h resourcetester/script.h +0 -0
- resourcetester/system.cpp resourcetester/system.cpp +0 -0
- resourcetester/system.h resourcetester/system.h +0 -0
- resourcetester/test.cpp resourcetester/test.cpp +0 -0
- resourcetester/test.h resourcetester/test.h +0 -0
- resourcetester/tests/CMakeLists.txt resourcetester/tests/CMakeLists.txt +0 -0
- resourcetester/tests/construct.es resourcetester/tests/construct.es +0 -0
- resourcetester/tests/unittestenv/config-mysql-db.xml resourcetester/tests/unittestenv/config-mysql-db.xml +0 -0
- resourcetester/tests/unittestenv/config.xml resourcetester/tests/unittestenv/config.xml +0 -0
- resourcetester/tests/unittestenv/kdehome/share/apps/kwallet/kdewallet.kwl ...ests/unittestenv/kdehome/share/apps/kwallet/kdewallet.kwl +0 -0
- resourcetester/tests/unittestenv/kdehome/share/config/akonadi-firstrunrc ...tests/unittestenv/kdehome/share/config/akonadi-firstrunrc +3 -0
- resourcetester/tests/unittestenv/kdehome/share/config/kdebugrc ...rcetester/tests/unittestenv/kdehome/share/config/kdebugrc +0 -0
- resourcetester/tests/unittestenv/kdehome/share/config/kdedrc resourcetester/tests/unittestenv/kdehome/share/config/kdedrc +0 -0
- resourcetester/tests/unittestenv/kdehome/share/config/kwalletrc ...cetester/tests/unittestenv/kdehome/share/config/kwalletrc +0 -0
- resourcetester/tests/unittestenv/xdgconfig-mysql.db/akonadi/akonadiserverrc ...ts/unittestenv/xdgconfig-mysql.db/akonadi/akonadiserverrc +0 -0
- resourcetester/wrappedobject.cpp resourcetester/wrappedobject.cpp +0 -0
- resourcetester/wrappedobject.h resourcetester/wrappedobject.h +0 -0
- resourcetester/xmloperations.cpp resourcetester/xmloperations.cpp +0 -0
- resourcetester/xmloperations.h resourcetester/xmloperations.h +0 -0
- tray/CMakeLists.txt tray/CMakeLists.txt +0 -0
- tray/Messages.sh tray/Messages.sh +0 -0
- tray/akonaditray.desktop tray/akonaditray.desktop +0 -0
- tray/backup.cpp tray/backup.cpp +0 -0
- tray/backup.h tray/backup.h +0 -0
- tray/backupassistant.cpp tray/backupassistant.cpp +0 -0
- tray/backupassistant.h tray/backupassistant.h +0 -0
- tray/dock.cpp tray/dock.cpp +0 -0
- tray/dock.h tray/dock.h +0 -0
- tray/global.cpp tray/global.cpp +0 -0
- tray/global.h tray/global.h +0 -0
- tray/main.cpp tray/main.cpp +0 -0
- tray/org.freedesktop.akonaditray.xml tray/org.freedesktop.akonaditray.xml +0 -0
- tray/restore.cpp tray/restore.cpp +0 -0
- tray/restore.h tray/restore.h +0 -0
- tray/restoreassistant.cpp tray/restoreassistant.cpp +0 -0
- tray/restoreassistant.h tray/restoreassistant.h +0 -0
- xml/CMakeLists.txt xml/CMakeLists.txt +0 -0
- xml/akonadi-xml.xsd xml/akonadi-xml.xsd +0 -0
- xml/akonadi-xml_export.h xml/akonadi-xml_export.h +0 -0
- xml/akonadi2xml.cpp xml/akonadi2xml.cpp +0 -0
- xml/format_p.h xml/format_p.h +0 -0
- xml/tests/CMakeLists.txt xml/tests/CMakeLists.txt +0 -0
- xml/tests/collection.cpp xml/tests/collection.cpp +0 -0
- xml/tests/collection.h xml/tests/collection.h +0 -0
- xml/tests/knutdemo.xml xml/tests/knutdemo.xml +0 -0
- xml/tests/xmldocumenttest.cpp xml/tests/xmldocumenttest.cpp +0 -0
- xml/xmldocument.cpp xml/xmldocument.cpp +0 -0
- xml/xmldocument.h xml/xmldocument.h +0 -0
- xml/xmlreader.cpp xml/xmlreader.cpp +0 -0
- xml/xmlreader.h xml/xmlreader.h +0 -0
- xml/xmlwritejob.cpp xml/xmlwritejob.cpp +0 -0
- xml/xmlwritejob.h xml/xmlwritejob.h +0 -0
- xml/xmlwriter.cpp xml/xmlwriter.cpp +0 -0
- xml/xmlwriter.h xml/xmlwriter.h +0 -0
- No files found.
File moved
File moved
accountwizard/CMakeLists.txt
0 → 100644
accountwizard/Messages.sh
0 → 100644
accountwizard/TODO
0 → 100644
accountwizard/dialog.cpp
0 → 100644
accountwizard/dialog.h
0 → 100644