summaryrefslogtreecommitdiff
path: root/TelepathyQt4Yell/Models/accounts-model-item.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-08-23Removed model classes that will not be maintained on this repository anymore.Alvaro Soliverez1-473/+0
2011-08-03A function to check whether a particular presence is supportedAlvaro Soliverez1-0/+10
2011-06-30Added signals to detect nature of the changes in AccountsModelItemMateu Batle1-0/+57
2011-06-17Report the connection status reason using the Connection object if possibleAlvaro Soliverez1-2/+14
2011-06-06Use the connection status to return the status of the account model itemAlvaro Soliverez1-2/+8
2011-06-03Check the connection and add known contacts of the account model item after i...Alvaro Soliverez1-13/+2
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 Soliverez1-4/+13
2011-04-14Merge remote-tracking branch 'boiko/my_fixes'Andre Moreira Magalhaes (andrunko)1-2/+6
2011-04-13Only emit the childrenRemoved signal if the item has any child to be removedGustavo Pichorim Boiko1-1/+3
2011-04-13Only notify new contacts if there is anyGustavo Pichorim Boiko1-1/+3
2011-04-13Only load contacts when ContactManager is ready, reduces chance of having an ...David Edmundson1-8/+15
2011-04-13Add onChanged() call in AccountsModelItem::onStatusChanged(..) so that it can...David Edmundson1-0/+2
2011-04-13If the account is already connected when the model is being created, load all...Martin Klapetek1-0/+1
2011-04-06Models: fix header guard #defineMateu Batle1-1/+1
2011-01-31Only add new contact item if it does not already existAlvaro Soliverez1-10/+21
2011-01-26Do not add known contacts on construction of the account model item, because ...Alvaro Soliverez1-3/+1
2011-01-25Renamed setPresence to SetRequestedPresence and add setAutomaticPresence to A...Alvaro Soliverez1-1/+8
2011-01-14Change defines and namespace to the yell onesGustavo Pichorim Boiko1-23/+23
2011-01-14Move the models to the TelepathyQt4Yell directoryGustavo Pichorim Boiko1-0/+357