summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-05-04Auto-generate code for Channel.Interface.CredentialsStorageGustavo Pichorim Boiko4-0/+74
2011-05-04Merge remote branch 'mbatle/pendingmessages'Gustavo Pichorim Boiko3-14/+49
Reviewed by: Gustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>
2011-05-04Merge remote branch 'mbatle/capsupdate'Gustavo Pichorim Boiko3-0/+10
Reviewed by: Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk> Reviewed by: Gustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>
2011-05-04Merge remote branch 'mbatle/remove'Gustavo Pichorim Boiko3-1/+17
Reviewed by: Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk> Reviewed by: Gustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>
2011-05-04Update NEWS fileMateu Batle1-0/+1
2011-05-04Update NEWSMateu Batle1-0/+1
2011-05-04Update NEWSMateu Batle1-0/+1
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-22Start 0.1.4 developmentGustavo Pichorim Boiko2-1/+12
2011-04-22Prepare release 0.1.3telepathy-qt4-yell-0.1.3Gustavo Pichorim Boiko2-8/+5
2011-04-22Merge remote-tracking branch 'mbatle/refactor-events'Gustavo Pichorim Boiko19-179/+757
Reviewed by: Gustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk> Reviewed by: Alvaro Soliverez <alvaro.soliverez@collabora.co.uk>
2011-04-22Fix receiver in TextEventItemMateu Batle1-2/+11
2011-04-22Models: add CustomEventText for inline messaging and user extension and misc ↵Mateu Batle9-60/+209
stuff Deleted messageOrigin, not appropiate and misused to extend functionality, better use CustomEventItem or create new EventItem class More robust checking in AbstractConversationModel::data Renamed message role to messageText
2011-04-22Refactor the conversation item into event, text event and call event item ↵Mateu Batle16-180/+600
classes
2011-04-14Start 0.1.3 developmentAndre Moreira Magalhaes (andrunko)2-1/+12
2011-04-14Prepare release 0.1.2telepathy-qt4-yell-0.1.2Andre Moreira Magalhaes (andrunko)2-8/+16
2011-04-14call-chan test: Only connect to remoteSendingStateChanged when we are ready.Andre Moreira Magalhaes (andrunko)1-3/+4
2011-04-14Merge remote-tracking branch 'boiko/my_fixes'Andre Moreira Magalhaes (andrunko)2-2/+7
Conflicts: NEWS Reviewed-by: Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
2011-04-14Merge remote-tracking branch 'boiko/kde_fixes'Andre Moreira Magalhaes (andrunko)5-9/+47
2011-04-13Update news for the contact add/remove fixesGustavo Pichorim Boiko1-1/+1
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-13Merge branch 'kde_tp' into kde_fixesGustavo Pichorim Boiko5-9/+47
Reviewed by: Gustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>
2011-04-13Update NEWS to list the fixes from the kde git repositoryGustavo Pichorim Boiko1-2/+3
2011-04-13Only load contacts when ContactManager is ready, reduces chance of having an ↵David Edmundson2-8/+16
empty contact list on first connect/load.
2011-04-13Add onChanged() call in AccountsModelItem::onStatusChanged(..) so that it ↵David Edmundson1-0/+2
can trigger proxy model filters to filter out accounts that just went offline
2011-04-13This commit adds another new method contactForIndex(QModelIndex), which is ↵Martin Klapetek2-0/+12
very handy for context menus (several operations on contact as well as getting contact info).
2011-04-13If the account is already connected when the model is being created, load ↵Martin Klapetek2-0/+3
all contacts
2011-04-13Added method for getting account from contact indexMartin Klapetek2-0/+12
2011-04-11Merge remote-tracking branch 'mbatle/cmakefix'Andre Moreira Magalhaes (andrunko)1-1/+2
Reviewed-by: Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>
2011-04-08Fix not working build after update of FindTelepathyQt4Mateu Batle1-1/+2
2011-04-07Merge remote-tracking branch 'mbatle/conversation-model'Andre Moreira Magalhaes (andrunko)27-284/+418
Reviewed-by: Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk> Reviewed-by: Alvaro Soliverez <alvaro.soliverez@collabora.co.uk>
2011-04-07Models: Fix spacing to follow style guideMateu Batle1-2/+2
2011-04-06Models: Fix compile problem with Tp::ChannelChatStateMateu Batle2-5/+1
2011-04-06Fix comment "part of TelepathyQt4Yell"Mateu Batle4-4/+4
2011-04-06Models: fix header guard #defineMateu Batle19-22/+22
Models: fix comment "part of TelepathyQt4Yell Models"
2011-04-04Models: Move some methods to public visibility, since they can be used in ↵Mateu Batle1-4/+4
composition of models (and not just inheritance)
2011-04-04Models: Fix bug order of inserted items was reversedMateu Batle1-1/+1
2011-04-04Remove non-implemented method in AbstractConversationModelMateu Batle1-1/+0
2011-04-04Fixed makefile with new files for conversation modelMateu Batle1-1/+2
2011-04-04Refactored ConversationModel into two classes AbstractConversationModel and ↵Mateu Batle8-140/+278
SessionConversationModel
2011-04-01ContactCapabilities: Fix header.Andre Moreira Magalhaes (andrunko)1-1/+1
2011-04-01Merge remote-tracking branch 'mbatle/callcaps'Andre Moreira Magalhaes (andrunko)11-7/+517
Reviewed-by: Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
2011-03-29Fix friend class declaration in ContactCapabilitiesMateu Batle1-1/+1
2011-03-29Fix export of Tpy::ContactCapabilities constructorMateu Batle1-3/+3