summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtcontactsdocsample
Commit message (Collapse)AuthorAgeFilesLines
* Rename libraries for the beta release.Aaron McCarthy2009-11-251-1/+3
| | | | | | | | | Change all .pro files to use CONFIG += mobility MOBILITY = foo instead of qtAddLibrary().
* sync with masterAlex2009-11-201-22/+7
|
* make multimedia plugins and doc example compile wiht namespaces on LinuxAlex2009-11-191-0/+2
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qtmobility/qtcontactsChris Adams2009-11-121-24/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: contacts/contacts.pro contacts/details/qcontactdetails.cpp contacts/engines/qcontactmemorybackend_p.h contacts/filters/qcontactdetailfilter.cpp contacts/filters/qcontactdetailrangefilter.cpp contacts/qcontactdetaildefinition.cpp contacts/qcontactfilter.cpp contacts/qcontactmanager.cpp contacts/qcontactmanagerengine.cpp contacts/qcontactmanagerinfo.cpp contacts/qtcontactsglobal.h contacts/requests/qcontactdetaildefinitionfetchrequest.cpp contacts/requests/qcontactdetaildefinitionremoverequest.cpp contacts/requests/qcontactdetaildefinitionsaverequest.cpp doc/html/qcontactdetaildefinition-field-members.html doc/html/qcontactdetaildefinition-field.html doc/html/qcontactdisplaylabel.html doc/html/qcontactpresence.html doc/html/qt-contacts.dcf doc/html/qt-contacts.index examples/testmodel/main.cpp examples/versittest/main.cpp examples/versittest/readme.txt examples/versittest/versittest.cpp examples/versittest/versittest.h examples/versittest/versittest.pro plugins/contacts/symbian/symbian.pro plugins/contacts/symbian/tsrc/ut_cntsymbianengine/ut_cntsymbianengine.pro tests/auto/qcontactmanagerplugins/unittest/tst_qcontactmanagerplugins.cpp versit/qvcard30writer.cpp versit/qvcard30writer.h versit/qversitdefs.h versit/qversitdocument.h versit/qversitproperty.cpp versit/qversitreader.cpp versit/qversitwriter.cpp versit/tsrc/ut_versit/main.cpp versit/tsrc/ut_versit/ut_qvcard30writer.cpp versit/tsrc/ut_versit/ut_versit.pro versit/versit.pro versit/versitutils.cpp
| * Adding distribution policy filesIlya Sinitsyn2009-11-111-0/+1
| |
| * Remove usage of deprecated API from the docsnippets example codeChris Adams2009-11-111-14/+11
| |
| * Make QCDD::Field a public, real class; allow field level constraintsChris Adams2009-11-091-8/+8
| |
| * Move match flags to QContactFilter.Michael Goddard2009-11-091-2/+2
| | | | | | | | | | Since we have some special matching behaviour, use a different match flags enum (QContactFilter::MatchFlags vs Qt::MatchFlags).
| * Americanize the spelling of synthesise to synthesizeChris Adams2009-11-091-5/+5
| |
| * Updated license headersStian Sandvik Thomassen2009-10-222-14/+30
| | | | | | | | Reviewed-by: Trust Me
| * Merged master branch to qtsw/versit.Lucian Varlan2009-10-162-7/+8
| |
* | move all libraries to src/ subdirAlex2009-11-101-4/+4
| |
* | add contacts doc snippet to buildAlex2009-11-051-2/+6
| |
* | Updated license headersStian Sandvik Thomassen2009-10-232-14/+30
| | | | | | | | Reviewed-by: Trust Me
* | Hopefully fix Windows based debug builds.Michael Goddard2009-10-151-1/+1
| | | | | | | | | | | | This time, we can use the built in qtAddLibrary, but make sure that we reset TARGET after removing debug_and_release if we only have a debug Qt.
* | Merge branch 'qtsw/relationships' of ↵Chris Adams2009-10-151-6/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qtmobility/qtcontacts Conflicts: contacts/contacts.pro contacts/qcontactmanagerengine.h plugins/contacts/symbian/inc/qcontactsymbianbackend.h plugins/contacts/symbian/inc/qcontactsymbianengine_p.h plugins/contacts/symbian/src/qcontactsymbianbackend.cpp plugins/contacts/symbian/src/qcontactsymbianengine_p.cpp plugins/contacts/wince/contactconversions.cpp plugins/contacts/wince/qcontactwincebackend.cpp plugins/contacts/wince/qcontactwincebackend_p.h tests/auto/qcontactasync/unittest/tst_qcontactasync.cpp tests/auto/qcontactgroup/qcontactgroup.pro tests/auto/qcontactmanager/tst_qcontactmanager.cpp tests/auto/qcontactmanagerfiltering/tst_qcontactmanagerfiltering.cpp
| * | Create QContactId consisting of LocalId + ManagerUriChris Adams2009-10-131-6/+6
| | |
| * | Rename QUniqueId to QContactIdChris Adams2009-10-121-6/+6
| |/
* | Try to fix the qtAddLibrary problem again.Michael Goddard2009-10-141-1/+1
| | | | | | | | | | Last go didn't work :) Now add a copy of the function with an obvious note to remove it once the Qt build has the fix.
* | Correct and refactor dll suffix naming.Michael Goddard2009-10-131-1/+2
|/ | | | | | | | Add a central function to add the "d" or "_debug" decoration for build_and_release builds, and change to use qtAddLibrary for linking QtContacts to align with other Qt/Mobility code. Should mostly affect Windows CE (and Win32).
* Use the correct constants instead of hardcoding literals.Michael Goddard2009-09-171-9/+9
|
* Use convenience functions in snippet exampleChris Adams2009-09-071-2/+2
|
* Slight modifications to new attributes-as-values API; update unit testsChris Adams2009-09-071-3/+3
|
* Fix autotests + samples with new attributes as values formatChris Adams2009-09-071-6/+5
|
* Update docs and snippet example applicationChris Adams2009-09-073-5/+144
|
* Modify common.pri to add all source subdirs to include path; update test ↵Chris Adams2009-08-191-1/+1
| | | | project files
* Update license headerAlex2009-08-181-1/+1
|
* Bugfix: Update fieldname in snippet sample to follow schemaChris Adams2009-08-061-2/+2
|
* Split out filtering, requests, details into subdirectoriesChris Adams2009-07-211-2/+2
| | | | | Add asynchronous request support to engine and manager data. Update project files to allow compilation given new structure.
* Added initial actions plugin support + test case.Chris Adams2009-07-141-7/+7
|
* Tweak filter API and add some more filter testing.Michael Goddard2009-07-131-2/+1
|
* Manual merge of qtsw/filters into masterChris Adams2009-07-131-1/+7
|
* Remove special treatment for name in QContact, add DisplayLabel special ↵Chris Adams2009-07-101-11/+11
| | | | treatment; fix unit test regressions.
* Remove QContactName from top level of QContact as per API review ↵Chris Adams2009-07-101-8/+29
| | | | recommendation. Ensure manager synthesises a display label. Added Organisation leaf class.
* For consistency, rename id variables which are strings, to names.Chris Adams2009-07-101-2/+2
|
* Update docs with snippetsChris Adams2009-07-081-0/+16
|
* Updated snippet app, added contacts accessors' trampoline functions to managerChris Adams2009-07-081-124/+158
|
* Moved simplecontacts example to doc/snippets (renamed)Chris Adams2009-07-082-0/+223