]> git.0d.be Git - empathy.git/log
empathy.git
11 years agocall: Keep the toolbar around if muted
Sjoerd Simons [Mon, 21 May 2012 10:16:49 +0000 (12:16 +0200)]
call: Keep the toolbar around if muted

It's not uncommon for people to forget that the put a call on mute,
causing awkward situation while trying to talk while muted. To
prevent this, keep the toolbar showhing while muted as a reminder.

11 years agoaudio input: Switch to stream volumes
Sjoerd Simons [Mon, 21 May 2012 09:55:25 +0000 (11:55 +0200)]
audio input: Switch to stream volumes

Newer gstreamer & pulseaudio support the stream volume interface for
input as well. Prefer this over using the mixer interface as it's
both simpler and actually does as intended. Besides that the
mixer interface is buggy and seems to not correctly adjust the
current input device if the source was switch to a non-default input.

As an extra put in a volume element to locally enforce the current mute
state. This ensure that whatever happens, if the UI says mute, the
stream is guaranteed to be muted. This prevents awkward situations if
the source element doesn't support stream volumes or the notification
is buggy (like with current pulsesrc in releases).

11 years agocall: Adjust the preview rectangle colors
Sjoerd Simons [Mon, 21 May 2012 08:48:53 +0000 (10:48 +0200)]
call: Adjust the preview rectangle colors

As our default background is now black the non-highlighted previews
get hard to see. Change the rectangle colors to white for the
highlighted version and a darkened white for the non-highlighted.

11 years agoCall: Let the floating toolbar be above the preview
Sjoerd Simons [Mon, 21 May 2012 08:31:57 +0000 (10:31 +0200)]
Call: Let the floating toolbar be above the preview

The call window has previews in the four corners, before the lower
ones were packed in a way that they would appear above the floating
toolbar which looks strange when the floating toolbar disappears.

Instead allow the lower preview to be below the floating toolbar so
they're evenly spread out.

11 years agoKeep some margin for the preview and the floating toolbar
Sjoerd Simons [Mon, 21 May 2012 08:00:21 +0000 (10:00 +0200)]
Keep some margin for the preview and the floating toolbar

Now that the video box is flush against the sides add some extra margin
for the things floating inside.

11 years agocall: Make the remote video background black
Sjoerd Simons [Sun, 20 May 2012 19:31:13 +0000 (21:31 +0200)]
call: Make the remote video background black

Mimic totem in making the background for our video output black by
default and without extra borders. It does look nicer.

11 years agoCall window: Ellipsize alias and status
Sjoerd Simons [Sun, 20 May 2012 17:59:29 +0000 (19:59 +0200)]
Call window: Ellipsize alias and status

If the user alias is too long both the hangup and the dialpad buttons
get pushed into a drop-down menu. Even worse when the alias doesn't fit,
it just isn't shown at all anymore.

Given the username is already printed in the title and the user tends to
know who they're calling with, ellipsizing the alias isn't an issue.
Which has the nice side-effect of keeping the hangup and dialpad buttons
on the toolbar in all cases like they should be.

Unfortunately as pango doesn't ellipsize if it still has enough height
left to put more lines in. So put the alias and status in seperate
labels in a vbox which isn't set to fill.

11 years agoDon't put the status in the header if the user has none
Sjoerd Simons [Sun, 20 May 2012 11:07:57 +0000 (13:07 +0200)]
Don't put the status in the header if the user has none

11 years agoempathy-accounts: init cheese-gtk if needed
Guillaume Desmottes [Mon, 21 May 2012 08:55:46 +0000 (10:55 +0200)]
empathy-accounts: init cheese-gtk if needed

The avatar chooser, which is not used by empathy-accounts, may use Cheese to
take a photo.

cheese_gtk_init() has been added during the 3.4 cycle so I bumped the dep to
3.4.0 as that's the version I have tested it with it. It's an optionnal dep
anyway so...

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

11 years agoconfigure.ac: set cheese version in CHEESE_GTK_REQUIRED
Guillaume Desmottes [Mon, 21 May 2012 08:47:00 +0000 (10:47 +0200)]
configure.ac: set cheese version in CHEESE_GTK_REQUIRED

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

11 years agoCall: Fix floating toolbar
Sjoerd Simons [Sat, 19 May 2012 18:30:57 +0000 (20:30 +0200)]
Call: Fix floating toolbar

