]> git.0d.be Git - empathy.git/log
empathy.git
12 years agoMerge branch 'change-audio'
Jonny Lamb [Mon, 1 Aug 2011 12:48:32 +0000 (13:48 +0100)]
Merge branch 'change-audio'

Conflicts:
src/empathy-call-window.c
src/empathy-call-window.ui

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
12 years agochat_text_maybe_append_date_and_time: compute the right delta between timestamps
Guillaume Desmottes [Mon, 1 Aug 2011 11:10:35 +0000 (13:10 +0200)]
chat_text_maybe_append_date_and_time: compute the right delta between timestamps

The first argument of g_date_time_difference() should be the older timestamp.

https://bugzilla.gnome.org/show_bug.cgi?id=654958

12 years agoUpdate Simplified Chinese help translation.
lainme [Sun, 31 Jul 2011 18:11:52 +0000 (18:11 +0000)]
Update Simplified Chinese help translation.

12 years agoUpdate Simplified Chinese translation.
Aron Xu [Sun, 31 Jul 2011 18:09:16 +0000 (18:09 +0000)]
Update Simplified Chinese translation.

12 years agoUpdated Slovenian translation
Andrej Žnidaršič [Sat, 30 Jul 2011 17:15:57 +0000 (19:15 +0200)]
Updated Slovenian translation

12 years agoUpdated translation for Zulu (zu), reviewed by Priscilla Mahlangu
Abel Motha [Fri, 29 Jul 2011 20:37:22 +0000 (22:37 +0200)]
Updated translation for Zulu (zu), reviewed by Priscilla Mahlangu

12 years agoUploaded Ukranian
Daniel Korostil [Fri, 29 Jul 2011 20:15:41 +0000 (23:15 +0300)]
Uploaded Ukranian

12 years agoUpdated Spanish translation
Daniel Mustieles [Fri, 29 Jul 2011 17:58:29 +0000 (19:58 +0200)]
Updated Spanish translation

12 years agoaudio-src: check for new enough pulsesrc before trying to change mics
Jonny Lamb [Fri, 29 Jul 2011 17:54:40 +0000 (18:54 +0100)]
audio-src: check for new enough pulsesrc before trying to change mics

This means this feature will automatically start working when a new
enough pulsesrc is used. Making _get_microphones() fail has a nice
side-effect that the Edit menu item doesn't appear at all. Neat.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: update to newer GstPulseSrc API
Jonny Lamb [Fri, 29 Jul 2011 10:43:44 +0000 (11:43 +0100)]
audio-src: update to newer GstPulseSrc API

This time it's actually merged to master.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src,mic-menu: use DEBUG macros
Jonny Lamb [Fri, 29 Jul 2011 10:09:15 +0000 (11:09 +0100)]
audio-src,mic-menu: use DEBUG macros

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: only call operations_run when PA is ready
Jonny Lamb [Fri, 29 Jul 2011 10:06:25 +0000 (11:06 +0100)]
audio-src: only call operations_run when PA is ready

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agomic-menu: display monitors when they're the current mic
Jonny Lamb [Thu, 28 Jul 2011 14:29:44 +0000 (15:29 +0100)]
mic-menu: display monitors when they're the current mic

...but otherwise hide them.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: add is_monitor boolean to mic struct
Jonny Lamb [Thu, 28 Jul 2011 14:24:19 +0000 (15:24 +0100)]
audio-src: add is_monitor boolean to mic struct

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agocall-window: add a Microphone menu to change mic on the fly
Jonny Lamb [Thu, 28 Jul 2011 11:45:21 +0000 (12:45 +0100)]
call-window: add a Microphone menu to change mic on the fly

Yay! Sorry this commit is kind of big with the addition of mic-menu,
perhaps I should have added it in pieces.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agocall-window: add getters for the UI manager and audio src
Jonny Lamb [Thu, 28 Jul 2011 11:38:26 +0000 (12:38 +0100)]
call-window: add getters for the UI manager and audio src

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: don't ignore monitors
Jonny Lamb [Thu, 28 Jul 2011 08:45:11 +0000 (09:45 +0100)]
audio-src: don't ignore monitors

