]> git.0d.be Git - empathy.git/log
empathy.git
12 years agoaccount-settings: add API to set 'tel' in the URISchemes property of the account
Guillaume Desmottes [Wed, 24 Aug 2011 11:51:12 +0000 (13:51 +0200)]
account-settings: add API to set 'tel' in the URISchemes property of the account

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

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 24 Aug 2011 14:13:21 +0000 (16:13 +0200)]
Updated Norwegian bokmål translation

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Wed, 24 Aug 2011 09:12:33 +0000 (12:12 +0300)]
Updated Hebrew translation.

12 years agoUpdated Swedish translation
Daniel Nylander [Wed, 24 Aug 2011 07:15:00 +0000 (09:15 +0200)]
Updated Swedish translation

12 years agolibempathy-gtk: Explicitly close the input stream used for reading avatars
Philip Withnall [Tue, 23 Aug 2011 22:42:52 +0000 (23:42 +0100)]
libempathy-gtk: Explicitly close the input stream used for reading avatars

Due to a missing unref in GIO, the input stream is leaked by GFileIcon, so
if we rely on its FD being implicitly closed when the stream is finalised,
we'll end up leaking (lots of) file descriptors.

As well as fixing the unref in GIO (see: bgo#657206), we now explicitly
close the input stream so that even if the stream object is leaked, the FD
isn't.

Closes: bgo#656682
12 years agomain-window.ui: load and save the file in Glade
Guillaume Desmottes [Tue, 23 Aug 2011 13:01:45 +0000 (15:01 +0200)]
main-window.ui: load and save the file in Glade

No change has been made, this is just to reduce the size of diff in future
commits.

12 years agoMove main window's UI manager to its own UI file
Guillaume Desmottes [Tue, 23 Aug 2011 12:08:18 +0000 (14:08 +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.

12 years agomain-window: remove the throbber tooltip
Guillaume Desmottes [Tue, 23 Aug 2011 13:59:08 +0000 (15:59 +0200)]
main-window: remove the throbber tooltip

Clicking on it doesn't open the accounts dialog any more.

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

12 years agogeocode: fix uninitialized variable (-Werror=uninitialized)
Alban Crequy [Tue, 23 Aug 2011 12:58:21 +0000 (13:58 +0100)]
geocode: fix uninitialized variable (-Werror=uninitialized)

12 years agoAdd a configure option for GProf
Alban Crequy [Mon, 22 Aug 2011 15:57:52 +0000 (16:57 +0100)]
Add a configure option for GProf

It should help to investigate
https://bugzilla.gnome.org/show_bug.cgi?id=657086

12 years agoMerge branch 'search-bar'
Jonny Lamb [Tue, 23 Aug 2011 08:31:28 +0000 (09:31 +0100)]
Merge branch 'search-bar'

12 years agowidget-irc: quit message entry shouldn't be invisible
Guillaume Desmottes [Tue, 23 Aug 2011 08:13:53 +0000 (10:13 +0200)]
widget-irc: quit message entry shouldn't be invisible

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

12 years agoUpdated Dutch translation by Wouter Bolsterlee
Wouter Bolsterlee [Mon, 22 Aug 2011 20:15:14 +0000 (22:15 +0200)]
Updated Dutch translation by Wouter Bolsterlee

12 years agosearch-bar: shorten labels to just Next & Previous
Jonny Lamb [Mon, 22 Aug 2011 15:51:01 +0000 (16:51 +0100)]
search-bar: shorten labels to just Next & Previous

The verb, "Find", is already present on the left of the entry.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
12 years agosearch-bar: use smaller icons
Jonny Lamb [Mon, 22 Aug 2011 15:50:51 +0000 (16:50 +0100)]
search-bar: use smaller icons

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
12 years agosearch-bar: make close button non-important stock gtk-close
Jonny Lamb [Mon, 22 Aug 2011 15:25:49 +0000 (16:25 +0100)]
search-bar: make close button non-important stock gtk-close

This has the much nicer side-effect that if it gets thrown off the
side because it doesn't have enough room, the icon and label will be
shown in the expander.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
12 years agosearch-bar: move close button to RHS
Jonny Lamb [Mon, 22 Aug 2011 15:25:02 +0000 (16:25 +0100)]
search-bar: move close button to RHS

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
12 years agoEmpathyChatWindow: Set "im.received" on notification so gnome-shell can ignore it
Xavier Claessens [Mon, 22 Aug 2011 14:16:20 +0000 (16:16 +0200)]
EmpathyChatWindow: Set "im.received" on notification so gnome-shell can ignore it

12 years agocontact_set_avatar_from_tp_contact: don't crash if we failed to load the avatar
Guillaume Desmottes [Mon, 22 Aug 2011 13:11:22 +0000 (15:11 +0200)]
contact_set_avatar_from_tp_contact: don't crash if we failed to load the avatar

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

12 years agoMove live search to top of Contact list
Guillaume Desmottes [Mon, 22 Aug 2011 11:02:42 +0000 (13:02 +0200)]
Move live search to top of Contact list

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

12 years agoFreenode has added 6697 to the list of SSL ports
Debarshi Ray [Tue, 15 Feb 2011 15:28:09 +0000 (17:28 +0200)]
Freenode has added 6697 to the list of SSL ports

The list of servers and port numbers for Freenode are given at:
http://freenode.net/irc_servers.shtml

Fixes: https://bugzilla.gnome.org/642385
12 years agoremove released flag
Guillaume Desmottes [Mon, 22 Aug 2011 10:09:19 +0000 (12:09 +0200)]
remove released flag

12 years agoadd empathy-webkit-utils.c to POTFILES.in
Guillaume Desmottes [Mon, 22 Aug 2011 10:04:27 +0000 (12:04 +0200)]
add empathy-webkit-utils.c to POTFILES.in

12 years agoprepare 3.1.5.1
Guillaume Desmottes [Mon, 22 Aug 2011 09:50:35 +0000 (11:50 +0200)]
prepare 3.1.5.1

12 years agoDon't assume that all FolksIndividuals have a corresponding EmpathyContact.
Travis Reitter [Tue, 28 Jun 2011 04:29:31 +0000 (21:29 -0700)]
Don't assume that all FolksIndividuals have a corresponding EmpathyContact.

Closes: bgo#653599 - Empathy shouldn't assume all TpfPersonas contain a
valid TpContact

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
12 years agoDon't assume that all TpfPersonas contain valid TpContacts
Travis Reitter [Mon, 27 Jun 2011 21:31:25 +0000 (14:31 -0700)]
Don't assume that all TpfPersonas contain valid TpContacts

Helps: bgo#653599 - Empathy shouldn't assume all TpfPersonas contain a
valid TpContact

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
12 years agoMerge remote-tracking branch 'pochu/preview-position'
Jonny Lamb [Mon, 22 Aug 2011 08:02:54 +0000 (09:02 +0100)]
Merge remote-tracking branch 'pochu/preview-position'

12 years agoMerge remote-tracking branch 'pochu/request-message'
Jonny Lamb [Mon, 22 Aug 2011 08:01:59 +0000 (09:01 +0100)]
Merge remote-tracking branch 'pochu/request-message'

12 years agoUpdate Simplified Chinese translation.
Aron Xu [Sun, 21 Aug 2011 15:57:31 +0000 (15:57 +0000)]
Update Simplified Chinese translation.

12 years agoHide the request message entry if it can't be used
Emilio Pozuelo Monfort [Wed, 8 Jun 2011 08:55:08 +0000 (09:55 +0100)]
Hide the request message entry if it can't be used

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

12 years agoEmpathyContactListFlags: add _MESSAGE_ADD flag
Emilio Pozuelo Monfort [Wed, 8 Jun 2011 08:54:30 +0000 (09:54 +0100)]
EmpathyContactListFlags: add _MESSAGE_ADD flag

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

12 years agoSet the scrolled window shadow type to Etched in
Emilio Pozuelo Monfort [Mon, 6 Jun 2011 16:13:32 +0000 (17:13 +0100)]
Set the scrolled window shadow type to Etched in

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

12 years agoAllow to specify the subscription request message
Emilio Pozuelo Monfort [Wed, 1 Jun 2011 16:26:36 +0000 (17:26 +0100)]
Allow to specify the subscription request message

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

12 years agoCallWindow: correctly position the preview when dragging
Emilio Pozuelo Monfort [Fri, 19 Aug 2011 19:01:43 +0000 (20:01 +0100)]
CallWindow: correctly position the preview when dragging

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

12 years agoFix call-event.h detection
Laurent Bigonville [Fri, 19 Aug 2011 12:55:25 +0000 (14:55 +0200)]
Fix call-event.h detection

Correctly set the LDFLAGS from EMPATHY_LDFLAGS so AC_CHECK_HEADER can
find call-event.h

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

12 years agoCameraMenu: don't change the device if it's the current one
Emilio Pozuelo Monfort [Fri, 19 Aug 2011 12:01:59 +0000 (13:01 +0100)]
CameraMenu: don't change the device if it's the current one

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

12 years agoFlip the preview in RoundedTexture->paint()
Emilio Pozuelo Monfort [Fri, 19 Aug 2011 12:42:54 +0000 (13:42 +0100)]
Flip the preview in RoundedTexture->paint()

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

12 years agoCallWindow: make the preview button reactive
Emilio Pozuelo Monfort [Fri, 19 Aug 2011 11:16:05 +0000 (12:16 +0100)]
CallWindow: make the preview button reactive

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

12 years agocontact-chooser: use tp_connection_get_account()
Guillaume Desmottes [Fri, 19 Aug 2011 10:20:02 +0000 (12:20 +0200)]
contact-chooser: use tp_connection_get_account()

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

12 years agomain-window: use tp_connection_get_account()
Guillaume Desmottes [Fri, 19 Aug 2011 10:12:22 +0000 (12:12 +0200)]
main-window: use tp_connection_get_account()

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

12 years agoReset all the necessary elements when switching cameras
Emilio Pozuelo Monfort [Thu, 18 Aug 2011 17:14:27 +0000 (18:14 +0100)]
Reset all the necessary elements when switching cameras

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

12 years agoCallWindow: make empathy_call_window_play_camera() public
Emilio Pozuelo Monfort [Thu, 18 Aug 2011 17:13:56 +0000 (18:13 +0100)]
CallWindow: make empathy_call_window_play_camera() public

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

12 years agoCallWindow: make the rectangles have rounded corners
Emilio Pozuelo Monfort [Wed, 17 Aug 2011 12:21:40 +0000 (13:21 +0100)]
CallWindow: make the rectangles have rounded corners

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

12 years agoAdd a rectangle actor with rounded corners
Emilio Pozuelo Monfort [Wed, 17 Aug 2011 12:20:29 +0000 (13:20 +0100)]
Add a rectangle actor with rounded corners

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

12 years agoCallWindow: make the info buttons rounded
Emilio Pozuelo Monfort [Wed, 17 Aug 2011 11:36:13 +0000 (12:36 +0100)]
CallWindow: make the info buttons rounded

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

12 years agoCallWindow: round the video preview corners
Emilio Pozuelo Monfort [Wed, 17 Aug 2011 11:20:43 +0000 (12:20 +0100)]
CallWindow: round the video preview corners

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

12 years agoAdd a ClutterTexture subclass with rounded corners
Emilio Pozuelo Monfort [Wed, 17 Aug 2011 11:20:20 +0000 (12:20 +0100)]
Add a ClutterTexture subclass with rounded corners

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

12 years agoCallWindow: don't hide the toolbar when not in a call
Emilio Pozuelo Monfort [Fri, 19 Aug 2011 08:55:04 +0000 (09:55 +0100)]
CallWindow: don't hide the toolbar when not in a call

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

12 years agoMerge branch 'trivia'
Danielle Madeley [Fri, 19 Aug 2011 07:33:42 +0000 (17:33 +1000)]
Merge branch 'trivia'

12 years agorely on the factory to prepare TP_CONNECTION_FEATURE_BALANCE
Guillaume Desmottes [Thu, 18 Aug 2011 15:29:56 +0000 (17:29 +0200)]
rely on the factory to prepare TP_CONNECTION_FEATURE_BALANCE

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

12 years agotp-chat: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES
Guillaume Desmottes [Thu, 18 Aug 2011 15:20:51 +0000 (17:20 +0200)]
tp-chat: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES

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

12 years agonew-message-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES
Guillaume Desmottes [Thu, 18 Aug 2011 15:17:49 +0000 (17:17 +0200)]
new-message-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES

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

12 years agoft-handler: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES
Guillaume Desmottes [Thu, 18 Aug 2011 14:20:44 +0000 (16:20 +0200)]
ft-handler: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES

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

12 years agonew-call-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES
Guillaume Desmottes [Thu, 18 Aug 2011 14:13:10 +0000 (16:13 +0200)]
new-call-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES

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

12 years agoindividual-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTACT_INFO
Guillaume Desmottes [Thu, 18 Aug 2011 16:07:12 +0000 (18:07 +0200)]
individual-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTACT_INFO

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

12 years agocontact-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTACT_INFO
Guillaume Desmottes [Thu, 18 Aug 2011 12:06:14 +0000 (14:06 +0200)]
contact-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTACT_INFO

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

12 years agocontact-search-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_AVATAR_RE...
Guillaume Desmottes [Thu, 18 Aug 2011 11:58:53 +0000 (13:58 +0200)]
contact-search-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS

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

12 years agoavatar-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS
Guillaume Desmottes [Thu, 18 Aug 2011 10:29:27 +0000 (12:29 +0200)]
avatar-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS

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

12 years agoaccount-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES,
Guillaume Desmottes [Thu, 18 Aug 2011 10:28:05 +0000 (12:28 +0200)]
account-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES,

Also simplify empathy_account_chooser_filter_supports_chatrooms in the
process.

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

12 years agoask factory to prepare TP_ACCOUNT_FEATURE_CONNECTION
Guillaume Desmottes [Thu, 18 Aug 2011 15:42:39 +0000 (17:42 +0200)]
ask factory to prepare TP_ACCOUNT_FEATURE_CONNECTION

So we can rely on the connection returned by tp_account_get_connection() to be
usable right away.

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

12 years ago[log-window] Change Quit for Close
Danielle Madeley [Fri, 19 Aug 2011 07:26:08 +0000 (17:26 +1000)]
[log-window] Change Quit for Close

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Thu, 18 Aug 2011 20:42:36 +0000 (23:42 +0300)]
Updated Hebrew translation.

12 years agoUpdated Dutch translation by Hannie Dumoleyn
Hannie Dumoleyn [Thu, 18 Aug 2011 20:37:30 +0000 (22:37 +0200)]
Updated Dutch translation by Hannie Dumoleyn

12 years agoUpdated Slovenian translation
Andrej Žnidaršič [Thu, 18 Aug 2011 17:28:15 +0000 (19:28 +0200)]
Updated Slovenian translation

12 years agoCallWindow: hide the preview button while dragging it
Emilio Pozuelo Monfort [Thu, 18 Aug 2011 11:38:52 +0000 (12:38 +0100)]
CallWindow: hide the preview button while dragging it

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

12 years agoCallWindow: hide the preview while dragging it
Emilio Pozuelo Monfort [Thu, 18 Aug 2011 11:34:05 +0000 (12:34 +0100)]
CallWindow: hide the preview while dragging it

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

12 years agoCallWindow: flip the dragged preview
Emilio Pozuelo Monfort [Thu, 18 Aug 2011 11:02:55 +0000 (12:02 +0100)]
CallWindow: flip the dragged preview

Currently disabled as it doesn't work as expected.

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

12 years agoCallWindow: make the preview follow the pointer when dragging it
Emilio Pozuelo Monfort [Wed, 17 Aug 2011 18:03:24 +0000 (19:03 +0100)]
CallWindow: make the preview follow the pointer when dragging it

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

12 years agoDon't install Call service files if empathy-call is not built
Emilio Pozuelo Monfort [Thu, 18 Aug 2011 15:19:38 +0000 (16:19 +0100)]
Don't install Call service files if empathy-call is not built

12 years agomic-monitor: add set_default function
Jonny Lamb [Wed, 17 Aug 2011 15:28:39 +0000 (16:28 +0100)]
mic-monitor: add set_default function

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agomic-monitor: add get_default function
Jonny Lamb [Wed, 17 Aug 2011 14:59:29 +0000 (15:59 +0100)]
mic-monitor: add get_default function

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agomic-menu: don't show the menu if we can't switch microphones
Jonny Lamb [Wed, 17 Aug 2011 15:04:30 +0000 (16:04 +0100)]
mic-menu: don't show the menu if we can't switch microphones

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoaudio-src: make supports_changing_mic public
Jonny Lamb [Wed, 17 Aug 2011 15:01:01 +0000 (16:01 +0100)]
audio-src: make supports_changing_mic public

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agomic-monitor: move the PA-specific stuff from audio-src to here
Jonny Lamb [Wed, 17 Aug 2011 14:55:32 +0000 (15:55 +0100)]
mic-monitor: move the PA-specific stuff from audio-src to here

Sorry for another big commit.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agochatroom-manager: removed set and unused priv variable
Jonny Lamb [Thu, 18 Aug 2011 14:56:40 +0000 (15:56 +0100)]
chatroom-manager: removed set and unused priv variable

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
12 years agoPort to new tp-glib client factory
Guillaume Desmottes [Thu, 18 Aug 2011 09:31:10 +0000 (11:31 +0200)]
Port to new tp-glib client factory

- 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

12 years agoDepend on telepathy-glib 0.15.5
Guillaume Desmottes [Thu, 18 Aug 2011 08:01:54 +0000 (10:01 +0200)]
Depend on telepathy-glib 0.15.5

Needed for new factory API.

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

12 years agoupdate git ignore with new build system
Guillaume Desmottes [Thu, 18 Aug 2011 08:09:58 +0000 (10:09 +0200)]
update git ignore with new build system

12 years agoupdate translation for Punjabi
A S Alam [Thu, 18 Aug 2011 01:14:02 +0000 (06:44 +0530)]
update translation for Punjabi

12 years agoMerge branch 'log-window-webview'
Danielle Madeley [Thu, 18 Aug 2011 00:10:00 +0000 (10:10 +1000)]
Merge branch 'log-window-webview'

12 years agoUpdated Galician translations
Fran Dieguez [Thu, 18 Aug 2011 00:00:25 +0000 (02:00 +0200)]
Updated Galician translations

12 years agoconfigure.ac: Generate xz tarballs with ustar format by default
Javier Jardón [Tue, 16 Aug 2011 16:21:14 +0000 (17:21 +0100)]
configure.ac: Generate xz tarballs with ustar format by default

12 years agoconfigure.ac: Use upstream gettext instead the glib one
Javier Jardón [Tue, 16 Aug 2011 16:19:04 +0000 (17:19 +0100)]
configure.ac: Use upstream gettext instead the glib one

12 years agobuild: Update autotools config a bit
Javier Jardón [Tue, 16 Aug 2011 16:18:03 +0000 (17:18 +0100)]
build: Update autotools config a bit

Replace deprecated autoconf macros
Use new libtool syntax

12 years agoUse context menu utility in log viewer
Danielle Madeley [Wed, 17 Aug 2011 05:44:22 +0000 (15:44 +1000)]
Use context menu utility in log viewer

12 years agoFactor out WebKit context menu as a utility
Danielle Madeley [Wed, 17 Aug 2011 05:37:09 +0000 (15:37 +1000)]
Factor out WebKit context menu as a utility

12 years agoUpdated Spanish translation
Daniel Mustieles [Tue, 16 Aug 2011 23:45:28 +0000 (01:45 +0200)]
Updated Spanish translation

12 years agoUpdated Galician translations
Fran Dieguez [Tue, 16 Aug 2011 17:17:27 +0000 (19:17 +0200)]
Updated Galician translations

12 years agoUpdated Indonesian translation
Andika Triwidada [Tue, 16 Aug 2011 14:44:12 +0000 (21:44 +0700)]
Updated Indonesian translation

12 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Tue, 16 Aug 2011 14:40:39 +0000 (16:40 +0200)]
Updated Norwegian bokmål translation.

12 years agoCallWindow: move preview rectangles on top of remote video
Emilio Pozuelo Monfort [Tue, 16 Aug 2011 14:26:44 +0000 (15:26 +0100)]
CallWindow: move preview rectangles on top of remote video

12 years agoremove released flag
Guillaume Desmottes [Tue, 16 Aug 2011 14:31:50 +0000 (16:31 +0200)]
remove released flag

12 years agoprepare 3.1.5
Guillaume Desmottes [Tue, 16 Aug 2011 12:51:05 +0000 (14:51 +0200)]
prepare 3.1.5

12 years agocoding style fix
Guillaume Desmottes [Tue, 16 Aug 2011 12:50:06 +0000 (14:50 +0200)]
coding style fix

12 years agoCallWindow: add some padding to the dialpad
Emilio Pozuelo Monfort [Mon, 8 Aug 2011 11:11:19 +0000 (12:11 +0100)]
CallWindow: add some padding to the dialpad

12 years agoUse AC_ARG_ENABLE with --enable-*
Emilio Pozuelo Monfort [Tue, 16 Aug 2011 11:56:12 +0000 (12:56 +0100)]
Use AC_ARG_ENABLE with --enable-*

12 years agoCallWindow: fix typo
Emilio Pozuelo Monfort [Tue, 16 Aug 2011 11:34:19 +0000 (12:34 +0100)]
CallWindow: fix typo

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

12 years agoDon't show empathy-call preferences when not building empathy-call
Emilio Pozuelo Monfort [Mon, 15 Aug 2011 23:09:13 +0000 (00:09 +0100)]
Don't show empathy-call preferences when not building empathy-call

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

12 years agoMerge branch 'blockade'
Will Thompson [Tue, 16 Aug 2011 11:21:58 +0000 (12:21 +0100)]
Merge branch 'blockade'

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

12 years agoGet the preview position from preview_pos
Emilio Pozuelo Monfort [Tue, 16 Aug 2011 00:02:18 +0000 (01:02 +0100)]
Get the preview position from preview_pos

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