aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Don't try to access non-existing propertiesSjoerd Simons2011-10-131-5/+20
| |
* | empathy-call: use dark themeGuillaume Desmottes2011-10-121-0/+5
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661464
* | preferences: don't display variants checkbox if there is no variantGuillaume Desmottes2011-10-121-3/+12
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660586
* | Do not should "password required" if X-TELEPATHY-PASSWORD is not supportedXavier Claessens2011-10-011-4/+25
| | | | | | | | Messenger XMPP only supports auth via an access token, no password
* | call-window: use GtkGrid instead of GtkTableGuillaume Desmottes2011-09-291-88/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429
* | streamed-media-window: use GtkGrid instead of GtkTableGuillaume Desmottes2011-09-291-88/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429
* | new-chatroom-dialog: use GtkGrid instead of GtkTableGuillaume Desmottes2011-09-292-25/+20
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660429
* | empathy-new-chatroom-dialog.ui: load/save in GladeGuillaume Desmottes2011-09-291-49/+81
| | | | | | | | | | | | No change. https://bugzilla.gnome.org/show_bug.cgi?id=660429
* | Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-2810-67/+30
| | | | | | | | No more ugly marshallers \o/
* | EmpathyTpFile: inherit from TpFileTransferChannelGuillaume Desmottes2011-09-271-3/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245
* | accounts-dialog: remove useless childsGuillaume Desmottes2011-09-271-23/+0
| | | | | | | | | | | | They don't seem to be used and were raising a Gtk+ warning. https://bugzilla.gnome.org/show_bug.cgi?id=659474
* | always display the accounts dialog if we have to show a specific accountGuillaume Desmottes2011-09-261-1/+2
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660124
* | empathy-account: add a --assistant option to force having assistantXavier Claessens2011-09-263-4/+11
| | | | | | | | | | | | This makes easier to test it https://bugzilla.gnome.org/show_bug.cgi?id=646630
* | Wait for the store to be filled before loading eventsXavier Claessens2011-09-261-8/+23
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659807
* | all: remove butterfly workarounds (bgo#612555)Jonny Lamb2011-09-265-298/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | added shortcut ctrl + j for joining a new chatBernhard Posselt2011-09-261-0/+1
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659952
* | CallWindow: drag the video preview smoothlyEmilio Pozuelo Monfort2011-09-261-5/+73
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656907
* | CallWindow: show a spinner when switching camerasEmilio Pozuelo Monfort2011-09-261-7/+62
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656884
* | RoundedActor: allow to set a different round factorEmilio Pozuelo Monfort2011-09-262-1/+27
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656884
* | streamed-media-window: simplify translator contextGuillaume Desmottes2011-09-261-4/+4
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659144
* | hide notifications options when in ShellJuan R. Garcia Blanco2011-09-265-4/+98
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659207
* | remember last accountJuan R. Garcia Blanco2011-09-261-0/+70
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=574879
* | Merge branch 'crash-659118'Danielle Madeley2011-09-211-0/+4
|\ \ | | | | | | | | | | | | Freeze exception signed off by Andre Klapper <ak-47@gmx.net> and Matthias Clasen <matthias.clasen@gmail.com>
| * | Don't destroy MainWindow on delete-event, just hide itDanielle Madeley2011-09-201-0/+4
| | | | | | | | | | | | | | | | | | | | | This stops MainWindow being unreferenced, and prevents crashes caused by things which then try to use it. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=659118
* | | Don't assume a connected TpAccount always have a TpConnectionGuillaume Desmottes2011-09-191-14/+7
| | | | | | | | | | | | | | | | | | | | | The connection object may not be there yet if tp-glib is still preparing its features. https://bugzilla.gnome.org/show_bug.cgi?id=659439
* | | Build fixEmilio Pozuelo Monfort2011-09-191-1/+1
| | |
* | | CallWindow: unconditionally connect to notify::call-channelEmilio Pozuelo Monfort2011-09-191-7/+8
| | | | | | | | | | | | | | | | | | | | | Since we can get a new call channel if we e.g. hangup and then call again. https://bugzilla.gnome.org/show_bug.cgi?id=655356
* | | CallWindow: emit tones using MultipleTonesEmilio Pozuelo Monfort2011-09-191-16/+68
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655356
* | | Use tp_proxy_prepare_async instead of tp_account_prepare_asyncGuillaume Desmottes2011-09-192-4/+4
| | |
* | | Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-198-19/+19
|/ /
* | Disable contact and contact list search when disconnectedGuillaume Desmottes2011-09-151-1/+3
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655270
* | Merge remote-tracking branch 'pochu/call-reuse-windows-580794'Guillaume Desmottes2011-09-155-100/+370
|\ \
| * | CallWindow: explain call statesEmilio Pozuelo Monfort2011-09-081-6/+6
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794
| * | Resize the hangup button in ::realizeEmilio Pozuelo Monfort2011-09-081-5/+6
| | | | | | | | | | | | | | | | | | So that it's not resized many times. https://bugzilla.gnome.org/show_bug.cgi?id=580794
| * | CallWindow: display a dialog to accept or reject incoming callsEmilio Pozuelo Monfort2011-09-081-13/+59
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794
| * | Let the existing call window know about new incoming callsEmilio Pozuelo Monfort2011-09-082-0/+100
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794
| * | Reuse Call windows when possibleEmilio Pozuelo Monfort2011-09-083-18/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we have a call window opened for a contact and we get an incoming call from the same person, use the existing window instead of creating another one. Based on a patch from Jonathan Tellier. https://bugzilla.gnome.org/show_bug.cgi?id=580794
| * | Make EmpathyCallFactory an approverEmilio Pozuelo Monfort2011-09-081-0/+98
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794
| * | CallFactory: make it a TpBaseClient subclassEmilio Pozuelo Monfort2011-09-082-73/+38
| |/ | | | | | | | | | | | | So that we can make it both a handler and an observer at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=580794
* | Update Collabora copyright in About WindowCosimo Alfarano2011-09-141-1/+1
| |
* | notifications-approver: move translators comment right before the stringGuillaume Desmottes2011-09-131-3/+3
| | | | | | | | | | | | | | Comments have to be on the line just before the string to be picked by gettext. https://bugzilla.gnome.org/show_bug.cgi?id=658866
* | dup_color_balance: check that element currently implements GstColorBalanceGuillaume Desmottes2011-09-091-0/+9
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658584
* | video-src: factor out dup_color_balance()Guillaume Desmottes2011-09-091-24/+23
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658584
* | factor out empathy_get_tp_contact_for_individualGuillaume Desmottes2011-09-081-29/+3
| |
* | Merge branch '657335-Preferences-Calls-Tab'Will Thompson2011-09-081-112/+114
|\ \
| * | Preferences: explain what echo cancellation meansWill Thompson2011-09-061-1/+42
| | |
| * | Preferences: reindent .ui file for Theme tabWill Thompson2011-09-061-92/+92
| | | | | | | | | | | | There are no XML changes in this commit, just indentation changes.
| * | Preferences: remove Appearance label in Themes tab.Will Thompson2011-09-061-40/+1
| | | | | | | | | | | | | | | | | | This label doesn't add anything, so I removed it. The indentation is weird because I hand-edited the Glade file to show that nothing's really changed: I'll reindent it in the next patch.
| * | Call preferences: add colons to labelsWill Thompson2011-09-061-2/+2
| | |
* | | import: prevent haze to be used for ircAlban Browaeys2011-09-071-0/+4
|/ / | | | | | | | | | | | | | | Prevent haze to be used for irc even if sole connection manager to support it. Reworked by Guillaume Desmottes <gdesmott@gnome.org> . https://bugzilla.gnome.org/show_bug.cgi?id=657818
* | Merge branch 'remove-cc-plugin'Danielle Madeley2011-09-064-372/+0
|\ \
| * | Remove control centre pluginDanielle Madeley2011-09-024-372/+0
| |/ | | | | | | | | GNOME no longer supports control centre plugins, and it was decided at the hackfest that empathy-accounts should not appear in the control centre.
* / main-window: add back the primary-toolbar hintCosimo Cecchi2011-09-031-0/+3
|/ | | | https://bugzilla.gnome.org/show_bug.cgi?id=657956
* CallWindow: make video buttons unsensitive when video not supportedEmilio Pozuelo Monfort2011-08-311-0/+6
| | | | | | | If we're calling an audio-only contact, make the camera buttons unsensitive. https://bugzilla.gnome.org/show_bug.cgi?id=656871
* build: use an autoconf macro to get to -lmFrédéric Péters2011-08-311-2/+2
|
* CallWindow: destroy the preview clone when restarting the pipelineEmilio Pozuelo Monfort2011-08-301-6/+20
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656886
* Don't update presence on session changes if the Shell is runningGuillaume Desmottes2011-08-301-20/+27
| | | | | | The Shell does it for us. https://bugzilla.gnome.org/show_bug.cgi?id=656631
* fix typoGuillaume Desmottes2011-08-301-1/+1
|
* build: remove -enumtypes rulesFrédéric Péters2011-08-301-18/+0
|
* build: add -lm where requiredFrédéric Péters2011-08-301-1/+1
|
* Don't set presence to offline when Shell is runningGuillaume Desmottes2011-08-301-4/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656632
* CallWindow: don't spit unnecessary criticalsEmilio Pozuelo Monfort2011-08-301-2/+2
| | | | | | | There's no guarantee that an actor has an allocation all the time, so gracefully handle the case when it doesn't. https://bugzilla.gnome.org/show_bug.cgi?id=656911
* Save the video preview position in gsettingsEmilio Pozuelo Monfort2011-08-301-0/+7
| | | | | | And place it in the last used position when starting a new call. https://bugzilla.gnome.org/show_bug.cgi?id=656889
* don't create the status icon if GNOME Shell is runningGuillaume Desmottes2011-08-301-2/+48
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=631944
* src: install empathy-main-window-menubar.uiRaluca Elena Podiuc2011-08-251-0/+1
| | | | | | | | | | | | | | | | | | empathy-main-window-menubar.ui was added in this commit: 1ad15d157971b6550cb11787a03463e891d29364 is the first bad commit commit 1ad15d157971b6550cb11787a03463e891d29364 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Tue Aug 23 14:08:18 2011 +0200 Move main window's UI manager to its own UI file Glade doesn't support GtkUIManager so it was impossible to edit the main window at all because of that. But was not marked to be installed. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=657271
* main-window.ui: load and save the file in GladeGuillaume Desmottes2011-08-231-81/+83
| | | | | No change has been made, this is just to reduce the size of diff in future commits.
* Move main window's UI manager to its own UI fileGuillaume Desmottes2011-08-233-317/+330
| | | | | Glade doesn't support GtkUIManager so it was impossible to edit the main window at all because of that.
* main-window: remove the throbber tooltipGuillaume Desmottes2011-08-231-1/+0
| | | | | | Clicking on it doesn't open the accounts dialog any more. https://bugzilla.gnome.org/show_bug.cgi?id=657105
* EmpathyChatWindow: Set "im.received" on notification so gnome-shell can ↵Xavier Claessens2011-08-221-0/+4
| | | | ignore it
* Move live search to top of Contact listGuillaume Desmottes2011-08-222-2/+18
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656999
* CallWindow: correctly position the preview when draggingEmilio Pozuelo Monfort2011-08-201-1/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656887
* CameraMenu: don't change the device if it's the current oneEmilio Pozuelo Monfort2011-08-191-0/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656885
* Flip the preview in RoundedTexture->paint()Emilio Pozuelo Monfort2011-08-192-19/+4
| | | | | | | | We can't flip the preview clone that we're dragging because of https://bugzilla.gnome.org/show_bug.cgi?id=656894, so directly paint it flipped. Partly fixes: https://bugzilla.gnome.org/show_bug.cgi?id=656887
* CallWindow: make the preview button reactiveEmilio Pozuelo Monfort2011-08-191-0/+1
| | | | | | | So it reacts to click events. Otherwise the video preview, which is reactive, will get all the events. https://bugzilla.gnome.org/show_bug.cgi?id=656888
* main-window: use tp_connection_get_account()Guillaume Desmottes2011-08-191-12/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656866
* Reset all the necessary elements when switching camerasEmilio Pozuelo Monfort2011-08-192-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656579
* CallWindow: make empathy_call_window_play_camera() publicEmilio Pozuelo Monfort2011-08-192-4/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656579
* CallWindow: make the rectangles have rounded cornersEmilio Pozuelo Monfort2011-08-191-14/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656576
* Add a rectangle actor with rounded cornersEmilio Pozuelo Monfort2011-08-193-0/+210
| | | | | | | This is a ClutterCairoTexture subclass and uses Cairo for drawing as Cairo is antialiased while Cogl is not. https://bugzilla.gnome.org/show_bug.cgi?id=656576
* CallWindow: make the info buttons roundedEmilio Pozuelo Monfort2011-08-191-4/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656576
* CallWindow: round the video preview cornersEmilio Pozuelo Monfort2011-08-191-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656576
* Add a ClutterTexture subclass with rounded cornersEmilio Pozuelo Monfort2011-08-193-0/+134
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656576
* CallWindow: don't hide the toolbar when not in a callEmilio Pozuelo Monfort2011-08-191-1/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656566
* rely on the factory to prepare TP_CONNECTION_FEATURE_BALANCEGuillaume Desmottes2011-08-191-28/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656831
* CallWindow: hide the preview button while dragging itEmilio Pozuelo Monfort2011-08-191-1/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656573
* CallWindow: hide the preview while dragging itEmilio Pozuelo Monfort2011-08-191-0/+4
| | | | | | | We show a clone of it moving through the stage, so there's no point in showing the main preview at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=656573
* CallWindow: flip the dragged previewEmilio Pozuelo Monfort2011-08-191-0/+11
| | | | | | Currently disabled as it doesn't work as expected. https://bugzilla.gnome.org/show_bug.cgi?id=656573
* CallWindow: make the preview follow the pointer when dragging itEmilio Pozuelo Monfort2011-08-191-7/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656573
* mic-monitor: add set_default functionJonny Lamb2011-08-182-0/+69
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* mic-monitor: add get_default functionJonny Lamb2011-08-182-0/+63
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* mic-menu: don't show the menu if we can't switch microphonesJonny Lamb2011-08-181-2/+8
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* audio-src: make supports_changing_mic publicJonny Lamb2011-08-182-1/+3
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* mic-monitor: move the PA-specific stuff from audio-src to hereJonny Lamb2011-08-186-364/+724
| | | | | | Sorry for another big commit. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-187-108/+30
| | | | | | | | | | | | | | | | | - EmpathyChannelFactory has been changed to EmpathyClientFactory and inherit from TpAutomaticClientFactory. - We now always use the _with_am variant of TpSimple* constructors - We define our own factory as default. - Replace empathy_get_account_for_connection() by tp_connection_get_account() - The factory is passed to EmpathyTpChat and TpyCallChannel - Use tp_simple_client_factory_ensure_account() instead of tp_account_manager_ensure_account(). - Rely on the factory to prepare connection features. This should ensure that all the TpProxy and TpContact objects created in Empathy are shared and use EmpathyClientFactory. https://bugzilla.gnome.org/show_bug.cgi?id=655799
* Merge branch 'log-window-webview'Danielle Madeley2011-08-182-11/+1
|\
| * Make WebKit compulsoryDanielle Madeley2011-08-162-11/+1
| | | | | | | | | | It is now required for the log viewer, furthermore it will be required once we remove non-adium themes.
* | CallWindow: move preview rectangles on top of remote videoEmilio Pozuelo Monfort2011-08-161-2/+24
| |
* | coding style fixGuillaume Desmottes2011-08-161-1/+1
| |
* | CallWindow: add some padding to the dialpadEmilio Pozuelo Monfort2011-08-161-1/+1
| |
* | CallWindow: fix typoEmilio Pozuelo Monfort2011-08-161-12/+12
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656571
* | Don't show empathy-call preferences when not building empathy-callEmilio Pozuelo Monfort2011-08-162-2/+11
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656582
* | Get the preview position from preview_posEmilio Pozuelo Monfort2011-08-161-4/+4
| | | | | | | | | | | | | | Getting it from the coordinates might fail if the system is too slow and gives us bad coordinates. https://bugzilla.gnome.org/show_bug.cgi?id=656572
* | Add some space between the status and the end of the toolbarEmilio Pozuelo Monfort2011-08-161-0/+6
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656571
* | Display the preview video button in the preview cornerEmilio Pozuelo Monfort2011-08-161-4/+9
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656571
* | audio-sink: check if sink implements the GstStreamVolume interfaceGuillaume Desmottes2011-08-151-2/+3
| |
* | Get the env variable in create_{src,sink} directlyGuillaume Desmottes2011-08-152-4/+10
| |
* | Add Echo cancellation preferenceGuillaume Desmottes2011-08-152-0/+21
| |
* | Use gst_parse_bin_from_description() when EMPATHY_AUDIO_* vars are setGuillaume Desmottes2011-08-152-29/+65
| | | | | | | | Also factor out empathy_call_set_stream_properties().
* | Set stream-properties on GStreamer elements to set the media roleGuillaume Desmottes2011-08-154-2/+19
| |
* | Use pulesink as audio sinkGuillaume Desmottes2011-08-151-205/+40
| | | | | | | | | | | | | | As we did for puslesrc, this can still be overriden with an env variable for debuging purposes. Relying on pulse allows us to remove all the software volume control logic.
* | Merge branch 'move-video-preview-656268'Emilio Pozuelo Monfort2011-08-152-4/+377
|\ \
| * | Don't define the same thing twiceEmilio Pozuelo Monfort2011-08-151-22/+20
| | |
| * | CallWindow: add extra bottom margin for the floating toolbarEmilio Pozuelo Monfort2011-08-151-14/+32
| | | | | | | | | | | | Otherwise the rectangles will be on top of the toolbar.
| * | CallWindow: create the rectangles after the avatarEmilio Pozuelo Monfort2011-08-151-2/+2
| | | | | | | | | | | | As we want them to be on top of the avatar when they're shown.
| * | empathy-call: add COGL and Clutter option groupsEmilio Pozuelo Monfort2011-08-151-0/+4
| | |
| * | Use self->priv->preview_pos to determine the preview positionEmilio Pozuelo Monfort2011-08-151-3/+2
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268
| * | Darken the rectangles when starting a drag operationEmilio Pozuelo Monfort2011-08-151-0/+1
| | | | | | | | | | | | | | | | | | | | | So that if we have just dragged it, the rectangle where it was before isn't highlighted. https://bugzilla.gnome.org/show_bug.cgi?id=656268
| * | Don't darken the preview when dragging itEmilio Pozuelo Monfort2011-08-151-8/+25
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268
| * | Highlight the preview when hoveredEmilio Pozuelo Monfort2011-08-151-1/+42
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268
| * | Factor out empathy_call_window_darken_preview_rectangleEmilio Pozuelo Monfort2011-08-151-20/+17
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268
| * | Factor out empathy_call_window_get_preview_rectangleEmilio Pozuelo Monfort2011-08-151-18/+28
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268
| * | Move empathy_call_window_get_preview_position aroundEmilio Pozuelo Monfort2011-08-151-42/+42
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268
| * | CallWindow: highlight drop zones when hoveredEmilio Pozuelo Monfort2011-08-151-0/+85
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268
| * | Factor out empathy_call_window_get_preview_position()Emilio Pozuelo Monfort2011-08-151-6/+18
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268
| * | CallWindow: show drop zones when dragging the previewEmilio Pozuelo Monfort2011-08-151-0/+85
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268
| * | CallWindow: allow to move the video previewEmilio Pozuelo Monfort2011-08-151-0/+103
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656268
| * | CallWindow: add top and right margin to the preview containerEmilio Pozuelo Monfort2011-08-151-4/+4
| | | | | | | | | | | | | | | | | | | | | So that when it's placed on another corner, it still has some margin. https://bugzilla.gnome.org/show_bug.cgi?id=656268
| * | empathy-call: call gdk_disable_multidevice()Emilio Pozuelo Monfort2011-08-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Clutter needs this, and gtk_clutter_init() calls it, but g_option_context_parse() initializes GTK+ when parsing GTK+ options so it's too late for us then. https://bugzilla.gnome.org/show_bug.cgi?id=656268
* | | CameraMenu: don't crash if there are no camerasEmilio Pozuelo Monfort2011-08-151-3/+4
| | |
* | | CameraMenu: use empathy_camera_monitor_new()Emilio Pozuelo Monfort2011-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | We want to get a new object so that we get ::added upon construction for all the cameras. With _dup_singleton() we may get an existing object, which would have already fired the initial set of ::added signals.
* | | CameraMenu: select the first camera if the last one isn't availableEmilio Pozuelo Monfort2011-08-151-11/+21
| | |
* | | CallWindow: add a 'Swap camera' item to the preview menuEmilio Pozuelo Monfort2011-08-152-0/+77
| | |
* | | CameraMenu: restore the last selected camera on creationEmilio Pozuelo Monfort2011-08-151-0/+5
| | |
* | | CameraMenu: track changes to the camera keyEmilio Pozuelo Monfort2011-08-151-0/+40
| | | | | | | | | | | | And store changes from the menu itself in GSettings.
* | | CallWindow: add a menu to change the cameraEmilio Pozuelo Monfort2011-08-156-6/+417
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=599167
* | | VideoSrc: add API to get the input deviceEmilio Pozuelo Monfort2011-08-152-0/+12
| | |