pavucontrol doesn't...

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: add comment about values for unknown values
Jonny Lamb [Wed, 27 Jul 2011 16:50:15 +0000 (17:50 +0100)]
audio-src: add comment about values for unknown values

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: set property IDs properly
Jonny Lamb [Wed, 27 Jul 2011 16:49:41 +0000 (17:49 +0100)]
audio-src: set property IDs properly

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: listen to PA state changes and signal accordingly
Jonny Lamb [Wed, 27 Jul 2011 16:44:21 +0000 (17:44 +0100)]
audio-src: listen to PA state changes and signal accordingly

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agosrc: give empathy-call sources to the marshal generator
Jonny Lamb [Wed, 27 Jul 2011 16:24:58 +0000 (17:24 +0100)]
src: give empathy-call sources to the marshal generator

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: add some comments explaining the PA changes
Jonny Lamb [Wed, 27 Jul 2011 12:21:49 +0000 (13:21 +0100)]
audio-src: add some comments explaining the PA changes

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: add API for getting the mic source ID
Jonny Lamb [Wed, 27 Jul 2011 10:54:52 +0000 (11:54 +0100)]
audio-src: add API for getting the mic source ID

Also listen out for changes in the source output ID (but that'll only
happen if we go READY -> NULL -> READY again).

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Cheng-Chia Tseng [Fri, 29 Jul 2011 08:09:24 +0000 (16:09 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

12 years agoUpdated Swedish translation
Daniel Nylander [Fri, 29 Jul 2011 07:53:34 +0000 (09:53 +0200)]
Updated Swedish translation

12 years agoAdded Basque language
Inaki Larranaga Murgoitio [Thu, 28 Jul 2011 17:18:18 +0000 (19:18 +0200)]
Added Basque language

12 years agoUpdated Brazilian Portuguese translation
Felipe Borges [Thu, 28 Jul 2011 13:09:49 +0000 (10:09 -0300)]
Updated Brazilian Portuguese translation

12 years agoCallWindow: pack the details box
Emilio Pozuelo Monfort [Thu, 28 Jul 2011 09:43:32 +0000 (10:43 +0100)]
CallWindow: pack the details box

Even if we don't show it, so that the widgets exist and
we don't assert.

12 years agoShow the percentage sign in the volume
Emilio Pozuelo Monfort [Thu, 28 Jul 2011 08:29:04 +0000 (09:29 +0100)]
Show the percentage sign in the volume

12 years agoCallWindow: remove the sidebar
Emilio Pozuelo Monfort [Wed, 27 Jul 2011 12:13:32 +0000 (13:13 +0100)]
CallWindow: remove the sidebar

And only leave the dialpad in its place.

12 years agoCallWindow: use the volume value from the preferences
Emilio Pozuelo Monfort [Wed, 27 Jul 2011 11:32:40 +0000 (12:32 +0100)]
CallWindow: use the volume value from the preferences

This also removes the 'Audio input' sidebar page, as all of
it can now be found in the preferences.

12 years agoPreferences: add a Calls tab
Emilio Pozuelo Monfort [Wed, 27 Jul 2011 11:20:54 +0000 (12:20 +0100)]
Preferences: add a Calls tab

It only contains the micro volume for now.

12 years agoAdd a new gsettings key for the call volume
Emilio Pozuelo Monfort [Wed, 27 Jul 2011 11:20:02 +0000 (12:20 +0100)]
Add a new gsettings key for the call volume

12 years agoCallWindow: use tp_g_signal_connect_object
Emilio Pozuelo Monfort [Thu, 28 Jul 2011 09:17:10 +0000 (10:17 +0100)]
CallWindow: use tp_g_signal_connect_object

So the signals are disconnected when the window is destroyed.

12 years agoaudio-src: add API for changing microphone
Jonny Lamb [Wed, 27 Jul 2011 10:39:21 +0000 (11:39 +0100)]
audio-src: add API for changing microphone

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: add the source name to the microphone info struct
Jonny Lamb [Tue, 26 Jul 2011 16:45:50 +0000 (17:45 +0100)]
audio-src: add the source name to the microphone info struct

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: add API to query available microphones
Jonny Lamb [Tue, 26 Jul 2011 13:27:33 +0000 (14:27 +0100)]
audio-src: add API to query available microphones

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoconfigure: depend on libpulse
Jonny Lamb [Tue, 26 Jul 2011 13:25:50 +0000 (14:25 +0100)]
configure: depend on libpulse

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: remove the element-added stuff
Jonny Lamb [Tue, 26 Jul 2011 13:24:29 +0000 (14:24 +0100)]
audio-src: remove the element-added stuff

Now that we hard-code pulsesrc, this is unnecessary.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: allow changing the audio source element
Jonny Lamb [Tue, 26 Jul 2011 09:32:34 +0000 (10:32 +0100)]
audio-src: allow changing the audio source element

Better than nothing, right?

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: use pulsesrc instead of gconfaudiosrc
Jonny Lamb [Tue, 26 Jul 2011 09:28:40 +0000 (10:28 +0100)]
audio-src: use pulsesrc instead of gconfaudiosrc

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoCallWindow: build the toolbar from the .ui
Emilio Pozuelo Monfort [Wed, 27 Jul 2011 08:06:01 +0000 (09:06 +0100)]
CallWindow: build the toolbar from the .ui

12 years agoCallWindow: hide the audio/video call buttons on _init()
Emilio Pozuelo Monfort [Mon, 25 Jul 2011 18:24:53 +0000 (19:24 +0100)]
CallWindow: hide the audio/video call buttons on _init()

When we create a new window it's because there's an incoming
call, so hide the audio/video call buttons.

12 years agoCallWindow: remove redial menu
Emilio Pozuelo Monfort [Mon, 25 Jul 2011 18:14:30 +0000 (19:14 +0100)]
CallWindow: remove redial menu

12 years agoCallWindow: remove separator between hangup and dialpad buttons
Emilio Pozuelo Monfort [Mon, 25 Jul 2011 17:56:38 +0000 (18:56 +0100)]
CallWindow: remove separator between hangup and dialpad buttons

12 years agoCallWindow: show audio and video call buttons to start a call
Emilio Pozuelo Monfort [Mon, 25 Jul 2011 17:47:51 +0000 (18:47 +0100)]
CallWindow: show audio and video call buttons to start a call

Instead of the redial button.

12 years agoCallWindow: add the remote user name and presence to the toolbar
Emilio Pozuelo Monfort [Fri, 22 Jul 2011 16:14:12 +0000 (17:14 +0100)]
CallWindow: add the remote user name and presence to the toolbar

12 years agoCallWindow: add an avatar to the top toolbar
Emilio Pozuelo Monfort [Fri, 22 Jul 2011 15:34:52 +0000 (16:34 +0100)]
CallWindow: add an avatar to the top toolbar

12 years agoCallWindow: move the status message to the bottom toolbar
Emilio Pozuelo Monfort [Fri, 22 Jul 2011 14:26:20 +0000 (15:26 +0100)]
CallWindow: move the status message to the bottom toolbar

From its own statusbar.

12 years agoCallWindow: move the volume button to the bottom toolbar
Emilio Pozuelo Monfort [Fri, 22 Jul 2011 12:07:42 +0000 (13:07 +0100)]
CallWindow: move the volume button to the bottom toolbar

12 years agoCallWindow: add a bottom toolbar
Emilio Pozuelo Monfort [Fri, 22 Jul 2011 11:57:13 +0000 (12:57 +0100)]
CallWindow: add a bottom toolbar

And move some buttons to it following the new call UI design.

12 years agoUpdated Czech translation
Marek Černocký [Thu, 28 Jul 2011 07:10:40 +0000 (09:10 +0200)]
Updated Czech translation

12 years agoAdd letters underneath the numbers on the dialpad
Danielle Madeley [Fri, 13 May 2011 03:38:51 +0000 (13:38 +1000)]
Add letters underneath the numbers on the dialpad

https://bugzilla.gnome.org/show_bug.cgi?id=632874

12 years agoFactor out dialpad into a utility function
Danielle Madeley [Fri, 13 May 2011 03:19:49 +0000 (13:19 +1000)]
Factor out dialpad into a utility function

The dialpad is shared between empathy-call and empathy-av.

Really it would be nice to make the dialpad its own little widget that emits
signals with DTMF event ids, but I've got things to get done.

Conflicts:

libempathy-gtk/empathy-ui-utils.c
src/empathy-call-window.c
src/empathy-streamed-media-window.c

12 years agoremove released flag
Xavier Claessens [Tue, 26 Jul 2011 10:34:22 +0000 (12:34 +0200)]
remove released flag

12 years agoprepare release
Xavier Claessens [Mon, 25 Jul 2011 14:46:42 +0000 (16:46 +0200)]
prepare release

12 years agoMerge remote-tracking branch 'danni/populate-popup-654669'
Xavier Claessens [Tue, 26 Jul 2011 08:19:50 +0000 (10:19 +0200)]
Merge remote-tracking branch 'danni/populate-popup-654669'

12 years agoMerge remote-tracking branch 'danni/drag-n-drop-558942'
Xavier Claessens [Tue, 26 Jul 2011 08:19:39 +0000 (10:19 +0200)]
Merge remote-tracking branch 'danni/drag-n-drop-558942'

12 years agoApply the same fix to EmpathyContactListView
Danielle Madeley [Tue, 26 Jul 2011 03:50:21 +0000 (13:50 +1000)]
Apply the same fix to EmpathyContactListView

12 years agoAssume GDK_KEY_PRESS in the default case
Danielle Madeley [Tue, 26 Jul 2011 03:36:18 +0000 (13:36 +1000)]
Assume GDK_KEY_PRESS in the default case

Warn if making this assumption.

12 years agoUpdated Spanish translation
Jorge González [Mon, 25 Jul 2011 19:36:31 +0000 (21:36 +0200)]
Updated Spanish translation

12 years agoCallWindow: fix comments
Emilio Pozuelo Monfort [Fri, 22 Jul 2011 10:23:48 +0000 (11:23 +0100)]
CallWindow: fix comments

We no longer show the self avatar

12 years agoCallWindow: fix typo
Emilio Pozuelo Monfort [Fri, 22 Jul 2011 10:22:48 +0000 (11:22 +0100)]
CallWindow: fix typo

12 years agoCallWindow: ignore events in the data probe callback
Emilio Pozuelo Monfort [Fri, 22 Jul 2011 11:08:39 +0000 (12:08 +0100)]
CallWindow: ignore events in the data probe callback

We only want to show the remote video again if we receive
video frames, not if we receive an event for whatever reason.

That's in fact what we get when we start sending our own video,
and so we don't want to display the remote video if it was
hidden because we're not receiving it anymore.

12 years agoCallWindow: check the video exists before showing it
Emilio Pozuelo Monfort [Fri, 22 Jul 2011 10:40:51 +0000 (11:40 +0100)]
CallWindow: check the video exists before showing it

Since empathy_call_window_show_video_output_cb() is called
in an idle thread, it's possible that the video is removed
before the function is executed, so check if it's still there
before showing it.

12 years agoCallWindow: show the remote avatar when video stops coming
Emilio Pozuelo Monfort [Mon, 13 Jun 2011 11:07:31 +0000 (12:07 +0100)]
CallWindow: show the remote avatar when video stops coming

If we don't get incoming video for a few seconds, show the
remote contact avatar instead of the frozen video, and show
the video back if it starts coming again.

12 years agoMerge branch 'irc-dialog'
Will Thompson [Mon, 25 Jul 2011 11:43:10 +0000 (12:43 +0100)]
Merge branch 'irc-dialog'

Fixes: <https://bugzilla.gnome.org/show_bug.cgi?id=654552>
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
12 years agoIRC accounts: top-justify the password hint.
Will Thompson [Tue, 19 Jul 2011 12:09:49 +0000 (13:09 +0100)]
IRC accounts: top-justify the password hint.

As mentioned on <https://bugzilla.gnome.org/show_bug.cgi?id=654552#c13>,
this makes the password hint text be right up against the field it's
hinting about, at the cost of even more ugly space between it and
the Advanced expander. I think this is the lesser of two evils.

12 years agoCallWindow: remove unused box
Emilio Pozuelo Monfort [Thu, 21 Jul 2011 12:01:10 +0000 (13:01 +0100)]
CallWindow: remove unused box

It was taking horizontal space even if it was empty, causing
the video widget to not take the full width when returning
from fullscreen.

12 years agoSet the video widget for the fullscreen window
Emilio Pozuelo Monfort [Wed, 20 Jul 2011 17:04:26 +0000 (18:04 +0100)]
Set the video widget for the fullscreen window

Otherwise the mouse cursor won't be hidden after a timeout
and the 'Leave fullscreen' button won't dissapear when we
unfullscreen the call window.

12 years agoDon't generate critical when dragging with no contact selected
Danielle Madeley [Wed, 20 Jul 2011 07:06:33 +0000 (17:06 +1000)]
Don't generate critical when dragging with no contact selected

This also fixes the problem where dragging with no contact selected drags the
previously selected contact.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=558942
12 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 19 Jul 2011 20:26:32 +0000 (22:26 +0200)]
Updated Slovenian translation

12 years agoIRC: validate 'username' parameter.
Will Thompson [Tue, 19 Jul 2011 08:22:26 +0000 (09:22 +0100)]
IRC: validate 'username' parameter.

12 years agoIRC: rename “user_name” regex to “nick_name”
Will Thompson [Tue, 19 Jul 2011 08:15:11 +0000 (09:15 +0100)]
IRC: rename “user_name” regex to “nick_name”

The 'account’ parameter in Telepathy, to which this regex applies, is
the ‘nickname’ in IRC parlance.

(I'm about to add a regex for what IRC calls ‘usernames’.)

12 years agoIRC accounts: make labels the same width.
Will Thompson [Tue, 19 Jul 2011 07:55:15 +0000 (08:55 +0100)]
IRC accounts: make labels the same width.

This addresses Nick's concern on
https://bugzilla.gnome.org/show_bug.cgi?id=654552

12 years agoAdd an advanced section to the IRC configuration page
Rob Sharp [Tue, 19 Jul 2011 08:03:42 +0000 (09:03 +0100)]
Add an advanced section to the IRC configuration page

-Move the Real Name and Quit Message to the advanced section
-Add a new Username field to the advanced section

https://bugzilla.gnome.org/show_bug.cgi?id=654552

12 years agoRevert "empathy_call_new_with_streams: prefer StreamedMedia over Call"
Emilio Pozuelo Monfort [Tue, 19 Jul 2011 09:16:29 +0000 (10:16 +0100)]
Revert "empathy_call_new_with_streams: prefer StreamedMedia over Call"

Default to Call channels again.

https://bugzilla.gnome.org/show_bug.cgi?id=654611

This reverts commit 1cacc0945f81e0513013b83ca7488589dd6c61f7.

12 years agoUpdated Swedish translation
Daniel Nylander [Mon, 18 Jul 2011 21:10:00 +0000 (23:10 +0200)]
Updated Swedish translation

12 years agoPopulate spelling suggestions when menu key is pressed
Danielle Madeley [Mon, 18 Jul 2011 04:20:05 +0000 (14:20 +1000)]
Populate spelling suggestions when menu key is pressed

Track what kind of event generated the populate-popup event and then use the
cursor position or mouse position as appropriate.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=654669
12 years agoUpdated Swedish translation
Daniel Nylander [Fri, 15 Jul 2011 11:13:11 +0000 (13:13 +0200)]
Updated Swedish translation

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 15 Jul 2011 07:21:26 +0000 (10:21 +0300)]
Updated Hebrew translation.

12 years agoDebug logs will now be saved in the user's home directory rather than /tmp
Rob Sharp [Wed, 13 Jul 2011 10:33:53 +0000 (11:33 +0100)]
Debug logs will now be saved in the user's home directory rather than /tmp

https://bugzilla.gnome.org/show_bug.cgi?id=654541

12 years agorelease.py: detect bug numbers using their full URL
Guillaume Desmottes [Wed, 13 Jul 2011 10:09:19 +0000 (12:09 +0200)]
release.py: detect bug numbers using their full URL

git-bz uses the full address of the bug so best to support that format as
well.

12 years agoUpdated Spanish translation
Daniel Mustieles [Wed, 13 Jul 2011 08:53:58 +0000 (10:53 +0200)]
Updated Spanish translation

12 years agoUpdated Latvian translation.
Rudolfs Mazurs [Tue, 12 Jul 2011 12:04:25 +0000 (15:04 +0300)]
Updated Latvian translation.

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 12 Jul 2011 10:50:05 +0000 (12:50 +0200)]
Updated Norwegian bokmål translation

