summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix chat_id conversion when chat_id is 1-1 conversation from a chatroomCosimo Alfarano2010-02-221-1/+8
* Handle GError properly in during _buildCosimo Alfarano2010-02-222-1/+13
* Using priv->readable_stores when using a search/query APICosimo Alfarano2010-02-221-3/+3
* Fix tpl_log_manager_search_hit_compareCosimo Alfarano2010-02-221-9/+28
* TP Style fixes and gtk-doc src documentation improvedCosimo Alfarano2010-02-223-20/+168
* rename LogStore iface method from last_messages to recent_messagesCosimo Alfarano2010-02-222-5/+5
* Improved error managing in log-manager and log-store-empathyCosimo Alfarano2010-02-224-9/+33
* Add result data destructors to async APIsCosimo Alfarano2010-02-221-8/+78
* use dbus_g_method_return_error if tp_dbus_daemon cannot be acquiredCosimo Alfarano2010-02-221-0/+2
* Added Empathy legacy LogStore support into LogManager.Cosimo Alfarano2010-02-225-73/+113
* added account-path property/member to TplLogStoreCosimo Alfarano2010-02-227-34/+119
* removed useless g_strdup over not stored stringCosimo Alfarano2010-02-181-4/+6
* TP style fixesCosimo Alfarano2010-02-184-10/+10
* Adding observer.h to LIBTPL_HEADERSCosimo Alfarano2010-02-171-0/+1
* Fixing LogStore->add_message method using TplLogEntry instead of gpointerCosimo Alfarano2010-02-163-6/+5
* improving DEBUG outputCosimo Alfarano2010-02-162-15/+12
* update Observer's bus name to org.freedesktop.Telepathy.Client.LoggerCosimo Alfarano2010-02-163-3/+3
* Removed log_to_debug_sender from debug.cCosimo Alfarano2010-02-161-44/+0
* fixing the clean target for data/ and the AM_CPPFLAGSCosimo Alfarano2010-02-162-2/+3
* log-manager: tp-style fixDanielle Madeley2010-02-161-1/+2
* dbus-service: don't leak GPtrArray or GErrorDanielle Madeley2010-02-161-2/+6
* debug: move tp-glib debugging onto a TP_DEBUG env varDanielle Madeley2010-02-161-4/+3
* test-api: fixes to make test-api work correctlyDanielle Madeley2010-02-161-16/+33
* conf: return TRUE if globally enabled is unset and unschemaedDanielle Madeley2010-02-161-11/+25
* Update spec for int64 timestamps, correct dbus-service typesDanielle Madeley2010-02-163-15/+19
* TP style fixesCosimo Alfarano2010-02-151-1/+3
* Use of tp_value_array_buildCosimo Alfarano2010-02-151-15/+9
* Renamed util.h CHAN_DEBUG into PATH_DEBUGCosimo Alfarano2010-02-152-29/+29
* TP style fixesCosimo Alfarano2010-02-154-35/+40
* testsuite enhancementsCosimo Alfarano2010-02-151-0/+27
* use of gint64 for timestampCosimo Alfarano2010-02-152-7/+7
* Use of g_list_last/previous instead of g_list_reverseCosimo Alfarano2010-02-151-4/+4
* Documentation string fixCosimo Alfarano2010-02-151-1/+1
* Passing NULL for unused handle_type calling tp_channel_get_handleCosimo Alfarano2010-02-151-3/+1
* avoiding use g_strdup if no storing for the value is doneCosimo Alfarano2010-02-152-13/+9
* G_DEFINE_TYPE should be used before any other func declarationCosimo Alfarano2010-02-151-4/+1
* Using arr[0] instead of a less clear *arr for elem 0Cosimo Alfarano2010-02-151-23/+19
* Using G_N_ELEMENTS instead of FOO_LEN constantsCosimo Alfarano2010-02-151-5/+4
* DBus registration failure should be notified even if TPL_DEBUG is not setCosimo Alfarano2010-02-151-2/+2
* checking against NULL before unreferencing a GObjectCosimo Alfarano2010-02-152-5/+11
* Returning reference to TplDBusServiceCosimo Alfarano2010-02-151-5/+13
* dbus-service algorithms and readability improvemetsCosimo Alfarano2010-02-151-1/+0
* Makefile.am cleanupsCosimo Alfarano2010-02-153-28/+7
* Using tp_proxy_get_object_pathCosimo Alfarano2010-02-153-9/+14
* renaming badly named functionCosimo Alfarano2010-02-151-4/+4
* Fix config.h inclusion in debug.hCosimo Alfarano2010-02-151-1/+1
* Removal of util.c module.Cosimo Alfarano2010-02-1516-82/+78
* Fix the the lib name for linker's -l paramCosimo Alfarano2010-02-151-1/+1
* include config.hCosimo Alfarano2010-02-1518-21/+40
* using obj = g_object_ref (obj)Cosimo Alfarano2010-02-155-34/+17