| Commit message (Expand) | Author | Age | Files | Lines |
* | libempathy/empathy-idle.c: use tp_g_signal_connect_object instead of empathy_... | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
* | empathy-idle: stop using tp_dbus_daemon_dup | Guillaume Desmottes | 2010-04-01 | 1 | -1/+7 |
* | idle: Only restore state but not status message when getting back from idle (... | Brian Curtis | 2010-03-15 | 1 | -14/+3 |
* | Ensure that the EmpathyIdle is not used in account_manager_ready_cb after bei... | Travis Reitter | 2010-02-08 | 1 | -3/+16 |
* | idle: make empathy_idle_get_status static | Guillaume Desmottes | 2009-11-19 | 1 | -18/+18 |
* | remove empathy_idle_{get,set}_flash_state | Guillaume Desmottes | 2009-11-18 | 1 | -46/+0 |
* | [EmpathyIdle] track whether the AccountManager is ready, warn if it is not | Danielle Madeley | 2009-11-09 | 1 | -0/+16 |
* | idle: added a comment to explain _is_just_connected | Jonny Lamb | 2009-10-30 | 1 | -0/+3 |
* | idle: don't hardcode 10 seconds as the "just connected" time | Jonny Lamb | 2009-10-30 | 1 | -1/+5 |
* | idle: add comment about the connect_times hash table types | Jonny Lamb | 2009-10-30 | 1 | -0/+2 |
* | idle: updated comment | Jonny Lamb | 2009-10-30 | 1 | -2/+4 |
* | all: log error messages if preparing the account manager fails | Jonny Lamb | 2009-10-30 | 1 | -1/+4 |
* | idle: use the TpAccount pointer as key to the hash table, and remove values o... | Jonny Lamb | 2009-10-25 | 1 | -12/+8 |
* | Add empathy_idle_account_is_just_connected function. | Jonny Lamb | 2009-10-24 | 1 | -0/+68 |
* | idle: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -20/+22 |
* | Add empathy_idle_get_requested_presence function. | Jonny Lamb | 2009-10-24 | 1 | -12/+39 |
* | idle: work around the case if the session doesn't tell us when we go idle (fi... | Jonny Lamb | 2009-10-17 | 1 | -6/+17 |
* | idle: wait for the account manager to be ready before setting initial state | Jonny Lamb | 2009-09-18 | 1 | -2/+29 |
* | When not connected don't apply !offline states but save them | Sjoerd Simons | 2009-08-28 | 1 | -5/+7 |
* | Merge back from master | Sjoerd Simons | 2009-08-22 | 1 | -125/+34 |
|\ |
|
| * | all: save the signal id and use that to disconnect from the signal | Jonny Lamb | 2009-08-20 | 1 | -4/+6 |
| * | empathy-connectivity: only send the new state in the state-change signal | Jonny Lamb | 2009-08-19 | 1 | -3/+2 |
| * | empathy-idle: no need to listen to use-conn | Jonny Lamb | 2009-08-19 | 1 | -20/+0 |
| * | empathy-idle: disconnect from connectivity signals before unreffing | Jonny Lamb | 2009-08-19 | 1 | -16/+21 |
| * | empathy-idle: use EmpathyConnectivity instead of messing with NM itself | Jonny Lamb | 2009-08-19 | 1 | -123/+49 |
* | | the status in EmpathyIdle is the status_message not the status string | Sjoerd Simons | 2009-08-19 | 1 | -5/+6 |
* | | Fix typo | Sjoerd Simons | 2009-07-31 | 1 | -2/+2 |
* | | Remove last references to mission-control 4 | Sjoerd Simons | 2009-07-16 | 1 | -4/+0 |
* | | Use default status identifiers when setting the presence | Sjoerd Simons | 2009-07-16 | 1 | -4/+20 |
* | | Get the presence from the AccountManager instead of MC4 | Sjoerd Simons | 2009-07-16 | 1 | -52/+7 |
* | | Use the account manager to set the presence | Sjoerd Simons | 2009-07-08 | 1 | -24/+11 |
|/ |
|
* | Fallback to OFFLINE when getting an unknown presence from MC | Sjoerd Simons | 2009-07-01 | 1 | -1/+1 |
* | Use NM by default | Sjoerd Simons | 2009-07-01 | 1 | -4/+2 |
* | Always react when disconnecting from the network | Sjoerd Simons | 2009-07-01 | 1 | -3/+3 |
* | Optionally use libnm-glib for NetworkManager integration | Sjoerd Simons | 2009-07-01 | 1 | -47/+34 |
* | Use gnome-session instead of gnome-screensaver to know when session is idle | Giedrius Slavinskas | 2009-06-26 | 1 | -11/+21 |
* | empathy-idle: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
* | Assume our presence is offline if MC reports it as UNSET (#586645) | Guillaume Desmottes | 2009-06-22 | 1 | -0/+4 |
* | empathy_idle_init: fallback to OFFLINE instead of UNSET if empathy_idle_get_a... | Guillaume Desmottes | 2009-06-15 | 1 | -1/+4 |
* | Don't set NM presence state on connect when it was unset | Sjoerd Simons | 2009-06-01 | 1 | -1/+2 |
* | Remove usage of McPresence as much as possible | Sjoerd Simons | 2009-05-31 | 1 | -37/+97 |
* | empathy-idle: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
* | Fix type punned pointers warnings | Olivier CrĂȘte | 2009-02-12 | 1 | -1/+1 |
* | Save status message on NetworkManager disconnect and restore on reconnect | Davyd Madeley | 2009-02-11 | 1 | -3/+12 |
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 1 | -3/+3 |
* | empathy_mission_control_new -> dup_singleton. | Xavier Claessens | 2009-01-16 | 1 | -1/+1 |
* | Set the right weak pointer. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Port EmpathyIdle to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -12/+26 |
* | Set to NULL the status message if it's empty. | Xavier Claessens | 2009-01-07 | 1 | -4/+6 |
* | Add debug messages. | Xavier Claessens | 2009-01-07 | 1 | -0/+4 |
* | Don't set random values in EmpathyIdle init if MC is not running. | Xavier Claessens | 2009-01-07 | 1 | -3/+8 |
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -1/+1 |
* | Reword presence handling. Save requested presence and correctly set auto-away... | Xavier Claessens | 2008-08-14 | 1 | -55/+61 |
* | reorder some functions | Xavier Claessens | 2008-08-14 | 1 | -23/+23 |
* | Do not stop and restart ext_away_timeout when already running. | Xavier Claessens | 2008-08-14 | 1 | -1/+3 |
* | Reorder functions to not have to declare them in the beginning of the file | Xavier Claessens | 2008-08-14 | 1 | -282/+259 |
* | Do not include empathy-debug.h twice | Xavier Claessens | 2008-05-07 | 1 | -1/+0 |
* | Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET... | Xavier Claessens | 2008-05-06 | 1 | -18/+14 |
* | If self presence message is "" do like if it was NULL. | Xavier Claessens | 2008-05-05 | 1 | -0/+4 |
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -23/+21 |
* | Remove useless libtelepathy headers | Xavier Claessens | 2008-03-11 | 1 | -1/+1 |
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 1 | -1/+1 |
* | Remove EmpathyPresence object and have "presence" and "presence-message" prop... | Xavier Claessens | 2008-01-25 | 1 | -2/+2 |
* | Make use of PresenceChanged signal now that it got fixed in MC 4.53. Fixes bu... | Xavier Claessens | 2008-01-14 | 1 | -7/+10 |
* | Reset status message when coming back from away and the status was manually s... | Xavier Claessens | 2008-01-12 | 1 | -4/+16 |
* | Correctly store/restore presence when NM state changes | Xavier Claessens | 2007-12-13 | 1 | -7/+10 |
* | When NM is in sleeping (=disabled) state, do just like if it was | Xavier Claessens | 2007-12-06 | 1 | -8/+13 |
* | Add a preference option to disable/enable NM support. | Xavier Claessens | 2007-12-06 | 1 | -74/+75 |
* | Cleanup licences and copyrights, Modules with 100% collabora code are now | Xavier Claessens | 2007-10-18 | 1 | -10/+9 |
* | Use g_timeout_add_seconds when appropriated to avoid weaking the process | Xavier Claessens | 2007-10-13 | 1 | -3/+3 |
* | Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect, | Xavier Claessens | 2007-09-20 | 1 | -4/+77 |
* | Remove workaround for mc-enum-types.h not being installed by MC and bump | Xavier Claessens | 2007-08-09 | 1 | -8/+1 |
* | Remove empathy-marshal-main.c and include empathy-marshal.h from | Marco Barisione | 2007-08-08 | 1 | -10/+16 |
* | Fix problems when NM is not running. Fixes bug #460419. | Xavier Claessens | 2007-07-26 | 1 | -3/+15 |
* | Initial room list support. It does not works yet. | Xavier Claessens | 2007-07-20 | 1 | -7/+26 |
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 1 | -13/+13 |
* | Adding NetworkManager support. | Xavier Claessens | 2007-06-21 | 1 | -38/+116 |
* | Prepare for slack time when coming back from auto away. Not yet fully | Xavier Claessens | 2007-06-15 | 1 | -17/+36 |
* | Add support for blinking when there is an event. Make use of EmpathyIdle | Xavier Claessens | 2007-06-06 | 1 | -16/+217 |
* | Do not restore away presence message when coming back after the user set | Xavier Claessens | 2007-05-31 | 1 | -2/+1 |
* | Do not highlight contacts already known when creating the contact list. Do | Xavier Claessens | 2007-05-26 | 1 | -1/+1 |
* | If we are offline do not set away on idle. If we are already away restore | Xavier Claessens | 2007-05-21 | 1 | -13/+28 |
* | Auto away when session id idle, instead of when screensaver is active. | Xavier Claessens | 2007-05-19 | 1 | -25/+25 |
* | New object EmpathyIdle to manage autoaway and extended autoaway states. | Xavier Claessens | 2007-05-17 | 1 | -0/+226 |