Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-14 | Fixed documentation link with for the new Mallard structure | Milo Casagrande | 1 | -1/+1 | |
* Colses bug 591602 | |||||
2009-08-13 | empathy-preferences: use tp_strdiff instead of strcmp | Guillaume Desmottes | 1 | -7/+8 | |
This should prevent the crash #591612 | |||||
2009-08-12 | Don't leak a ref when updating notification bubble | Will Thompson | 1 | -5/+5 | |
This meant that if a notification bubble for a tab had ever been updated, closing the tab would not destroy the EmpathyChat, or indeed close the Channel. New messages would be logged, but not presented to the user. Reopening a tab to the same channel would work, but sending a message would assert. I'm pretty sure this fixes #588840. | |||||
2009-08-07 | chat_window_help_contents_activate_cb: documentation doesn't have a 'chat' ↵ | Guillaume Desmottes | 1 | -1/+1 | |
section anymore (#590029) | |||||
2009-08-07 | Setting priv->bus_message_source_id to 0 to make sure that | Jonathan Tellier | 1 | -3/+13 | |
g_source_remove is not called twice on it. | |||||
2009-08-07 | Now removing the bus watch when destroying the pipeline. | Jonathan Tellier | 1 | -4/+16 | |
2009-08-07 | Fixed a bug that caused the application to crash when input volume was | Jonathan Tellier | 1 | -9/+27 | |
changed on a disconnected call. | |||||
2009-08-07 | status_icon_update_notification: don't crash if event->message is NULL | Guillaume Desmottes | 1 | -1/+4 | |
g_markup_escape_text isn't NULL-safe so we should be sure that event->message is not NULL before calling it. | |||||
2009-08-06 | Move the FsElementElementAddedNotifier over the main pipeline | Olivier Crête | 1 | -1/+30 | |
2009-08-06 | Fix reduced accuracy concerns | Pierre-Luc Beaudoin | 1 | -1/+1 | |
As pointed out by users, the previous reduced accuracy mode was not the best. It is better to trunkate the coordinates rather than adding a random value to it. This patch also replaces strcmp by tp_strdiff | |||||
2009-08-06 | Merge branch 'escape-notifications' | Will Thompson | 2 | -22/+26 | |
Fixes #580134 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | |||||
2009-08-05 | Embolden tab labels when you're highlighted | Will Thompson | 1 | -1/+2 | |
This is in addition to en-reddening them, which might not be enough if you can't distinguish red and black, and matches how names are highlighted in the conversation window. Ideally this would be theme-able, but this is a start. | |||||
2009-08-04 | Don't try to free NULL pixbufs. | Will Thompson | 2 | -16/+15 | |
It's all very well to ensure that we don't pass a NULL pixbuf to libnotify, but we shouldn't then try to g_object_unref () the pointer without checking it's not NULL. | |||||
2009-08-04 | Escape markup in notifications and icon tooltip | Will Thompson | 1 | -7/+12 | |
7730ffd fixed this for the notifications that are produced by the chat window, but not for the ones produced by the status icon. Why these are separate code paths eludes me. | |||||
2009-07-30 | Change the name to Empathy IM Client, which is more recognizable | Sjoerd Simons | 1 | -1/+1 | |
2009-07-29 | Do not have too complex code in var initialization. | Xavier Claessens | 1 | -2/+4 | |
2009-07-29 | Little coding style cleanup | Xavier Claessens | 1 | -4/+3 | |
2009-07-22 | remove trailing tabulation | Frédéric Péters | 1 | -1/+1 | |
2009-07-21 | migrate configuration files to XDG config directory | Frédéric Péters | 1 | -0/+63 | |
2009-07-21 | Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007) | Frédéric Péters | 1 | -2/+2 | |
2009-07-18 | Respect the button-images setting | Matthias Clasen | 2 | -72/+14 | |
Streamline the construction of some buttons, with the nice side-effect that they now obey the button-images setting. See bug 588810. | |||||
2009-07-15 | Merge commit 'jtellier/video-call-button-sensitivity' | Davyd Madeley | 1 | -5/+7 | |
2009-07-15 | Chat window's tab label changes the font color when got an incoming msg. ↵ | Abner Silva | 1 | -6/+26 | |
(Fixes #588498) | |||||
2009-07-13 | empathy-main-window.c: remove a trailing space | Guillaume Desmottes | 1 | -1/+1 | |
2009-07-10 | Minor changes | Gabriel Millaire | 1 | -4/+4 | |
2009-07-10 | Remove old code | Gabriel Millaire | 1 | -69/+0 | |
2009-07-10 | Regrouped similar functions, uses enum instead of define | Gabriel Millaire | 1 | -63/+55 | |
2009-07-10 | Changed menu label and various review fixes | Gabriel Millaire | 2 | -27/+25 | |
2009-07-10 | Added notification for confs Show avatar, Compact Size and Sort criterium | Gabriel Millaire | 1 | -47/+77 | |
Now checks for wrong string in Sort criterium | |||||
2009-07-10 | Move Compact List and Sort Contacts from Preferences to View menu | Gabriel Millaire | 3 | -247/+135 | |
2009-07-10 | Work in progress : move preferences to View menu | Gabriel Millaire | 2 | -30/+172 | |
Moving Sort by name / by status and Show Avatars / Compact contact list preferences to View menu : Sort by name / Sort by status and Normal Size / Normal Without Icons / Compact Size | |||||
2009-07-10 | Use accessor functions instead direct access (Fixes #586476) | Jonny Lamb | 6 | -12/+12 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2009-07-02 | Sort themes by name | Pierre-Luc Beaudoin | 1 | -0/+2 | |
2009-07-02 | List installed adium themes | Pierre-Luc Beaudoin | 2 | -138/+65 | |
2009-07-02 | Added functions to determine if a contact has video capabilities | Jonathan Tellier | 1 | -5/+7 | |
Activating the "Video Call" button only if the remote contact support video. The call window's "Send Video" is only sensitive if the contact has video capabilities. | |||||
2009-07-01 | New chatrooms are no longer marked as favorite by default. Fixes bug #575667 | Abner Silva | 1 | -9/+9 | |
2009-07-01 | Port the main of empathy to EmpathyAccount | Sjoerd Simons | 13 | -138/+141 | |
2009-06-30 | fixed libnotify crashing if icon doesn't exist | Abderaouf Bencherait | 2 | -3/+9 | |
2009-06-26 | Ring on outgoing call. | Xavier Claessens | 1 | -24/+54 | |
2009-06-26 | Include empathy-sound.h to make it build | Xavier Claessens | 2 | -5/+7 | |
2009-06-26 | Port EmpathyEventManager to new empathy-sound API. | Xavier Claessens | 1 | -81/+16 | |
2009-06-26 | Don't hardcode size of the accounts dialog and use ellipsization (#520972) | Matthias Clasen | 2 | -4/+3 | |
2009-06-25 | Merge branch 'fix-prefs' | Pierre-Luc Beaudoin | 1 | -1/+1 | |
2009-06-25 | Rename label1 to remove dupped id | Pierre-Luc Beaudoin | 1 | -1/+1 | |
2009-06-25 | Merge branch 'debugger' | Jonny Lamb | 3 | -2/+42 | |
2009-06-24 | empathy: remove trailing tabs | Guillaume Desmottes | 1 | -3/+3 | |
2009-06-24 | empathy-status-icon: remove trailing tabs | Guillaume Desmottes | 1 | -2/+2 | |
2009-06-24 | empathy-sidebar: remove trailing tabs | Guillaume Desmottes | 1 | -1/+1 | |
2009-06-24 | empathy-preferences: remove trailing tabs | Guillaume Desmottes | 1 | -7/+7 | |
2009-06-24 | empathy-new-chatroom-dialog: remove trailing tabs | Guillaume Desmottes | 1 | -3/+3 | |