Empathy needed to mark the toolbar actor as reactive otherwise it won't
be reactive to events (doh)...

And empathy needed to stop calling gdk_disable_multi_device().. Empathy
used to do this because it has to be called before GTK+ is initialized
and clutter-gtk only called after GTK+ was initialized by other function
in empathy. Unfortunately since clutter-gtk 1.1.2 instead of ensuring
event actually work with clutter-gtk calling this function will actually
break event handle (great fun!)..

Oh and also bump the clutter-gtk requirement to 1.1.2 to ensure we get
the right behaviour for events..

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

11 years agoremove released flag
Guillaume Desmottes [Mon, 14 May 2012 11:40:08 +0000 (13:40 +0200)]
remove released flag

11 years agoprepare 3.4.2
Guillaume Desmottes [Mon, 14 May 2012 11:30:33 +0000 (13:30 +0200)]
prepare 3.4.2

11 years agoaccount-widget-irc: Quit label should be in the first column
Guillaume Desmottes [Fri, 11 May 2012 12:03:43 +0000 (14:03 +0200)]
account-widget-irc: Quit label should be in the first column

11 years agoUse tp-glib version checking macros
Guillaume Desmottes [Wed, 9 May 2012 11:58:26 +0000 (13:58 +0200)]
Use tp-glib version checking macros

Will make sure we don't accidentally use new API in stable branch.

Depend on tp-glib 0.18.0 while we are on it as any distro shipping 3.4 should
use this version any way.

11 years agoUse TP_ERROR instead of TP_ERRORS
Guillaume Desmottes [Mon, 7 May 2012 09:10:17 +0000 (11:10 +0200)]
Use TP_ERROR instead of TP_ERRORS

The latter has been deprecated in tp-glib master.

11 years agoAdd fallback server for WLM
Xavier Claessens [Mon, 7 May 2012 20:31:44 +0000 (22:31 +0200)]
Add fallback server for WLM

11 years agoUse gst_object_ref_sink()
Javier Jardón [Mon, 7 May 2012 08:11:29 +0000 (17:11 +0900)]
Use gst_object_ref_sink()

Instead call both gst_object_ref() and gst_object_sink()

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

12 years agoUpdated Aragonese translation
Daniel Martinez Cucalon [Mon, 16 Apr 2012 18:20:16 +0000 (20:20 +0200)]
Updated Aragonese translation

12 years agoremove released flag
Guillaume Desmottes [Mon, 16 Apr 2012 11:57:58 +0000 (13:57 +0200)]
remove released flag

12 years agoUpdated Slovak translation
Pavol Klačanský [Mon, 16 Apr 2012 11:57:39 +0000 (13:57 +0200)]
Updated Slovak translation

12 years agoprepare 3.4.1
Guillaume Desmottes [Mon, 16 Apr 2012 11:47:40 +0000 (13:47 +0200)]
prepare 3.4.1

12 years agoSmall fixes to the Arabic translation
Ibrahim Saed [Sat, 14 Apr 2012 18:30:05 +0000 (19:30 +0100)]
Small fixes to the Arabic translation

12 years agoUpdated French doc translation
Bruno Brouard [Sun, 15 Apr 2012 14:02:44 +0000 (16:02 +0200)]
Updated French doc translation

12 years ago[l10n] Fix a bug in zh_CN translation.
Automatic Mirroring [Wed, 11 Apr 2012 16:40:21 +0000 (16:40 +0000)]
[l10n] Fix a bug in zh_CN translation.

12 years agoDon't display anything when being re-invoked in hidden mode
Guillaume Desmottes [Wed, 11 Apr 2012 09:01:11 +0000 (11:01 +0200)]
Don't display anything when being re-invoked in hidden mode

Hidden is disabled by default, so if Empathy is re-invoked with --hidden
explicitely passed, we shouldn't bring back the contact list or any UI.

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

12 years ago[l10n]Updated Catalan (Valencian) translation
Carles Ferrando [Tue, 10 Apr 2012 21:31:46 +0000 (23:31 +0200)]
[l10n]Updated Catalan (Valencian) translation

12 years ago[l10n] Fixes on Catalan translation
Jordi Serratosa [Tue, 10 Apr 2012 21:31:39 +0000 (23:31 +0200)]
[l10n] Fixes on Catalan translation

