aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-idle.c
Commit message (Expand)AuthorAgeFilesLines
* Fix type punned pointers warningsOlivier CrĂȘte2009-02-121-1/+1
* Save status message on NetworkManager disconnect and restore on reconnectDavyd Madeley2009-02-111-3/+12
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-3/+3
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-1/+1
* Set the right weak pointer.Xavier Claessens2009-01-091-1/+1
* Port EmpathyIdle to the new singleton policy.Xavier Claessens2009-01-091-12/+26
* Set to NULL the status message if it's empty.Xavier Claessens2009-01-071-4/+6
* Add debug messages.Xavier Claessens2009-01-071-0/+4
* Don't set random values in EmpathyIdle init if MC is not running.Xavier Claessens2009-01-071-3/+8
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
* Reword presence handling. Save requested presence and correctly set auto-away...Xavier Claessens2008-08-141-55/+61
* reorder some functionsXavier Claessens2008-08-141-23/+23
* Do not stop and restart ext_away_timeout when already running.Xavier Claessens2008-08-141-1/+3
* Reorder functions to not have to declare them in the beginning of the fileXavier Claessens2008-08-141-282/+259
* Do not include empathy-debug.h twiceXavier Claessens2008-05-071-1/+0
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-18/+14
* If self presence message is "" do like if it was NULL.Xavier Claessens2008-05-051-0/+4
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-23/+21
* Remove useless libtelepathy headersXavier Claessens2008-03-111-1/+1
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* Remove EmpathyPresence object and have "presence" and "presence-message" prop...Xavier Claessens2008-01-251-2/+2
* Make use of PresenceChanged signal now that it got fixed in MC 4.53. Fixes bu...Xavier Claessens2008-01-141-7/+10
* Reset status message when coming back from away and the status was manually s...Xavier Claessens2008-01-121-4/+16
* Correctly store/restore presence when NM state changesXavier Claessens2007-12-131-7/+10
* When NM is in sleeping (=disabled) state, do just like if it wasXavier Claessens2007-12-061-8/+13
* Add a preference option to disable/enable NM support.Xavier Claessens2007-12-061-74/+75
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-181-10/+9
* Use g_timeout_add_seconds when appropriated to avoid weaking the processXavier Claessens2007-10-131-3/+3
* Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect,Xavier Claessens2007-09-201-4/+77
* Remove workaround for mc-enum-types.h not being installed by MC and bumpXavier Claessens2007-08-091-8/+1
* Remove empathy-marshal-main.c and include empathy-marshal.h fromMarco Barisione2007-08-081-10/+16
* Fix problems when NM is not running. Fixes bug #460419.Xavier Claessens2007-07-261-3/+15
* Initial room list support. It does not works yet.Xavier Claessens2007-07-201-7/+26
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-13/+13
* Adding NetworkManager support.Xavier Claessens2007-06-211-38/+116
* Prepare for slack time when coming back from auto away. Not yet fullyXavier Claessens2007-06-151-17/+36
* Add support for blinking when there is an event. Make use of EmpathyIdleXavier Claessens2007-06-061-16/+217
* Do not restore away presence message when coming back after the user setXavier Claessens2007-05-311-2/+1
* Do not highlight contacts already known when creating the contact list. DoXavier Claessens2007-05-261-1/+1
* If we are offline do not set away on idle. If we are already away restoreXavier Claessens2007-05-211-13/+28
* Auto away when session id idle, instead of when screensaver is active.Xavier Claessens2007-05-191-25/+25
* New object EmpathyIdle to manage autoaway and extended autoaway states.Xavier Claessens2007-05-171-0/+226