summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-23Added ConnectionCapabilities classfinalmergeAlvaro Soliverez4-0/+229
2011-08-23Updated NEWS fileAlvaro Soliverez1-1/+2
2011-08-23Merge branch 'remove'Alvaro Soliverez20-2037/+2
2011-08-23Removed model classes that will not be maintained on this repository anymore.Alvaro Soliverez20-2037/+2
2011-08-03Merge branch 'patches'Alvaro Soliverez2-0/+11
2011-08-03A function to check whether a particular presence is supportedAlvaro Soliverez2-0/+11
by the server (eg, jabber.org does not seem to support invisible). Patch provided by Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Reviewed-by: Alvaro Soliverez (HeiKu) <alvaro.soliverez@collabora.co.uk>
2011-08-02Merge branch 'caps-update'Mateu Batle3-0/+5
Reviewed-by: Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
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
Author: Alvaro Soliverez <alvaro.soliverez@collabora.co.uk> Reviewed-by: Mateu Batle <mateu.batle@collabora.co.uk>
2011-06-30Emit a signal when an account item is added to AccountsModelMateu Batle3-0/+3
Author: Alvaro Soliverez <alvaro.soliverez@collabora.co.uk>
2011-06-30Merge branch 'optimization'.Mateu Batle9-37/+138
Disabled hierarchical data changes by default, now they should be done explicitly. Reviewed-by: Alvaro Soliverez <alvaro.soliverez@collabora.co.uk>
2011-06-30Updated NEWSMateu Batle1-2/+1
2011-06-30Updated NEWSMateu Batle1-1/+3
2011-06-30Add processing for onHierarchicalDataCahnged signal coming from ↵Mateu Batle2-0/+23
Tpy::AccountsModel for expensive operations
2011-06-30Define new signal hierarchicalDataChanged (used by subclsases to indicate ↵Mateu Batle2-15/+23
accounts changes that might change contacts role data in the model) Use of proper signal / slot names with namespace qualifier Tpy Moved load accounts to be executed after object constructor finished
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-28Updated NEWSMateu Batle1-0/+1
2011-06-28Fix bug, flat model proxy should not do any data change notification for ↵Mateu Batle1-9/+1
accounts, just for contacts. This change improves performance.
2011-06-22Set the nano version to 1 (for 0.1.7 development)Gustavo Pichorim Boiko1-1/+1
2011-06-21Merge remote branch 'asoliver/encoding'Mateu Batle2-2/+3
Reviewed-by: Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
2011-06-21Updated NEWS fileAlvaro Soliverez1-0/+1
2011-06-21Revert "Return UTF-8 that is more suitable for QML to handle extended ↵Alvaro Soliverez1-2/+2
characters" This reverts commit 01a979e177f7a7f14b88546c73f53ad1d22658b8. The extended characters were being correctly handled before and the error was due to an external problem.
2011-06-20Add constructor to Tpy::ContactCapabilities so it can be really usedMateu Batle3-1/+13
Author: Jeremy Whiting <jeremy.whiting@collabora.co.uk> Reviewed-by: Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
2011-06-17Merge remote branch 'asoliver/connectionError'Mateu Batle3-2/+25
Reviewed-by: Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
2011-06-17Report the connection status reason using the Connection object if possibleAlvaro Soliverez3-2/+25
On connection invalidated, emit the connection status changed signal to make sure the account model item is updated
2011-06-06Prepare release 0.1.6telepathy-qt4-yell-0.1.6Gustavo Pichorim Boiko2-7/+4
2011-06-06Merge remote branch 'asoliver/status'Gustavo Pichorim Boiko1-2/+8
Reviewed-by: Gustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>
2011-06-06Use the connection status to return the status of the account model itemAlvaro Soliverez1-2/+8
2011-06-04Merge remote branch 'asoliver/encoding'Mateu Batle2-2/+4
Reviewed by: Mateu Batle Sastre <mateu.batle@collabora.co.uk>
2011-06-04Updated NEWS fileAlvaro Soliverez1-0/+2
2011-06-04Return UTF-8 that is more suitable for QML to handle extended charactersAlvaro Soliverez1-2/+2
2011-06-04Merge remote branch "asoliver/connection"Mateu Batle4-29/+24
Reviewed by: Mateu Batle Sastre <mateu.batle@collabora.co.uk>
2011-06-03Updated NEWS fileAlvaro Soliverez1-1/+1
2011-06-03Check the connection and add known contacts of the account model item after ↵Alvaro Soliverez3-27/+19
it has been added to the tree and the necessary connections have been made. This saves some work and avoids having to call addKnownContacts again after the model is created.
2011-06-02Use the connection pointer to update the status and connect to its signalsAlvaro Soliverez1-9/+12
2011-05-26Start 0.1.6 developmentGustavo Pichorim Boiko2-1/+12
2011-05-26Prepare release 0.1.5telepathy-qt4-yell-0.1.5Gustavo Pichorim Boiko2-4/+4
2011-05-26Merge remote branch 'asoliver/contactlist'Gustavo Pichorim Boiko4-5/+16
Reviewed by: Gustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>
2011-05-26Updated NEWS fileAlvaro Soliverez1-1/+1
2011-05-25Added ContactListStateRole to know when the contact list is loading or in ↵Alvaro Soliverez3-4/+15
usable state
2011-05-17Merge branch 'crash'Mateu Batle2-2/+2
Reviewed by: Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>
2011-05-17Update NEWS fileMateu Batle1-1/+1
2011-05-17Fix trivial use-after-free crashVincent Penquerc'h1-1/+1
2011-05-17Start 0.1.5 developmentMateu Batle2-1/+12
2011-05-04Prepare release 0.1.4telepathy-qt4-yell-0.1.4Gustavo Pichorim Boiko2-6/+4
2011-05-04Merge branch 'credentials'Gustavo Pichorim Boiko5-0/+75
Reviewed by: Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>
2011-05-04Update NEWS with the credentials storage interfaceGustavo Pichorim Boiko1-0/+1
2011-05-04Auto-generate code for Channel.Interface.CredentialsStorageGustavo Pichorim Boiko4-0/+74