12 years agoUpdated HINDI translation
Chandan Kumar [Sun, 8 Apr 2012 09:18:54 +0000 (14:48 +0530)]
Updated HINDI translation

12 years agoremove released flag
Guillaume Desmottes [Fri, 6 Apr 2012 07:56:35 +0000 (09:56 +0200)]
remove released flag

12 years agoprepare 3.4.0.2
Guillaume Desmottes [Fri, 6 Apr 2012 07:45:41 +0000 (09:45 +0200)]
prepare 3.4.0.2

12 years agoDISTCHECK_CONFIGURE_FLAGS add --enable-empathy-av
Guillaume Desmottes [Fri, 6 Apr 2012 07:42:10 +0000 (09:42 +0200)]
DISTCHECK_CONFIGURE_FLAGS add --enable-empathy-av

Make sure we'll ship empathy-av files in the tarball

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

12 years agoroster-window: Bring back log entry in individual context menu
Guillaume Desmottes [Thu, 5 Apr 2012 13:58:46 +0000 (15:58 +0200)]
roster-window: Bring back log entry in individual context menu

Looks like it has been accidentally removed.

12 years agoremove released flag
Guillaume Desmottes [Thu, 5 Apr 2012 13:25:37 +0000 (15:25 +0200)]
remove released flag

12 years agoPrepare 3.4.0.1
Guillaume Desmottes [Thu, 5 Apr 2012 09:02:31 +0000 (11:02 +0200)]
Prepare 3.4.0.1

12 years agocheck if salut settings are valid instead of assume they are not
Guillaume Desmottes [Wed, 4 Apr 2012 13:17:03 +0000 (15:17 +0200)]
check if salut settings are valid instead of assume they are not

If we manage to fetch all the info from EDS the account is ready to connect
and so the 'Connect' button should be sensitive right away.

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

12 years agoadd empathy_local_xmpp_assistant_widget_is_valid()
Guillaume Desmottes [Wed, 4 Apr 2012 13:15:35 +0000 (15:15 +0200)]
add empathy_local_xmpp_assistant_widget_is_valid()

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

12 years agoempathy-nautilus-sendto: use the Empathy icon
Guillaume Desmottes [Wed, 4 Apr 2012 12:35:47 +0000 (14:35 +0200)]
empathy-nautilus-sendto: use the Empathy icon

The first field of NstPluginInfo is the id of the icon of the plugin.

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

12 years agoinclude logger single header
Guillaume Desmottes [Wed, 4 Apr 2012 09:55:14 +0000 (11:55 +0200)]
include logger single header

12 years agomacros checking are *_MAX_ALLOWED
Guillaume Desmottes [Wed, 4 Apr 2012 09:23:29 +0000 (11:23 +0200)]
macros checking are *_MAX_ALLOWED

12 years agoDepend on Clutter 1.10
Guillaume Desmottes [Wed, 4 Apr 2012 09:36:20 +0000 (11:36 +0200)]
Depend on Clutter 1.10

Needed for clutter_actor_set_margin_* which is already used.

Shell 3.4 depends of this version as well so that won't be an issue for
distribution shipping GNOME 3.4.

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

12 years agoBump required tp-logger version
Danielle Madeley [Tue, 3 Apr 2012 06:32:13 +0000 (16:32 +1000)]
Bump required tp-logger version

12 years agoLogger support for calls is no longer optional
Danielle Madeley [Tue, 3 Apr 2012 00:41:54 +0000 (10:41 +1000)]
Logger support for calls is no longer optional

12 years agoTplCallEndReason ceased to exist on March 28
Danielle Madeley [Tue, 3 Apr 2012 00:35:09 +0000 (10:35 +1000)]
TplCallEndReason ceased to exist on March 28

12 years agogoa-mc-plugin: fix variable name
Debarshi Ray [Sat, 31 Mar 2012 21:08:27 +0000 (23:08 +0200)]
goa-mc-plugin: fix variable name

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

12 years agomcp-account-manager-goa: g_key_file_get_keys() expects a gsize
Guillaume Desmottes [Mon, 2 Apr 2012 09:01:18 +0000 (11:01 +0200)]
mcp-account-manager-goa: g_key_file_get_keys() expects a gsize

12 years agomcp-account-manager-goa: fix shadow variable warnings
Guillaume Desmottes [Mon, 2 Apr 2012 08:51:43 +0000 (10:51 +0200)]
mcp-account-manager-goa: fix shadow variable warnings