12 years agoLogWindow: stop retrieving logs if the window is closed
Emilio Pozuelo Monfort [Tue, 12 Jul 2011 09:26:17 +0000 (10:26 +0100)]
LogWindow: stop retrieving logs if the window is closed

12 years agoOnly follow available cameras if the contact can do Video calls
Emilio Pozuelo Monfort [Fri, 13 May 2011 10:54:49 +0000 (11:54 +0100)]
Only follow available cameras if the contact can do Video calls

12 years agoLogWindow: disable Video calls if no camera connected
Emilio Pozuelo Monfort [Wed, 11 May 2011 09:37:43 +0000 (10:37 +0100)]
LogWindow: disable Video calls if no camera connected

12 years agoCallWindow: disable Video functionality if there's no camera
Emilio Pozuelo Monfort [Tue, 10 May 2011 12:14:45 +0000 (13:14 +0100)]
CallWindow: disable Video functionality if there's no camera

12 years agoBind 'Video call' menu items to available cameras
Emilio Pozuelo Monfort [Thu, 12 May 2011 14:19:39 +0000 (15:19 +0100)]
Bind 'Video call' menu items to available cameras

12 years agoA contact doesn't support video if we have no camera
Emilio Pozuelo Monfort [Tue, 10 May 2011 12:14:05 +0000 (13:14 +0100)]
A contact doesn't support video if we have no camera

