summaryrefslogtreecommitdiff
path: root/TelepathyQt4Yell
AgeCommit message (Expand)AuthorFilesLines
2011-08-17Fixed crash when the account requested to AvatarImageProvider is invalidAlvaro Soliverez1-3/+5
2011-08-15Use the return value from TreeNode::setDataGustavo Pichorim Boiko1-1/+1
2011-08-15Added API documentation for AccountsModelItemAlvaro Soliverez1-4/+0
2011-08-15Added API documentation to AccountsModelAlvaro Soliverez1-0/+4
2011-08-12Merge remote branch 'origin/mergefixes' into model_testsGustavo Pichorim Boiko13-6/+390
2011-08-09Link the model library to QtGuiGustavo Pichorim Boiko1-0/+1
2011-08-09Removed redundant declarationAlvaro Soliverez1-1/+1
2011-08-09Added API docs to model classesAlvaro Soliverez10-1/+236
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 Soliverez2-0/+12
2011-08-08Removed duplicate connection in AccountsModelItemAlvaro Soliverez1-3/+1
2011-08-08Improved the way an AccountsModelItem is setup on startupAlvaro Soliverez3-9/+7
2011-08-05Fixed a crash when items are removed from TreeNode. Fix contributed by KDE Te...Alvaro Soliverez1-3/+2
2011-08-05Make contact refresh methods private in AccountsModelItemAlvaro Soliverez1-3/+3
2011-08-05Add id and presence type roles to AbstractConversationModelAlvaro Soliverez4-4/+33
2011-08-05Add method to remove contact in ContactModelItemAlvaro Soliverez2-4/+25
2011-08-05Add ServiceNameRole to AccountsModelAlvaro Soliverez3-0/+4
2011-08-05Add Capabilities roles to AccountsModelItemAlvaro Soliverez7-16/+278
2011-08-05Add fileTransfers to Tpy::ContactCapabilitiesAlvaro Soliverez3-16/+21
2011-08-04Use Tp::AccountSet instead of Tp::AccountManager to monitor accounts in Tpy::...Alvaro Soliverez2-11/+33
2011-08-04When setting status and statusMessage on Tpy::AccountsModelItem do not clear ...Alvaro Soliverez1-4/+4
2011-08-03A function to check whether a particular presence is supportedAlvaro Soliverez2-0/+11
2011-08-02Emit signal capabilitiesChanged when caps get updatedMateu Batle2-0/+4
2011-06-30Emit a signal when an account item is added to AccountsModelMateu Batle2-0/+2
2011-06-30Add processing for onHierarchicalDataCahnged signal coming from Tpy::Accounts...Mateu Batle2-0/+23
2011-06-30Define new signal hierarchicalDataChanged (used by subclsases to indicate acc...Mateu Batle2-15/+23
2011-06-30Use proper namespace qualifier in signal and slotsMateu Batle2-15/+15
2011-06-30Added signals to detect nature of the changes in AccountsModelItemMateu Batle2-0/+76
2011-06-28Fix bug, flat model proxy should not do any data change notification for acco...Mateu Batle1-9/+1
2011-06-21Revert "Return UTF-8 that is more suitable for QML to handle extended charact...Alvaro Soliverez1-2/+2
2011-06-20Add constructor to Tpy::ContactCapabilities so it can be really usedMateu Batle2-0/+12
2011-06-17Report the connection status reason using the Connection object if possibleAlvaro Soliverez2-2/+15
2011-06-06Use the connection status to return the status of the account model itemAlvaro Soliverez1-2/+8
2011-06-04Return UTF-8 that is more suitable for QML to handle extended charactersAlvaro Soliverez1-2/+2
2011-06-03Check the connection and add known contacts of the account model item after i...Alvaro Soliverez3-27/+19
2011-06-02Use the connection pointer to update the status and connect to its signalsAlvaro Soliverez1-9/+12
2011-05-25Added ContactListStateRole to know when the contact list is loading or in usa...Alvaro Soliverez3-4/+15
2011-05-17Fix trivial use-after-free crashVincent Penquerc'h1-1/+1
2011-05-04Auto-generate code for Channel.Interface.CredentialsStorageGustavo Pichorim Boiko3-0/+15
2011-05-04Merge remote branch 'mbatle/pendingmessages'Gustavo Pichorim Boiko2-14/+48
2011-05-04Merge remote branch 'mbatle/capsupdate'Gustavo Pichorim Boiko2-0/+9
2011-05-03Models: SessionConversationModel should keep count of unread messagesMateu Batle2-14/+48
2011-05-01Caps: Make capabilities update when changedMateu Batle2-0/+9
2011-04-29Fix off by one error in condition to delete elementsMateu Batle1-1/+1
2011-04-29Added check for count > 0 in removeRowsMateu Batle1-1/+1
2011-04-29Added missing spaces to follow style guideMateu Batle1-2/+2
2011-04-28Models: implemented standard method to removeRows in AbstractConversationModelMateu Batle2-0/+15
2011-04-22Fix receiver in TextEventItemMateu Batle1-2/+11