| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop dealing with iconification of main window, just hide/present it | Xavier Claessens | 2011-05-26 | 1 | -4/+4 |
* | status-icon: blink when we get a password request | Jonny Lamb | 2010-12-10 | 1 | -1/+1 |
* | Move notifications code from status-icon to notifications-approver (#635500) | Guillaume Desmottes | 2010-11-23 | 1 | -259/+0 |
* | Add Accept/Decline button in subscription notifications (#630706) | Guillaume Desmottes | 2010-11-09 | 1 | -0/+54 |
* | Port to libnotify 0.7.0 | William Jon McCann | 2010-10-19 | 1 | -2/+2 |
* | GDK keys are now GDK_KEY_* | Guillaume Desmottes | 2010-10-04 | 1 | -1/+1 |
* | empathy_status_icon_new: always call status_icon_set_visibility | Guillaume Desmottes | 2010-07-12 | 1 | -3/+1 |
* | empathy_status_icon_new: don't ignore hide_contact_list (#623937) | Guillaume Desmottes | 2010-07-12 | 1 | -1/+5 |
* | add accept/decline buttons to invitation notifications | Guillaume Desmottes | 2010-07-07 | 1 | -0/+1 |
* | add accept/decline buttons to FT notifications | Guillaume Desmottes | 2010-07-07 | 1 | -0/+10 |
* | add answer/decline buttons in call notifications (#597124) | Guillaume Desmottes | 2010-07-07 | 1 | -0/+21 |
* | Add 'Respond' button only for text channels and approve it directly | Guillaume Desmottes | 2010-07-07 | 1 | -7/+11 |
* | factor out add_notification_actions | Guillaume Desmottes | 2010-07-07 | 1 | -9/+16 |
* | status-icon: drop our ref on the window when disposing | Guillaume Desmottes | 2010-07-02 | 1 | -0/+1 |
* | Port Empathy code to GSettings, remove EmpathyConf | Danielle Madeley | 2010-06-18 | 1 | -18/+16 |
* | src/empathy-status-icon.c: use tp_g_signal_connect_object instead of empathy_... | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
* | status-icon: don't approve event if notification bubble has been dismissed | Guillaume Desmottes | 2010-04-09 | 1 | -26/+2 |
* | Support append hint in notifications (#607446) | Nicolò Chieffo | 2010-04-01 | 1 | -14/+39 |
* | empathy_window_present: remove useless 'steal_focus' arg | Guillaume Desmottes | 2010-03-15 | 1 | -1/+1 |
* | Don't display the 'respond' button in presence notifications (#610032) | Guillaume Desmottes | 2010-02-17 | 1 | -1/+2 |
* | Revert "Escape the header of the notification (#599431)" | Guillaume Desmottes | 2010-01-13 | 1 | -7/+2 |
* | status_icon_update_tooltip: display the custom status msg, if any (#604481) | Guillaume Desmottes | 2009-12-24 | 1 | -3/+11 |
* | status_icon_update_tooltip: display a translated version of the default statu... | Guillaume Desmottes | 2009-12-24 | 1 | -6/+10 |
* | status-icon: add "New Call" entry in the context menu | Guillaume Desmottes | 2009-12-17 | 1 | -0/+9 |
* | status-icon: use the account-manager directly to get our state and status | Guillaume Desmottes | 2009-11-19 | 1 | -10/+10 |
* | change 'capa' to 'cap' | Guillaume Desmottes | 2009-11-13 | 1 | -1/+1 |
* | remove old comment | Guillaume Desmottes | 2009-11-13 | 1 | -1/+0 |
* | change empathy_notification_is_enabled to empathy_notify_manager_notification... | Guillaume Desmottes | 2009-11-13 | 1 | -3/+3 |
* | change empathy_misc_get_pixbuf_for_notification to empathy_notify_manager_get... | Guillaume Desmottes | 2009-11-13 | 1 | -1/+2 |
* | move empathy-misc to empathy-notify-manager | Guillaume Desmottes | 2009-11-13 | 1 | -1/+0 |
* | define constants for notify capabilities | Guillaume Desmottes | 2009-11-13 | 1 | -1/+2 |
* | status-icon: use EmpathyNotifyManager to check if the server supports the 'ac... | Guillaume Desmottes | 2009-11-13 | 1 | -12/+5 |
* | Force an unset presence type to appear as offline in the presence chooser and... | Jonny Lamb | 2009-11-12 | 1 | -0/+7 |
* | Merge branch 'accountz' | Jonny Lamb | 2009-11-02 | 1 | -21/+39 |
|\ |
|
| * | all: log error messages if preparing the account manager fails | Jonny Lamb | 2009-10-30 | 1 | -1/+4 |
| * | status-icon: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -21/+36 |
* | | Escape the header of the notification (#599431) | Guillaume Desmottes | 2009-10-29 | 1 | -2/+7 |
|/ |
|
* | fix coding styles | Guillaume Desmottes | 2009-10-02 | 1 | -17/+15 |
* | empathy-status-icon: check if notification daemon supports actions | Guillaume Desmottes | 2009-10-02 | 1 | -1/+21 |
* | Add a "Respond" button to notifications to provide a positive action (#589408) | Rob Bradford | 2009-10-02 | 1 | -0/+19 |
* | Merge back from master | Sjoerd Simons | 2009-08-22 | 1 | -13/+22 |
|\ |
|
| * | status_icon_update_notification: don't crash if event->message is NULL | Guillaume Desmottes | 2009-08-07 | 1 | -1/+4 |
| * | Don't try to free NULL pixbufs. | Will Thompson | 2009-08-05 | 1 | -7/+8 |
| * | Escape markup in notifications and icon tooltip | Will Thompson | 2009-08-05 | 1 | -7/+12 |
* | | Move the responsibility of popping up the empathy accounts dialog out of the ... | Sjoerd Simons | 2009-07-16 | 1 | -17/+0 |
|/ |
|
* | Port the main of empathy to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -5/+11 |
* | fixed libnotify crashing if icon doesn't exist | Abderaouf Bencherait | 2009-06-30 | 1 | -1/+3 |
* | empathy-status-icon: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -2/+2 |
* | Do not blink status icon for notification only events | Frédéric Péters | 2009-06-23 | 1 | -5/+6 |
* | Cope with status icon begin NULL | Sjoerd Simons | 2009-05-31 | 1 | -1/+2 |
* | Remove usage of McPresence as much as possible | Sjoerd Simons | 2009-05-31 | 1 | -1/+1 |
* | empathy-status-icon: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -1/+1 |
* | Make use of GtkUIManager in EmpathyStatusIcon | Xavier Claessens | 2009-04-16 | 1 | -19/+24 |
* | Port EmpathyStatusIcon to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
* | Escape to cancel from status editing | Davyd Madeley | 2009-04-11 | 1 | -1/+1 |
* | use new GtkStatusIcon tooltip methods, formatting the header in italics. | Frederic Peters | 2009-03-27 | 1 | -10/+6 |
* | status_icon_update_tooltip: don't display the event message if NULL. Fixes bu... | Guillaume Desmottes | 2009-02-11 | 1 | -3/+6 |
* | Prefix "Empathy" to the notification enum. | Xavier Claessens | 2009-01-31 | 1 | -2/+2 |
* | Add a comment explaining why we activate the event in an idle. | Xavier Claessens | 2009-01-31 | 1 | -0/+4 |
* | Factor out some common code. | Xavier Claessens | 2009-01-31 | 1 | -20/+3 |
* | Always check if notifications are enabled when we update them. | Xavier Claessens | 2009-01-31 | 1 | -9/+18 |
* | Update the pixbuf when we receive an event update. | Xavier Claessens | 2009-01-31 | 1 | -16/+25 |
* | Use the avatar for all the events with a contact. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | Move empathy_notification_is_enabled () to src/ | Xavier Claessens | 2009-01-31 | 1 | -3/+4 |
* | Make possible to use libnotify 0.4.4, to not force the usage of too recent di... | Xavier Claessens | 2009-01-31 | 1 | -2/+3 |
* | Add a convenience function to avoid hacks when getting the pixbuf from the ic... | Xavier Claessens | 2009-01-31 | 1 | -3/+2 |
* | W.I.P. for notifications on chat window. | Xavier Claessens | 2009-01-31 | 1 | -3/+6 |
* | Don't update the event if the notification can't be shown. | Xavier Claessens | 2009-01-31 | 1 | -1/+4 |
* | Implement a logic for disabling notifications when away. | Xavier Claessens | 2009-01-31 | 1 | -1/+20 |
* | If the notification is not dismissed by the user, do not display other notifi... | Xavier Claessens | 2009-01-31 | 1 | -1/+8 |
* | Split the event description into header and message body. | Xavier Claessens | 2009-01-31 | 1 | -22/+46 |
* | Insert an image in the notify baloon. | Xavier Claessens | 2009-01-31 | 1 | -2/+19 |
* | Adapt the status icon message to the new API. | Xavier Claessens | 2009-01-31 | 1 | -4/+11 |
* | Require latest libnotify. Don't crash when clicking the notification. | Xavier Claessens | 2009-01-31 | 1 | -26/+17 |
* | mimic tooltip and icon notifications; unref any outstanding notification | Xavier Claessens | 2009-01-31 | 1 | -15/+41 |
* | generify notification; add idle activation of event | Xavier Claessens | 2009-01-31 | 1 | -22/+40 |
* | show notification on new event | Xavier Claessens | 2009-01-31 | 1 | -0/+26 |
* | Port EmpathyIdle to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -2/+2 |
* | Use new singleton policy for EmpathyAccountManager. | Xavier Claessens | 2009-01-07 | 1 | -1/+1 |
* | Port EmpathyStatusIcon to the new API. | Xavier Claessens | 2009-01-07 | 1 | -35/+28 |
* | Move the event manager to src/ | Xavier Claessens | 2008-07-15 | 1 | -1/+1 |
* | Move event code from EmpathyStatusIcon to EmpathyEventManager | Xavier Claessens | 2008-07-15 | 1 | -368/+53 |
* | Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb) | Jonny Lamb | 2008-07-15 | 1 | -1/+1 |
* | Select the bugged account upon a failed connection. Fixes bug #536984 (Jonny ... | Jonny Lamb | 2008-07-04 | 1 | -1/+1 |
* | Add -Wformat and and fix some compile warnings with gcc 4.3. Fixes bug #53712... | Xavier Claessens | 2008-06-08 | 1 | -1/+2 |
* | Close contact list when Escape is pressed. Fixes bug #536628 (Ross Burton). | Xavier Claessens | 2008-06-08 | 1 | -1/+17 |
* | Add a command line option to hide contact list on startup. Fixes bug #535080 ... | Xavier Claessens | 2008-06-04 | 1 | -4/+8 |
* | Fix warning in status icon | Xavier Claessens | 2008-05-23 | 1 | -1/+2 |
* | Improve dispatcher. Fixes bug #465928. | Xavier Claessens | 2008-05-18 | 1 | -106/+179 |
* | Add a func to activate any event | Xavier Claessens | 2008-05-14 | 1 | -15/+22 |
* | Do not unref tp_chat directly in the message_received callback to avoid a crash. | Xavier Claessens | 2008-05-09 | 1 | -1/+12 |
* | Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk p... | Xavier Claessens | 2008-05-09 | 1 | -31/+277 |
* | Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET... | Xavier Claessens | 2008-05-06 | 1 | -8/+6 |
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -7/+5 |
* | initialize connection_status | Frederic Peters | 2008-04-20 | 1 | -1/+1 |
* | keep track of connected status to disable menu item for "new conversation" | Frederic Peters | 2008-04-20 | 1 | -0/+37 |
* | Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself. | Xavier Claessens | 2008-04-20 | 1 | -568/+168 |
* | Fix some warnings | Xavier Claessens | 2008-04-11 | 1 | -0/+4 |
* | Update for new API | Xavier Claessens | 2008-04-11 | 1 | -91/+43 |
* | Uncommend the use of empathy_contact_run_until_ready, it works now | Xavier Claessens | 2008-04-11 | 1 | -2/+1 |
* | Comment out a empathy_contact_run_until_ready call because it doesn't work. | Xavier Claessens | 2008-04-03 | 1 | -1/+2 |
* | Update status icon for new chat API | Xavier Claessens | 2008-04-02 | 1 | -1/+1 |
* | Do not autoconnect if networkmanager says we are not connected at startup. | Xavier Claessens | 2008-03-17 | 1 | -24/+0 |
* | Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and... | Xavier Claessens | 2008-03-17 | 1 | -1/+4 |
* | Move modules that make no sense to be used in other applicaton from libempath... | Xavier Claessens | 2008-03-14 | 1 | -0/+863 |