summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtcontactsdocsample
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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