summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-01Merge branch 'trivia'Nicolas Dufresne3-12/+4
2011-03-01Logger is now fully LGPL, no need to mention GPLNicolas Dufresne1-5/+0
2011-03-01Remove GNOME and GNOME_DOC stuff from configureNicolas Dufresne1-3/+0
2011-03-01Initialise variables that get freed in out labelNicolas Dufresne1-4/+4
2011-03-01Make the introspection files be 0.2 instead of 1.0Emilio Pozuelo Monfort1-8/+8
2011-03-01Merge branch 'master' of ssh://git.freedesktop.org/git/telepathy/telepathy-lo...Nicolas Dufresne1-2/+3
2011-03-01Post release version bumpNicolas Dufresne1-1/+1
2011-03-01log-manager: Add output annotations.Jasper St. Pierre1-2/+3
2011-02-28version 0.2.3telepathy-logger-0.2.3Nicolas Dufresne2-2/+16
2011-02-28Set an error if text event body is empty or NULLEmilio Pozuelo Monfort1-1/+6
2011-02-28Set an error if text event body is empty or NULLNicolas Dufresne1-1/+6
2011-02-28Convert timestamp from uint to int64 on sent messageNicolas Dufresne1-1/+2
2011-02-28Post release version bumpNicolas Dufresne1-1/+1
2011-02-28Version 0.2.2telepathy-logger-0.2.2Nicolas Dufresne2-2/+20
2011-02-28Add a XML log store test for add_eventNicolas Dufresne1-0/+174
2011-02-28Change fixture->store to be a TplLogStoreNicolas Dufresne1-24/+22
2011-02-28Fix _xml_get_filtered_events() to return num_eventsNicolas Dufresne1-11/+9
2011-02-28Free dates with g_date_free() instead of g_free()Nicolas Dufresne1-1/+1
2011-02-28Fix is_room check in log_store_xml_get_events_for_file()Nicolas Dufresne1-1/+1
2011-02-28Fix logic to get target entity for roomsNicolas Dufresne1-1/+2
2011-02-28Introspection: use $(LIBTPL_HEADERS) to get the public headersEmilio Pozuelo Monfort1-8/+3
2011-02-28configure: say whether we're building introspection supportEmilio Pozuelo Monfort1-1/+1
2011-02-28Start work on introspection support.Jasper St. Pierre5-6/+135
2011-02-25Post release version bumpNicolas Dufresne1-1/+1
2011-02-24version 0.2.1Nicolas Dufresne2-3/+19
2011-02-24Merge branch 'tests-fix'Nicolas Dufresne5-191/+137
2011-02-24test-tpl-log-store-xml: don't ignore system() return value so gcc is happyGuillaume Desmottes1-1/+3
2011-02-24Fix test_get_dates() to use GDate methodNicolas Dufresne1-3/+3
2011-02-24Convert test_get_events_for_date() to _async() methodNicolas Dufresne1-6/+24
2011-02-24Convert test_get_entities() to use _async() methodNicolas Dufresne1-7/+26
2011-02-24Convert test_get_dates() to use _async() methodNicolas Dufresne1-8/+29
2011-02-24Move non-test code on topNicolas Dufresne1-77/+78
2011-02-24Replace empty log-manager test with test-searchesNicolas Dufresne4-22/+1
2011-02-24Remove dead test codeNicolas Dufresne2-92/+0
2011-02-24Let glib allocate the GList element for usSjoerd Simons1-1/+1
2011-02-24Post release version bumpSjoerd Simons1-1/+1
2011-02-24Sort entities to make test deterministictelepathy-logger-0.2.0Danielle Madeley1-0/+12
2011-02-24Don't pass time_t to g_object_new when property is guint64Danielle Madeley3-6/+6
2011-02-23Change for telepathy-logger 0.2.0 releaseNicolas Dufresne2-8/+40
2011-02-23Comment the auto-magic script creationNicolas Dufresne1-16/+19
2011-02-23Add missing test script to EXTRA_DISTNicolas Dufresne1-0/+4
2011-02-23Set logs file mod so it can be cleared in distcheckNicolas Dufresne1-0/+5
2011-02-23Add test logs to EXTRA_DISTNicolas Dufresne1-0/+2
2011-02-23Fix extra whitespaceNicolas Dufresne1-1/+1
2011-02-23Fix header installation directoryNicolas Dufresne1-1/+1
2011-02-23Doc fixNicolas Dufresne8-23/+45
2011-02-23Fix .pc file to represent right versionNicolas Dufresne3-3/+3
2011-02-23Fix 'make dist' so it worksNicolas Dufresne2-6/+1
2011-02-23Fix double free in xml log store and unit testNicolas Dufresne2-1/+33
2011-02-22Introduce TplEventTypeMask to be able to select event typeNicolas Dufresne10-72/+156