summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-25Don't excessively link in the extensions library (it's pulled in by libtelepa...ext-libraryTravis Reitter1-2/+0
2010-03-25Split the extensions library into an 'inner' (libtpl-extensions-convenience; ...Travis Reitter4-12/+38
2010-03-24Make the extensions library public and perform some minor reorganization to g...Travis Reitter10-37/+194
2010-03-05Add comment for how to use log-manager.xslDanielle Madeley1-0/+9
2010-03-04observer: don't leak GObject propertiesDanielle Madeley1-19/+54
2010-03-03fix client's .service and .client filesCosimo Alfarano3-2/+2
2010-02-26Start telepathy-logger 0.1.2 developmentDanielle Madeley1-2/+2
2010-02-26Release telepathy-logger 0.1.1Danielle Madeley2-1/+21
2010-02-26Merge branch 'observe-existing-channels'Danielle Madeley4-12/+187
2010-02-26observer: clean up referencingDanielle Madeley1-147/+98
2010-02-26Merge branch 'get-recent-messages-async'Danielle Madeley1-71/+125
2010-02-26dbus-service: make GetRecentMessages asynchronousDanielle Madeley1-71/+125
2010-02-25Add favourite contacts support.Travis Reitter4-2/+749
2010-02-25Fix the signature of link_free() and use it more consistently.Travis Reitter1-5/+4
2010-02-25Extend the TplActionChain API to support passing arbitrary data to the chaine...Travis Reitter5-42/+97
2010-02-25Improving debug messaes for log-manager and log-store-emapthyCosimo Alfarano3-4/+10
2010-02-25Preparing TpAccount and TpChannel before channel retrieval.Cosimo Alfarano1-21/+127
2010-02-25Improved debug while called during open channel inspectionCosimo Alfarano1-1/+5
2010-02-25Added Open Channel retrieval.Cosimo Alfarano1-8/+116
2010-02-25Cleanups: update .gitignore, update G_LOG_DOMAIN in other makefileDanielle Madeley3-5/+3
2010-02-25Adding a GIO's _finish() method to each async API in log-manager.Cosimo Alfarano4-55/+152
2010-02-25Fixes a SIG11 when a msg to a chatroom is sentCosimo Alfarano2-10/+22
2010-02-25Fix PATH_DEBUG, prefixing '_' to blocl's vars to avoid shadowing vars in uppe...Cosimo Alfarano1-6/+6
2010-02-25Fixed a bug with tpl_log_entry_set_chat_id at construct timeCosimo Alfarano6-27/+11
2010-02-25TP style fixesCosimo Alfarano2-15/+20
2010-02-25renamed libtelepathy-logger.pc.in in telepathy-logger.pc.inCosimo Alfarano4-3/+3
2010-02-25Changed from libtelepathy-logger to tp-logger the id used by debugger to log ...Cosimo Alfarano1-1/+1
2010-02-24Change test-api to noinstDanielle Madeley1-1/+3
2010-02-24Copying files from Gabble should involve reading them firstDanielle Madeley1-67/+2
2010-02-24Start telepathy-logger-0.1.1 developmentDanielle Madeley1-2/+2
2010-02-24Release telepathy-logger 0.1.0Danielle Madeley2-1/+30
2010-02-24Fix ChangeLog generationDanielle Madeley1-1/+1
2010-02-24Include maintainer tools in toplevel Makefile.amDanielle Madeley3-22/+9
2010-02-24Disable check-twisted and check-undocumented from `make check` for the momentDanielle Madeley2-2/+6
2010-02-24Tp style fixesDanielle Madeley5-8/+7
2010-02-24make distcheck fixesDanielle Madeley12-11/+46
2010-02-24Update files for releaseDanielle Madeley4-14/+603
2010-02-23Update the URL in the README.Travis Reitter1-1/+1
2010-02-23Ignore generated test tools.Travis Reitter3-58/+2
2010-02-22Moving LogManager initialisation from _constructor to _initCosimo Alfarano1-49/+51
2010-02-22Fix chat_id conversion when chat_id is 1-1 conversation from a chatroomCosimo Alfarano1-1/+8
2010-02-22Handle GError properly in during _buildCosimo Alfarano2-1/+13
2010-02-22Using priv->readable_stores when using a search/query APICosimo Alfarano1-3/+3
2010-02-22Fix tpl_log_manager_search_hit_compareCosimo Alfarano1-9/+28
2010-02-22TP Style fixes and gtk-doc src documentation improvedCosimo Alfarano3-20/+168
2010-02-22rename LogStore iface method from last_messages to recent_messagesCosimo Alfarano2-5/+5
2010-02-22Improved error managing in log-manager and log-store-empathyCosimo Alfarano4-9/+33
2010-02-22Add result data destructors to async APIsCosimo Alfarano1-8/+78
2010-02-22use dbus_g_method_return_error if tp_dbus_daemon cannot be acquiredCosimo Alfarano1-0/+2
2010-02-22Added Empathy legacy LogStore support into LogManager.Cosimo Alfarano5-73/+113