12 years agomcp-account-manager-goa: remove unused variables
Guillaume Desmottes [Mon, 2 Apr 2012 08:51:43 +0000 (10:51 +0200)]
mcp-account-manager-goa: remove unused variables

12 years agogoa-mc-plugin: build with ERROR_CFLAGS
Guillaume Desmottes [Mon, 2 Apr 2012 08:46:56 +0000 (10:46 +0200)]
goa-mc-plugin: build with ERROR_CFLAGS

12 years ago[l10n] Update Japanese translation
Mako N [Mon, 2 Apr 2012 04:10:25 +0000 (13:10 +0900)]
[l10n] Update Japanese translation

12 years ago[l10n] Update Japanese translation
Mako N [Mon, 2 Apr 2012 03:33:43 +0000 (12:33 +0900)]
[l10n] Update Japanese translation

12 years agoUpdated Persian Translations
Arash Mousavi [Sat, 31 Mar 2012 11:20:25 +0000 (15:50 +0430)]
Updated Persian Translations

12 years ago[l10n] Updated Indonesian translation
Andika Triwidada [Sat, 31 Mar 2012 11:15:24 +0000 (18:15 +0700)]
[l10n] Updated Indonesian translation

12 years agocall-window: raise the overlay actor instead of individual actors
Cosimo Cecchi [Thu, 29 Mar 2012 16:08:40 +0000 (12:08 -0400)]
call-window: raise the overlay actor instead of individual actors

Or the actors will be raised relative to their box, but not relative to
the whole scene.

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

12 years agouse enable_and_connect_account() when enabling an account from the menu
Guillaume Desmottes [Fri, 30 Mar 2012 12:00:15 +0000 (14:00 +0200)]
use enable_and_connect_account() when enabling an account from the menu

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

12 years agofactor out enable_and_connect_account()
Guillaume Desmottes [Fri, 30 Mar 2012 11:59:50 +0000 (13:59 +0200)]
factor out enable_and_connect_account()

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

12 years agoaccounts-dialog: no need to connect the account if we are disabling it
Guillaume Desmottes [Fri, 30 Mar 2012 11:56:01 +0000 (13:56 +0200)]
accounts-dialog: no need to connect the account if we are disabling it

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

12 years agoaccounts_dialog_enable_account_cb: use the usual async cb pattern
Guillaume Desmottes [Fri, 30 Mar 2012 11:44:13 +0000 (13:44 +0200)]
accounts_dialog_enable_account_cb: use the usual async cb pattern

No semantic change.

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

12 years agoempathy-accounts: disable 'Enable' menu entry if not supported
Guillaume Desmottes [Fri, 30 Mar 2012 11:08:31 +0000 (13:08 +0200)]
empathy-accounts: disable 'Enable' menu entry if not supported

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

12 years agofactor out account_can_be_enabled()
Guillaume Desmottes [Fri, 30 Mar 2012 10:47:30 +0000 (12:47 +0200)]
factor out account_can_be_enabled()

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

12 years agoUpdated Korean translation
Changwoo Ryu [Thu, 29 Mar 2012 18:59:41 +0000 (03:59 +0900)]
Updated Korean translation

12 years agoUpdated Arabic translation
Ibrahim Saed [Thu, 29 Mar 2012 13:36:46 +0000 (14:36 +0100)]
Updated Arabic translation

12 years agoev-sidebar: use gtk_list_store_insert_with_values()
Guillaume Desmottes [Thu, 29 Mar 2012 13:12:10 +0000 (15:12 +0200)]
ev-sidebar: use gtk_list_store_insert_with_values()

12 years agopreferences: use gtk_list_store_insert_with_values()
Guillaume Desmottes [Thu, 29 Mar 2012 13:12:10 +0000 (15:12 +0200)]
preferences: use gtk_list_store_insert_with_values()

12 years agonew-chatroom-dialog: use gtk_list_store_insert_with_values()
Guillaume Desmottes [Thu, 29 Mar 2012 13:12:10 +0000 (15:12 +0200)]
new-chatroom-dialog: use gtk_list_store_insert_with_values()

12 years agoimport-widget: use gtk_list_store_insert_with_values()
Guillaume Desmottes [Thu, 29 Mar 2012 13:12:10 +0000 (15:12 +0200)]
import-widget: use gtk_list_store_insert_with_values()

