Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new tube handling interface | Xavier Claessens | 2008-04-20 | 3 | -1/+65 |
| | | | | svn path=/trunk/; revision=971 | ||||
* | Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself. | Xavier Claessens | 2008-04-20 | 4 | -36/+1 |
| | | | | svn path=/trunk/; revision=967 | ||||
* | Add Chandler and Filter interfaces | Xavier Claessens | 2008-04-11 | 4 | -1/+36 |
| | | | | svn path=/trunk/; revision=918 | ||||
* | Update extensions dir based on the example in tp-glib | Xavier Claessens | 2008-04-11 | 4 | -19/+39 |
| | | | | svn path=/trunk/; revision=917 | ||||
* | Fix build of extensions: s/>>/>/ for signals rule. | Xavier Claessens | 2008-03-11 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=740 | ||||
* | Fix typo in var name and don't link empathy-call-chandler on ↵ | Xavier Claessens | 2008-02-26 | 1 | -1/+1 |
| | | | | | | libemp-extensions.la anymore. svn path=/trunk/; revision=666 | ||||
* | It's now safe to call emp_cli_init multiple times. Move that call to ↵ | Xavier Claessens | 2008-02-26 | 1 | -3/+9 |
| | | | | | | empathy_tp_call_class_init. svn path=/trunk/; revision=665 | ||||
* | Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la. | Xavier Claessens | 2008-02-26 | 9 | -0/+307 |
Link that library into libempathy (it's not actually used for anything at this point). Extensions currently built: ChannelHandler and StreamEngine. The namespacing convention used is emp_*, Emp*, EMP_* so it won't be included in the library ABI. svn path=/trunk/; revision=663 |