| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Change all .pro files to use
CONFIG += mobility
MOBILITY = foo
instead of qtAddLibrary().
|
| | |
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
Since we have some special matching behaviour, use a different
match flags enum (QContactFilter::MatchFlags vs Qt::MatchFlags).
|
| | | |
|
| | |
| |
| |
| | |
Reviewed-by: Trust Me
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
Reviewed-by: Trust Me
|
| | |
| |
| |
| |
| |
| | |
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.
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | | |
|
| | |/ |
|
| | |
| |
| |
| |
| | |
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.
|
| |/
|
|
|
|
|
|
| |
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).
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
project files
|
| | |
|
| | |
|
| |
|
|
|
| |
Add asynchronous request support to engine and manager data.
Update project files to allow compilation given new structure.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
treatment; fix unit test regressions.
|
| |
|
|
| |
recommendation. Ensure manager synthesises a display label. Added Organisation leaf class.
|
| | |
|
| | |
|
| | |
|
| |
|