12 years agochatrooms-window: use gtk_list_store_insert_with_values()
Guillaume Desmottes [Thu, 29 Mar 2012 13:12:10 +0000 (15:12 +0200)]
chatrooms-window: use gtk_list_store_insert_with_values()

12 years agogroups-widget: use gtk_list_store_insert_with_values()
Guillaume Desmottes [Thu, 29 Mar 2012 13:12:10 +0000 (15:12 +0200)]
groups-widget: use gtk_list_store_insert_with_values()

12 years agocontact-search-dialog: use gtk_list_store_insert_with_values()
Guillaume Desmottes [Thu, 29 Mar 2012 13:12:10 +0000 (15:12 +0200)]
contact-search-dialog: use gtk_list_store_insert_with_values()

12 years agoaccount-widget-sip: use gtk_list_store_insert_with_values()
Guillaume Desmottes [Thu, 29 Mar 2012 13:12:10 +0000 (15:12 +0200)]
account-widget-sip: use gtk_list_store_insert_with_values()

12 years agoaccounts-dialog: use gtk_list_store_insert_with_values()
Guillaume Desmottes [Thu, 29 Mar 2012 12:35:11 +0000 (14:35 +0200)]
accounts-dialog: use gtk_list_store_insert_with_values()

Prevent a crash when using a11y as GTK+ may want to look at the content of the
row as soon it's added. See the bug for details.

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

12 years agoUpdated Odia Translation
ManojKumar Giri [Thu, 29 Mar 2012 08:51:49 +0000 (14:21 +0530)]
Updated Odia Translation

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Thu, 29 Mar 2012 07:32:47 +0000 (09:32 +0200)]
Updated Norwegian bokmål translation

12 years agoUpdated Odia Translation
ManojKumar Giri [Wed, 28 Mar 2012 15:45:02 +0000 (21:15 +0530)]
Updated Odia Translation

12 years agoMerge remote-tracking branch 'wjt/652800-661731-notifications'
Guillaume Desmottes [Wed, 28 Mar 2012 11:48:38 +0000 (13:48 +0200)]
Merge remote-tracking branch 'wjt/652800-661731-notifications'

12 years agostreamed-media-window: don't leak the element name
Debarshi Ray [Sun, 25 Mar 2012 11:17:53 +0000 (13:17 +0200)]
streamed-media-window: don't leak the element name

Fixes: https://bugzilla.gnome.org/672796
12 years agocall-window: don't leak the element name
Debarshi Ray [Sun, 25 Mar 2012 10:57:52 +0000 (12:57 +0200)]
call-window: don't leak the element name

Fixes: https://bugzilla.gnome.org/672796
12 years agoMove category name constants to #defines
Will Thompson [Wed, 28 Mar 2012 09:39:51 +0000 (10:39 +0100)]
Move category name constants to #defines

This is kind of overkill to avoid me typoing the two names used in
empathy-chat-window.c, but, hey.

12 years agoShow MUC highlight notifications in Gnome Shell
Will Thompson [Wed, 28 Mar 2012 09:06:14 +0000 (10:06 +0100)]
Show MUC highlight notifications in Gnome Shell

Gnome Shell filters out notifications from Empathy whose category is
something the Shell shows its own notification for. However, we
previously used the im.received category for notifications about being
highlighted in a MUC, as well as for incoming 1-1 IM notifications. The
Shell filters these out these notifications, because it shows its own
1-1 notifications, but it doesn't show MUC highlight notifications.

So this patch sets a different category on notifications from chat
rooms, which makes them show up in Gnome Shell. I'm prefixing the
category with x-empathy, following the comment above
get_category_for_event_type in empathy-notifications-approver.c.

This shouldn't confuse other notification daemons, unless they were also
filtering out im.received but also showed their own highlight
notifications (which I find unlikely).

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

12 years agoUpdated Odia Translation
ManojKumar Giri [Wed, 28 Mar 2012 08:15:00 +0000 (13:45 +0530)]
Updated Odia Translation

12 years agotrivial: fix a GCC build warning
Cosimo Cecchi [Tue, 27 Mar 2012 14:05:58 +0000 (10:05 -0400)]
trivial: fix a GCC build warning

12 years agocall-window: factor out some common code
Cosimo Cecchi [Thu, 22 Mar 2012 20:36:45 +0000 (16:36 -0400)]
call-window: factor out some common code

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

