summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Occitan translationgnome-3-0Cédric Valmary2016-04-011-1676/+1282
|
* Updated Occitan translationCédric Valmary2015-05-171-2218/+3865
|
* Updated Hungarian translationBalázs Úr2014-09-211-93/+131
|
* [l10n]Added Burmese translationThura Hlaing2011-11-142-0/+3765
|
* Updated German translationChristian Kirbach2011-10-241-420/+189
|
* Updated French doc translationBruno Brouard2011-10-043-5/+1
|
* Revert "Updated French doc translation"Bruno Brouard2011-10-043-86/+69
| | | | | This reverts commit 124ca64c89fdffec7ebf397c439102b28dc78c77. Commit in wrong branch
* Updated French doc translationBruno Brouard2011-10-043-69/+86
|
* Updated asturian translationXandru Armesto2011-09-071-610/+1436
|
* Set require-encryption for Facebook and Google TalkWill Thompson2011-06-281-1/+4
| | | | | Future versions of Gabble will do this too, but Empathy can make sure it's set too.
* Set 'server' parameter on GTalk accounts.Will Thompson2011-06-281-1/+2
| | | | | | | | | | | | | | | This stops us depending on properly-configured SRV records. 'fallback-servers' is not good enough in this situation: • foo.com's XMPP stuff is served by Google Apps; • your router breaks SRV requests; • foo.com resolves to 1.2.3.4 which has a (different) XMPP server listening on port 5222. This may seem far-fetched, but this happened to two completely different people, both hosted with Dreamhost. https://bugzilla.gnome.org/show_bug.cgi?id=653510
* PresetDialog: Don't leak path when focusing freshly-created statusWill Thompson2011-06-241-0/+1
|
* individual-widget: use tp_g_signal_connect_object to connect the ↵Guillaume Desmottes2011-06-201-2/+2
| | | | notify::contact-info signal (#652496)
* main_window_flash_foreach: fix FolksIndividual leakGuillaume Desmottes2011-06-201-4/+3
|
* coding style tweakGuillaume Desmottes2011-06-201-2/+1
|
* Corrections in Telugu filekrishnababu k2011-06-151-9/+9
|
* Updated Telugu Translationskrishnababu k2011-06-151-1408/+2913
|
* Added UG translationAbduxukur Abdurixit2011-06-111-712/+1224
|
* account-widget: use tp_g_signal_connect_object to connect on the ↵Guillaume Desmottes2011-06-071-2/+2
| | | | | | password-retrieved signal (#652015) Thanks to Roland Dreier for the original patch.
* Update Aragonese translationDaniel Martinez Cucalon2011-06-021-854/+1150
|
* Use pixbuf for PixbufCellRenderer in protocol chooserSjoerd Simons2011-05-311-4/+9
| | | | | | | | | | If an icon-name is given to a PixbufCellRenderer it will re-load the image from the icon theme every time the size gets requested for a different cell. Which happens a *LOT*. Instead load the icon the row is added to the model, such that the cell renderer can simply request the size of the pixbuf. This massive speeds up the performance of the protocol chooser combobox.
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2011-05-291-926/+1133
|
* remove released flagGuillaume Desmottes2011-05-231-1/+1
|
* Merge branch 'release' into gnome-3-0Guillaume Desmottes2011-05-232-2/+20
|\
| * prepare 3.0.2EMPATHY_3_0_2Guillaume Desmottes2011-05-232-2/+20
| |
* | cell-renderer-expander: fix rendering with GTK+3Cosimo Cecchi2011-05-231-2/+8
|/ | | | | | | | | | | | There are basically three issues here: - the renderer doesn't add the GTK_STYLE_CLASS_EXPANDER style class when rendering, which blocks the theme to apply the intended colors. - the GtkStateFlags that were set on the context were using GTK_STATE_* instead of GTK_STATE_FLAG_* - the flags set on the context were incomplete, as they were just using ACTIVE/NORMAL for expanded/collapsed and not SELECTED/FOCUSED/... https://bugzilla.gnome.org/show_bug.cgi?id=650590
* Merge branch 'account-widgets-650854-3.0' into gnome-3-0Guillaume Desmottes2011-05-236-4/+34
|\
| * account-widget-yahoo: fix expand/fill settings (#650854)Guillaume Desmottes2011-05-231-2/+6
| |
| * account-widget-sip: fix expand/fill settings (#650854)Guillaume Desmottes2011-05-231-0/+6
| |
| * account-widget-icq: fix expand/fill settings (#650854)Guillaume Desmottes2011-05-231-0/+4
| |
| * account-widget-groupwise: fix expand/fill settings (#650854)Guillaume Desmottes2011-05-231-0/+6
| |
| * account-widget-aim: fix expand/fill settings (#650854)Guillaume Desmottes2011-05-231-0/+4
| |
| * account-widget-msn: fix expand/fill settings (#650854)Guillaume Desmottes2011-05-231-2/+8
| |
* | Updated French translationBruno Brouard2011-05-141-224/+232
|/
* Properly convert timestamps received from X11 (#650015)Guillaume Desmottes2011-05-1211-19/+20
| | | | | X11 timestamps are guint32 while Telepathy uses gint64 timestamps. We should always use tp_user_action_time_from_x11() to do the conversion.
* add empathy_get_current_action_time()Guillaume Desmottes2011-05-122-0/+8
|
* empathy_chat_window_present_chat: always show newly created windowsGuillaume Desmottes2011-05-121-0/+5
| | | | We just create so we should at least show it.
* contact: fix typo when creating new contact from logger entityJonny Lamb2011-05-111-2/+2
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Include gi18n-lib.h in library sources, not gi18n.h.Gabor Kelemen2011-05-055-5/+7
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=649379
* empathy-chat: track chat displayed instead of channels being handled (#649273)Guillaume Desmottes2011-05-032-42/+35
|
* remove unused empathy_chat_manager_get_num_handled_chats()Guillaume Desmottes2011-05-032-10/+0
|
* Fix a crash if replacement is NULLXavier Claessens2011-05-021-1/+1
|
* individual_store_get_individual_status_icon_with_icon_name: look in the ↵Guillaume Desmottes2011-05-021-1/+6
| | | | cache before creating new pixbuf
* main_window_flash_foreach: don't leak the pixbuf returned by ↵Guillaume Desmottes2011-05-021-0/+3
| | | | empathy_pixbuf_from_icon_name
* set a not empty string when setting ↵Guillaume Desmottes2011-05-022-2/+4
| | | | | | EMPATHY_NOTIFY_MANAGER_CAP_X_CANONICAL_APPEND libnotify now filters out empty string so the hint was not set (#648842).
* Display favorite offline contacts only in the Favorite group (#648914)Guillaume Desmottes2011-05-021-5/+48
|
* remove released flagGuillaume Desmottes2011-04-251-1/+1
|
* prepare 3.0.1 releaseEMPATHY_3_0_1Guillaume Desmottes2011-04-253-3/+29
|
* Added UG translationAbduxukur Abdurixit2011-04-251-756/+765
|
* Updated Thai translation.Sira Nokyoongtong2011-04-251-744/+1573
|