aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-idle.c
Commit message (Expand)AuthorAgeFilesLines
* idle: added a comment to explain _is_just_connectedJonny Lamb2009-10-301-0/+3
* idle: don't hardcode 10 seconds as the "just connected" timeJonny Lamb2009-10-301-1/+5
* idle: add comment about the connect_times hash table typesJonny Lamb2009-10-301-0/+2
* idle: updated commentJonny Lamb2009-10-301-2/+4
* all: log error messages if preparing the account manager failsJonny Lamb2009-10-301-1/+4
* idle: use the TpAccount pointer as key to the hash table, and remove values o...Jonny Lamb2009-10-251-12/+8
* Add empathy_idle_account_is_just_connected function.Jonny Lamb2009-10-241-0/+68
* idle: port to new tp-glib account APIJonny Lamb2009-10-241-20/+22
* Add empathy_idle_get_requested_presence function.Jonny Lamb2009-10-241-12/+39
* idle: work around the case if the session doesn't tell us when we go idle (fi...Jonny Lamb2009-10-171-6/+17
* idle: wait for the account manager to be ready before setting initial stateJonny Lamb2009-09-181-2/+29
* When not connected don't apply !offline states but save themSjoerd Simons2009-08-281-5/+7
* Merge back from masterSjoerd Simons2009-08-221-125/+34
|\
| * all: save the signal id and use that to disconnect from the signalJonny Lamb2009-08-201-4/+6
| * empathy-connectivity: only send the new state in the state-change signalJonny Lamb2009-08-191-3/+2
| * empathy-idle: no need to listen to use-connJonny Lamb2009-08-191-20/+0
| * empathy-idle: disconnect from connectivity signals before unreffingJonny Lamb2009-08-191-16/+21
| * empathy-idle: use EmpathyConnectivity instead of messing with NM itselfJonny Lamb2009-08-191-123/+49
* | the status in EmpathyIdle is the status_message not the status stringSjoerd Simons2009-08-191-5/+6
* | Fix typoSjoerd Simons2009-07-311-2/+2
* | Remove last references to mission-control 4Sjoerd Simons2009-07-161-4/+0
* | Use default status identifiers when setting the presenceSjoerd Simons2009-07-161-4/+20
* | Get the presence from the AccountManager instead of MC4Sjoerd Simons2009-07-161-52/+7
* | Use the account manager to set the presenceSjoerd Simons2009-07-081-24/+11
|/
* Fallback to OFFLINE when getting an unknown presence from MCSjoerd Simons2009-07-011-1/+1
* Use NM by defaultSjoerd Simons2009-07-011-4/+2
* Always react when disconnecting from the networkSjoerd Simons2009-07-011-3/+3
* Optionally use libnm-glib for NetworkManager integrationSjoerd Simons2009-07-011-47/+34
* Use gnome-session instead of gnome-screensaver to know when session is idleGiedrius Slavinskas2009-06-261-11/+21
* empathy-idle: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
* Assume our presence is offline if MC reports it as UNSET (#586645)Guillaume Desmottes2009-06-221-0/+4
* empathy_idle_init: fallback to OFFLINE instead of UNSET if empathy_idle_get_a...Guillaume Desmottes2009-06-151-1/+4
* Don't set NM presence state on connect when it was unsetSjoerd Simons2009-06-011-1/+2
* Remove usage of McPresence as much as possibleSjoerd Simons2009-05-311-37/+97
* empathy-idle: fix coding styleGuillaume Desmottes2009-05-181-2/+2
* 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