summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-12Merge branch 'master' of git+ssh://git.collabora.co.uk/git/user/boiko/telepat...HEADmasterGustavo Pichorim Boiko1-0/+1
2011-01-10Expose the conversation item so that custom items are accessible through a mo...Gustavo Pichorim Boiko1-0/+1
2011-01-05Models/ConversationItem: Coding style fix when defining namespace Tp.andrunkoAndre Moreira Magalhaes (andrunko)1-1/+2
2011-01-05Models binding: Fixed some header guard names.Andre Moreira Magalhaes (andrunko)2-6/+6
2011-01-05Models binding: Use the EXPORT macros from TelepathyQt4/Models/Global and fol...Andre Moreira Magalhaes (andrunko)17-42/+58
2011-01-05Models binding: Introduce TELEPATHY_QT4_MODELS_EXPORT, TELEPATHY_QT4_MODELS_N...Andre Moreira Magalhaes (andrunko)3-0/+60
2011-01-05Models binding: Added TreeNode fancy header.Andre Moreira Magalhaes (andrunko)6-3/+21
2011-01-05Models binding: Renamed header guards for consistency.Andre Moreira Magalhaes (andrunko)14-42/+42
2011-01-05Models binding: Renamed TelepathyQt4/models to TelepathyQt4/Models for consis...Andre Moreira Magalhaes (andrunko)31-39/+39
2011-01-05Expose the conversation item so that custom items are accessible through a mo...Gustavo Pichorim Boiko2-1/+20
2011-01-04Expose the conversation item so that custom items are accessible through a mo...Gustavo Pichorim Boiko2-1/+20
2011-01-04Remove void in method arguments, not needed in C++Mateu Batle2-4/+4
2011-01-04setStatus and setStatusMessage are not exposed anymore in AccountsModelItemmateu_reviewMateu Batle2-20/+19
2011-01-03Used Presence instead of SimplePresenceMateu Batle1-4/+4
2011-01-03Fixed typo in "requestedStatusMessage" roleMateu Batle1-1/+1
2011-01-03Added automatic presence status type and status message for completenessMateu Batle3-1/+9
2011-01-03refactored refreshKnownContacts into clearContacts and addKnownContactsMateu Batle3-23/+32
2011-01-03Normalized signal and slot namesMateu Batle6-66/+64
2011-01-03Fixed use of tp debug internal instead of qDebug()Mateu Batle2-4/+6
2011-01-03Added Private class to FlatModelProxyMateu Batle2-19/+32
2011-01-03Removed whitespaces (HACKING)Mateu Batle1-1/+0
2011-01-03Moved private method to pimpl class in AccountModelMateu Batle2-17/+15
2011-01-03Removed some whitespaces (HACKING)Mateu Batle1-2/+0
2011-01-03Added private class for TreeNodeMateu Batle3-25/+38
2011-01-03Added private class for ConversationModelMateu Batle2-24/+44
2011-01-03Added Private class for ConversationItemMateu Batle2-14/+28
2011-01-03Added private class for ContactModelItemMateu Batle2-26/+46
2011-01-03Added private class for AvatarImageProviderMateu Batle2-5/+21
2011-01-03Added private class for AccountsModelMateu Batle2-18/+30
2011-01-03Added private class for AccountsModelItemMateu Batle2-56/+79
2011-01-03Fixed existing file to conform to HACKINGMateu Batle1-2/+2
2011-01-03Disable copying for all classes (HACKING)Mateu Batle8-0/+9
2011-01-03Fixed more whitespaces (HACKING)Mateu Batle6-10/+7
2011-01-03Fixed whitespaces (HACKING)Mateu Batle7-8/+8
2011-01-03Added space after keyword (HACKING)Mateu Batle1-6/+6
2011-01-03Added space after keyword (HACKING)Mateu Batle1-1/+1
2011-01-03Review fixes: headers workMateu Batle21-66/+112
2011-01-03Added delelteItem in conversation modelMateu Batle2-0/+14
2011-01-03More simplified version to fix memory leak using qDeleteAllMateu Batle1-5/+2
2011-01-03Exposed some stuff from Conversation Model so it can be reused more easilyMateu Batle1-6/+8
2011-01-03Fixed memory leak in Conversation ModelMateu Batle1-0/+6
2011-01-03Changed how the accounts model item is refreshed when the account connection ...Alvaro Soliverez1-2/+7
2011-01-03Fix the models after the API breakageGustavo Pichorim Boiko10-83/+74
2011-01-03Only remove or add contacts instead of removing and adding the whole contacts...Alvaro Soliverez1-9/+37
2011-01-03Make it possible to accept subscription requestsGustavo Pichorim Boiko2-0/+36
2011-01-03Handle contact changesGustavo Pichorim Boiko2-1/+41
2011-01-03Handle connections created later onGustavo Pichorim Boiko2-1/+20
2011-01-03Connect the change of rows to rowCountChanged signalAlvaro Soliverez1-0/+6
2011-01-03Set the parent of the nodes so that they don't get deleted when used from QMLGustavo Pichorim Boiko1-0/+4
2011-01-03Added account item null check in contactItemForId.Mateu Batle1-0/+4