| Commit message (Expand) | Author | Age | Files | Lines |
* | don't set fill on the box containing buttons | Guillaume Desmottes | 2010-11-15 | 1 | -0/+1 |
* | use gtk_box_pack_start() to pack our widget to the dialog (#634912) | Guillaume Desmottes | 2010-11-15 | 1 | -1/+1 |
* | Group all harddeps in one pkg-config call | Xavier Claessens | 2010-11-15 | 1 | -6/+0 |
* | Make AccountChooser-related code simpler and clearer (re #633481). | Vitaly Minko | 2010-11-12 | 1 | -32/+6 |
* | Make AccountChooser filters asynchronous to let them handle newly connected a... | Vitaly Minko | 2010-11-11 | 1 | -25/+78 |
* | about-dialog: add my email | Guillaume Desmottes | 2010-11-09 | 1 | -1/+1 |
* | Merge branch 'subscription-msg-630707' | Guillaume Desmottes | 2010-11-09 | 1 | -1/+2 |
|\ |
|
| * | pass message to empathy_subscription_dialog_show | Guillaume Desmottes | 2010-11-09 | 1 | -1/+2 |
| * | empathy_subscription_dialog_show: display user's message if any (#630707) | Guillaume Desmottes | 2010-11-09 | 1 | -1/+1 |
* | | init GTK+ before empathy-gtk | Guillaume Desmottes | 2010-11-09 | 1 | -0/+1 |
|/ |
|
* | Add Accept/Decline button in subscription notifications (#630706) | Guillaume Desmottes | 2010-11-09 | 1 | -0/+54 |
* | add empathy_event_remove() | Guillaume Desmottes | 2010-11-09 | 2 | -2/+9 |
* | 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 |
* | | Reword subscription request dialog to be less technical | Alex Launi | 2010-11-03 | 1 | -2/+2 |
|/ |
|
* | 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 |
* | Make the core empathy a command-line GApplication. | Travis Reitter | 2010-10-30 | 1 | -46/+88 |
* | Make empathy-accounts use act as a "command-line" GApplication | Travis Reitter | 2010-10-30 | 1 | -21/+60 |
* | 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 |
* | Properly handle remote instances of the accounts dialog. | Travis Reitter | 2010-10-30 | 1 | -3/+4 |
* | Properly handle remote instances of the debugger. | Travis Reitter | 2010-10-30 | 1 | -7/+21 |
* | Don't try to register for unique bus names in remote instances of Empathy. | Travis Reitter | 2010-10-30 | 1 | -45/+56 |
* | 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 |
* | chat-manager: keep a ref on the chatroom mgr | Guillaume Desmottes | 2010-10-28 | 1 | -12/+19 |
* | empathy-account: change Salut -> People Nearby | Francisca Gallardo | 2010-10-26 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | 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 this... | Vitaly Minko | 2010-10-21 | 1 | -15/+15 |
* | | 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 |
* | | Port the a/v app to new G/tkApplication. | Travis Reitter | 2010-10-22 | 1 | -22/+19 |
* | | Port the accounts dialog to new G/tkApplication. | Travis Reitter | 2010-10-22 | 1 | -5/+7 |
* | | Port the debugger to new G/tkApplication. | Travis Reitter | 2010-10-22 | 1 | -2/+5 |
* | | Port core Empathy to new G/tkApplication. | Travis Reitter | 2010-10-22 | 1 | -5/+4 |
|/ |
|
* | Ensure that the connection of the account passed to EmpathyTpChat has capabil... | Guillaume Desmottes | 2010-10-20 | 2 | -2/+10 |
* | Port to libnotify 0.7.0 | William Jon McCann | 2010-10-19 | 2 | -3/+3 |
* | 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 | 2 | -0/+17 |
|\ |
|
| * | 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 | 2 | -0/+17 |
* | | 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 | 1 | -4/+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 |
* | | 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 |
* | | Retain the ContactManager for the lifetime of the main window. | Travis Reitter | 2010-10-16 | 1 | -5/+9 |
|/ |
|
* | Separate spelling suggestions in one sub-menu per language (#532832) | Vitaly Minko | 2010-10-15 | 1 | -21/+14 |
* | A modal dialog to warn the user if account manager could not be contacted | Chandni Verma | 2010-10-15 | 1 | -0/+14 |
* | enable imported Pidgin accounts if needed (#594145) | Vitaly Minko | 2010-10-11 | 4 | -5/+62 |
* | main-window: elipsize "No match found" message | Guillaume Desmottes | 2010-10-06 | 1 | -0/+3 |
* | 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 | 2 | -2/+0 |
* | don't set has-window on the spinner | Guillaume Desmottes | 2010-10-04 | 1 | -1/+0 |
* | Import latest version of ev-sidebar from totem | Guillaume Desmottes | 2010-10-04 | 6 | -708/+434 |
* | about-dialog: gtk_about_dialog_set_url_hook has been removed | Guillaume Desmottes | 2010-10-04 | 1 | -14/+0 |
* | GDK keys are now GDK_KEY_* | Guillaume Desmottes | 2010-10-04 | 7 | -13/+13 |
* | Stop using GtkObject (#630685) | Matthias Clasen | 2010-10-04 | 1 | -5/+3 |
* | accounts-dialog: stop displaying the import dialog automatically (#631080) | Guillaume Desmottes | 2010-10-01 | 1 | -19/+0 |
* | Allow to set the Service of newly created account (#629734) | Guillaume Desmottes | 2010-09-29 | 1 | -1/+1 |
* | factor out empathy_protocol_chooser_create_account_settings() | Guillaume Desmottes | 2010-09-29 | 2 | -114/+7 |
* | Add empathy_service_name_to_display_name() | Guillaume Desmottes | 2010-09-29 | 2 | -19/+11 |
* | protocol-chooser: expose a 'service' string instead of boolean for facebook a... | Guillaume Desmottes | 2010-09-29 | 2 | -20/+38 |
* | 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 |
* | chat-window: most of the functions can be static | Guillaume Desmottes | 2010-09-29 | 2 | -53/+51 |
* | google-talk: no need to unset the 'server' param | Guillaume Desmottes | 2010-09-28 | 2 | -2/+0 |
* | Don't use deprecated gtk_dialog_set_has_separator | Diego Escalante Urrelo | 2010-09-28 | 3 | -15/+0 |
* | Disable the fullscreen action while we are not connected | Guillaume Desmottes | 2010-09-27 | 1 | -0/+6 |
* | empathy_call_window_fullscreen_set_cursor_visible: clean up function | Guillaume Desmottes | 2010-09-27 | 1 | -5/+5 |
* | Leave fullscreen mode when call is disconnected (#593437) | Guillaume Desmottes | 2010-09-27 | 1 | -0/+3 |
* | show_borders: check if video_output still exists before using it | Guillaume Desmottes | 2010-09-27 | 1 | -4/+9 |
* | empathy_call_window_fullscreen_set_cursor_visible: early return if video widg... | Guillaume Desmottes | 2010-09-27 | 1 | -1/+4 |
* | call-window-fullscreen: NULLify the video widget when it's destroyed | Guillaume Desmottes | 2010-09-27 | 1 | -0/+12 |
* | disconnect signal before destroying the video widget | Guillaume Desmottes | 2010-09-27 | 1 | -0/+1 |
* | factor out disconnect_video_output_motion_handler() | Guillaume Desmottes | 2010-09-27 | 1 | -9/+12 |
* | call-window: remove the errors info bar when redialing (#630276) | Guillaume Desmottes | 2010-09-27 | 1 | -0/+4 |
* | chat_window_new_message_cb: update the window icon as well (#558802) | Guillaume Desmottes | 2010-09-27 | 1 | -1/+2 |
* | empathy-accounts.c: check return value of unique_app_send_message (#629782) | Guillaume Desmottes | 2010-09-27 | 1 | -4/+6 |
* | empathy.c: check return value of unique_app_send_message (#629782) | Guillaume Desmottes | 2010-09-27 | 1 | -4/+6 |
* | switched notebook pages | Felix Kaser | 2010-09-13 | 2 | -11/+11 |
* | Enable server fallback for GTalk account | Nicolas Dufresne | 2010-09-09 | 2 | -8/+20 |
* | Don't use gtk_progress_bar_set_orientation() when building with GTK+ 3 | Philip Withnall | 2010-09-07 | 1 | -0/+10 |
* | Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3 | Philip Withnall | 2010-09-07 | 3 | -0/+11 |
* | chat_window_detach_hook: move the window *after* showing it | Guillaume Desmottes | 2010-08-30 | 1 | -1/+1 |
* | Bug 628064 — Miscellaneous string fixes | Philip Withnall | 2010-08-27 | 1 | -1/+1 |
* | Unmark strings as translatable which aren't shown to the user | Philip Withnall | 2010-08-27 | 1 | -3/+3 |
* | new-chatroom-dialog: remove markup from transltable string | Guillaume Desmottes | 2010-08-27 | 1 | -2/+5 |
* | accounts-dialog.ui: set pango properties in the UI file (#628063) | Guillaume Desmottes | 2010-08-27 | 1 | -2/+5 |
* | Merge branch 'trivia' | Guillaume Desmottes | 2010-08-27 | 1 | -7/+14 |
|\ |
|
| * | main-window: define an enum for pages | Guillaume Desmottes | 2010-08-27 | 1 | -3/+7 |
| * | Increase the size of the 'No Match Found' label | Guillaume Desmottes | 2010-08-27 | 1 | -2/+7 |
| * | no need to use a #define | Guillaume Desmottes | 2010-08-27 | 1 | -4/+2 |
* | | Add an EmpathyIndividualView feature for receiving Persona drops | Philip Withnall | 2010-08-27 | 1 | -1/+4 |
|/ |
|
* | unsensitive the remove button while loading | Guillaume Desmottes | 2010-08-26 | 1 | -1/+14 |
* | insensitive treeview while loading | Guillaume Desmottes | 2010-08-26 | 1 | -1/+4 |
* | accounts-dialog: display loading page while loading accounts (#611701) | Guillaume Desmottes | 2010-08-26 | 2 | -1/+55 |
* | accounts-dialog: add a GtkNotebook | Guillaume Desmottes | 2010-08-26 | 1 | -64/+102 |
* | Merge branch 'irc-wizard-596086' | Guillaume Desmottes | 2010-08-26 | 1 | -2/+1 |
|\ |
|
| * | account-assistant: stop blacklisting IRC (#596086) | Guillaume Desmottes | 2010-08-26 | 1 | -2/+1 |
* | | accounts-dialog: insensitive 'add' and 'import' buttons while loading (#624353) | Guillaume Desmottes | 2010-08-26 | 1 | -2/+18 |
|/ |
|
* | added some files to gitignore | Felix Kaser | 2010-08-25 | 1 | -0/+1 |
* | allow building empathy without eds | Saleem Abdulrasool | 2010-08-25 | 2 | -2/+11 |
* | Merge branch 'tls-connection' | Cosimo Cecchi | 2010-08-24 | 4 | -4/+285 |
|\ |
|
| * | Don't show the error if user-requested is set | Cosimo Cecchi | 2010-08-19 | 1 | -1/+10 |
| * | Use new API in EmpathyAccountsDialog | Cosimo Cecchi | 2010-08-19 | 1 | -2/+2 |
| * | Fill 'user-requested' when we reject the certificate | Cosimo Cecchi | 2010-08-19 | 1 | -3/+11 |
| * | Implement a timeout machinery for the auth client | Cosimo Cecchi | 2010-08-19 | 1 | -1/+63 |
| * | Rename empathy-auth-helper->empathy-auth-client | Cosimo Cecchi | 2010-08-19 | 2 | -6/+6 |
| * | Push the details table to the dialog after verification | Cosimo Cecchi | 2010-08-19 | 1 | -4/+6 |
| * | Update to the new EmpathyTLSCertificate async API | Cosimo Cecchi | 2010-08-19 | 1 | -3/+4 |
| * | Save the certificate when we are told to remember | Cosimo Cecchi | 2010-08-13 | 1 | -0/+5 |
| * | Integrate the dialog into the auth helper | Cosimo Cecchi | 2010-08-13 | 1 | -1/+41 |
| * | Verify the certificate from the helper. | Cosimo Cecchi | 2010-08-13 | 1 | -4/+52 |
| * | Add EmpathyTLSVerifier | Cosimo Cecchi | 2010-08-13 | 1 | -0/+9 |
| * | Add a first skeleton of the auth helper. | Cosimo Cecchi | 2010-08-13 | 2 | -1/+98 |
* | | pass NULL instead of "" to gtk_label_new() | Guillaume Desmottes | 2010-08-23 | 2 | -2/+2 |
* | | Display invite dialog even if we don't know the inviter (#627228) | Guillaume Desmottes | 2010-08-18 | 1 | -7/+14 |
* | | display_invite_room_dialog: deal with contact being NULL | Guillaume Desmottes | 2010-08-18 | 1 | -3/+11 |
* | | factor out display_invite_room_dialog | Guillaume Desmottes | 2010-08-18 | 1 | -15/+22 |
* | | event-manager: use tp_user_action_time_from_x11() | Guillaume Desmottes | 2010-08-18 | 1 | -7/+4 |
* | | empathy_chat_window_present_chat: use tp_user_action_time_should_present | Guillaume Desmottes | 2010-08-18 | 1 | -5/+2 |
* | | use TP_USER_ACTION_TIME_* (#627165) | Guillaume Desmottes | 2010-08-18 | 4 | -10/+10 |
* | | add preference to disable logging (#567858) | Guillaume Desmottes | 2010-08-17 | 2 | -0/+25 |
|/ |
|
* | event-manager: we don't use the dispatcher any more | Guillaume Desmottes | 2010-08-13 | 1 | -4/+0 |
* | tp-call: add account property | Guillaume Desmottes | 2010-08-12 | 1 | -1/+1 |
* | tp-chat: add 'account' property | Guillaume Desmottes | 2010-08-12 | 2 | -2/+2 |
* | remove empathy-dispatch-operation | Guillaume Desmottes | 2010-08-11 | 1 | -1/+0 |
* | empathy_dispatcher_join_muc: get an account instead of a connection | Guillaume Desmottes | 2010-08-11 | 4 | -65/+17 |
* | empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a TpConne... | Guillaume Desmottes | 2010-08-11 | 2 | -9/+7 |
* | empathy_dispatcher_chat_with_contact_id: remove callback argument | Guillaume Desmottes | 2010-08-11 | 2 | -2/+2 |
* | Don't abort when closing the FT dialogue | Philip Withnall | 2010-08-11 | 1 | -0/+4 |
* | Use TpSimpleHandler to handle incoming file transfer (#623139) | Guillaume Desmottes | 2010-08-11 | 1 | -0/+6 |
* | tp-file: no need to pass the incoming property during construction | Guillaume Desmottes | 2010-08-11 | 1 | -1/+1 |
* | stop handling internally FT channels | Guillaume Desmottes | 2010-08-11 | 1 | -62/+3 |
* | empathy_contact_selector_dialog_get_selected: allow to get the account as well | Guillaume Desmottes | 2010-08-10 | 1 | -1/+1 |
* | only show label during search | Felix Kaser | 2010-08-09 | 1 | -13/+7 |
* | use gtk_clutter_init rather than clutter_init | Guillaume Desmottes | 2010-08-09 | 1 | -3/+5 |
* | Remove uses of new GStreamer API | Philip Withnall | 2010-08-06 | 1 | -6/+0 |
* | Add casts to fix constness problems in empathy-import-pidgin.c | Philip Withnall | 2010-08-06 | 1 | -5/+5 |
* | Add noreturn annotation to version callback function | Philip Withnall | 2010-08-05 | 1 | -2/+5 |
* | Fix constness of various variables and parameters | Philip Withnall | 2010-08-05 | 3 | -7/+7 |
* | Fix missing entries in switch statements | Philip Withnall | 2010-08-05 | 4 | -9/+39 |
* | Use #ifdef instead of #if to avoid warnings of undefined symbols | Philip Withnall | 2010-08-05 | 3 | -8/+8 |
* | use different labels if view is empty | Felix Kaser | 2010-08-05 | 2 | -19/+28 |
* | show label if contact list is empty | Felix Kaser | 2010-08-05 | 1 | -4/+48 |
* | added structure to show text when list empty | Felix Kaser | 2010-08-05 | 2 | -5/+35 |
* | no need to pass the reason to main_window_error_display | Guillaume Desmottes | 2010-08-05 | 1 | -3/+2 |
* | no need to pass the reason to empathy_account_get_error_message | Guillaume Desmottes | 2010-08-05 | 2 | -3/+3 |
* | accounts-dialog: use empathy_account_get_error_message (#523895) | Guillaume Desmottes | 2010-08-05 | 1 | -2/+2 |
* | main-window: use empathy_account_get_error_message (#523895) | Guillaume Desmottes | 2010-08-05 | 1 | -4/+1 |
* | main-window: pass the TpConnectionStatusReason to main_window_error_display | Guillaume Desmottes | 2010-08-05 | 1 | -6/+5 |
* | display the tooltip on the info image | Guillaume Desmottes | 2010-08-05 | 1 | -7/+17 |
* | add 'info' icon next to the candidates | Guillaume Desmottes | 2010-08-05 | 1 | -16/+80 |
* | call-window: use candidates-changed signal | Guillaume Desmottes | 2010-08-05 | 1 | -79/+37 |
* | use a space to separate the IP from the port | Guillaume Desmottes | 2010-08-05 | 1 | -1/+1 |
* | add tooltips giving a bit more context about the candidate | Guillaume Desmottes | 2010-08-05 | 1 | -0/+23 |
* | call-window: display candidates info (#599166) | Guillaume Desmottes | 2010-08-05 | 2 | -0/+370 |
* | removed fixme comment when toggling show_offline | Felix Kaser | 2010-08-03 | 1 | -3/+0 |
* | refactored show_offline property to the view | Felix Kaser | 2010-08-03 | 1 | -1/+1 |
* | Add a translator comment explaining the "reduce location" semantic (#624062) | Guillaume Desmottes | 2010-08-03 | 1 | -1/+1 |
* | map-view: be a proper GtkWindow (#625826) | Guillaume Desmottes | 2010-08-02 | 3 | -154/+221 |
* | free the list returned by clutter_container_get_children() | Guillaume Desmottes | 2010-08-02 | 1 | -3/+4 |
* | Merge EmpathyContact:name and *_set_alias() to EmpathyContact:alias | Philip Withnall | 2010-07-22 | 5 | -21/+21 |
* | Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixes | Travis Reitter | 2010-07-22 | 1 | -0/+2 |
* | Add authors and fix copyrights for empathy-accounts-module | Danielle Madeley | 2010-07-21 | 3 | -3/+7 |
* | Remove unneccesary signal disconnection in EmpathyAccountsDialog | Danielle Madeley | 2010-07-21 | 1 | -35/+9 |
* | Update cc-empathy-accounts-panel for latest gnome-control-center | Danielle Madeley | 2010-07-21 | 5 | -365/+129 |
* | Take advantage of tp_clear_object(). | Travis Reitter | 2010-07-21 | 1 | -7/+4 |
* | Fix alignment. | Travis Reitter | 2010-07-21 | 1 | -1/+1 |
* | Add 'dup' to the names of empathy_contact_from_folks_individual() and folks_i... | Travis Reitter | 2010-07-21 | 1 | -2/+2 |
* | Use explicit boolean expressions for if-conditionals, according to Telepathy ... | Travis Reitter | 2010-07-21 | 1 | -3/+3 |
* | Support contact adding | Travis Reitter | 2010-07-21 | 1 | -1/+2 |
* | Fixes from merging master | Philip Withnall | 2010-07-21 | 1 | -0/+1 |
* | Re-implement the context menu for Individuals | Travis Reitter | 2010-07-21 | 1 | -0/+3 |
* | Base the contact list around libfolks metacontacts. Not yet to feature-parity | Travis Reitter | 2010-07-21 | 1 | -49/+73 |
* | GtkNotebookPage no longer exists in GTK+ 3 | Danielle Madeley | 2010-07-19 | 1 | -1/+4 |
* | avoid segfault in event_manager_add (#624462) | Marc-Antoine Perennou | 2010-07-16 | 1 | -1/+3 |
* | Merge branch 'debug-av-599166' | Guillaume Desmottes | 2010-07-14 | 2 | -0/+546 |
|\ |
|
| * | display the clock rate of the codec as well | Guillaume Desmottes | 2010-07-13 | 1 | -12/+11 |
| * | reset codecs when call is disconnected | Guillaume Desmottes | 2010-07-12 | 1 | -0/+13 |
| * | call-window: display receiving codecs | Guillaume Desmottes | 2010-07-12 | 2 | -0/+195 |
| * | call-window: Add 'details' pane containing encoding codecs (#599166) | Guillaume Desmottes | 2010-07-12 | 2 | -0/+339 |
* | | preferences: coding style fix | Guillaume Desmottes | 2010-07-13 | 1 | -1/+1 |
* | | main-window: coding style fix | Guillaume Desmottes | 2010-07-13 | 1 | -1/+1 |
|/ |
|
* | empathy-accounts.1: document --if-needed | Guillaume Desmottes | 2010-07-12 | 1 | -0/+3 |
* | empathy-accounts.1: --import has been removed | Guillaume Desmottes | 2010-07-12 | 1 | -3/+0 |
* | import empathy-accounts manpage from Debian | Guillaume Desmottes | 2010-07-12 | 2 | -1/+38 |
* | sync empathy manpage with Debian package | Guillaume Desmottes | 2010-07-12 | 1 | -9/+31 |
* | empathy_status_icon_new: always call status_icon_set_visibility | Guillaume Desmottes | 2010-07-12 | 1 | -3/+1 |
* | empathy_status_icon_new: don't ignore hide_contact_list (#623937) | Guillaume Desmottes | 2010-07-12 | 1 | -1/+5 |
* | Merge branch 'auto-approve' | Guillaume Desmottes | 2010-07-09 | 1 | -0/+1 |
|\ |
|
| * | Pass EMPATHY_DISPATCHER_NON_USER_ACTION as action time when auto-approving mucs | Guillaume Desmottes | 2010-07-09 | 1 | -0/+1 |
* | | debug_window_name_owner_changed_cb: update client services as well | Guillaume Desmottes | 2010-07-09 | 1 | -33/+32 |
* | | Store the unique name in the model | Guillaume Desmottes | 2010-07-09 | 1 | -13/+10 |
* | | FillCmChooserData: rename, add type field and helper functions | Guillaume Desmottes | 2010-07-09 | 1 | -12/+35 |
* | | rename vars, functions and constants to make code less CM specific | Guillaume Desmottes | 2010-07-09 | 1 | -82/+82 |
* | | coding style fix | Guillaume Desmottes | 2010-07-09 | 1 | -2/+2 |
* | | debug-window: add Telepathy clients | Guillaume Desmottes | 2010-07-09 | 1 | -0/+54 |
* | | debug-window: remove hardcoded clients | Guillaume Desmottes | 2010-07-09 | 1 | -22/+0 |
|/ |
|
* | tell the chatroom manager asap about chats | Sjoerd Simons | 2010-07-09 | 1 | -10/+20 |
* | link on unique-3 when using GTK3 | Guillaume Desmottes | 2010-07-08 | 1 | -0/+4 |
* | move GTK+ check to its own PKG_CHECK_MODULES | Guillaume Desmottes | 2010-07-08 | 1 | -0/+2 |
* | call-window: use gtk_widget_get_allocation() | Guillaume Desmottes | 2010-07-07 | 1 | -1/+3 |
* | rephrase 'Important Room' menu entry | Guillaume Desmottes | 2010-07-07 | 1 | -1/+1 |
* | set a title to the room invitation dialog | Guillaume Desmottes | 2010-07-07 | 1 | -0/+7 |
* | Add a title to the incoming call dialog | Guillaume Desmottes | 2010-07-07 | 1 | -0/+7 |
* | display incoming events right away if user asked to | Guillaume Desmottes | 2010-07-07 | 1 | -3/+38 |
* | Add option to disable displaying events in the notif area (#585914) | Guillaume Desmottes | 2010-07-07 | 2 | -1/+24 |
* | add accept/decline buttons to invitation notifications | Guillaume Desmottes | 2010-07-07 | 1 | -0/+1 |
* | use a specific event type for muc invitations | Guillaume Desmottes | 2010-07-07 | 2 | -3/+4 |
* | add accept/decline buttons to FT notifications | Guillaume Desmottes | 2010-07-07 | 1 | -0/+10 |
* | event-manager: allow to reject FT channels | Guillaume Desmottes | 2010-07-07 | 1 | -0/+7 |
* | add answer/decline buttons in call notifications (#597124) | Guillaume Desmottes | 2010-07-07 | 1 | -0/+21 |
* | add empathy_event_decline | Guillaume Desmottes | 2010-07-07 | 2 | -0/+11 |
* | Add 'Respond' button only for text channels and approve it directly | Guillaume Desmottes | 2010-07-07 | 1 | -7/+11 |
* | add empathy_event_approve() | Guillaume Desmottes | 2010-07-07 | 2 | -0/+11 |
* | factor out add_notification_actions | Guillaume Desmottes | 2010-07-07 | 1 | -9/+16 |
* | empathy_dispatcher_join_muc: remove callback arg | Guillaume Desmottes | 2010-07-07 | 4 | -6/+5 |
* | Revert "no need to specify each time of handle" | Sjoerd Simons | 2010-07-06 | 1 | -0/+11 |
* | Inform the chatroom mgr when we are handling a new room | Guillaume Desmottes | 2010-07-05 | 2 | -1/+10 |
* | no need to specify each time of handle | Guillaume Desmottes | 2010-07-05 | 1 | -11/+0 |
* | Handle text channels using TpSimpleHandler (#623358) | Guillaume Desmottes | 2010-07-05 | 2 | -46/+169 |
* | chat-manager: document the queue | Guillaume Desmottes | 2010-07-05 | 1 | -0/+1 |
* | stop handling text channels using EmpathyDispatcher | Guillaume Desmottes | 2010-07-05 | 1 | -21/+1 |
* | room list channels are not dispatched | Guillaume Desmottes | 2010-07-05 | 1 | -2/+0 |
* | main: destroy the window when we're done (#623396) | Guillaume Desmottes | 2010-07-02 | 1 | -0/+1 |
* | status-icon: drop our ref on the window when disposing | Guillaume Desmottes | 2010-07-02 | 1 | -0/+1 |