| Commit message (Expand) | Author | Age | Files | Lines |
* | stop passing the main window to empathy_sound_manager_play() | Guillaume Desmottes | 2012-05-15 | 1 | -24/+6 |
* | coding style fix | Guillaume Desmottes | 2012-05-11 | 1 | -1/+1 |
* | new-chatroom-dialog: use TpRoomList | Guillaume Desmottes | 2012-05-10 | 1 | -103/+76 |
* | remove invisible_char from ui files | Guillaume Desmottes | 2012-05-10 | 1 | -2/+0 |
* | Turn EmpathyNewChatroomDialog to a GtkDialog sub-class | Guillaume Desmottes | 2012-05-10 | 3 | -458/+491 |
* | chatroom-dialog: re-order some functions | Guillaume Desmottes | 2012-05-10 | 1 | -355/+299 |
* | new-chatroom-dialog: port to TP coding style | Guillaume Desmottes | 2012-05-10 | 2 | -640/+642 |
* | Use TpTpTLSCertificate | Guillaume Desmottes | 2012-05-10 | 1 | -11/+13 |
* | Store the TpDebugMessage in the model | Guillaume Desmottes | 2012-05-10 | 1 | -134/+131 |
* | merge store_filter_foreach () and copy_model_foreach () | Guillaume Desmottes | 2012-05-10 | 1 | -61/+14 |
* | debug-window: use TpDebugClient | Guillaume Desmottes | 2012-05-10 | 1 | -70/+89 |
* | empathy-debugger: use self->priv pattern | Guillaume Desmottes | 2012-05-10 | 2 | -278/+267 |
* | debug_window_dispose: use g_clear_object() | Guillaume Desmottes | 2012-05-10 | 1 | -20/+4 |
* | new-account-dialog: rely on the EmpathyAccountWidget::close signal | Guillaume Desmottes | 2012-05-09 | 1 | -1/+1 |
* | video-widget: Remove as it is now unused | Olivier Crête | 2012-05-09 | 4 | -592/+6 |
* | call-observer: use tp_channel_get_target_contact() | Guillaume Desmottes | 2012-05-08 | 1 | -32/+4 |
* | Turn EmpathyAccountWidget to a proper GtkWidget | Guillaume Desmottes | 2012-05-08 | 1 | -29/+23 |
* | approve_ft_channel: stop using the contact factory | Guillaume Desmottes | 2012-05-08 | 1 | -37/+20 |
* | approve_call_channel: stop using the contact factory | Guillaume Desmottes | 2012-05-08 | 1 | -65/+47 |
* | event-manager: factor out approve_channel_*() functions | Guillaume Desmottes | 2012-05-08 | 1 | -94/+141 |
* | Use gst_object_ref_sink() | Javier Jardón | 2012-05-08 | 2 | -7/+4 |
* | Use TP_ERROR instead of TP_ERRORS | Guillaume Desmottes | 2012-05-07 | 3 | -6/+6 |
* | Fix localization of --help outputs and application names | Gabor Kelemen | 2012-05-03 | 5 | -5/+9 |
* | accounts-dialog: stop using tp_connection_get_self_handle() | Guillaume Desmottes | 2012-05-03 | 1 | -17/+8 |
* | invite-participant-dialog: compare TpContact objects rather than handles | Guillaume Desmottes | 2012-05-03 | 1 | -6/+4 |
* | empathy_tp_chat_is_invited: return a TpContact for the inviter | Guillaume Desmottes | 2012-05-03 | 1 | -30/+5 |
* | event-manager: use new channel group API | Guillaume Desmottes | 2012-05-03 | 1 | -4/+4 |
* | invite-participant-dialog: stop using tp_channel_group_get_handle_owner() | Guillaume Desmottes | 2012-05-03 | 1 | -2/+5 |
* | chat-manager: use tp_channel_join_async() | Guillaume Desmottes | 2012-05-03 | 1 | -1/+17 |
* | remove empathy-av | Guillaume Desmottes | 2012-05-02 | 13 | -6510/+0 |
* | Stop approving StreamedMedia channels | Guillaume Desmottes | 2012-05-02 | 3 | -94/+2 |
* | roster-window: set a default height | Guillaume Desmottes | 2012-04-20 | 1 | -0/+1 |
* | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-04-11 | 2 | -7/+1 |
|\ |
|
| * | Don't display anything when being re-invoked in hidden mode | Guillaume Desmottes | 2012-04-11 | 1 | -7/+0 |
| * | roster-window: Bring back log entry in individual context menu | Guillaume Desmottes | 2012-04-05 | 1 | -0/+1 |
* | | remove useless empathy-contact-list.h includes | Guillaume Desmottes | 2012-04-10 | 3 | -3/+0 |
* | | implement empathy_tp_chat_get_members as a method on TpChat | Guillaume Desmottes | 2012-04-10 | 1 | -2/+1 |
* | | implement empathy_tp_chat_add as a method on TpChat | Guillaume Desmottes | 2012-04-10 | 1 | -3/+2 |
* | | Allocate GMutex on the stack | Guillaume Desmottes | 2012-04-05 | 5 | -65/+66 |
* | | stop using g_thread_init | Guillaume Desmottes | 2012-04-05 | 7 | -14/+0 |
* | | stop instantiating EmpathyConnectivity | Guillaume Desmottes | 2012-04-05 | 1 | -22/+0 |
* | | accounts-dialog: use GNetworkMonitor | Guillaume Desmottes | 2012-04-05 | 1 | -10/+10 |
* | | Remove Meego specific code | Guillaume Desmottes | 2012-04-05 | 1 | -37/+0 |
* | | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-04-05 | 2 | -2/+4 |
|\| |
|
| * | check if salut settings are valid instead of assume they are not | Guillaume Desmottes | 2012-04-04 | 1 | -1/+3 |
| * | include logger single header | Guillaume Desmottes | 2012-04-04 | 1 | -1/+1 |
* | | account-dialog: add 'Rename' item to the context menu | Guillaume Desmottes | 2012-04-02 | 1 | -0/+33 |
* | | accounts-dialog: keep a pointer on the text renderer | Guillaume Desmottes | 2012-04-02 | 1 | -7/+9 |
* | | replace Enable/Disable menu items by a check item | Guillaume Desmottes | 2012-04-02 | 1 | -37/+15 |
|/ |
|
* | call-window: raise the overlay actor instead of individual actors | Cosimo Cecchi | 2012-03-30 | 1 | -13/+2 |
* | use enable_and_connect_account() when enabling an account from the menu | Guillaume Desmottes | 2012-03-30 | 1 | -1/+2 |
* | factor out enable_and_connect_account() | Guillaume Desmottes | 2012-03-30 | 1 | -2/+9 |
* | accounts-dialog: no need to connect the account if we are disabling it | Guillaume Desmottes | 2012-03-30 | 1 | -5/+13 |
* | accounts_dialog_enable_account_cb: use the usual async cb pattern | Guillaume Desmottes | 2012-03-30 | 1 | -10/+9 |
* | empathy-accounts: disable 'Enable' menu entry if not supported | Guillaume Desmottes | 2012-03-30 | 1 | -6/+14 |
* | factor out account_can_be_enabled() | Guillaume Desmottes | 2012-03-30 | 1 | -9/+18 |
* | ev-sidebar: use gtk_list_store_insert_with_values() | Guillaume Desmottes | 2012-03-29 | 1 | -2/+1 |
* | preferences: use gtk_list_store_insert_with_values() | Guillaume Desmottes | 2012-03-29 | 1 | -3/+1 |
* | new-chatroom-dialog: use gtk_list_store_insert_with_values() | Guillaume Desmottes | 2012-03-29 | 1 | -3/+1 |
* | import-widget: use gtk_list_store_insert_with_values() | Guillaume Desmottes | 2012-03-29 | 1 | -4/+1 |
* | chatrooms-window: use gtk_list_store_insert_with_values() | Guillaume Desmottes | 2012-03-29 | 1 | -2/+1 |
* | accounts-dialog: use gtk_list_store_insert_with_values() | Guillaume Desmottes | 2012-03-29 | 1 | -8/+13 |
* | Merge remote-tracking branch 'wjt/652800-661731-notifications' | Guillaume Desmottes | 2012-03-28 | 3 | -22/+25 |
|\ |
|
| * | Move category name constants to #defines | Will Thompson | 2012-03-28 | 3 | -21/+19 |
| * | Show MUC highlight notifications in Gnome Shell | Will Thompson | 2012-03-28 | 1 | -3/+8 |
* | | streamed-media-window: don't leak the element name | Debarshi Ray | 2012-03-28 | 1 | -2/+4 |
* | | call-window: don't leak the element name | Debarshi Ray | 2012-03-28 | 1 | -2/+4 |
|/ |
|
* | call-window: factor out some common code | Cosimo Cecchi | 2012-03-27 | 1 | -14/+14 |
* | call-window: don't use EmpathyRoundedActor for the floating toolbar | Cosimo Cecchi | 2012-03-27 | 2 | -31/+25 |
* | call-window: use a ClutterBoxLayout to separate previews/toolbar | Cosimo Cecchi | 2012-03-27 | 1 | -128/+68 |
* | call-window: fix incorrect comment | Cosimo Cecchi | 2012-03-27 | 1 | -3/+2 |
* | call-window: use colors from the theme for placeholders | Cosimo Cecchi | 2012-03-27 | 1 | -2/+30 |
* | rounded-rectangle: cairo_set_source_rgba() takes [0..1] arguments | Cosimo Cecchi | 2012-03-27 | 1 | -7/+6 |
* | import-widget: request the preferred height of the treeview | Guillaume Desmottes | 2012-03-27 | 2 | -2/+11 |
* | import-widget: don't manually prepare the account manager | Guillaume Desmottes | 2012-03-27 | 1 | -23/+4 |
* | Use the correct help: URI syntax | Shaun McCance | 2012-03-26 | 2 | -2/+2 |
* | roster-window: check which page to display once Folks has finished loading | Guillaume Desmottes | 2012-03-22 | 1 | -1/+1 |
* | Use help:empathy to open the help | Guillaume Desmottes | 2012-03-22 | 4 | -4/+4 |
* | debug-window: no need to translate the '%s' format | Guillaume Desmottes | 2012-03-22 | 1 | -1/+1 |
* | accounts-dialog: set a column spacing for the GtkInfoBar grid | Cosimo Cecchi | 2012-03-21 | 1 | -0/+1 |
* | Fix crash on hangup with no video | Emanuele Aina | 2012-03-16 | 1 | -4/+5 |
* | Don't restart a call if one already in progress | Emanuele Aina | 2012-03-16 | 1 | -5/+10 |
* | contact-widget: don't display the account when editing our info | Guillaume Desmottes | 2012-03-16 | 1 | -1/+2 |
* | Disconnect when a call is ENDED | Emanuele Aina | 2012-03-15 | 1 | -5/+8 |
* | reload the account widget when connection is (dis)connected | Guillaume Desmottes | 2012-03-15 | 1 | -0/+45 |
* | create_dialog_content: check if the TpConnection is still valid | Guillaume Desmottes | 2012-03-15 | 1 | -1/+2 |
* | factor out account_is_selected() | Guillaume Desmottes | 2012-03-15 | 1 | -16/+27 |
* | sanity-cleaning: set fallback-servers on Facebook accounts | Guillaume Desmottes | 2012-03-15 | 1 | -1/+42 |
* | Merge remote-tracking branch 'gulic/buttons-668464' | Danielle Madeley | 2012-03-14 | 1 | -2/+3 |
|\ |
|
| * | favorite chatrooms dialog: use the right style for the remove button | Guillaume Desmottes | 2012-01-23 | 1 | -2/+3 |
* | | Avoid clipping buttons in the call window | Emanuele Aina | 2012-03-12 | 1 | -11/+8 |
* | | Merge remote-tracking branch 'em/fix-highlight-roundedness-671720' | Guillaume Desmottes | 2012-03-12 | 5 | -50/+64 |
|\ \ |
|
| * | | Match the preview highlight roundedness with the video | Emanuele Aina | 2012-03-12 | 5 | -41/+44 |
| * | | rounded-rectangle: use the 'draw' signal | Guillaume Desmottes | 2012-03-12 | 1 | -9/+20 |
* | | | early return if accounts_dialog_model_get_selected_settings() returns NULL | Guillaume Desmottes | 2012-03-12 | 1 | -0/+4 |
|/ / |
|
* | | video-widget: don't set priv->sink_pad twice | Guillaume Desmottes | 2012-03-09 | 1 | -2/+0 |
* | | Don't clip overflowing border when drawing rounded rectangles | Emanuele Aina | 2012-03-09 | 2 | -9/+23 |
* | | MUC: make F9 toggle the contact list sidebar | Will Thompson | 2012-03-07 | 1 | -0/+1 |
* | | add missing config.h includes | Guillaume Desmottes | 2012-03-07 | 5 | -0/+5 |
* | | add missing config.h includes | Guillaume Desmottes | 2012-03-07 | 2 | -0/+4 |
* | | stop using gtk_vscale_new_with_range() | Guillaume Desmottes | 2012-03-07 | 1 | -2/+4 |
* | | sanity-cleaning: fix xmpp accounts having a negative priority | Guillaume Desmottes | 2012-03-06 | 1 | -1/+63 |
* | | Add magic to automatically run tasks when empathy-auth-client is started | Guillaume Desmottes | 2012-03-06 | 4 | -0/+120 |
* | | 'ice-udp' capability is now 'ice' in Call1 | Guillaume Desmottes | 2012-03-06 | 1 | -1/+1 |
* | | advertise Call1 audio/video capabilities | Guillaume Desmottes | 2012-03-06 | 1 | -0/+2 |
* | | call-factory: set Call1 capabilities | Guillaume Desmottes | 2012-03-06 | 1 | -4/+4 |
* | | empathy-call doesn't need ev-sidebar | Guillaume Desmottes | 2012-03-02 | 1 | -2/+0 |
* | | Revert "Stop approve StreamedMedia channels" | Guillaume Desmottes | 2012-03-02 | 3 | -2/+94 |
* | | remove FIXME regarding empathy_tp_streamed_media_accept_incoming_call() | Guillaume Desmottes | 2012-03-02 | 1 | -2/+0 |
* | | fix signature of empathy_streamed_media_handler_tf_content_src_pad_added_cb | Guillaume Desmottes | 2012-03-02 | 1 | -1/+5 |
* | | Farstream port of tp-av oops | Olivier Crête | 2012-03-02 | 1 | -0/+12 |
* | | Port Empathy-av to Telepathy Farstream | Olivier Crête | 2012-03-02 | 2 | -76/+76 |
* | | Allow to build with empathy-av | Guillaume Desmottes | 2012-03-02 | 4 | -11/+14 |
* | | Revert "Drop empathy-av" | Guillaume Desmottes | 2012-03-01 | 11 | -0/+6062 |
* | | Revert "remove ev-sidebar" | Guillaume Desmottes | 2012-03-01 | 3 | -0/+430 |
* | | Make clear work on All's buffer | Chandni Verma | 2012-03-01 | 1 | -0/+9 |
* | | audio-sink: don't unref subpad | Guillaume Desmottes | 2012-02-28 | 1 | -4/+1 |
* | | empathy_call_window_content_added_cb: fix pad leak | Guillaume Desmottes | 2012-02-27 | 1 | -0/+2 |
* | | audio-sink: fix GstPad leaks | Guillaume Desmottes | 2012-02-27 | 1 | -1/+6 |
* | | call-window: don't leak the ClutterState | Guillaume Desmottes | 2012-02-24 | 1 | -0/+1 |
* | | call-window: use empathy_call_handler_get_contact() | Guillaume Desmottes | 2012-02-23 | 1 | -1/+2 |
* | | call: don't leak the contact | Guillaume Desmottes | 2012-02-23 | 1 | -1/+1 |
* | | add empathy_call_handler_get_contact() | Guillaume Desmottes | 2012-02-23 | 2 | -0/+8 |
* | | call-window: don't leak the contact | Guillaume Desmottes | 2012-02-23 | 1 | -4/+1 |
* | | Don't disconnect the contact_name_changed_cb cb | Guillaume Desmottes | 2012-02-23 | 1 | -2/+0 |
* | | Stop using Farsight2 headers | Gert Kulyk | 2012-02-23 | 3 | -4/+4 |
* | | check gtk_clutter_init() return value | Guillaume Desmottes | 2012-02-22 | 1 | -1/+2 |
* | | empathy-call: no need to call gtk_clutter_init() | Guillaume Desmottes | 2012-02-22 | 1 | -1/+0 |
* | | check coding style of all binaries | Guillaume Desmottes | 2012-02-21 | 1 | -1/+7 |
* | | remove ev-sidebar | Guillaume Desmottes | 2012-02-21 | 3 | -430/+0 |
* | | debug-window: coding style fixes | Guillaume Desmottes | 2012-02-21 | 1 | -2/+2 |
* | | Drop empathy-av | Guillaume Desmottes | 2012-02-21 | 11 | -6064/+1 |
* | | Stop approve StreamedMedia channels | Guillaume Desmottes | 2012-02-21 | 3 | -94/+2 |
* | | always build empathy-call | Guillaume Desmottes | 2012-02-21 | 1 | -4/+0 |
* | | try installing telepathy-haze | Guillaume Desmottes | 2012-02-21 | 1 | -0/+21 |
* | | explain why the account has been disabled | Guillaume Desmottes | 2012-02-21 | 1 | -2/+13 |
* | | accounts-dialog: hide the switch in butterfly accounts | Guillaume Desmottes | 2012-02-21 | 1 | -2/+9 |
* | | Merge remote-tracking branch 'glassrose/debug-window-send-to-pastebin-button-... | Guillaume Desmottes | 2012-02-21 | 1 | -21/+173 |
|\ \ |
|
| * | | License to publish the author's pastebin API developer key in open | Chandni Verma | 2012-02-21 | 1 | -1/+2 |
| * | | "Send to pastebin" button in EmpathyDebugWindow | Chandni Verma | 2012-02-21 | 1 | -21/+172 |
* | | | drag_data_received_individual_id: make sure manager is initialized | Guillaume Desmottes | 2012-02-21 | 1 | -1/+1 |
* | | | Merge remote-tracking branch 'origin/call1' into master+call | Guillaume Desmottes | 2012-02-21 | 11 | -374/+163 |
|\ \ \
| |/ /
|/| | |
|
| * | | Port DTMF code to new tp-glib API | Xavier Claessens | 2012-01-27 | 1 | -63/+8 |
| * | | Merge branch 'master' into call1 | Danielle Madeley | 2012-01-17 | 1 | -30/+51 |
| |\ \ |
|
| * | | | call-handler: also accept outgoing calls immediately | Danielle Madeley | 2012-01-13 | 1 | -4/+15 |
| * | | | call-handler: check the state before deferring the accept() | Danielle Madeley | 2012-01-12 | 1 | -1/+7 |
| * | | | Wait for call state to be INITIALISED before accepting incoming call | Xavier Claessens | 2012-01-10 | 1 | -21/+26 |
| * | | | Remove tp-yell and use TpCallChannel | Xavier Claessens | 2012-01-10 | 11 | -299/+121 |
* | | | | chat-window: invite contacts using DnD | Guillaume Desmottes | 2012-02-17 | 1 | -0/+72 |
* | | | | chat-window: display a phone icon in the tab label | Guillaume Desmottes | 2012-02-17 | 1 | -0/+13 |
* | | | | Merge remote-tracking branch 'glassrose/add-All-service-selection-in-debug-wi... | Guillaume Desmottes | 2012-02-17 | 1 | -304/+591 |
|\ \ \ \ |
|
| * | | | | Use gtk_list_store_insert_with_values () | Chandni Verma | 2012-01-28 | 1 | -22/+11 |
| * | | | | Un-pausing incoming messages should update All's active buffer too | Chandni Verma | 2012-01-28 | 1 | -3/+8 |
| * | | | | Set window sensitivity | Chandni Verma | 2012-01-28 | 1 | -12/+17 |
| * | | | | Add incoming messages to All's buffer | Chandni Verma | 2012-01-28 | 1 | -11/+37 |
| * | | | | Refresh "All" selection's active-buffer when needed | Chandni Verma | 2012-01-28 | 1 | -34/+157 |
| * | | | | Add "All" selection to service_chooser and all_active_buffer to priv | Chandni Verma | 2012-01-28 | 1 | -3/+35 |
| * | | | | Preparing for adding "All" option to service_chooser | Chandni Verma | 2012-01-28 | 1 | -13/+60 |
| * | | | | Factor out create_proxy_to_get_messages | Chandni Verma | 2012-01-27 | 1 | -35/+60 |
| * | | | | Debug window - Use one active buffer and one pause buffer per service | Chandni Verma | 2012-01-27 | 1 | -270/+305 |
* | | | | | salut-dialog: use 'Skip' instead of 'Ignore' | Guillaume Desmottes | 2012-02-17 | 1 | -1/+1 |
* | | | | | remove empathy-auto-salut-account-helper | Guillaume Desmottes | 2012-02-17 | 5 | -141/+0 |
* | | | | | Remove empathy-account-assistant | Guillaume Desmottes | 2012-02-17 | 2 | -1379/+0 |
* | | | | | Stop using the accounts assistant | Guillaume Desmottes | 2012-02-17 | 1 | -62/+5 |
* | | | | | empathy-accounts: remove --assistant option | Guillaume Desmottes | 2012-02-17 | 3 | -10/+3 |
* | | | | | accounts-dialog: suggest to create a salut account | Guillaume Desmottes | 2012-02-17 | 1 | -2/+68 |
* | | | | | Move should_create_salut_account to local-xmpp-assistant-widget | Guillaume Desmottes | 2012-02-17 | 3 | -29/+2 |
* | | | | | accounts-dialog: display the import dialog if there is no account | Guillaume Desmottes | 2012-02-17 | 1 | -0/+17 |
* | | | | | accounts-dialog: improve the 'no protocol installed' message | Guillaume Desmottes | 2012-02-16 | 1 | -1/+1 |
* | | | | | accounts_dialog_add_account: select if that's the first account added | Guillaume Desmottes | 2012-02-16 | 1 | -3/+7 |
* | | | | | accounts-dialog: move the 'no protocol' message to a different page | Guillaume Desmottes | 2012-02-16 | 2 | -44/+48 |
* | | | | | accounts-dialog: remove hbox_protocol | Guillaume Desmottes | 2012-02-16 | 2 | -29/+0 |
* | | | | | accounts-dialog: don't automatically open the add account | Guillaume Desmottes | 2012-02-16 | 1 | -9/+0 |
* | | | | | import-dialog: set a verb on the 'Ok' button | Guillaume Desmottes | 2012-02-16 | 1 | -2/+4 |
* | | | | | import-dialog: expand and fill the import widget | Guillaume Desmottes | 2012-02-16 | 1 | -1/+1 |
* | | | | | Pass EmpathyConnectionManagers to the import widget | Guillaume Desmottes | 2012-02-16 | 6 | -30/+70 |
* | | | | | factor out display_import_dialog() | Guillaume Desmottes | 2012-02-16 | 1 | -3/+11 |
* | | | | | remove useless include | Guillaume Desmottes | 2012-02-16 | 1 | -1/+0 |
* | | | | | empathy-chat: keep the individual manager alive as a cache | Guillaume Desmottes | 2012-02-15 | 1 | -0/+7 |
* | | | | | set the presence message as a tooltip on its label | Guillaume Desmottes | 2012-02-15 | 1 | -0/+3 |
* | | | | | accounts-dialog: ellipsize presence message | Guillaume Desmottes | 2012-02-15 | 1 | -1/+1 |
* | | | | | Display a spinner while loading contacts from Folks | Guillaume Desmottes | 2012-02-14 | 2 | -14/+85 |
* | | | | | Don't unhighlight chat tabs when more messages are received | Will Thompson | 2012-02-11 | 1 | -28/+11 |
* | | | | | empathy-call: call XInitThreads() | Guillaume Desmottes | 2012-02-09 | 1 | -0/+10 |
* | | | | | stop using clutter_gst_video_sink_new() | Guillaume Desmottes | 2012-02-09 | 1 | -4/+11 |
* | | | | | Add a gsetting key to show/hide groups | Guillaume Desmottes | 2012-02-09 | 1 | -0/+3 |
* | | | | | Remove 'Link Contact' menu item | Guillaume Desmottes | 2012-02-08 | 1 | -1/+0 |
* | | | | | add missing config.h | Guillaume Desmottes | 2012-02-08 | 2 | -0/+3 |
* | | | | | Make the default chat window size bigger. | Ken VanDine | 2012-02-06 | 1 | -2/+2 |
* | | | | | display a message if accounts need to be enabled | Guillaume Desmottes | 2012-02-03 | 1 | -4/+83 |
* | | | | | display a specific message if no account is configured | Guillaume Desmottes | 2012-02-03 | 1 | -0/+27 |
* | | | | | add generic contact icon and account settings button to the message page | Guillaume Desmottes | 2012-02-03 | 2 | -4/+73 |
* | | | | | make code displaying the 'no match found' page more generic | Guillaume Desmottes | 2012-02-03 | 1 | -16/+28 |
* | | | | | assistant: hide the buttons in the salut widget | Guillaume Desmottes | 2012-02-03 | 1 | -0/+2 |
* | | | | | preferences: fix phrasing of the EMPATHY_PREFS_SOUNDS_CONTACT_LOGIN | Guillaume Desmottes | 2012-01-31 | 1 | -1/+1 |
* | | | | | Don't warn before leaving disconnected chatrooms | Will Thompson | 2012-01-30 | 1 | -2/+14 |
* | | | | | Shorten "Leave chat room" to "Leave room" | Will Thompson | 2012-01-30 | 1 | -1/+1 |
* | | | | | Special-case closing a window with exactly one tab | Will Thompson | 2012-01-30 | 1 | -0/+13 |
* | | | | | Confirm closing windows containing chat rooms. | Will Thompson | 2012-01-30 | 1 | -31/+115 |
* | | | | | Confirm closing chat room tabs | Will Thompson | 2012-01-30 | 1 | -2/+59 |
* | | | | | roster_window_connection_items_setup: remove edit_personal_information | Guillaume Desmottes | 2012-01-27 | 1 | -1/+0 |
* | | | | | preferences: split "Open new chats in separate windows" into a radiobutton | Danielle Madeley | 2012-01-27 | 2 | -10/+43 |
* | | | | | Merge branch 'highlight-regex' | Will Thompson | 2012-01-26 | 2 | -8/+11 |
|\ \ \ \ \ |
|
| * | | | | | EmpathyChat: include should_highlight in ::new-message | Will Thompson | 2012-01-19 | 1 | -1/+2 |
| * | | | | | chat_view_append_message: take a should_highlight argument | Will Thompson | 2012-01-19 | 1 | -7/+9 |
| | |_|/ /
| |/| | | |
|
* | | | | | accounts-dialog: don't add newly created account twice | Guillaume Desmottes | 2012-01-24 | 1 | -69/+9 |
* | | | | | accounts_dialog_get_account_iter: use the COL_ACCOUNT directly | Guillaume Desmottes | 2012-01-24 | 1 | -4/+4 |
* | | | | | accounts-dialog: no more need to manually prepare TpAccount | Guillaume Desmottes | 2012-01-24 | 1 | -20/+1 |
| |_|_|/
|/| | | |
|
* | | | | remove 'edit->personnal information' menu | Guillaume Desmottes | 2012-01-20 | 2 | -15/+0 |
|/ / / |
|
* | | | roster-window: watch for TpAccount:connection changes | Guillaume Desmottes | 2012-01-12 | 1 | -4/+25 |
* | | | roster-window: factor out add_account() | Guillaume Desmottes | 2012-01-12 | 1 | -26/+26 |
| |/
|/| |
|
* | | roster-window: use self->priv pattern | Guillaume Desmottes | 2012-01-10 | 2 | -447/+390 |
* | | roster-window: port to new coding style | Guillaume Desmottes | 2012-01-10 | 2 | -1860/+1874 |
* | | rename MainWindow to RosterWindow | Guillaume Desmottes | 2012-01-10 | 8 | -382/+382 |
* | | Disable join button when protocol irc is selected | Jovanka Gulicoska | 2012-01-10 | 1 | -0/+8 |
* | | added # in join room when irc protocol selected | Jovanka Gulicoska | 2012-01-06 | 1 | -0/+6 |
* | | accounts-dialog: remove protocol chooser | Guillaume Desmottes | 2011-12-22 | 1 | -99/+0 |
* | | accounts-dialog: use the new account dialog | Guillaume Desmottes | 2011-12-22 | 1 | -3/+22 |
* | | account-widget: display the buttons in simple mode as well | Guillaume Desmottes | 2011-12-22 | 1 | -0/+2 |
* | | account_dialog_create_edit_params_dialog: don't connect account-created signal | Guillaume Desmottes | 2011-12-22 | 1 | -24/+0 |
* | | don't use deprecated GTK+ API | Guillaume Desmottes | 2011-12-22 | 1 | -2/+2 |
* | | display the editor on top | Guillaume Desmottes | 2011-12-22 | 1 | -3/+7 |
* | | properly handle accounts using an external storage | Guillaume Desmottes | 2011-12-22 | 1 | -3/+109 |
* | | No need to manually prepare the connection | Guillaume Desmottes | 2011-12-22 | 1 | -25/+9 |
* | | add some padding in the edit conn settings dialog | Guillaume Desmottes | 2011-12-22 | 1 | -4/+9 |
* | | add an accelerator to open the params dialog | Guillaume Desmottes | 2011-12-22 | 1 | -1/+1 |
* | | pass a second NULL pointer to gtk_dialog_new_with_buttons() | Guillaume Desmottes | 2011-12-22 | 1 | -1/+1 |
* | | Don't show the presence twice | Danielle Madeley | 2011-12-22 | 1 | -0/+1 |
* | | Make it possible to add/remove/edit accounts without it crashing everywhere | Danielle Madeley | 2011-12-22 | 1 | -54/+11 |
* | | Add a close signal, emitted by both cancel and apply | Danielle Madeley | 2011-12-22 | 1 | -5/+4 |
* | | Begin combining the dialogs | Danielle Madeley | 2011-12-22 | 1 | -19/+161 |
* | | empathy_chat_window_present_chat: move to the chat window desktop | Guillaume Desmottes | 2011-12-19 | 1 | -2/+6 |
* | | import-widget: use the server in IRC account display name | Guillaume Desmottes | 2011-12-16 | 1 | -4/+18 |
* | | main-window: stop instantiating the contact manager | Guillaume Desmottes | 2011-12-14 | 1 | -5/+0 |
* | | map-view: use the individual menu | Guillaume Desmottes | 2011-12-14 | 1 | -8/+21 |
* | | remove EMPATHY_INDIVIDUAL_FEATURE_ALL | Guillaume Desmottes | 2011-12-14 | 1 | -2/+19 |
* | | empathy-audio-sink.c: include config.h | Xavier Claessens | 2011-12-13 | 1 | -0/+1 |
* | | get_tp_contact_for_chat: deal with tp_channel_borrow_connection() returning NULL | Guillaume Desmottes | 2011-12-12 | 1 | -0/+2 |
* | | auth-client: add some more debugging | Guillaume Desmottes | 2011-12-08 | 1 | -0/+2 |
* | | Call: Low the video watchdog timeout to 1 second | Sjoerd Simons | 2011-12-07 | 1 | -1/+1 |
* | | about: Polish the code to generate the license string | Sjoerd Simons | 2011-12-07 | 1 | -8/+10 |
* | | map-view: stop using EmpathyContactManager | Guillaume Desmottes | 2011-12-05 | 1 | -54/+64 |
* | | Properly cast buffer and latency times when setting properties | Guillaume Desmottes | 2011-11-30 | 2 | -2/+5 |
* | | event-manager: use the conn aggregator instead of the contact mgr | Guillaume Desmottes | 2011-11-30 | 2 | -34/+104 |
* | | Revert "WIP" | Guillaume Desmottes | 2011-11-29 | 2 | -31/+4 |
* | | WIP | Guillaume Desmottes | 2011-11-29 | 2 | -4/+31 |
* | | Merge remote-tracking branch 'jonny/ft' | Guillaume Desmottes | 2011-11-29 | 2 | -7/+5 |
|\ \ |
|
| * | | client-factory: stop creating EmpathyTpFile objects | Jonny Lamb | 2011-11-09 | 2 | -7/+5 |
* | | | groups-widget: use empathy_connection_aggregator_get_all_groups() | Guillaume Desmottes | 2011-11-29 | 1 | -0/+26 |
| |/
|/| |
|
* | | add missing empathy-contact-list.h include | Guillaume Desmottes | 2011-11-28 | 1 | -0/+1 |