summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-17Fix the building of the accounts-model-item testsmodel_testsGustavo Pichorim Boiko1-1/+1
2011-08-17Add tests for contact-model-item. Still missing a few testsGustavo Pichorim Boiko2-0/+253
2011-08-17Added unit tests for AvatarImageProvider classAlvaro Soliverez2-0/+125
2011-08-17Fixed crash when the account requested to AvatarImageProvider is invalidAlvaro Soliverez1-3/+5
2011-08-17Fixed timing issue in AccountsModelItem unit testsAlvaro Soliverez1-6/+20
2011-08-17Renamed AccountsModelItem test fileAlvaro Soliverez2-14/+14
2011-08-17Add more tests for AccountsModelItemAlvaro Soliverez1-5/+8
2011-08-17Skip the call test for the moment until the error is figured outAlvaro Soliverez1-1/+1
2011-08-16Added more tests for AccountsModelItemAlvaro Soliverez1-0/+11
2011-08-16Add more tests for the accounts model, including tests for contact related me...Gustavo Pichorim Boiko1-15/+162
2011-08-16Use TestConnHelper in the accounts test tooGustavo Pichorim Boiko1-38/+10
2011-08-16Use the TestConnHelperGustavo Pichorim Boiko1-37/+12
2011-08-15Add more unit tests for the AccountsModel, there are still some parts to goGustavo Pichorim Boiko2-27/+52
2011-08-15Use the return value from TreeNode::setDataGustavo Pichorim Boiko1-1/+1
2011-08-15Added draft unit tests for AccountsModelItem classAlvaro Soliverez2-0/+315
2011-08-15Added API documentation for AccountsModelItemAlvaro Soliverez1-4/+0
2011-08-15Added API documentation to AccountsModelAlvaro Soliverez1-0/+4
2011-08-12account-manager.py: Only remove account from D-Bus after emitting Account.Rem...Andre Moreira Magalhaes (andrunko)1-1/+1
2011-08-12Merge remote branch 'origin/mergefixes' into model_testsGustavo Pichorim Boiko14-6/+391
2011-08-10Add a missing ) in the CMakeLists.txtGustavo Pichorim Boiko1-1/+1
2011-08-10Re-add the test call CM as the one in tp-qt4 doesn't support the call draft i...Gustavo Pichorim Boiko19-4/+4589
2011-08-09Adapt the tests to the latest libsGustavo Pichorim Boiko3-9/+17
2011-08-09Link the model library to QtGuiGustavo Pichorim Boiko1-0/+1
2011-08-09Update the test libs to the latest available in telepathy-qt4Gustavo Pichorim Boiko143-3701/+24353
2011-08-09Removed redundant declarationAlvaro Soliverez1-1/+1
2011-08-09Added API docs to model classesAlvaro Soliverez11-1/+237
2011-08-08Moved methods to be private members of AccountsModelItemAlvaro Soliverez1-4/+2
2011-08-08Added API documentation for AccountsModelItemAlvaro Soliverez2-1/+47
2011-08-08Added API documentation to AccountsModelAlvaro Soliverez1-0/+105
2011-08-08Added AccountForContactItem method to AccountsModel - Upstreamed from KDE Tel...Alvaro Soliverez3-0/+13
2011-08-08Removed duplicate connection in AccountsModelItemAlvaro Soliverez1-3/+1
2011-08-08Improved the way an AccountsModelItem is setup on startupAlvaro Soliverez4-9/+8
2011-08-05Fixed a crash when items are removed from TreeNode. Fix contributed by KDE Te...Alvaro Soliverez2-3/+3
2011-08-05Make contact refresh methods private in AccountsModelItemAlvaro Soliverez2-3/+4
2011-08-05Add id and presence type roles to AbstractConversationModelAlvaro Soliverez5-4/+35
2011-08-05Add method to remove contact in ContactModelItemAlvaro Soliverez3-4/+29
2011-08-05Add ServiceNameRole to AccountsModelAlvaro Soliverez4-0/+5
2011-08-05Add Capabilities roles to AccountsModelItemAlvaro Soliverez1-0/+1
2011-08-05Add Capabilities roles to AccountsModelItemAlvaro Soliverez7-16/+278
2011-08-05Add fileTransfers to Tpy::ContactCapabilitiesAlvaro Soliverez4-16/+22
2011-08-04Use Tp::AccountSet instead of Tp::AccountManager to monitor accounts in Tpy::...Alvaro Soliverez3-11/+34
2011-08-04When setting status and statusMessage on Tpy::AccountsModelItem do not clear ...Alvaro Soliverez2-4/+5
2011-08-03Merge branch 'patches'Alvaro Soliverez2-0/+11
2011-08-03A function to check whether a particular presence is supportedAlvaro Soliverez2-0/+11
2011-08-02Merge branch 'caps-update'Mateu Batle3-0/+5
2011-08-02Update NEWSMateu Batle1-0/+1
2011-08-02Emit signal capabilitiesChanged when caps get updatedMateu Batle2-0/+4
2011-06-30Merge branch 'newaccount'Mateu Batle3-0/+3
2011-06-30Emit a signal when an account item is added to AccountsModelMateu Batle3-0/+3
2011-06-30Merge branch 'optimization'.Mateu Batle9-37/+138