Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | empathy_chatroom_manager_remove: when looking for the chatroom to remove ↵ | Xavier Claessens | 2008-10-13 | 1 | -1/+2 |
| | | | | | | check the address first so we are not confuse if the room was invalidated svn path=/trunk/; revision=1579 | ||||
* | chatroom-manager: add_chatroom: connect the 'notify' signal instead of each ↵ | Xavier Claessens | 2008-10-13 | 1 | -9/+1 |
| | | | | | | signal individually svn path=/trunk/; revision=1574 | ||||
* | remove empathy_chatroom_manager_store from the API as it's became useless | Xavier Claessens | 2008-10-13 | 1 | -8/+0 |
| | | | | svn path=/trunk/; revision=1571 | ||||
* | disconnect chatroom signals when they are removed from the mgr | Xavier Claessens | 2008-10-13 | 1 | -10/+24 |
| | | | | svn path=/trunk/; revision=1569 | ||||
* | automatically save the chatroom mgr XML file when one chatroom is modified | Xavier Claessens | 2008-10-13 | 1 | -4/+13 |
| | | | | svn path=/trunk/; revision=1568 | ||||
* | chatroom-mgr: use a save timer instead of saving the file directly | Xavier Claessens | 2008-10-13 | 1 | -3/+40 |
| | | | | svn path=/trunk/; revision=1567 | ||||
* | only save the chatrooms xml when a favorite chatroom is added/removed | Xavier Claessens | 2008-10-13 | 1 | -2/+16 |
| | | | | svn path=/trunk/; revision=1566 | ||||
* | chatroom-mgr: store the file when a chatroom changes its favorite state | Xavier Claessens | 2008-10-13 | 1 | -2/+22 |
| | | | | svn path=/trunk/; revision=1564 | ||||
* | add the file path as arg to empathy_chatroom_manager_new | Xavier Claessens | 2008-10-13 | 1 | -3/+5 |
| | | | | svn path=/trunk/; revision=1542 | ||||
* | chatroom-manager: set the file path as a property | Xavier Claessens | 2008-10-13 | 1 | -35/+104 |
| | | | | svn path=/trunk/; revision=1541 | ||||
* | Save chatrooms to XML only if they are marked as favorite | Xavier Claessens | 2008-10-13 | 1 | -0/+7 |
| | | | | svn path=/trunk/; revision=1534 | ||||
* | Keep a priv pointer in the object struct instead of using ↵ | Xavier Claessens | 2008-05-06 | 1 | -8/+6 |
| | | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082 | ||||
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -7/+5 |
| | | | | svn path=/trunk/; revision=1066 | ||||
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=688 | ||||
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 1 | -0/+501 |
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 |