summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-31Prepare release 0.1.0telepathy-qt4-yell-0.1.0Andre Moreira Magalhaes (andrunko)2-9/+8
2011-01-31Install PendingCallContent header.Andre Moreira Magalhaes (andrunko)1-0/+1
2011-01-31Link development builds with -Wl,--no-add-neededAndre Moreira Magalhaes (andrunko)4-0/+60
2011-01-31Fix Werror etc disable mechanism to check for a release version number directly.Andre Moreira Magalhaes (andrunko)1-3/+3
2011-01-31Fix linking with tp-qt4 in Models.Andre Moreira Magalhaes (andrunko)1-2/+1
2011-01-31Fix linking with tp-qt4 in the tests.George Kiagiadakis1-2/+2
2011-01-31Only add new contact item if it does not already existAlvaro Soliverez1-10/+21
2011-01-28CallChannel: Removed static methods to return ChannelClassSpec and register w...Andre Moreira Magalhaes (andrunko)3-88/+3
2011-01-28Added ChannelFactory.Andre Moreira Magalhaes (andrunko)5-0/+159
2011-01-28Added ChannelClassSpec.Andre Moreira Magalhaes (andrunko)4-0/+241
2011-01-28Models/ConversationModel: Fixed header guard.Andre Moreira Magalhaes (andrunko)1-3/+3
2011-01-28Remove commented code and fixed comment.Andre Moreira Magalhaes (andrunko)1-7/+3
2011-01-28Merge remote branch 'boiko/models'Andre Moreira Magalhaes (andrunko)49-3/+3861
2011-01-26Do not add known contacts on construction of the account model item, because ...Alvaro Soliverez1-3/+1
2011-01-26Use the current contact signals, not the deprecated onesAlvaro Soliverez1-5/+3
2011-01-25Renamed setPresence to SetRequestedPresence and add setAutomaticPresence to A...Alvaro Soliverez2-2/+10
2011-01-24Added FileTransferCapabilityRole to ContactModelItemAlvaro Soliverez3-0/+11
2011-01-20Rename libtelepathy-qt4-models to libtelepathy-qt4-yell-modelsGustavo Pichorim Boiko1-12/+12
2011-01-18Skip message delivery reports in conversation modelAlvaro Soliverez1-4/+7
2011-01-18Build the models library staticGustavo Pichorim Boiko1-6/+11
2011-01-14Change defines and namespace to the yell onesGustavo Pichorim Boiko27-186/+186
2011-01-14Move the models to the TelepathyQt4Yell directoryGustavo Pichorim Boiko28-47/+45
2011-01-14Add some tests for the models, still far from complete thoughGustavo Pichorim Boiko2-0/+286
2011-01-14Print the correct indexes in the debugGustavo Pichorim Boiko1-1/+1
2011-01-14Don't try to remove the root node from its (null) parentGustavo Pichorim Boiko1-1/+3
2011-01-14Models/ConversationItem: Coding style fix when defining namespace Tp.Andre Moreira Magalhaes (andrunko)1-1/+2
2011-01-14Models binding: Fixed some header guard names.Andre Moreira Magalhaes (andrunko)2-6/+6
2011-01-14Models binding: Use the EXPORT macros from TelepathyQt4/Models/Global and fol...Andre Moreira Magalhaes (andrunko)17-42/+58
2011-01-14Models binding: Introduce TELEPATHY_QT4_MODELS_EXPORT, TELEPATHY_QT4_MODELS_N...Andre Moreira Magalhaes (andrunko)3-0/+60
2011-01-14Models binding: Added TreeNode fancy header.Andre Moreira Magalhaes (andrunko)6-3/+21
2011-01-14Models binding: Renamed header guards for consistency.Andre Moreira Magalhaes (andrunko)14-42/+42
2011-01-14Models binding: Renamed TelepathyQt4/models to TelepathyQt4/Models for consis...Andre Moreira Magalhaes (andrunko)30-38/+38
2011-01-14Expose the conversation item so that custom items are accessible through a mo...Gustavo Pichorim Boiko2-1/+20
2011-01-14Remove void in method arguments, not needed in C++Mateu Batle2-4/+4
2011-01-14setStatus and setStatusMessage are not exposed anymore in AccountsModelItemMateu Batle2-20/+19
2011-01-14Used Presence instead of SimplePresenceMateu Batle1-4/+4
2011-01-14Fixed typo in "requestedStatusMessage" roleMateu Batle1-1/+1
2011-01-14Added automatic presence status type and status message for completenessMateu Batle3-1/+9
2011-01-14refactored refreshKnownContacts into clearContacts and addKnownContacts Dont ...Mateu Batle3-23/+32
2011-01-14Normalized signal and slot namesMateu Batle6-66/+64
2011-01-14Fixed use of tp debug internal instead of qDebug()Mateu Batle2-4/+6
2011-01-14Added Private class to FlatModelProxyMateu Batle2-19/+32
2011-01-14Removed whitespaces (HACKING)Mateu Batle1-1/+0
2011-01-14Moved private method to pimpl class in AccountModel Removed not defined priva...Mateu Batle2-17/+15
2011-01-14Removed some whitespaces (HACKING)Mateu Batle1-2/+0
2011-01-14Added private class for TreeNode Fixed AccountsModelItem due to pimpling Tree...Mateu Batle3-25/+38
2011-01-14Added private class for ConversationModel Added accessor to self contact for ...Mateu Batle2-24/+44
2011-01-14Added Private class for ConversationItemMateu Batle2-14/+28
2011-01-14Added private class for ContactModelItemMateu Batle2-26/+46
2011-01-14Added private class for AvatarImageProviderMateu Batle2-5/+21