aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-chatroom-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-031-0/+1
* tpaw-utils: move empathy_xml_validate_from_resource to tp-aw and rename itMarco Barisione2013-08-201-1/+2
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-1/+1
* Embed DTDs for XML validation as GResourcesEmanuele Aina2013-04-011-2/+2
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-6/+0
* chatroom-manager: save file when only the 'favorite' prop is changedGuillaume Desmottes2013-01-241-0/+2
* include telepathy-glib.hGuillaume Desmottes2012-09-171-5/+0
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-2/+2
* Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-191-2/+2
* chatroom_manager_parse_chatroom: check account path is validGuillaume Desmottes2011-08-291-2/+8
* chatroom-manager: removed set and unused priv variableJonny Lamb2011-08-181-3/+0
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-181-26/+13
* clear_chatrooms: prevent destroying the list twiceGuillaume Desmottes2011-05-251-4/+11
* EmpathyTpChat: get rid of the destroy signalGuillaume Desmottes2011-05-251-5/+6
* EmpathyTpChat: inherit from TpTextChannel (#650554)Guillaume Desmottes2011-05-251-6/+3
* Use the EmpathyChannelFactory with all components creating EmpathyTpChatGuillaume Desmottes2011-05-251-0/+8
* Save changes to chatrooms.xml configuration file only when needed.Chandni Verma2011-05-091-1/+10
* empathy-tp-chat: ensure that we get a TpTextChannelGuillaume Desmottes2011-04-181-0/+3
* Fix warnings from GCC 4.6 about variables that are set but not used.Kjartan Maraas2011-03-171-4/+0
* chatroom_manager_parse_chatroom: don't leak chatroomGuillaume Desmottes2011-02-171-0/+1
* Fix uninitialized use of a variableSjoerd Simons2010-12-051-1/+1
* chatroom-mamanger: monitor for file changes (#636360)Guillaume Desmottes2010-12-031-13/+74
* rename unused empathy_chatroom_manager_chat_handled()Guillaume Desmottes2010-12-021-33/+0
* chatroom-manager: use a room channel Observer (#636202)Guillaume Desmottes2010-12-021-0/+107
* remove empathy_chatroom_manager_get_count()Guillaume Desmottes2010-12-021-28/+0
* chatroom-manager: unify coding styleGuillaume Desmottes2010-12-021-261/+265
* chatroom-manager: ensure that we stay alive while preparing the AMGuillaume Desmottes2010-10-281-2/+5
* Inform the chatroom mgr when we are handling a new roomGuillaume Desmottes2010-07-051-37/+8
* coding style fixesGuillaume Desmottes2010-05-271-1/+1
* Make chatroom manager retain room's "always_urgent" stateJonas Bonn2010-05-271-0/+14
* Add function ensure_chatroom to chatroom managerJonas Bonn2010-05-271-0/+22
* chatroom-manager: Save correct room nameJonas Bonn2010-03-091-1/+1
* Call xmlCleanupParser() only once when exiting (#600693)Guillaume Desmottes2010-01-131-1/+0
* all: log error messages if preparing the account manager failsJonny Lamb2009-10-301-2/+7
* chatroom-manager: port to new tp-glib account APIJonny Lamb2009-10-241-36/+21
* empathy-chatroom-manager.c: fix casting issuesGuillaume Desmottes2009-10-221-8/+12
* chatroom-manager: add a ready propertyJonny Lamb2009-09-081-0/+18
* chatroom-manager: only parse xml file once the account manager is readyJonny Lamb2009-09-061-1/+31
* Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons2009-07-301-4/+4
* remove usage of empathy_account_equalSjoerd Simons2009-07-301-7/+4
* Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-281-1/+1
|\
| * Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007)Frédéric Péters2009-07-211-1/+1
* | Remove last references to mission-control 4Sjoerd Simons2009-07-161-0/+2
|/
* Removing chatroom from the list before emmiting chatroom-removed signal.Abner Silva2009-07-011-1/+2
* Port libempathy to EmpathyAccountSjoerd Simons2009-07-011-9/+9
* Break after deleting current item in chatroom listWill Thompson2009-06-091-1/+4
* Extract removing chatroom links to a functionWill Thompson2009-06-091-9/+22
* Consistently use this_chatroom when removing a roomWill Thompson2009-06-091-2/+2
* empathy-chatroom-manager: fix coding style and update FSF addressGuillaume Desmottes2009-05-181-4/+4
* Use new getters and setters of EmpathyChatroom. Simplify to lookup when a tp_...Xavier Claessens2009-04-221-35/+20
* Use the account manager to map from connection to account.Xavier Claessens2009-04-221-6/+19
* Reorder functions to not declare them on topXavier Claessens2009-04-221-267/+267
* Fix some coding styleXavier Claessens2009-04-221-105/+90
* Fix type punned pointers warningsOlivier Crête2009-02-121-1/+1
* Let a chatroom keep a reference to a its TpChat if applicableSjoerd Simons2009-01-101-0/+6
* Make the dispatch operation _get_ functions not return a refSjoerd Simons2009-01-101-5/+1
* Convert EmpathyChatroomManager to the new singleton conventionSjoerd Simons2009-01-101-14/+11
* More style fixesSjoerd Simons2009-01-101-6/+6
* Act as an observerSjoerd Simons2009-01-101-0/+88
* empathy_chatroom_manager_remove: when looking for the chatroom to remove chec...Xavier Claessens2008-10-131-1/+2
* chatroom-manager: add_chatroom: connect the 'notify' signal instead of each s...Xavier Claessens2008-10-131-9/+1
* remove empathy_chatroom_manager_store from the API as it's became uselessXavier Claessens2008-10-131-8/+0
* disconnect chatroom signals when they are removed from the mgrXavier Claessens2008-10-131-10/+24
* automatically save the chatroom mgr XML file when one chatroom is modifiedXavier Claessens2008-10-131-4/+13
* chatroom-mgr: use a save timer instead of saving the file directlyXavier Claessens2008-10-131-3/+40
* only save the chatrooms xml when a favorite chatroom is added/removedXavier Claessens2008-10-131-2/+16
* chatroom-mgr: store the file when a chatroom changes its favorite stateXavier Claessens2008-10-131-2/+22
* add the file path as arg to empathy_chatroom_manager_newXavier Claessens2008-10-131-3/+5
* chatroom-manager: set the file path as a propertyXavier Claessens2008-10-131-35/+104
* Save chatrooms to XML only if they are marked as favoriteXavier Claessens2008-10-131-0/+7
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-8/+6
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-7/+5
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+501