summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2009-08-14Fixed documentation link with for the new Mallard structureMilo Casagrande1-1/+1
* Colses bug 591602
2009-08-13empathy-preferences: use tp_strdiff instead of strcmpGuillaume Desmottes1-7/+8
This should prevent the crash #591612
2009-08-12Don't leak a ref when updating notification bubbleWill Thompson1-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-07chat_window_help_contents_activate_cb: documentation doesn't have a 'chat' ↵Guillaume Desmottes1-1/+1
section anymore (#590029)
2009-08-07Setting priv->bus_message_source_id to 0 to make sure thatJonathan Tellier1-3/+13
g_source_remove is not called twice on it.
2009-08-07Now removing the bus watch when destroying the pipeline.Jonathan Tellier1-4/+16
2009-08-07Fixed a bug that caused the application to crash when input volume wasJonathan Tellier1-9/+27
changed on a disconnected call.
2009-08-07status_icon_update_notification: don't crash if event->message is NULLGuillaume Desmottes1-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-06Move the FsElementElementAddedNotifier over the main pipelineOlivier Crête1-1/+30
2009-08-06Fix reduced accuracy concernsPierre-Luc Beaudoin1-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-06Merge branch 'escape-notifications'Will Thompson2-22/+26
Fixes #580134 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2009-08-05Embolden tab labels when you're highlightedWill Thompson1-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-04Don't try to free NULL pixbufs.Will Thompson2-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-04Escape markup in notifications and icon tooltipWill Thompson1-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-30Change the name to Empathy IM Client, which is more recognizableSjoerd Simons1-1/+1
2009-07-29Do not have too complex code in var initialization.Xavier Claessens1-2/+4
2009-07-29Little coding style cleanupXavier Claessens1-4/+3
2009-07-22remove trailing tabulationFrédéric Péters1-1/+1
2009-07-21migrate configuration files to XDG config directoryFrédéric Péters1-0/+63
2009-07-21Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007)Frédéric Péters1-2/+2
2009-07-18Respect the button-images settingMatthias Clasen2-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-15Merge commit 'jtellier/video-call-button-sensitivity'Davyd Madeley1-5/+7
2009-07-15Chat window's tab label changes the font color when got an incoming msg. ↵Abner Silva1-6/+26
(Fixes #588498)
2009-07-13empathy-main-window.c: remove a trailing spaceGuillaume Desmottes1-1/+1
2009-07-10Minor changesGabriel Millaire1-4/+4
2009-07-10Remove old codeGabriel Millaire1-69/+0
2009-07-10Regrouped similar functions, uses enum instead of defineGabriel Millaire1-63/+55
2009-07-10Changed menu label and various review fixesGabriel Millaire2-27/+25
2009-07-10Added notification for confs Show avatar, Compact Size and Sort criteriumGabriel Millaire1-47/+77
Now checks for wrong string in Sort criterium
2009-07-10Move Compact List and Sort Contacts from Preferences to View menuGabriel Millaire3-247/+135
2009-07-10Work in progress : move preferences to View menuGabriel Millaire2-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-10Use accessor functions instead direct access (Fixes #586476)Jonny Lamb6-12/+12
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2009-07-02Sort themes by namePierre-Luc Beaudoin1-0/+2
2009-07-02List installed adium themesPierre-Luc Beaudoin2-138/+65
2009-07-02Added functions to determine if a contact has video capabilitiesJonathan Tellier1-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-01New chatrooms are no longer marked as favorite by default. Fixes bug #575667Abner Silva1-9/+9
2009-07-01Port the main of empathy to EmpathyAccountSjoerd Simons13-138/+141
2009-06-30fixed libnotify crashing if icon doesn't existAbderaouf Bencherait2-3/+9
2009-06-26Ring on outgoing call.Xavier Claessens1-24/+54
2009-06-26Include empathy-sound.h to make it buildXavier Claessens2-5/+7
2009-06-26Port EmpathyEventManager to new empathy-sound API.Xavier Claessens1-81/+16
2009-06-26Don't hardcode size of the accounts dialog and use ellipsization (#520972)Matthias Clasen2-4/+3
2009-06-25Merge branch 'fix-prefs'Pierre-Luc Beaudoin1-1/+1
2009-06-25Rename label1 to remove dupped idPierre-Luc Beaudoin1-1/+1
2009-06-25Merge branch 'debugger'Jonny Lamb3-2/+42
2009-06-24empathy: remove trailing tabsGuillaume Desmottes1-3/+3
2009-06-24empathy-status-icon: remove trailing tabsGuillaume Desmottes1-2/+2
2009-06-24empathy-sidebar: remove trailing tabsGuillaume Desmottes1-1/+1
2009-06-24empathy-preferences: remove trailing tabsGuillaume Desmottes1-7/+7
2009-06-24empathy-new-chatroom-dialog: remove trailing tabsGuillaume Desmottes1-3/+3