12 years agoNewCallDialog: make 'Enable video' unsensitive when there's no camera
Emilio Pozuelo Monfort [Tue, 10 May 2011 12:13:12 +0000 (13:13 +0100)]
NewCallDialog: make 'Enable video' unsensitive when there's no camera

12 years agoAdd empathy_camera_monitor_get_available
Emilio Pozuelo Monfort [Tue, 10 May 2011 10:48:35 +0000 (11:48 +0100)]
Add empathy_camera_monitor_get_available

12 years agoOptionally check for gudev for camera monitoring
Emilio Pozuelo Monfort [Tue, 10 May 2011 10:33:29 +0000 (11:33 +0100)]
Optionally check for gudev for camera monitoring

12 years agoDon't disable video calls when built without udev
Emilio Pozuelo Monfort [Wed, 11 May 2011 09:47:55 +0000 (10:47 +0100)]
Don't disable video calls when built without udev

12 years agoAdd EmpathyCameraMonitor
Emilio Pozuelo Monfort [Tue, 10 May 2011 09:32:33 +0000 (10:32 +0100)]
Add EmpathyCameraMonitor

12 years agoAdd CheeseCameraDeviceMonitor from libcheese
Emilio Pozuelo Monfort [Tue, 10 May 2011 08:48:06 +0000 (09:48 +0100)]
Add CheeseCameraDeviceMonitor from libcheese

12 years agoStreamedMediaWindow: don't use `call-window' for the geometry
Emilio Pozuelo Monfort [Mon, 11 Jul 2011 17:29:28 +0000 (18:29 +0100)]
StreamedMediaWindow: don't use `call-window' for the geometry

Use av-window instead, so Call and StreamedMedia windows'
geometry isn't mixed as the windows are quite different now.

12 years agoCallWindow: save the window geometry without the sidebar
Emilio Pozuelo Monfort [Mon, 11 Jul 2011 17:27:52 +0000 (18:27 +0100)]
CallWindow: save the window geometry without the sidebar

Since we don't show the sidebar when creating new call windows,
we should not take the sidebar into account when saving the
window geometry.

https://bugzilla.gnome.org/show_bug.cgi?id=634809