summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-08-11Revert "Disable tests for now"Guillaume Desmottes1-1/+1
This reverts commit 293fc666de0083eb0a81ab083c92a74070229d96.
2010-08-11Disable tests for nowGuillaume Desmottes1-1/+1
They are broken because of bug fdo #29503 and I need a release now.
2010-07-16Add intltool infrastructureDanielle Madeley1-1/+1
2010-02-24Fix ChangeLog generationDanielle Madeley1-1/+1
2010-02-24Include maintainer tools in toplevel Makefile.amDanielle Madeley1-0/+1
2010-02-11Get org.freedesktop.Telepathy.Logger extension buildingDanielle Madeley1-1/+1
2010-02-10created gtk-doc infrastructureCosimo Alfarano1-1/+2
* created doc/ infrastructure * added several doc comments * fixed some tests
2010-02-01imported tests from telepathy-gabbleCosimo Alfarano1-1/+1
* test folder imported from telepathy-gabble, twisted/ still not working but cleaned-up of clearly useless tests. it still needs a further clean-up and adaptation in order to be used. * basic C tests written * autotools (configure and Makefile .au) updated for Python and Twisted checking. * autotools (configure and Makefile .au) updated for DBus and DBus-glib basic requirement
2010-01-25Using GAsyncReadyCallbackCosimo Alfarano1-6/+0
2010-01-15Created data/Cosimo Alfarano1-1/+1
* moved relevand data files into data/
2010-01-14GConf enabledCosimo Alfarano1-0/+6
* gconf enabled using TplConf. Schema defined in telepathy-logger.schemas file * fixes for the Async API * add_message and add_message_async modified: chat_id, is_chatroom not needed anymore, while using TplLogEntry
2010-01-07Telepathy code style compliant changes (part1)Cosimo Alfarano1-3/+1
* remove tpl- prefix from file names * moved all the libtelepathy-logger lib related files into libtelepathy-logger/ directory * clean up of configure and makefiles autotool's scripts * added TplConf object for GConf configuration
2009-12-04Completed importing and refactoring of EmpathyLogStoreCosimo Alfarano1-0/+43
* removed any call which would make TPL depending on libempathy * copied empathy-time.[hc] * added some empathy's utility function to tpl_utils.[ch] * added support for automake/autoconf using empathy's one as basis: currently TPL depends on telepathy-glib and libxmp-2.0 (and theirs deps) * added AUTHORS COPYING INSTALL README and NEWS files (empty)