aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* import-widget: request the preferred height of the treeviewGuillaume Desmottes2012-03-272-2/+11
| | | | | | We should try to display as much rows as possible. https://bugzilla.gnome.org/show_bug.cgi?id=672839
* import-widget: don't manually prepare the account managerGuillaume Desmottes2012-03-271-23/+4
| | | | | | empathy-accounts already does it for us. https://bugzilla.gnome.org/show_bug.cgi?id=672839
* Use the correct help: URI syntaxShaun McCance2012-03-262-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672596
* roster-window: check which page to display once Folks has finished loadingGuillaume Desmottes2012-03-221-1/+1
| | | | | | | We should still display the 'no account' page if none is configured or enabled. https://bugzilla.gnome.org/show_bug.cgi?id=672506
* Use help:empathy to open the helpGuillaume Desmottes2012-03-224-4/+4
| | | | | | Looks like the new doc infra uses "help" rather than "ghelp". https://bugzilla.gnome.org/show_bug.cgi?id=672596
* debug-window: no need to translate the '%s' formatGuillaume Desmottes2012-03-221-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672608
* accounts-dialog: set a column spacing for the GtkInfoBar gridCosimo Cecchi2012-03-211-0/+1
| | | | | | | So that the banner is not packed even when the window is at its minimum size. https://bugzilla.gnome.org/show_bug.cgi?id=672504
* Fix crash on hangup with no videoEmanuele Aina2012-03-161-4/+5
| | | | | | | Insufficient refcount on priv->video_preview_sink caused segfaults when accessing freed data. https://bugzilla.gnome.org/show_bug.cgi?id=672063
* Don't restart a call if one already in progressEmanuele Aina2012-03-161-5/+10
| | | | | | | Fixes the crash when calling someone while being already in a call with the same contact. https://bugzilla.gnome.org/show_bug.cgi?id=671931
* contact-widget: don't display the account when editing our infoGuillaume Desmottes2012-03-161-1/+2
| | | | | | | All these flags are making this code pretty messy. Hopefully we'll move and clean it when implementing the new design next cycle. https://bugzilla.gnome.org/show_bug.cgi?id=672036
* Disconnect when a call is ENDEDEmanuele Aina2012-03-151-5/+8
| | | | | | | If for some unspecified reason a call go to the TP_CALL_STATE_ENDED state, reinitialize the call window. https://bugzilla.gnome.org/show_bug.cgi?id=671931
* reload the account widget when connection is (dis)connectedGuillaume Desmottes2012-03-151-0/+45
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671035
* create_dialog_content: check if the TpConnection is still validGuillaume Desmottes2012-03-151-1/+2
| | | | | | | tp_connection_get_contacts_by_handle() will raise a warning if the TpConnection has been invalidated. https://bugzilla.gnome.org/show_bug.cgi?id=671035
* factor out account_is_selected()Guillaume Desmottes2012-03-151-16/+27
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671035
* sanity-cleaning: set fallback-servers on Facebook accountsGuillaume Desmottes2012-03-151-1/+42
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672120
* Merge remote-tracking branch 'gulic/buttons-668464'Danielle Madeley2012-03-141-2/+3
|\
| * favorite chatrooms dialog: use the right style for the remove buttonGuillaume Desmottes2012-01-231-2/+3
| |
* | Avoid clipping buttons in the call windowEmanuele Aina2012-03-121-11/+8
| | | | | | | | | | | | | | Also try to set a transparent background on the GtkBin inside GtkClutteActors, but for some reason it's not working here. https://bugzilla.gnome.org/show_bug.cgi?id=671718
* | Merge remote-tracking branch 'em/fix-highlight-roundedness-671720'Guillaume Desmottes2012-03-125-50/+64
|\ \
| * | Match the preview highlight roundedness with the videoEmanuele Aina2012-03-125-41/+44
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671720
| * | rounded-rectangle: use the 'draw' signalGuillaume Desmottes2012-03-121-9/+20
| | | | | | | | | | | | | | | | | | Looks like that's the right way to do it since Clutter 1.8 https://bugzilla.gnome.org/show_bug.cgi?id=669673
* | | early return if accounts_dialog_model_get_selected_settings() returns NULLGuillaume Desmottes2012-03-121-0/+4
|/ / | | | | | | | | | | It can happen, typically if no account is currently selected. https://bugzilla.gnome.org/show_bug.cgi?id=671790
* | video-widget: don't set priv->sink_pad twiceGuillaume Desmottes2012-03-091-2/+0
| | | | | | | | | | | | The first value was never used and overrided a few lines below. https://bugzilla.gnome.org/show_bug.cgi?id=670745
* | Don't clip overflowing border when drawing rounded rectanglesEmanuele Aina2012-03-092-9/+23
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671644
* | MUC: make F9 toggle the contact list sidebarWill Thompson2012-03-071-0/+1
| | | | | | | | | | | | This is by analogy to F9 toggling the sidebar in Nautilus. https://bugzilla.gnome.org/show_bug.cgi?id=671547
* | add missing config.h includesGuillaume Desmottes2012-03-075-0/+5
| |
* | add missing config.h includesGuillaume Desmottes2012-03-072-0/+4
| |
* | stop using gtk_vscale_new_with_range()Guillaume Desmottes2012-03-071-2/+4
| | | | | | | | gtk_scale_new_with_range() has been introduced in GTK+ 3.0 so we're good.
* | sanity-cleaning: fix xmpp accounts having a negative priorityGuillaume Desmottes2012-03-061-1/+63
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671452
* | Add magic to automatically run tasks when empathy-auth-client is startedGuillaume Desmottes2012-03-064-0/+120
| | | | | | | | | | | | | | empathy-auth-client is the best place to do such tasks as it will be run even if using only the Shell without Empathy's UI. https://bugzilla.gnome.org/show_bug.cgi?id=671452
* | 'ice-udp' capability is now 'ice' in Call1Guillaume Desmottes2012-03-061-1/+1
| |
* | advertise Call1 audio/video capabilitiesGuillaume Desmottes2012-03-061-0/+2
| |
* | call-factory: set Call1 capabilitiesGuillaume Desmottes2012-03-061-4/+4
| |
* | empathy-call doesn't need ev-sidebarGuillaume Desmottes2012-03-021-2/+0
| |
* | Revert "Stop approve StreamedMedia channels"Guillaume Desmottes2012-03-023-2/+94
| | | | | | | | This reverts commit c7dd14aef20e429135fba7c7a53a8d507b9579a3.
* | remove FIXME regarding empathy_tp_streamed_media_accept_incoming_call()Guillaume Desmottes2012-03-021-2/+0
| | | | | | | | | | | | | | | | It early returns if the channel is an outgoing one. And it's called as a result of empathy_streamed_media_handler_start_call() so it's not accepted automatically. We just keep the existing behaviour.
* | fix signature of empathy_streamed_media_handler_tf_content_src_pad_added_cbGuillaume Desmottes2012-03-021-1/+5
| |
* | Farstream port of tp-av oopsOlivier Crête2012-03-021-0/+12
| |
* | Port Empathy-av to Telepathy FarstreamOlivier Crête2012-03-022-76/+76
| |
* | Allow to build with empathy-avGuillaume Desmottes2012-03-024-11/+14
| |
* | Revert "Drop empathy-av"Guillaume Desmottes2012-03-0111-0/+6062
| | | | | | | | | | | | | | | | This reverts commit ba0a893b1d31cdb234bae72845e840a895b9d62a. Conflicts: src/Makefile.am
* | Revert "remove ev-sidebar"Guillaume Desmottes2012-03-013-0/+430
| | | | | | | | | | | | This reverts commit 8499da09a2cd61da8c02b34f00112672007d13c8. Need for empathy-av
* | Make clear work on All's bufferChandni Verma2012-03-011-0/+9
| | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=671061
* | audio-sink: don't unref subpadGuillaume Desmottes2012-02-281-4/+1
| | | | | | | | | | | | | | Part of my commit ed191caba6658b580db78a1802f2c8293e4564fb was wrong. subpad is added to the bin so gst_element_add_pad() takes its reference. https://bugzilla.gnome.org/show_bug.cgi?id=670745
* | empathy_call_window_content_added_cb: fix pad leakGuillaume Desmottes2012-02-271-0/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=670745
* | audio-sink: fix GstPad leaksGuillaume Desmottes2012-02-271-1/+6
| | | | | | | | | | | | | | gst_ghost_pad_new() doesn't take ownership of the target pad so we have to unref it ourself. https://bugzilla.gnome.org/show_bug.cgi?id=670745
* | call-window: don't leak the ClutterStateGuillaume Desmottes2012-02-241-0/+1
| |
* | call-window: use empathy_call_handler_get_contact()Guillaume Desmottes2012-02-231-1/+2
| | | | | | | | I'm sure those bugs are because we were using g_object_get() directly.
* | call: don't leak the contactGuillaume Desmottes2012-02-231-1/+1
| |
* | add empathy_call_handler_get_contact()Guillaume Desmottes2012-02-232-0/+8
| |
* | call-window: don't leak the contactGuillaume Desmottes2012-02-231-4/+1
| |
* | Don't disconnect the contact_name_changed_cb cbGuillaume Desmottes2012-02-231-2/+0
| | | | | | | | tp_g_signal_connect_object() does it for us.
* | Stop using Farsight2 headersGert Kulyk2012-02-233-4/+4
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=670638
* | check gtk_clutter_init() return valueGuillaume Desmottes2012-02-221-1/+2
| |
* | empathy-call: no need to call gtk_clutter_init()Guillaume Desmottes2012-02-221-1/+0
| | | | | | | | gtk_clutter_get_option_group() already does it for us.
* | check coding style of all binariesGuillaume Desmottes2012-02-211-1/+7
| |
* | remove ev-sidebarGuillaume Desmottes2012-02-213-430/+0
| | | | | | | | It's not used in empathy-call.
* | debug-window: coding style fixesGuillaume Desmottes2012-02-211-2/+2
| |
* | Drop empathy-avGuillaume Desmottes2012-02-2111-6064/+1
| | | | | | | | | | | | So long and thanks for all the calling... https://bugzilla.gnome.org/show_bug.cgi?id=629902
* | Stop approve StreamedMedia channelsGuillaume Desmottes2012-02-213-94/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=629902
* | always build empathy-callGuillaume Desmottes2012-02-211-4/+0
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=629902
* | try installing telepathy-hazeGuillaume Desmottes2012-02-211-0/+21
| |
* | explain why the account has been disabledGuillaume Desmottes2012-02-211-2/+13
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663829
* | accounts-dialog: hide the switch in butterfly accountsGuillaume Desmottes2012-02-211-2/+9
| | | | | | | | | | | | | | | | MC should migrate butterfly accounts. If it fails (typically because Haze isn't installed) then it disables the account. There is no point allowing user to re-enable it as it won't work properly with Empathy any way. https://bugzilla.gnome.org/show_bug.cgi?id=663829
* | Merge remote-tracking branch ↵Guillaume Desmottes2012-02-211-21/+173
|\ \ | | | | | | | | | 'glassrose/debug-window-send-to-pastebin-button-658724'
| * | License to publish the author's pastebin API developer key in openChandni Verma2012-02-211-1/+2
| | |
| * | "Send to pastebin" button in EmpathyDebugWindowChandni Verma2012-02-211-21/+172
| | | | | | | | | | | | | | | | | | | | | | | | For one-click posting of debug data to http://pastebin.com/ To paste the currently displayed debug data directly to pastebin. Makes use of the pastebin API- http://pastebin.com/api which can be accessed by pastebin website members.
* | | drag_data_received_individual_id: make sure manager is initializedGuillaume Desmottes2012-02-211-1/+1
| | |
* | | Merge remote-tracking branch 'origin/call1' into master+callGuillaume Desmottes2012-02-2111-374/+163
|\ \ \ | |/ / |/| | | | | | | | | | | Conflicts: configure.ac telepathy-yell
| * | Port DTMF code to new tp-glib APIXavier Claessens2012-01-271-63/+8
| | |
| * | Merge branch 'master' into call1Danielle Madeley2012-01-171-30/+51
| |\ \
| * | | call-handler: also accept outgoing calls immediatelyDanielle Madeley2012-01-131-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Outgoing calls are in PENDING_INITIATOR until you accept them, So Empathy would never actually start dialing an outgoing call until you redialled and it got picked up by the other codepath, which accepts immediately.
| * | | call-handler: check the state before deferring the accept()Danielle Madeley2012-01-121-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Xavier's previous patch delayed calling accept() until the channel was in the INITIALISED state, however, if the channel is already in the INITIALISED state by the time we receive it, we should just accept immediately. Otherwise we'll spend our lives waiting for a state transition that will never occur.
| * | | Wait for call state to be INITIALISED before accepting incoming callXavier Claessens2012-01-101-21/+26
| | | |
| * | | Remove tp-yell and use TpCallChannelXavier Claessens2012-01-1011-299/+121
| | | |
* | | | chat-window: invite contacts using DnDGuillaume Desmottes2012-02-171-0/+72
| | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655101
* | | | chat-window: display a phone icon in the tab labelGuillaume Desmottes2012-02-171-0/+13
| | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=664045
* | | | Merge remote-tracking branch ↵Guillaume Desmottes2012-02-171-304/+591
|\ \ \ \ | | | | | | | | | | | | | | | 'glassrose/add-All-service-selection-in-debug-window'
| * | | | Use gtk_list_store_insert_with_values ()Chandni Verma2012-01-281-22/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Replace all occourances of gtk_list_store_append followed by gtk_list_store_set by gtk_list_store_insert_with_values
| * | | | Un-pausing incoming messages should update All's active buffer tooChandni Verma2012-01-281-3/+8
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=592994
| * | | | Set window sensitivityChandni Verma2012-01-281-12/+17
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=592994
| * | | | Add incoming messages to All's bufferChandni Verma2012-01-281-11/+37
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=592994
| * | | | Refresh "All" selection's active-buffer when neededChandni Verma2012-01-281-34/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add refresh_all_buffer() and call it when either any service's proxy invalidates or when a service's name_owner_changed is called. Initially use it to populate all active buffers. https://bugzilla.gnome.org/show_bug.cgi?id=592994
| * | | | Add "All" selection to service_chooser and all_active_buffer to privChandni Verma2012-01-281-3/+35
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=592994
| * | | | Preparing for adding "All" option to service_chooserChandni Verma2012-01-281-13/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Store associations to proxies while creating them -Find service_store iter to store useful proxies https://bugzilla.gnome.org/show_bug.cgi?id=592994
| * | | | Factor out create_proxy_to_get_messagesChandni Verma2012-01-271-35/+60
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=592994
| * | | | Debug window - Use one active buffer and one pause buffer per serviceChandni Verma2012-01-271-270/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Remove cache and store. -Add one proxy and and related data per service in service_chooser -Add one list store per service in service_chooser to save logs -Make the service chooser switch the correct list store to display -Free proxy_data before disposing service_store -Fix "Clear" operation -Fix searching -Setting the correct store_filter on switching services -Adding COL_PAUSE_BUFFER to service_store -Deploy one pause-buffer per proxy https://bugzilla.gnome.org/show_bug.cgi?id=592994
* | | | | salut-dialog: use 'Skip' instead of 'Ignore'Guillaume Desmottes2012-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=652669
* | | | | remove empathy-auto-salut-account-helperGuillaume Desmottes2012-02-175-141/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was used only by the accounts assistant https://bugzilla.gnome.org/show_bug.cgi?id=652669
* | | | | Remove empathy-account-assistantGuillaume Desmottes2012-02-172-1379/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DIE DIE DIE!!! https://bugzilla.gnome.org/show_bug.cgi?id=652669
* | | | | Stop using the accounts assistantGuillaume Desmottes2012-02-171-62/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Its features have been re-implemented in empathy-accounts-dialog. Thanks to Danielle for this new design. https://bugzilla.gnome.org/show_bug.cgi?id=652669
* | | | | empathy-accounts: remove --assistant optionGuillaume Desmottes2012-02-173-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was only used when hacking on the accounts assistant which is going away. https://bugzilla.gnome.org/show_bug.cgi?id=652669
* | | | | accounts-dialog: suggest to create a salut accountGuillaume Desmottes2012-02-171-2/+68
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=652669
* | | | | Move should_create_salut_account to local-xmpp-assistant-widgetGuillaume Desmottes2012-02-173-29/+2
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=652669
* | | | | accounts-dialog: display the import dialog if there is no accountGuillaume Desmottes2012-02-171-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first step of merging the accounts-dialog and assistant. https://bugzilla.gnome.org/show_bug.cgi?id=652669
* | | | | accounts-dialog: improve the 'no protocol installed' messageGuillaume Desmottes2012-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=670203
* | | | | accounts_dialog_add_account: select if that's the first account addedGuillaume Desmottes2012-02-161-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures we'll select the first imported account. https://bugzilla.gnome.org/show_bug.cgi?id=670203
* | | | | accounts-dialog: move the 'no protocol' message to a different pageGuillaume Desmottes2012-02-162-44/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's cleaner that way https://bugzilla.gnome.org/show_bug.cgi?id=670203
* | | | | accounts-dialog: remove hbox_protocolGuillaume Desmottes2012-02-162-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not used any more since we moved adding account to a separated dialog. https://bugzilla.gnome.org/show_bug.cgi?id=670203
* | | | | accounts-dialog: don't automatically open the add accountGuillaume Desmottes2012-02-161-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This legacy code isn't used since a while as the assistant is displayed if there is no account. https://bugzilla.gnome.org/show_bug.cgi?id=670203
* | | | | import-dialog: set a verb on the 'Ok' buttonGuillaume Desmottes2012-02-161-2/+4
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=670201
* | | | | import-dialog: expand and fill the import widgetGuillaume Desmottes2012-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=670201
* | | | | Pass EmpathyConnectionManagers to the import widgetGuillaume Desmottes2012-02-166-30/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The widget doesn't have to prepare EmpathyConnectionManagers itself any more and so can populate its treeview right away. By doing so it will request a more decent size and so the dialog will actually display the accounts which can be imported without forcing user to resize it. https://bugzilla.gnome.org/show_bug.cgi?id=670201
* | | | | factor out display_import_dialog()Guillaume Desmottes2012-02-161-3/+11
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=670201
* | | | | remove useless includeGuillaume Desmottes2012-02-161-1/+0
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=670201
* | | | | empathy-chat: keep the individual manager alive as a cacheGuillaume Desmottes2012-02-151-0/+7
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669676
* | | | | set the presence message as a tooltip on its labelGuillaume Desmottes2012-02-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So user can still read the full message if it has been ellipsized. https://bugzilla.gnome.org/show_bug.cgi?id=663627
* | | | | accounts-dialog: ellipsize presence messageGuillaume Desmottes2012-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Long messages make this dialog looks weird and that's not really the point of this UI to display it anyway. https://bugzilla.gnome.org/show_bug.cgi?id=663627
* | | | | Display a spinner while loading contacts from FolksGuillaume Desmottes2012-02-142-14/+85
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* | | | | Don't unhighlight chat tabs when more messages are receivedWill Thompson2012-02-111-28/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Travis noticed that if you receive a message in which you are not mentioned after one in which you are, the highlight on the chat tab is cleared. This turned out to be because the text of the chat tab label was set in two different places in empathy-chat-window.c: one which takes should_highlight into account, and one which does not. This patch makes EmpathyChat keep track of whether it should be highlighted (reusing empathy_chat_messages_read(), which is called to acknowledge messages as having been seen by the user, to clear the flag), and then uses that from one of the label-updating code paths and deletes the other. https://bugzilla.gnome.org/show_bug.cgi?id=669823
* | | | | empathy-call: call XInitThreads()Guillaume Desmottes2012-02-091-0/+10
| | | | |
* | | | | stop using clutter_gst_video_sink_new()Guillaume Desmottes2012-02-091-4/+11
| | | | | | | | | | | | | | | | | | | | It has been deprecated.
* | | | | Add a gsetting key to show/hide groupsGuillaume Desmottes2012-02-091-0/+3
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=627658
* | | | | Remove 'Link Contact' menu itemGuillaume Desmottes2012-02-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to use gnome-contacts and the 'Informations' menu item already starts it. https://bugzilla.gnome.org/show_bug.cgi?id=669482
* | | | | add missing config.hGuillaume Desmottes2012-02-082-0/+3
| | | | |
* | | | | Make the default chat window size bigger.Ken VanDine2012-02-061-2/+2
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=612216
* | | | | display a message if accounts need to be enabledGuillaume Desmottes2012-02-031-4/+83
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* | | | | display a specific message if no account is configuredGuillaume Desmottes2012-02-031-0/+27
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* | | | | add generic contact icon and account settings button to the message pageGuillaume Desmottes2012-02-032-4/+73
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* | | | | make code displaying the 'no match found' page more genericGuillaume Desmottes2012-02-031-16/+28
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656097
* | | | | assistant: hide the buttons in the salut widgetGuillaume Desmottes2012-02-031-0/+2
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669300
* | | | | preferences: fix phrasing of the EMPATHY_PREFS_SOUNDS_CONTACT_LOGINGuillaume Desmottes2012-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=666522
* | | | | Don't warn before leaving disconnected chatroomsWill Thompson2012-01-301-2/+14
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=591756
* | | | | Shorten "Leave chat room" to "Leave room"Will Thompson2012-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=591756
* | | | | Special-case closing a window with exactly one tabWill Thompson2012-01-301-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The confirmation message when closing a window containing one tab, which is a chat room, should be identical to the confirmation message when closing that tab with ^W. https://bugzilla.gnome.org/show_bug.cgi?id=591756
* | | | | Confirm closing windows containing chat rooms.Will Thompson2012-01-301-31/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Getting the messages to feel right took quite a few iterations. Maybe we need one more case: when you only have one chat room in a window, and nothing else, the message from closing the window should probably be the same as it would have been if you'd hit ^W. https://bugzilla.gnome.org/show_bug.cgi?id=591756
* | | | | Confirm closing chat room tabsWill Thompson2012-01-301-2/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I often accidentally close tabs with Control-W, and more occasionally by clicking the [X] by mistake. This is okay for 1-1 conversations (I can just reopen them) but is destructive for chat rooms. So let's make the user confirm. https://bugzilla.gnome.org/show_bug.cgi?id=591756
* | | | | roster_window_connection_items_setup: remove edit_personal_informationGuillaume Desmottes2012-01-271-1/+0
| | | | | | | | | | | | | | | | | | | | It has been removed from the UI file.
* | | | | preferences: split "Open new chats in separate windows" into a radiobuttonDanielle Madeley2012-01-272-10/+43
| | | | | | | | | | | | | | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=562462
* | | | | Merge branch 'highlight-regex'Will Thompson2012-01-262-8/+11
|\ \ \ \ \
| * | | | | EmpathyChat: include should_highlight in ::new-messageWill Thompson2012-01-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows EmpathyChatWindow to use this rather than calling empathy_message_should_highlight() itself.
| * | | | | chat_view_append_message: take a should_highlight argumentWill Thompson2012-01-191-7/+9
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than the EmpathyChatView implementations calling empathy_message_should_highlight() themselves, this patch makes EmpathyChat take responsibility for doing so. The theme preview in Preferences, whether deliberately or otherwise, highlights the line in which Juliet mentions Romeo. This behaviour is preserved.
* | | | | accounts-dialog: don't add newly created account twiceGuillaume Desmottes2012-01-241-69/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It used to be created once in the accounts_dialog_account_validity_changed_cb callback and once when the new account dialog is done. This change is actually good because now accounts are always added to the model using the same code path. https://bugzilla.gnome.org/show_bug.cgi?id=668372
* | | | | accounts_dialog_get_account_iter: use the COL_ACCOUNT directlyGuillaume Desmottes2012-01-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no point using the EmpathyAccountSettings. https://bugzilla.gnome.org/show_bug.cgi?id=668372
* | | | | accounts-dialog: no more need to manually prepare TpAccountGuillaume Desmottes2012-01-241-20/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | The factory does it for us now. https://bugzilla.gnome.org/show_bug.cgi?id=668372
* | | | remove 'edit->personnal information' menuGuillaume Desmottes2012-01-202-15/+0
|/ / / | | | | | | | | | | | | | | | It's done in empathy-accounts now. https://bugzilla.gnome.org/show_bug.cgi?id=668336
* | | roster-window: watch for TpAccount:connection changesGuillaume Desmottes2012-01-121-4/+25
| | | | | | | | | | | | | | | | | | | | | The account being connected isn't longer enough to ensure that its TpConnection is defined. https://bugzilla.gnome.org/show_bug.cgi?id=667743
* | | roster-window: factor out add_account()Guillaume Desmottes2012-01-121-26/+26
| |/ |/| | | | | | | | | | | Also fix a stupid bug where roster_window_account_removed_cb() was called on a valid account in roster_window_account_validity_changed_cb(). https://bugzilla.gnome.org/show_bug.cgi?id=667743
* | roster-window: use self->priv patternGuillaume Desmottes2012-01-102-447/+390
| |
* | roster-window: port to new coding styleGuillaume Desmottes2012-01-102-1860/+1874
| | | | | | | | While I'm modyfing this file, best to do it now.
* | rename MainWindow to RosterWindowGuillaume Desmottes2012-01-108-382/+382
| | | | | | | | | | With the process split it doesn't really make sense to continue calling it 'main' window, it's just the roster now.
* | Disable join button when protocol irc is selectedJovanka Gulicoska2012-01-101-0/+8
| |
* | added # in join room when irc protocol selectedJovanka Gulicoska2012-01-061-0/+6
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=631236
* | accounts-dialog: remove protocol chooserGuillaume Desmottes2011-12-221-99/+0
| |
* | accounts-dialog: use the new account dialogGuillaume Desmottes2011-12-221-3/+22
| |
* | account-widget: display the buttons in simple mode as wellGuillaume Desmottes2011-12-221-0/+2
| | | | | | | | | | We'll need them when creating the account. Adding a simple function to manually hide them in the assistant for now.
* | account_dialog_create_edit_params_dialog: don't connect account-created signalGuillaume Desmottes2011-12-221-24/+0
| | | | | | | | This signal will never be fired when editing an existing account.
* | don't use deprecated GTK+ APIGuillaume Desmottes2011-12-221-2/+2
| |
* | display the editor on topGuillaume Desmottes2011-12-221-3/+7
| |
* | properly handle accounts using an external storageGuillaume Desmottes2011-12-221-3/+109
| |
* | No need to manually prepare the connectionGuillaume Desmottes2011-12-221-25/+9
| | | | | | | | tp-glib does it for us now, thanks to the EmpathyClientFactory.
* | add some padding in the edit conn settings dialogGuillaume Desmottes2011-12-221-4/+9
| | | | | | | | Looks better that way.
* | add an accelerator to open the params dialogGuillaume Desmottes2011-12-221-1/+1
| |
* | pass a second NULL pointer to gtk_dialog_new_with_buttons()Guillaume Desmottes2011-12-221-1/+1
| | | | | | | | It makes gcc happier.
* | Don't show the presence twiceDanielle Madeley2011-12-221-0/+1
| |
* | Make it possible to add/remove/edit accounts without it crashing everywhereDanielle Madeley2011-12-221-54/+11
| |
* | Add a close signal, emitted by both cancel and applyDanielle Madeley2011-12-221-5/+4
| |
* | Begin combining the dialogsDanielle Madeley2011-12-221-19/+161
| | | | | | | | | | | | | | This is not functional yet, but it does compile and kindof demonstrate what's going to happen. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=652670
* | empathy_chat_window_present_chat: move to the chat window desktopGuillaume Desmottes2011-12-191-2/+6
| | | | | | | | | | | | | | This is more coherent with Shell's 'app is ready' notication which moves the view to the app desktop rather than moving the app itself. https://bugzilla.gnome.org/show_bug.cgi?id=649208
* | import-widget: use the server in IRC account display nameGuillaume Desmottes2011-12-161-4/+18
| | | | | | | | | | | | | | User generally use the same nick on different servers so just displaying the nick isn't very useful. https://bugzilla.gnome.org/show_bug.cgi?id=654171
* | main-window: stop instantiating the contact managerGuillaume Desmottes2011-12-141-5/+0
| | | | | | | | | | | | We don't use it any more. https://bugzilla.gnome.org/show_bug.cgi?id=660547
* | map-view: use the individual menuGuillaume Desmottes2011-12-141-8/+21
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665038
* | remove EMPATHY_INDIVIDUAL_FEATURE_ALLGuillaume Desmottes2011-12-141-2/+19
| | | | | | | | | | | | It's a bit fragile, user should say which features he wants. https://bugzilla.gnome.org/show_bug.cgi?id=665038
* | empathy-audio-sink.c: include config.hXavier Claessens2011-12-131-0/+1
| | | | | | | | | | Otherwise it warnings on deprecated glib symbols, because we defined GLIB_DISABLE_DEPRECATION_WARNINGS in configure.ac
* | get_tp_contact_for_chat: deal with tp_channel_borrow_connection() returning NULLGuillaume Desmottes2011-12-121-0/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662873
* | auth-client: add some more debuggingGuillaume Desmottes2011-12-081-0/+2
| | | | | | | | | | I'm trying to understand what's going wrong in bug #665542 and having more debugging would help.
* | Call: Low the video watchdog timeout to 1 secondSjoerd Simons2011-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | Switch back to the avatar if there was at least one second of not receiving any new video frames to display. With this change the reaction time will be between 1 (best case) and 2 (worse case) seconds from the point the last frame went into the sync. Before it was 5 seconds (best case) and up to 10 seconds (worst case), which doesn't make for a very good experience
* | about: Polish the code to generate the license stringSjoerd Simons2011-12-071-8/+10
| |
* | map-view: stop using EmpathyContactManagerGuillaume Desmottes2011-12-051-54/+64
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=665403
* | Properly cast buffer and latency times when setting propertiesGuillaume Desmottes2011-11-302-2/+5
| | | | | | | | | | | | | | | | | | This fix a crash on 32 bits system as gcc can't figure out the right size of the value. Thanks to Raluca-Elena Podiuc for her help in debugging this. https://bugzilla.gnome.org/show_bug.cgi?id=665171
* | event-manager: use the conn aggregator instead of the contact mgrGuillaume Desmottes2011-11-302-34/+104
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547
* | Revert "WIP"Guillaume Desmottes2011-11-292-31/+4
| | | | | | | | | | | | This reverts commit f1a9c6deaa7f706df73cb4e1195647a2a27177c6. Humm I didn't mean to push that, sorry. :\
* | WIPGuillaume Desmottes2011-11-292-4/+31
| |
* | Merge remote-tracking branch 'jonny/ft'Guillaume Desmottes2011-11-292-7/+5
|\ \ | | | | | | | | | | | | Conflicts: libempathy/empathy-tp-file.c
| * | client-factory: stop creating EmpathyTpFile objectsJonny Lamb2011-11-092-7/+5
| | | | | | | | | | | | | | | | | | | | | TpAutomaticClientFactory will create TpFileTransferChannels for us and they're, like, way better. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | groups-widget: use empathy_connection_aggregator_get_all_groups()Guillaume Desmottes2011-11-291-0/+26
| |/ |/| | | | | | | | | | | | | We have to prepare the contact groups feature and ensure that the singleton is still alive. The 'empathy' process is the only one allowing user to change contact groups so we just have to do it there. https://bugzilla.gnome.org/show_bug.cgi?id=665121
* | add missing empathy-contact-list.h includeGuillaume Desmottes2011-11-281-0/+1
| | | | | | | | | | | | | | | | For some reason, gcc starts complaining about this as soon as I remove EmpathyContactListFlags from empathy-contact-list.h ?! If you have an explanation for this please let me know... https://bugzilla.gnome.org/show_bug.cgi?id=663328
* | Remove obsolete contact-list-{store,view}Guillaume Desmottes2011-11-241-1/+0
| | | | | | | | | | | | Hourrah \o/ https://bugzilla.gnome.org/show_bug.cgi?id=663387
* | add EMPATHY_INDIVIDUAL_FEATURE_ADD_CONTACTGuillaume Desmottes2011-11-241-1/+1
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663387
* | Abstract the individual storeGuillaume Desmottes2011-11-241-2/+3
| | | | | | | | | | | | | | We now have EmpathyIndividualStoreManager which implements the store using EmpathyIndividualManager as its contact source. https://bugzilla.gnome.org/show_bug.cgi?id=663387
* | Allow user to try another password if auth failedGuillaume Desmottes2011-11-231-0/+36
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661640
* | restart the camera only if it's already runningGuillaume Desmottes2011-11-231-2/+9
| | | | | | | | | | | | Always restarting it will enable the camera in an audio only call. https://bugzilla.gnome.org/show_bug.cgi?id=664459
* | factor out empathy_call_window_change_webcam()Guillaume Desmottes2011-11-233-3/+17
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=664459
* | audio-src,audio-sink: Use lower latency values on pulsesrc/pulsesinkArun Raghavan2011-11-222-0/+7
| | | | | | | | | | | | | | | | | | This sets the pulsesink and pulsesrc buffer/latency parameters to be lower and more voip-friendly. If the system cannot provide or keep up with these values, PulseAudio will automatically try to adapt and provide larger values that are achievable. https://bugzilla.gnome.org/show_bug.cgi?id=663124
* | set_size_request on the video_container to ensure the window has a sane ↵Ken VanDine2011-11-211-0/+3
| | | | | | | | | | | | minimum size. https://bugzilla.gnome.org/show_bug.cgi?id=664313
* | fix GTK_BOX castsGuillaume Desmottes2011-11-212-3/+3
| |
* | use gtk_box_new() instead of gtk_[h,v]box_new()Guillaume Desmottes2011-11-218-37/+42
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903
* | AudioSink: Setup the initial properties in the main threadSjoerd Simons2011-11-191-12/+30
| |
* | Call: Bind the output properties from the main threadSjoerd Simons2011-11-191-33/+51
| | | | | | | | | | | | | | | | | | If we bind and sync the output volume from the non-main thread, we end up calling gtk and clutter from the non-main thread.. Which leads to crashes in OpenGL drivers and potenially kills your cat. Instead create the audio output when the audio content is added, which happens from the main thread. The output element is still only added to gstreamer pipeline when needed though.
* | Bind the volume button to the volume of the outputSjoerd Simons2011-11-191-18/+7
| |
* | Bind the mic button the sources mute propertySjoerd Simons2011-11-191-38/+5
| |
* | Remove call input volume configurationSjoerd Simons2011-11-193-160/+0
| | | | | | | | | | | | | | | | | | | | | | | | As we rely on pulseaudio there is no point in saving our own volume configuration, pulseaudio does that for us. If we do save it, then we have no idea which volume to pick after connecting to pulse (the one we save, the one pulse saved, a random value?). On top of that our configuration implementation is plain ugly, the level meter didn't work etc. This is all much better configured using the gnome-control-center sound panel, which is pretty nice for inputs and saves its volume on pulse for us to re-use :)
* | Add mute support to the audio sourceSjoerd Simons2011-11-191-15/+72
| |
* | Implement Audiocontrol for the output volumeSjoerd Simons2011-11-191-0/+16
| |
* | Keep the audio sinks volume property synchronized with the pulse volumeSjoerd Simons2011-11-191-39/+92
| |
* | Implement input audio controlSjoerd Simons2011-11-181-0/+50
| |
* | Let the audio source control the volume, not a software volume elementSjoerd Simons2011-11-181-39/+179
| | | | | | | | | | | | | | | | | | | | There is no point in amplifying the mic level is it's too low or too high as it either doesn't have enough information or it is clipping. Instead tell pulsesrc what it should do, so it can adjust the hardware volume for us. Also listen to changed done by pulsesrc so we can track volume updates and feed back the settings properly
* | Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-165-8/+8
| | | | | | | | | | | | | | | | | | | | | | Replace g_(ptr_)array_free (foo, TRUE) and g_hash_table_destroy with respectively g_(ptr_)array_unref (foo) and g_hash_table_unref. I used this command to generate this patch: for f in `find -name "*.c"`; do sed -i $f -re 's/g_ptr_array_free \(([^ ,]+), TRUE\)/g_ptr_array_unref \(\1\)/'; done See Danielle's blog for explanation of possible bug _free can do: http://blogs.gnome.org/danni/2011/11/16/mistakes-with-g_value_set_boxed/
* | main-window: use the EmpathyIndividual flavor of some typesGuillaume Desmottes2011-11-141-4/+2
| | | | | | | | | | | | | | | | We switched to EmpathyIndividualView a while ago... https://bugzilla.gnome.org/show_bug.cgi?id=663387 https://bugzilla.gnome.org/show_bug.cgi?id=663763
* | Don't turn on echo cancellation on the sink if it's for raw conferencesSjoerd Simons2011-11-115-11/+35
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663842
* | Don't turn on echo cancellation on the source if it's for raw conferencesSjoerd Simons2011-11-114-4/+41
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663842
* | Call: Signal content-{added/removed} instead of sink-{added/removed}Sjoerd Simons2011-11-112-36/+36
| | | | | | | | | | | | | | | | Tp-Farstream signals contents, not sinks (like tp-farsight did). So lets mirror that, which allows us to make better decisions about what kind of contents we are given https://bugzilla.gnome.org/show_bug.cgi?id=663842
* | audio-src: Add a caps filter to select appropriate input formatArun Raghavan2011-11-091-1/+19
| | | | | | | | | | | | | | | | | | | | Instead of relying on the default caps that the pipeline selects (which will usually end up being float32 stereo at 44.1kHz), this sets a caps filter to select the format we want from pulsesrc -- s16ne mono at 32kHz. The point of this is to do resampling/conversion as early in the pipeline as possible, decreasing the amount of data that needs to be carried around and thus improving performance a bit.
* | Merge branch 'status-icon-663567'Danielle Madeley2011-11-091-7/+12
|\ \
| * | accounts-dialog: fix box packing issue in infobarDanielle Madeley2011-11-081-7/+12
| |/ | | | | | | | | | | | | | | Expanding the status causes the icon to be placed on the far left of the box. This regression caused by my work in 1cd6e8253a3be284b8578fd9ea37016d0197d61b. Need an additional hbox and to expand that. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=663567
* | notifications-approver: stop using EmpathyContactManagerGuillaume Desmottes2011-11-081-15/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663327
* | Remove dead files codec-preferences and element-preferencesDanielle Madeley2011-11-082-40/+7
|/ | | | These are now handled for us by Farsight. Hooray for Farsight.
* call: Fix GstCaps leakSjoerd Simons2011-11-081-0/+1
|
* Call: Cope with not having the Channel direclty after startin a callSjoerd Simons2011-11-081-2/+9
|
* Use videorate max-rate propertySjoerd Simons2011-11-081-22/+20
| | | | | Using the max-rate property is simpler and less racy, so do that instead. Does require (currently unreleased) gst-plugins-base 0.10.36
* When reset the source remove and re-insert itSjoerd Simons2011-11-081-7/+16
| | | | | | Setting an element to NULL resets various internal values (the clock, the base time etc). To make sure everything is reset as expected simply yank it from the bin and re-insert it (which will reset the values)
* Drop EOS from the srcSjoerd Simons2011-11-081-0/+11
|
* Don't go asynchronously to pausedSjoerd Simons2011-11-081-1/+1
|
* Ignore dynamic framerate if videomaxrate is missingNicolas Dufresne2011-11-081-7/+16
|
* Use framerate range instead of fix rangeNicolas Dufresne2011-11-081-6/+4
| | | | | | | Using framerate range reduce the chance that changing the framerate breaks the pipline. We also always set an initial range to support src like videotestsrc that does not allow changing framerate dynamically and would default to a "as fast as possible" mode.
* Reset clock after changing video resolutionNicolas Dufresne2011-11-081-0/+8
| | | | | This workaround issue with videotestsrc when the test src does not have a a clock after going to NULL state while changing resolution.
* Change element state sink to sourceNicolas Dufresne2011-11-081-1/+1
|
* Don't call GTK method from streaming threadNicolas Dufresne2011-11-081-4/+7
| | | | | Also update from deprecated gst_x_overlay_set_xwindow_id() to gst_x_overlay_set_window_handle().
* Hook resolution change supportNicolas Dufresne2011-11-081-0/+34
|
* Let set_send_video do it's jobNicolas Dufresne2011-11-081-4/+1
|
* Check and create video_preview outside camera controlNicolas Dufresne2011-11-081-0/+6
|
* Add resultion and framerate changing to video srcNicolas Dufresne2011-11-082-0/+58
|
* Add framerate and resolution change signalNicolas Dufresne2011-11-081-0/+67
|
* empathy-auth-client: use a TpSimpleClientFactoryXavier Claessens2011-11-041-1/+11
| | | | | This prevent TpBaseClient to create a full TpAccountManager and allow us to prepare TP_ACCOUNT_FEATURE_STORAGE feature on accounts
* main-window: port to GtkGridGuillaume Desmottes2011-11-011-37/+23
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903
* invite-participant-dialog: don't display treeview if no contact listGuillaume Desmottes2011-10-281-2/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662843
* accounts-dialog: fix infobar packing issues by porting to GtkGridDanielle Madeley2011-10-271-34/+17
|
* empathy-debugger: rely on gtk_application_add_window() to manage the main loopGuillaume Desmottes2011-10-263-29/+41
| | | | | | | We have to old the application while doing async preparation as the app window is not created right away. https://bugzilla.gnome.org/show_bug.cgi?id=662504
* empathy-accounts: prepare the AM in app_command_line_cbGuillaume Desmottes2011-10-261-22/+6
| | | | | | | We just need to prepare it in the main instance; there is no point doing it the other ones as they will just re-invoke the main one and exit. https://bugzilla.gnome.org/show_bug.cgi?id=662504
* empathy-accounts: re-use existing TpAccount rather than creating a new oneGuillaume Desmottes2011-10-261-30/+30
| | | | | | | This allows us to detect right away if the account is a valid one and we don't have to prepare it any more as the AM already did it for us. https://bugzilla.gnome.org/show_bug.cgi?id=662504
* empathy-debugger: rely on gtk_application_add_window() to manage the main loopGuillaume Desmottes2011-10-261-3/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662504
* empathy: rely on gtk_application_add_window() to manage the main loopGuillaume Desmottes2011-10-263-6/+7
| | | | | | | | We are not supposed to call gtk_main_quit() as we don't use gtk_main() any more. Instead we add the windows to the GtkApplication which will take care of exiting when they have been all destroyed. https://bugzilla.gnome.org/show_bug.cgi?id=662504
* use g_format_size instead of g_format_size_for_displayGuillaume Desmottes2011-10-251-3/+3
| | | | | The latter has been deprecated in GLib 2.31 but g_format_size() has been added in 2.30 so we can already use it without bumping the dep.
* Include config.h in a bunch of filesGuillaume Desmottes2011-10-254-0/+4
| | | | | They use deprecated API (g_mutex_new) but we still want to use it for now so they need to have GLIB_DISABLE_DEPRECATION_WARNINGS defined.
* display_error: Put 'Close' button on the bottom/endDanielle Madeley2011-10-211-2/+4
|
* Include dbus-reason in signal argumentsDanielle Madeley2011-10-211-1/+1
|
* Don't need to prepare balance feature, already prepared by client factoryDanielle Madeley2011-10-211-20/+10
|
* Inline assignments are icky; free leaked stringDanielle Madeley2011-10-211-3/+5
|
* 'Get Credit' is called 'Top Up' in other parts of the UIDanielle Madeley2011-10-211-1/+1
|
* Show an infobar if there's not enough creditEmilio Pozuelo Monfort2011-10-212-6/+106
| | | | With a button to buy some if desired.
* Move dialpad into a widget of its ownDanielle Madeley2011-10-192-28/+18
| | | | | | Let's face it, the whole thing was getting a little unwieldly there in the UI utils, and if we're going to be using it in more places, let's start by abstracting it into a widget.
* invite-participant-dialog: activate the dialog when the chooser is activatedGuillaume Desmottes2011-10-181-0/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661993
* Mark a forgotten string for translation.Gabor Kelemen2011-10-151-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661756
* Merge remote-tracking branch 'pochu/upgrade-software'Danielle Madeley2011-10-141-0/+134
|\
| * Display Upgrade Software errorsEmilio Pozuelo Monfort2011-09-051-0/+134
| | | | | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=644360 Conflicts: libempathy/empathy-utils.c
* | Merge remote-tracking branch 'pochu/error-dialog'Danielle Madeley2011-10-142-3/+7
|\ \
| * | empathy_dispatcher_chat_with_contact_id(): add optional cbEmilio Pozuelo Monfort2011-09-052-3/+7
| |/ | | | | | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-individual-menu.c libempathy-gtk/empathy-new-message-dialog.c libempathy/empathy-dispatcher.c libempathy/empathy-dispatcher.h src/empathy-chat-manager.c src/empathy-chat-window.c
* | Merge remote-tracking branch 'pochu/misc-fixes'Danielle Madeley2011-10-141-3/+4
|\ \
| * | CallWindow: correctly detect outgoing callsEmilio Pozuelo Monfort2011-09-051-3/+4
| |/
* | Make sure we have our settings before we want to use themSjoerd Simons2011-10-131-2/+2
| |