summaryrefslogtreecommitdiff
path: root/examples/roster
AgeCommit message (Expand)AuthorFilesLines
2012-04-04Properly build against Qt 5 alpha.Andre Moreira Magalhaes (andrunko)1-2/+4
2011-11-24Generate libtelepathy-qt4 and libtelepathy-qt5 depending on the version of Qt...Andre Moreira Magalhaes (andrunko)1-2/+2
2011-11-24roster example: Include QApplication header as it's not part of QtGui in Qt5.Andre Moreira Magalhaes (andrunko)1-0/+1
2011-11-24roster example: Properly link to Qt libraries.Andre Moreira Magalhaes (andrunko)1-2/+6
2011-11-24Rename library from telepathy-qt4 to telepathy-qt.Jeremy Whiting1-5/+5
2011-11-24Renamed TelepathyQt4 directory to TelepathyQt.Jeremy Whiting7-36/+36
2011-11-24Rename TPQT4 cmake macros to TPQT.Jeremy Whiting1-1/+1
2011-11-22Rename TELEPATHY_ACCOUNT macros to TP_QT_ACCOUNT.Jeremy Whiting1-1/+1
2011-11-22Rename TELEPATHY_ACCOUNT_MANAGER macros to TP_QT_ACCOUNT_MANAGER.Jeremy Whiting1-1/+1
2011-10-10Make the usage of accounts in the roster example similar to the tubes exampleOlli Salli3-6/+14
2011-05-15Contact/ContactManager: Improve the public interface for blocking/unblocking ...George Kiagiadakis1-1/+5
2011-04-23roster example: Use FeatA | FeatB | FeatC.Andre Moreira Magalhaes (andrunko)1-6/+3
2011-04-23roster example: Only load contacts when ContactManager state is Success.Andre Moreira Magalhaes (andrunko)2-12/+23
2011-04-22roster example: Updated example to use Account and factories.Andre Moreira Magalhaes (andrunko)6-166/+118
2011-03-07Use @copyright and @license tags.Andre Moreira Magalhaes (andrunko)6-12/+18
2011-01-27Properly link against QtXml.Jonathan Riddell1-0/+2
2010-11-15Make examples build with Conn and CM lowlevel methods moved to the sidecarsOlli Salli1-3/+8
2010-11-11ContactManager: Make it an Object and use ContactManagerPtr everywhere.Andre Moreira Magalhaes (andrunko)1-2/+2
2010-11-11Make pending operations ref the object passed in the constructor.Andre Moreira Magalhaes (andrunko)2-2/+4
2010-11-11roster example: Properly connect to Contact::subscription/publish/block chang...Andre Moreira Magalhaes (andrunko)1-3/+3
2010-11-04Contact: Do not include Presence in the public header.Andre Moreira Magalhaes (andrunko)1-0/+2
2010-11-03roster example: Build with new deprecated methods.Andre Moreira Magalhaes (andrunko)1-1/+1
2010-09-20cmake: Removing the autotools build system filesDario Freddi1-57/+0
2010-09-20cmake: Big revamp. Standardized TpQt4 macros with tpqt4_ prefix, added some n...Dario Freddi1-7/+2
2010-09-20Do a big cleanup of useless include_directory() directives: CMake automatical...Dario Freddi1-5/+0
2010-09-20cmake: Use _ instead of - in variable names.Andre Moreira Magalhaes (andrunko)1-3/+3
2010-09-20Added the CMake build system files. This allows telepathy-qt4 to be builtIan Monroe1-0/+42
2010-03-17Added support to QT_NO_CAST_FROM_ASCII.Andre Moreira Magalhaes (andrunko)4-16/+20
2009-12-03Enable Automake 1.11 silent buildingWill Thompson1-2/+4
2009-04-13Renamed Telepathy namespace to Tp.Andre Moreira Magalhaes (andrunko)7-46/+46
2009-04-13Renamed high-level classes namespace from Telepathy::Client to Telepathy.Andre Moreira Magalhaes (andrunko)6-45/+41
2009-04-13Get rid of Client dir.Andre Moreira Magalhaes (andrunko)5-14/+14
2009-03-31Improved call/roster examples.Andre Moreira Magalhaes (andrunko)3-11/+23
2009-03-31ConnectionManager: Make constructor protected and added public create method ...Andre Moreira Magalhaes (andrunko)2-2/+2
2009-03-23Clean up and simplify header search pathsSimon McVittie1-3/+8
2009-03-18roster example: Make a shared library that can be used by other examples.Andre Moreira Magalhaes (andrunko)6-84/+286
2009-03-18roster example: renamed RosterWindow to RosterWidget.Andre Moreira Magalhaes (andrunko)4-35/+31
2009-03-18roster example: Use ContactPtr typedef.Andre Moreira Magalhaes (andrunko)4-12/+11
2009-03-18PendingConnection: Return ConnectionPtr on connection() method.Andre Moreira Magalhaes (andrunko)1-3/+2
2009-03-09roster example: fixed build.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-03-05roster example: connect to the right signalsSimon McVittie1-2/+2
2009-03-05Add methods indicating whether contact list manipulations take a messageSimon McVittie1-3/+3
2009-03-05Fix compilation of the Roster exampleSimon McVittie1-1/+2
2009-03-05typedef QSet<QSharedPointer<Contact> > as Contacts to make code clearerSimon McVittie2-4/+4
2009-03-05Fixed build.Andre Moreira Magalhaes (andrunko)1-1/+0
2009-03-04Improved roster example to support blocking contacts.Andre Moreira Magalhaes (andrunko)4-57/+180
2009-03-04Improved roster example to support add/auth/remove/deny contacts.Andre Moreira Magalhaes (andrunko)4-8/+219
2009-03-04Added roster example.Andre Moreira Magalhaes (andrunko)6-0/+327