Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Spanish translation | Jorge González | 2011-05-10 | 1 | -45/+47 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | prepare 3.1.1EMPATHY_3_1_1 | Guillaume Desmottes | 2011-05-09 | 2 | -3/+91 |
| | |||||
* | Merge remote-tracking branch 'glassrose/save-chatrooms.xml-only-when-needed' | Guillaume Desmottes | 2011-05-09 | 1 | -1/+10 |
|\ | |||||
| * | Save changes to chatrooms.xml configuration file only when needed. | Chandni Verma | 2011-05-09 | 1 | -1/+10 |
| | | | | | | | | | | | | | | Changes will be written to the file only when changes are made to a chatroom property that is listed in the file. Fixes room-list flicker: https://bugzilla.gnome.org/show_bug.cgi?id=642087 | ||||
* | | Updated Galician translations | Fran Diéguez | 2011-05-09 | 1 | -290/+408 |
| | | |||||
* | | add translators comment explaining the insufficient balance error (#649735) | Guillaume Desmottes | 2011-05-09 | 1 | -0/+2 |
| | | |||||
* | | org.gnome.Empathy.gschema.xml: update summary and description of ↵ | Guillaume Desmottes | 2011-05-09 | 1 | -2/+2 |
| | | | | | | | | | | | | show-balance-in-roster We are generally using "contact list" instead of "roster". (#649734) | ||||
* | | add a translation comment explaining the 'Provide' string (#649492) | Guillaume Desmottes | 2011-05-09 | 1 | -0/+3 |
| | | |||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2011-05-09 | 1 | -373/+500 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2011-05-08 | 1 | -265/+304 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-05-06 | 1 | -75/+92 |
| | | |||||
* | | Include gi18n-lib.h in library sources, not gi18n.h. | Gabor Kelemen | 2011-05-05 | 5 | -5/+7 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=649379 | ||||
* | | ignore return value of main_window_setup_balance_create_widget() | Guillaume Desmottes | 2011-05-05 | 1 | -2/+1 |
| | | | | | | | | | | fix unused-but-set-variable warnings with gcc 4.6. Thanks to Marc Plano-Lesay for reporting. | ||||
* | | Adium: Fix wrong html fallbacks | Xavier Claessens | 2011-05-05 | 1 | -208/+131 |
| | | | | | | | | | | Fallbacks are actually more complex than I though. This is exactly how adium does the fallbacks | ||||
* | | Depends on tp-glib 0.14.3 | Guillaume Desmottes | 2011-05-05 | 1 | -1/+1 |
| | | | | | | | | We need it for TP_ERROR_STR_INSUFFICIENT_BALANCE. | ||||
* | | Merge branch 'balance-rebase' | Danielle Madeley | 2011-05-05 | 5 | -3/+452 |
|\ \ | |||||
| * | | Change the menu to say "Credit Balance" | Danielle Madeley | 2011-05-05 | 1 | -1/+1 |
| | | | |||||
| * | | Update balance view in roster per feedback | Danielle Madeley | 2011-05-05 | 1 | -14/+25 |
| | | | |||||
| * | | Change menu string to "Top up My Account ($1.23)..." | Danielle Madeley | 2011-05-05 | 1 | -8/+14 |
| | | | |||||
| * | | Update formatting for NOK | Danielle Madeley | 2011-05-05 | 1 | -1/+1 |
| | | | |||||
| * | | The icon needs to be set as "icon-name" not "stock-id" | Danielle Madeley | 2011-05-05 | 1 | -1/+3 |
| | | | |||||
| * | | Fill out empathy_format_currency() with more currencies | Danielle Madeley | 2011-05-05 | 1 | -8/+9 |
| | | | |||||
| * | | Use pointless g* types for consistency | Danielle Madeley | 2011-05-05 | 2 | -5/+5 |
| | | | |||||
| * | | 'spacing' is an object property, not a child property of the packing | Danielle Madeley | 2011-05-05 | 1 | -1/+1 |
| | | | |||||
| * | | Add a menu item to choose whether to show account balances in the roster | Danielle Madeley | 2011-05-05 | 3 | -5/+38 |
| | | | |||||
| * | | Create balance widget, tie it to the action | Danielle Madeley | 2011-05-05 | 2 | -4/+68 |
| | | | | | | | | | | | | | | | TODO: - show and hide balance widgets in response to a toggleaction | ||||
| * | | Factor out main_window_setup_balance_create_action() | Danielle Madeley | 2011-05-05 | 1 | -26/+40 |
| | | | |||||
| * | | Support Conn.I.Balance.ManageCreditURI | Danielle Madeley | 2011-05-05 | 1 | -14/+29 |
| | | | |||||
| * | | Remove balance from menu when account is disconnected | Danielle Madeley | 2011-05-05 | 1 | -4/+32 |
| | | | |||||
| * | | Add a menuitem to report the account balance for each account | Danielle Madeley | 2011-05-05 | 2 | -0/+199 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a menu item for each connection that supports Conn.I.Balance, requests the current balance and then tracks further updates to the balance. TODO: - remove the menu item when the account is disconnected - implement the activated signal | ||||
| * | | Add method empathy_format_currency() | Danielle Madeley | 2011-05-05 | 2 | -0/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | This method takes a Telepathy Currency_Amount and attempts to format it using currency rules appropriate for that amount. Unfortunately I haven't yet found a good summary of currency rules, so I've mostly been guessing. The currencies structure needs completing and checking. | ||||
* | | | Merge branch 'delivery-reports-rebase' | Danielle Madeley | 2011-05-05 | 5 | -28/+208 |
|\ \ \ | |||||
| * | | | Add a tooltip to the sending message spinner | Danielle Madeley | 2011-05-05 | 1 | -6/+11 |
| | | | | |||||
| * | | | Fix broken logic that caused delivery report spinner to spin forever | Danielle Madeley | 2011-05-05 | 1 | -4/+5 |
| | | | | |||||
| * | | | [chat-window] add a spinner to the window tab for when messages are being sent | Danielle Madeley | 2011-05-05 | 1 | -0/+33 |
| | | | | |||||
| * | | | [chat] expose this property in EmpathyChat | Danielle Madeley | 2011-05-05 | 2 | -0/+46 |
| | | | | |||||
| * | | | [tp-chat] add a counter for the number of pending messages | Danielle Madeley | 2011-05-05 | 2 | -3/+84 |
| | | | | | | | | | | | | | | | | Requires delivery reports to include delivery-token. | ||||
| * | | | Use dbus-error from delivery report for better errors | Danielle Madeley | 2011-05-05 | 2 | -25/+39 |
| | | | | |||||
* | | | | fix unused-but-set-variable warnings | Marc Plano-Lesay | 2011-05-05 | 11 | -75/+5 |
| | | | | |||||
* | | | | Merge branch 'sms-support-rebase' | Danielle Madeley | 2011-05-05 | 16 | -55/+444 |
|\| | | | |/ / |/| | | |||||
| * | | Include SMSChannel property in empathy_chat_window_find_chat() | Danielle Madeley | 2011-05-05 | 3 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The approach in https://bugzilla.gnome.org/show_bug.cgi?id=644085 was wrong because channel paths can change across reconnects. This would cause new chat windows to be created when they were rerequested. A more future-proof solution would be to keep a white/black list of comparable properties, but I think this is overengineering the problem for the time being. Instead we'll just include the SMSChannel property in the comparison. | ||||
| * | | Only set the SMS button sensitive if we have SMS capability | Danielle Madeley | 2011-05-05 | 1 | -2/+63 |
| | | | |||||
| * | | contact-selector-dialog: add a selected-account property | Danielle Madeley | 2011-05-05 | 1 | -1/+24 |
| | | | |||||
| * | | Add an SMS button to the new-message dialog | Danielle Madeley | 2011-05-05 | 1 | -4/+39 |
| | | | |||||
| * | | Don't wait for SMS properties when there is no SMS support on the channel | Danielle Madeley | 2011-05-05 | 1 | -0/+3 |
| | | | |||||
| * | | Add "(SMS)" to the tab name for SMS channels | Danielle Madeley | 2011-05-05 | 1 | -1/+10 |
| | | | |||||
| * | | Change empathy_chat_get_name() from const char * -> char * | Danielle Madeley | 2011-05-05 | 3 | -19/+33 |
| | | | | | | | | | | | | | | | | | | | | | Change the name to empathy_chat_dup_name() to reflect this change. Note to reviewer: I think I've updated all the callers, but this is the commit to check carefully for new leaks :) | ||||
| * | | Add "SMS:" to the tooltip | Danielle Madeley | 2011-05-05 | 1 | -0/+4 |
| | | | |||||
| * | | Set EMPATHY_IMAGE_SMS on sms channels | Danielle Madeley | 2011-05-05 | 1 | -0/+6 |
| | | | |||||
| * | | Add sms-channel property to empathy-chat | Danielle Madeley | 2011-05-05 | 2 | -2/+46 |
| | | | |||||
| * | | Add sms-channel property to empathy-tp-chat | Danielle Madeley | 2011-05-05 | 2 | -0/+79 |
| | | | |||||
| * | | Move the code ensuring a requested sms channel to empathy-request-util | Chandni Verma | 2011-05-05 | 3 | -24/+38 |
| | | | | | | | | | | | | as empathy-dispatcher has been deleted in master | ||||
| * | | Add SMS entry to empathy-individual-menu | Danielle Madeley | 2011-05-05 | 5 | -1/+94 |
| |/ | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-05-05 | 1 | -2/+2 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-05-05 | 1 | -10/+12 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-05-05 | 1 | -27/+73 |
| | | |||||
* | | Adium: Correctly support action messages (/me) | Xavier Claessens | 2011-05-04 | 1 | -7/+15 |
| | | | | | | | | Fixes bug #649367 | ||||
* | | Adium: Fix selection of default variant | Xavier Claessens | 2011-05-04 | 2 | -53/+166 |
| | | | | | | | | | | | | | | | | | | | | For theme version >= 3, a variant CSS is mandatory. If none are set inf DefaultVariant, the first one from Variant/ should be used. For theme version <= 2, a variant CSS is optional, and by default they should not have one. If no variant is selected, fallback to main.css. This also prepare needed API to select other variants | ||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-05-04 | 1 | -275/+348 |
| | | |||||
* | | Updated Spanish translation | Daniel Mustieles | 2011-05-04 | 1 | -57/+56 |
| | | |||||
* | | empathy-chat: track chat displayed instead of channels being handled (#649273) | Guillaume Desmottes | 2011-05-03 | 2 | -42/+35 |
| | | |||||
* | | remove unused empathy_chat_manager_get_num_handled_chats() | Guillaume Desmottes | 2011-05-03 | 2 | -10/+0 |
| | | |||||
* | | Preferences: Show chat theme preview | Xavier Claessens | 2011-05-03 | 2 | -712/+965 |
| | | | | | | | | Fixes bug #541438 | ||||
* | | ThemeManager: Make sure to emit theme-changed only once when the theme changed | Xavier Claessens | 2011-05-03 | 1 | -10/+79 |
| | | | | | | | | | | Also avoid emiting the signal if it is just a variant change that can be applied on view. | ||||
* | | Adium: Also queue events when loading the page | Xavier Claessens | 2011-05-03 | 1 | -11/+21 |
| | | |||||
* | | Adium: Events must be queued until the Template.html loaded | Xavier Claessens | 2011-05-03 | 1 | -0/+7 |
| | | |||||
* | | Adium: Mark autoreply message | Xavier Claessens | 2011-05-03 | 1 | -2/+3 |
| | | |||||
* | | Adium: highlight messages starting with our name | Xavier Claessens | 2011-05-03 | 1 | -3/+3 |
| | | |||||
* | | Updated Turkish translation | Muhammet Kara | 2011-05-03 | 1 | -57/+55 |
| | | |||||
* | | Depend on stable release of glib 2.28.0 | Xavier Claessens | 2011-05-03 | 1 | -1/+1 |
| | | |||||
* | | Fix crash if contact_id is NULL when selecting its color | Xavier Claessens | 2011-05-03 | 1 | -3/+4 |
| | | |||||
* | | Adium: Temporally disable scrolling when appending backlog | Xavier Claessens | 2011-05-02 | 1 | -5/+11 |
| | | |||||
* | | Update Template.html from newest adium | Xavier Claessens | 2011-05-02 | 1 | -85/+269 |
| | | |||||
* | | coding style fix | Guillaume Desmottes | 2011-05-02 | 1 | -1/+1 |
| | | |||||
* | | POTFILES.in: add libempathy-gtk/empathy-search-bar.c | Guillaume Desmottes | 2011-05-02 | 1 | -0/+1 |
| | | |||||
* | | theme-adium: implement %senderColor% (#541632) | Guillaume Desmottes | 2011-05-02 | 1 | -2/+31 |
| | | |||||
* | | Support new themes that have only Resources/Content.html | Xavier Claessens | 2011-05-02 | 1 | -39/+81 |
| | | | | | | | | Still fallback to legacy html files if global one is missing. | ||||
* | | Fix a crash if replacement is NULL | Xavier Claessens | 2011-05-02 | 1 | -2/+2 |
| | | |||||
* | | individual_store_get_individual_status_icon_with_icon_name: look in the ↵ | Guillaume Desmottes | 2011-05-02 | 1 | -1/+6 |
| | | | | | | | | cache before creating new pixbuf | ||||
* | | main_window_flash_foreach: don't leak the pixbuf returned by ↵ | Guillaume Desmottes | 2011-05-02 | 1 | -0/+3 |
| | | | | | | | | empathy_pixbuf_from_icon_name | ||||
* | | set a not empty string when setting ↵ | Guillaume Desmottes | 2011-05-02 | 2 | -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 Desmottes | 2011-05-02 | 1 | -5/+48 |
|/ | |||||
* | Updated galician translations | Fran Diéguez | 2011-05-01 | 1 | -282/+311 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2011-04-30 | 1 | -319/+342 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2011-04-29 | 1 | -289/+316 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-04-28 | 1 | -171/+193 |
| | |||||
* | Use focus feature of adium themes | Xavier Claessens | 2011-04-27 | 4 | -6/+118 |
| | |||||
* | Add FIXMEs for things we don't implement yet from adium theme spec | Xavier Claessens | 2011-04-27 | 1 | -39/+123 |
| | | | | | This also replaces well known keywords that we don't implement yet by "", otherwise the html is broken and webkit does not render it correctly. | ||||
* | chat_window_page_switched_cb: get the child from the GTK+ signal | Guillaume Desmottes | 2011-04-27 | 1 | -12/+3 |
| | | | | We don't care about GTK+2 compatibility any more. | ||||
* | Updated Turkish translation | Muhammet Kara | 2011-04-26 | 1 | -186/+214 |
| | |||||
* | contact_list_store_chat_state_changed_cb(): tidy | Will Thompson | 2011-04-25 | 1 | -6/+4 |
| | | | | | | This doesn't fix bgo#647891, but I think it makes the loop clearer. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | ||||
* | Added UG translation | Abduxukur Abdurixit | 2011-04-25 | 1 | -195/+77 |
| | |||||
* | Updated Thai translation. | Sira Nokyoongtong | 2011-04-25 | 1 | -744/+1573 |
| | |||||
* | Added UG translation | Abduxukur Abdurixit | 2011-04-25 | 1 | -718/+845 |
| | |||||
* | account-assistant: ensure that the import widget takes all the space ↵ | Guillaume Desmottes | 2011-04-22 | 1 | -2/+2 |
| | | | | available (#648372) | ||||
* | Updated Persian translation | Arash Mousavi | 2011-04-22 | 1 | -451/+597 |
| | |||||
* | account-widget: remove all the code related to the enabled checkbox | Guillaume Desmottes | 2011-04-21 | 1 | -156/+2 |
| | |||||
* | Remove enabled toggle from account-widget | Danielle Madeley | 2011-04-21 | 1 | -0/+4 |
| | |||||
* | don't display the enable switch if account is restricted | Guillaume Desmottes | 2011-04-21 | 1 | -0/+7 |
| | |||||
* | use a GtkSwitch instead of MX switch | Guillaume Desmottes | 2011-04-21 | 1 | -10/+9 |
| | |||||
* | Add an enabled switch to the account dialog GtkInfoBar | Danielle Madeley | 2011-04-21 | 1 | -0/+63 |
| | |||||
* | location-manager: use tp_asv_* | Guillaume Desmottes | 2011-04-20 | 1 | -19/+10 |
| | |||||
* | location-manager: use the self->priv pattern | Guillaume Desmottes | 2011-04-20 | 2 | -103/+94 |
| | |||||
* | location-manager: remove useless propety getter and setter | Guillaume Desmottes | 2011-04-20 | 1 | -34/+0 |
| | |||||
* | location_manager_dispose: use tp_clear_* | Guillaume Desmottes | 2011-04-20 | 1 | -35/+6 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2011-04-20 | 1 | -159/+166 |
| | |||||
* | Merge branch 'timestamp-648188' | Guillaume Desmottes | 2011-04-20 | 20 | -493/+366 |
|\ | |||||
| * | chat_text_view_append_timestamp: use empathy_time_to_string_utc() | Guillaume Desmottes | 2011-04-19 | 1 | -5/+1 |
| | | |||||
| * | Port all timestamps from time_t to gint64 (#648188) | Guillaume Desmottes | 2011-04-19 | 14 | -96/+110 |
| | | |||||
| * | empathy-time: remove unused functions | Guillaume Desmottes | 2011-04-19 | 2 | -52/+0 |
| | | |||||
| * | empathy-message: cast timestamps to glong | Guillaume Desmottes | 2011-04-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | tp_message_get_received_timestamp() and tpl_event_get_timestamp() both return gint64 while the timestamp is stored as a glong. We need to cast it as varargs won't do it for us and not casting will result in a a sizing mismatch on 32-bit. Ideally we should stop using time_t and always use gint64 with timestamps. | ||||
| * | empathy_message_new_from_tp_message: assign priv as soon as the message is ↵ | Guillaume Desmottes | 2011-04-19 | 1 | -1/+2 |
| | | | | | | | | created | ||||
| * | use the TpChannel:chat-state-changed signal | Guillaume Desmottes | 2011-04-18 | 1 | -7/+4 |
| | | |||||
| * | use delivery report instead of Text.SendError | Guillaume Desmottes | 2011-04-18 | 1 | -25/+50 |
| | | |||||
| * | factor out handle_incoming_message() | Guillaume Desmottes | 2011-04-18 | 1 | -23/+17 |
| | | |||||
| * | empathy-message: remove useless public setters | Guillaume Desmottes | 2011-04-18 | 2 | -132/+22 |
| | | | | | | | | Also fix the GParamFlags of properties. | ||||
| * | remove empathy_message_new() | Guillaume Desmottes | 2011-04-18 | 2 | -16/+7 |
| | | |||||
| * | use tp_text_channel_send_message_async() | Guillaume Desmottes | 2011-04-18 | 3 | -30/+56 |
| | | |||||
| * | chat_send_error_cb: don't display the message if it's NULL | Guillaume Desmottes | 2011-04-18 | 1 | -3/+8 |
| | | |||||
| * | factor out empathy_message_new_from_tp_message | Guillaume Desmottes | 2011-04-18 | 3 | -68/+53 |
| | | |||||
| * | empathy-message: add missing getter/setter | Guillaume Desmottes | 2011-04-18 | 1 | -0/+18 |
| | | |||||
| * | use TpTextChannel:message-sent | Guillaume Desmottes | 2011-04-18 | 1 | -17/+15 |
| | | |||||
| * | use TpTextChannel:message-received | Guillaume Desmottes | 2011-04-18 | 1 | -27/+25 |
| | | |||||
| * | use tp_text_channel_get_pending_messages() to get the pending messages | Guillaume Desmottes | 2011-04-18 | 1 | -57/+34 |
| | | |||||
| * | empathy-tp-chat: ensure that we get a TpTextChannel | Guillaume Desmottes | 2011-04-18 | 4 | -2/+12 |
| | | |||||
* | | accounts_dialog_cms_prepare_cb: don't update the settings if we are already ↵ | Guillaume Desmottes | 2011-04-18 | 1 | -1/+3 |
| | | | | | | | | | | | | | | preparing one This may lead to ignoring the existing setting if it's a slow one to prepare (as Haze for example). (#647641) | ||||
* | | preferences: use GtkBox instead of Gtk[V,H]Box | Cosimo Cecchi | 2011-04-18 | 1 | -43/+43 |
| | | | | | | | | | | | | | | | | Use the orientation property of GtkBox to inherit the new proper packing defaults, otherwise boxes in the preferences will look all spread in the notebook height. https://bugzilla.gnome.org/show_bug.cgi?id=647904 | ||||
* | | Bug 647056 — Removing a contact causes a segfault | Philip Withnall | 2011-04-18 | 1 | -1/+0 |
|/ | | | | | | Fix a double unref which was causing segfaults when removing contacts. Closes: bgo#647056 | ||||
* | Add translation context on some strings (#646131) | Guillaume Desmottes | 2011-04-18 | 3 | -6/+10 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2011-04-18 | 1 | -218/+229 |
| | |||||
* | Merge branch 'nm-asleep-647793' | Guillaume Desmottes | 2011-04-15 | 1 | -0/+1 |
|\ | |||||
| * | connectivity: consider that network is disconnected if state is ↵ | Guillaume Desmottes | 2011-04-15 | 1 | -0/+1 |
| | | | | | | | | NM_STATE_ASLEEP (#647793) | ||||
* | | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2011-04-14 | 1 | -11/+11 |
| | | |||||
* | | po/vi.po: import from Damned Lies | Nguyễn Thái Ngọc Duy | 2011-04-14 | 1 | -500/+260 |
| | | |||||
* | | Enable audio/video capabilities if InitialAudio/Video is in the fixed props ↵ | Youness Alaoui | 2011-04-13 | 1 | -0/+7 |
|/ | | | | for StreamedMedia channels If a connection manager puts InitialAudio=TRUE or InitialVideo=TRUE in the fixed properties, empathy thinks the CM doesn't support audio/video. | ||||
* | [l10n] Updated Argonesian translation | Daniel Martinez | 2011-04-12 | 1 | -869/+1171 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2011-04-12 | 1 | -217/+226 |
| | |||||
* | ft-manager: add a 'Close' button (#646084) | Guillaume Desmottes | 2011-04-07 | 2 | -1/+21 |
| | |||||
* | factor out close_window() | Guillaume Desmottes | 2011-04-07 | 1 | -16/+22 |
| | |||||
* | Display a notification for auth events | Guillaume Desmottes | 2011-04-07 | 1 | -9/+7 |
| | | | | This makes them more visible when using the Shell (#646061). | ||||
* | Base the search bar on GtkToolbar instead of GtkHBox in order not to resize ↵ | Vitaly Minko | 2011-04-07 | 2 | -75/+119 |
| | | | | the chat window when we activate it (#614319). | ||||
* | log_manager_got_entities_cb: don't use the currently selected account | Guillaume Desmottes | 2011-04-06 | 1 | -16/+13 |
| | | | | | | As the tpl_log_manager_get_entities_async() call is async, the selected account may have changed while it's running. So we have to explicitely pass the account which was selected when we started the call (#645586). | ||||
* | emulate '/me' command if CM doesn't support Action messages (#622118) | Guillaume Desmottes | 2011-04-06 | 1 | -2/+26 |
| | |||||
* | add empathy_tp_chat_get_self_contact() | Guillaume Desmottes | 2011-04-06 | 2 | -0/+12 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=622118 | ||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2011-04-06 | 1 | -20/+21 |
| | |||||
* | Updated French Doc Translation | Bruno Brouard | 2011-04-05 | 1 | -73/+68 |
| | |||||
* | Bug 646227 — Possible overflow in persona-view:drag_data_get | Philip Withnall | 2011-04-05 | 3 | -40/+43 |
| | | | | | | | | | | | I think it was a fluke that this code worked in the first place, since it was accessing arrays with indices which were out of range, and which wouldn't have corresponded to the correct entries even if they were in range. This should fix the mapping between DND types and DND URIs/atoms in the contact list, individual and persona views. Closes: bgo#646227 | ||||
* | Revert "-Fix use of include <config.h> to make sure translations work" | Guillaume Desmottes | 2011-04-04 | 13 | -45/+5 |
| | | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that... | ||||
* | -Fix use of include <config.h> to make sure translations work | Kjartan Maraas | 2011-04-04 | 13 | -5/+45 |
| | |||||
* | Remove unnecessary code in empathy_auth_factory_constructed() | Stef Walter | 2011-04-04 | 1 | -8/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=645930 | ||||
* | remove released flag | Guillaume Desmottes | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | prepare 3.0 releaseEMPATHY_3_0_0 | Guillaume Desmottes | 2011-04-04 | 2 | -4/+51 |
| | |||||
* | Initialize matched to FALSE to stop -Wall breaking the build (and ↵ | Danilo Segan | 2011-04-04 | 1 | -1/+1 |
| | | | | | | potentially avoid a hard-to-track bug) Fixes bug #646691 | ||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2011-04-04 | 1 | -3/+10 |
| | |||||
* | Updated Turkish translation | Baris Cicek | 2011-04-04 | 1 | -1078/+2456 |
| | |||||
* | Updated Japanese translation | OKANO Takayoshi | 2011-04-04 | 1 | -679/+1041 |
| | |||||
* | [l10n] Updated German doc translation, umlauts fixed | Wolfgang Stöggl | 2011-04-04 | 1 | -386/+404 |
| | |||||
* | [l10n]Fixes on Catalan translation | Jordi Serratosa | 2011-04-04 | 1 | -30/+30 |
| | |||||
* | [l10n] Updated German translation, umlauts fixed | Wolfgang Stöggl | 2011-04-04 | 1 | -5/+5 |
| | |||||
* | l10n: Updated Greek translation for empathy | George Stefanakis | 2011-04-04 | 1 | -278/+366 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2011-04-03 | 1 | -734/+1000 |
| | |||||
* | Updated Brazilian Portuguese translation. Reviewed by Djavan Fagundes. | Rodrigo Padula de Oliveira | 2011-04-03 | 1 | -702/+958 |
| | |||||
* | Updated Spanish translation | Jorge González | 2011-04-03 | 1 | -16/+26 |
| | |||||
* | set a category on presence notifications | Guillaume Desmottes | 2011-04-02 | 3 | -5/+12 |
| | |||||
* | set a category on chat related notifications | Guillaume Desmottes | 2011-04-02 | 2 | -0/+26 |
| | | | | | That can be used by the Shell to filter out notifications it's handling itself directly (#645932). | ||||
* | set urgency hint on urgent notifications | Guillaume Desmottes | 2011-04-02 | 1 | -0/+25 |
| | | | | | This will ensure that they stay visible in the Shell and that their actions buttons are displayed as well (#645932). | ||||
* | applied patch from https://bugzilla.gnome.org/show_bug.cgi?id=645870 | Leonid Kanter | 2011-04-01 | 1 | -18/+26 |
| | |||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2011-04-01 | 1 | -412/+264 |
| | |||||
* | po/vi.po: import from Damned Lies | Nguyễn Thái Ngọc Duy | 2011-04-01 | 1 | -1192/+2355 |
| | |||||
* | Added translated German screenshots. | Hendrik Richter | 2011-04-01 | 1 | -13/+12 |
| | |||||
* | Added translated German screenshots. | Hendrik Richter | 2011-04-01 | 1 | -0/+0 |
| | |||||
* | Added translated German screenshots. | Hendrik Richter | 2011-04-01 | 1 | -0/+0 |
| | |||||
* | Updated Gujarati Translations | Sweta Kothari | 2011-04-01 | 1 | -646/+619 |
| | |||||
* | [l10n] Updated German doc translation | Mario Blättermann | 2011-04-01 | 1 | -613/+43 |
| | |||||
* | help/C/figures: Icon and screenshot updates | Shaun McCance | 2011-04-01 | 6 | -0/+0 |
| | |||||
* | Updated Serbian translation | Branko Kokanović | 2011-03-31 | 2 | -1398/+2086 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2011-03-31 | 1 | -100/+88 |
| | |||||
* | empathy_chat_window_present_chat: no need to call show_all on the window | Guillaume Desmottes | 2011-03-30 | 1 | -1/+0 |
| | | | | | | | | empathy_window_present_with_time() called later in this function will do it for us. This has the nice side effect of avoid to display the window before resizing it and do making it look bad (#638951). | ||||
* | move the Enabled translator comment just before the string | Guillaume Desmottes | 2011-03-30 | 1 | -2/+2 |
| | | | | If not, gettext doesn't find it... | ||||
* | givve translators context for the 'Unknown' string | Guillaume Desmottes | 2011-03-30 | 2 | -0/+5 |
| | |||||
* | give translators context for the 'Enabled' checkbox (#646131) | Guillaume Desmottes | 2011-03-30 | 1 | -0/+2 |
| | |||||
* | Added Slovak translation | Pavol Klačanský | 2011-03-29 | 2 | -0/+4372 |
| | |||||
* | ft-manager: make sure the scrolled window expands in the dialog height | Cosimo Cecchi | 2011-03-29 | 1 | -0/+1 |
| | | | | | | | GTK+ 3 changed some packing defaults of GtkDialog, so this needs to be done explicitly here. https://bugzilla.gnome.org/show_bug.cgi?id=646010 | ||||
* | don't format header of presence notifications (#646097) | Guillaume Desmottes | 2011-03-29 | 1 | -10/+4 |
| | | | | | | | | According to the spec [1], only the Body can be formated. Furthermore, the Shell doesn't support such formating in the header. [1] http://www.galago-project.org/specs/notification/0.9/x161.html | ||||
* | Use /org/gnome as starting path for schemas | Luca Ferretti | 2011-03-29 | 1 | -8/+8 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2011-03-29 | 1 | -527/+694 |
| | |||||
* | Updated Dutch translation by Hannie Dumoleyn | Hannie Dumoleyn | 2011-03-29 | 1 | -695/+986 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | prepare 2.91.93EMPATHY_2_91_93 | Guillaume Desmottes | 2011-03-28 | 2 | -2/+26 |
| | |||||
* | hindi updated | Rajesh Ranjan | 2011-03-28 | 1 | -1053/+2509 |
| | |||||
* | event-manager: only display incoming messages in notification | Guillaume Desmottes | 2011-03-28 | 1 | -1/+8 |
| | | | | | If not, we display outgoing ones as well if the user uses Shell's message tray to reply. | ||||
* | theme-adium: keep count of the pages loading instead of using a boolean | Guillaume Desmottes | 2011-03-28 | 1 | -4/+9 |
| | | | | | | Each time theme_adium_clear() is called, WebKit has to reload the page. If we do multi calls to clear() in a short interval, we used to think the page was loaded while it was the *old* one which was actually loaded. (#645670) | ||||
* | Added UG translation | Abduxukur Abdurixit | 2011-03-28 | 1 | -465/+626 |
| | |||||
* | Updated Lithuanian translation | Žygimantas Beručka | 2011-03-28 | 1 | -132/+232 |
| | |||||
* | Updated Tamil translation | Dr.T.Vasudevan | 2011-03-27 | 1 | -762/+701 |
| | |||||
* | Updated Bulgarian translation | Krasimir Chonov | 2011-03-26 | 1 | -344/+445 |
| | |||||
* | Update Simplified Chinese translation. | Aron Xu | 2011-03-25 | 1 | -129/+128 |
| | |||||
* | update tranlation for Punjabi by A S Alam | A S Alam | 2011-03-25 | 1 | -103/+193 |
| | |||||
* | Updated Marathi Translations | Sandeep Shedmake | 2011-03-24 | 1 | -1139/+2493 |
| | |||||
* | Calendar widget should be disabled if no contact selected (#645582) | Guillaume Desmottes | 2011-03-24 | 2 | -0/+10 |
| | |||||
* | account_chooser_filter_ready_cb: don't unref the account | Guillaume Desmottes | 2011-03-24 | 1 | -1/+0 |
| | | | | Our ref is already released in filter_result_callback_data_free (#645672). | ||||
* | chat_window_new_message_cb: check that we found the chatroom | Guillaume Desmottes | 2011-03-23 | 1 | -1/+1 |
| | | | | | There is a race, if the chatroom manager didn't parse the chatrooms list yet, this was crashing. | ||||
* | tp_chat_got_renamed_contacts_cb: use tp_clear_object() to unref priv->user | Guillaume Desmottes | 2011-03-23 | 1 | -1/+1 |
| | | | | If priv->user and old are both NULL, we used to crash. | ||||
* | remove released flag | Guillaume Desmottes | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-03-23 | 1 | -478/+637 |
| | |||||
* | prepare 2.91.92EMPATHY_2_91_92 | Guillaume Desmottes | 2011-03-23 | 2 | -3/+47 |
| | |||||
* | Merge branch 'unbreak-tests' | Stef Walter | 2011-03-23 | 1 | -11/+76 |
|\ | |||||
| * | Fix calls to empathy_tls_verifier_new() in tests. | Stef Walter | 2011-03-23 | 1 | -11/+76 |
| | | |||||
* | | Don't try to block personas that don't support blocking | Emilio Pozuelo Monfort | 2011-03-22 | 1 | -3/+8 |
|/ | |||||
* | Only add the 'extra-certificate-identities' parameter if gabble supports it. | Stef Walter | 2011-03-22 | 3 | -2/+17 |
| | |||||
* | Create GTalk accounts with extra-certificate-identities = 'talk.google.com' | Stef Walter | 2011-03-22 | 1 | -0/+7 |
| | | | | | | | When creating google talk accounts, allow 'talk.google.com' as an extra identity for server certificate validation. https://bugzilla.gnome.org/show_bug.cgi?id=645133 | ||||
* | Merge branch 'reference-identities' | Stef Walter | 2011-03-22 | 4 | -8/+89 |
|\ | | | | | | | | | Conflicts: libempathy/empathy-server-tls-handler.c | ||||
| * | Use telepathy property constants in server EmpathyServerTLSHandler | Stef Walter | 2011-03-22 | 1 | -4/+4 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=645119 | ||||
| * | Style changes from review for ReferenceIdentities code | Stef Walter | 2011-03-18 | 3 | -12/+19 |
| | | |||||
| * | Use ServerTLSConnection.ReferenceIdentities to check cert identity. | Stef Walter | 2011-03-18 | 4 | -7/+81 |
| | | | | | | | | | | | | | | | | The certificate identity can be checked against more than just one piece of information. Load and use all the reference identities to check the identity of the certificate. https://bugzilla.gnome.org/show_bug.cgi?id=645119 | ||||
| * | Free priv->hostname in EmpathyServerTlsHandler | Stef Walter | 2011-03-18 | 1 | -0/+1 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=645115 | ||||
* | | Merge branch 'stable-block-645504' | Guillaume Desmottes | 2011-03-22 | 5 | -181/+7 |
|\ \ | |||||
| * | | stop generating API for ContactBlocking | Guillaume Desmottes | 2011-03-22 | 3 | -174/+0 |
| | | | |||||
| * | | Use stable API for ContactBlocking (#645504) | Guillaume Desmottes | 2011-03-22 | 1 | -6/+6 |
| | | | |||||
| * | | depends on telepathy-glib 0.14.1 | Guillaume Desmottes | 2011-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | We need it for ContactBlocking API. | ||||
* | | | Updated Italian translation | Milo Casagrande | 2011-03-22 | 1 | -711/+971 |
| | | | |||||
* | | | accounts_dialog_add_account: ensure that the selected account is still ↵ | Guillaume Desmottes | 2011-03-22 | 1 | -1/+19 |
| | | | | | | | | | | | | visible in the treeview | ||||
* | | | accounts_dialog_model_set_selected: use select_and_scroll_to_iter | Guillaume Desmottes | 2011-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | That way we also scroll to the selected account (#643860). | ||||
* | | | factor out select_and_scroll_to_iter() | Guillaume Desmottes | 2011-03-22 | 1 | -14/+23 |
| | | | |||||
* | | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2011-03-22 | 2 | -722/+932 |
|/ / | |||||
* | | Handle new NM 0.9 states (#644412) | Dan Williams | 2011-03-22 | 1 | -0/+8 |
| | | |||||
* | | Remove user from the blocked list when readding them | Danielle Madeley | 2011-03-22 | 1 | -0/+8 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=645487 | ||||
* | | account_chooser_update_iter: don't leak the TpAccount | Guillaume Desmottes | 2011-03-22 | 1 | -0/+2 |
| | | |||||
* | | Also show an avatar when blocking from a conversation | Emilio Pozuelo Monfort | 2011-03-22 | 3 | -3/+14 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=645069 | ||||
* | | Updated Russian translation | Yuri Myasoedov | 2011-03-22 | 1 | -100/+193 |
| | | |||||
* | | Updated kn translations | Shankar Prasad | 2011-03-21 | 1 | -123/+148 |
| | | |||||
* | | Fix some races in the chatroom joining code | Sjoerd Simons | 2011-03-21 | 1 | -34/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | The auto-reconnection logic for chatrooms was a bit odd. It would for every chatroom that existed when the account manager was prepared connect once to status-changed for each account for each chatroom... Change this such that whenever an account connects, we simply get the then current list of chatrooms and auto-connect those as needed. This fixes issues when a chatroom gets removed from the manager and when the auto-connect options on a chatrooms change. | ||||
* | | Updated Portuguese translation | Duarte Loreto | 2011-03-21 | 1 | -331/+416 |
| | | |||||
* | | [l10n]Updated Catalan translation | Gil Forcada | 2011-03-21 | 1 | -299/+364 |
| | | |||||
* | | Updated Latvian translation. | Rudolfs Mazurs | 2011-03-20 | 1 | -640/+659 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-03-20 | 1 | -108/+108 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2011-03-20 | 1 | -250/+339 |
| | | |||||
* | | Update Simplified Chinese translation. | Aron Xu | 2011-03-20 | 1 | -414/+463 |
| | | |||||
* | | Updated Polish translation | Piotr Drąg | 2011-03-19 | 1 | -288/+368 |
| | | |||||
* | | Updated Indonesian translation | Dirgita | 2011-03-19 | 1 | -877/+1829 |
| | | |||||
* | | Updated Korean translation | Changwoo Ryu | 2011-03-19 | 1 | -227/+233 |
| | | |||||
* | | Updated Arabic translation | Khaled Hosny | 2011-03-19 | 1 | -255/+257 |
| | | |||||
* | | Use the right marshal file | Emilio Pozuelo Monfort | 2011-03-19 | 1 | -2/+2 |
| | | |||||
* | | Assistant: put the protocol chooser next to the label | Emilio Pozuelo Monfort | 2011-03-18 | 1 | -3/+6 |
| | | |||||
* | | Map Ctrl-Shift-F to contact search and Ctrl-F to find | Will Thompson | 2011-03-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | As discussed on <https://bugzilla.gnome.org/show_bug.cgi?id=645121>, currently Ctrl-F opens the contact search dialog, and there's no keyboard shortcut for searching within the contact list (other than just typing). The Gnome HIG handles this situation: it says that the former should be Ctrl-Shift-F and the latter should be Ctrl-F. <http://library.gnome.org/devel/hig-book/2.32/input-keyboard.html.en#standard-shortcuts> | ||||
* | | Updated kn translations | Shankar Prasad | 2011-03-18 | 1 | -1085/+2638 |
| | | |||||
* | | auth-factory: allow to handle more than one auth channel at the same time ↵ | Guillaume Desmottes | 2011-03-18 | 1 | -12/+38 |
| | | | | | | | | (#645112) | ||||
* | | auth-factory: use a proper priv pointer | Guillaume Desmottes | 2011-03-18 | 2 | -3/+4 |
| | | |||||
* | | add empathy_server_sasl_handler_get_channel() | Guillaume Desmottes | 2011-03-18 | 2 | -0/+15 |
| | |