Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | event-manager: re-implement approving using a proper Approver (#599158) | Guillaume Desmottes | 2010-06-17 | 1 | -101/+275 |
| | |||||
* | add inviter arg to empathy_tp_chat_is_invited | Guillaume Desmottes | 2010-06-17 | 3 | -4/+6 |
| | |||||
* | remove internal approving code | Guillaume Desmottes | 2010-06-17 | 3 | -102/+5 |
| | |||||
* | event-manager: disable approving for now | Guillaume Desmottes | 2010-06-17 | 1 | -15/+6 |
| | |||||
* | empathy_message_equal: always use the timestamp+body (#621797) | Guillaume Desmottes | 2010-06-17 | 1 | -4/+0 |
| | | | | | | There is no reason to only use this new heuristic only in the TPL case. Furthermore, we're about to make TPL mandatory so it's good to have it more tested. | ||||
* | Remove the treeview's build-in search function, we use the live search now. | Xavier Claessens | 2010-06-17 | 3 | -51/+0 |
| | |||||
* | Fix the visibility of group when live search is active | Xavier Claessens | 2010-06-17 | 1 | -0/+56 |
| | |||||
* | map-view: add a debug message when adding a marker | Guillaume Desmottes | 2010-06-16 | 1 | -0/+2 |
| | |||||
* | use tp_g_signal_connect_object to connect the "closed" signal on the ↵ | Guillaume Desmottes | 2010-06-16 | 1 | -2/+2 |
| | | | | | | | notification This fix a crash if the chat window is destroyed while the notification is still displayed (#621789). | ||||
* | Make status preset editor taller by default | Will Thompson | 2010-06-16 | 1 | -0/+1 |
| | | | | | | | This window defaulted to coming up really small, and it looked silly. So this patch makes it a bit taller. (420 / 260 is approximately the Golden Ratio.) | ||||
* | Updated Spanish translation | Jorge González | 2010-06-16 | 1 | -114/+117 |
| | |||||
* | Merge branch 'gseal' | Danielle Madeley | 2010-06-15 | 5 | -41/+26 |
|\ | |||||
| * | Access GdkDragContext members via getters | Danielle Madeley | 2010-06-12 | 2 | -4/+6 |
| | | |||||
| * | Use gtk_text_view_get_vadjustment() instead of assuming parent is a ↵ | Xavier Claessens | 2010-06-12 | 1 | -31/+14 |
| | | | | | | | | GtkScrolledWindow | ||||
| * | Use new GtkTextView API to make EmpathyChat build with GSEAL enabled | Xavier Claessens | 2010-06-12 | 1 | -2/+2 |
| | | |||||
| * | Require GTK+ 2.21.2 | Xavier Claessens | 2010-06-12 | 1 | -4/+4 |
| | | |||||
* | | Bump required version of telepathy-glib to 0.11.7 for ContactInfo API | Xavier Claessens | 2010-06-15 | 1 | -1/+1 |
| | | |||||
* | | Add a GtkSpinner to notify the RequestContactInfo progress | Xavier Claessens | 2010-06-15 | 1 | -0/+8 |
| | | |||||
* | | Display contact vCard in information dialog, add basic vCard editor for self ↵ | Xavier Claessens | 2010-06-15 | 4 | -71/+403 |
| | | | | | | | | | | | | contact Fixes bug #588922 | ||||
* | | Bump required version of libunique to 1.1.2 | Xavier Claessens | 2010-06-14 | 1 | -2/+3 |
| | | | | | | | | Fixes bug #621545 | ||||
* | | Fix authors and copyright of EmpathyLiveSearch | Xavier Claessens | 2010-06-14 | 2 | -0/+6 |
| | | |||||
* | | If path is NULL, the signal is blocked forever | Xavier Claessens | 2010-06-14 | 1 | -4/+4 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-06-14 | 1 | -87/+87 |
| | | |||||
* | | Do not crash if the row gets deleted before the expand idle cb | Xavier Claessens | 2010-06-13 | 1 | -0/+4 |
| | | |||||
* | | Updated Galician translations | Fran Diéguez | 2010-06-13 | 1 | -58/+58 |
| | | |||||
* | | Use a GtkTreeRowReference instead of GtkTreePath to expand/collapse a group ↵ | Xavier Claessens | 2010-06-13 | 1 | -7/+9 |
| | | | | | | | | in idle cb | ||||
* | | Don't display the 'Important Room' menu item in private chats | Guillaume Desmottes | 2010-06-11 | 1 | -0/+1 |
| | | |||||
* | | check if the search widget exists before trying to use it | Guillaume Desmottes | 2010-06-11 | 1 | -1/+4 |
|/ | |||||
* | Updated Esperanto translation | Kristjan Schmidt | 2010-06-10 | 1 | -1342/+2723 |
| | |||||
* | coding style fixes | Guillaume Desmottes | 2010-06-09 | 1 | -3/+3 |
| | |||||
* | empathy_string_replace_escaped: use gsize instead of gssize | Guillaume Desmottes | 2010-06-09 | 1 | -1/+1 |
| | | | | Avoid signed/unsigned comparaison in the for loop. | ||||
* | Strip the @server.com part of the contact ID for the live search matching. | Xavier Claessens | 2010-06-09 | 1 | -2/+14 |
| | |||||
* | Show/Hide the live search before refiltering | Xavier Claessens | 2010-06-09 | 1 | -5/+5 |
| | |||||
* | Use EmpathyLiveSearch in main window's contact list | Felix Kaser | 2010-06-09 | 3 | -38/+321 |
| | |||||
* | factor out set_requirements | Guillaume Desmottes | 2010-06-09 | 1 | -14/+22 |
| | |||||
* | Call geoclue_master_client_set_requirements before asking for position/address | Laurent Bigonville | 2010-06-09 | 1 | -1/+7 |
| | | | | | Be sure geoclue_master_client_set_requirements() is called in setup_geoclue() otherwise no provider will be selected (#621023) | ||||
* | refactored how contacts are added to the store | Felix Kaser | 2010-06-09 | 1 | -19/+7 |
| | | | | the advantage of insert_with_values is that only the row-added signal is emitted and not first row-added (while the row is empty) and then row-changed | ||||
* | empathy_string_replace_escaped: remove '\r' (#620903) | Guillaume Desmottes | 2010-06-08 | 2 | -1/+19 |
| | |||||
* | empathy-parser-test: use empathy_string_replace_escaped | Guillaume Desmottes | 2010-06-08 | 1 | -18/+7 |
| | |||||
* | empathy-parser-test: stop as soon a test fails | Guillaume Desmottes | 2010-06-08 | 1 | -5/+1 |
| | | | | That's much easier to spot the test failing. | ||||
* | Add unit test for the live search matching | Xavier Claessens | 2010-06-08 | 3 | -1/+81 |
| | |||||
* | Add EmpathyLiveSearch widget | Felix Kaser | 2010-06-08 | 3 | -0/+632 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | prepare 2.31.3EMPATHY_2_31_3 | Guillaume Desmottes | 2010-06-07 | 2 | -2/+54 |
| | |||||
* | Merge branch 'trivia' | Danielle Madeley | 2010-06-07 | 1 | -3/+8 |
|\ | |||||
| * | Makefile.am fixes | Danielle Madeley | 2010-06-07 | 1 | -3/+8 |
| | | |||||
* | | Join room where we have been invited when handling the channel rather than ↵ | Guillaume Desmottes | 2010-06-07 | 2 | -14/+8 |
| | | | | | | | | we we approve it | ||||
* | | add empathy_tp_chat_join() and empathy_tp_chat_is_invited() | Guillaume Desmottes | 2010-06-07 | 2 | -0/+52 |
| | | |||||
* | | dispatch-operation: fix a race by waiting that TpCall is ready | Guillaume Desmottes | 2010-06-07 | 1 | -0/+25 |
| | | | | | | | | | | | | | | The call handler constructor rely on the TpCall to be ready (to fetch the EmpathyContact associated with the call). If things are going fast (by skipping the approving of the call and handling it right away for example) it may no be ready yet. | ||||
* | | dispatch-operation: factor out channel_wrapper_ready | Guillaume Desmottes | 2010-06-07 | 1 | -5/+13 |
| | | |||||
* | | add empathy_tp_call_get_status | Guillaume Desmottes | 2010-06-07 | 2 | -0/+10 |
| | | |||||
* | | empathy_call_window_set_send_video: only disable preview if we need to | Guillaume Desmottes | 2010-06-07 | 1 | -15/+27 |
| | | | | | | | | | | | | | | There is no point to stop the camera if we're about to restart it right after because "preview only" is enabled. Furthermore that causes weird races making the video jumps out of the window (#62076). | ||||
* | | Do not require geoclue provider to support updates | Laurent Bigonville | 2010-06-07 | 1 | -1/+1 |
|/ | | | | | Requiring that provider supports updates reduce the choice to almost zero (#620657). | ||||
* | [docs] Remove omf.in file: It's not needed anymore | Javier Jardón | 2010-06-06 | 1 | -10/+0 |
| | |||||
* | One more coding style fix | Xavier Claessens | 2010-06-05 | 1 | -3/+3 |
| | |||||
* | Fix some coding styles | Xavier Claessens | 2010-06-05 | 2 | -52/+52 |
| | |||||
* | Updated Thai translation. | Sira Nokyoongtong | 2010-06-04 | 1 | -788/+468 |
| | |||||
* | chatrooms-window: remove the 'edit' button | Guillaume Desmottes | 2010-06-04 | 2 | -80/+10 |
| | | | | It has never been implemented so there is no point keeping it (#520207). | ||||
* | Updated Galician translations | Fran Diéguez | 2010-06-04 | 1 | -40/+43 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-06-04 | 1 | -55/+55 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-06-03 | 1 | -45/+45 |
| | |||||
* | Make FullName clearer (#611466) | Paul Sladen | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | accounts-dialog: avoid leaking the account status message | Rob Bradford | 2010-06-03 | 1 | -12/+41 |
| | | | | | | | | Originally this function mixed const and allocated strings using the same variable, resulting in leaks. This change refactors the code slightly to prevent such leaks. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620476 | ||||
* | accounts-dialog: Ensure correct connectivity information | Rob Bradford | 2010-06-03 | 1 | -4/+10 |
| | | | | | | | | | | | Move the creation of the EmpathyConnectivity object to the dialog construction so that there is time for the asynchronous calls that the EmpathyConnectivity makes (in ConnMan mode) to return. Without this change the error is always reported as network connection failure rather than the real error when built with ConnMan. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620474 | ||||
* | change 'disconnect' label to 'finally' | Guillaume Desmottes | 2010-06-03 | 1 | -2/+2 |
| | |||||
* | Don't wait longer than 5 seconds when trying to join chatrooms | Guillaume Desmottes | 2010-06-03 | 1 | -2/+23 |
| | | | | | | If the accounts takes ages to connect or was disabled, it would be weird to automatically join the room a long time after the user asked to join favorite rooms. | ||||
* | Join chatroom favorites once the account is connected (#620439) | Guillaume Desmottes | 2010-06-03 | 1 | -1/+68 |
| | |||||
* | factor out join_chatroom | Guillaume Desmottes | 2010-06-03 | 1 | -6/+16 |
| | |||||
* | Updated Spanish translation, applied patch by Florian Müllner ↵ | Jorge González | 2010-06-03 | 1 | -26/+12 |
| | | | | <fmuellner@gnome.org> that fixes two typos | ||||
* | Only create the EmpathyAccountsDialog if required | Danielle Madeley | 2010-06-03 | 1 | -2/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=616616 | ||||
* | Update location for mx-gtk.h | Danielle Madeley | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | log-window: start the search when the entry is activated (#619863) | Guillaume Desmottes | 2010-06-02 | 1 | -2/+18 |
| | |||||
* | Merge branch 'debug-get-protocols-612523' | Danielle Madeley | 2010-06-02 | 1 | -14/+106 |
|\ | |||||
| * | empathy-debug-window: Add protocol names next to the CMs in the dropdown | Danielle Madeley | 2010-06-02 | 1 | -14/+106 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=612523 | ||||
* | | Dutch translation updated by Wouter Bolsterlee | Wouter Bolsterlee | 2010-06-01 | 1 | -1/+1 |
| | | |||||
* | | Dutch translation updated by Hannie Dumoleyn | Hannie Dumoleyn | 2010-06-01 | 1 | -3492/+2267 |
| | | |||||
* | | Updated Galician translationsus | Fran Diéguez | 2010-05-31 | 1 | -184/+191 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-05-30 | 1 | -179/+185 |
| | | |||||
* | | Updated Hebrew translation. | Yaron Shahrabani | 2010-05-30 | 1 | -737/+765 |
|/ | |||||
* | Updated German doc translation | Mario Blättermann | 2010-05-29 | 1 | -54/+42 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-05-29 | 1 | -98/+100 |
| | |||||
* | Merge branch 'import-617971' | Guillaume Desmottes | 2010-05-28 | 1 | -0/+4 |
|\ | |||||
| * | assistant: call empathy_import_widget_add_selected_accounts in ↵ | Guillaume Desmottes | 2010-05-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | impl_signal_apply as well If the user already has a salut account configured, the import page is the last one of the assistant. So impl_signal_apply() is called instead of impl_signal_prepare(). (#617971) | ||||
* | | coding style fixes | Guillaume Desmottes | 2010-05-27 | 2 | -3/+3 |
| | | |||||
* | | rephrase important room menu | Guillaume Desmottes | 2010-05-27 | 1 | -1/+1 |
| | | |||||
* | | Make chatroom manager retain room's "always_urgent" state | Jonas Bonn | 2010-05-27 | 2 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the always_urgent property to the list of chatroom properties that are saved by the chatroom manager for the favorite chatrooms. This allows Empathy to bring favorite chatrooms back up with the same notification properties they had the last time they were used. This seems reasonable as a room marked as "Notify Always" will most likely be of such a character that this would be a reasonable setting every time the room is joined. | ||||
* | | Add option to make chatroom "always urgent" (#611894) | Jonas Bonn | 2010-05-27 | 4 | -4/+110 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Often a user wants to be immediately notified of posts to a chatroom even when the post does not address them directly by name. This patch adds a room option to make all posts to the room "urgent", meaning that the system-specific urgency action should be taken -- notification, window urgency hint, etc. Two specific use cases for when one may want this: i) Low-traffic rooms (so that one does not have to go check the room all the time) ii) Error-logging room (room to which errors from some other system(s) are logged) The "always urgent" option is off by default when joining a room. | ||||
* | | Use ensure_chatroom in callback | Jonas Bonn | 2010-05-27 | 1 | -11/+6 |
| | | | | | | | | | | The new function ensure_chatroom should be used by favorite-toggled callback. | ||||
* | | Add function ensure_chatroom to chatroom manager | Jonas Bonn | 2010-05-27 | 2 | -0/+26 |
| | | | | | | | | | | This function tries to find an existing chatroom, but if it fails to do so it creates a new room and returns that instead. | ||||
* | | Estonian translation updated | Mattias Põldaru | 2010-05-27 | 1 | -7/+6 |
| | | |||||
* | | fix 0-byte logfile crash (#619736) | Robert McQueen | 2010-05-27 | 1 | -6/+12 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-05-27 | 1 | -5/+7 |
| | | |||||
* | | with-session-bus.sh: update from telepathy-glib, fixing bash-specific &> ↵ | Simon McVittie | 2010-05-26 | 1 | -1/+11 |
| | | | | | | | | redirection | ||||
* | | configure.ac: improve portability of test(1) calls | Simon McVittie | 2010-05-26 | 1 | -2/+2 |
| | | | | | | | | | | The "==" operator isn't POSIX (use "="), and the -a and -o connectors aren't POSIX (use test foo && test bar, test foo || test bar). | ||||
* | | Make sure to not infinite loop when scaling avatar. | Xavier Claessens | 2010-05-26 | 1 | -18/+37 |
| | | | | | | | | | | | | | | | | | | | | 1) Add a limit of 10 retries, to be sure to never do more in the worst case. 2) Only keep converted data that respect the requirements, make sure to not accept bigger data than maximum_bytes, even if it is close to the limit. 3) Stop the loop if the new factor does not change the image resolution. That means we already found the optimal size. Fixes bug #619701 | ||||
* | | Remove EmpathyContactMonitor, it is not used anymore | Xavier Claessens | 2010-05-26 | 7 | -542/+0 |
| | | | | | | | | Fixes bug #619489 | ||||
* | | Do not use EmpathyContactMonitor to know when a contact gets online/offline | Xavier Claessens | 2010-05-26 | 1 | -10/+19 |
| | | |||||
* | | Play sound for contact connected/disconnected from EmpathyEventManager ↵ | Xavier Claessens | 2010-05-26 | 2 | -60/+25 |
| | | | | | | | | instead of main window | ||||
* | | Do not use EmpathyContactMonitor to know when a contact is added | Xavier Claessens | 2010-05-26 | 1 | -9/+17 |
| | | |||||
* | | Move empathy_tp_contact_factory_set_alias() to EmpathyContact | Xavier Claessens | 2010-05-26 | 6 | -50/+41 |
| | | |||||
* | | Make clear that contacts_table doesn't keep any ref | Xavier Claessens | 2010-05-26 | 1 | -1/+1 |
| | | |||||
* | | Port to new EmpathyTpContactFactory API | Xavier Claessens | 2010-05-26 | 13 | -132/+60 |
| | | |||||
* | | Kill EmpathyTpContactFactory object. Its API stays as helper code o ↵ | Xavier Claessens | 2010-05-26 | 2 | -340/+57 |
| | | | | | | | | | | | | | | | | | | n TpConnection. Note that it uses empathy_contact_dup_from_tp_contact() internally, so we are sure to really have at most one EmpathyContact object per TpContact Fixes bug #619488 | ||||
* | | Add empathy_contact_dup_from_tp_contact() | Xavier Claessens | 2010-05-26 | 2 | -0/+45 |
| | | | | | | | | This API make sure to return a singleton EmpathyContact for any TpContact | ||||
* | | Bump required telepathy-glib to 0.11.6 | Xavier Claessens | 2010-05-26 | 1 | -1/+1 |
| | | |||||
* | | Make use of TP_CONTACT_FEATURE_AVATAR_DATA | Xavier Claessens | 2010-05-26 | 3 | -266/+41 |
| | | | | | | | | Fixes bug #579812 | ||||
* | | Stop getting avatar requirements in EmpathyTpContactFactory | Xavier Claessens | 2010-05-26 | 1 | -133/+0 |
| | | |||||
* | | Make use of TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS | Xavier Claessens | 2010-05-26 | 1 | -28/+20 |
| | | | | | | | | Fixes bug #616603 | ||||
* | | invite-participant-dialog: translate the 'invite' button (#619678) | Guillaume Desmottes | 2010-05-26 | 1 | -1/+1 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-05-25 | 1 | -88/+90 |
| | | |||||
* | | Fixed typo in variable name | Frédéric Péters | 2010-05-25 | 1 | -2/+2 |
|/ | |||||
* | Fix contact menu items' capitalization (#619378) | Gabriel Burt | 2010-05-25 | 1 | -3/+3 |
| | |||||
* | Fix and improve spell-checking (#604159) | Mike Ruprecht | 2010-05-25 | 1 | -53/+256 |
| | |||||
* | hardcode facebook server to workaround SRV lookup issues | Guillaume Desmottes | 2010-05-25 | 2 | -0/+6 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-05-25 | 1 | -203/+204 |
| | |||||
* | remove the release flag | Guillaume Desmottes | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | prepare 2.31.2 releaseEMPATHY_2_31_2 | Guillaume Desmottes | 2010-05-24 | 2 | -2/+28 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-05-24 | 1 | -212/+211 |
| | |||||
* | main_window_favorite_chatroom_join: skip not connected accounts (#606738) | Guillaume Desmottes | 2010-05-21 | 1 | -5/+7 |
| | | | | This fix a crash if the account is connecting. | ||||
* | Remove empathy_link_button_new(), it's unused | Xavier Claessens | 2010-05-21 | 2 | -24/+0 |
| | |||||
* | Change names of variables that shadow libc symbols | Danielle Madeley | 2010-05-21 | 3 | -6/+6 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-05-21 | 1 | -215/+216 |
| | |||||
* | use avatar-default instead of the deprecated stock_person icon | Guillaume Desmottes | 2010-05-20 | 6 | -7/+12 |
| | |||||
* | Add defaults for VP8 encoding | Sjoerd Simons | 2010-05-20 | 2 | -0/+10 |
| | |||||
* | initialize a GError pointer | Guillaume Desmottes | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | account-widget-irc: call empathy_account_widget_changed when the network ↵ | Guillaume Desmottes | 2010-05-18 | 1 | -0/+1 |
| | | | | | | dialog is destroyed This will allow user to save or discard changes he just done (#618883). | ||||
* | Use library i18n method for source files included in shared library | Rob Bradford | 2010-05-18 | 7 | -7/+14 |
| | | | | | | | Since these files are included in the g-c-c shared module we must use the version of the _ macro that includes the domain. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=618969 | ||||
* | add 22x22 version of the im-message icon | Guillaume Desmottes | 2010-05-18 | 2 | -0/+1 |
| | | | | | Copied from http://git.gnome.org/browse/empathy/tree/data/scalable/message.xcf?id=c7010d43264dafca66ff65540c5d6666f1c66e2a | ||||
* | Use 'A' as accelerator for the "Automatically connect on startup" option ↵ | ekspiulo | 2010-05-18 | 1 | -1/+1 |
| | | | | (#618753) | ||||
* | fix irc-networks.xml lookup when EMPATHY_SRCDIR is defined | Guillaume Desmottes | 2010-05-17 | 1 | -1/+1 |
| | | | | The file is in libempathy/ | ||||
* | use port 8001 to connect to freenode irc (#618401) | Brian Curtis | 2010-05-17 | 1 | -0/+1 |
| | |||||
* | Update Czech translation by Ondrej Kopka | Petr Kovar | 2010-05-17 | 1 | -291/+309 |
| | |||||
* | use user-extended-away status icon in favour of user-idle | Robert McQueen | 2010-05-15 | 2 | -2/+9 |
| | | | | | | | | | | | The freedesktop.org icon spec defines that the icon for the extended away status is called user-idle. However, some icon theme authors interpret this name as meaning mere idleness rather than the intended extended away semantic of away *and* idle, creating visual confusion (extended-away contacts appearing less away than contacts who are merely away). Some themes contain a non-standard user-extended-away icon with the correct semantic, so this patch makes Empathy use it in preference to user-idle if available. (Incidentally, at the moment Telepathy itself never actually shows remote contacts as idle.) | ||||
* | Updated Shavian transliteration | Thomas Thurman | 2010-05-13 | 1 | -779/+1672 |
| | |||||
* | Don't try to start change the camera when there is no input | Sjoerd Simons | 2010-05-10 | 1 | -6/+14 |
| | | | | Fixes bug #618167 | ||||
* | ui-utils: Set translation domain on GtkBuilder UIs | Rob Bradford | 2010-05-10 | 1 | -0/+1 |
| | | | | | | | This is necessary for when GtkBuilder UIs are used outside of the main Empathy process. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617909 | ||||
* | If there is no publish list, don't auto-add people to it | Sjoerd Simons | 2010-05-08 | 1 | -0/+3 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2010-05-08 | 2 | -766/+787 |
| | |||||
* | Add missing tp-glib/util.h header to the AccountsPage. | Travis Reitter | 2010-05-08 | 1 | -0/+1 |
| | |||||
* | Remove unused #include from empathy-map-view.c | Xavier Claessens | 2010-05-06 | 1 | -3/+1 |
| | |||||
* | Added Indonesian translation, cotributed by Taufiq Wirahman | Andika Triwidada | 2010-05-05 | 2 | -0/+3249 |
| | | | | Added id to LINGUAS | ||||
* | updated si.po | Danishka Navin | 2010-05-05 | 1 | -529/+538 |
| | |||||
* | [help] Reordered the topics in index.page | Harold Schreckengost | 2010-05-05 | 1 | -8/+8 |
| | |||||
* | release.py: update last_tag_patern | Guillaume Desmottes | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | prepare 2.31.1 releaseEMPATHY_2_31_1 | Guillaume Desmottes | 2010-05-04 | 2 | -2/+117 |
| | |||||
* | Set a target bitrate for theora | Sjoerd Simons | 2010-05-04 | 1 | -0/+3 |
| | |||||
* | Merge branch 'timestamp-615976' | Guillaume Desmottes | 2010-05-04 | 23 | -63/+207 |
|\ | |||||
| * | define EMPATHY_DISPATCHER_CURRENT_TIME rather than using G_MAXINT64 directly | Guillaume Desmottes | 2010-05-04 | 3 | -4/+5 |
| | | |||||
| * | fix typo in comment | Guillaume Desmottes | 2010-05-04 | 1 | -1/+1 |
| | | |||||
| * | Set the user action time when the user approves stuff | Sjoerd Simons | 2010-05-04 | 3 | -0/+33 |
| | | |||||
| * | Consider G_MAXIN64 as a secred code for GDK_CURRENT_TIME | Sjoerd Simons | 2010-05-04 | 1 | -9/+13 |
| | | |||||
| * | Add a comment, fix indentation | Sjoerd Simons | 2010-05-04 | 1 | -2/+3 |
| | | |||||
| * | Only present and tab switch for new events | Sjoerd Simons | 2010-04-25 | 1 | -2/+25 |
| | | |||||
| * | No longer need to dig out the X time ourselves | Sjoerd Simons | 2010-04-25 | 1 | -14/+0 |
| | | |||||
| * | Always at least show new chat windows even if not presenting them | Sjoerd Simons | 2010-04-25 | 1 | -0/+1 |
| | | |||||
| * | Pass the ChannelDispatcher timestamp onwards to window_present | Sjoerd Simons | 2010-04-25 | 3 | -4/+19 |
| | | |||||
| * | pass timestamp to empathy_chat_window_present_chat | Guillaume Desmottes | 2010-04-25 | 3 | -4/+8 |
| | | |||||
| * | dispatch-operation: add user-action-time property | Guillaume Desmottes | 2010-04-25 | 3 | -9/+49 |
| | | |||||
| * | add timestamp arg to empathy_dispatcher_create_channel | Sjoerd Simons | 2010-04-25 | 7 | -10/+18 |
| | | |||||
| * | add timestamp arg to empathy_dispatcher_join_muc | Sjoerd Simons | 2010-04-25 | 7 | -9/+17 |
| | | |||||
| * | add timestamp arg to empathy_dispatcher_chat_with_contact(_id) | Sjoerd Simons | 2010-04-25 | 9 | -13/+25 |
| | | |||||
| * | dispatcher: add timestamp attribute to DispatcherRequestData | Sjoerd Simons | 2010-04-25 | 2 | -4/+12 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-05-04 | 1 | -189/+185 |
| | | |||||
* | | accounts-module: Remove call to textdomain () | Rob Bradford | 2010-05-04 | 1 | -2/+0 |
| | | | | | | | | | | | | This shouldn't be called in shared module. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617262 | ||||
* | | Do not display "missing image" for contacts without avatar (#608103) | Frédéric Péters | 2010-05-03 | 1 | -3/+1 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-05-03 | 1 | -26/+38 |
| | | |||||
* | | [help] Fixed some typos | Harold Schreckengost | 2010-05-03 | 2 | -13/+6 |
| | | |||||
* | | Updated German translation | Mario Blättermann | 2010-05-02 | 1 | -398/+411 |
| | | |||||
* | | No need of a contact factory to set location | Xavier Claessens | 2010-05-02 | 3 | -36/+12 |
| | | |||||
* | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-05-02 | 1 | -350/+333 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-05-01 | 1 | -39/+9 |
| | | |||||
* | | Fixed small grammar issues in intro | Paul Cutler | 2010-05-01 | 1 | -2/+2 |
| | | |||||
* | | Updated German doc translation | Mario Blättermann | 2010-04-29 | 1 | -63/+75 |
| | | |||||
* | | Updated German doc translation | Mario Blättermann | 2010-04-29 | 1 | -538/+563 |
| | | |||||
* | | Merge remote branch 'wjt/avatars-in-boxes-theme' | Guillaume Desmottes | 2010-04-28 | 1 | -33/+4 |
|\ \ | |||||
| * | | Always show avatars in "Boxes" C theme | Will Thompson | 2010-04-28 | 1 | -33/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, avatars were only shown in the conversation window if they were shown in the contact list. It's not an obvious connection — I had to look at the source to figure it out — and also I'd argue that if anything, you're more likely to want avatars in the conversation window if you don't have them in the contact list, because you won't ever see them otherwise. (Or, that's what I found. :)) I left the boolean in place, forcing it to TRUE, so that if someone feels like it they can add a tickybox to the Theme tab in Preferences. | ||||
* | | | Updated Spanish translation | Jorge González | 2010-04-28 | 1 | -148/+201 |
|/ / | |||||
* | | use TP_PROP_* constants | Guillaume Desmottes | 2010-04-27 | 1 | -10/+11 |
| | | |||||
* | | use tp_value_array_unpack | Guillaume Desmottes | 2010-04-27 | 1 | -3/+3 |
| | | |||||
* | | tp-contact-factory: stop tracking capabilities | Guillaume Desmottes | 2010-04-27 | 1 | -339/+0 |
| | | | | | | | | This is done in empathy-contact using TpContact:capabilities now. | ||||
* | | request the TP_CONTACT_FEATURE_CAPABILITIES feature | Guillaume Desmottes | 2010-04-27 | 1 | -0/+1 |
| | | |||||
* | | contact: get capabilities from TpContact if available (#579813) | Guillaume Desmottes | 2010-04-27 | 1 | -0/+82 |
| | | |||||
* | | bump tp-glib dep tp 0.11.3 | Guillaume Desmottes | 2010-04-27 | 1 | -1/+1 |
| | | | | | | | | We need TpContact:capabilities | ||||
* | | tp-file: include netinet/in.h | Jasper Lievisse Adriaanse | 2010-04-27 | 1 | -0/+1 |
| | | | | | | | | The storage size of 'addr' isn't known without netinet/in.h (#616859). | ||||
* | | [help] Minor language tweaks to updated content | Shaun McCance | 2010-04-26 | 2 | -10/+7 |
| | | |||||
* | | cc-empathy-accounts-panel: Enable gettext when the panel is created | Rob Bradford | 2010-04-26 | 2 | -0/+5 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=616660 | ||||
* | | doc: properly spell 'freenode' (#616711) | Guillaume Desmottes | 2010-04-26 | 2 | -2/+2 |
| | | |||||
* | | irc-networks.xml: properly spell 'freenode' (#616711) | Guillaume Desmottes | 2010-04-26 | 1 | -1/+1 |
| | | |||||
* | | Merge remote branch 'sjoerd/dislay-leaks' | Guillaume Desmottes | 2010-04-26 | 1 | -52/+12 |
|\| | |||||
| * | Fix X display connection leak | Sjoerd Simons | 2010-04-24 | 1 | -52/+12 |
| | | | | | | | | | | | | Use gdk_x11_get_server_time instead our own function for getting the X server time. This also fixes a leak of one X connection each time empathy_window_present is used without a timestamp. | ||||
* | | Fix French translation (fixes bug #615719) | Claude Paroz | 2010-04-26 | 1 | -1/+2 |
| | | |||||
* | | Updated Galician translations | Francisco Diéguez | 2010-04-25 | 1 | -29/+29 |
| | | |||||
* | | Updated Italian help translation | Milo Casagrande | 2010-04-25 | 1 | -131/+165 |
|/ | |||||
* | Updated Danish translation | Ask H. Larsen | 2010-04-23 | 1 | -102/+102 |
| | |||||
* | Updated asturian translation | Xandru Armesto | 2010-04-23 | 1 | -902/+1740 |
| | |||||
* | Fix Czech translation | Petr Kovar | 2010-04-23 | 1 | -136/+130 |
| | |||||
* | Updated Catalan (Valencian) translation | Carles Ferrando | 2010-04-23 | 1 | -1157/+4154 |
| | |||||
* | [help] Some updates to the help based on the new version | Milo Casagrande | 2010-04-23 | 8 | -9/+38 |
| | |||||
* | Updated Italian translation | Milo Casagrande | 2010-04-23 | 1 | -354/+368 |
| | |||||
* | disconnect empathy_call_window_bus_message() in dispose (#616301) | David Laban | 2010-04-21 | 1 | -6/+6 |
| | | | | Otherwise, we will crash because priv->handler is not there. | ||||
* | iterate_on_channels: continue instead of returning if a channel doesn't match | Guillaume Desmottes | 2010-04-20 | 1 | -3/+3 |
| | | | | We are iterating on channels so we should check the remaining channels... | ||||
* | fix show_offline gconf key (#616267) | Guillaume Desmottes | 2010-04-20 | 2 | -4/+4 |
| | | | | The key is /ui/show_offline not /contacts/show_offline | ||||
* | remove empathy_dispatch_operation_new_with_wrapper | Guillaume Desmottes | 2010-04-19 | 1 | -13/+2 |
| | | | | It's not needed any more. | ||||
* | dispatcher: don't check for Requests when fetching conn properties | Guillaume Desmottes | 2010-04-19 | 1 | -8/+3 |
| | |||||
* | dispatcher: stop supporting old style channel requesting | Guillaume Desmottes | 2010-04-19 | 1 | -142/+15 |
| | | | | Requests is mandatory now and we use the CD any way. | ||||
* | call cb with an error if dispatcher_chat_with_contact* fails | Guillaume Desmottes | 2010-04-19 | 1 | -1/+11 |
| | |||||
* | dispatcher_connection_invalidated_cb: terminate pending requests | Guillaume Desmottes | 2010-04-19 | 1 | -0/+23 |
| | |||||
* | empathy_dispatcher_chat_with_contact: check if connection_data is NULL | Guillaume Desmottes | 2010-04-19 | 1 | -0/+6 |
| | | | | | If the connection has been invalidated, it has been removed from priv->connections so we should check to avoid using a NULL pointer (#615970). | ||||
* | user-extended-away has been renamed to user-idle.svg | Guillaume Desmottes | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | Move the spinner next to the expander label in new chatroom dialog | Xavier Claessens | 2010-04-19 | 2 | -16/+23 |
| | |||||
* | Fix some build errors when GSEAL is enabled | Xavier Claessens | 2010-04-19 | 2 | -7/+34 |
| | |||||
* | Remove check for GTK version now that we depend on 2.20 | Xavier Claessens | 2010-04-19 | 1 | -8/+0 |
| | | | | Fixes bug #612185 | ||||
* | Do not use deprecated GTK symbols | Xavier Claessens | 2010-04-19 | 4 | -4/+4 |
| | |||||
* | Replace EphySpinner by GtkSpinner | Xavier Claessens | 2010-04-19 | 8 | -1089/+43 |
| | | | | Fixes bug #598446 | ||||
* | Force maintainer mode if it is not a released empathy | Xavier Claessens | 2010-04-19 | 1 | -6/+3 |
| | |||||
* | contact list store: order contacts by alias, ID, protocol then account ID ↵ | Jonny Lamb | 2010-04-19 | 1 | -3/+42 |
| | | | | | | (fixes #612864) Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Update the Tabs menu when a tab is moved. | Mike Ruprecht | 2010-04-19 | 1 | -2/+8 |
| | | | | | | | Previously when a tab was moved, the Tabs menu didn't update regarding the directions the tab could further be moved. If wrapping is off, a tab on the edge moved one way couldn't be moved back. Fixes #616012 | ||||
* | Fix doap file | Olav Vitters | 2010-04-18 | 1 | -1/+2 |
| | |||||
* | Updated Galician translations | Francisco Diéguez | 2010-04-17 | 1 | -352/+365 |
| | |||||
* | src/empathy-chat-window.ui: Swap keyboard controls for moving tabs | Mirsal Ennaime | 2010-04-16 | 1 | -2/+2 |
| | | | | | | | Closes: bgo#615164 Keyboard shortcuts for moving tabs and for changing tabs work in the opposite direction. Users may expect them to work in the same direction and to be consistant with other GNOME applications. The mapping is now Ctrl + Shift + PageUp / PageDown for moving tabs left / right respectively, as it is in GNOME Terminal for instance. | ||||
* | Updated Spanish translation | Jorge González | 2010-04-16 | 1 | -251/+267 |
| | |||||
* | protocol-chooser: return NULL if for some reason we can't find the procol ↵ | Guillaume Desmottes | 2010-04-15 | 1 | -0/+8 |
| | | | | | | | any more This could eventually happen if a CM claims to support a protocol in its manager file but actually don't. Should fix #61582 | ||||
* | account-widget-generic: embed the advanced section in a GtkScrolledWindow ↵ | Guillaume Desmottes | 2010-04-15 | 1 | -11/+25 |
| | | | | (#615827) | ||||
* | Merge remote branch 'alsuren/fix-615734' | Guillaume Desmottes | 2010-04-15 | 1 | -1/+3 |
|\ | |||||
| * | account-assistant: make impl_signal_apply() behave more like ↵ | David Laban | 2010-04-14 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | impl_signal_prepare() Fixes b.g.o#615734 current_page only seems to be == PAGE_ENTER_CREATE the first time you visit the page. After that, it has been seen to be 4 or larger. impl_signal_prepare() currently checks for >=, so I'm copying that, and also dealing with refs in the same way. This patch probably probably actually hides a bug in how current_page is set, because I can't see how it should be set >= 4 because the enum only goes up to 3. I'll look into that now, but the patch is tested and works. | ||||
* | | updated Tamil translation | vasudeven | 2010-04-15 | 1 | -370/+368 |
| | | |||||
* | | updated Tamil translation | vasudeven | 2010-04-15 | 1 | -20/+36 |
| | | |||||
* | | updated Tamil translation | vasudeven | 2010-04-15 | 1 | -224/+252 |
| | | |||||
* | | Updated Brazilian Portuguese translation. | Vladimir Melo | 2010-04-15 | 1 | -345/+355 |
| | | |||||
* | | Occitan translation update | Yannig Marchegay | 2010-04-14 | 1 | -161/+189 |
|/ | |||||
* | Updated Occitan translation | Yannig Marchegay | 2010-04-14 | 1 | -223/+251 |
| | |||||
* | Updated Occitan translation | Yannig Marchegay | 2010-04-14 | 1 | -823/+2361 |
| | |||||
* | Take full width for the password and id entries for jabber account settings | Xavier Claessens | 2010-04-13 | 1 | -6/+10 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2010-04-12 | 1 | -281/+298 |
| | |||||
* | libempathy-gtk/empathy-search-bar.ui: remove invisible_char property; we ↵ | Guillaume Desmottes | 2010-04-12 | 1 | -1/+0 |
| | | | | want to use the default | ||||
* | libempathy-gtk/empathy-contact-widget.ui: remove invisible_char property; we ↵ | Guillaume Desmottes | 2010-04-12 | 1 | -1/+0 |
| | | | | want to use the default | ||||
* | libempathy-gtk/empathy-contact-selector-dialog.ui: remove invisible_char ↵ | Guillaume Desmottes | 2010-04-12 | 1 | -1/+0 |
| | | | | property; we want to use the default | ||||
* | libempathy-gtk/empathy-account-widget-yahoo.ui: remove invisible_char ↵ | Guillaume Desmottes | 2010-04-12 | 1 | -8/+0 |
| | | | | property; we want to use the default | ||||
* | libempathy-gtk/empathy-account-widget-sip.ui: remove invisible_char ↵ | Guillaume Desmottes | 2010-04-12 | 1 | -9/+0 |
| | | | | property; we want to use the default | ||||
* | libempathy-gtk/empathy-account-widget-msn.ui: remove invisible_char ↵ | Guillaume Desmottes | 2010-04-12 | 1 | -6/+0 |
| | | | | property; we want to use the default | ||||
* | libempathy-gtk/empathy-account-widget-local-xmpp.ui: remove invisible_char ↵ | Guillaume Desmottes | 2010-04-12 | 1 | -6/+0 |
| | | | | property; we want to use the default | ||||
* | libempathy-gtk/empathy-account-widget-jabber.ui: remove invisible_char ↵ | Guillaume Desmottes | 2010-04-12 | 1 | -12/+0 |
| | | | | property; we want to use the default | ||||
* | libempathy-gtk/empathy-account-widget-irc.ui: remove invisible_char ↵ | Guillaume Desmottes | 2010-04-12 | 1 | -4/+0 |
| | | | | property; we want to use the default | ||||
* | libempathy-gtk/empathy-account-widget-icq.ui: remove invisible_char ↵ | Guillaume Desmottes | 2010-04-12 | 1 | -7/+0 |
| | | | | property; we want to use the default | ||||
* | libempathy-gtk/empathy-account-widget-groupwise.ui: remove invisible_char ↵ | Guillaume Desmottes | 2010-04-12 | 1 | -6/+0 |
| | | | | property; we want to use the default | ||||
* | libempathy-gtk/empathy-account-widget-aim.ui: remove invisible_char ↵ | Guillaume Desmottes | 2010-04-12 | 1 | -6/+0 |
| | | | | property; we want to use the default | ||||
* | widget-sip: re-add the entry_password | Guillaume Desmottes | 2010-04-12 | 1 | -0/+12 |
| | | | | It has been accidentally removed in 3479e2bafb401bd4cd7fc3332c52c3c3cbdc8ba0. | ||||
* | contact-widget: use empathy_account_chooser_get_account | Guillaume Desmottes | 2010-04-12 | 1 | -2/+1 |
| | |||||
* | add empathy_account_chooser_get_account | Guillaume Desmottes | 2010-04-12 | 2 | -0/+15 |
| |