12 years agocall-window: don't use EmpathyRoundedActor for the floating toolbar
Cosimo Cecchi [Thu, 22 Mar 2012 20:30:34 +0000 (16:30 -0400)]
call-window: don't use EmpathyRoundedActor for the floating toolbar

Make this a real toolbar, and add a CSS provider to set the correct
border radius.
In the future, GTK and Adwaita will support an 'OSD' style class that
takes care of this automatically, but right now we have add these few
lines of code.

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

12 years agocall-window: use a ClutterBoxLayout to separate previews/toolbar
Cosimo Cecchi [Thu, 22 Mar 2012 22:25:41 +0000 (18:25 -0400)]
call-window: use a ClutterBoxLayout to separate previews/toolbar

It's way easier to use a ClutterBoxLayout to ensure the preview
rectangles and the floating toolbar don't overlap.
This way, we can get rid of some complicated manual UI layouting code
and just a margin to set the bottom spacing for the floating toolbar.
Also, this makes the code not dependent on a hardcoded toolbar size
anymore.

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

12 years agocall-window: fix incorrect comment
Cosimo Cecchi [Thu, 22 Mar 2012 20:45:58 +0000 (16:45 -0400)]
call-window: fix incorrect comment

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

12 years agocall-window: use colors from the theme for placeholders
Cosimo Cecchi [Thu, 22 Mar 2012 17:17:33 +0000 (13:17 -0400)]
call-window: use colors from the theme for placeholders

Use color shades from the color theme for preview placeholders, instead
of hardcoding black/red.

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

12 years agorounded-rectangle: cairo_set_source_rgba() takes [0..1] arguments
Cosimo Cecchi [Thu, 22 Mar 2012 17:16:33 +0000 (13:16 -0400)]
rounded-rectangle: cairo_set_source_rgba() takes [0..1] arguments

And not [0..255] integers.

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

12 years agolog-window: use gtk_list_store_insert_with_values()
Guillaume Desmottes [Tue, 27 Mar 2012 12:30:54 +0000 (14:30 +0200)]
log-window: use gtk_list_store_insert_with_values()

12 years agofactor out add_event_to_store()
Guillaume Desmottes [Tue, 27 Mar 2012 12:18:01 +0000 (14:18 +0200)]
factor out add_event_to_store()

12 years agolog-window: factor out add_date_if_needed()
Guillaume Desmottes [Tue, 27 Mar 2012 12:03:07 +0000 (14:03 +0200)]
log-window: factor out add_date_if_needed()

Free a leak as 'text' wasn't freed in the first case.

12 years agoimport-widget: request the preferred height of the treeview
Guillaume Desmottes [Tue, 27 Mar 2012 08:28:11 +0000 (10:28 +0200)]
import-widget: request the preferred height of the treeview

We should try to display as much rows as possible.

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

12 years agoimport-widget: don't manually prepare the account manager
Guillaume Desmottes [Tue, 27 Mar 2012 08:26:58 +0000 (10:26 +0200)]
import-widget: don't manually prepare the account manager

empathy-accounts already does it for us.

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

12 years agohelp/.gitignore: use a generic ignore rule
Guillaume Desmottes [Tue, 27 Mar 2012 08:38:15 +0000 (10:38 +0200)]
help/.gitignore: use a generic ignore rule

12 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Tue, 27 Mar 2012 08:26:30 +0000 (10:26 +0200)]
Updated Basque language

12 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Tue, 27 Mar 2012 08:16:50 +0000 (10:16 +0200)]
Updated Basque language

12 years agoUpdated Korean translation
Changwoo Ryu [Mon, 26 Mar 2012 16:23:14 +0000 (01:23 +0900)]
Updated Korean translation

12 years agorelease.py: update last_tag_pattern
Guillaume Desmottes [Mon, 26 Mar 2012 13:48:51 +0000 (15:48 +0200)]
release.py: update last_tag_pattern

12 years agoremove released flag
Guillaume Desmottes [Mon, 26 Mar 2012 13:48:31 +0000 (15:48 +0200)]
remove released flag

12 years agoprepare 3.4.0
Guillaume Desmottes [Mon, 26 Mar 2012 13:39:08 +0000 (15:39 +0200)]
prepare 3.4.0

12 years agoUse the correct help: URI syntax
Shaun McCance [Sat, 24 Mar 2012 01:16:16 +0000 (21:16 -0400)]
Use the correct help: URI syntax

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