aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Expand)AuthorAgeFilesLines
* change empathy_notification_is_enabled to empathy_notify_manager_notification...Guillaume Desmottes2009-11-132-2/+3
* change empathy_misc_get_pixbuf_for_notification to empathy_notify_manager_get...Guillaume Desmottes2009-11-132-3/+6
* move empathy-misc to empathy-notify-managerGuillaume Desmottes2009-11-132-0/+58
* define constants for notify capabilitiesGuillaume Desmottes2009-11-131-0/+19
* add empathy_notify_manager_has_capabilityGuillaume Desmottes2009-11-132-0/+12
* notify-manager: fetch capabilities of the notification serverGuillaume Desmottes2009-11-131-1/+23
* add stub EmpathyNotifyManager (#601691)Guillaume Desmottes2009-11-133-0/+170
* libempathy-gtk/Makefile.am: sort filesGuillaume Desmottes2009-11-131-19/+19
* empathy_account_widget_get_default_display_name: special case should be done ...Guillaume Desmottes2009-11-131-0/+1
* move code generating the default display name of new account to account-widgetGuillaume Desmottes2009-11-132-0/+55
* Make location labels selectablePierre-Luc Beaudoin2009-11-121-0/+3
* Add missing location field in orderingPierre-Luc Beaudoin2009-11-121-0/+6
* Order location fieldsFrederic Peters2009-11-121-7/+21
* Force an unset presence type to appear as offline in the presence chooser and...Jonny Lamb2009-11-121-0/+6
* account-widget: Change the label of the Connect button to 'Login'.Guillaume Desmottes2009-11-061-14/+9
* contact-menu: rename "View Previous Conversations" menu entry to "Previous Co...Guillaume Desmottes2009-11-051-1/+1
* Print "Unknown command" when typing "/help unknown"Xavier Claessens2009-11-041-0/+3
* Make parsing of commend with no args work againXavier Claessens2009-11-041-2/+6
* Merge branch 'irc-command'Xavier Claessens2009-11-041-15/+363
|\
| * Optimisation: Remove of the duplicated check for the command prefix.Xavier Claessens2009-11-041-6/+2
| * Make clear that for(foo); does nothing.Xavier Claessens2009-11-041-1/+2
| * In case of unknown command, suggest /helpXavier Claessens2009-11-011-1/+2
| * Move /me and /say support from EmpathyMessage to EmpathyChat.Xavier Claessens2009-11-011-14/+69
| * Add support for /help command without arg, to list all available commands.Xavier Claessens2009-11-011-39/+47
| * Add support for /help command and fix review commentsXavier Claessens2009-11-011-91/+165
| * Refactor chat commands.Xavier Claessens2009-11-011-85/+127
| * Add support for /msg commandXavier Claessens2009-11-011-2/+74
| * Add support for /query commandXavier Claessens2009-11-011-0/+28
| * Add support for /join commandXavier Claessens2009-11-011-2/+30
| * Fix topic not always shown, and add /topic command support.Xavier Claessens2009-11-011-4/+47
* | empathy_account_widget_contains_pending_changes: return TRUE if we are creati...Guillaume Desmottes2009-11-031-0/+10
* | Merge branch 'fix-586098'Danielle Madeley2009-11-031-50/+251
|\ \
| * | empathy-chat.c: input history - Using GList pointer instead of gint index.Jerzy Mansarliński2009-11-011-83/+109
| * | Fix coding styleJerzy Mansarliński2009-10-301-36/+37
| * | Add terminal-like chat input history. Fixes bug #586098.Jerzy Mansarliński2009-10-301-37/+211
| |/
* | empathy-account-widget: update apply button when our state changesGuillaume Desmottes2009-11-031-0/+23
* | empathy-account-widget: replace the 'Connect' buton by a 'Save' one ...Guillaume Desmottes2009-11-031-2/+36
* | Autocomplete for offline contacts. Closes bug #583919.Justin Forest2009-11-031-17/+15
* | account-chooser: allow for a non-prepared account manager (fixes bug #600537)Jonny Lamb2009-11-031-0/+8
* | Merge branch 'accountz'Jonny Lamb2009-11-0217-197/+375
|\ \ | |/ |/|
| * contact-list-view: added note about waiting for manager to be come ready bugJonny Lamb2009-10-301-1/+1
| * location-manager: keep a ref to self during preparation to make sure we stay ...Jonny Lamb2009-10-301-1/+2
| * all: log error messages if preparing the account manager failsJonny Lamb2009-10-305-8/+33
| * ui-utils: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| * theme-adium: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| * presence-chooser: port to new tp-glib account APIJonny Lamb2009-10-241-14/+42
| * new-message-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| * log-window: port to new tp-glib account APIJonny Lamb2009-10-242-30/+50
| * location-manager: port to new tp-glib account APIJonny Lamb2009-10-241-16/+77
| * irc-network-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| * contact-widget: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
| * contact-list-view: port to new tp-glib account APIJonny Lamb2009-10-241-8/+10
| * contact-dialogs: port to new tp-glib account APIJonny Lamb2009-10-241-3/+4
| * chat-text-view: port to new tp-glib account APIJonny Lamb2009-10-241-1/+0
| * chat: port to new tp-glib account APIJonny Lamb2009-10-242-23/+44
| * account-widget: port to new tp-glib account APIJonny Lamb2009-10-241-14/+14
| * account-chooser: port to new tp-glib account APIJonny Lamb2009-10-242-79/+102
* | Add new smileys available in the last Icon Naming Spec (#593327)Rodolphe2009-10-271-5/+11
* | theme_adium_parse_body: escape text between linksGuillaume Desmottes2009-10-261-2/+8
* | theme_adium_parse_body: escape all the text if smileys are disabled (#599640)Guillaume Desmottes2009-10-261-0/+2
* | theme_adium_append_event: escape textXavier Claessens2009-10-261-2/+6
|/
* Set default font from Gnome system if not set in the style.Matěj Cepl2009-10-231-9/+73
* Enable extra error CFLAGS in libempathy-gtk/Guillaume Desmottes2009-10-231-0/+1
* empathy-protocol-chooser: don't cache TpConnectionManagerProtocol in the storeGuillaume Desmottes2009-10-231-28/+47
* Merge branch 'trivia'Guillaume Desmottes2009-10-2211-62/+65
|\
| * empathy-avatar-chooser.c: fix identationGuillaume Desmottes2009-10-221-2/+2
| * totem-subtitle-encoding.c: fix shadow declarationsGuillaume Desmottes2009-10-221-13/+13
| * empathy-ui-utils.c: fix shadow declarationGuillaume Desmottes2009-10-221-4/+4
| * empathy-theme-manager.c: fix shadow declarationsGuillaume Desmottes2009-10-221-4/+4
| * empathy-theme-boxes.c: fix shadow declarationsGuillaume Desmottes2009-10-221-3/+3
| * empathy-theme-adium.c: fix uint comparaisonsGuillaume Desmottes2009-10-221-2/+2
| * empathy-status-preset-dialog: fix uint comparaisonsGuillaume Desmottes2009-10-221-2/+2
| * empathy-contact-widget.c: fix shadow declarationsGuillaume Desmottes2009-10-221-11/+11
| * empathy-chat-text-view.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-221-5/+5
| * empathy-avatar-image.c: fix a casting issueGuillaume Desmottes2009-10-221-1/+2
| * empathy-avatar-chooser.c: fix casting issuesGuillaume Desmottes2009-10-221-16/+18
| * empathy-account-widget.c: fix uint comparaisonGuillaume Desmottes2009-10-221-1/+1
* | fix a comment so the style checker is happy (#599243)Guillaume Desmottes2009-10-221-1/+1
|/
* empathy-location-manager.c: fix shadow declarationsGuillaume Desmottes2009-10-211-45/+45
* empathy-contact-list-view.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-211-6/+6
* empathy-contact-list-store.c: fix shadow declarationsGuillaume Desmottes2009-10-211-4/+3
* Ignoring non installed languagesFelix Kaser2009-10-211-1/+6
* Stop building libempathy{,-gtk} as a shared library. Closes bug #599086Jonny Lamb2009-10-212-43/+19
* Use the contacts alias in the information dialogSjoerd Simons2009-10-201-1/+2
* rename contact_list_store_finalize to contact_list_store_disposeGuillaume Desmottes2009-10-191-4/+9
* empathy-contact-list-store: remove the setup idle cb when store is destroyedGuillaume Desmottes2009-10-191-1/+7
* presence-chooser: remove "\n"s from DEBUG callsJonny Lamb2009-10-161-5/+5
* presence-chooser: make the entry not editable when we are offlineJonny Lamb2009-10-161-0/+5
* Don't try to double free the avatar data (#598423).Cosimo Cecchi2009-10-151-31/+11
* Use a nicer callback nameSjoerd Simons2009-10-151-5/+6
* Use empathy_signal_connect_weakSjoerd Simons2009-10-151-16/+10
* make the presence chooser insensitive no accounts are enabledSjoerd Simons2009-10-151-3/+58
* Fix typo, correctly set the description of the sound being played.Xavier Claessens2009-10-121-1/+1
* Refactor context menu code to use new HitTestResult APIGustavo Noronha Silva2009-10-101-125/+121
* Add missing ; to make it build.Xavier Claessens2009-10-091-1/+1
* Removed leak with g_string_free, added comment for 0xFFFCGabriel Millaire2009-10-061-1/+4
* Merge branch 'contact-info'Xavier Claessens2009-10-051-1/+1
|\
| * Fix the contact information dialog's window.Xavier Claessens2009-10-051-1/+1
* | Rename HAVE_NBTK to HAVE_MOBLIN.Xavier Claessens2009-10-051-15/+15
|/
* Remove the logic that re-applies the original enabled value.Cosimo Cecchi2009-10-031-17/+4
* empathy-account-widget: document that the 'Account:' string is moblin specificGuillaume Desmottes2009-10-031-0/+1
* Rename the Connect button to "Log in" on Moblin.Cosimo Cecchi2009-10-031-0/+7
* Merge branch 'chain'Cosimo Cecchi2009-10-011-145/+3
|\
| * Chain up to the parent class render, instead of copying it.Cosimo Cecchi2009-10-011-145/+3
* | Merge commit 'gabriel/fix-581488'Dafydd Harries2009-10-013-1/+58
|\ \ | |/ |/|
| * Fixed a leak of strGabriel Millaire2009-10-011-2/+2
| * Fix after reviewGabriel Millaire2009-10-012-34/+33
| * Fix copy clipboard to show smileys and to show name and time when using theme...Gabriel Millaire2009-10-013-1/+59
* | Return if the renderer has no pixbuf.Cosimo Cecchi2009-10-011-0/+3
|/
* Even if Next*.html are missing, we have to use the appendNextMessage js funct...Xavier Claessens2009-09-301-5/+8
* Respect "DisableCombineConsecutive" adium theme setting. Fixes bug #596317Xavier Claessens2009-09-301-3/+6
* Make the correct fallbacks in case of missing html files in an Adium theme. F...Xavier Claessens2009-09-301-50/+51
* Add a "show-on-select" property.Cosimo Cecchi2009-09-302-60/+283
* Instant-apply the "enabled" setting.Cosimo Cecchi2009-09-281-9/+12
* Add configure switches for nbtk (off by default).Cosimo Cecchi2009-09-281-0/+2
* Add an optional NbtkGtkLightSwitch.Cosimo Cecchi2009-09-281-5/+70
* Merge branch 'contact-id'Xavier Claessens2009-09-231-1/+1
|\
| * Init contact_id to NULL to silent some stupid compilators. It can't really be...Xavier Claessens2009-09-231-1/+1
* | Cancel existing group animation before starting anotherWill Thompson2009-09-231-0/+7
|/
* Do not use math.h for trunc(). It is useless and it does not build because we...Xavier Claessens2009-09-221-6/+2
* Merge commit 'istaz/handle_none'Xavier Claessens2009-09-211-4/+3
|\
| * Fallback to the contact id if present when there is no room id for empathy_tp...Olivier Le Thanh Duong2009-09-211-4/+3
* | presence-chooser: only listen to EmpathyIdle::notify::stateJonny Lamb2009-09-181-1/+1
* | Don't paste if the remote contact is disconnected (#595417).Cosimo Cecchi2009-09-171-0/+7
|/
* Correctly split and sanity check dropped contactsSjoerd Simons2009-09-151-7/+9
* Don't use "/" to separate account and contact.Cosimo Cecchi2009-09-151-1/+1
* Fix previous patch.Steve Frécinaux2009-09-151-4/+4
* Ensure the Contact List is moved to the current workspace when shown.Steve Frécinaux2009-09-151-8/+6
* [EmpathyVideoWidget] fix X crash when using Empathy with GTK+ c-s-wDanielle Madeley2009-09-141-0/+13
* Ensure we don't add the same contact twice at the top-levelSjoerd Simons2009-09-141-0/+18
* remove duplicated id in yahoo account ui file (GNOME bug 594776)Frédéric Péters2009-09-111-1/+1
* Fix duplicate XML ids in GtkBuilder file that stopped it from loadingDavyd Madeley2009-09-011-3/+3
* [empathy_builder_get_file] NULL out passed GObj ptrs if GtkBuilder file brokenDavyd Madeley2009-09-011-1/+11
* Sort Gtalk after jabberSjoerd Simons2009-08-311-0/+11
* GTalk-enable the protocol chooserSjoerd Simons2009-08-312-7/+34
* Construct the GTalk widget according to the icon nameCosimo Cecchi2009-08-311-1/+28
* Add a specialized GTalk widget UI in gladeCosimo Cecchi2009-08-311-5/+114
* Always update the control buttons sensitivity on creation.Cosimo Cecchi2009-08-311-11/+7
* Fixed some of the EmpathyAccountWidget's control button behaviour.Jonathan Tellier2009-08-311-2/+16
* Merge commit 'jtellier/confirm-lose-accounts-settings'Cosimo Cecchi2009-08-312-21/+36
|\
| * Improved confirmation dialog shown to the user before discarding changesJonathan Tellier2009-08-292-34/+0
| * Minor changes to EmpathyAccountWidget and EmpathyAccountsDialogJonathan Tellier2009-08-291-16/+3
| * Asking for confirmation before losing pending accounts changes.Jonathan Tellier2009-08-294-5/+67
* | Use char* not EmpathyMessage in TpChat:send-errorWill Thompson2009-08-311-2/+2
|/
* Add empathy_make_absolute_url_len to limit the lenght of url stringPierre-Luc Beaudoin2009-08-293-13/+28
* Make the protocol property read-onlySjoerd Simons2009-08-281-9/+3
* Base the selected widget both on the CM and the protocolSjoerd Simons2009-08-282-39/+65
* Merge branch 'fix-navigation-handling'Gustavo Noronha Silva2009-08-281-9/+19
|\
| * Fix assumption about navigation-request not being called for HTML string loadGustavo Noronha Silva2009-08-281-9/+19
* | Remove validation from chat_send.Will Thompson2009-08-281-22/+8
* | /clearly shouldn't clear the window.Will Thompson2009-08-281-1/+1
* | Fall back to protocol name in Adium themesWill Thompson2009-08-281-0/+2
|/
* Merge commit 'jtellier/reconnect-account'Guillaume Desmottes2009-08-271-37/+26
|\
| * - Added a utility function (empathy_account_reconnect_async) to easilyJonathan Tellier2009-08-261-37/+26
* | Remove libmissioncontrol depsPierre-Luc Beaudoin2009-08-271-2/+2
|/
* remove trailing spacesXavier Claessens2009-08-261-2/+2
* Ship empathy-account-widget-private.h within the tarball.EMPATHY_2_27_91Xavier Claessens2009-08-251-1/+1
* Workaround for Clutter bugPierre-Luc Beaudoin2009-08-251-1/+3
* Remove unused variableSjoerd Simons2009-08-251-4/+0
* Use the display name in hte adium parserCosimo Cecchi2009-08-251-1/+2
* Add a missing includeCosimo Cecchi2009-08-251-0/+2
* Make empathy_protocol_name_to_display_name publicCosimo Cecchi2009-08-251-30/+1
* Rename Salut to People NearbyCosimo Cecchi2009-08-251-1/+1
* Use correct names in the chooserCosimo Cecchi2009-08-251-2/+2
* Fix coding styleCosimo Cecchi2009-08-251-1/+2
* Use the correct protocol name for the sortingCosimo Cecchi2009-08-251-1/+1
* Filter haze elements in the protocol chooserCosimo Cecchi2009-08-251-7/+77
* Merge branch 'mc5', fixes bug #590165Sjoerd Simons2009-08-2533-1358/+2983
|\
| * Add example labels to all protocolsCosimo Cecchi2009-08-247-33/+151
| * empathy-account-widget: don't expand and fill vertically the 'Activate' checkboxGuillaume Desmottes2009-08-241-2/+3
| * When creating an account use a connect button instead of an apply buttonSjoerd Simons2009-08-231-1/+2
| * Make the layout more consistent with the other widgetsSjoerd Simons2009-08-231-15/+7
| * Remove dead code and fix some coding style issuesSjoerd Simons2009-08-231-3/+0
| * Make the alignment names in the sip.ui file uniqueSjoerd Simons2009-08-231-1/+1
| * Every protocols should now have an "Enabled" checkbox in "edit" mode.Jonathan Tellier2009-08-226-7/+26
| * Fix errors revealed by make checkJonathan Tellier2009-08-222-2/+2
| * First part of an overhaul of the accounts dialogJonathan Tellier2009-08-223-58/+313
| * Add example labels to the simple widgetsCosimo Cecchi2009-08-227-21/+175
| * Change labels when creating an accountCosimo Cecchi2009-08-222-4/+38
| * Support changing the filter func on the flyCosimo Cecchi2009-08-221-16/+20
| * React to entry changes immediatelyCosimo Cecchi2009-08-221-9/+31
| * Implement a generic simple widgetCosimo Cecchi2009-08-222-3/+18
| * Implement a simple SIP widgetCosimo Cecchi2009-08-221-30/+51
| * Add simple implementations for many widgetsCosimo Cecchi2009-08-228-65/+615
| * Add a way to hook up to the apply sensitivityCosimo Cecchi2009-08-222-4/+26
| * Add an API to filter protocolsCosimo Cecchi2009-08-222-14/+78
| * Add the concept of simple account widgetCosimo Cecchi2009-08-222-31/+85
| * Fix long linesCosimo Cecchi2009-08-221-13/+22
| * Remove dead codeCosimo Cecchi2009-08-221-4/+0
| * Move back the account assistant to src/Cosimo Cecchi2009-08-223-178/+0
| * Implement first page in the assistantCosimo Cecchi2009-08-223-0/+178
| * Fix trailing spacesSjoerd Simons2009-08-221-1/+0
| * Merge back from masterSjoerd Simons2009-08-2214-72/+156
| |\
| * | Fix indentationSjoerd Simons2009-08-181-17/+22
| * | Rename empathy_settings_get_dbus_signature to empathy_account_settings_get_db...Sjoerd Simons2009-08-181-1/+2
| * | Set gui to NULL after unreffing itSjoerd Simons2009-08-181-0/+1
| * | Remove double check for connection == NULLSjoerd Simons2009-08-171-4/+0
| * | If there is a failure in recognizing the protocol name, fallback to the gener...Sjoerd Simons2009-08-171-8/+1
| * | Merge branch 'master' into mc5Cosimo Cecchi2009-08-016-43/+58
| |\ \
| * \ \ Merge branch 'sjoerd-mc5' into mc5Cosimo Cecchi2009-08-0133-235/+1275
| |\ \ \
| | * | | Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons2009-07-302-3/+5
| | * | | remove usage of empathy_account_equalSjoerd Simons2009-07-303-7/+5
| | * | | Fix some coding style issuesSjoerd Simons2009-07-291-3/+3
| | * | | Fix some leaksSjoerd Simons2009-07-291-1/+7
| | * | | Add a utility function to may protocols to their iconsSjoerd Simons2009-07-291-2/+1
| | * | | Add missing includes in empathy-share-my-desktop.cXavier Claessens2009-07-281-0/+2
| | * | | Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-2831-223/+1260
| | |\ \ \
| * | | | | Use proper display names in the chooserCosimo Cecchi2009-07-311-6/+40
| * | | | | Don't try to lookup NULL connectionsCosimo Cecchi2009-07-311-0/+4
| * | | | | Fix trailing whitespaceCosimo Cecchi2009-07-301-9/+9
| * | | | | Don't try to unref the GtkBuilder object in _disposeCosimo Cecchi2009-07-301-6/+0
| * | | | | Hook up to the destroy signal in EmpathyAccountWidgetCosimo Cecchi2009-07-301-0/+11
| * | | | | Set the sensitivity to the forget buttonCosimo Cecchi2009-07-301-2/+3
| * | | | | Implement dispose and finalizeCosimo Cecchi2009-07-301-31/+75
| * | | | | Set apply button sensitivity on creationCosimo Cecchi2009-07-301-0/+1
| * | | | | Add a cosmetic comment to separate public and non-public methods.Cosimo Cecchi2009-07-301-0/+2
| * | | | | Use telepathy styleCosimo Cecchi2009-07-301-632/+657
| * | | | | Update copyright and authorCosimo Cecchi2009-07-301-1/+2
| * | | | | First cut at GObject-ifying EmpathyAccountWidgetCosimo Cecchi2009-07-309-376/+499
| * | | | | Fix a typo.Cosimo Cecchi2009-07-301-3/+3
| * | | | | Synchronize EmpathyProtocolChooser and EmpathyAccountsDialogCosimo Cecchi2009-07-302-44/+39
| |/ / / /
| * | | | Get the connection status, not the presence status stringSjoerd Simons2009-07-221-1/+1
| * | | | Add the Apply widget to the IRC account settings dialogSjoerd Simons2009-07-222-171/+181
| * | | | Add apply button for salut accountsSjoerd Simons2009-07-221-0/+1
| * | | | Port to using EmpathyAccountSettingsSjoerd Simons2009-07-226-157/+223
| * | | | Put (Haze) behind all protocols coming from hazeSjoerd Simons2009-07-221-2/+2
| * | | | Initial port of Account and AccountManager to MC5Sjoerd Simons2009-07-082-15/+7
| * | | | Remove useless mission-control includesSjoerd Simons2009-07-069-17/+0
| * | | | Transform profile chooser into a protocol chooserSjoerd Simons2009-07-065-395/+411
| * | | | Remove usage of McProfilesSjoerd Simons2009-07-052-69/+76
| * | | | Get the icon name from the account object directlySjoerd Simons2009-07-054-13/+2
| * | | | Add missing newlineSjoerd Simons2009-07-051-1/+1
* | | | | Properly register video source gstreamer element tooOlivier Crête2009-08-221-1/+9
| |_|_|/ |/| | |
* | | | empathy-contact-list-view.h: include empathy-enum-types.hGuillaume Desmottes2009-08-201-0/+1
* | | | Merge branch 'connman'Jonny Lamb2009-08-202-1/+27
|\ \ \ \
| * | | | all: save the signal id and use that to disconnect from the signalJonny Lamb2009-08-201-4/+7
| * | | | empathy-connectivity: only send the new state in the state-change signalJonny Lamb2009-08-191-2/+1
| * | | | empathy-presence-chooser: make chooser insensitive when there's no connectionJonny Lamb2009-08-191-0/+24
| * | | | empathy-conf: rename use_nm to use_connJonny Lamb2009-08-181-1/+1
* | | | | empathy-chat: reformat 2 strings to allow translaters to reverse the order of...Guillaume Desmottes2009-08-201-2/+8
* | | | | stock button labels should not be translatableChristian Kirbach2009-08-201-2/+2
* | | | | Use empathy_make_absolute_url to fix URLs that have no schemePierre-Luc Beaudoin2009-08-191-1/+6
* | | | | Make empathy_make_absolute_url visiblePierre-Luc Beaudoin2009-08-192-9/+14
* | | | | Don't check for smileys in urlsPierre-Luc Beaudoin2009-08-191-27/+26
|/ / / /
* | | | Always show icons in presence chooser (GNOME bug 591247)Frédéric Péters2009-08-111-0/+1
* | | | fix bug #590756 - Renamed x_vnc service to rfbArnaud Maillet2009-08-101-1/+1
* | | | empathy_send_file_with_file_chooser: allow to send files from network locatio...Guillaume Desmottes2009-08-071-0/+2
* | | | Let messages with two slashes without spaces in between passFrédéric Péters2009-08-071-3/+12
* | | | Merge commit 'jtellier/empathy-contact-widget-style'Guillaume Desmottes2009-08-071-2/+2
|\ \ \ \
| * | | | Fixed styleJonathan Tellier2009-08-061-2/+2