Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo in NEWS | Guillaume Desmottes | 2010-11-08 | 1 | -1/+1 |
| | |||||
* | prepare 2.91.2 | Guillaume Desmottes | 2010-11-08 | 2 | -2/+58 |
| | |||||
* | Depend on latest GLib and GTK+ release | Guillaume Desmottes | 2010-11-08 | 1 | -2/+2 |
| | | | | | They have been API changes recently so we are not able to build with older versions. | ||||
* | Merge branch 'preset-581029' | Guillaume Desmottes | 2010-11-08 | 1 | -2/+2 |
|\ | |||||
| * | Don't use 'Preset' in the UI (#581029) | Guillaume Desmottes | 2010-10-27 | 1 | -2/+2 |
| | | |||||
* | | [l10n] Updated German doc translation, fixed some more XML errors | Mario Blättermann | 2010-11-07 | 1 | -3/+3 |
| | | |||||
* | | [l10n] Updated German doc translation, fixed some XML errors | Mario Blättermann | 2010-11-07 | 1 | -7/+7 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2010-11-05 | 1 | -236/+309 |
| | | |||||
* | | Merge branch 'contact-info-630421' | Guillaume Desmottes | 2010-11-04 | 1 | -45/+107 |
|\ \ | |||||
| * | | Add fields which are supported but not in the vCard | Guillaume Desmottes | 2010-11-03 | 1 | -0/+58 |
| | | | |||||
| * | | split filling of details_to_set and adding the widgets | Guillaume Desmottes | 2010-11-03 | 1 | -13/+20 |
| | | | | | | | | | | | | This will allow us to add supported fields which are not set in the vCard. | ||||
| * | | contact_widget_details_update_edit: iterate over the fields returned by ↵ | Guillaume Desmottes | 2010-11-03 | 1 | -62/+11 |
| | | | | | | | | | | | | tp_contact_get_contact_info() | ||||
| * | | log an error if SetContactInfo() fails | Guillaume Desmottes | 2010-11-03 | 1 | -1/+19 |
| | | | |||||
| * | | field_value_is_empty: check that all the values are empty | Guillaume Desmottes | 2010-11-03 | 1 | -1/+10 |
| | | | |||||
| * | | field_spec_match_field: check that parameters are matching as well (#630421) | Guillaume Desmottes | 2010-11-03 | 1 | -1/+15 |
| | | | |||||
| * | | factor out field_spec_match_field() | Guillaume Desmottes | 2010-11-03 | 1 | -1/+8 |
| | | | |||||
* | | | Updated Crimean Tatar (Crimean Turkish) translation | Reşat SABIQ | 2010-11-04 | 1 | -756/+1275 |
| | | | |||||
* | | | Updated Spanish translation | Daniel Mustieles | 2010-11-04 | 1 | -18/+20 |
| | | | |||||
* | | | Always set up the call factory in empathy-av. | Travis Reitter | 2010-11-04 | 1 | -3/+6 |
| | | | |||||
* | | | Merge branch 'av-crash-633816' | Guillaume Desmottes | 2010-11-03 | 1 | -3/+4 |
|\ \ \ | |||||
| * | | | Don't destroy the call factory right away (#633816) | Guillaume Desmottes | 2010-11-02 | 1 | -3/+4 |
| |/ / | |||||
* | | | fix syntax error | Guillaume Desmottes | 2010-11-03 | 1 | -2/+3 |
| | | | |||||
* | | | Updated Hebrew translation. | Yaron Shahrabani | 2010-11-03 | 1 | -8/+7 |
| | | | |||||
* | | | Reword subscription request dialog to be less technical | Alex Launi | 2010-11-03 | 1 | -2/+2 |
| | | | |||||
* | | | Updated Hebrew translation. | Yaron Shahrabani | 2010-11-03 | 1 | -36/+39 |
| | | | |||||
* | | | Updated Spanish translation | Jorge González | 2010-11-02 | 1 | -37/+40 |
|/ / | |||||
* | | Escape URL itself along with the title (#616339) | Vitaly Minko | 2010-11-02 | 1 | -7/+11 |
| | | |||||
* | | Merge remote branch 'vminko/fix-609942' | Guillaume Desmottes | 2010-11-02 | 2 | -7/+11 |
|\ \ | |||||
| * | | String parser is changed in order not to break URLs at apostrophes. | Vitaly Minko | 2010-11-01 | 2 | -7/+11 |
| | | | |||||
* | | | improve hash mismatch error (#632926) | Guillaume Desmottes | 2010-11-02 | 1 | -2/+1 |
|/ / | |||||
* | | empathy: use the proper exit status | Travis Reitter | 2010-10-30 | 1 | -2/+4 |
| | | |||||
* | | empathy-debugger: use the proper exit status | Travis Reitter | 2010-10-30 | 1 | -2/+4 |
| | | |||||
* | | empathy-chat: use the proper exit status | Travis Reitter | 2010-10-30 | 1 | -2/+3 |
| | | |||||
* | | empathy-av: use the proper exit status | Travis Reitter | 2010-10-30 | 1 | -2/+3 |
| | | |||||
* | | empathy-accounts: use the proper exit status | Travis Reitter | 2010-10-30 | 1 | -2/+3 |
| | | |||||
* | | Make the chat program not exit after 60 seconds. | Travis Reitter | 2010-10-30 | 1 | -42/+17 |
| | | | | | | | | | | | | | | We were mis-handling the GApplication holds, which let it time-out, even if a chat window was open. Helps bgo#632912. | ||||
* | | Make the core empathy a command-line GApplication. | Travis Reitter | 2010-10-30 | 1 | -46/+88 |
| | | | | | | | | Helps bgo#632912. | ||||
* | | Make empathy-accounts use act as a "command-line" GApplication | Travis Reitter | 2010-10-30 | 1 | -21/+60 |
| | | | | | | | | Helps bgo#632912. | ||||
* | | Relocate static function to eliminate prototype. | Travis Reitter | 2010-10-30 | 1 | -21/+15 |
| | | |||||
* | | Don't try to register for unique bus names in remote instances of empathy-av. | Travis Reitter | 2010-10-30 | 1 | -15/+16 |
| | | |||||
* | | Properly handle remote instances of empathy-av. | Travis Reitter | 2010-10-30 | 1 | -43/+20 |
| | | | | | | | | | | | | Also cut out unncessary window counting that GApplication does for us. Fixes bgo#632912. | ||||
* | | Properly handle remote instances of the accounts dialog. | Travis Reitter | 2010-10-30 | 1 | -3/+4 |
| | | | | | | | | Helps bgo#632912. | ||||
* | | Properly handle remote instances of the debugger. | Travis Reitter | 2010-10-30 | 1 | -7/+21 |
| | | | | | | | | Helps bgo#632912. | ||||
* | | Don't try to register for unique bus names in remote instances of Empathy. | Travis Reitter | 2010-10-30 | 1 | -45/+56 |
| | | | | | | | | | | | | | | | | This means, that remote (secondary) instances of Empathy won't try to hold the Chat or FT bus names (which will always fail. It also means that remote instances don't try to hold the GApplication (though they would release it upon exit anyhow). | ||||
* | | Cut out unnecessary empathy_app_new(). | Travis Reitter | 2010-10-30 | 1 | -27/+3 |
| | | |||||
* | | Make the Empathy core program act as a unique app. | Travis Reitter | 2010-10-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | This means that instances beyond the first simply raise the initial instance and exit. Helps bgo#632912. | ||||
* | | Merge branch 'muc-crash-633329' | Guillaume Desmottes | 2010-10-29 | 2 | -14/+24 |
|\ \ | |||||
| * | | chat-manager: keep a ref on the chatroom mgr | Guillaume Desmottes | 2010-10-28 | 1 | -12/+19 |
| | | | | | | | | | | | | This avoid to recreate one each time we need it. | ||||
| * | | chatroom-manager: ensure that we stay alive while preparing the AM | Guillaume Desmottes | 2010-10-28 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | This manager uses to be always alive but that's not longer tree since we splitted the chat client (#633329). | ||||
* | | | Allow to drop contacts on the group names (#619961) | Vitaly Minko | 2010-10-28 | 1 | -1/+1 |
| | | | |||||
* | | | Merge remote branch 'vminko/fix-612205-v2' | Guillaume Desmottes | 2010-10-28 | 1 | -0/+25 |
|\ \ \ | |||||
| * | | | Copy topic selection manually since Ctrl-C is bound to the menu item. | Vitaly Minko | 2010-10-28 | 1 | -0/+25 |
| |/ / | |||||
* | | | rename timeout_id to auto_scroll_timeout_id | Guillaume Desmottes | 2010-10-28 | 1 | -5/+5 |
| | | | |||||
* | | | move AutoScrollData to priv | Guillaume Desmottes | 2010-10-28 | 1 | -21/+19 |
| | | | |||||
* | | | Use GTK3 API | Guillaume Desmottes | 2010-10-28 | 1 | -6/+10 |
| | | | |||||
* | | | Add auto scrolling when drag-and-dropping contacts (#619858). | Vitaly Minko | 2010-10-28 | 1 | -0/+54 |
|/ / | |||||
* | | Fix the subtitution for the libexecdir path in the Chat service file. | Travis Reitter | 2010-10-28 | 1 | -1/+1 |
| | | |||||
* | | Update Simplified Chinese translation. | Aron Xu | 2010-10-28 | 1 | -471/+533 |
| | | |||||
* | | empathy-chat is installed in libexecdir | Guillaume Desmottes | 2010-10-27 | 1 | -1/+1 |
|/ | |||||
* | Updated Spanish translation | Jorge González | 2010-10-26 | 1 | -19/+22 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-10-26 | 1 | -21/+22 |
| | |||||
* | empathy-account: change Salut -> People Nearby | Francisca Gallardo | 2010-10-26 | 1 | -1/+1 |
| | | | | | | | | Changed error message "Don't display any dialogs if there are any non-Salut accounts" to "Don't display any dialogs unless there are only 'People Nearby' accounts" https://bugzilla.gnome.org/show_bug.cgi?id=628823 | ||||
* | Merge remote branch 'vminko/fix-573283' | Guillaume Desmottes | 2010-10-25 | 1 | -3/+13 |
|\ | |||||
| * | Fixing incorrect indentation. | Vitaly Minko | 2010-10-25 | 1 | -4/+4 |
| | | |||||
| * | Disable meaningless popup menu items in the contact menu (#573283). | Vitaly Minko | 2010-10-23 | 1 | -3/+13 |
| | | |||||
* | | src/Makefile.am: add $(NULL) | Guillaume Desmottes | 2010-10-25 | 1 | -3/+6 |
| | | |||||
* | | coding style fix | Guillaume Desmottes | 2010-10-25 | 1 | -8/+11 |
| | | |||||
* | | empathy.c: stop instantiating the chat manager | Guillaume Desmottes | 2010-10-25 | 1 | -6/+0 |
| | | |||||
* | | Create 'empathy-chat' handling text channels (#631946) | Guillaume Desmottes | 2010-10-25 | 3 | -1/+184 |
| | | |||||
* | | chat-manager: add API to track the number of handled chats | Guillaume Desmottes | 2010-10-25 | 2 | -0/+63 |
| | | |||||
* | | chat-manager: make clear that we are dealing with *closed* chats | Guillaume Desmottes | 2010-10-25 | 3 | -22/+23 |
| | | |||||
* | | rename the chat handler to Empathy.Chat | Guillaume Desmottes | 2010-10-25 | 6 | -8/+8 |
| | | |||||
* | | idle.h: we have to include account from tp-glib | Guillaume Desmottes | 2010-10-25 | 1 | -0/+1 |
| | | |||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2010-10-23 | 1 | -61/+75 |
| | | |||||
* | | Updated Catalan (Valencian) translation | Carles Ferrando | 2010-10-23 | 1 | -742/+1251 |
|/ | |||||
* | Updated Spanish translation | Jorge González | 2010-10-22 | 1 | -61/+75 |
| | |||||
* | Merge remote branch 'vminko/fix-625780' | Guillaume Desmottes | 2010-10-22 | 1 | -15/+15 |
|\ | |||||
| * | Return existing default chat window when it's hidden, just restore it in ↵ | Vitaly Minko | 2010-10-21 | 1 | -15/+15 |
| | | | | | | | | this case (#625780). | ||||
* | | empathy.c: call g_application_hold() on the app | Guillaume Desmottes | 2010-10-22 | 1 | -0/+1 |
| | | |||||
* | | GApplication is not a initable anymore | Guillaume Desmottes | 2010-10-22 | 1 | -6/+2 |
| | | |||||
* | | gtk_text_view_get_vadjustment() has been removed | Guillaume Desmottes | 2010-10-22 | 1 | -3/+3 |
| | | |||||
* | | add a new popup-menu item in the chat window allowing to add words to ↵ | Vitaly Minko | 2010-10-22 | 3 | -2/+165 |
| | | | | | | | | dictionaries (#550775). | ||||
* | | Port the a/v app to new G/tkApplication. | Travis Reitter | 2010-10-22 | 1 | -22/+19 |
| | | | | | | | | Fixes bgo#632846. | ||||
* | | Port the accounts dialog to new G/tkApplication. | Travis Reitter | 2010-10-22 | 1 | -5/+7 |
| | | | | | | | | Helps bgo#632846. | ||||
* | | Port the debugger to new G/tkApplication. | Travis Reitter | 2010-10-22 | 1 | -2/+5 |
| | | | | | | | | Helps bgo#632846. | ||||
* | | Port core Empathy to new G/tkApplication. | Travis Reitter | 2010-10-22 | 1 | -5/+4 |
|/ | | | | Helps bgo#632846. | ||||
* | Updated Spanish translation | Jorge González | 2010-10-21 | 1 | -9/+8 |
| | |||||
* | Don't assume account will exist when accessing storage restrictions | Danielle Madeley | 2010-10-21 | 1 | -5/+9 |
| | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=632681 | ||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-10-21 | 1 | -120/+154 |
| | |||||
* | Updated Japanese translation | Takayuki KUSANO | 2010-10-20 | 1 | -147/+148 |
| | |||||
* | Updated comments translations | Gabor Kelemen | 2010-10-20 | 1 | -7/+22 |
| | |||||
* | Merge branch 'kill-dispatcher-632550' | Guillaume Desmottes | 2010-10-20 | 6 | -211/+101 |
|\ | |||||
| * | use tp_asv_* and TP_PROP_* | Guillaume Desmottes | 2010-10-20 | 1 | -47/+23 |
| | | |||||
| * | remove empathy_dispatcher_find_requestable_channel_classes_async (#632550) | Guillaume Desmottes | 2010-10-20 | 2 | -130/+0 |
| | | |||||
| * | no more need to iterate twice over the channel classes | Guillaume Desmottes | 2010-10-20 | 1 | -41/+33 |
| | | |||||
| * | empathy-ft-handler: re-implement ↵ | Guillaume Desmottes | 2010-10-20 | 1 | -6/+50 |
| | | | | | | | | empathy_dispatcher_find_requestable_channel_classes_async using TpCapabilities | ||||
| * | tp-chat: stop using EmpathyDispatcher to check if Conference is supported | Guillaume Desmottes | 2010-10-20 | 1 | -12/+12 |
| | | |||||
| * | Ensure that the connection of the account passed to EmpathyTpChat has ↵ | Guillaume Desmottes | 2010-10-20 | 2 | -2/+10 |
| | | | | | | | | capabilities ready | ||||
* | | Updated galician translations and help | Fran Diéguez | 2010-10-20 | 2 | -133/+253 |
| | | |||||
* | | [help] Fix XML validity of French translation | Claude Paroz | 2010-10-20 | 1 | -1/+1 |
|/ | |||||
* | Port to libnotify 0.7.0 | William Jon McCann | 2010-10-19 | 3 | -4/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=631944 | ||||
* | Updated Spanish translation | Jorge González | 2010-10-19 | 1 | -63/+67 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | prepare 2.91.1EMPATHY_2_91_1 | Guillaume Desmottes | 2010-10-18 | 2 | -2/+50 |
| | |||||
* | release.py: update last_tag_pattern | Guillaume Desmottes | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | move the 'Find in contact list' menu item | Guillaume Desmottes | 2010-10-18 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'vminko/fix-632024-v2' | Guillaume Desmottes | 2010-10-18 | 4 | -4/+34 |
|\ | |||||
| * | Move the 'Find in Contact List' item from the View menu to the Edit menu. | Vitaly Minko | 2010-10-18 | 2 | -9/+9 |
| | | |||||
| * | Add an entry in the View menu to search for contacts (#632024). | Vitaly Minko | 2010-10-18 | 4 | -4/+34 |
| | | |||||
* | | individual-widget: set xalign on the status message (#632434) | Guillaume Desmottes | 2010-10-18 | 1 | -0/+1 |
| | | | | | | | | Seems the default changed in GTK3. | ||||
* | | Merge branch 'no-notif-632422' | Guillaume Desmottes | 2010-10-18 | 1 | -1/+1 |
|\ \ | |||||
| * | | empathy_notify_manager_notification_is_enabled: properly check the ↵ | Guillaume Desmottes | 2010-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | EMPATHY_PREFS_NOTIFICATIONS_DISABLED_AWAY preference If this key is set, that means we do NOT want the notification when being away/busy. | ||||
* | | | Updated Spanish translation | Jorge González | 2010-10-18 | 1 | -69/+83 |
|/ / | |||||
* | | empathy-av: use GtkApplication (#621339) | Guillaume Desmottes | 2010-10-18 | 1 | -1/+7 |
| | | |||||
* | | empathy-debugger: use GtkApplication (#621339) | Guillaume Desmottes | 2010-10-18 | 1 | -2/+7 |
| | | |||||
* | | define EMPATHY_DBUS_NAME | Guillaume Desmottes | 2010-10-18 | 1 | -1/+3 |
| | | |||||
* | | stop linking on libunique | Guillaume Desmottes | 2010-10-18 | 2 | -6/+0 |
| | | |||||
* | | empathy-accounts-common: no need to include unique | Guillaume Desmottes | 2010-10-18 | 1 | -1/+0 |
| | | |||||
* | | empathy-accounts: port to GtkApplication (#621339) | Guillaume Desmottes | 2010-10-18 | 1 | -41/+12 |
| | | |||||
* | | Use GtkApplication::activated instead of libunique | Guillaume Desmottes | 2010-10-18 | 1 | -54/+21 |
| | | | | | | | | | | Also use empathy_window_present() to present the existing window as it does what we need. | ||||
* | | EmpathyApp: inherit from GtkApplication (#621339) | Guillaume Desmottes | 2010-10-18 | 1 | -7/+28 |
| | | |||||
* | | Create a EmpathyApp object | Guillaume Desmottes | 2010-10-18 | 1 | -147/+271 |
| | | |||||
* | | Port empathy-debug-window to GtkComboBoxText | Danielle Madeley | 2010-10-18 | 1 | -2/+2 |
| | | |||||
* | | Port empathy-account-assistant to GtkComboBoxText | Danielle Madeley | 2010-10-18 | 1 | -2/+2 |
| | | |||||
* | | Port empathy-status-preset-dialog to GtkComboBox | Danielle Madeley | 2010-10-18 | 3 | -4/+5 |
| | | |||||
* | | Port empathy-presence-chooser to GtkComboBox | Danielle Madeley | 2010-10-18 | 2 | -9/+21 |
| | | |||||
* | | Bump GTK+ requirement to 2.91.1 | Danielle Madeley | 2010-10-18 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'external-accounts' | Danielle Madeley | 2010-10-18 | 3 | -29/+155 |
|\ \ | |||||
| * | | Bump required tp-glib version to 0.13.1.1 | Danielle Madeley | 2010-10-11 | 1 | -1/+1 |
| | | | |||||
| * | | Access Account.I.Storage properties via TpAccount | Danielle Madeley | 2010-10-08 | 2 | -37/+45 |
| | | | |||||
| * | | Revert changes to empathy-account-settings | Danielle Madeley | 2010-10-08 | 2 | -102/+0 |
| | | | |||||
| * | | Support Account.Interface.Storage | Danielle Madeley | 2010-10-08 | 4 | -26/+246 |
| | | | | | | | | | | | | Also support org.moblin.libsocialweb for Meego | ||||
* | | | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-10-17 | 1 | -44/+56 |
| | | | |||||
* | | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-10-16 | 1 | -399/+416 |
| | | | |||||
* | | | Retain the ContactManager for the lifetime of the main window. | Travis Reitter | 2010-10-16 | 1 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | The ContactManager doesn't cleanly disconnect its signals when it's finalized (or initialized), so we need to retain it for the lifetime of the main window to avoid segfaults. It's not worth fixing the ContactManager, since we're planning to remove it. | ||||
* | | | Remove obsolete ContactManager from IndividualManager. | Travis Reitter | 2010-10-16 | 1 | -5/+0 |
| | | | | | | | | | | | | Helps bgo#625969. | ||||
* | | | Cut obsolete IndividualManagerFlags. | Travis Reitter | 2010-10-16 | 2 | -43/+0 |
| | | | | | | | | | | | | Helps bgo#625969. | ||||
* | | | Add missing #include. | Travis Reitter | 2010-10-16 | 1 | -0/+1 |
| | | | |||||
* | | | Use Folks to check if a TpConnection can alias and group personas. | Travis Reitter | 2010-10-16 | 3 | -5/+32 |
| | | | | | | | | | | | | Helps bgo#625969. | ||||
* | | | Use Folks to check if a TpConnection can add personas. | Travis Reitter | 2010-10-16 | 3 | -2/+56 |
| | | | | | | | | | | | | Helps bgo#625969. | ||||
* | | | Use Folks to check the ability to remove Individuals in the store & view. | Travis Reitter | 2010-10-16 | 5 | -44/+27 |
| |/ |/| | | | | | Helps bgo#625969. | ||||
* | | Updated Slovenian translation | Andrej Žnidaršič | 2010-10-16 | 1 | -12/+12 |
| | | |||||
* | | Updated Slovenian translation | Andrej Žnidaršič | 2010-10-16 | 1 | -482/+527 |
| | | |||||
* | | help/.gitignore: ignore sl generated files | Guillaume Desmottes | 2010-10-15 | 1 | -0/+2 |
| | | |||||
* | | help/.gitignore: sort | Guillaume Desmottes | 2010-10-15 | 1 | -2/+2 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-10-15 | 1 | -26/+44 |
| | | |||||
* | | Separate spelling suggestions in one sub-menu per language (#532832) | Vitaly Minko | 2010-10-15 | 4 | -82/+138 |
| | | |||||
* | | A modal dialog to warn the user if account manager could not be contacted | Chandni Verma | 2010-10-15 | 1 | -0/+14 |
| | | | | | | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=594576 Reviewed-by: Danielle Madeley <danielle.madeley@collabora.co.uk> | ||||
* | | Added sl for Slovenian translation | Matej Urbančič | 2010-10-15 | 1 | -1/+1 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2010-10-15 | 1 | -30/+30 |
| | | |||||
* | | Added Slovenian translation | Matej Urbančič | 2010-10-15 | 1 | -0/+2267 |
| | | |||||
* | | Check format of some user names (#629261) | Vitaly Minko | 2010-10-14 | 3 | -22/+205 |
| | | |||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2010-10-14 | 1 | -51/+52 |
| | | |||||
* | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2010-10-13 | 2 | -669/+743 |
| | | |||||
* | | updating translation for Punjabi | A S Alam | 2010-10-13 | 1 | -357/+380 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-10-13 | 1 | -16/+3 |
| | | |||||
* | | enable imported Pidgin accounts if needed (#594145) | Vitaly Minko | 2010-10-11 | 4 | -5/+62 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-10-11 | 1 | -191/+203 |
| | | |||||
* | | Updated Galician translations | Fran Diéguez | 2010-10-11 | 1 | -348/+358 |
| | | |||||
* | | Merge branch 'gcr-trivia-631657' | Danielle Madeley | 2010-10-11 | 1 | -15/+23 |
|\ \ | |||||
| * | | Force the GcrCertificateWidget to be at least 150 pixels high | Danielle Madeley | 2010-10-11 | 1 | -0/+7 |
| | | | |||||
| * | | Remove formatting line breaks from translatable strings. | Danielle Madeley | 2010-10-11 | 1 | -13/+14 |
| | | | | | | | | | | | | | | | Add extra line breaks. Add punctuation to translatable strings. | ||||
| * | | Fix Empathy to build with gcr-3 | Danielle Madeley | 2010-10-08 | 1 | -2/+2 |
| |/ | | | | | | | Closes https://bugzilla.gnome.org/show_bug.cgi?id=631657 | ||||
* | | Updated Catalan translation | Gil Forcada | 2010-10-11 | 1 | -738/+1194 |
| | | |||||
* | | Updated Korean translation | Changwoo Ryu | 2010-10-09 | 1 | -749/+1245 |
|/ | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-10-06 | 1 | -610/+459 |
| | |||||
* | main-window: elipsize "No match found" message | Guillaume Desmottes | 2010-10-06 | 1 | -0/+3 |
| | | | | This avoid to enlarge the contact list when displaying it (#631455). | ||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-10-06 | 1 | -297/+304 |
| | |||||
* | Update for changes to GTK 3 API. | Travis Reitter | 2010-10-05 | 3 | -23/+23 |
| | |||||
* | Don't bother fetching contact avatar details, since we already do that in Folks. | Travis Reitter | 2010-10-05 | 1 | -2/+0 |
| | |||||
* | Port Empathy to use FolksAliasable and FolksGroupable | Philip Withnall | 2010-10-05 | 11 | -59/+61 |
| | | | | | FolksAliasable is the new name for FolksAlias, and FolksGroupable is the new name for FolksGroups. | ||||
* | remove released flag | Guillaume Desmottes | 2010-10-04 | 1 | -1/+1 |
| | |||||
* | prepare 2.91.0 releaseEMPATHY_2_91_0 | Guillaume Desmottes | 2010-10-04 | 2 | -3/+30 |
| | |||||
* | Bump required version of libcanberra and Webkit | Guillaume Desmottes | 2010-10-04 | 1 | -2/+2 |
| | | | | | We now depends on the GTK+-3 flavour of those libs. Best to depend on the version which introduced the new pc file to make things clearer to packagers. | ||||
* | Depends on latest GTK3 release | Guillaume Desmottes | 2010-10-04 | 1 | -1/+1 |
| | | | | We already depends on it as we ported Empathy to latest API changes. | ||||
* | release.py: update last_tag_pattern | Guillaume Desmottes | 2010-10-04 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'sjoerd/master' | Guillaume Desmottes | 2010-10-04 | 0 | -0/+0 |
|\ | |||||
| * | Set the ptime multiple for PCM codecs to 20ms, needed for interop with some ↵ | Sjoerd Simons | 2010-09-21 | 1 | -0/+6 |
| | | | | | | | | SIP phones | ||||
* | | Don't ignore the CA certificate if it's the only one in the chain | Cosimo Cecchi | 2010-10-04 | 1 | -1/+4 |
| | | | | | | | | | | This avoids auth-client crashes for servers which provide only a self-signed CA as TLS certificate on connect (#631095). | ||||
* | | Always show icons for meta-contacts in context menu | Vincent Untz | 2010-10-04 | 1 | -0/+2 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=631098 | ||||
* | | remove deprecated FIXME | Guillaume Desmottes | 2010-10-04 | 1 | -1/+0 |
| | | |||||
* | | chat-window: port to new GtkNotebook API | Guillaume Desmottes | 2010-10-04 | 1 | -4/+7 |
| | | |||||
* | | call-window: remove GTK2 compat code | Guillaume Desmottes | 2010-10-04 | 1 | -9/+0 |
| | | |||||
* | | remove has-separator property from XML files | Guillaume Desmottes | 2010-10-04 | 4 | -4/+0 |
| | | | | | | | | It has been removed from GtkDialog | ||||
* | | don't set has-window on the spinner | Guillaume Desmottes | 2010-10-04 | 1 | -1/+0 |
| | | | | | | | | There is no reason to and that makes GTK assert. | ||||
* | | empathy-video-widget: port to new GTK+3 API | Guillaume Desmottes | 2010-10-04 | 1 | -9/+13 |
| | | |||||
* | | remove EmpathyKludgeLabel | Guillaume Desmottes | 2010-10-04 | 5 | -153/+2 |
| | | | | | | | | It shouldn't be needed any more with GTK-3. | ||||
* | | Import latest version of ev-sidebar from totem | Guillaume Desmottes | 2010-10-04 | 6 | -708/+434 |
| | | | | | | | | | | This one builds fine with GTK-3. Also, stop renamespacing it so it's easier to update it. | ||||
* | | empathy_window_iconify: use gdk_window_get_display() | Guillaume Desmottes | 2010-10-04 | 1 | -1/+1 |
| | | |||||
* | | about-dialog: gtk_about_dialog_set_url_hook has been removed | Guillaume Desmottes | 2010-10-04 | 1 | -14/+0 |
| | | |||||
* | | individual-linker: no more need to implement size_request | Guillaume Desmottes | 2010-10-04 | 1 | -26/+0 |
| | | |||||
* | | no more need to implement chat_size_request | Guillaume Desmottes | 2010-10-04 | 1 | -24/+0 |
| | | |||||
* | | no more need to implement empathy_search_bar_size_request | Guillaume Desmottes | 2010-10-04 | 1 | -22/+0 |
| | | | | | | | | GtkBin is smarter now and does it for us. | ||||
* | | cell_renderer_text_render: update to new API | Guillaume Desmottes | 2010-10-04 | 1 | -10/+8 |
| | | |||||
* | | empathy_cell_renderer_expander_render: update to new API | Guillaume Desmottes | 2010-10-04 | 1 | -11/+9 |
| | | |||||
* | | cell_renderer_activatable_render: update to new API | Guillaume Desmottes | 2010-10-04 | 1 | -8/+7 |
| | | |||||
* | | use gdk_error_trap_pop_ignored() instead of gdk_error_trap_pop() | Guillaume Desmottes | 2010-10-04 | 1 | -1/+1 |
| | | | | | | | | We actually ignore the return value. | ||||
* | | GDK keys are now GDK_KEY_* | Guillaume Desmottes | 2010-10-04 | 12 | -27/+27 |
| | | |||||
* | | Stop using GtkObject (#630685) | Matthias Clasen | 2010-10-04 | 2 | -7/+5 |
| | | |||||
* | | hard depend on GTK3 (#623925) | Guillaume Desmottes | 2010-10-04 | 1 | -87/+25 |
| | | |||||
* | | Set the ptime multiple for PCM codecs to 20ms, needed for interop with some ↵ | Sjoerd Simons | 2010-10-02 | 1 | -0/+6 |
| | | | | | | | | SIP phones | ||||
* | | [l10n] Updated help Italian translation | Milo Casagrande | 2010-10-02 | 1 | -204/+442 |
| | | |||||
* | | [help] Removed SIP provider link, fixes bug #631049 | Milo Casagrande | 2010-10-02 | 1 | -4/+1 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2010-10-01 | 1 | -157/+299 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-10-01 | 1 | -235/+245 |
| | | |||||
* | | remove 'import-asked' gsettings key | Guillaume Desmottes | 2010-10-01 | 3 | -7/+0 |
| | | |||||
* | | accounts-dialog: stop displaying the import dialog automatically (#631080) | Guillaume Desmottes | 2010-10-01 | 1 | -19/+0 |
| | | | | | | | | | | User had seen the nice assistant before so he already imported his account if he wanted to. | ||||
* | | empathy_account_settings_set_*: check arguments | Guillaume Desmottes | 2010-10-01 | 1 | -0/+20 |
| | | |||||
* | | Move the 'Clear' menu option in the chat window right-click context menu to ↵ | Bilal Akhtar | 2010-10-01 | 1 | -2/+2 |
| | | | | | | | | the last place. (#629544) | ||||
* | | l10n: Updated Greek translation for empathy help | Michael Kotsarinis | 2010-10-01 | 1 | -107/+235 |
| | | |||||
* | | l10n: Updated Greek translation for empathy | Simos Xenitellis | 2010-09-30 | 1 | -270/+458 |
| | | |||||
* | | coding style fixes | Guillaume Desmottes | 2010-09-30 | 1 | -2/+2 |
| | | |||||
* | | add empathy-protocol-chooser.c to POTFILES.in | Guillaume Desmottes | 2010-09-30 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'conference-tp-glib-630709' | Guillaume Desmottes | 2010-09-29 | 5 | -644/+7 |
|\ \ | |||||
| * | | use TP_PROP_* | Guillaume Desmottes | 2010-09-29 | 1 | -5/+5 |
| | | | |||||
| * | | Stop generating Conference API | Guillaume Desmottes | 2010-09-29 | 3 | -637/+0 |
| | | | |||||
| * | | use tp-glib API for Conference (#630709) | Guillaume Desmottes | 2010-09-29 | 1 | -4/+4 |
| | | | |||||
| * | | bump tp-glib dep to 0.11.16 | Guillaume Desmottes | 2010-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Conference API is generated since this version. | ||||
* | | | Updated Lithuanian translation | Žygimantas Beručka | 2010-09-29 | 1 | -193/+132 |
| | | | |||||
* | | | Fix a typo | Gabor Kelemen | 2010-09-29 | 1 | -1/+1 |
| | | | |||||
* | | | [i18n] Updated German translation | Mario Blättermann | 2010-09-29 | 1 | -182/+179 |
|/ / | |||||
* | | Update version | Guillaume Desmottes | 2010-09-29 | 1 | -2/+2 |
| | | | | | | | | Next release will be 2.91.0 so let's be 2.90.99 for now. | ||||
* | | use gettext() instead of _() | Guillaume Desmottes | 2010-09-29 | 1 | -2/+2 |
| | | |||||
* | | allow to translate 'Google Talk' | Guillaume Desmottes | 2010-09-29 | 1 | -1/+1 |
| | | | | | | | | We allow to translate 'Facebook Chat' so best stay coherent. | ||||
* | | Allow to set the Service of newly created account (#629734) | Guillaume Desmottes | 2010-09-29 | 4 | -2/+38 |
| | | |||||
* | | factor out empathy_protocol_chooser_create_account_settings() | Guillaume Desmottes | 2010-09-29 | 4 | -114/+68 |
| | | | | | | | | No need to keep this code duplicated. | ||||
* | | Add empathy_service_name_to_display_name() | Guillaume Desmottes | 2010-09-29 | 5 | -27/+44 |
| | | | | | | | | | | Also makes empathy_protocol_name_to_display_name() fallbacks to the protocol name so caller doesn't have to. | ||||
* | | protocol-chooser: expose a 'service' string instead of boolean for facebook ↵ | Guillaume Desmottes | 2010-09-29 | 4 | -53/+57 |
| | | | | | | | | and gtalk | ||||
* | | tp-roomlist: use TpAccountChannelRequest to create the channel | Guillaume Desmottes | 2010-09-29 | 1 | -43/+33 |
| | | |||||
* | | Avoid to completely hide the last saved window when creating a new one | Guillaume Desmottes | 2010-09-29 | 1 | -0/+10 |
| | | |||||
* | | chat-window: remember the geometry of the last saved window | Guillaume Desmottes | 2010-09-29 | 1 | -3/+10 |
| | | | | | | | | This way new chat window have this geometry rather than the default one. | ||||
* | | geometry: add suport for binding a window more than once | Guillaume Desmottes | 2010-09-29 | 2 | -33/+75 |
| | | |||||
* | | geometry: no need to export _load and _save | Guillaume Desmottes | 2010-09-29 | 2 | -8/+2 |
| | | |||||
* | | chat-window: most of the functions can be static | Guillaume Desmottes | 2010-09-29 | 2 | -53/+51 |
| | | |||||
* | | Add context on "Select" strings (#629707) | Guillaume Desmottes | 2010-09-29 | 2 | -2/+4 |
| | | |||||
* | | fix typo | Guillaume Desmottes | 2010-09-29 | 1 | -1/+1 |
| | | |||||
* | | field_value_is_empty: if the first element is not NULL field is not empty | Guillaume Desmottes | 2010-09-29 | 1 | -1/+1 |
| | | |||||
* | | factor out field_value_is_empty() | Guillaume Desmottes | 2010-09-29 | 1 | -1/+10 |
| | | |||||
* | | add debug output | Guillaume Desmottes | 2010-09-29 | 1 | -0/+3 |
| | | |||||
* | | Add unsupported contact fields to details_to_set (#630427) | Guillaume Desmottes | 2010-09-29 | 1 | -6/+17 |
| | | | | | | | | This avoid to loss unsupported fields when closing the dialog. | ||||
* | | Use tp_contact_info_field_copy() instead of creating a new field if found | Guillaume Desmottes | 2010-09-29 | 1 | -6/+12 |
| | | |||||
* | | contact_widget_details_update_edit: free the list returned by ↵ | Guillaume Desmottes | 2010-09-29 | 1 | -0/+1 |
| | | | | | | | | tp_contact_get_contact_info() | ||||
* | | contact_widget_details_update_edit: no need to call ↵ | Guillaume Desmottes | 2010-09-29 | 1 | -2/+3 |
| | | | | | | | | tp_contact_get_contact_info() each iteration | ||||
* | | [i18n] Updated Dutch translation | Hannie Dumoleyn | 2010-09-28 | 1 | -754/+1344 |
| | | |||||
* | | ignore hu pages | Guillaume Desmottes | 2010-09-28 | 1 | -0/+2 |
| | | |||||
* | | google-talk: no need to unset the 'server' param | Guillaume Desmottes | 2010-09-28 | 2 | -2/+0 |
| | | | | | | | | | | We don't set it anymore as fallback-servers super-seeded it but there is no point to unset; the account settings has just be created and is empty. | ||||
* | | bump GTK+ dep to 2.22.0 | Guillaume Desmottes | 2010-09-28 | 1 | -1/+1 |
| | | |||||
* | | empathy-chat: update GDK_ defines to GDK_KEY_ | Diego Escalante Urrelo | 2010-09-28 | 1 | -8/+8 |
| | | | | | | | | | | | | This change works in both GTK+ 2.22 and GTK+ 3.0 Bug #630107 | ||||
* | | Don't use deprecated gtk_dialog_set_has_separator | Diego Escalante Urrelo | 2010-09-28 | 11 | -42/+0 |
| | | | | | | | | | | | | This is deprecated in GTK+ 2.22 Bug #630107 | ||||
* | | empathy-avatar-image: don't use gdk_display global | Diego Escalante Urrelo | 2010-09-28 | 1 | -2/+2 |
| | | | | | | | | | | | | This is deprecated for GTK+ 2.22. Bug #630107 |