summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-03-29Update FindTelepathyQt4.cmake from kde-telepathy.Andre Moreira Magalhaes (andrunko)1-16/+31
2011-02-21Merge remote branch 'gkiagia/build-fix'Andre Moreira Magalhaes (andrunko)2-7/+9
2011-02-18Farstream: also require and link to telepathy-glib.George Kiagiadakis2-7/+9
2011-02-16Start 0.1.2 developmentAndre Moreira Magalhaes (andrunko)2-1/+12
2011-02-16Prepare release 0.1.1telepathy-qt4-yell-0.1.1Andre Moreira Magalhaes (andrunko)2-8/+15
2011-02-16Merge branch 'farstream'Andre Moreira Magalhaes (andrunko)6-35/+78
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-15Merge branch 'farstream'Mateu Batle12-2/+507
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-11Fixed bugs done in renaming in makefileMateu Batle1-4/+4
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-11Modified main CMakeLists.txt to search for telepathy-farstream instead of tel...Mateu Batle1-12/+12
2011-02-11Changed to find telepathy-farstream libraryMateu Batle1-25/+26
2011-02-11Renamed TelepathyQt4YellFarsight*.pc.in to TelepathyQt4YellFarstream*.pc.inMateu Batle2-0/+0
2011-02-11Added FindTelepathyFarstream.cmake (based on FindTelepathyFarsight.cmake)Mateu Batle1-0/+49
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
2011-02-11The moc files need to be included with cmakeMateu Batle1-0/+2
2011-02-11Added cmakefiles for Telepathy Qt4 Yell FarsightMateu Batle3-2/+92
2011-02-11Added pc files for Telepathy Qt4 Yell FarsightMateu Batle2-0/+22
2011-02-11Added code Telepathy Qt4 Yell Farsight libMateu Batle4-0/+229
2011-02-09Merge branch 'properties'Andre Moreira Magalhaes (andrunko)4-6/+202
2011-02-09CallChannel: Remove awaitingLocal/RemoveAnswer methods in favour of flags().Andre Moreira Magalhaes (andrunko)3-28/+0
2011-02-02CallChannel: Properly initialize properties.Andre Moreira Magalhaes (andrunko)1-0/+6
2011-02-02CallChannel: Export CallStateReason/Details.Andre Moreira Magalhaes (andrunko)3-5/+39
2011-02-02CallChannel: Fixed doc for contentAdded/Removed.Andre Moreira Magalhaes (andrunko)1-2/+2
2011-02-02CallChannel: Handle CallStateChanged.Andre Moreira Magalhaes (andrunko)2-0/+29