summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Disable tests for now"Guillaume Desmottes2010-08-111-1/+1
| | | | This reverts commit 293fc666de0083eb0a81ab083c92a74070229d96.
* Disable tests for nowGuillaume Desmottes2010-08-111-1/+1
| | | | They are broken because of bug fdo #29503 and I need a release now.
* Add intltool infrastructureDanielle Madeley2010-07-161-1/+1
|
* Fix ChangeLog generationDanielle Madeley2010-02-241-1/+1
|
* Include maintainer tools in toplevel Makefile.amDanielle Madeley2010-02-241-0/+1
|
* Get org.freedesktop.Telepathy.Logger extension buildingDanielle Madeley2010-02-111-1/+1
|
* created gtk-doc infrastructureCosimo Alfarano2010-02-101-1/+2
| | | | | | * created doc/ infrastructure * added several doc comments * fixed some tests
* imported tests from telepathy-gabbleCosimo Alfarano2010-02-011-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
* Using GAsyncReadyCallbackCosimo Alfarano2010-01-251-6/+0
|
* Created data/Cosimo Alfarano2010-01-151-1/+1
| | | | * moved relevand data files into data/
* GConf enabledCosimo Alfarano2010-01-141-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
* Telepathy code style compliant changes (part1)Cosimo Alfarano2010-01-071-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
* Completed importing and refactoring of EmpathyLogStoreCosimo Alfarano2009-12-041-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)