summaryrefslogtreecommitdiff
path: root/TelepathyQt4Yell
AgeCommit message (Expand)AuthorFilesLines
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 Edmundson2-8/+16
2011-04-13Add onChanged() call in AccountsModelItem::onStatusChanged(..) so that it can...David Edmundson1-0/+2
2011-04-13This commit adds another new method contactForIndex(QModelIndex), which is ve...Martin Klapetek2-0/+12
2011-04-13If the account is already connected when the model is being created, load all...Martin Klapetek2-0/+3
2011-04-13Added method for getting account from contact indexMartin Klapetek2-0/+12
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
2011-04-04Models: Move some methods to public visibility, since they can be used in com...Mateu Batle1-4/+4
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 S...Mateu Batle8-140/+278
2011-04-01ContactCapabilities: Fix header.Andre Moreira Magalhaes (andrunko)1-1/+1
2011-03-29Fix friend class declaration in ContactCapabilitiesMateu Batle1-1/+1
2011-03-29Fix export of Tpy::ContactCapabilities constructorMateu Batle1-3/+3
2011-03-29Remove anonymous namespace for CallContactCapsMateu Batle1-270/+5
2011-03-29Rename CallCapabilityRole to MediaCallCapabilityRoleMateu Batle2-2/+2
2011-03-29Create Tpy::ContactCapabilities derived from Tp::ContactCapabilitiesMateu Batle4-0/+218
2011-03-29Create Tpy::RequestableChannelClassSpec derived from Tp::RequestableChannelCl...Mateu Batle4-0/+262
2011-03-29Models: Fix dependency problem, thanks Gustavo Boiko to realize and fix itMateu Batle1-0/+1
2011-03-29Remove debug printMateu Batle1-1/+0
2011-03-29Models: removed some debug output from call capabilities checkingMateu Batle1-14/+0
2011-03-29Models: add call draft capabilities info to modelsMateu Batle3-7/+316
2011-02-18Farstream: also require and link to telepathy-glib.George Kiagiadakis1-0/+2
2011-02-16Farstream/Channel: Some coding style fixes.Andre Moreira Magalhaes (andrunko)1-13/+20
2011-02-16Farstream/PendingTfChannel: Constify tfChannel getter.Andre Moreira Magalhaes (andrunko)2-2/+2
2011-02-16Farstream/Channel: Added a static method to create a FastreamChannelFactory.Andre Moreira Magalhaes (andrunko)2-10/+16
2011-02-16Farstream/Types: Include TelepathyQt4Yell/Types instead of TelepathyQt4/Types.Andre Moreira Magalhaes (andrunko)1-1/+1
2011-02-16Farstream: Added PendingTfChannel fancy header.Andre Moreira Magalhaes (andrunko)2-0/+14
2011-02-16Farstream: Added Global fancy header.Andre Moreira Magalhaes (andrunko)2-0/+14
2011-02-16Farstream: Only build the library statically. This is a "unstable" library.Andre Moreira Magalhaes (andrunko)1-9/+11
2011-02-15Fixed copyright yearMateu Batle1-1/+1
2011-02-15Deleted empty FarstreamChannelFactory::PrivateMateu Batle1-9/+1
2011-02-15Renamed FarstreamChannel to FarstreamChannelFactoryMateu Batle5-32/+156
2011-02-12Fixed problem with referencingMateu Batle1-2/+1
2011-02-11Added farstream channel error signalMateu Batle2-11/+12
2011-02-11Removed not needed virtual destructorMateu Batle2-11/+0
2011-02-11Changed class Tpy::FarstreamChannel to not use member variablesMateu Batle2-13/+8
2011-02-11Renaming farsight -> farstreamMateu Batle5-62/+62
2011-02-11Modified .pc files for Farstream instead of FarsightMateu Batle2-8/+8
2011-02-11Changing naming to Farstream (instead of Farsight)Mateu Batle1-8/+8
2011-02-11Renamed TelepathyQt4YellFarsight*.pc.in to TelepathyQt4YellFarstream*.pc.inMateu Batle2-0/+0
2011-02-11Renamed dir TelepathyQt4Yell/Farsight to TelepathyQt4Yell/FarstreamMateu Batle5-0/+0
2011-02-11Conforming to style guide (HACKING)Mateu Batle2-15/+15
2011-02-11Completed the async result callback functionMateu Batle1-3/+15