Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename unused empathy_chatroom_manager_chat_handled() | Guillaume Desmottes | 2010-12-02 | 1 | -4/+0 |
| | |||||
* | remove empathy_chatroom_manager_get_count() | Guillaume Desmottes | 2010-12-02 | 1 | -3/+0 |
| | | | | We don't use it any more. | ||||
* | chatroom-manager: unify coding style | Guillaume Desmottes | 2010-12-02 | 1 | -28/+39 |
| | | | | Most of the file was already using the new style so best stay coherent. | ||||
* | Inform the chatroom mgr when we are handling a new room | Guillaume Desmottes | 2010-07-05 | 1 | -2/+4 |
| | | | | It can't rely on the internal dispatcher any more. | ||||
* | Add function ensure_chatroom to chatroom manager | Jonas Bonn | 2010-05-27 | 1 | -0/+4 |
| | | | | | This function tries to find an existing chatroom, but if it fails to do so it creates a new room and returns that instead. | ||||
* | chatroom-manager: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -5/+6 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Port libempathy to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -6/+5 |
| | |||||
* | empathy-chatroom-manager: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | Convert EmpathyChatroomManager to the new singleton convention | Sjoerd Simons | 2009-01-10 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2185 | ||||
* | Act as an observer | Sjoerd Simons | 2009-01-10 | 1 | -0/+3 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2148 | ||||
* | remove empathy_chatroom_manager_store from the API as it's became useless | Xavier Claessens | 2008-10-13 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=1571 | ||||
* | add the file path as arg to empathy_chatroom_manager_new | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1542 | ||||
* | Keep a priv pointer in the object struct instead of using ↵ | Xavier Claessens | 2008-05-06 | 1 | -1/+1 |
| | | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082 | ||||
* | Update copyright year in .h too, it was done in .c only. | Xavier Claessens | 2008-04-15 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=946 | ||||
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 1 | -0/+72 |
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). svn path=/trunk/; revision=170 |