diff -Nru empathy-3.4.2.1/aclocal.m4 empathy-3.4.2.3/aclocal.m4 --- empathy-3.4.2.1/aclocal.m4 2012-05-21 12:08:45.000000000 +0000 +++ empathy-3.4.2.3/aclocal.m4 2012-06-27 11:48:13.000000000 +0000 @@ -1,7 +1,8 @@ -# generated automatically by aclocal 1.11.1 -*- Autoconf -*- +# generated automatically by aclocal 1.11.3 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, +# Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -19,12 +20,15 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been @@ -34,7 +38,7 @@ [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.1], [], +m4_if([$1], [1.11.3], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -50,19 +54,21 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.1])dnl +[AM_AUTOMAKE_VERSION([1.11.3])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. @@ -144,14 +150,14 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, +# 2010, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 10 +# serial 12 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, @@ -191,6 +197,7 @@ # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -255,7 +262,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -320,10 +327,13 @@ if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- @@ -545,12 +555,15 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. @@ -682,12 +695,15 @@ fi ]) -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. @@ -710,13 +726,14 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 4 +# serial 5 # _AM_MANGLE_OPTION(NAME) # ----------------------- @@ -724,13 +741,13 @@ [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) -# ------------------------------ +# -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) -# ---------------------------------- +# ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) @@ -741,13 +758,15 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, +# 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 2 + # AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # --------------------------------------------------------------------------- # Adds support for distributing Python modules and packages. To @@ -775,8 +794,10 @@ dnl Find a Python interpreter. Python versions prior to 2.0 are not dnl supported. (2.0 was released on October 16, 2000). m4_define_default([_AM_PYTHON_INTERPRETER_LIST], - [python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 dnl -python2.1 python2.0]) +[python python2 python3 python3.2 python3.1 python3.0 python2.7 dnl + python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0]) + + AC_ARG_VAR([PYTHON], [the Python interpreter]) m4_if([$1],[],[ dnl No version check is needed. @@ -848,9 +869,7 @@ dnl site-packages directory, not the python standard library dnl directory like in previous automake betas. This behavior dnl is more consistent with lispdir.m4 for example. - dnl Query distutils for this directory. distutils does not exist in - dnl Python 1.5, so we fall back to the hardcoded directory if it - dnl doesn't work. + dnl Query distutils for this directory. AC_CACHE_CHECK([for $am_display_PYTHON script directory], [am_cv_python_pythondir], [if test "x$prefix" = xNONE @@ -859,8 +878,7 @@ else am_py_prefix=$prefix fi - am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null || - echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"` + am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null` case $am_cv_python_pythondir in $am_py_prefix*) am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'` @@ -886,9 +904,7 @@ dnl pyexecdir -- directory for installing python extension modules dnl (shared libraries) - dnl Query distutils for this directory. distutils does not exist in - dnl Python 1.5, so we fall back to the hardcoded directory if it - dnl doesn't work. + dnl Query distutils for this directory. AC_CACHE_CHECK([for $am_display_PYTHON extension module directory], [am_cv_python_pyexecdir], [if test "x$exec_prefix" = xNONE @@ -897,8 +913,7 @@ else am_py_exec_prefix=$exec_prefix fi - am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null || - echo "$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages"` + am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null` case $am_cv_python_pyexecdir in $am_py_exec_prefix*) am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'` @@ -946,12 +961,14 @@ sys.exit(sys.hexversion < minverhex)" AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. @@ -1028,13 +1045,13 @@ fi AC_MSG_RESULT(yes)]) -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 +# serial 2 # AM_SILENT_RULES([DEFAULT]) # -------------------------- @@ -1049,18 +1066,50 @@ no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac +dnl +dnl A few `make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using `$V' instead of `$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't @@ -1083,13 +1132,13 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 2 +# serial 3 # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- @@ -1098,13 +1147,13 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- +# -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1126,10 +1175,11 @@ # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], -[# Always define AMTAR for backward compatibility. -AM_MISSING_PROG([AMTAR], [tar]) +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) m4_if([$1], [v7], - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) @@ -1389,6 +1439,201 @@ fi[]dnl ])# PKG_CHECK_MODULES +AC_DEFUN([YELP_HELP_INIT], +[ +AC_REQUIRE([AC_PROG_LN_S]) +m4_pattern_allow([AM_V_at]) +m4_pattern_allow([AM_V_GEN]) +m4_pattern_allow([AM_DEFAULT_VERBOSITY]) +AC_ARG_WITH([help-dir], + AC_HELP_STRING([--with-help-dir=DIR], + [path where help files are installed]),, + [with_help_dir='${datadir}/help']) +HELP_DIR="$with_help_dir" +AC_SUBST(HELP_DIR) + +AC_ARG_VAR([ITSTOOL], [Path to the `itstool` command]) +AC_CHECK_PROG([ITSTOOL], [itstool], [itstool]) +if test x"$ITSTOOL" = x; then + AC_MSG_ERROR([itstool not found]) +fi + +AC_ARG_VAR([XMLLINT], [Path to the `xmllint` command]) +AC_CHECK_PROG([XMLLINT], [xmllint], [xmllint]) +if test x"$XMLLINT" = x; then + AC_MSG_ERROR([xmllint not found]) +fi + +YELP_HELP_RULES=' +HELP_ID ?= +HELP_POT ?= +HELP_FILES ?= +HELP_EXTRA ?= +HELP_MEDIA ?= +HELP_LINGUAS ?= + +_HELP_LINGUAS = $(if $(filter environment,$(origin LINGUAS)),$(filter $(LINGUAS),$(HELP_LINGUAS)),$(HELP_LINGUAS)) +_HELP_POTFILE = $(if $(HELP_POT),$(HELP_POT),$(if $(HELP_ID),$(HELP_ID).pot)) +_HELP_POFILES = $(if $(HELP_ID),$(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).po)) +_HELP_MOFILES = $(patsubst %.po,%.mo,$(_HELP_POFILES)) +_HELP_C_FILES = $(foreach f,$(HELP_FILES),C/$(f)) +_HELP_C_EXTRA = $(foreach f,$(HELP_EXTRA),C/$(f)) +_HELP_C_MEDIA = $(foreach f,$(HELP_MEDIA),C/$(f)) +_HELP_LC_FILES = $(foreach lc,$(_HELP_LINGUAS),$(foreach f,$(HELP_FILES),$(lc)/$(f))) +_HELP_LC_STAMPS = $(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).stamp) + +_HELP_DEFAULT_V = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1) +_HELP_V = $(if $(V),$(V),$(_HELP_DEFAULT_V)) +_HELP_LC_VERBOSE = $(_HELP_LC_VERBOSE_$(_HELP_V)) +_HELP_LC_VERBOSE_ = $(_HELP_LC_VERBOSE_$(_HELP_DEFAULT_V)) +_HELP_LC_VERBOSE_0 = @echo " GEN "$(dir [$]@); + +all: $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) $(_HELP_LC_FILES) $(_HELP_POFILES) + +.PHONY: pot +pot: $(_HELP_POTFILE) +$(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) + $(AM_V_GEN)$(ITSTOOL) -o "[$]@" $(_HELP_C_FILES) + +.PHONY: repo +repo: $(_HELP_POTFILE) + $(AM_V_at)for po in $(_HELP_POFILES); do \ + if test "x[$](_HELP_V)" = "x0"; then echo " GEN $${po}"; fi; \ + msgmerge -q -o "$${po}" "$${po}" "$(_HELP_POTFILE)"; \ + done + +$(_HELP_POFILES): + $(AM_V_at)if ! test -d "$(dir [$]@)"; then mkdir "$(dir [$]@)"; fi + $(AM_V_at)if test ! -f "[$]@" -a -f "$(srcdir)/[$]@"; then cp "$(srcdir)/[$]@" "[$]@"; fi + $(AM_V_GEN)if ! test -f "[$]@"; then \ + (cd "$(dir [$]@)" && \ + $(ITSTOOL) -o "$(notdir [$]@).tmp" $(_HELP_C_FILES) && \ + mv "$(notdir [$]@).tmp" "$(notdir [$]@)"); \ + else \ + (cd "$(dir [$]@)" && \ + $(ITSTOOL) -o "$(notdir [$]@).tmp" $(_HELP_C_FILES) && \ + msgmerge -o "$(notdir [$]@)" "$(notdir [$]@)" "$(notdir [$]@).tmp" && \ + rm "$(notdir [$]@).tmp"); \ + fi + +$(_HELP_MOFILES): %.mo: %.po + $(AM_V_at)if ! test -d "$(dir [$]@)"; then mkdir "$(dir [$]@)"; fi + $(AM_V_GEN)msgfmt -o "[$]@" "$<" + +$(_HELP_LC_FILES): $(_HELP_LINGUAS) +$(_HELP_LINGUAS): $(_HELP_LC_STAMPS) +$(_HELP_LC_STAMPS): %.stamp: %.mo +$(_HELP_LC_STAMPS): $(_HELP_C_FILES) $(_HELP_C_EXTRA) + $(AM_V_at)if ! test -d "$(dir [$]@)"; then mkdir "$(dir [$]@)"; fi + $(_HELP_LC_VERBOSE)if test -d "C"; then d="../"; else d="$(abs_srcdir)/"; fi; \ + mo="$(dir [$]@)$(patsubst %/$(notdir [$]@),%,[$]@).mo"; \ + if test -f "$${mo}"; then mo="../$${mo}"; else mo="$(abs_srcdir)/$${mo}"; fi; \ + (cd "$(dir [$]@)" && $(ITSTOOL) -m "$${mo}" $(foreach f,$(_HELP_C_FILES),$${d}/$(f))) && \ + touch "[$]@" + +.PHONY: clean-help +mostlyclean-am: $(if $(HELP_ID),clean-help) +clean-help: + rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES) + +EXTRA_DIST ?= +EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) +EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).stamp) +EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).po) +EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) + +distdir: distdir-help-files +distdir-help-files: + @for lc in C $(HELP_LINGUAS); do \ + $(MKDIR_P) "$(distdir)/$$lc"; \ + for file in $(HELP_FILES); do \ + if test -f "$$lc/$$file"; then d=./; else d=$(srcdir)/; fi; \ + cp -p "$$d$$lc/$$file" "$(distdir)/$$lc/" || exit 1; \ + done; \ + done; \ + +.PHONY: check-help +check: check-help +check-help: + for lc in C $(_HELP_LINGUAS); do \ + if test -d "$$lc"; \ + then d=; \ + xmlpath="$$lc"; \ + else \ + d="$(srcdir)/"; \ + xmlpath="$$lc:$(srcdir)/$$lc"; \ + fi; \ + for page in $(HELP_FILES); do \ + echo "$(XMLLINT) --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \ + $(XMLLINT) --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \ + done; \ + done + + +.PHONY: install-help +install-data-am: $(if $(HELP_ID),install-help) +install-help: + @for lc in C $(_HELP_LINGUAS); do \ + $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ + done + @for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ + if test -f "$$lc/$$f"; then d=; else d="$(srcdir)/"; fi; \ + helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ + if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ + echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir`basename $$f`"; \ + $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir`basename $$f`" || exit 1; \ + done; done + @for f in $(_HELP_C_EXTRA); do \ + lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ + if test -f "$$f"; then d=; else d="$(srcdir)/"; fi; \ + helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ + if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ + echo "$(INSTALL_DATA) $$d$$f $$helpdir`basename $$f`"; \ + $(INSTALL_DATA) "$$d$$f" "$$helpdir`basename $$f`" || exit 1; \ + done + @for f in $(HELP_MEDIA); do \ + for lc in C $(_HELP_LINGUAS); do \ + if test -f "$$lc$$f"; then d=; else d="$(srcdir)/"; fi; \ + helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ + mdir=`dirname "$$f"`; \ + if test "x$mdir" = "x."; then mdir=""; fi; \ + if ! test -d "$$helpdir$$mdir"; then $(mkinstalldirs) "$$helpdir$$mdir"; fi; \ + if test -f "$$d$$lc/$$f"; then \ + echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir$$f"; \ + $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir$$f" || exit 1; \ + elif test "x$$lc" != "xC"; then \ + echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \ + $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \ + fi; \ + done; \ + done + +.PHONY: uninstall-help +uninstall-am: $(if $(HELP_ID),uninstall-help) +uninstall-help: + for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ + helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ + echo "rm -f $$helpdir`basename $$f`"; \ + rm -f "$$helpdir`basename $$f`"; \ + done; done + @for f in $(_HELP_C_EXTRA); do \ + lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ + helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ + echo "rm -f $$helpdir`basename $$f`"; \ + rm -f "$$helpdir`basename $$f`"; \ + done + @for f in $(HELP_MEDIA); do \ + for lc in C $(_HELP_LINGUAS); do \ + helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ + echo "rm -f $$helpdir$$f"; \ + rm -f "$$helpdir$$f"; \ + done; \ + done; +' +AC_SUBST([YELP_HELP_RULES]) +m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([YELP_HELP_RULES])]) +]) + # Configure paths for GLIB # Owen Taylor 1997-2001 @@ -1604,199 +1849,6 @@ rm -f conf.glibtest ]) -AC_DEFUN([YELP_HELP_INIT], -[ -AC_REQUIRE([AC_PROG_LN_S]) -m4_pattern_allow([AM_V_at]) -m4_pattern_allow([AM_V_GEN]) -m4_pattern_allow([AM_DEFAULT_VERBOSITY]) -AC_ARG_WITH([help-dir], - AC_HELP_STRING([--with-help-dir=DIR], - [path where help files are installed]),, - [with_help_dir='${datadir}/help']) -HELP_DIR="$with_help_dir" -AC_SUBST(HELP_DIR) - -AC_ARG_VAR([ITSTOOL], [Path to the `itstool` command]) -AC_CHECK_PROG([ITSTOOL], [itstool], [itstool]) -if test x"$ITSTOOL" = x; then - AC_MSG_ERROR([itstool not found]) -fi - -AC_ARG_VAR([XMLLINT], [Path to the `xmllint` command]) -AC_CHECK_PROG([XMLLINT], [xmllint], [xmllint]) -if test x"$XMLLINT" = x; then - AC_MSG_ERROR([xmllint not found]) -fi - -YELP_HELP_RULES=' -HELP_ID ?= -HELP_POT ?= -HELP_FILES ?= -HELP_EXTRA ?= -HELP_MEDIA ?= -HELP_LINGUAS ?= - -_HELP_LINGUAS = $(if $(filter environment,$(origin LINGUAS)),$(filter $(LINGUAS),$(HELP_LINGUAS)),$(HELP_LINGUAS)) -_HELP_POTFILE = $(if $(HELP_POT),$(HELP_POT),$(if $(HELP_ID),$(HELP_ID).pot)) -_HELP_POFILES = $(if $(HELP_ID),$(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).po)) -_HELP_MOFILES = $(patsubst %.po,%.mo,$(_HELP_POFILES)) -_HELP_C_FILES = $(foreach f,$(HELP_FILES),C/$(f)) -_HELP_C_EXTRA = $(foreach f,$(HELP_EXTRA),C/$(f)) -_HELP_C_MEDIA = $(foreach f,$(HELP_MEDIA),C/$(f)) -_HELP_LC_FILES = $(foreach lc,$(_HELP_LINGUAS),$(foreach f,$(HELP_FILES),$(lc)/$(f))) -_HELP_LC_STAMPS = $(foreach lc,$(_HELP_LINGUAS),$(lc)/$(lc).stamp) - -_HELP_DEFAULT_V = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1) -_HELP_V = $(if $(V),$(V),$(_HELP_DEFAULT_V)) -_HELP_LC_VERBOSE = $(_HELP_LC_VERBOSE_$(_HELP_V)) -_HELP_LC_VERBOSE_ = $(_HELP_LC_VERBOSE_$(_HELP_DEFAULT_V)) -_HELP_LC_VERBOSE_0 = @echo " GEN "$(dir [$]@); - -all: $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) $(_HELP_LC_FILES) $(_HELP_POFILES) - -.PHONY: pot -pot: $(_HELP_POTFILE) -$(_HELP_POTFILE): $(_HELP_C_FILES) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) - $(AM_V_GEN)$(ITSTOOL) -o "[$]@" $(_HELP_C_FILES) - -.PHONY: repo -repo: $(_HELP_POTFILE) - $(AM_V_at)for po in $(_HELP_POFILES); do \ - if test "x[$](_HELP_V)" = "x0"; then echo " GEN $${po}"; fi; \ - msgmerge -q -o "$${po}" "$${po}" "$(_HELP_POTFILE)"; \ - done - -$(_HELP_POFILES): - $(AM_V_at)if ! test -d "$(dir [$]@)"; then mkdir "$(dir [$]@)"; fi - $(AM_V_at)if test ! -f "[$]@" -a -f "$(srcdir)/[$]@"; then cp "$(srcdir)/[$]@" "[$]@"; fi - $(AM_V_GEN)if ! test -f "[$]@"; then \ - (cd "$(dir [$]@)" && \ - $(ITSTOOL) -o "$(notdir [$]@).tmp" $(_HELP_C_FILES) && \ - mv "$(notdir [$]@).tmp" "$(notdir [$]@)"); \ - else \ - (cd "$(dir [$]@)" && \ - $(ITSTOOL) -o "$(notdir [$]@).tmp" $(_HELP_C_FILES) && \ - msgmerge -o "$(notdir [$]@)" "$(notdir [$]@)" "$(notdir [$]@).tmp" && \ - rm "$(notdir [$]@).tmp"); \ - fi - -$(_HELP_MOFILES): %.mo: %.po - $(AM_V_at)if ! test -d "$(dir [$]@)"; then mkdir "$(dir [$]@)"; fi - $(AM_V_GEN)msgfmt -o "[$]@" "$<" - -$(_HELP_LC_FILES): $(_HELP_LINGUAS) -$(_HELP_LINGUAS): $(_HELP_LC_STAMPS) -$(_HELP_LC_STAMPS): %.stamp: %.mo -$(_HELP_LC_STAMPS): $(_HELP_C_FILES) $(_HELP_C_EXTRA) - $(AM_V_at)if ! test -d "$(dir [$]@)"; then mkdir "$(dir [$]@)"; fi - $(_HELP_LC_VERBOSE)if test -d "C"; then d="../"; else d="$(abs_srcdir)/"; fi; \ - mo="$(dir [$]@)$(patsubst %/$(notdir [$]@),%,[$]@).mo"; \ - if test -f "$${mo}"; then mo="../$${mo}"; else mo="$(abs_srcdir)/$${mo}"; fi; \ - (cd "$(dir [$]@)" && $(ITSTOOL) -m "$${mo}" $(foreach f,$(_HELP_C_FILES),$${d}/$(f))) && \ - touch "[$]@" - -.PHONY: clean-help -mostlyclean-am: $(if $(HELP_ID),clean-help) -clean-help: - rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES) - -EXTRA_DIST ?= -EXTRA_DIST += $(_HELP_LC_STAMPS) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) $(_HELP_POFILES) -EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(_HELP_LINGUAS),$(wildcard $(lc)/$(f)))) - -distdir: distdir-help-files -distdir-help-files: - @for lc in C $(HELP_LINGUAS); do \ - $(MKDIR_P) "$(distdir)/$$lc"; \ - for file in $(HELP_FILES); do \ - if test -f "$$lc/$$file"; then d=./; else d=$(srcdir)/; fi; \ - cp -p "$$d$$lc/$$file" "$(distdir)/$$lc/" || exit 1; \ - done; \ - done; \ - -.PHONY: check-help -check: check-help -check-help: - for lc in C $(_HELP_LINGUAS); do \ - if test -d "$$lc"; \ - then d=; \ - xmlpath="$$lc"; \ - else \ - d="$(srcdir)/"; \ - xmlpath="$$lc:$(srcdir)/$$lc"; \ - fi; \ - for page in $(HELP_FILES); do \ - echo "$(XMLLINT) --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \ - $(XMLLINT) --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \ - done; \ - done - - -.PHONY: install-help -install-data-am: $(if $(HELP_ID),install-help) -install-help: - @for lc in C $(_HELP_LINGUAS); do \ - $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ - done - @for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ - if test -f "$$lc/$$f"; then d=; else d="$(srcdir)/"; fi; \ - helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ - if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ - echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir`basename $$f`"; \ - $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir`basename $$f`" || exit 1; \ - done; done - @for f in $(_HELP_C_EXTRA); do \ - lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ - if test -f "$$f"; then d=; else d="$(srcdir)/"; fi; \ - helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ - if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \ - echo "$(INSTALL_DATA) $$d$$f $$helpdir`basename $$f`"; \ - $(INSTALL_DATA) "$$d$$f" "$$helpdir`basename $$f`" || exit 1; \ - done - @for f in $(HELP_MEDIA); do \ - for lc in C $(_HELP_LINGUAS); do \ - if test -f "$$lc$$f"; then d=; else d="$(srcdir)/"; fi; \ - helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ - mdir=`dirname "$$f"`; \ - if test "x$mdir" = "x."; then mdir=""; fi; \ - if ! test -d "$$helpdir$$mdir"; then $(mkinstalldirs) "$$helpdir$$mdir"; fi; \ - if test -f "$$d$$lc/$$f"; then \ - echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir$$f"; \ - $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir$$f" || exit 1; \ - elif test "x$$lc" != "xC"; then \ - echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \ - $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \ - fi; \ - done; \ - done - -.PHONY: uninstall-help -uninstall-am: $(if $(HELP_ID),uninstall-help) -uninstall-help: - for lc in C $(_HELP_LINGUAS); do for f in $(HELP_FILES); do \ - helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ - echo "rm -f $$helpdir`basename $$f`"; \ - rm -f "$$helpdir`basename $$f`"; \ - done; done - @for f in $(_HELP_C_EXTRA); do \ - lc=`dirname "$$f"`; lc=`basename "$$lc"`; \ - helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ - echo "rm -f $$helpdir`basename $$f`"; \ - rm -f "$$helpdir`basename $$f`"; \ - done - @for f in $(HELP_MEDIA); do \ - for lc in C $(_HELP_LINGUAS); do \ - helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \ - echo "rm -f $$helpdir$$f"; \ - rm -f "$$helpdir$$f"; \ - done; \ - done; -' -AC_SUBST([YELP_HELP_RULES]) -m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([YELP_HELP_RULES])]) -]) - m4_include([m4/as-compiler-flag.m4]) m4_include([m4/empathy-args.m4]) m4_include([m4/empathy-valgrind.m4]) diff -Nru empathy-3.4.2.1/ChangeLog empathy-3.4.2.3/ChangeLog --- empathy-3.4.2.1/ChangeLog 2012-05-21 12:09:19.000000000 +0000 +++ empathy-3.4.2.3/ChangeLog 2012-06-27 11:50:54.000000000 +0000 @@ -1,3 +1,110 @@ +commit f7724ee04e353898d26c120e5db7e3da0941ac5d +Author: Guillaume Desmottes +Date: Wed Jun 27 13:50:19 2012 +0200 + + prepare 3.4.2.3 + + NEWS | 9 +++++++++ + configure.ac | 2 +- + 2 files changed, 10 insertions(+), 1 deletion(-) + +commit 24b7469a75d9f1c3dd6ac596d7e8394c64e8dff8 +Author: Debarshi Ray +Date: Fri Jun 8 16:41:08 2012 +0200 + + empathy-chat: abort chat_log_filter if object was destroyed + + Fixes: https://bugzilla.gnome.org/677641 + + libempathy-gtk/empathy-chat.c | 29 ++++++++++++++++++++--------- + 1 file changed, 20 insertions(+), 9 deletions(-) + +commit ce6c9f9122d89b33187a831478bfbaa256645502 +Author: Debarshi Ray +Date: Thu Jun 7 19:33:05 2012 +0200 + + empathy-chat: abort got_filtered_messages_cb if object was destroyed + + Fixes: https://bugzilla.gnome.org/677641 + + libempathy-gtk/empathy-chat.c | 17 ++++++++++++++--- + 1 file changed, 14 insertions(+), 3 deletions(-) + +commit 7ce9e8f152149e8365ea48201b00019a34e11c64 +Author: Guillaume Desmottes +Date: Thu Jun 21 12:42:52 2012 +0200 + + ft-factory: ensure that the factory stays alive while + empathy_ft_handler_new_outgoing() is running + + https://bugzilla.gnome.org/show_bug.cgi?id=678524 + + libempathy/empathy-ft-factory.c | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +commit fabd83a72b86ef04a61a5b89493214f4e317bb27 +Author: Guillaume Desmottes +Date: Wed Jun 27 11:55:52 2012 +0200 + + prepare 3.4.2.2 + + NEWS | 9 +++++++++ + configure.ac | 4 ++-- + 2 files changed, 11 insertions(+), 2 deletions(-) + +commit 284d3c729f9cb30610ddee56c479d1176270f854 +Author: Guillaume Desmottes +Date: Wed Jun 27 11:05:18 2012 +0200 + + tp-chat: stop setting the TpAccount during construction + + It doesn't have to be a property any more, we can just get it from the + TpConnection when we need it. + + Should fix a race crash when the TpAccount of the TpConnection is + not set yet; + see fdo#51444. + + libempathy/empathy-client-factory.c | 6 +---- + libempathy/empathy-tp-chat.c | 49 + +++++++---------------------------- + libempathy/empathy-tp-chat.h | 1 - + 3 files changed, 11 insertions(+), 45 deletions(-) + +commit 4f558f713f64a07259704f2462d459db8a5ae51f +Author: Guillaume Desmottes +Date: Tue Jun 19 16:04:44 2012 +0200 + + widget-irc: don't check 'username' using a regexp + + It's an optional parameter so can be not set. + + https://bugzilla.gnome.org/show_bug.cgi?id=678307 + + libempathy-gtk/empathy-account-widget.c | 11 ----------- + 1 file changed, 11 deletions(-) + +commit 047c6ffac32caebc3d4929ecd2fec8a55da6796a +Author: Guillaume Desmottes +Date: Tue Jun 5 09:30:23 2012 +0200 + + tls_dialog_response_cb: say if we are supposed to remember the cert + or not + + Will make debugging easier. + + src/empathy-auth-client.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit bf32eb7eb97820578b4f878e57ca9105fc7f5147 +Author: Guillaume Desmottes +Date: Mon May 21 14:20:20 2012 +0200 + + remove released flag + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + commit 71cab9b191860ec1208cc4b144be9409e16f780a Author: Guillaume Desmottes Date: Mon May 21 14:04:48 2012 +0200 @@ -15,7 +122,7 @@ call: Initialize the timer early src/empathy-call-window.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 108b3fa233660bdd0e88ac2d4642a75efa8f1eb7 Author: Sjoerd Simons @@ -25,7 +132,7 @@ support them src/empathy-audio-src.c | 14 ++++++++++++-- - 1 files changed, 12 insertions(+), 2 deletions(-) + 1 file changed, 12 insertions(+), 2 deletions(-) commit d524cc36152688f8475f14eb2bfd17bcb1e34b3f Author: Sjoerd Simons @@ -38,7 +145,7 @@ prevent this, keep the toolbar showhing while muted as a reminder. src/empathy-call-window.c | 28 ++++++++++++++++++++++++++-- - 1 files changed, 26 insertions(+), 2 deletions(-) + 1 file changed, 26 insertions(+), 2 deletions(-) commit 9f1691878cc95951039eb2d7a47b6462569da299 Author: Sjoerd Simons @@ -61,7 +168,7 @@ src/empathy-audio-src.c | 214 ++++++++++++++++------------------------------- - 1 files changed, 72 insertions(+), 142 deletions(-) + 1 file changed, 72 insertions(+), 142 deletions(-) commit 246b14f2722e6aac0c9744e49edd70594846f004 Author: Sjoerd Simons @@ -74,7 +181,7 @@ highlighted version and a darkened white for the non-highlighted. src/empathy-call-window.c | 31 ++++--------------------------- - 1 files changed, 4 insertions(+), 27 deletions(-) + 1 file changed, 4 insertions(+), 27 deletions(-) commit 4f2d28ecffbd3b5f77b81539fba0f7ce66618ed9 Author: Sjoerd Simons @@ -90,7 +197,7 @@ they're evenly spread out. src/empathy-call-window.c | 39 +++++++++++++++++++-------------------- - 1 files changed, 19 insertions(+), 20 deletions(-) + 1 file changed, 19 insertions(+), 20 deletions(-) commit 0343d38411f58086366190100521c6a847985c13 Author: Sjoerd Simons @@ -103,7 +210,7 @@ for the things floating inside. src/empathy-call-window.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 1fa90edcd725ae7ac78a3caed904b3e382e25560 Author: Sjoerd Simons @@ -115,7 +222,7 @@ default and without extra borders. It does look nicer. src/empathy-call-window.c | 23 +++++------------------ - 1 files changed, 5 insertions(+), 18 deletions(-) + 1 file changed, 5 insertions(+), 18 deletions(-) commit 7e7a60c59f7e07612cdbc5e547dbb9a1151834ab Author: Sjoerd Simons @@ -139,9 +246,9 @@ left to put more lines in. So put the alias and status in seperate labels in a vbox which isn't set to fill. - src/empathy-call-window.c | 22 ++++++++++++------- + src/empathy-call-window.c | 22 ++++++++++++-------- src/empathy-call-window.ui | 48 - +++++++++++++++++++++---------------------- + +++++++++++++++++++++----------------------- 2 files changed, 37 insertions(+), 33 deletions(-) commit 6b19934b9a237b648f36b0da943bde046b6488c0 @@ -151,7 +258,7 @@ Don't put the status in the header if the user has none src/empathy-call-window.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 2b263049bd152504227c9ade7e7b6e17cbc95f11 Author: Guillaume Desmottes @@ -174,7 +281,7 @@ configure.ac | 2 +- src/Makefile.am | 5 +++++ src/empathy-accounts.c | 11 +++++++++++ - 3 files changed, 17 insertions(+), 1 deletions(-) + 3 files changed, 17 insertions(+), 1 deletion(-) commit 87524d43add5732091025b0f76661c09a06bb116 Author: Guillaume Desmottes @@ -185,7 +292,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=674553 configure.ac | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 001e077b3575d2525bb7354d78e0e25837db73e7 Author: Sjoerd Simons @@ -224,7 +331,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9238d69859b4d56477a898ea966c54d3f388a289 Author: Guillaume Desmottes @@ -243,7 +350,7 @@ account-widget-irc: Quit label should be in the first column libempathy-gtk/empathy-account-widget-irc.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit aa2c67bebc8dee3d6f53abf8267090d1b68cd098 Author: Guillaume Desmottes @@ -258,7 +365,7 @@ use this version any way. configure.ac | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 5cdb08a0601008eb6fa3402d7a34406e358ccdf7 Author: Guillaume Desmottes @@ -284,7 +391,7 @@ Add fallback server for WLM goa-mc-plugin/mcp-account-manager-goa.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 69f31706a888ba65374c15c61489a3d6db0b0752 Author: Javier Jardón @@ -309,7 +416,7 @@ po/an.po | 4416 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 2488 insertions(+), 1928 deletions(-) + 1 file changed, 2488 insertions(+), 1928 deletions(-) commit a04eca8be3870bf8934a8360977d2cc6d275d2d6 Author: Guillaume Desmottes @@ -318,7 +425,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6f8d309d3ec49ced1323c3c223945f8bcae77045 Author: Pavol Klačanský @@ -328,7 +435,7 @@ po/sk.po | 4240 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 2244 insertions(+), 1996 deletions(-) + 1 file changed, 2244 insertions(+), 1996 deletions(-) commit 4e3af8361f42c765f3faf1e0499363144edb0cbb Author: Guillaume Desmottes @@ -347,8 +454,8 @@ Small fixes to the Arabic translation po/ar.po | 418 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 212 insertions(+), 206 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 212 insertions(+), 206 deletions(-) commit 02d5aa9aa297fb1b1a1f4df38a38b508ae8d682d Author: Bruno Brouard @@ -368,7 +475,7 @@ [l10n] Fix a bug in zh_CN translation. po/zh_CN.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 25a167b368cfa169810f4fc6c8d4b9c6adba8aef Author: Guillaume Desmottes @@ -384,7 +491,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=673691 src/empathy.c | 7 ------- - 1 files changed, 0 insertions(+), 7 deletions(-) + 1 file changed, 7 deletions(-) commit 0cdaf3780a36e74025a9ff995abd1c90c400e184 Author: Carles Ferrando @@ -394,7 +501,7 @@ po/ca@valencia.po | 690 ++++++++++++++++++++++++++--------------------------- - 1 files changed, 344 insertions(+), 346 deletions(-) + 1 file changed, 344 insertions(+), 346 deletions(-) commit 40b26269c35b24fe941e1e0922f70dbe144172a2 Author: Jordi Serratosa @@ -404,7 +511,7 @@ po/ca.po | 540 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 269 insertions(+), 271 deletions(-) + 1 file changed, 269 insertions(+), 271 deletions(-) commit aa1bcc7697a16b0d4c550a83fe58340f3f07e91f Author: Chandan Kumar @@ -414,7 +521,7 @@ po/hi.po | 543 ++++++++++++++++++++++++++------------------------------------ - 1 files changed, 228 insertions(+), 315 deletions(-) + 1 file changed, 228 insertions(+), 315 deletions(-) commit 44a3d5a083bcc4ea34f668feba9d918ec3fc64e6 Author: Guillaume Desmottes @@ -423,7 +530,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ff7a5a1efe769532579f3d1f05c0482980fc6295 Author: Guillaume Desmottes @@ -446,7 +553,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=673593 Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 85e3defb0a9c38bf0689254d8c2240eeb5733659 Author: Guillaume Desmottes @@ -457,7 +564,7 @@ Looks like it has been accidentally removed. src/empathy-roster-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c5df89dcd6132acda4e3d52ab56dc9072990b391 Author: Guillaume Desmottes @@ -466,7 +573,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit beb1e9f725a34f63bbd88744ff92ad6a596574e0 Author: Guillaume Desmottes @@ -491,7 +598,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=673451 src/empathy-accounts-dialog.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit bba730492873951c0e8b58c25ebfc6128b02e8a9 Author: Guillaume Desmottes @@ -501,9 +608,9 @@ https://bugzilla.gnome.org/show_bug.cgi?id=673451 - .../empathy-local-xmpp-assistant-widget.c | 7 +++++++ - .../empathy-local-xmpp-assistant-widget.h | 3 +++ - 2 files changed, 10 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-local-xmpp-assistant-widget.c | 7 +++++++ + libempathy-gtk/empathy-local-xmpp-assistant-widget.h | 3 +++ + 2 files changed, 10 insertions(+) commit b6d66bc4223175a058575b90f5b5bce4ad279980 Author: Guillaume Desmottes @@ -516,7 +623,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=673480 nautilus-sendto-plugin/empathy-nautilus-sendto.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a0a0f0bc14b965c2063891242f435be3ac6296a4 Author: Guillaume Desmottes @@ -540,7 +647,7 @@ macros checking are *_MAX_ALLOWED configure.ac | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 0662d66db7bf28f275d4c535a49cd5ec1689d291 Author: Guillaume Desmottes @@ -557,7 +664,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=673444 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit be2a0aa278149a082511bb3f4814f5850c970ce4 Author: Danielle Madeley @@ -566,7 +673,7 @@ Bump required tp-logger version configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ffd92c745b62faa628b17c8642f97ee596d933e1 Author: Danielle Madeley @@ -599,7 +706,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=673263 goa-mc-plugin/mcp-account-manager-goa.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 12134c4cb2b0b59e01dbbe8932340fb1383a3047 Author: Guillaume Desmottes @@ -608,7 +715,7 @@ mcp-account-manager-goa: g_key_file_get_keys() expects a gsize goa-mc-plugin/mcp-account-manager-goa.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fdf86339c44094f4e115283312dcd3f209a9f72b Author: Guillaume Desmottes @@ -617,8 +724,8 @@ mcp-account-manager-goa: fix shadow variable warnings goa-mc-plugin/mcp-account-manager-goa.c | 34 - +++++++++++++++--------------- - 1 files changed, 17 insertions(+), 17 deletions(-) + +++++++++++++++---------------- + 1 file changed, 17 insertions(+), 17 deletions(-) commit 99d9177da27ddc4c4aaf5d40a6eae5b458084536 Author: Guillaume Desmottes @@ -627,7 +734,7 @@ mcp-account-manager-goa: remove unused variables goa-mc-plugin/mcp-account-manager-goa.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 10791a1b9d93c2870bf8b0a630092b7190f24a5f Author: Guillaume Desmottes @@ -636,7 +743,7 @@ goa-mc-plugin: build with ERROR_CFLAGS goa-mc-plugin/Makefile.am | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 0c8bf3e4677711439151332937218a3ec71fb39b Author: Mako N @@ -646,7 +753,7 @@ help/ja/ja.po | 360 ++++++++++++++++++++++++++++----------------------------- - 1 files changed, 177 insertions(+), 183 deletions(-) + 1 file changed, 177 insertions(+), 183 deletions(-) commit 57ca76d73764a6da6c2fd3315fcfa5c16e0b0449 Author: Mako N @@ -655,8 +762,8 @@ [l10n] Update Japanese translation po/ja.po | 288 - ++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 142 insertions(+), 146 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 142 insertions(+), 146 deletions(-) commit 2b16531225ab327275fb180bd83d68a1d4b940fc Author: Arash Mousavi @@ -666,7 +773,7 @@ po/fa.po | 4016 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 2122 insertions(+), 1894 deletions(-) + 1 file changed, 2122 insertions(+), 1894 deletions(-) commit 896c18ae0752d945b4826ac5fe636023c27759d6 Author: Andika Triwidada @@ -676,7 +783,7 @@ po/id.po | 3793 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 1933 insertions(+), 1860 deletions(-) + 1 file changed, 1933 insertions(+), 1860 deletions(-) commit 92f20f66fc7248364b8df8654ddc933476fb5548 Author: Cosimo Cecchi @@ -691,7 +798,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=673046 src/empathy-call-window.c | 15 ++------------- - 1 files changed, 2 insertions(+), 13 deletions(-) + 1 file changed, 2 insertions(+), 13 deletions(-) commit aa9ae0fbeaa5dc9949e66f5a48b8a611dca0699f Author: Guillaume Desmottes @@ -703,7 +810,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=673162 src/empathy-accounts-dialog.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 073f8a015a1222455d2d55451c2f246e1dbafcc0 Author: Guillaume Desmottes @@ -714,7 +821,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=673162 src/empathy-accounts-dialog.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit 02453f3777fb24c7f20ef4d839845c8c16e2e3c1 Author: Guillaume Desmottes @@ -725,7 +832,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=673162 src/empathy-accounts-dialog.c | 18 +++++++++++++----- - 1 files changed, 13 insertions(+), 5 deletions(-) + 1 file changed, 13 insertions(+), 5 deletions(-) commit a787e76bd5803c0f5821c93cf5203c2c03d45001 Author: Guillaume Desmottes @@ -738,7 +845,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=673162 src/empathy-accounts-dialog.c | 19 +++++++++---------- - 1 files changed, 9 insertions(+), 10 deletions(-) + 1 file changed, 9 insertions(+), 10 deletions(-) commit d1576b8556b86b7eb0ade9c80e2747cfeb44f0c3 Author: Guillaume Desmottes @@ -749,7 +856,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=673141 src/empathy-accounts-dialog.c | 20 ++++++++++++++------ - 1 files changed, 14 insertions(+), 6 deletions(-) + 1 file changed, 14 insertions(+), 6 deletions(-) commit a3c14d3f22f4f1a07cf72e3200ac5f1f3b4c843d Author: Guillaume Desmottes @@ -760,7 +867,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=673141 src/empathy-accounts-dialog.c | 27 ++++++++++++++++++--------- - 1 files changed, 18 insertions(+), 9 deletions(-) + 1 file changed, 18 insertions(+), 9 deletions(-) commit e4be0d293f072f7b79720057aced81d8005bf0b2 Author: Changwoo Ryu @@ -769,8 +876,8 @@ Updated Korean translation po/ko.po | 81 - ++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 40 insertions(+), 41 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 40 insertions(+), 41 deletions(-) commit 481a81f4845ba1ebfe426c5da7c4117a22b77934 Author: Ibrahim Saed @@ -780,7 +887,7 @@ po/ar.po | 1224 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 667 insertions(+), 557 deletions(-) + 1 file changed, 667 insertions(+), 557 deletions(-) commit b112ea2692ac284cbe3f75ea6e3bbd4b0f9d232f Author: Guillaume Desmottes @@ -789,7 +896,7 @@ ev-sidebar: use gtk_list_store_insert_with_values() src/ev-sidebar.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 813daa2a8e1e5c46afbf01c12d5c989ae74efa34 Author: Guillaume Desmottes @@ -798,7 +905,7 @@ preferences: use gtk_list_store_insert_with_values() src/empathy-preferences.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 07e7bd3fc715b1d6a35cb160abdf2ccc1ea595fa Author: Guillaume Desmottes @@ -807,7 +914,7 @@ new-chatroom-dialog: use gtk_list_store_insert_with_values() src/empathy-new-chatroom-dialog.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 297eb577229dd46d1ed26255908c9802b5267372 Author: Guillaume Desmottes @@ -816,7 +923,7 @@ import-widget: use gtk_list_store_insert_with_values() src/empathy-import-widget.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 2736d7a4010eb83102e4e455a1133487d2612bd4 Author: Guillaume Desmottes @@ -825,7 +932,7 @@ chatrooms-window: use gtk_list_store_insert_with_values() src/empathy-chatrooms-window.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 30e1511b7d5ea2e98c948e6a8ffffef937544d6e Author: Guillaume Desmottes @@ -834,7 +941,7 @@ groups-widget: use gtk_list_store_insert_with_values() libempathy-gtk/empathy-groups-widget.c | 8 ++------ - 1 files changed, 2 insertions(+), 6 deletions(-) + 1 file changed, 2 insertions(+), 6 deletions(-) commit 97089275ffec48d3da9d585a5389c0893a21fc46 Author: Guillaume Desmottes @@ -843,7 +950,7 @@ contact-search-dialog: use gtk_list_store_insert_with_values() libempathy-gtk/empathy-contact-search-dialog.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 39cc5827bfe5dc0280e0b8a720459b04e613b802 Author: Guillaume Desmottes @@ -853,7 +960,7 @@ libempathy-gtk/empathy-account-widget-sip.c | 33 +++++++++++++-------------- - 1 files changed, 16 insertions(+), 17 deletions(-) + 1 file changed, 16 insertions(+), 17 deletions(-) commit 889cbf11540c152be0e1c2d63758e5da8bd10a5f Author: Guillaume Desmottes @@ -868,7 +975,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=670601 src/empathy-accounts-dialog.c | 21 +++++++++++++-------- - 1 files changed, 13 insertions(+), 8 deletions(-) + 1 file changed, 13 insertions(+), 8 deletions(-) commit 9af483fa1412dcabc982f1908b23c979039f211c Author: ManojKumar Giri @@ -878,7 +985,7 @@ po/or.po | 296 +++++++++++++++++++++++++------------------------------------- - 1 files changed, 119 insertions(+), 177 deletions(-) + 1 file changed, 119 insertions(+), 177 deletions(-) commit 2749949ae7029e05f0f840f9b76507877963ec3d Author: Kjartan Maraas @@ -888,7 +995,7 @@ po/nb.po | 482 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 244 insertions(+), 238 deletions(-) + 1 file changed, 244 insertions(+), 238 deletions(-) commit 158508faf8e61ea2ebeed35cc250f064f4597aee Author: ManojKumar Giri @@ -898,7 +1005,7 @@ po/or.po | 1135 +++++++++++++++++++++++++++----------------------------------- - 1 files changed, 496 insertions(+), 639 deletions(-) + 1 file changed, 496 insertions(+), 639 deletions(-) commit ba3ffc72a2b424eaa79a94e6a2390b0b5858b867 Merge: 98724db ed85fe7 @@ -916,7 +1023,7 @@ Fixes: https://bugzilla.gnome.org/672796 src/empathy-streamed-media-window.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit a452a7cfaee6fc192c455410b4e3ea6443162ea3 Author: Debarshi Ray @@ -927,7 +1034,7 @@ Fixes: https://bugzilla.gnome.org/672796 src/empathy-call-window.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit ed85fe70b223a778b5d7bdca6b4fe8d5ac327959 Author: Will Thompson @@ -939,10 +1046,10 @@ empathy-chat-window.c, but, hey. libempathy-gtk/empathy-notify-manager.h | 15 +++++++++++++ - src/empathy-chat-window.c | 4 +- + src/empathy-chat-window.c | 4 ++-- src/empathy-event-manager.h | 1 + src/empathy-notifications-approver.c | 35 - ++++++++++++++---------------- + ++++++++++++++----------------- 4 files changed, 34 insertions(+), 21 deletions(-) commit 9420ba8ea42efb6d5e1e044d68cc1ba571120314 @@ -972,7 +1079,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652800 src/empathy-chat-window.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 8ec865b790b07375792a3a6f7c485e1cfcb83253 Author: ManojKumar Giri @@ -982,7 +1089,7 @@ po/or.po | 6291 +++++++++++++++++++++++++++++++++++++++++++------------------- - 1 files changed, 4431 insertions(+), 1860 deletions(-) + 1 file changed, 4431 insertions(+), 1860 deletions(-) commit efc40fcec397ee8dee57cd7de43279792f941380 Author: Cosimo Cecchi @@ -991,7 +1098,7 @@ trivial: fix a GCC build warning nautilus-sendto-plugin/empathy-nautilus-sendto.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit d9765b15543ac5160a103227452b3cd84fbd143f Author: Cosimo Cecchi @@ -1002,7 +1109,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672560 src/empathy-call-window.c | 28 ++++++++++++++-------------- - 1 files changed, 14 insertions(+), 14 deletions(-) + 1 file changed, 14 insertions(+), 14 deletions(-) commit 3873c839159fefbe9001338d6f162b610e4f4284 Author: Cosimo Cecchi @@ -1039,7 +1146,7 @@ src/empathy-call-window.c | 196 ++++++++++++++++----------------------------- - 1 files changed, 68 insertions(+), 128 deletions(-) + 1 file changed, 68 insertions(+), 128 deletions(-) commit 60e0705dd14aff39fc24bb84ba862b7d19e265a6 Author: Cosimo Cecchi @@ -1050,7 +1157,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672560 src/empathy-call-window.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 81f4651c54df81345644dd7fb2d88ca7bec8350c Author: Cosimo Cecchi @@ -1065,7 +1172,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672561 src/empathy-call-window.c | 32 ++++++++++++++++++++++++++++++-- - 1 files changed, 30 insertions(+), 2 deletions(-) + 1 file changed, 30 insertions(+), 2 deletions(-) commit 8df3bd2167cc3b0944f07c2843cdce26f81eb7ba Author: Cosimo Cecchi @@ -1078,7 +1185,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672561 src/empathy-rounded-rectangle.c | 13 ++++++------- - 1 files changed, 6 insertions(+), 7 deletions(-) + 1 file changed, 6 insertions(+), 7 deletions(-) commit 768f6759733762149f35618f6dfb166d56c9cc6e Author: Guillaume Desmottes @@ -1087,7 +1194,7 @@ log-window: use gtk_list_store_insert_with_values() libempathy-gtk/empathy-log-window.c | 8 ++------ - 1 files changed, 2 insertions(+), 6 deletions(-) + 1 file changed, 2 insertions(+), 6 deletions(-) commit 2a832a3135c17e437ee49420a9738a712c9f9ef6 Author: Guillaume Desmottes @@ -1097,7 +1204,7 @@ libempathy-gtk/empathy-log-window.c | 91 +++++++++++++++-------------------- - 1 files changed, 39 insertions(+), 52 deletions(-) + 1 file changed, 39 insertions(+), 52 deletions(-) commit 85bf02f460934eed3ad39bf830c70331a3c76ecc Author: Guillaume Desmottes @@ -1109,7 +1216,7 @@ libempathy-gtk/empathy-log-window.c | 65 ++++++++++++++++++----------------- - 1 files changed, 33 insertions(+), 32 deletions(-) + 1 file changed, 33 insertions(+), 32 deletions(-) commit 5ef40a9e35ff8c558d423e1bb5b48d6554f72f31 Author: Guillaume Desmottes @@ -1136,7 +1243,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672839 src/empathy-import-widget.c | 27 ++++----------------------- - 1 files changed, 4 insertions(+), 23 deletions(-) + 1 file changed, 4 insertions(+), 23 deletions(-) commit eb8eb7616bc94544e15da3b81e37b61f26ae45ce Author: Guillaume Desmottes @@ -1145,7 +1252,7 @@ help/.gitignore: use a generic ignore rule help/.gitignore | 37 ++----------------------------------- - 1 files changed, 2 insertions(+), 35 deletions(-) + 1 file changed, 2 insertions(+), 35 deletions(-) commit a9de9eaf698956ce9810873c2de9c3b9e65b9e52 Author: Inaki Larranaga Murgoitio @@ -1154,7 +1261,7 @@ Updated Basque language po/eu.po | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit b7adc5cf8112de34aad353943f18b541821fdd3d Author: Inaki Larranaga Murgoitio @@ -1164,7 +1271,7 @@ po/eu.po | 643 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 339 insertions(+), 304 deletions(-) + 1 file changed, 339 insertions(+), 304 deletions(-) commit 2142e96c767bcde71255197d8de264303c7dfe26 Author: Changwoo Ryu @@ -1174,7 +1281,7 @@ po/ko.po | 505 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 271 insertions(+), 234 deletions(-) + 1 file changed, 271 insertions(+), 234 deletions(-) commit f4e8098552512199ab2a1f6009e8cd6d15baa11d Author: Guillaume Desmottes @@ -1183,7 +1290,7 @@ release.py: update last_tag_pattern release.py | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 48bc69f502a335a8f69bb37994f719e3483bc3cb Author: Guillaume Desmottes @@ -1192,7 +1299,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0fa3313e524628e6f661db96afda26021928da36 Author: Guillaume Desmottes @@ -1224,7 +1331,7 @@ po/hi.po | 4847 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 2392 insertions(+), 2455 deletions(-) + 1 file changed, 2392 insertions(+), 2455 deletions(-) commit 4582242a19ae48c64fd2168c0292bc6a4cb42f77 Author: Reşat SABIQ @@ -1234,7 +1341,7 @@ po/crh.po | 4123 ++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 2686 insertions(+), 1437 deletions(-) + 1 file changed, 2686 insertions(+), 1437 deletions(-) commit 1454a06e8110fb41559e5a2f91f50e2b2bb8d4a3 Author: Guillaume Desmottes @@ -1248,7 +1355,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672828 libempathy-gtk/empathy-contact-widget.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit fe6c5a51bad8f0e4619254eb7c1d7e40a436acd8 Author: Guillaume Desmottes @@ -1263,7 +1370,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672633 libempathy-gtk/empathy-contact-widget.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 1668f347aa125864384deee91b74cc85be781941 Author: Guillaume Desmottes @@ -1277,7 +1384,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672633 libempathy-gtk/empathy-contact-widget.c | 21 +++++++++++++-------- - 1 files changed, 13 insertions(+), 8 deletions(-) + 1 file changed, 13 insertions(+), 8 deletions(-) commit 51924be1d13bdcd2379059c0725eb8b92e3b50da Author: Sasi Bhushan @@ -1288,7 +1395,7 @@ help/Makefile.am | 2 +- help/te/te.po | 2757 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 2758 insertions(+), 1 deletions(-) + 2 files changed, 2758 insertions(+), 1 deletion(-) commit 89e8d84d1e7c2414a5a2cc9728a92ddea13ec88e Author: Rudolfs Mazurs @@ -1297,8 +1404,8 @@ Updated Latvian translation. po/lv.po | 454 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 231 insertions(+), 223 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 231 insertions(+), 223 deletions(-) commit d482be48255efc54bbaaca87a43b92dd64c85dca Author: Jiro Matsuzawa @@ -1307,7 +1414,7 @@ Updated Japanese translation. po/ja.po | 14 ++++++++------ - 1 files changed, 8 insertions(+), 6 deletions(-) + 1 file changed, 8 insertions(+), 6 deletions(-) commit b3c8cef72b443cf18f1e954d6d7d1dcfe4f06985 Author: Mako N @@ -1318,7 +1425,7 @@ help/Makefile.am | 2 +- help/ja/ja.po | 3425 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 3426 insertions(+), 1 deletions(-) + 2 files changed, 3426 insertions(+), 1 deletion(-) commit cd7dbc8e8715264ac7be9a8f916c842cac4650db Author: Cheng-Chia Tseng @@ -1327,7 +1434,7 @@ Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 727 - +++++++++++++++++++++++++++++++---------------------------- + ++++++++++++++++++++++++++++++---------------------------- po/zh_TW.po | 729 +++++++++++++++++++++++++++++++---------------------------- 2 files changed, 774 insertions(+), 682 deletions(-) @@ -1340,7 +1447,7 @@ po/de.po | 3933 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 2048 insertions(+), 1885 deletions(-) + 1 file changed, 2048 insertions(+), 1885 deletions(-) commit 4e15af93dc643779b32b6a9989c24f8caa776a1c Author: Yaron Shahrabani @@ -1350,7 +1457,7 @@ po/he.po | 731 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 387 insertions(+), 344 deletions(-) + 1 file changed, 387 insertions(+), 344 deletions(-) commit 0fd5995a431de2efc2b097828dcf18306de1459b Author: Ihar Hrachyshka @@ -1359,8 +1466,8 @@ Updated Belarusian translation. po/be.po | 760 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 399 insertions(+), 361 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 399 insertions(+), 361 deletions(-) commit 3b4b9f2c205024078b4247716647057386b54413 Author: Mako N @@ -1370,7 +1477,7 @@ po/ja.po | 1626 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 849 insertions(+), 777 deletions(-) + 1 file changed, 849 insertions(+), 777 deletions(-) commit 3f3ace3a82235fa00ae866b25f447ebc53b1d76d Author: Sasi Bhushan Boddepalli @@ -1379,7 +1486,7 @@ Updated Telugu Translation po/te.po | 15 ++++++++++----- - 1 files changed, 10 insertions(+), 5 deletions(-) + 1 file changed, 10 insertions(+), 5 deletions(-) commit 1c514ab32389e1be0793a792d52c4b336dbcd7e9 Author: Sasi Bhushan @@ -1389,7 +1496,7 @@ po/te.po | 416 ++++++++++++++++++++++++++++---------------------------------- - 1 files changed, 187 insertions(+), 229 deletions(-) + 1 file changed, 187 insertions(+), 229 deletions(-) commit 137159d72a15df838d07db9f479faa2bb029e12d Author: Duarte Loreto @@ -1399,7 +1506,7 @@ po/pt.po | 4137 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 2206 insertions(+), 1931 deletions(-) + 1 file changed, 2206 insertions(+), 1931 deletions(-) commit 3fdba50cd020a4c26133a534e59aebe2ecd2ec64 Author: Timo Jyrinki @@ -1409,7 +1516,7 @@ po/fi.po | 1279 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 795 insertions(+), 484 deletions(-) + 1 file changed, 795 insertions(+), 484 deletions(-) commit 67102f084b88b294df72e8899f21fe457b2d5ee8 Author: Guillaume Desmottes @@ -1424,7 +1531,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672506 src/empathy-roster-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 311b718f10b3cf14c7c00da6b6f44e647131f3b3 Author: Guillaume Desmottes @@ -1452,7 +1559,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672608 data/org.gnome.Empathy.gschema.xml.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 77f0cc320bf9e0582c3e94bc956e62dfac546db0 Author: Guillaume Desmottes @@ -1463,7 +1570,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672608 src/empathy-debug-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 26ce92a5591569d70aa96a868f4abfba58fcb7eb Author: Guillaume Desmottes @@ -1474,7 +1581,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672608 libempathy-gtk/empathy-account-widget-irc.ui | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 3eb4d3b45652d94a25ae696ea3de3377540bf870 Author: Kenneth Nielsen @@ -1484,7 +1591,7 @@ po/da.po | 2584 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 1333 insertions(+), 1251 deletions(-) + 1 file changed, 1333 insertions(+), 1251 deletions(-) commit 8c52ddc54b394b38c358d1ae53f2d51dd4105b49 Author: Sweta Kothari @@ -1494,7 +1601,7 @@ po/gu.po | 4490 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 2754 insertions(+), 1736 deletions(-) + 1 file changed, 2754 insertions(+), 1736 deletions(-) commit d02681b0e30681593ed54d9faa15826e531b165f Author: Nguyễn Thái Ngọc Duy @@ -1504,7 +1611,7 @@ po/vi.po | 243 +++++++++++++++++++++++++++----------------------------------- - 1 files changed, 105 insertions(+), 138 deletions(-) + 1 file changed, 105 insertions(+), 138 deletions(-) commit c2125d923836e5e0f13869e2bc99afe86ac36cd5 Author: Nguyễn Thái Ngọc Duy @@ -1514,7 +1621,7 @@ po/vi.po | 4165 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 2252 insertions(+), 1913 deletions(-) + 1 file changed, 2252 insertions(+), 1913 deletions(-) commit b9a7bc3c27fe1421d8d2cc5fffad259336692ae0 Author: Cosimo Cecchi @@ -1529,7 +1636,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672504 src/empathy-accounts-dialog.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit f7dbe93e8270f92795c3079c0b9fcf55082924df Author: Cosimo Cecchi @@ -1542,7 +1649,7 @@ libempathy-gtk/empathy-account-widget-generic.ui | 1 + libempathy-gtk/empathy-account-widget-jabber.ui | 1 + libempathy-gtk/empathy-account-widget-sip.ui | 1 + - 3 files changed, 3 insertions(+), 0 deletions(-) + 3 files changed, 3 insertions(+) commit 34830a9929774d008ec66d1f394497f5ceb900d9 Author: Sasi Bhushan @@ -1552,7 +1659,7 @@ po/te.po | 4158 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 2219 insertions(+), 1939 deletions(-) + 1 file changed, 2219 insertions(+), 1939 deletions(-) commit f39f8a99c3de882a213239a8be4d88c927c14a71 Author: Antonio Fernandes C. Neto @@ -1561,8 +1668,8 @@ Updated Brazilian Portuguese translation po/pt_BR.po | 281 - +++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 150 insertions(+), 131 deletions(-) + +++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 150 insertions(+), 131 deletions(-) commit 44684423b656426d814f68a5b0c288ec379cffc0 Author: Bruno Brouard @@ -1571,7 +1678,7 @@ Updated French translation po/fr.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 386e0c66657ceb0c0ab2a7d28b7c6482441be9ad Author: Bruno Brouard @@ -1581,7 +1688,7 @@ po/fr.po | 3971 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 2001 insertions(+), 1970 deletions(-) + 1 file changed, 2001 insertions(+), 1970 deletions(-) commit b42e0a99bb0fea86b0588b42f25d9b7d8d936a10 Author: Automatic Mirroring @@ -1590,7 +1697,7 @@ Update Simplified Chinese translation. po/zh_CN.po | 15 ++++++--------- - 1 files changed, 6 insertions(+), 9 deletions(-) + 1 file changed, 6 insertions(+), 9 deletions(-) commit 7a49019a75447edb605ffdd5b59d332048682f67 Author: EL8LatSPQ @@ -1600,7 +1707,7 @@ po/zh_CN.po | 772 ++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 414 insertions(+), 358 deletions(-) + 1 file changed, 414 insertions(+), 358 deletions(-) commit d000b82777c055043cc651520a19ed689ae00026 Author: A S Alam @@ -1609,8 +1716,8 @@ update Punjabi Translation po/pa.po | 183 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 96 insertions(+), 87 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 96 insertions(+), 87 deletions(-) commit 5fadaacef38fb75039bb201dc132f71b1ac41267 Author: Guillaume Desmottes @@ -1620,7 +1727,7 @@ NEWS | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 4 +- + configure.ac | 4 ++-- 2 files changed, 70 insertions(+), 2 deletions(-) commit 16fa66a69f9348696b8183d44bf54c459934e049 @@ -1630,7 +1737,7 @@ actually check the required clutter-gtk version configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ebc4ffcf20337b12648b83095303b64e2ab6f18a Author: Guillaume Desmottes @@ -1641,7 +1748,7 @@ Needed as we use the traditionnal gst construction API. configure.ac | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 66cea9232193f1cf17515f417d9bdd7e3b4fd10e Author: Shankar Prasad @@ -1650,7 +1757,7 @@ Updated Kannada Translation po/kn.po | 23 ++++++++++++++++------- - 1 files changed, 16 insertions(+), 7 deletions(-) + 1 file changed, 16 insertions(+), 7 deletions(-) commit 211dad649a8528b1d78bdeba54fde9f77d3a4ae7 Author: Shankar Prasad @@ -1659,8 +1766,8 @@ Updated Kannada Translation po/kn.po | 265 - ++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 122 insertions(+), 143 deletions(-) + +++++++++++++++++++++++++++++--------------------------------- + 1 file changed, 122 insertions(+), 143 deletions(-) commit 7ea4cf785df8bb2c357a8d888c7e65957448591b Author: Praveen Arimbrathodiyil @@ -1670,7 +1777,7 @@ po/ml.po | 5605 ++++++++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 3959 insertions(+), 1646 deletions(-) + 1 file changed, 3959 insertions(+), 1646 deletions(-) commit 726013aa7758b993c9f1452d6ab67f5dccabbf7e Author: Shankar Prasad @@ -1679,7 +1786,7 @@ Updated Kannada Translation po/kn.po | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit fc3bdb0ea14615f957fd32c921a390e20446e4d4 Author: Shankar Prasad @@ -1689,7 +1796,7 @@ po/kn.po | 4750 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 2799 insertions(+), 1951 deletions(-) + 1 file changed, 2799 insertions(+), 1951 deletions(-) commit f6fb907ad5ccbc8036dee9c43c978304d4e6c5eb Author: Milo Casagrande @@ -1698,8 +1805,8 @@ [l10n] Updated Italian translation po/it.po | 227 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 123 insertions(+), 104 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 123 insertions(+), 104 deletions(-) commit cfc59e899ce3603ed2bd5bfcfaec70b531ad4f8b Author: Alexander Shopov @@ -1709,7 +1816,7 @@ po/bg.po | 267 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 145 insertions(+), 122 deletions(-) + 1 file changed, 145 insertions(+), 122 deletions(-) commit 7e8c4ed165c17b6de36f1d840c24688024ee870b Author: Aurimas Černius @@ -1719,7 +1826,7 @@ po/lt.po | 3438 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 1711 insertions(+), 1727 deletions(-) + 1 file changed, 1711 insertions(+), 1727 deletions(-) commit 9f292637de36778a1656e569b9c255b9db577629 Author: Daniel Korostil @@ -1729,7 +1836,7 @@ po/uk.po | 324 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 180 insertions(+), 144 deletions(-) + 1 file changed, 180 insertions(+), 144 deletions(-) commit 8d27b20e3dd818f88e51a3e7823c96aa6bbb8ff8 Author: Marek Černocký @@ -1739,7 +1846,7 @@ po/cs.po | 3182 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 1596 insertions(+), 1586 deletions(-) + 1 file changed, 1596 insertions(+), 1586 deletions(-) commit d9945826a187868bbf3072eabcf24d344b29ec8b Author: Daniel Nylander @@ -1749,7 +1856,7 @@ po/sv.po | 1062 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 564 insertions(+), 498 deletions(-) + 1 file changed, 564 insertions(+), 498 deletions(-) commit ad1ab6b512ef38d392e05fd95438f516cf5a0e7f Author: Mattias Põldaru @@ -1758,7 +1865,7 @@ [l10n] Updated Estonian translation po/et.po | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 27efe11cd1f125b4f13f13bf0e08d6030e81852d Author: Мирослав Николић @@ -1779,8 +1886,8 @@ Updated Galician translations po/gl.po | 162 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 85 insertions(+), 77 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 85 insertions(+), 77 deletions(-) commit 31974087ad5d3051b5855105c28c0d8126174439 Author: Yuri Kozlov @@ -1790,7 +1897,7 @@ po/ru.po | 572 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 303 insertions(+), 269 deletions(-) + 1 file changed, 303 insertions(+), 269 deletions(-) commit 57991594e6abe93d26ddfb9eff1e3c6a4e5edcc1 Author: Carles Ferrando @@ -1800,7 +1907,7 @@ po/ca@valencia.po | 144 ++++++++++++++++++++++++++++------------------------- - 1 files changed, 76 insertions(+), 68 deletions(-) + 1 file changed, 76 insertions(+), 68 deletions(-) commit 87b430cfdc5854183d69dc0f63a9091e9ef0c616 Author: Gil Forcada @@ -1809,8 +1916,8 @@ [l10n] Updated Catalan translation po/ca.po | 144 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 76 insertions(+), 68 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 76 insertions(+), 68 deletions(-) commit fd4cf1d6ba6fd53c2e1e159a8c5fe85fb091b7e0 Author: Wouter Bolsterlee @@ -1819,7 +1926,7 @@ Updated Dutch translation po/nl.po | 25 +++++++++++-------------- - 1 files changed, 11 insertions(+), 14 deletions(-) + 1 file changed, 11 insertions(+), 14 deletions(-) commit b3c655f10c39a6c48bf47d5cfa030280c811d557 Author: Hannie Dumoleyn @@ -1829,7 +1936,7 @@ po/nl.po | 3386 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 1772 insertions(+), 1614 deletions(-) + 1 file changed, 1772 insertions(+), 1614 deletions(-) commit 0124b88b3b36092fffbb6f03fc7a57b4e736c801 Author: Gabor Kelemen @@ -1839,7 +1946,7 @@ po/hu.po | 820 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 410 insertions(+), 410 deletions(-) + 1 file changed, 410 insertions(+), 410 deletions(-) commit a95cdbaead3cb54c965d72d74553030ce50172a6 Author: Piotr Drąg @@ -1848,8 +1955,8 @@ Updated Polish translation po/pl.po | 162 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 85 insertions(+), 77 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 85 insertions(+), 77 deletions(-) commit 0bd98e510c9197c16f957c527f5aa1260b92b139 Author: Bruce Cowan @@ -1859,7 +1966,7 @@ po/en_GB.po | 302 +++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 168 insertions(+), 134 deletions(-) + 1 file changed, 168 insertions(+), 134 deletions(-) commit e09bb98026164813af1a6ce797d381da2dfda32c Author: Nilamdyuti Goswami @@ -1869,7 +1976,7 @@ po/as.po | 167 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 89 insertions(+), 78 deletions(-) + 1 file changed, 89 insertions(+), 78 deletions(-) commit dd3c8341b710192f6ab392baf1f7476af9222364 Author: Matej Urbančič @@ -1878,8 +1985,8 @@ Updated Slovenian translation po/sl.po | 166 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 87 insertions(+), 79 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 87 insertions(+), 79 deletions(-) commit 9c920b354384865357088a49e8a749652e814085 Author: Daniel Mustieles @@ -1889,7 +1996,7 @@ po/es.po | 167 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 89 insertions(+), 78 deletions(-) + 1 file changed, 89 insertions(+), 78 deletions(-) commit 9b093bcdc27390cd78fefc88bf436850a57bce47 Author: Guillaume Desmottes @@ -1900,7 +2007,7 @@ Needed for GTK_STYLE_CLASS_LINKED configure.ac | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 7b12eea87d880aa47f7fac77c1a0c0c23cd91330 Author: Emanuele Aina @@ -1914,7 +2021,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672063 src/empathy-call-window.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit 0ff55aa0c6da02366bad86469d431b2b09963170 Author: Guillaume Desmottes @@ -1923,7 +2030,7 @@ POTFILES.in: add empathy-calendar-button.c po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 1e03889e1c6994166f73e83d531103ed5f02ae55 Author: Emanuele Aina @@ -1937,7 +2044,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=671931 src/empathy-call-window.c | 15 ++++++++++----- - 1 files changed, 10 insertions(+), 5 deletions(-) + 1 file changed, 10 insertions(+), 5 deletions(-) commit ee98d8feb897a7151542cc3998a7e73c86ef86a7 Author: Guillaume Desmottes @@ -1997,7 +2104,7 @@ libempathy-gtk/empathy-contact-widget.c | 41 +++++++++++++------------------ - 1 files changed, 17 insertions(+), 24 deletions(-) + 1 file changed, 17 insertions(+), 24 deletions(-) commit f0154b61b01a8cfe1db948126d64508880116fa4 Author: Guillaume Desmottes @@ -2014,7 +2121,7 @@ tests/interactive/.gitignore | 1 + tests/interactive/Makefile.am | 4 +- tests/interactive/test-empathy-calendar-button.c | 72 ++++++ - 6 files changed, 419 insertions(+), 1 deletions(-) + 6 files changed, 419 insertions(+), 1 deletion(-) commit 706a49f918e7ae2b0cd8acef45b7cde21f625571 Author: Mattias Põldaru @@ -2023,7 +2130,7 @@ [l10n] Updated Estonian translation po/et.po | 26 ++++++++++++++++++-------- - 1 files changed, 18 insertions(+), 8 deletions(-) + 1 file changed, 18 insertions(+), 8 deletions(-) commit c15498269c22d28996edb42465e9f1e9fddd4da4 Author: Carles Ferrando @@ -2033,7 +2140,7 @@ po/ca@valencia.po | 4149 ++++++++++++++++++++++++++++------------------------- - 1 files changed, 2193 insertions(+), 1956 deletions(-) + 1 file changed, 2193 insertions(+), 1956 deletions(-) commit 31c1fff166de7ecd48586327c8adbffc682f15e4 Author: Gil Forcada @@ -2043,7 +2150,7 @@ po/ca.po | 4137 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 2193 insertions(+), 1944 deletions(-) + 1 file changed, 2193 insertions(+), 1944 deletions(-) commit 1146d93912bb4374bf2b391e71584bcef1da3df6 Author: Emanuele Aina @@ -2057,7 +2164,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=671931 src/empathy-call-window.c | 13 ++++++++----- - 1 files changed, 8 insertions(+), 5 deletions(-) + 1 file changed, 8 insertions(+), 5 deletions(-) commit f17b4a2962cdc74a3fc2e410b5885ae96e3ed4e4 Author: Guillaume Desmottes @@ -2069,7 +2176,7 @@ src/empathy-accounts-dialog.c | 45 +++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 45 insertions(+), 0 deletions(-) + 1 file changed, 45 insertions(+) commit a3c10ee7b1801aa50293bf85bf845f5110005bf1 Author: Guillaume Desmottes @@ -2083,7 +2190,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=671035 src/empathy-accounts-dialog.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 500ef8529e04b2e1606f35d9c0697ef96423a828 Author: Guillaume Desmottes @@ -2094,8 +2201,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=671035 src/empathy-accounts-dialog.c | 43 - +++++++++++++++++++++++++--------------- - 1 files changed, 27 insertions(+), 16 deletions(-) + ++++++++++++++++++++++++++--------------- + 1 file changed, 27 insertions(+), 16 deletions(-) commit c8deddf06929e68ef34b6354aa10cf5c04dbd137 Author: A S Alam @@ -2105,7 +2212,7 @@ po/pa.po | 5926 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- - 1 files changed, 5224 insertions(+), 702 deletions(-) + 1 file changed, 5224 insertions(+), 702 deletions(-) commit ea03eda8350a4245d2a04c76041e4c2d3e7efc29 Author: Nilamdyuti Goswami @@ -2114,8 +2221,8 @@ Assamese translation updated po/as.po | 154 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 83 insertions(+), 71 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 83 insertions(+), 71 deletions(-) commit 95e7ebd8986b338167c76f51bf6f4b16d43f5123 Author: Мирослав Николић @@ -2139,7 +2246,7 @@ src/empathy-sanity-cleaning.c | 43 ++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 42 insertions(+), 1 deletions(-) + 1 file changed, 42 insertions(+), 1 deletion(-) commit 94520441d0d22f6fc8361770f66c1a1ac27e011c Author: Guillaume Desmottes @@ -2155,7 +2262,7 @@ goa-mc-plugin/mcp-account-manager-goa.c | 2 ++ libempathy-gtk/empathy-protocol-chooser.c | 6 ++++++ - 2 files changed, 8 insertions(+), 0 deletions(-) + 2 files changed, 8 insertions(+) commit fe2da138c66af8521013de1c7f4aa97053b87456 Author: Guillaume Desmottes @@ -2168,7 +2275,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=672120 goa-mc-plugin/mcp-account-manager-goa.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 5678b2eb5d18da99bc03bc4c57c93b726c164dc9 Author: Guillaume Desmottes @@ -2177,7 +2284,7 @@ Free the GError in Geoclue callbacks libempathy-gtk/empathy-location-manager.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit d6edab79ba1b0f8037f6c42e92ef98b0cdaaa843 Author: Guillaume Desmottes @@ -2188,8 +2295,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=671994 libempathy-gtk/empathy-location-manager.c | 37 - ++++++++++++++++++---------- - 1 files changed, 24 insertions(+), 13 deletions(-) + +++++++++++++++++++---------- + 1 file changed, 24 insertions(+), 13 deletions(-) commit 3c6503936ec6703ef4c421d4ef3f30d140c4e114 Author: Guillaume Desmottes @@ -2200,8 +2307,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=671994 libempathy-gtk/empathy-location-manager.c | 34 - +++++++++++++++++++--------- - 1 files changed, 23 insertions(+), 11 deletions(-) + +++++++++++++++++++---------- + 1 file changed, 23 insertions(+), 11 deletions(-) commit 8eb401d562b29f195d68ca04e3dfbf8adc501846 Author: Guillaume Desmottes @@ -2213,7 +2320,7 @@ libempathy-gtk/empathy-location-manager.c | 71 ++++++++++++++++++----------- - 1 files changed, 44 insertions(+), 27 deletions(-) + 1 file changed, 44 insertions(+), 27 deletions(-) commit 4bfb1d6bf59735b088e3daae5158203454fd23ba Author: Guillaume Desmottes @@ -2225,7 +2332,7 @@ libempathy-gtk/empathy-location-manager.c | 39 ++++++++++++++++++++--------- - 1 files changed, 27 insertions(+), 12 deletions(-) + 1 file changed, 27 insertions(+), 12 deletions(-) commit f2d951772c8d1d00b7159dc8942c7593c476f29b Author: Guillaume Desmottes @@ -2238,7 +2345,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=671994 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ad01157648d24f0786bc6d5fcfe08e46916f4408 Author: A S Alam @@ -2248,7 +2355,7 @@ po/pa.po | 5861 ++++++++------------------------------------------------------ - 1 files changed, 700 insertions(+), 5161 deletions(-) + 1 file changed, 700 insertions(+), 5161 deletions(-) commit 29b80fa63b1f4a2a0418586bbbdada96f3913f3f Author: Fran Diéguez @@ -2258,7 +2365,7 @@ po/gl.po | 198 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 112 insertions(+), 86 deletions(-) + 1 file changed, 112 insertions(+), 86 deletions(-) commit 1d4e4c81844c1fc65de9c68bfa702bc937d3d757 Author: Piotr Drąg @@ -2268,7 +2375,7 @@ po/pl.po | 60 +++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 35 insertions(+), 25 deletions(-) + 1 file changed, 35 insertions(+), 25 deletions(-) commit a3bc06446bc5a93c6ad3b01516cb3e909aa59790 Author: Daniel Mustieles @@ -2277,8 +2384,8 @@ Updated Spanish translation po/es.po | 154 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 83 insertions(+), 71 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 83 insertions(+), 71 deletions(-) commit 49bef087c18f60b0eeb2b188fec1b3503d548a98 Author: Matej Urbančič @@ -2287,8 +2394,8 @@ Updated Slovenian translation po/sl.po | 156 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 84 insertions(+), 72 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 84 insertions(+), 72 deletions(-) commit df7155a95c3733054547a49701c684852522536a Author: Kjartan Maraas @@ -2298,7 +2405,7 @@ po/nb.po | 117 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 68 insertions(+), 49 deletions(-) + 1 file changed, 68 insertions(+), 49 deletions(-) commit c8576fca2f6b4100d4101e9cdb983a53079c9457 Merge: bda7e5e e72f870 @@ -2322,7 +2429,7 @@ po/it.po | 2796 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 1527 insertions(+), 1269 deletions(-) + 1 file changed, 1527 insertions(+), 1269 deletions(-) commit 6cbad880f894748e6defa9c9b9eecc7087e34472 Author: Rudolfs Mazurs @@ -2332,7 +2439,7 @@ po/lv.po | 3101 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 1566 insertions(+), 1535 deletions(-) + 1 file changed, 1566 insertions(+), 1535 deletions(-) commit e72f870d393812797c1543d47b53611532284944 Author: Emanuele Aina @@ -2345,7 +2452,7 @@ useful codecs. HACKING | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ec81f8f8d2151d59cf686a72edd6fd132f2a0077 Author: Piotr Drąg @@ -2354,7 +2461,7 @@ Updated Polish translation po/pl.po | 53 +++++++++++++++++++++++++++++------------------------ - 1 files changed, 29 insertions(+), 24 deletions(-) + 1 file changed, 29 insertions(+), 24 deletions(-) commit 3a6dcf0a014a93d5881d8ae97b7bf86633ac36ce Author: Mattias Põldaru @@ -2363,7 +2470,7 @@ [l10n] Updated Estonian translation po/et.po | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit f6539f8868bb40842ffe018662112e236b72fd24 Merge: 8daec65 a1461f4 @@ -2379,7 +2486,7 @@ Explain how to load custom GStreamer plugins HACKING | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 8daec6589cf7dbd0be2c4f6548234d48d0f5b44a Author: Guillaume Desmottes @@ -2390,7 +2497,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=671884 libempathy-gtk/empathy-individual-menu.c | 20 +++++++++++++++++++- - 1 files changed, 19 insertions(+), 1 deletions(-) + 1 file changed, 19 insertions(+), 1 deletion(-) commit 46c6f5229b55a9ce274fc9f420f30d217a946541 Author: Guillaume Desmottes @@ -2407,7 +2514,7 @@ ++++++++++++++++++++ .../empathy-individual-information-dialog.h | 60 ++++ po/POTFILES.in | 1 + - 4 files changed, 381 insertions(+), 0 deletions(-) + 4 files changed, 381 insertions(+) commit 6b4e3ef8409dd58d635d94bb3a2c462b93be1ef7 Author: Мирослав Николић @@ -2416,9 +2523,9 @@ Updated Serbian translation po/sr.po | 273 - +++++++++++++++++++++++++++++-------------------------- + ++++++++++++++++++++++++++++++-------------------------- po/sr@latin.po | 273 - +++++++++++++++++++++++++++++-------------------------- + ++++++++++++++++++++++++++++++-------------------------- 2 files changed, 288 insertions(+), 258 deletions(-) commit df99b53de13a365945909d3f0cafda0b22aa1974 @@ -2429,7 +2536,7 @@ libempathy-gtk/empathy-account-widget-irc.ui | 22 +++++++++++++--------- - 1 files changed, 13 insertions(+), 9 deletions(-) + 1 file changed, 13 insertions(+), 9 deletions(-) commit 21e022e89b42df19f71bfe48fd4aa641fee20bf6 Author: Jovanka Gulicoska @@ -2438,7 +2545,7 @@ Remove size group from Blocked Contacts dialog libempathy-gtk/empathy-contact-blocking-dialog.ui | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit 3bb706a822811e9faef775d4e8fc9c0cc9c5d650 Author: Jovanka Gulicoska @@ -2447,7 +2554,7 @@ Server field expanded libempathy-gtk/empathy-irc-network-dialog.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 9f6c17e462e1c9d2c2833c1c863d7619997f5fc6 Author: Djavan Fagundes @@ -2458,7 +2565,7 @@ po/pt_BR.po | 2548 +++++++++++++++++++++++++++++------------------------------ - 1 files changed, 1264 insertions(+), 1284 deletions(-) + 1 file changed, 1264 insertions(+), 1284 deletions(-) commit 94c6c87586e1f9c495dc73f3df3144e28cef3dcd Author: Alexander Shopov @@ -2468,7 +2575,7 @@ po/bg.po | 312 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 163 insertions(+), 149 deletions(-) + 1 file changed, 163 insertions(+), 149 deletions(-) commit b98c27f582b1e7b4c875407a79a7e442df27e74a Author: Kjartan Maraas @@ -2478,7 +2585,7 @@ po/nb.po | 611 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 320 insertions(+), 291 deletions(-) + 1 file changed, 320 insertions(+), 291 deletions(-) commit 0b6c6760f9470b80a919d1f6ff8d59af5a5b3f1b Author: Piotr Drąg @@ -2488,7 +2595,7 @@ po/pl.po | 61 +++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 37 insertions(+), 24 deletions(-) + 1 file changed, 37 insertions(+), 24 deletions(-) commit 8ea14343d9ff802d5db7f9d082993da8a94df20f Author: Piotr Drąg @@ -2497,7 +2604,7 @@ Updated POTFILES.in po/POTFILES.in | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 6f1875780e1e1b62cdca1251e1dc32ec74a01886 Author: Matej Urbančič @@ -2506,7 +2613,7 @@ Updated Slovenian translation po/sl.po | 48 +++++++++++++++++++++++++++++++----------------- - 1 files changed, 31 insertions(+), 17 deletions(-) + 1 file changed, 31 insertions(+), 17 deletions(-) commit 0528641e7369746002fa9aaf46307bb213e7bb9b Author: Daniel Mustieles @@ -2516,7 +2623,7 @@ po/es.po | 273 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 144 insertions(+), 129 deletions(-) + 1 file changed, 144 insertions(+), 129 deletions(-) commit f09a916859988f6a45ec5fc21ef7534ebaf2a31c Author: Guillaume Desmottes @@ -2528,8 +2635,8 @@ libempathy/Makefile.am | 2 - libempathy/empathy-tp-contact-list.c | 1226 ---------------------- - libempathy/empathy-tp-contact-list.h | 59 - - 4 files changed, 0 insertions(+), 1289 deletions(-) + libempathy/empathy-tp-contact-list.h | 59 -- + 4 files changed, 1289 deletions(-) commit 19f191b4975baa7e284e2aca56abb9d123f4ef37 Author: Guillaume Desmottes @@ -2540,7 +2647,7 @@ It has been deprecated. libempathy/empathy-connection-managers.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b0a1fc13b338363066e0ad257e214144be59a76a Author: Nilamdyuti Goswami @@ -2549,8 +2656,8 @@ Assamese translation completed po/as.po | 366 - +++++++++++++++++++++++++++---------------------------------- - 1 files changed, 162 insertions(+), 204 deletions(-) + ++++++++++++++++++++++++++++---------------------------------- + 1 file changed, 162 insertions(+), 204 deletions(-) commit 889e9be8f513d2b8b7124b628013d7f3f0d5cdd4 Author: Emanuele Aina @@ -2564,7 +2671,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=671718 src/empathy-call-window.c | 19 ++++++++----------- - 1 files changed, 8 insertions(+), 11 deletions(-) + 1 file changed, 8 insertions(+), 11 deletions(-) commit 1413b47d30284825bc81ed606c458a5fa60f830f Merge: afcd810 6fe60c8 @@ -2585,7 +2692,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=671790 src/empathy-accounts-dialog.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 6fe60c87090fe013d7b803eb82a3ddb9568eccb9 Author: Emanuele Aina @@ -2626,7 +2733,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=669673 configure.ac | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit 75a991eddf0106916146c30756274bbbd03c5904 Author: Gabor Kelemen @@ -2647,7 +2754,7 @@ tests/empathy-live-search-test.c | 2 ++ tests/empathy-parser-test.c | 2 ++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit 53b7ccf3705522992f3283e38caf12285f06d5d5 Author: Guillaume Desmottes @@ -2656,7 +2763,7 @@ update help/.gitignore help/.gitignore | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 7a7dfce6fd9e46b3a33aff4639407e586fe80a23 Author: Timo Jyrinki @@ -2667,7 +2774,7 @@ po/fi.po | 4161 ++++++++++++++++++++++++++++---------------------------------- - 1 files changed, 1883 insertions(+), 2278 deletions(-) + 1 file changed, 1883 insertions(+), 2278 deletions(-) commit 10f0454af05160f833d9dd8725bc52afc6d75619 Author: Sjoerd Simons @@ -2679,7 +2786,7 @@ real change in 0.14 revert to checking for 0.12 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 96b027be0450a7e30173c45b44f81e62662fcf14 Author: Sjoerd Simons @@ -2693,7 +2800,7 @@ gettext won and bails when building. configure.ac | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 8b88ebc132dc9c026d3beb377a20616c8ec81021 Author: Rudolfs Mazurs @@ -2703,7 +2810,7 @@ po/lv.po | 198 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 92 insertions(+), 106 deletions(-) + 1 file changed, 92 insertions(+), 106 deletions(-) commit 6e8d8160c7995b390dbfbe28261261084df95154 Author: Viesturs Ružāns @@ -2713,7 +2820,7 @@ help/lv/lv.po | 5135 ++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 2679 insertions(+), 2456 deletions(-) + 1 file changed, 2679 insertions(+), 2456 deletions(-) commit 44c8e3aab4045961418bc626a00b013327918ea3 Author: Viesturs Ružāns @@ -2724,7 +2831,7 @@ help/Makefile.am | 2 +- help/lv/lv.po | 3358 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 3359 insertions(+), 1 deletions(-) + 2 files changed, 3359 insertions(+), 1 deletion(-) commit 5c4cd0ce78ee384d1eadd092a536b62d028315bb Author: Rudolfs Mazurs @@ -2734,7 +2841,7 @@ po/lv.po | 2240 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 1254 insertions(+), 986 deletions(-) + 1 file changed, 1254 insertions(+), 986 deletions(-) commit 45908411f226ad86c66549681fe4128b89c46550 Author: Kristjan SCHMIDT @@ -2744,7 +2851,7 @@ po/eo.po | 3942 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 1981 insertions(+), 1961 deletions(-) + 1 file changed, 1981 insertions(+), 1961 deletions(-) commit d8818a99a3e46a891da2bbe90c05039b732efb2b Author: Мирослав Николић @@ -2766,7 +2873,7 @@ po/pl.po | 3825 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 1909 insertions(+), 1916 deletions(-) + 1 file changed, 1909 insertions(+), 1916 deletions(-) commit d35a38e25484c452bc05d71d7ffd0f0b60b48715 Author: Seong-ho Cho @@ -2776,7 +2883,7 @@ po/ko.po | 3738 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 1860 insertions(+), 1878 deletions(-) + 1 file changed, 1860 insertions(+), 1878 deletions(-) commit ab869dcdf44d8c2f4f54884149d7dd71531b3028 Author: Mattias Põldaru @@ -2785,7 +2892,7 @@ [l10n] Updated Estonian translation po/et.po | 17 ++++++++++++++--- - 1 files changed, 14 insertions(+), 3 deletions(-) + 1 file changed, 14 insertions(+), 3 deletions(-) commit 10990e3efb856060a6893a77d3b15790ca08f286 Author: Bruce Cowan @@ -2795,7 +2902,7 @@ po/en_GB.po | 4029 +++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 2127 insertions(+), 1902 deletions(-) + 1 file changed, 2127 insertions(+), 1902 deletions(-) commit b6b101f9cc8a355b8df4d1e469840d1002207da7 Author: Guillaume Desmottes @@ -2808,7 +2915,7 @@ libempathy-gtk/empathy-individual-store-manager.c | 18 ++++++++++++------ - 1 files changed, 12 insertions(+), 6 deletions(-) + 1 file changed, 12 insertions(+), 6 deletions(-) commit 018480bfd25b57c8136e5b6825937e8051a2cded Author: Guillaume Desmottes @@ -2819,7 +2926,7 @@ The individual manager already sends the exact same debugging message. libempathy-gtk/empathy-individual-store.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 054ec3b5a0cd588a577d36a62be0aa251707aaa6 Author: Guillaume Desmottes @@ -2843,7 +2950,7 @@ libempathy-gtk/empathy-individual-store.c | 25 ------------------------- libempathy-gtk/empathy-individual-view.c | 2 -- - 2 files changed, 0 insertions(+), 27 deletions(-) + 2 files changed, 27 deletions(-) commit 1dc974bb9620f95d5c3c758f54a97f3c68263aee Author: Guillaume Desmottes @@ -2856,7 +2963,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=670745 src/empathy-video-widget.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 2ca7e0fd3e98e4813e2dba5090577759a66542fa Author: Emanuele Aina @@ -2878,7 +2985,7 @@ help/sl/sl.po | 3564 +++++++++++++++++++++++++++++---------------------------- - 1 files changed, 1829 insertions(+), 1735 deletions(-) + 1 file changed, 1829 insertions(+), 1735 deletions(-) commit 66fabbc19bc51155ca293ad560c8fecbc8addf14 Author: Daniel Korostil @@ -2888,7 +2995,7 @@ po/uk.po | 3520 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 1823 insertions(+), 1697 deletions(-) + 1 file changed, 1823 insertions(+), 1697 deletions(-) commit 33376e5075b4fb099dee8ec6bf4f7a1c81741b82 Author: Nilamdyuti Goswami @@ -2898,7 +3005,7 @@ po/as.po | 4146 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 2212 insertions(+), 1934 deletions(-) + 1 file changed, 2212 insertions(+), 1934 deletions(-) commit 66055e1a24adf38251805022bcf3509ccc5a757a Author: Guillaume Desmottes @@ -2907,7 +3014,7 @@ empathy_gtk_init: add local copy of icons to the search path (#616159) libempathy-gtk/empathy-ui-utils.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 80eac7fd3c665f7960f07f9a8aaddbff8f4f9467 Author: Emanuele Aina @@ -2920,7 +3027,7 @@ data/.gitignore | 1 + data/icons/Makefile.am | 30 ++++++++++++++++++++++++++++++ data/icons/utils.mk | 11 +++++++++++ - 3 files changed, 42 insertions(+), 0 deletions(-) + 3 files changed, 42 insertions(+) commit 4c1b102df95e07a4469bbfb38fbc8ef190458a79 Author: Ihar Hrachyshka @@ -2929,8 +3036,8 @@ Updated Belarusian translation. po/be.po | 209 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 110 insertions(+), 99 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 110 insertions(+), 99 deletions(-) commit 9033309c2615aa476d201c045993537cc02f1433 Author: Matej Urbančič @@ -2940,7 +3047,7 @@ po/sl.po | 816 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 446 insertions(+), 370 deletions(-) + 1 file changed, 446 insertions(+), 370 deletions(-) commit 4950a02c1207ff975abc4540c572264446a90888 Author: Yuri Myasoedov @@ -2950,7 +3057,7 @@ po/ru.po | 700 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 388 insertions(+), 312 deletions(-) + 1 file changed, 388 insertions(+), 312 deletions(-) commit 593355dd0dda4f3aeceee12f5608bdff3682d392 Author: Will Thompson @@ -2963,7 +3070,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=671547 src/empathy-chat-window.ui | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 2820631e39f9c26b96b01422865c162cd2fc087f Author: Fran Diéguez @@ -2973,7 +3080,7 @@ po/gl.po | 439 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 226 insertions(+), 213 deletions(-) + 1 file changed, 226 insertions(+), 213 deletions(-) commit 74fcb7a804d072361051faaa884ef6071edea65a Author: Guillaume Desmottes @@ -3011,7 +3118,7 @@ po/es.po | 772 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 426 insertions(+), 346 deletions(-) + 1 file changed, 426 insertions(+), 346 deletions(-) commit 489447bafb230e4a2c11460377ec255ede27713e Author: Inaki Larranaga Murgoitio @@ -3021,7 +3128,7 @@ po/eu.po | 260 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 135 insertions(+), 125 deletions(-) + 1 file changed, 135 insertions(+), 125 deletions(-) commit 75b8c79344484b3c16ec1a009ff7863f8535b850 Author: Guillaume Desmottes @@ -3030,7 +3137,7 @@ Make use of new GTK+ macros to check API we are using configure.ac | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit cb5ec84a12bceba7c558fcc1c23570856ed0c4ee Author: Guillaume Desmottes @@ -3042,7 +3149,7 @@ libempathy-gtk/empathy-share-my-desktop.c | 2 ++ src/empathy-chat-manager.c | 2 ++ src/empathy-invite-participant-dialog.c | 2 ++ - 4 files changed, 8 insertions(+), 0 deletions(-) + 4 files changed, 8 insertions(+) commit a0e4dc265dc0917ec0cfc637a425327e12623dff Author: Guillaume Desmottes @@ -3054,7 +3161,7 @@ we're good. src/empathy-streamed-media-window.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit aa30262a8fb267ffc655f6a1a990a0be3367629e Author: Gabor Kelemen @@ -3064,7 +3171,7 @@ po/hu.po | 4155 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 2232 insertions(+), 1923 deletions(-) + 1 file changed, 2232 insertions(+), 1923 deletions(-) commit db7a43152a7e72f347fc2c43e00f21af0b362009 Author: Gabor Kelemen @@ -3074,7 +3181,7 @@ help/hu/hu.po | 5348 ++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 2814 insertions(+), 2534 deletions(-) + 1 file changed, 2814 insertions(+), 2534 deletions(-) commit 1657e19e77ab528de69b2a31dcfb069cc92329b8 Author: Alexander Shopov @@ -3084,7 +3191,7 @@ po/bg.po | 703 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 427 insertions(+), 276 deletions(-) + 1 file changed, 427 insertions(+), 276 deletions(-) commit edd67f53312b48cfec2e471cad911c88ae3a99a2 Author: Fran Diéguez @@ -3094,7 +3201,7 @@ po/gl.po | 968 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 516 insertions(+), 452 deletions(-) + 1 file changed, 516 insertions(+), 452 deletions(-) commit abc62610c0aba83f1f0d507f1322b85623b91c84 Author: Guillaume Desmottes @@ -3103,7 +3210,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9403397dda262e4ca17170537c33987ab305c127 Author: Guillaume Desmottes @@ -3125,7 +3232,7 @@ src/empathy-sanity-cleaning.c | 64 ++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 63 insertions(+), 1 deletions(-) + 1 file changed, 63 insertions(+), 1 deletion(-) commit c69625323288a119356bb6627c00f21a74f32f24 Author: Guillaume Desmottes @@ -3143,11 +3250,11 @@ data/org.gnome.Empathy.gschema.xml.in | 5 ++ libempathy/empathy-gsettings.h | 1 + src/Makefile.am | 1 + - src/empathy-auth-client.c | 3 + + src/empathy-auth-client.c | 3 ++ src/empathy-sanity-cleaning.c | 89 +++++++++++++++++++++++++++++++++ src/empathy-sanity-cleaning.h | 27 ++++++++++ - 6 files changed, 126 insertions(+), 0 deletions(-) + 6 files changed, 126 insertions(+) commit aeab15ec37370f3c3aa8b4e1a4aec480109a6803 Author: Emanuele Aina @@ -3177,7 +3284,7 @@ Fixes: https://bugzilla.gnome.org/661515 libempathy-gtk/empathy-chat-text-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1b141efdf1f662cb87a733afe402b1b3efaf07d6 Author: Guillaume Desmottes @@ -3197,7 +3304,7 @@ data/Empathy.Call.client | 2 ++ src/empathy-call-factory.c | 2 ++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit cc78967fb896019100e951550df244429e41ca78 Author: Guillaume Desmottes @@ -3206,7 +3313,7 @@ call-factory: set Call1 capabilities src/empathy-call-factory.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 802b0a8393044c9d8773b3632a599aea37194162 Author: Cheng-Chia Tseng @@ -3215,7 +3322,7 @@ Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 1355 - ++++++++++++++++++++++++++++++----------------------------- + +++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 1375 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 1384 insertions(+), 1346 deletions(-) @@ -3228,7 +3335,7 @@ po/zh_CN.po | 770 ++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 393 insertions(+), 377 deletions(-) + 1 file changed, 393 insertions(+), 377 deletions(-) commit 9cc2697564646035f9584ca9ea2e2d0a3ba77afd Author: Ihar Hrachyshka @@ -3238,7 +3345,7 @@ po/be.po | 489 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 313 insertions(+), 176 deletions(-) + 1 file changed, 313 insertions(+), 176 deletions(-) commit 2e78f335f00aa0ec5867f0b2c39ab60b5aa80ac6 Author: Inaki Larranaga Murgoitio @@ -3248,7 +3355,7 @@ po/eu.po | 2681 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 1458 insertions(+), 1223 deletions(-) + 1 file changed, 1458 insertions(+), 1223 deletions(-) commit d35b8e660ef2414e4c343cd90d8ee7371f41f0ff Author: Yaron Shahrabani @@ -3258,7 +3365,7 @@ po/he.po | 425 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 225 insertions(+), 200 deletions(-) + 1 file changed, 225 insertions(+), 200 deletions(-) commit 3e86b9990bbd10a628b2efe5963abe7d4e7708db Author: Mattias Põldaru @@ -3268,7 +3375,7 @@ po/et.po | 256 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 165 insertions(+), 91 deletions(-) + 1 file changed, 165 insertions(+), 91 deletions(-) commit 0cb51e3433491ef68cbaf3054d519b0e576682e4 Author: Guillaume Desmottes @@ -3277,7 +3384,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 71b003449ed9203ca6e12df0d80c2e5efdfe8d3b Author: Guillaume Desmottes @@ -3296,7 +3403,7 @@ add some info to HACKING HACKING | 22 ++++++++++++++++++++++ - 1 files changed, 22 insertions(+), 0 deletions(-) + 1 file changed, 22 insertions(+) commit 2ba0e02b8c7a180b1785ef85baab66b0f16db964 Merge: fe6c1d0 c144943 @@ -3312,7 +3419,7 @@ git ignore help/*/*.stamp help/.gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c144943be6f1e0255a6309d6559183a9101e10cd Author: Guillaume Desmottes @@ -3321,7 +3428,7 @@ empathy-call doesn't need ev-sidebar src/Makefile.am | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 9c5568e53b09615bee4d516fd8ea29341383fbf7 Author: Guillaume Desmottes @@ -3353,7 +3460,7 @@ We just keep the existing behaviour. src/empathy-streamed-media-handler.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit d22ead6ae9fd3d168a49ad6d66acf20f9d27fd4c Author: Guillaume Desmottes @@ -3363,7 +3470,7 @@ empathy_streamed_media_handler_tf_content_src_pad_added_cb src/empathy-streamed-media-handler.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit cad6634c35d1ab43f5e547dcf135fb793336e1e9 Author: Ibrahim Saed @@ -3373,7 +3480,7 @@ po/ar.po | 3260 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 1604 insertions(+), 1656 deletions(-) + 1 file changed, 1604 insertions(+), 1656 deletions(-) commit 6d7cb3b034a5098cc294262d4338a78b3aeee483 Author: Matej Urbančič @@ -3382,7 +3489,7 @@ Updated Slovenian translation po/sl.po | 52 ++++++++++++++++++++++++++-------------------------- - 1 files changed, 26 insertions(+), 26 deletions(-) + 1 file changed, 26 insertions(+), 26 deletions(-) commit 886773a371ac59f3fd039270a90b3e813d02d7cd Author: Olivier Crête @@ -3391,7 +3498,7 @@ Farstream port of tp-av oops src/empathy-streamed-media-handler.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit e35c34e3935d055c6cd5db1c0808f9906488627b Author: Olivier Crête @@ -3430,8 +3537,8 @@ This reverts commit b7f1fab64f9a59221b4d666cd788db4efe855b13. libempathy-gtk/empathy-call-utils.c | 74 - ++++++++++++++++++++++++++++++++-- - 1 files changed, 69 insertions(+), 5 deletions(-) + ++++++++++++++++++++++++++++++++--- + 1 file changed, 69 insertions(+), 5 deletions(-) commit 4110a4bc8b8c2a63e94615594eba3b109dcf97e4 Author: Guillaume Desmottes @@ -3464,7 +3571,7 @@ ++++++++++++++++++++ src/empathy-streamed-media-window.h | 65 + src/empathy-streamed-media-window.ui | 861 ++++++ - 18 files changed, 7066 insertions(+), 0 deletions(-) + 18 files changed, 7066 insertions(+) commit afb9276b8a497e7b9275fb53abafd0cdb18d55fc Author: Guillaume Desmottes @@ -3475,7 +3582,7 @@ This reverts commit f90421fd29108507c722c03e28bc16e4b5baf7c0. libempathy/empathy-request-util.h | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 07a964820bf33babbf9345313599b3fcb9d1e97f Author: Jonh Wendell @@ -3485,7 +3592,7 @@ po/pt_BR.po | 2982 +++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 1571 insertions(+), 1411 deletions(-) + 1 file changed, 1571 insertions(+), 1411 deletions(-) commit 2a3d601d7a180e6f039d0c21a69ca38029984c93 Author: Guillaume Desmottes @@ -3501,7 +3608,7 @@ src/ev-sidebar.c | 352 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/ev-sidebar.h | 76 ++++++++++++ - 3 files changed, 430 insertions(+), 0 deletions(-) + 3 files changed, 430 insertions(+) commit e2df2195fbfdf96425e71f0c6bc006d56797879a Author: Chandni Verma @@ -3512,7 +3619,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=671061 src/empathy-debug-window.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit cdc76639a2c2141c0eb1794fe93b787332ef50fb Author: Matej Urbančič @@ -3522,7 +3629,7 @@ po/sl.po | 3075 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 1529 insertions(+), 1546 deletions(-) + 1 file changed, 1529 insertions(+), 1546 deletions(-) commit 8b11603943c0613cde51e7a27b05e75d2addca98 Author: Guillaume Desmottes @@ -3537,7 +3644,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=670745 src/empathy-audio-sink.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit d9f6aebd81c43e6c09376899ed926a94d1cdd5b5 Author: Mattias Põldaru @@ -3546,8 +3653,8 @@ [l10n] Updated Estonian translation po/et.po | 471 - +++++++++++++++++++++---------------------------------------- - 1 files changed, 162 insertions(+), 309 deletions(-) + +++++++++++++++++++++----------------------------------------- + 1 file changed, 162 insertions(+), 309 deletions(-) commit c9e47d4bd51b0c79917db7e1539b452766ab300c Author: Guillaume Desmottes @@ -3558,7 +3665,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=670745 src/empathy-call-window.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit ed191caba6658b580db78a1802f2c8293e4564fb Author: Guillaume Desmottes @@ -3573,7 +3680,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=670745 src/empathy-audio-sink.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit e790a2faa4d607cd812d6babe22b0078ba5906d4 Author: Ihar Hrachyshka @@ -3583,7 +3690,7 @@ po/be.po | 664 ++++++++++++++++++++++++++------------------------------------ - 1 files changed, 280 insertions(+), 384 deletions(-) + 1 file changed, 280 insertions(+), 384 deletions(-) commit 7c8694cf4282d1eb0b17d417be5015b2285e49f5 Author: Yuri Myasoedov @@ -3592,8 +3699,8 @@ Updated Russian translation po/ru.po | 71 - +++++++++++++++++++++++++------------------------------------ - 1 files changed, 29 insertions(+), 42 deletions(-) + +++++++++++++++++++++++++------------------------------------- + 1 file changed, 29 insertions(+), 42 deletions(-) commit 9d5be9ef43c91fcc9a0c0c38e3db62cb4cf61020 Author: Yuri Myasoedov @@ -3603,7 +3710,7 @@ po/ru.po | 1137 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 546 insertions(+), 591 deletions(-) + 1 file changed, 546 insertions(+), 591 deletions(-) commit 115155b5e31390e153f4ff276e3bb2e3176684cd Author: Dr.T.Vasudevan @@ -3612,8 +3719,8 @@ updated Tamil translation po/ta.po | 64 - ++++++++++++++++++++++--------------------------------------- - 1 files changed, 23 insertions(+), 41 deletions(-) + ++++++++++++++++++++++---------------------------------------- + 1 file changed, 23 insertions(+), 41 deletions(-) commit 13c9f09f14948594ed6d5a97cd581ceb88115345 Author: Dr.T.Vasudevan @@ -3622,8 +3729,8 @@ updated Tamil translation po/ta.po | 121 - +++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 69 insertions(+), 52 deletions(-) + +++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 69 insertions(+), 52 deletions(-) commit 1cb86d9e288078fffd26eec8f4d32c77128e07de Author: Gheyret Kenji @@ -3633,7 +3740,7 @@ po/ug.po | 4553 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 2440 insertions(+), 2113 deletions(-) + 1 file changed, 2440 insertions(+), 2113 deletions(-) commit 8e4e6f8612326e0d2b49857afbaeb85454101569 Author: Dr.T.Vasudevan @@ -3643,7 +3750,7 @@ po/ta.po | 2911 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 1535 insertions(+), 1376 deletions(-) + 1 file changed, 1535 insertions(+), 1376 deletions(-) commit 7214e2d95cc4e8bfd728261d6d83ff432317b5c2 Author: Fran Diéguez @@ -3655,7 +3762,7 @@ help/gl/gl.po | 5216 ++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 2713 insertions(+), 2503 deletions(-) + 1 file changed, 2713 insertions(+), 2503 deletions(-) commit a01b16704901431f67a840ce7286d39f3c91ec57 Author: Guillaume Desmottes @@ -3664,7 +3771,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f1423f980ff08aa5a9fc57e4b8f2c9b2133e02e7 Author: Guillaume Desmottes @@ -3683,7 +3790,7 @@ call-window: don't leak the ClutterState src/empathy-call-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7351fc2f0699c35321cc761eb5bd6584fb99a95a Author: Guillaume Desmottes @@ -3692,7 +3799,7 @@ help/it/it.po: fix typo help/it/it.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7f549d14aa940b7c8d8c2d4e914ca14dc7147117 Author: Мирослав Николић @@ -3701,9 +3808,9 @@ Updated Serbian translation po/sr.po | 764 - ++++++++++++++++++++++++++----------------------------- + ++++++++++++++++++++++++++------------------------------ po/sr@latin.po | 764 - ++++++++++++++++++++++++++----------------------------- + ++++++++++++++++++++++++++------------------------------ 2 files changed, 722 insertions(+), 806 deletions(-) commit e89ec99e9e0a2a962fe565db6c273899c78a4dbe @@ -3714,7 +3821,7 @@ po/pa.po | 4340 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 2265 insertions(+), 2075 deletions(-) + 1 file changed, 2265 insertions(+), 2075 deletions(-) commit ccb6c7702e9a6c65a46886baafb4ef2acccb2595 Author: Guillaume Desmottes @@ -3725,7 +3832,7 @@ I'm sure those bugs are because we were using g_object_get() directly. src/empathy-call-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit bdebda58a42501f6c4c6f8e0692239662827aba1 Author: Guillaume Desmottes @@ -3734,7 +3841,7 @@ call: don't leak the contact src/empathy-call.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f1ec59d5dadee9765977dbacee888f51e3b8a415 Author: Guillaume Desmottes @@ -3744,7 +3851,7 @@ src/empathy-call-handler.c | 6 ++++++ src/empathy-call-handler.h | 2 ++ - 2 files changed, 8 insertions(+), 0 deletions(-) + 2 files changed, 8 insertions(+) commit b87990d88e8a9291908d3be694db267835b5ab40 Author: Guillaume Desmottes @@ -3753,7 +3860,7 @@ call-window: don't leak the contact src/empathy-call-window.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 354da6284f909aea471e12742a0c4bd6c3f9b470 Author: Guillaume Desmottes @@ -3764,7 +3871,7 @@ tp_g_signal_connect_object() does it for us. src/empathy-call-window.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 34dbeb68c11d8b4477a04ed93fa90aaf2e563fec Author: Frédéric Péters @@ -3774,7 +3881,7 @@ build system help/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit fd2d90962224d01988217800a51d5055fb5ffbbe Author: Fran Diéguez @@ -3784,7 +3891,7 @@ po/gl.po | 623 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 294 insertions(+), 329 deletions(-) + 1 file changed, 294 insertions(+), 329 deletions(-) commit 354671e1521cc3157d44701cbac56b3eb19fb35c Author: Gert Kulyk @@ -3807,7 +3914,7 @@ po/bg.po | 2327 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 1112 insertions(+), 1215 deletions(-) + 1 file changed, 1112 insertions(+), 1215 deletions(-) commit 9198e7f6d9167804b6682129f4e5b7e67f783398 Author: Guillaume Desmottes @@ -3818,7 +3925,7 @@ That's the version which will be used with GNOME 3.4. configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ee0869ab06ca33e8a19301dc96f5dadf84184972 Author: Guillaume Desmottes @@ -3827,7 +3934,7 @@ check gtk_clutter_init() return value src/empathy.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit a98707cd8a499d305a45c92448a1f6db29abfeb3 Author: Guillaume Desmottes @@ -3838,7 +3945,7 @@ gtk_clutter_get_option_group() already does it for us. src/empathy-call.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 72170494c5b160885f3a9371c7efc57acce4436e Author: Daniel Mustieles @@ -3848,7 +3955,7 @@ po/es.po | 563 ++++++++++++++++++++++++++++---------------------------------- - 1 files changed, 253 insertions(+), 310 deletions(-) + 1 file changed, 253 insertions(+), 310 deletions(-) commit a40e7aa1d2e44a661b62649638f489d9d8344819 Author: Guillaume Desmottes @@ -3857,7 +3964,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b7008342d67c47362b8ab55bcdf80b629acca8e3 Author: Guillaume Desmottes @@ -3867,7 +3974,7 @@ NEWS | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 4 +- + configure.ac | 4 +-- 2 files changed, 91 insertions(+), 2 deletions(-) commit f90421fd29108507c722c03e28bc16e4b5baf7c0 @@ -3877,7 +3984,7 @@ remove EMPATHY_AV_BUS_NAME* libempathy/empathy-request-util.h | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 313fa40c9b9367af6c7b24cbf840054d4658bfbd Author: Guillaume Desmottes @@ -3886,7 +3993,7 @@ stop checking for empathy-av deps configure.ac | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit 0633575cda1c01e75247da67c0405aabaac3adab Author: Guillaume Desmottes @@ -3895,7 +4002,7 @@ check coding style of all binaries src/Makefile.am | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 8499da09a2cd61da8c02b34f00112672007d13c8 Author: Guillaume Desmottes @@ -3909,7 +4016,7 @@ src/ev-sidebar.c | 352 ------------------------------------------------------ src/ev-sidebar.h | 76 ------------ - 3 files changed, 0 insertions(+), 430 deletions(-) + 3 files changed, 430 deletions(-) commit 558998c27217a0b92188d0870f8510e86194985b Author: Guillaume Desmottes @@ -3918,7 +4025,7 @@ debug-window: coding style fixes src/empathy-debug-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b7f1fab64f9a59221b4d666cd788db4efe855b13 Author: Guillaume Desmottes @@ -3929,8 +4036,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=629902 libempathy-gtk/empathy-call-utils.c | 74 - ++-------------------------------- - 1 files changed, 5 insertions(+), 69 deletions(-) + +++-------------------------------- + 1 file changed, 5 insertions(+), 69 deletions(-) commit ba0a893b1d31cdb234bae72845e840a895b9d62a Author: Guillaume Desmottes @@ -3961,7 +4068,7 @@ -------------------- src/empathy-streamed-media-window.h | 65 - src/empathy-streamed-media-window.ui | 861 ------ - 18 files changed, 1 insertions(+), 7068 deletions(-) + 18 files changed, 1 insertion(+), 7068 deletions(-) commit c7dd14aef20e429135fba7c7a53a8d507b9579a3 Author: Guillaume Desmottes @@ -3986,10 +4093,10 @@ https://bugzilla.gnome.org/show_bug.cgi?id=629902 configure.ac | 42 - +++++++--------------------------- - data/Makefile.am | 12 +-------- + ++++++++--------------------------- + data/Makefile.am | 12 ++-------- libempathy-gtk/empathy-call-utils.c | 35 ----------------------------- - src/Makefile.am | 4 --- + src/Makefile.am | 4 ---- 4 files changed, 11 insertions(+), 82 deletions(-) commit 988a99a9a54a20fff1846275f98a0c3b3c4c3469 @@ -4000,7 +4107,7 @@ po/nb.po | 355 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 195 insertions(+), 160 deletions(-) + 1 file changed, 195 insertions(+), 160 deletions(-) commit dacccf3c68817345bffaeff830f911eceee95cf2 Author: Guillaume Desmottes @@ -4009,7 +4116,7 @@ try installing telepathy-haze src/empathy-accounts-dialog.c | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit e8dae499471d378eae7b0f1bff92b4b0788a0bc7 Author: Guillaume Desmottes @@ -4020,7 +4127,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663829 src/empathy-accounts-dialog.c | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit f85fa9491bb42a9d01acda493d000cad1a2d1c80 Author: Guillaume Desmottes @@ -4037,7 +4144,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663829 src/empathy-accounts-dialog.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit a5da0a70113dd6bd0abe0df3c353fbaf41a25fae Author: Guillaume Desmottes @@ -4052,7 +4159,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663829 libempathy-gtk/empathy-account-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3826d723545ab2ecb4f11dce9e0e1b48275516c3 Author: Guillaume Desmottes @@ -4067,7 +4174,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663829 libempathy-gtk/empathy-protocol-chooser.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit dc044ffa0a35375738cd79c9508dfa766e2d1953 Author: Daniel Mustieles @@ -4077,7 +4184,7 @@ po/es.po | 332 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 175 insertions(+), 157 deletions(-) + 1 file changed, 175 insertions(+), 157 deletions(-) commit 109e8dda543685f0ef6be6bc24e76ffce7e8e9f2 Merge: 421b663 efbdd30 @@ -4094,7 +4201,7 @@ drag_data_received_individual_id: make sure manager is initialized src/empathy-chat-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit babedb4d20c94fcdb12f2318aafccfbf882faef8 Author: Fran Diéguez @@ -4104,7 +4211,7 @@ po/gl.po | 248 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 124 insertions(+), 124 deletions(-) + 1 file changed, 124 insertions(+), 124 deletions(-) commit abb277867f74af71705f453e0db3f947d85b084a Author: Guillaume Desmottes @@ -4113,7 +4220,7 @@ tp_call_channel_add_content_async() now takes the direction libempathy-gtk/empathy-call-utils.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit eeaacbd35af795c8a265716721e915fa28aa242c Author: Guillaume Desmottes @@ -4124,7 +4231,7 @@ That's the version of the last release. configure.ac | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 894b1f315b62499a5d305aff6b937093a20df1a4 Merge: 58574c8 1af2b9b @@ -4146,7 +4253,7 @@ Needed for Call1. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit efbdd30a2d83aa2ae03fd2cb678448e8f9ea83f5 Author: Chandni Verma @@ -4157,7 +4264,7 @@ PASTEBIN-API-KEY.txt | 110 ++++++++++++++++++++++++++++++++++++++++++++ src/empathy-debug-window.c | 3 +- - 2 files changed, 112 insertions(+), 1 deletions(-) + 2 files changed, 112 insertions(+), 1 deletion(-) commit 09835d2927a06eab67ece7dc2d1b66f52885024e Author: Chandni Verma @@ -4173,7 +4280,7 @@ src/empathy-debug-window.c | 193 +++++++++++++++++++++++++++++++++++++++----- - 1 files changed, 172 insertions(+), 21 deletions(-) + 1 file changed, 172 insertions(+), 21 deletions(-) commit cdfc12c542db24dc688cb07c398e34114ec34796 Author: Kenneth Nielsen @@ -4183,7 +4290,7 @@ po/da.po | 2649 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 1418 insertions(+), 1231 deletions(-) + 1 file changed, 1418 insertions(+), 1231 deletions(-) commit d8b81b7f1937c34db50d29f638452eac11cff622 Author: Ihar Hrachyshka @@ -4193,7 +4300,7 @@ po/be.po | 348 ++++++++++++++++++++------------------------------------------ - 1 files changed, 110 insertions(+), 238 deletions(-) + 1 file changed, 110 insertions(+), 238 deletions(-) commit 42d9964bab2f5f77189b657ac71c9a40b92ed93d Author: Мирослав Николић @@ -4202,9 +4309,9 @@ Updated Serbian translation po/sr.po | 463 - +++++++++++++++++++++++++++---------------------------- + +++++++++++++++++++++++++++----------------------------- po/sr@latin.po | 463 - +++++++++++++++++++++++++++---------------------------- + +++++++++++++++++++++++++++----------------------------- 2 files changed, 454 insertions(+), 472 deletions(-) commit 55c070709b48f3dd0fd13822493e21ffea1f1b75 @@ -4215,7 +4322,7 @@ po/gl.po | 495 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 240 insertions(+), 255 deletions(-) + 1 file changed, 240 insertions(+), 255 deletions(-) commit 3eb9c64567a736d411156cfa7019addde2c00596 Author: Kjartan Maraas @@ -4225,7 +4332,7 @@ po/nb.po | 996 ++++++++++++++++++++++++++------------------------------------ - 1 files changed, 414 insertions(+), 582 deletions(-) + 1 file changed, 414 insertions(+), 582 deletions(-) commit bacad5d42811f75a273556c31e46f6dcad47c8ed Author: Christian Kirbach @@ -4235,7 +4342,7 @@ help/de/de.po | 5359 ++++++++++++++++++++++++++++----------------------------- - 1 files changed, 2677 insertions(+), 2682 deletions(-) + 1 file changed, 2677 insertions(+), 2682 deletions(-) commit 300660278008b5e51a1fe9555cb717806fa1f0dd Author: Mattias Põldaru @@ -4244,8 +4351,8 @@ [l10n] Updated Estonian translation po/et.po | 88 - +++++++++++++++++++------------------------------------------ - 1 files changed, 28 insertions(+), 60 deletions(-) + ++++++++++++++++++++------------------------------------------ + 1 file changed, 28 insertions(+), 60 deletions(-) commit f7d869a05b3f1ac75d164191e6a4595f83f4a7a9 Author: Daniel Nylander @@ -4255,7 +4362,7 @@ po/sv.po | 2706 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 1390 insertions(+), 1316 deletions(-) + 1 file changed, 1390 insertions(+), 1316 deletions(-) commit e93b1f34fad4b25bf0415db0a764f79514a43f4d Author: Anas Afif Emad @@ -4265,7 +4372,7 @@ po/ar.po | 2974 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1911 insertions(+), 1063 deletions(-) + 1 file changed, 1911 insertions(+), 1063 deletions(-) commit b1558cbab31a7c1cbf80a098e15ac94f3f7c7bab Author: Alexander Shopov @@ -4275,7 +4382,7 @@ po/bg.po | 2343 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 1101 insertions(+), 1242 deletions(-) + 1 file changed, 1101 insertions(+), 1242 deletions(-) commit 2ecbbf2d18e9c3783047faa1c734f3287311e4f2 Author: Daniel Mustieles @@ -4285,7 +4392,7 @@ help/es/es.po | 5207 ++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 2722 insertions(+), 2485 deletions(-) + 1 file changed, 2722 insertions(+), 2485 deletions(-) commit bee8947cf216c4ebc714c11ebb18b254b9a3eeba Author: Javier Jardón @@ -4309,7 +4416,7 @@ src/empathy-chat-window.c | 72 +++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 72 insertions(+), 0 deletions(-) + 1 file changed, 72 insertions(+) commit 4d3120f44e8b77f46d090cd4c9edb6b4036cd3ea Author: Brian Curtis @@ -4324,7 +4431,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=646654 libempathy-gtk/empathy-contact-dialogs.ui | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 3ffffaaf8c00e6ddc78e37dd9bfbc5f38365d4db Author: Guillaume Desmottes @@ -4335,7 +4442,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=664045 src/empathy-chat-window.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit cc596d0b62855faaaf110ad90bc6d54fdd804464 Author: Yaron Shahrabani @@ -4345,7 +4452,7 @@ po/he.po | 1160 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 610 insertions(+), 550 deletions(-) + 1 file changed, 610 insertions(+), 550 deletions(-) commit 51842464fcf1aea50efef64ea711b10063462688 Author: Daniel Mustieles @@ -4355,7 +4462,7 @@ po/es.po | 392 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 188 insertions(+), 204 deletions(-) + 1 file changed, 188 insertions(+), 204 deletions(-) commit e7f57aeaf4c3433dc48fa953791ae6598b34ae3d Merge: 299c10e 1a35f58 @@ -4372,7 +4479,7 @@ Updated POTFILES.in po/POTFILES.in | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 2bfe326976653cd35b6f4af943746df084a9dad2 Author: Guillaume Desmottes @@ -4380,8 +4487,8 @@ local-xmpp-assistant-widget: increase row-spacing - .../empathy-local-xmpp-assistant-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + libempathy-gtk/empathy-local-xmpp-assistant-widget.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7cd8231ad035d840ce34569460425d766adfa62e Author: Guillaume Desmottes @@ -4393,8 +4500,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652669 - .../empathy-local-xmpp-assistant-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + libempathy-gtk/empathy-local-xmpp-assistant-widget.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) commit cc16ff0eebeeff9ddfe8fdb675471a28eea9f8cb Author: Guillaume Desmottes @@ -4408,7 +4515,7 @@ .../empathy-local-xmpp-assistant-widget.c | 23 +++++++++++++------- - 1 files changed, 15 insertions(+), 8 deletions(-) + 1 file changed, 15 insertions(+), 8 deletions(-) commit 4e2b90ee32a86004446ec7bf9246916147cbc377 Author: Guillaume Desmottes @@ -4420,8 +4527,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652669 - .../empathy-account-widget-local-xmpp.ui | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-account-widget-local-xmpp.ui | 6 ++++++ + 1 file changed, 6 insertions(+) commit 1b0f008d221ade82446926ccf6a5bd1e774b3026 Author: Guillaume Desmottes @@ -4433,9 +4540,9 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652669 - .../empathy-local-xmpp-assistant-widget.c | 17 + libempathy-gtk/empathy-local-xmpp-assistant-widget.c | 17 ++++++----------- - .../empathy-local-xmpp-assistant-widget.h | 4 ++-- + libempathy-gtk/empathy-local-xmpp-assistant-widget.h | 4 ++-- 2 files changed, 8 insertions(+), 13 deletions(-) commit 3e85f81e365012a97b426225a4ffcc6156dbfd1b @@ -4447,7 +4554,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652669 src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 208dcb12e4946d9c710eecdd1f11f0cc8acf8cbc Author: Guillaume Desmottes @@ -4465,8 +4572,8 @@ src/empathy-auto-salut-account-helper.c | 103 ------------------------------- src/empathy-auto-salut-account-helper.h | 34 ---------- - tests/interactive/Makefile.am | 11 --- - 6 files changed, 0 insertions(+), 152 deletions(-) + tests/interactive/Makefile.am | 11 ---- + 6 files changed, 152 deletions(-) commit a266c221f89cf764d6fe954f63ba61658b8d83e4 Author: Guillaume Desmottes @@ -4482,7 +4589,7 @@ -------------------- src/empathy-account-assistant.h | 66 - tests/interactive/test-empathy-account-assistant.c | 42 - - 3 files changed, 0 insertions(+), 1421 deletions(-) + 3 files changed, 1421 deletions(-) commit 6fc913d958a7569ce8848797b4d365776cc7af20 Author: Guillaume Desmottes @@ -4497,8 +4604,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652669 src/empathy-accounts-common.c | 67 - +++------------------------------------- - 1 files changed, 5 insertions(+), 62 deletions(-) + +++-------------------------------------- + 1 file changed, 5 insertions(+), 62 deletions(-) commit db8942598423d5dd11ea28cdfb4b2935f1e2a374 Author: Guillaume Desmottes @@ -4525,8 +4632,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652669 src/empathy-accounts-dialog.c | 70 - +++++++++++++++++++++++++++++++++++++++- - 1 files changed, 68 insertions(+), 2 deletions(-) + +++++++++++++++++++++++++++++++++++++++-- + 1 file changed, 68 insertions(+), 2 deletions(-) commit fe9e5a3cac6397054f984a10916378792ce583ca Author: Guillaume Desmottes @@ -4539,10 +4646,10 @@ .../empathy-local-xmpp-assistant-widget.c | 25 +++++++++++++++++++ .../empathy-local-xmpp-assistant-widget.h | 5 ++++ - src/empathy-account-assistant.c | 3 +- + src/empathy-account-assistant.c | 3 ++- src/empathy-auto-salut-account-helper.c | 26 -------------------- - src/empathy-auto-salut-account-helper.h | 2 - + src/empathy-auto-salut-account-helper.h | 2 -- 5 files changed, 32 insertions(+), 29 deletions(-) commit fea6df61fd35261aeebe2a94128d472e284a7280 @@ -4563,7 +4670,7 @@ ++++++++++++++++++++ .../empathy-local-xmpp-assistant-widget.h | 58 ++++ po/POTFILES.in | 1 + - 4 files changed, 345 insertions(+), 0 deletions(-) + 4 files changed, 345 insertions(+) commit 692672af8d6a30c6550571a424b4546a0dea98f7 Author: Guillaume Desmottes @@ -4576,7 +4683,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652669 src/empathy-accounts-dialog.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 49b69761e064aa1b43d6aa01af60bc9f2e536277 Author: Daniel Mustieles @@ -4586,7 +4693,7 @@ po/es.po | 150 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 77 insertions(+), 73 deletions(-) + 1 file changed, 77 insertions(+), 73 deletions(-) commit 3c51d10155a9bc4500cb3d559fff80cade6ac5b4 Author: Guillaume Desmottes @@ -4597,7 +4704,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=670203 src/empathy-accounts-dialog.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4adfd6f5bf317845bed8b421c284ebb44097b5c5 Author: Guillaume Desmottes @@ -4610,7 +4717,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=670203 src/empathy-accounts-dialog.c | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit 55fab807184bdb0d30c43d2de6e91532cfdf8ccf Author: Guillaume Desmottes @@ -4622,9 +4729,9 @@ https://bugzilla.gnome.org/show_bug.cgi?id=670203 - src/empathy-accounts-dialog.c | 12 ++--- + src/empathy-accounts-dialog.c | 12 +++--- src/empathy-accounts-dialog.ui | 80 - +++++++++++++++++++++------------------ + +++++++++++++++++++++------------------- 2 files changed, 48 insertions(+), 44 deletions(-) commit 7b55432a729422e2eb2cd3b5d2e6d0b8219769db @@ -4640,7 +4747,7 @@ src/empathy-accounts-dialog.c | 4 ---- src/empathy-accounts-dialog.ui | 25 ------------------------- - 2 files changed, 0 insertions(+), 29 deletions(-) + 2 files changed, 29 deletions(-) commit ce4c4dc698850f54dfa2409b790b2e1c747a66a6 Author: Guillaume Desmottes @@ -4655,7 +4762,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=670203 src/empathy-accounts-dialog.c | 9 --------- - 1 files changed, 0 insertions(+), 9 deletions(-) + 1 file changed, 9 deletions(-) commit 8586e87ddfa2b09b31aa6fe2f98bede2be4769c5 Author: Guillaume Desmottes @@ -4666,7 +4773,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=670201 src/empathy-import-dialog.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit bb7c70ed25061844341318d3f96c2b56beefcb5f Author: Guillaume Desmottes @@ -4677,7 +4784,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=670201 src/empathy-import-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9e91ccd4f78115f3a57a1d678ef10f6325aeaa1c Author: Guillaume Desmottes @@ -4695,14 +4802,14 @@ https://bugzilla.gnome.org/show_bug.cgi?id=670201 - src/empathy-account-assistant.c | 3 +- - src/empathy-accounts-dialog.c | 3 +- + src/empathy-account-assistant.c | 3 ++- + src/empathy-accounts-dialog.c | 3 ++- src/empathy-import-dialog.c | 40 - +++++++++++++++++++++++++++++++---- - src/empathy-import-dialog.h | 5 +++- + ++++++++++++++++++++++++++++++----- + src/empathy-import-dialog.h | 5 ++++- src/empathy-import-widget.c | 44 - ++++++++++++++++++++------------------ - src/empathy-import-widget.h | 5 +++- + ++++++++++++++++++++------------------- + src/empathy-import-widget.h | 5 ++++- 6 files changed, 70 insertions(+), 30 deletions(-) commit 540ebef23ea20077e8b5d275c6114ef8bf15e05e @@ -4714,7 +4821,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=670201 src/empathy-accounts-dialog.c | 14 +++++++++++--- - 1 files changed, 11 insertions(+), 3 deletions(-) + 1 file changed, 11 insertions(+), 3 deletions(-) commit 4fe19e7071092a3f886706ab185bf30bff776fce Author: Guillaume Desmottes @@ -4725,7 +4832,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=670201 src/empathy-accounts.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 9b3306a89a8419217e9c2350d7c32c1a83704eca Author: Guillaume Desmottes @@ -4734,7 +4841,7 @@ coding style fixes libempathy-gtk/empathy-chat.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 09c17d1e767b8459ff23158f35f795d16aac6a0b Author: Wylmer Wang @@ -4744,7 +4851,7 @@ po/zh_CN.po | 3109 ++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 1588 insertions(+), 1521 deletions(-) + 1 file changed, 1588 insertions(+), 1521 deletions(-) commit 1e6989eb0d805cd27b47e3d705614d1583e30a23 Author: Yuri Myasoedov @@ -4754,7 +4861,7 @@ po/ru.po | 2424 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 1263 insertions(+), 1161 deletions(-) + 1 file changed, 1263 insertions(+), 1161 deletions(-) commit 5cee8ed2af554bcf03e04438dd5a47bdedadf677 Author: Ihar Hrachyshka @@ -4763,8 +4870,8 @@ Updated Belarusian translation. po/be.po | 277 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 145 insertions(+), 132 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 145 insertions(+), 132 deletions(-) commit 84e286a84d838896a0dc4e1a1ee9104f8c9dbabb Author: Guillaume Desmottes @@ -4775,7 +4882,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=669676 src/empathy-chat.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit fac52e2c170e94ecad67f3087a462baf9ba5f49e Author: Guillaume Desmottes @@ -4790,7 +4897,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=669676 libempathy-gtk/empathy-chat.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 54bd693510f9aa2c1791d8ccf51f2b0371c66a3a Author: Guillaume Desmottes @@ -4802,7 +4909,7 @@ libempathy/empathy-utils.c | 20 ++++++++++++++++++++ libempathy/empathy-utils.h | 3 +++ - 2 files changed, 23 insertions(+), 0 deletions(-) + 2 files changed, 23 insertions(+) commit 894ce49de11658ae2b66907bf609f0e6810acb3e Author: Guillaume Desmottes @@ -4814,8 +4921,8 @@ libempathy/empathy-individual-manager.c | 52 +++++++++++++++++++++++++++++++ - libempathy/empathy-individual-manager.h | 4 ++ - 2 files changed, 56 insertions(+), 0 deletions(-) + libempathy/empathy-individual-manager.h | 4 +++ + 2 files changed, 56 insertions(+) commit 5fd8bf412017f07d25459b0efd72c88a420bd50f Author: Guillaume Desmottes @@ -4828,7 +4935,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663627 src/empathy-accounts-dialog.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit be6cefc64d3893274dd907dcc094d6209b54352a Author: Guillaume Desmottes @@ -4843,7 +4950,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663627 src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d0dd004dda7783348d186cee7a4b344cdb6f5a6c Author: Fran Diéguez @@ -4853,7 +4960,7 @@ po/gl.po | 700 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 357 insertions(+), 343 deletions(-) + 1 file changed, 357 insertions(+), 343 deletions(-) commit c2e269778d7e4506dd673fb1cbabe74e69c2c279 Author: Guillaume Desmottes @@ -4864,8 +4971,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656097 src/empathy-roster-window.c | 79 - ++++++++++++++++++++++++++++++++++------- - src/empathy-roster-window.ui | 20 ++++++++++ + ++++++++++++++++++++++++++++++++++-------- + src/empathy-roster-window.ui | 20 +++++++++++ 2 files changed, 85 insertions(+), 14 deletions(-) commit 6ef0203c6af78e37a6e7de79dd2bae7de870d62d @@ -4879,8 +4986,8 @@ libempathy/empathy-individual-manager.c | 43 +++++++++++++++++++++++++++++++ - libempathy/empathy-individual-manager.h | 3 ++ - 2 files changed, 46 insertions(+), 0 deletions(-) + libempathy/empathy-individual-manager.h | 3 +++ + 2 files changed, 46 insertions(+) commit 45fea3c1ff003d49510819a9dd713b5d23a18244 Author: Мирослав Николић @@ -4901,7 +5008,7 @@ Updated Spanish translation po/es.po | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit e08f36f30007713c60630d735d6b724380c138fa Author: Guillaume Desmottes @@ -4910,7 +5017,7 @@ tls-dialog: add accessor on the 'Continue' button libempathy-gtk/empathy-tls-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0b36472493f281e5fecead64e7afb38d4cc994f7 Author: Daniel Mustieles @@ -4920,7 +5027,7 @@ po/es.po | 290 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 150 insertions(+), 140 deletions(-) + 1 file changed, 150 insertions(+), 140 deletions(-) commit f728987ff14494033cde4afa432c58671bf2615c Author: Patrick F. Allen @@ -4933,7 +5040,7 @@ data/org.gnome.Empathy.gschema.xml.in | 5 +++++ libempathy-gtk/empathy-chat.c | 16 +++++++++++++++- libempathy/empathy-gsettings.h | 1 + - 3 files changed, 21 insertions(+), 1 deletions(-) + 3 files changed, 21 insertions(+), 1 deletion(-) commit 052ad91afd77f267d3ddedc0f32f2378d73f9897 Author: Мирослав Николић @@ -4955,7 +5062,7 @@ help/fr/fr.po | 3858 ++++++++++----------------------------------------------- - 1 files changed, 632 insertions(+), 3226 deletions(-) + 1 file changed, 632 insertions(+), 3226 deletions(-) commit b3999ece5197b67edaeb07a2faa814f9cf4a5a79 Author: Ihar Hrachyshka @@ -4964,8 +5071,8 @@ Updated Belarusian translation. po/be.po | 2444 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 1242 insertions(+), 1202 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 1242 insertions(+), 1202 deletions(-) commit a8e8bd5d88bdb4a02bd40ab559bcd62612b63f9c Author: Will Thompson @@ -5001,7 +5108,7 @@ start_gnome_contacts: make sure individual is valid libempathy-gtk/empathy-individual-menu.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit c9add0b7c2ef61469af3ba77fd6fc03dccd6733a Author: Guillaume Desmottes @@ -5010,7 +5117,7 @@ fix individual_info_menu_item_activate_cb signature libempathy-gtk/empathy-individual-menu.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 91d37340b5b2495cf8eed1f53482aa4e046964ae Author: Will Thompson @@ -5026,7 +5133,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=669695 libempathy-gtk/empathy-contactinfo-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cb1bb584bccd7138fa1b5c27c254d01ca21c472c Author: Daniel Mustieles @@ -5035,8 +5142,8 @@ Updated Spanish translation po/es.po | 158 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 83 insertions(+), 75 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 83 insertions(+), 75 deletions(-) commit 2cdb20a345bc961dcd3dc3fca4e7731486c22aeb Author: Guillaume Desmottes @@ -5045,7 +5152,7 @@ empathy-call: call XInitThreads() src/empathy-call.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 31debb1f437fc32ebeb389cae1eab92388be6bea Author: Guillaume Desmottes @@ -5056,7 +5163,7 @@ It has been deprecated. src/empathy-call-window.c | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit b02e1667ba8c6e2af128ae461de082ea839dff56 Author: Guillaume Desmottes @@ -5069,7 +5176,7 @@ data/org.gnome.Empathy.gschema.xml.in | 5 +++++ libempathy/empathy-gsettings.h | 1 + src/empathy-roster-window.c | 3 +++ - 3 files changed, 9 insertions(+), 0 deletions(-) + 3 files changed, 9 insertions(+) commit 5c9ffe720041257034f8d85d1ae5298bbdf10492 Author: Guillaume Desmottes @@ -5084,7 +5191,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=669712 libempathy-gtk/empathy-account-widget-jabber.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 53d30bf2e665665de83a13555694371e0142467f Author: Daniel Mustieles @@ -5094,7 +5201,7 @@ po/es.po | 259 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 122 insertions(+), 137 deletions(-) + 1 file changed, 122 insertions(+), 137 deletions(-) commit 3a918bcb64fe3dd8b6cc1c6be6f74bd940a32ac4 Author: Мирослав Николић @@ -5116,7 +5223,7 @@ po/en_CA.po | 5866 +++++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 4103 insertions(+), 1763 deletions(-) + 1 file changed, 4103 insertions(+), 1763 deletions(-) commit 49e6e5ce115d2c6792ad16b56fcb23c0f7a1984f Author: Guillaume Desmottes @@ -5128,7 +5235,7 @@ libempathy-gtk/empathy-contact-widget.c | 9 +++++++++ libempathy-gtk/empathy-contact-widget.ui | 2 +- - 2 files changed, 10 insertions(+), 1 deletions(-) + 2 files changed, 10 insertions(+), 1 deletion(-) commit df46e07c93dec1d9cb3e3bee9c67f22918f40312 Author: Mako N @@ -5138,7 +5245,7 @@ po/ja.po | 4347 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 2188 insertions(+), 2159 deletions(-) + 1 file changed, 2188 insertions(+), 2159 deletions(-) commit 67f7211242e9982cf17f17ac9a5483155941312a Author: Guillaume Desmottes @@ -5154,7 +5261,7 @@ libempathy-gtk/empathy-persona-store.h | 108 --- libempathy-gtk/empathy-persona-view.c | 844 ---------------------- libempathy-gtk/empathy-persona-view.h | 87 --- - 5 files changed, 0 insertions(+), 2258 deletions(-) + 5 files changed, 2258 deletions(-) commit a71aa49346ee9a6ea4c7ceb14850d58824fb36de Author: Guillaume Desmottes @@ -5171,7 +5278,7 @@ libempathy-gtk/empathy-linking-dialog.c | 276 ---------- libempathy-gtk/empathy-linking-dialog.h | 66 --- po/POTFILES.in | 2 - - 6 files changed, 0 insertions(+), 1203 deletions(-) + 6 files changed, 1203 deletions(-) commit 4bd4dca988dcd4680c9a381ebe7aed881006c556 Author: Guillaume Desmottes @@ -5183,7 +5290,7 @@ libempathy-gtk/empathy-individual-menu.c | 14 -------------- libempathy-gtk/empathy-individual-view.c | 20 -------------------- - 2 files changed, 0 insertions(+), 34 deletions(-) + 2 files changed, 34 deletions(-) commit f0ca8ccc9e04507a25812e7d7e4a80500daf9569 Author: Guillaume Desmottes @@ -5199,7 +5306,7 @@ libempathy-gtk/empathy-individual-menu.c | 52 +----------------------------- - libempathy-gtk/empathy-individual-menu.h | 9 ++--- + libempathy-gtk/empathy-individual-menu.h | 9 +++--- src/empathy-roster-window.c | 1 - 3 files changed, 5 insertions(+), 57 deletions(-) @@ -5210,7 +5317,7 @@ disable clutter deprecation warnings for now configure.ac | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit a7d8fb33fc1173ee4414d956a12e311ba3ec4c8b Author: Guillaume Desmottes @@ -5220,7 +5327,7 @@ src/empathy-rounded-actor.c | 1 + src/empathy-rounded-rectangle.c | 2 ++ - 2 files changed, 3 insertions(+), 0 deletions(-) + 2 files changed, 3 insertions(+) commit 05f8bd96c6fc3cc62995c24678730b9fcdda9112 Author: Guillaume Desmottes @@ -5232,7 +5339,7 @@ libempathy-gtk/empathy-individual-menu.c | 52 +++++++++++++++++++++++++++--- - 1 files changed, 47 insertions(+), 5 deletions(-) + 1 file changed, 47 insertions(+), 5 deletions(-) commit 7429c7622ffad91a96df4d729637184c3044fed1 Author: Guillaume Desmottes @@ -5246,7 +5353,7 @@ libempathy/empathy-pkg-kit.c | 161 ++++++++++++++++++++++++++++++++++++++++++ libempathy/empathy-pkg-kit.h | 38 ++++++++++ - 3 files changed, 201 insertions(+), 0 deletions(-) + 3 files changed, 201 insertions(+) commit 1c0fc43564b2e9ca3f8a2052bb1b71e908792817 Author: Guillaume Desmottes @@ -5257,7 +5364,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=669578 libempathy-gtk/empathy-individual-menu.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 8f3dc843ed74c9b7dac57d3a6ce62b9f148eb791 Author: Guillaume Desmottes @@ -5268,8 +5375,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=669578 libempathy-gtk/empathy-individual-menu.c | 33 - +++++++++++++++++------------ - 1 files changed, 19 insertions(+), 14 deletions(-) + +++++++++++++++++------------- + 1 file changed, 19 insertions(+), 14 deletions(-) commit eb3bf07c3c1544f03c7c37cbe3fe8ef24ae5143b Author: Guillaume Desmottes @@ -5282,7 +5389,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=632739 libempathy/empathy-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a62b307ffba7b2b4f241ffeca381fee14f19a7b9 Author: Mattias Põldaru @@ -5292,7 +5399,7 @@ po/et.po | 1247 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 657 insertions(+), 590 deletions(-) + 1 file changed, 657 insertions(+), 590 deletions(-) commit 803a6c26146c716dcef8b131ac06df0808195d10 Author: Daniel Mustieles @@ -5302,7 +5409,7 @@ po/es.po | 1800 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 903 insertions(+), 897 deletions(-) + 1 file changed, 903 insertions(+), 897 deletions(-) commit 8c56829f3fa97640abf47ced7d39aa618fffe07f Author: Guillaume Desmottes @@ -5317,7 +5424,7 @@ -------------------- .../empathy-individual-information-dialog.h | 60 ---- po/POTFILES.in | 1 - - 4 files changed, 0 insertions(+), 381 deletions(-) + 4 files changed, 381 deletions(-) commit 13940bc1a76addecce46f38446b4e39fe330e982 Author: Guillaume Desmottes @@ -5328,8 +5435,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=669559 libempathy-gtk/empathy-individual-menu.c | 58 - ++++++++++++++++++++++++++++- - 1 files changed, 56 insertions(+), 2 deletions(-) + ++++++++++++++++++++++++++++-- + 1 file changed, 56 insertions(+), 2 deletions(-) commit bcde40a830ec9ec30aabaf1a188847f0001dbfb4 Author: Mario Blättermann @@ -5339,7 +5446,7 @@ help/de/de.po | 519 ++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 270 insertions(+), 249 deletions(-) + 1 file changed, 270 insertions(+), 249 deletions(-) commit 0dcd0fc2081385dbe020e03a031af65372556c0c Author: Guillaume Desmottes @@ -5351,7 +5458,7 @@ libempathy/empathy-account-settings.c | 1 + libempathy/empathy-tp-streamed-media.c | 2 ++ - 2 files changed, 3 insertions(+), 0 deletions(-) + 2 files changed, 3 insertions(+) commit 914b18075a53425c03771e62bdfdf7431f43369f Author: Guillaume Desmottes @@ -5360,7 +5467,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 41e5462f27e9c8f983adbb14b0f9450d290744aa Author: Guillaume Desmottes @@ -5371,7 +5478,7 @@ Needed to disable GLib deprecation warnings. telepathy-yell | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5d74a9c3fd712bcaff2c4eb0f189b5b6caa85329 Author: Guillaume Desmottes @@ -5390,7 +5497,7 @@ individual_menu_add_personas: remove useless variable libempathy-gtk/empathy-individual-menu.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit b8e7456de34fde39587b8a9429329b8867b10421 Author: Guillaume Desmottes @@ -5402,7 +5509,7 @@ This should make the clang analyzer happier. libempathy-gtk/empathy-account-widget.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 8d3dda852b7eb0e8790812b0e149d40db24dbc41 Author: Ken VanDine @@ -5413,7 +5520,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=612216 src/empathy-chat-window.ui | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d180bd8984e3d2618266c38c49033d73a24bb15e Author: Fran Diéguez @@ -5423,7 +5530,7 @@ po/gl.po | 674 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 382 insertions(+), 292 deletions(-) + 1 file changed, 382 insertions(+), 292 deletions(-) commit 48ce94c5c0ac57c263efa78e8c01717e9094ba31 Author: Kjartan Maraas @@ -5432,8 +5539,8 @@ Updated Norwegian bokmål translation po/nb.po | 84 - ++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 55 insertions(+), 29 deletions(-) + ++++++++++++++++++++++++++++++++++++++++---------------------- + 1 file changed, 55 insertions(+), 29 deletions(-) commit 5585dfa29e70393c4e1c9637eb31c779b1dd55c9 Author: Cheng-Chia Tseng @@ -5444,7 +5551,7 @@ po/zh_HK.po | 599 +++++++++++++++++++++++++++++++++------------------------- po/zh_TW.po | 602 - +++++++++++++++++++++++++++++++++------------------------- + +++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 682 insertions(+), 519 deletions(-) commit fd46ba065e8c071ac9e5bc6f098410279f3f4971 @@ -5455,7 +5562,7 @@ po/es.po | 70 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 44 insertions(+), 26 deletions(-) + 1 file changed, 44 insertions(+), 26 deletions(-) commit 42993a422a490daa5099acbb78ebbfbbbffcea63 Author: Guillaume Desmottes @@ -5467,7 +5574,7 @@ src/empathy-roster-window.c | 87 +++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 83 insertions(+), 4 deletions(-) + 1 file changed, 83 insertions(+), 4 deletions(-) commit df8e44cd8c2f09928d31d21540b1de47a1f757f0 Author: Guillaume Desmottes @@ -5478,7 +5585,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656097 src/empathy-roster-window.c | 27 +++++++++++++++++++++++++++ - 1 files changed, 27 insertions(+), 0 deletions(-) + 1 file changed, 27 insertions(+) commit 808aab1091606abf34fbb67b62026bd442c4c872 Author: Guillaume Desmottes @@ -5489,9 +5596,9 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656097 - src/empathy-roster-window.c | 21 ++++++++++++++- + src/empathy-roster-window.c | 21 ++++++++++++++-- src/empathy-roster-window.ui | 56 - ++++++++++++++++++++++++++++++++++++++++- + ++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 73 insertions(+), 4 deletions(-) commit c1adae17180cc2b1a0215fadbbfe22c701379e94 @@ -5503,8 +5610,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656097 src/empathy-roster-window.c | 44 - +++++++++++++++++++++++++++--------------- - 1 files changed, 28 insertions(+), 16 deletions(-) + +++++++++++++++++++++++++++---------------- + 1 file changed, 28 insertions(+), 16 deletions(-) commit fc087adb06df532cc0effaafe5f2d5a6fcb490b6 Author: Guillaume Desmottes @@ -5515,7 +5622,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=669300 src/empathy-account-assistant.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 61238cb68b1e22e8ba81de45a51c2fc7057091e1 Author: Matej Urbančič @@ -5524,8 +5631,8 @@ Updated Slovenian translation po/sl.po | 142 - +++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 91 insertions(+), 51 deletions(-) + ++++++++++++++++++++++++++++++++++++++++---------------------- + 1 file changed, 91 insertions(+), 51 deletions(-) commit 8af95ca397daf0b64937db5b9bb895c4e8afea9d Author: Kjartan Maraas @@ -5535,7 +5642,7 @@ po/nb.po | 151 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 100 insertions(+), 51 deletions(-) + 1 file changed, 100 insertions(+), 51 deletions(-) commit c0e8af89e07427a4b6ba758fa56d33f72376ea62 Author: Daniel Mustieles @@ -5544,8 +5651,8 @@ Updated Spanish translation po/es.po | 69 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 37 insertions(+), 32 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 37 insertions(+), 32 deletions(-) commit 330028919295ad9d65334383e90b2432cb12e5fd Author: Guillaume Desmottes @@ -5564,8 +5671,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=668498 libempathy/empathy-presence-manager.c | 70 - +------------------------------- - 1 files changed, 3 insertions(+), 67 deletions(-) + ++------------------------------- + 1 file changed, 3 insertions(+), 67 deletions(-) commit cdfd5215dfa3e7dfe1254f76a5eccf4b4356816d Author: Will Thompson @@ -5588,7 +5695,7 @@ po/te.po | 2107 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 1144 insertions(+), 963 deletions(-) + 1 file changed, 1144 insertions(+), 963 deletions(-) commit ad34beff9f4f2ff494ec309ac50e8c331670ba67 Author: Daniel Mustieles @@ -5597,7 +5704,7 @@ Updated Spanish translation po/es.po | 27 ++++++++++++--------------- - 1 files changed, 12 insertions(+), 15 deletions(-) + 1 file changed, 12 insertions(+), 15 deletions(-) commit 4467b84ce9dc2e3b369d3f0d54a2a940b2da9adb Author: Guillaume Desmottes @@ -5608,7 +5715,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=666522 src/empathy-preferences.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6048958136681930af236460e9cb159b5267c4d0 Author: Guillaume Desmottes @@ -5623,7 +5730,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662916 libempathy-gtk/empathy-individual-view.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit e0396bbe64cff169221bb527836944aa96f58261 Author: Daniel Mustieles @@ -5632,8 +5739,8 @@ Updated Spanish translation po/es.po | 76 - +++++++++++++++++++++++++++++++++++++++++++++++++++---------- - 1 files changed, 63 insertions(+), 13 deletions(-) + +++++++++++++++++++++++++++++++++++++++++++++++++++----------- + 1 file changed, 63 insertions(+), 13 deletions(-) commit 0481b358c7a6c4336690961bb284df1370c0b29c Author: Will Thompson @@ -5644,7 +5751,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=591756 src/empathy-chat-window.c | 16 ++++++++++++++-- - 1 files changed, 14 insertions(+), 2 deletions(-) + 1 file changed, 14 insertions(+), 2 deletions(-) commit e59f04dbfc934003a702d3b3d1b9c24984298007 Author: Will Thompson @@ -5655,7 +5762,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=591756 src/empathy-chat-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4cdb4a49b73c5f4698e91029d555a21f4b4e55b3 Author: Will Thompson @@ -5671,7 +5778,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=591756 src/empathy-chat-window.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 745f697021987e296d0f3f52bcb6cfe356502160 Author: Will Thompson @@ -5690,7 +5797,7 @@ src/empathy-chat-window.c | 146 +++++++++++++++++++++++++++++++++++---------- - 1 files changed, 115 insertions(+), 31 deletions(-) + 1 file changed, 115 insertions(+), 31 deletions(-) commit a6ac0f003a4f9ad6f21d98387cd6cebc72ee492f Author: Will Thompson @@ -5707,8 +5814,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=591756 src/empathy-chat-window.c | 61 - +++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 59 insertions(+), 2 deletions(-) + +++++++++++++++++++++++++++++++++++++++++++-- + 1 file changed, 59 insertions(+), 2 deletions(-) commit 088cc0d11c82359e9c45be8429945445731b765b Author: Matej Urbančič @@ -5717,8 +5824,8 @@ Updated Slovenian translation po/sl.po | 404 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 212 insertions(+), 192 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 212 insertions(+), 192 deletions(-) commit 11f7e3f371513f9013ddea7ebf518a32b4fe1a29 Author: Kjartan Maraas @@ -5728,7 +5835,7 @@ po/nb.po | 327 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 170 insertions(+), 157 deletions(-) + 1 file changed, 170 insertions(+), 157 deletions(-) commit 1a35f5897e424a4e2273f64f428a798e0812f76f Author: Chandni Verma @@ -5740,7 +5847,7 @@ gtk_list_store_set by gtk_list_store_insert_with_values src/empathy-debug-window.c | 33 +++++++++++---------------------- - 1 files changed, 11 insertions(+), 22 deletions(-) + 1 file changed, 11 insertions(+), 22 deletions(-) commit d5347668b9233feec489d8f1216303325d277ae7 Author: Chandni Verma @@ -5751,7 +5858,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=592994 src/empathy-debug-window.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 4a6fb67d83e54e334d3db5d975f1ff9dbddf6e14 Author: Chandni Verma @@ -5762,7 +5869,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=592994 src/empathy-debug-window.c | 29 +++++++++++++++++------------ - 1 files changed, 17 insertions(+), 12 deletions(-) + 1 file changed, 17 insertions(+), 12 deletions(-) commit c45bf16335ebc05661f200024d3cc4f0ecb7003f Author: Chandni Verma @@ -5773,8 +5880,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=592994 src/empathy-debug-window.c | 48 - +++++++++++++++++++++++++++++++++---------- - 1 files changed, 37 insertions(+), 11 deletions(-) + ++++++++++++++++++++++++++++++++++---------- + 1 file changed, 37 insertions(+), 11 deletions(-) commit 42ee3133a0cd8ba84dc31c3f97aa98d3c6503353 Author: Chandni Verma @@ -5790,7 +5897,7 @@ src/empathy-debug-window.c | 191 ++++++++++++++++++++++++++++++++++++-------- - 1 files changed, 157 insertions(+), 34 deletions(-) + 1 file changed, 157 insertions(+), 34 deletions(-) commit e758dca58b4f362d35eaaf8f333ea7f20dfd8ecd Author: Chandni Verma @@ -5801,7 +5908,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=592994 src/empathy-debug-window.c | 38 +++++++++++++++++++++++++++++++++++--- - 1 files changed, 35 insertions(+), 3 deletions(-) + 1 file changed, 35 insertions(+), 3 deletions(-) commit 7a6a03aff158ddc47c1f70093b1f903be2d44181 Author: Chandni Verma @@ -5816,7 +5923,7 @@ src/empathy-debug-window.c | 73 ++++++++++++++++++++++++++++++++++++-------- - 1 files changed, 60 insertions(+), 13 deletions(-) + 1 file changed, 60 insertions(+), 13 deletions(-) commit d8d059db25a5775cb50cf634b339adaca182d900 Author: Guillaume Desmottes @@ -5830,7 +5937,7 @@ libempathy-gtk/empathy-base-password-dialog.c | 2 ++ libempathy-gtk/empathy-tls-dialog.c | 2 ++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit 6a4d4c05d84d9f6a1188d70bd1af1df163cf3d2e Author: Yaron Shahrabani @@ -5840,7 +5947,7 @@ po/he.po | 594 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 306 insertions(+), 288 deletions(-) + 1 file changed, 306 insertions(+), 288 deletions(-) commit a84d501cc9dd8d0e7e0bc725d215ae2fb1331326 Author: Guillaume Desmottes @@ -5849,7 +5956,7 @@ coding style fix libempathy-gtk/empathy-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8fb729b4dfe74c1c4492d6c0cff1c960f2bdf46d Author: Daniel Mustieles @@ -5858,7 +5965,7 @@ Updated Spanish translation po/es.po | 54 +++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 33 insertions(+), 21 deletions(-) + 1 file changed, 33 insertions(+), 21 deletions(-) commit 6b85b98ce0dd1c8edc2ae280be62fc2c291e704f Author: Guillaume Desmottes @@ -5869,7 +5976,7 @@ It has been removed from the UI file. src/empathy-roster-window.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 5cadb51ab2f92b5bf13fa7ca228d2f7a9d2fea56 Merge: 2b7e8c33 a8fbf02 @@ -5885,8 +5992,8 @@ Port DTMF code to new tp-glib API src/empathy-call-window.c | 71 - +++++--------------------------------------- - 1 files changed, 8 insertions(+), 63 deletions(-) + +++++---------------------------------------- + 1 file changed, 8 insertions(+), 63 deletions(-) commit a8fbf027f0f8b2c4aa343db7c81f23c49ac4d3e5 Author: Danielle Madeley @@ -5897,9 +6004,9 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=562462 - src/empathy-preferences.c | 6 ++-- + src/empathy-preferences.c | 6 +++--- src/empathy-preferences.ui | 47 - +++++++++++++++++++++++++++++++++++++------ + +++++++++++++++++++++++++++++++++++++------- 2 files changed, 43 insertions(+), 10 deletions(-) commit 12ff2d03486c053a1c8aa2a40d05263d5656a869 @@ -5915,7 +6022,7 @@ libempathy-gtk/empathy-individual-store.c | 100 +++++++++++++++-------------- - 1 files changed, 53 insertions(+), 47 deletions(-) + 1 file changed, 53 insertions(+), 47 deletions(-) commit 2b7e8c33d6ea5d12d66cceab2719405b01be74bb Author: Daniel Mustieles @@ -5925,7 +6032,7 @@ po/es.po | 235 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 118 insertions(+), 117 deletions(-) + 1 file changed, 118 insertions(+), 117 deletions(-) commit 52715c3cb3697474e48d4f73d9d432d6b69871a1 Author: Chandni Verma @@ -5936,8 +6043,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=592994 src/empathy-debug-window.c | 95 - +++++++++++++++++++++++++++---------------- - 1 files changed, 60 insertions(+), 35 deletions(-) + ++++++++++++++++++++++++++++---------------- + 1 file changed, 60 insertions(+), 35 deletions(-) commit bb003c5d228051e1a55e401fc024ffd58eeeabb4 Author: Chandni Verma @@ -5960,7 +6067,7 @@ src/empathy-debug-window.c | 575 +++++++++++++++++++++++--------------------- - 1 files changed, 305 insertions(+), 270 deletions(-) + 1 file changed, 305 insertions(+), 270 deletions(-) commit 15333410f2df610792ea546400f841d8e6e8a1d1 Author: Danielle Madeley @@ -5971,7 +6078,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=668681 libempathy-gtk/empathy-tls-dialog.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 756dbf5a7a658ba472fc63ef6034d2c4d90e3260 Author: Will Thompson @@ -5984,7 +6091,7 @@ Rebased-By: Danielle Madeley libempathy/empathy-utils.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit ddd8a9a000833d87260f81c4459063b32e2e14e7 Merge: 6b453cf cb4d749 @@ -6000,8 +6107,8 @@ EmpathyChat: cache highlight regex. libempathy-gtk/empathy-chat.c | 62 - +++++++++++++++++++++++++++++----------- - 1 files changed, 45 insertions(+), 17 deletions(-) + ++++++++++++++++++++++++++++++----------- + 1 file changed, 45 insertions(+), 17 deletions(-) commit 6b453cffcd14296f9625eb54af7cb87dc75c9c5f Author: Daniel Mustieles @@ -6011,7 +6118,7 @@ po/es.po | 380 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 191 insertions(+), 189 deletions(-) + 1 file changed, 191 insertions(+), 189 deletions(-) commit aebe89309d1e0296a736db5f7c51028ac21c9a71 Author: Guillaume Desmottes @@ -6022,7 +6129,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=668663 data/org.gnome.Empathy.gschema.xml.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7fd14c14a0642b07b3bf7144429e8fc2b806715c Author: Kjartan Maraas @@ -6032,7 +6139,7 @@ po/nb.po | 248 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 120 insertions(+), 128 deletions(-) + 1 file changed, 120 insertions(+), 128 deletions(-) commit 825666791c56b9050db4339f57474e2df698f891 Author: Guillaume Desmottes @@ -6052,7 +6159,7 @@ src/empathy-accounts-dialog.c | 78 +++++------------------------------------ - 1 files changed, 9 insertions(+), 69 deletions(-) + 1 file changed, 9 insertions(+), 69 deletions(-) commit ae60dd208860c732141e5e5ccb89c7aba18ae28c Author: Guillaume Desmottes @@ -6065,7 +6172,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=668372 src/empathy-accounts-dialog.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit a58af6c844170f7451307f07a43e3416f5694ddf Author: Guillaume Desmottes @@ -6078,7 +6185,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=668372 src/empathy-accounts-dialog.c | 21 +-------------------- - 1 files changed, 1 insertions(+), 20 deletions(-) + 1 file changed, 1 insertion(+), 20 deletions(-) commit 6de7927ded5e15783b4d9d93233856d9bd373641 Author: Guillaume Desmottes @@ -6089,7 +6196,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=668502 libempathy-gtk/empathy-chat.c | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit 908b396bdccff3c3056a4616ae43b40d5dead990 Author: Guillaume Desmottes @@ -6109,7 +6216,7 @@ status preset dialog: use the right style for the remove button libempathy-gtk/empathy-status-preset-dialog.ui | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 353e5e8c9d40a98048cc5e2ac8c8c0af2577457c Author: Guillaume Desmottes @@ -6118,7 +6225,7 @@ favorite chatrooms dialog: use the right style for the remove button src/empathy-chatrooms-window.ui | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit aba616dfea6dde6e9f66a71a600d90553a04fe90 Author: Guillaume Desmottes @@ -6127,7 +6234,7 @@ contact-blocking-dialog: use the right style for the remove button libempathy-gtk/empathy-contact-blocking-dialog.ui | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 140d5bcc021f83c8b5057c87764c72c60659c16a Author: Guillaume Desmottes @@ -6141,7 +6248,7 @@ libempathy-gtk/empathy-contact-widget.ui | 122 +++++++++++++----------------- - 1 files changed, 52 insertions(+), 70 deletions(-) + 1 file changed, 52 insertions(+), 70 deletions(-) commit 98f5b0523f1d094f8a4e5a9b19931b74fe6b53df Author: Guillaume Desmottes @@ -6154,7 +6261,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=666714 libempathy-gtk/empathy-contact-widget.ui | 25 +++++++++++++------------ - 1 files changed, 13 insertions(+), 12 deletions(-) + 1 file changed, 13 insertions(+), 12 deletions(-) commit 34bdfa8eb1ca1c23a72a1ef42217d1a7ec293b68 Author: Guillaume Desmottes @@ -6168,8 +6275,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=666714 libempathy-gtk/empathy-contact-widget.ui | 43 - +++++++++++------------------ - 1 files changed, 16 insertions(+), 27 deletions(-) + +++++++++++------------------- + 1 file changed, 16 insertions(+), 27 deletions(-) commit 579a7926d682456c4f7c808b45b71d92a0362599 Author: Guillaume Desmottes @@ -6180,7 +6287,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=666714 libempathy-gtk/empathy-contact-widget.ui | 11 +++++------ - 1 files changed, 5 insertions(+), 6 deletions(-) + 1 file changed, 5 insertions(+), 6 deletions(-) commit 493a623ab5712ef7dd37c9e9f0a31ce8aaef7e48 Author: Guillaume Desmottes @@ -6193,7 +6300,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=666714 libempathy-gtk/empathy-contact-widget.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 35bc184f4aceef9a35bd320ef111f93f918e10cc Author: Matej Urbančič @@ -6203,7 +6310,7 @@ po/sl.po | 1166 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 580 insertions(+), 586 deletions(-) + 1 file changed, 580 insertions(+), 586 deletions(-) commit 3b49ee26b4f7ce628a48fb7516087a8ccb389757 Author: Daniel Mustieles @@ -6212,8 +6319,8 @@ Updated Spanish translation help/es/es.po | 138 - +++++++++++++++++++++++++------------------------------- - 1 files changed, 62 insertions(+), 76 deletions(-) + ++++++++++++++++++++++++++------------------------------- + 1 file changed, 62 insertions(+), 76 deletions(-) commit f51be115d8494c8cec57d60c3083e942056e9b4b Author: Yasumichi Akahoshi @@ -6225,7 +6332,7 @@ Signed-off-by: Milo Casagrande help/C/set-custom-status.page | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2e3a9988f556ae2b3f2ebddbfb439d1dcb8cda72 Author: Guillaume Desmottes @@ -6236,7 +6343,7 @@ libempathy-gtk/empathy-contact-dialogs.c | 53 ------------------------------ libempathy-gtk/empathy-contact-dialogs.h | 1 - - 2 files changed, 0 insertions(+), 54 deletions(-) + 2 files changed, 54 deletions(-) commit 37ed9b06e807879e60cc9dbc2fa5b17bc620178b Author: Guillaume Desmottes @@ -6250,7 +6357,7 @@ src/empathy-roster-window-menubar.ui | 7 ------- src/empathy-roster-window.c | 8 -------- - 2 files changed, 0 insertions(+), 15 deletions(-) + 2 files changed, 15 deletions(-) commit 7d6b4795d7a7b6e8a46e84f76b1004c800ef26ca Author: Guillaume Desmottes @@ -6274,7 +6381,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=608474 libempathy/empathy-time.h | 13 +++++-------- - 1 files changed, 5 insertions(+), 8 deletions(-) + 1 file changed, 5 insertions(+), 8 deletions(-) commit 11de29cc7c7b7d6047837b51155b768b0e8f9a4b Author: Guillaume Desmottes @@ -6297,7 +6404,7 @@ po/cs.po | 1693 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 822 insertions(+), 871 deletions(-) + 1 file changed, 822 insertions(+), 871 deletions(-) commit b732f5a86a99d2e778e222af729a1b27321a4476 Author: Tiffany Antopolski @@ -6309,7 +6416,7 @@ This element causes the page not to validate. help/C/irc-manage.page | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 4640969403212820e9958a9a207c2516927c5607 Author: Yasumichi Akahoshi @@ -6322,7 +6429,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=667467 help/C/set-custom-status.page | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 942c3cda8c8c763e22a89682d7d4c9decd40abf1 Author: Yasumichi Akahoshi @@ -6335,7 +6442,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=667467 help/C/set-custom-status.page | 27 ++------------------------- - 1 files changed, 2 insertions(+), 25 deletions(-) + 1 file changed, 2 insertions(+), 25 deletions(-) commit 871b0cfc0ac908b58177ab6dd591f595621fc9d2 Author: Guillaume Desmottes @@ -6347,7 +6454,7 @@ tests/empathy-tls-test.c | 45 +++++++++++++++++++++++---------------------- - 1 files changed, 23 insertions(+), 22 deletions(-) + 1 file changed, 23 insertions(+), 22 deletions(-) commit 695ff499339de5c99023a227ff022d8a70466436 Author: Guillaume Desmottes @@ -6360,8 +6467,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=668186 tests/empathy-irc-network-manager-test.c | 43 - ++++++++++++++--------------- - 1 files changed, 21 insertions(+), 22 deletions(-) + +++++++++++++++--------------- + 1 file changed, 21 insertions(+), 22 deletions(-) commit 4280d01cb8eca11f4b076076f112d0b28560a402 Author: Will Thompson @@ -6370,7 +6477,7 @@ EmpathyChat: track self contact. libempathy-gtk/empathy-chat.c | 35 +++++++++++++++++++++++++++-------- - 1 files changed, 27 insertions(+), 8 deletions(-) + 1 file changed, 27 insertions(+), 8 deletions(-) commit 06c82312669b409db53928d6d5fbe21ad3f5569a Author: Will Thompson @@ -6379,7 +6486,7 @@ TpChat: add a :self-contact property. libempathy/empathy-tp-chat.c | 19 +++++++++++++++++++ - 1 files changed, 19 insertions(+), 0 deletions(-) + 1 file changed, 19 insertions(+) commit 6d3a71637df970d2cf52d653399b66a213bae502 Author: Will Thompson @@ -6390,7 +6497,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=576912 libempathy-gtk/empathy-chat.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 7e3040b5be5fd1e4793ba14c89a380b8e526b499 Author: Will Thompson @@ -6402,7 +6509,7 @@ mentions our own nick and highlight it? libempathy-gtk/empathy-chat.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit b12ce233dce1dcd581b34ea9944e36e59f511497 Author: Will Thompson @@ -6485,8 +6592,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=591667 libempathy/empathy-message.c | 67 - +++++++++++++++++++++-------------------- - 1 files changed, 34 insertions(+), 33 deletions(-) + +++++++++++++++++++++--------------------- + 1 file changed, 34 insertions(+), 33 deletions(-) commit 449c56b28d41ddbb13e8d206b9d1fbabca7e2ec6 Author: Daniel Nylander @@ -6496,7 +6603,7 @@ po/sv.po | 1964 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 996 insertions(+), 968 deletions(-) + 1 file changed, 996 insertions(+), 968 deletions(-) commit 0c6e567a85e8c42cc182ae82e4924e90656bcfd9 Author: Guillaume Desmottes @@ -6509,7 +6616,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=660856 libempathy-gtk/empathy-account-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 25a44d2984058a38f54ab6bd68027e524342e34b Merge: f17363e 5c615ca @@ -6530,7 +6637,7 @@ don't always. Ensure they are prepared by the factory. libempathy/empathy-client-factory.c | 18 ++++++++++++------ - 1 files changed, 12 insertions(+), 6 deletions(-) + 1 file changed, 12 insertions(+), 6 deletions(-) commit 40aba36f8560ebbeae32c29f472576f80adec1e9 Author: Guillaume Desmottes @@ -6543,7 +6650,7 @@ libempathy-gtk/empathy-groups-widget.c | 2 -- libempathy/empathy-connection-aggregator.c | 1 + - 2 files changed, 1 insertions(+), 2 deletions(-) + 2 files changed, 1 insertion(+), 2 deletions(-) commit 4da0bbd6898436255b87ffb63fdcf775f56e5a2c Author: Guillaume Desmottes @@ -6559,7 +6666,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=667037 libempathy-gtk/empathy-ui-utils.c | 21 ++++++++++----------- - 1 files changed, 10 insertions(+), 11 deletions(-) + 1 file changed, 10 insertions(+), 11 deletions(-) commit 6e04fce7fe6049e84942dcbd0b91fc44563ba116 Author: Fran Diéguez @@ -6580,7 +6687,7 @@ po/gl.po | 8716 +++++++++++++++++++++++++++----------------------------------- - 1 files changed, 3727 insertions(+), 4989 deletions(-) + 1 file changed, 3727 insertions(+), 4989 deletions(-) commit dba450354753a68be5105625af31b64bd9f31d06 Author: Kjartan Maraas @@ -6590,7 +6697,7 @@ po/nb.po | 2491 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 1230 insertions(+), 1261 deletions(-) + 1 file changed, 1230 insertions(+), 1261 deletions(-) commit ff5701188b373415b14aaf3d8166fb91d5b4f878 Author: Guillaume Desmottes @@ -6599,7 +6706,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 478c74c916a3c49ed47de530c8b10f2042a4622f Author: Guillaume Desmottes @@ -6621,7 +6728,7 @@ libempathy-gtk/empathy-individual-view.c | 68 ------------------------------ - 1 files changed, 0 insertions(+), 68 deletions(-) + 1 file changed, 68 deletions(-) commit b0919fe6aab968756a0a7feb072fc49764862709 Author: Guillaume Desmottes @@ -6630,7 +6737,7 @@ empathy_account_get_error_message: get the reason before displaying it libempathy/empathy-utils.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d59b7870dbd7afd1e63f94d953a35306d7b9909c Author: Guillaume Desmottes @@ -6639,7 +6746,7 @@ coding style fix libempathy/empathy-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c3c1f1ff6c2425e7a1657b9b45789fcf5e0c163b Author: Guillaume Desmottes @@ -6653,7 +6760,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=667676 libempathy-gtk/empathy-individual-view.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 22da56b2392a9470f50c1da6b54f8e5aebf7ac4a Author: Guillaume Desmottes @@ -6662,7 +6769,7 @@ filter_result_callback_data_new: add some checks libempathy-gtk/empathy-account-chooser.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 239bffa02a58062e11e55c0373a233c5939cb4b3 Author: Fran Diéguez @@ -6672,7 +6779,7 @@ po/gl.po | 3292 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 1645 insertions(+), 1647 deletions(-) + 1 file changed, 1645 insertions(+), 1647 deletions(-) commit 7bd2be908e8d44d94166e8ae1f07358869bec879 Author: Cheng-Chia Tseng @@ -6694,7 +6801,7 @@ help/sl/sl.po | 491 +++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 288 insertions(+), 203 deletions(-) + 1 file changed, 288 insertions(+), 203 deletions(-) commit aae2203f1051c8ce9c8a09516e7cc9b9fcc4da5b Author: Guillaume Desmottes @@ -6703,7 +6810,7 @@ account-widget-irc: fix label position in the grid libempathy-gtk/empathy-account-widget-irc.ui | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b980b235c35a6cd040d539da0f675d83d2356049 Author: Guillaume Desmottes @@ -6712,8 +6819,8 @@ be less restrictive regarding the Service format libempathy-gtk/empathy-irc-network-chooser.c | 28 - +++++++++++++++---------- - 1 files changed, 17 insertions(+), 11 deletions(-) + ++++++++++++++++---------- + 1 file changed, 17 insertions(+), 11 deletions(-) commit e1f5315d0733134b9ce40a40c1e8ffe2c4eb78b1 Author: Guillaume Desmottes @@ -6721,8 +6828,8 @@ irc-network-chooser-dialog: be more NULL-safe - .../empathy-irc-network-chooser-dialog.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) commit 362f0f152b4c84e0b0cb7a46ecc4a7386fea1726 Author: Guillaume Desmottes @@ -6734,7 +6841,7 @@ libempathy-gtk/empathy-irc-network-chooser.c | 35 ++++++++++++++++++++++++++ - 1 files changed, 35 insertions(+), 0 deletions(-) + 1 file changed, 35 insertions(+) commit 2a7fa12bcf9c0ee5a9ff506bc88af2194990dabc Author: Guillaume Desmottes @@ -6746,8 +6853,8 @@ libempathy/empathy-account-settings.c | 44 +++++++++++++++++++++++++++++++++ - libempathy/empathy-account-settings.h | 3 ++ - 2 files changed, 47 insertions(+), 0 deletions(-) + libempathy/empathy-account-settings.h | 3 +++ + 2 files changed, 47 insertions(+) commit f17363e49737c2ad6bf304d7ed1dd2ccf8ca2b4c Author: Danielle Madeley @@ -6761,7 +6868,7 @@ immediately. src/empathy-call-handler.c | 19 +++++++++++++++---- - 1 files changed, 15 insertions(+), 4 deletions(-) + 1 file changed, 15 insertions(+), 4 deletions(-) commit ddb4928052ff303f024ea9b69e10064fade790a3 Author: Guillaume Desmottes @@ -6775,7 +6882,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=667743 src/empathy-roster-window.c | 29 +++++++++++++++++++++++++---- - 1 files changed, 25 insertions(+), 4 deletions(-) + 1 file changed, 25 insertions(+), 4 deletions(-) commit 4fcf2a8de21bc613d9cbaafd59fc93c854905a90 Author: Guillaume Desmottes @@ -6790,8 +6897,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=667743 src/empathy-roster-window.c | 52 - +++++++++++++++++++++--------------------- - 1 files changed, 26 insertions(+), 26 deletions(-) + +++++++++++++++++++++---------------------- + 1 file changed, 26 insertions(+), 26 deletions(-) commit ab7a79c4f87cee1ae9811da921c2a03abacec7b5 Author: Danielle Madeley @@ -6806,7 +6913,7 @@ transition that will never occur. src/empathy-call-handler.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 03a2ddbde7bd15e6601f3b3e6bd2b5cc269df498 Author: Xavier Claessens @@ -6815,8 +6922,8 @@ Wait for call state to be INITIALISED before accepting incoming call src/empathy-call-handler.c | 47 - ++++++++++++++++++++++++------------------- - 1 files changed, 26 insertions(+), 21 deletions(-) + ++++++++++++++++++++++++-------------------- + 1 file changed, 26 insertions(+), 21 deletions(-) commit af4d97822b9055fd8a7670b53b28c7c1f820ec65 Author: Xavier Claessens @@ -6827,15 +6934,15 @@ .gitmodules | 3 - Makefile.am | 2 +- autogen.sh | 13 --- - configure.ac | 15 +--- - data/Empathy.Call.client | 16 ++-- + configure.ac | 15 +-- + data/Empathy.Call.client | 16 +-- libempathy-gtk/empathy-call-utils.c | 89 ++++++++++++++++- libempathy-gtk/empathy-call-utils.h | 5 + libempathy-gtk/empathy-log-window.c | 8 +- libempathy-gtk/empathy-new-call-dialog.c | 2 - libempathy/Makefile.am | 2 - libempathy/empathy-client-factory.c | 35 ------- - libempathy/empathy-contact.c | 15 +-- + libempathy/empathy-contact.c | 15 ++- src/Makefile.am | 2 - src/empathy-call-factory.c | 112 +++++---------------- src/empathy-call-handler.c | 160 @@ -6909,7 +7016,7 @@ libempathy-gtk/empathy-sound-manager.c | 29 +++++++++++++++++++---------- - 1 files changed, 19 insertions(+), 10 deletions(-) + 1 file changed, 19 insertions(+), 10 deletions(-) commit e321b0ea9020482db3df359b6c4c4a645d6eaf64 Author: Jovanka Gulicoska @@ -6918,7 +7025,7 @@ Disable join button when protocol irc is selected src/empathy-new-chatroom-dialog.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 7d7083dd159bc1209ea8a8ea48f5465fefa078f8 Author: Gabor Kelemen @@ -6927,7 +7034,7 @@ Fix a doubled word in the Hungarian translation po/hu.po | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 8989ff00aa5c66026d781fb4f34624fde3c30d22 Author: Yuri Myasoedov @@ -6937,7 +7044,7 @@ po/ru.po | 828 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 413 insertions(+), 415 deletions(-) + 1 file changed, 413 insertions(+), 415 deletions(-) commit b4577db9026c19a1d1eaf3bdfe45a9e41b35698f Author: Jovanka Gulicoska @@ -6948,7 +7055,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=631236 src/empathy-new-chatroom-dialog.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 0c03c67b2c8cd5190c7c1920ba315ebbfa2285c7 Author: Guillaume Desmottes @@ -6962,7 +7069,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=666531 libempathy-gtk/empathy-contact-chooser.c | 22 ++++++++++++++++++++-- - 1 files changed, 20 insertions(+), 2 deletions(-) + 1 file changed, 20 insertions(+), 2 deletions(-) commit 697acf40e5d3f44ead77fdd51b0aa71a738d1eeb Author: Hannie Dumoleyn @@ -6972,7 +7079,7 @@ po/nl.po | 2008 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 1069 insertions(+), 939 deletions(-) + 1 file changed, 1069 insertions(+), 939 deletions(-) commit 93e76b04ce4c16291d212c63c0206e91febe5315 Author: Mattias Põldaru @@ -6982,7 +7089,7 @@ po/et.po | 318 ++++++++++++++++++++------------------------------------------ - 1 files changed, 101 insertions(+), 217 deletions(-) + 1 file changed, 101 insertions(+), 217 deletions(-) commit c10fa04e6372908649f17db2009dd77b8267bd3c Author: Muhammet Kara @@ -6992,7 +7099,7 @@ po/tr.po | 1708 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 845 insertions(+), 863 deletions(-) + 1 file changed, 845 insertions(+), 863 deletions(-) commit 2efd0c20c82c70b782aec00fa5a73ed48bb1fb5c Author: Yaron Shahrabani @@ -7002,7 +7109,7 @@ po/he.po | 769 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 383 insertions(+), 386 deletions(-) + 1 file changed, 383 insertions(+), 386 deletions(-) commit d0e964361b221b9023717ae108ab433316a9e256 Author: Kasia Bondarava @@ -7012,7 +7119,7 @@ po/be.po | 1705 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 841 insertions(+), 864 deletions(-) + 1 file changed, 841 insertions(+), 864 deletions(-) commit f89077fe388be21878f3eea779c41cd1b56ad93b Author: Jovan Naumovski @@ -7022,7 +7129,7 @@ po/mk.po | 5357 ++++++++++++++++++++++++++++++++++++++++++++++++++------------ - 1 files changed, 4336 insertions(+), 1021 deletions(-) + 1 file changed, 4336 insertions(+), 1021 deletions(-) commit 3e3f16d2a00f96cd6fd1087f11697a657c228a98 Author: Daniel Mustieles @@ -7032,7 +7139,7 @@ po/es.po | 1088 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 540 insertions(+), 548 deletions(-) + 1 file changed, 540 insertions(+), 548 deletions(-) commit 27a35799bce6253920f31094813a1dc7b8f8e5e6 Author: Andiswa Mvanyashe @@ -7043,7 +7150,7 @@ po/LINGUAS | 1 + po/xh.po | 4793 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 4794 insertions(+), 0 deletions(-) + 2 files changed, 4794 insertions(+) commit b8249cef8a797d47b15b6f5d24c4ca8667efeee6 Author: Guillaume Desmottes @@ -7054,7 +7161,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661500 libempathy-gtk/empathy-individual-widget.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 28e7dfce3fc32da715cb478032393ec0707abc5f Author: Guillaume Desmottes @@ -7069,7 +7176,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661500 configure.ac | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 3712762752995bca3c88ed9469310c6c4ab75f59 Author: Guillaume Desmottes @@ -7085,7 +7192,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661500 libempathy-gtk/empathy-individual-widget.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 1ea33f5b927b7192a5339be9a377a7b288cd5fee Author: Guillaume Desmottes @@ -7094,7 +7201,7 @@ POTFILES.in: add empathy-new-account-dialog.c po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 15d88648810843c23ac86ff2321828dc35d57f5d Author: Guillaume Desmottes @@ -7104,7 +7211,7 @@ src/empathy-accounts-dialog.c | 99 ----------------------------------------- - 1 files changed, 0 insertions(+), 99 deletions(-) + 1 file changed, 99 deletions(-) commit d8e5f5d2ec4a2c3582d6764ea388e91ad91a45c6 Author: Guillaume Desmottes @@ -7113,7 +7220,7 @@ accounts-dialog: use the new account dialog src/empathy-accounts-dialog.c | 25 ++++++++++++++++++++++--- - 1 files changed, 22 insertions(+), 3 deletions(-) + 1 file changed, 22 insertions(+), 3 deletions(-) commit 9e63d5fc6b9c74eb9a9961640be621ea2ce6c931 Author: Guillaume Desmottes @@ -7129,7 +7236,7 @@ libempathy-gtk/empathy-new-account-dialog.c | 212 +++++++++++++++++++++++++++ libempathy-gtk/empathy-new-account-dialog.h | 59 ++++++++ - 3 files changed, 273 insertions(+), 0 deletions(-) + 3 files changed, 273 insertions(+) commit cab7c95744e79a978a230a10782d236d9d9c414f Author: Guillaume Desmottes @@ -7141,7 +7248,7 @@ manually hide them in the assistant for now. libempathy-gtk/empathy-account-widget.c | 110 - +++++++++++++++--------------- + +++++++++++++++---------------- libempathy-gtk/empathy-account-widget.h | 2 + src/empathy-account-assistant.c | 2 + 3 files changed, 59 insertions(+), 55 deletions(-) @@ -7156,7 +7263,7 @@ This signal will never be fired when editing an existing account. src/empathy-accounts-dialog.c | 24 ------------------------ - 1 files changed, 0 insertions(+), 24 deletions(-) + 1 file changed, 24 deletions(-) commit fd982ae92ddb1e9fd66e8a3fead2363f2028477a Author: Guillaume Desmottes @@ -7165,7 +7272,7 @@ account-widget: modernize dipose function libempathy-gtk/empathy-account-widget.c | 22 ++-------------------- - 1 files changed, 2 insertions(+), 20 deletions(-) + 1 file changed, 2 insertions(+), 20 deletions(-) commit 4eda4ec0acb993986e378b6b9c5f36f88ff193f1 Author: Guillaume Desmottes @@ -7187,7 +7294,7 @@ don't use deprecated GTK+ API src/empathy-accounts-dialog.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c6340f58a4d01b70c59d224ece8994e613d0fd47 Author: Guillaume Desmottes @@ -7196,7 +7303,7 @@ display the editor on top src/empathy-accounts-dialog.c | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit 4ac8b47ea3be8a91f2ccc1c0a49aaa69e4aaed9e Author: Guillaume Desmottes @@ -7206,7 +7313,7 @@ libempathy-gtk/empathy-account-widget.c | 228 +++---------------------------- - src/empathy-accounts-dialog.c | 112 +++++++++++++++- + src/empathy-accounts-dialog.c | 112 ++++++++++++++- 2 files changed, 129 insertions(+), 211 deletions(-) commit ea82d4be5876f8adb5d958359019d76b65669841 @@ -7218,7 +7325,7 @@ tp-glib does it for us now, thanks to the EmpathyClientFactory. src/empathy-accounts-dialog.c | 34 +++++++++------------------------- - 1 files changed, 9 insertions(+), 25 deletions(-) + 1 file changed, 9 insertions(+), 25 deletions(-) commit 08dfc1a2e4c9dd8e01cab338127c15d6a7ab51de Author: Guillaume Desmottes @@ -7231,7 +7338,7 @@ are also using the 'C' accelerator then they should be fixed. libempathy-gtk/empathy-account-widget.c | 11 +---------- - 1 files changed, 1 insertions(+), 10 deletions(-) + 1 file changed, 1 insertion(+), 10 deletions(-) commit 5d7d9fdcd879d3a6ccf93eb234d38bbb45701fa9 Author: Guillaume Desmottes @@ -7242,7 +7349,7 @@ We fire the close signal a bit later in this function libempathy-gtk/empathy-account-widget.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 5f3cc8ffd55be5845410d94d900c4215145bab57 Author: Guillaume Desmottes @@ -7255,7 +7362,7 @@ the dialog. libempathy-gtk/empathy-account-widget.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 0691f67b1625f98bc403ee1fa84b5da3b862f856 Author: Guillaume Desmottes @@ -7266,7 +7373,7 @@ Looks better that way. src/empathy-accounts-dialog.c | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit c98ccae7f1b293302018206dfbeae5c461c6cd15 Author: Guillaume Desmottes @@ -7275,7 +7382,7 @@ add an accelerator to open the params dialog src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d78c414be20144cc84e697f2ad57600c4620423a Author: Guillaume Desmottes @@ -7286,7 +7393,7 @@ It makes gcc happier. src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f2b53c32d44e3a670f266f542c571ff345cbfe55 Author: Danielle Madeley @@ -7297,7 +7404,7 @@ libempathy-gtk/empathy-contact-widget.c | 4 +++- libempathy-gtk/empathy-contact-widget.h | 1 + src/empathy-accounts-dialog.c | 1 + - 3 files changed, 5 insertions(+), 1 deletions(-) + 3 files changed, 5 insertions(+), 1 deletion(-) commit 7a41e2170d529039dfa14cdeeae067b916dad3cb Author: Danielle Madeley @@ -7308,7 +7415,7 @@ src/empathy-accounts-dialog.c | 65 +++++++---------------------------------- - 1 files changed, 11 insertions(+), 54 deletions(-) + 1 file changed, 11 insertions(+), 54 deletions(-) commit 81ad14a2dbcb5d71ed7befff0c7e2d7516a24dcd Author: Danielle Madeley @@ -7345,7 +7452,7 @@ help/fr/fr.po | 348 +++++++++++++++++++++++++-------------------------------- - 1 files changed, 154 insertions(+), 194 deletions(-) + 1 file changed, 154 insertions(+), 194 deletions(-) commit 60b49998c25f766c48e15a040128660d3ba17502 Author: Daniel Mustieles @@ -7354,8 +7461,8 @@ Updated Spanish translation help/es/es.po | 258 - ++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 138 insertions(+), 120 deletions(-) + ++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 138 insertions(+), 120 deletions(-) commit 63ccd06c5f862c1655c83b6f620e015516501439 Author: Milo Casagrande @@ -7367,7 +7474,7 @@ to address the new UI. Topic needs to be reviewed. help/C/prev-conv.page | 43 ++++++++++++++++--------------------------- - 1 files changed, 16 insertions(+), 27 deletions(-) + 1 file changed, 16 insertions(+), 27 deletions(-) commit c1efd868352810864c8df225a6ab9fa60a4ab999 Author: Milo Casagrande @@ -7390,7 +7497,7 @@ help/pl/pl.po | 197 +++++++++++++++++++++++++++------------------------------ - 1 files changed, 94 insertions(+), 103 deletions(-) + 1 file changed, 94 insertions(+), 103 deletions(-) commit baf4ca3e9d60c29cedf1fd5e1b248f8103514831 Author: Guillaume Desmottes @@ -7399,7 +7506,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0dea7048b8ace3c52b692f41715906393e3f3bd5 Author: Guillaume Desmottes @@ -7408,7 +7515,7 @@ coding style fix libempathy-gtk/empathy-ui-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 11812b89c0872bdf76030bafacfe1015749c6a91 Author: Guillaume Desmottes @@ -7434,7 +7541,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=649208 src/empathy-chat-window.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit e0a06689b716a02927433796dfb1a1cc7b7820e4 Author: Guillaume Desmottes @@ -7447,7 +7554,7 @@ libempathy-gtk/empathy-ui-utils.c | 117 +++++++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-ui-utils.h | 3 + - 2 files changed, 120 insertions(+), 0 deletions(-) + 2 files changed, 120 insertions(+) commit 28034fa56b5ab329636f1ecc9a2ba400b6fea35f Author: Daniel Mustieles @@ -7457,7 +7564,7 @@ help/es/es.po | 264 +++++++++++++++++++++++++++++---------------------------- - 1 files changed, 133 insertions(+), 131 deletions(-) + 1 file changed, 133 insertions(+), 131 deletions(-) commit 77005cc30a87371ab908fdc55cca456caf35b988 Author: Milo Casagrande @@ -7482,8 +7589,8 @@ Updated Slovenian translation help/sl/sl.po | 59 - ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 56 insertions(+), 3 deletions(-) + ++++++++++++++++++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 56 insertions(+), 3 deletions(-) commit 7d22de0340197c4578e4a7e1dd4c4d2e642ba689 Author: Guillaume Desmottes @@ -7498,7 +7605,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=654171 src/empathy-import-widget.c | 22 ++++++++++++++++++---- - 1 files changed, 18 insertions(+), 4 deletions(-) + 1 file changed, 18 insertions(+), 4 deletions(-) commit 9d7a9b0feb1f30f891625abeebf571288e2eba4d Author: Milo Casagrande @@ -7509,7 +7616,7 @@ * Updated Italian help translation, fixes bug #666261 help/it/it.po | 30 ++++++++++++++++-------------- - 1 files changed, 16 insertions(+), 14 deletions(-) + 1 file changed, 16 insertions(+), 14 deletions(-) commit 9cb2e8fa1c57ecb889a1160bdcf7b08f4ee6b2b0 Author: Funda Wang @@ -7518,7 +7625,7 @@ clsing tags (bug#666265) help/zh_CN/zh_CN.po | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 54c3e51405c0af7fc46d1586e24019c6820f8e04 Author: Piotr Drąg @@ -7527,7 +7634,7 @@ Updated POTFILES.in po/POTFILES.in | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 9dd688a39a52e8b562364fb0fb230acb395e1202 Author: Guillaume Desmottes @@ -7559,7 +7666,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=666163 libempathy-gtk/empathy-individual-menu.c | 51 - +++++++++++++++++++++++------ + +++++++++++++++++++++++------- libempathy-gtk/empathy-individual-menu.h | 23 +------------- 2 files changed, 41 insertions(+), 33 deletions(-) @@ -7575,7 +7682,7 @@ libempathy/empathy-contact-manager.c | 541 ---------------------------------- libempathy/empathy-contact-manager.h | 60 ---- - 3 files changed, 0 insertions(+), 603 deletions(-) + 3 files changed, 603 deletions(-) commit 78120c07e3588eab58c5abb6ce5627028842049c Author: Guillaume Desmottes @@ -7590,7 +7697,7 @@ libempathy-gtk/empathy-new-message-dialog.c | 1 - libempathy/empathy-individual-manager.c | 1 - libempathy/empathy-utils.c | 1 - - 5 files changed, 0 insertions(+), 5 deletions(-) + 5 files changed, 5 deletions(-) commit 42286849ee43d2807f8d4faa5d747b144859e08a Author: Guillaume Desmottes @@ -7603,7 +7710,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=660547 src/empathy-main-window.c | 5 ----- - 1 files changed, 0 insertions(+), 5 deletions(-) + 1 file changed, 5 deletions(-) commit 66dbf2d87306d9ee4c5325c1c96628a70d8eac1a Author: Guillaume Desmottes @@ -7619,7 +7726,7 @@ libempathy-gtk/empathy-contact-widget.c | 69 ------------------------------- - libempathy-gtk/empathy-contact-widget.h | 5 +- + libempathy-gtk/empathy-contact-widget.h | 5 +-- 2 files changed, 2 insertions(+), 72 deletions(-) commit c7524e25332d8f87115255fb8611b124e4aea4f6 @@ -7633,7 +7740,7 @@ libempathy-gtk/empathy-contact-dialogs.c | 60 ------------------------------ libempathy-gtk/empathy-contact-dialogs.h | 2 - - 2 files changed, 0 insertions(+), 62 deletions(-) + 2 files changed, 62 deletions(-) commit 6fce69d7080341d3064850ceaab52eec531c5e6a Author: Guillaume Desmottes @@ -7646,7 +7753,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=665038 libempathy-gtk/empathy-individual-menu.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit a5bde7ca2676d538c0534b7acaf72ec47005649b Author: Guillaume Desmottes @@ -7669,7 +7776,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=665038 libempathy-gtk/empathy-individual-menu.c | 22 ++++++++++++++++++++++ - 1 files changed, 22 insertions(+), 0 deletions(-) + 1 file changed, 22 insertions(+) commit fe992c09a3401012f17058a7e2571617591729fc Author: Guillaume Desmottes @@ -7683,7 +7790,7 @@ libempathy-gtk/empathy-contact-menu.c | 662 --------------------------------- libempathy-gtk/empathy-contact-menu.h | 59 --- - 3 files changed, 0 insertions(+), 723 deletions(-) + 3 files changed, 723 deletions(-) commit a162bb98ecb9fc05e6a444f7b9a4c70c90daf65f Author: Guillaume Desmottes @@ -7694,7 +7801,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=665038 src/empathy-map-view.c | 29 +++++++++++++++++++++-------- - 1 files changed, 21 insertions(+), 8 deletions(-) + 1 file changed, 21 insertions(+), 8 deletions(-) commit 4db09641569a416334fd5c93d2c6cbc669848806 Author: Guillaume Desmottes @@ -7705,7 +7812,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=665038 libempathy-gtk/empathy-chat.c | 28 ++++++++++++++++++++-------- - 1 files changed, 20 insertions(+), 8 deletions(-) + 1 file changed, 20 insertions(+), 8 deletions(-) commit a401d8ed46a4284c140cd44a2cc5cbf53d07e286 Author: Guillaume Desmottes @@ -7718,7 +7825,7 @@ libempathy-gtk/empathy-individual-menu.c | 215 ++++++++++++++++++++++++++++++ libempathy-gtk/empathy-individual-menu.h | 1 + - 2 files changed, 216 insertions(+), 0 deletions(-) + 2 files changed, 216 insertions(+) commit d1aa75b0da95e14969ca72c23b07fd7177d1a0ad Author: Guillaume Desmottes @@ -7748,7 +7855,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=665038 libempathy-gtk/empathy-individual-menu.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit aa802500fc09133e196a5087867a1743d3911100 Author: Guillaume Desmottes @@ -7763,7 +7870,7 @@ libempathy/empathy-contact.c | 42 +++++------------------------------------- - 1 files changed, 5 insertions(+), 37 deletions(-) + 1 file changed, 5 insertions(+), 37 deletions(-) commit 844b932834beb6f15d454d14662ca7719bb28981 Author: Guillaume Desmottes @@ -7777,7 +7884,7 @@ libempathy-gtk/empathy-contact-chooser.c | 2 ++ libempathy-gtk/empathy-individual-store-channel.c | 2 ++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit eebfb2b90332782fc3ff79386e9a4808d277337b Author: Guillaume Desmottes @@ -7788,7 +7895,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=665853 libempathy/empathy-utils.c | 17 +++++++---------- - 1 files changed, 7 insertions(+), 10 deletions(-) + 1 file changed, 7 insertions(+), 10 deletions(-) commit 7f9f986f3e2600fec111ebbd2302d24eb65c60f7 Author: Guillaume Desmottes @@ -7799,7 +7906,7 @@ We need it for the API to ensure a persona from a TpContact. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 85a96d8d5b886f49b0d73523f5dc46d79a4982d4 Author: Xavier Claessens @@ -7811,7 +7918,7 @@ defined GLIB_DISABLE_DEPRECATION_WARNINGS in configure.ac src/empathy-audio-sink.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 5d4aca9915e38194a22b27028d99509f09f7c222 Author: Guillaume Desmottes @@ -7823,7 +7930,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662873 src/empathy-invite-participant-dialog.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 34d91c3420c3401cca5a40b9ff481dd3584ac8cb Author: Daniel Korostil @@ -7832,7 +7939,7 @@ Uploaded Ukranian po/uk.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c19e92c8b348f5009cfd70b4c6c426a286febd6e Author: Daniel Korostil @@ -7842,7 +7949,7 @@ po/uk.po | 1649 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 879 insertions(+), 770 deletions(-) + 1 file changed, 879 insertions(+), 770 deletions(-) commit 7de5dcc25ebc8d19853edd1a43485a13267466e3 Author: Daniel Korostil @@ -7851,7 +7958,7 @@ Uploaded Ukranian po/uk.po | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 52ad74602ebdc4aa95e313f1852d6556963b4f2c Author: Daniel Korostil @@ -7861,7 +7968,7 @@ po/uk.po | 1540 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 847 insertions(+), 693 deletions(-) + 1 file changed, 847 insertions(+), 693 deletions(-) commit 2833b7d19491febe4e282259ef2a27bad6b44090 Author: Guanhao Yin @@ -7871,7 +7978,7 @@ help/zh_CN/zh_CN.po | 838 +++++++++++++++++++++++++++++++-------------------- - 1 files changed, 507 insertions(+), 331 deletions(-) + 1 file changed, 507 insertions(+), 331 deletions(-) commit e328bb4f4c5ec64c156159cdf230911303111fb6 Author: Yaron Shahrabani @@ -7881,7 +7988,7 @@ po/he.po | 1275 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 636 insertions(+), 639 deletions(-) + 1 file changed, 636 insertions(+), 639 deletions(-) commit 2c785c36c5b8aa4581121f336fc7313da7c2fc92 Author: Guillaume Desmottes @@ -7895,7 +8002,7 @@ libempathy/empathy-keyring.c | 2 +- src/empathy-auth-client.c | 2 ++ - 2 files changed, 3 insertions(+), 1 deletions(-) + 2 files changed, 3 insertions(+), 1 deletion(-) commit e95d1c1f58618c3cfd89232ab2997bbeda215c8a Author: Sjoerd Simons @@ -7913,7 +8020,7 @@ which doesn't make for a very good experience src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1893cd80d606371b3810070f9dea63b14186e9c1 Author: Sjoerd Simons @@ -7922,7 +8029,7 @@ about: Polish the code to generate the license string src/empathy-about-dialog.c | 18 ++++++++++-------- - 1 files changed, 10 insertions(+), 8 deletions(-) + 1 file changed, 10 insertions(+), 8 deletions(-) commit ae0db917820904a353850d532eb3b638f36cb8c6 Author: Guillaume Desmottes @@ -7940,7 +8047,7 @@ libempathy/empathy-contact.c | 49 +++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 48 insertions(+), 1 deletions(-) + 1 file changed, 48 insertions(+), 1 deletion(-) commit 84fe2ef8b8e152d6a47f42fdd818e84a6e0d48b0 Author: Guillaume Desmottes @@ -7951,7 +8058,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=665592 libempathy-gtk/empathy-log-window.c | 23 ++++++++++++++++++++++- - 1 files changed, 22 insertions(+), 1 deletions(-) + 1 file changed, 22 insertions(+), 1 deletion(-) commit b6c4b1de387c53ad115b6422e2009596a5cb6dd0 Author: Guillaume Desmottes @@ -7969,7 +8076,7 @@ libempathy-gtk/empathy-log-window.c | 75 +++++++++++++++++++---------------- - 1 files changed, 41 insertions(+), 34 deletions(-) + 1 file changed, 41 insertions(+), 34 deletions(-) commit ddd662f02c504c229fc1910c31785b35855652e3 Author: Guillaume Desmottes @@ -7978,7 +8085,7 @@ log-window: include empathy-geometry.h libempathy-gtk/empathy-log-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 4bb09dac69435530045d91126ef1bc39ede601dc Author: Guillaume Desmottes @@ -7989,7 +8096,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=664209 libempathy-gtk/empathy-log-window.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 4aedb19ed5567169c5731def4714dcddd24d8b77 Author: Guillaume Desmottes @@ -8001,7 +8108,7 @@ src/empathy-map-view.c | 118 ++++++++++++++++++++++++++---------------------- - 1 files changed, 64 insertions(+), 54 deletions(-) + 1 file changed, 64 insertions(+), 54 deletions(-) commit 3d60817646e07dbe7ec7ca1e68fa45d5be41dcc2 Author: Vladislav Boboshko @@ -8011,7 +8118,7 @@ po/ru.po | 1765 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 906 insertions(+), 859 deletions(-) + 1 file changed, 906 insertions(+), 859 deletions(-) commit a9c67f126de7715edfeb49789108878f3d0da784 Author: Guillaume Desmottes @@ -8021,9 +8128,9 @@ https://bugzilla.gnome.org/show_bug.cgi?id=660547 - libempathy-gtk/empathy-contact-blocking-dialog.c | 28 ++++--------- + libempathy-gtk/empathy-contact-blocking-dialog.c | 28 +++++-------- .../test-empathy-contact-blocking-dialog.c | 42 - ++++++++++++++++--- + ++++++++++++++++---- 2 files changed, 44 insertions(+), 26 deletions(-) commit 0fdc28006acf7be50776e237969bc31b38245e32 @@ -8040,7 +8147,7 @@ libempathy/cheese-camera-device-monitor.c | 112 +++++++++++++++-------------- libempathy/cheese-camera-device-monitor.h | 44 ++++++------ - libempathy/empathy-camera-monitor.c | 16 ++-- + libempathy/empathy-camera-monitor.c | 16 ++--- 3 files changed, 88 insertions(+), 84 deletions(-) commit af5d0bf3e9b61bff1c4c9b845143c1122b78c093 @@ -8050,8 +8157,8 @@ Updated Norwegian bokmål translation po/nb.po | 1227 - ++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 603 insertions(+), 624 deletions(-) + ++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 603 insertions(+), 624 deletions(-) commit b1e73b93c00a06152a52ce5e41f063655e2f5c13 Author: Raluca Elena Podiuc @@ -8062,7 +8169,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=665256 libempathy/empathy-camera-monitor.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 2d4ca2150069139ab347bddce5a5c9264c1be3b1 Author: Guillaume Desmottes @@ -8093,7 +8200,7 @@ old one. libempathy-gtk/empathy-individual-view.c | 11 ++--------- - 1 files changed, 2 insertions(+), 9 deletions(-) + 1 file changed, 2 insertions(+), 9 deletions(-) commit 984c03d2e1cd94fc6699d7b627080ed2d73d5466 Author: Guillaume Desmottes @@ -8118,8 +8225,8 @@ libempathy/empathy-connection-aggregator.c | 71 ++++++++++++++++++++++++++++ - libempathy/empathy-connection-aggregator.h | 3 + - 2 files changed, 74 insertions(+), 0 deletions(-) + libempathy/empathy-connection-aggregator.h | 3 ++ + 2 files changed, 74 insertions(+) commit bc690f37e7b0a49258b505653dd0cb94ffa48056 Author: Guillaume Desmottes @@ -8130,7 +8237,7 @@ cancellable are always optional so this code should be NULL safe. libempathy-gtk/empathy-ui-utils.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit bbe74c7f743b9210a905c74864a9b5d33ad48a87 Author: Guillaume Desmottes @@ -8144,8 +8251,8 @@ libempathy/empathy-connection-aggregator.c | 72 ---------------------------- - libempathy/empathy-connection-aggregator.h | 3 - - src/empathy-event-manager.c | 34 ++------------ + libempathy/empathy-connection-aggregator.h | 3 -- + src/empathy-event-manager.c | 34 ++----------- src/empathy.c | 1 - 4 files changed, 4 insertions(+), 106 deletions(-) @@ -8156,7 +8263,7 @@ remove trailing space libempathy/empathy-connection-aggregator.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f1a9c6deaa7f706df73cb4e1195647a2a27177c6 Author: Guillaume Desmottes @@ -8166,8 +8273,8 @@ libempathy/empathy-connection-aggregator.c | 72 ++++++++++++++++++++++++++++ - libempathy/empathy-connection-aggregator.h | 3 + - src/empathy-event-manager.c | 34 ++++++++++++-- + libempathy/empathy-connection-aggregator.h | 3 ++ + src/empathy-event-manager.c | 34 +++++++++++-- src/empathy.c | 1 + 4 files changed, 106 insertions(+), 4 deletions(-) @@ -8190,11 +8297,11 @@ https://bugzilla.gnome.org/show_bug.cgi?id=665121 libempathy/empathy-contact-list.c | 12 ----------- - libempathy/empathy-contact-list.h | 2 - + libempathy/empathy-contact-list.h | 2 -- libempathy/empathy-contact-manager.c | 37 ---------------------------------- - libempathy/empathy-tp-contact-list.c | 15 ------------- - 4 files changed, 0 insertions(+), 66 deletions(-) + libempathy/empathy-tp-contact-list.c | 15 -------------- + 4 files changed, 66 deletions(-) commit 4532530cec308a87223f46cd3724c1868849937f Author: Guillaume Desmottes @@ -8225,7 +8332,7 @@ libempathy/empathy-connection-aggregator.c | 28 ++++++++++++++++++++++++++++ libempathy/empathy-connection-aggregator.h | 3 +++ - 2 files changed, 31 insertions(+), 0 deletions(-) + 2 files changed, 31 insertions(+) commit 057fc319fd536f33353bf307e8124dc8fbdd9040 Author: Guillaume Desmottes @@ -8242,7 +8349,7 @@ libempathy/empathy-connection-aggregator.c | 190 ++++++++++++++++++++++++++++ libempathy/empathy-connection-aggregator.h | 66 ++++++++++ - 3 files changed, 258 insertions(+), 0 deletions(-) + 3 files changed, 258 insertions(+) commit 09a20a54f5b7384ab93388cb8642dcd8959daf98 Author: Guillaume Desmottes @@ -8257,7 +8364,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=664564 libempathy/empathy-tp-chat.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 9a353a3f7a9a0528161516c544c6375c53d5f3cc Author: Guillaume Desmottes @@ -8273,7 +8380,7 @@ libempathy-gtk/empathy-individual-menu.c | 1 + src/empathy-invite-participant-dialog.c | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 1cbe27fc9f7be998703fba83f573906d7da15912 Author: Guillaume Desmottes @@ -8285,7 +8392,7 @@ libempathy/empathy-contact-list.c | 12 ------------ libempathy/empathy-contact-list.h | 13 ------------- - 2 files changed, 0 insertions(+), 25 deletions(-) + 2 files changed, 25 deletions(-) commit b528f950eaf4283c54448d303c1acfbfd07d26a5 Author: Guillaume Desmottes @@ -8297,7 +8404,7 @@ libempathy/empathy-tp-contact-list.c | 119 ---------------------------------- - 1 files changed, 0 insertions(+), 119 deletions(-) + 1 file changed, 119 deletions(-) commit 79f856c788de8662f09cbfda08434a4081a1f593 Author: Guillaume Desmottes @@ -8309,7 +8416,7 @@ libempathy/empathy-contact-manager.c | 22 ---------------------- libempathy/empathy-contact-manager.h | 3 --- - 2 files changed, 0 insertions(+), 25 deletions(-) + 2 files changed, 25 deletions(-) commit fb2b5ea4bbbc4ac7a1a1353cb162ec2d4524eb17 Author: Guillaume Desmottes @@ -8321,7 +8428,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663328 libempathy-gtk/empathy-contact-menu.c | 19 ++++--------------- - 1 files changed, 4 insertions(+), 15 deletions(-) + 1 file changed, 4 insertions(+), 15 deletions(-) commit c92545819b005cd651f84108fda5cc99af275788 Author: Guillaume Desmottes @@ -8332,7 +8439,7 @@ We need it for the high level alias API. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b7469325b7c1b9fa6dd8fb7611f2d16060c53439 Author: Brian Pepple @@ -8341,7 +8448,7 @@ Use current fsf address (#664935) COPYING | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit faae0c5818cb5becc62cf6a9d941b0f98c06617a Author: Lucian Adrian Grijincu @@ -8351,7 +8458,7 @@ po/ro.po | 2817 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1779 insertions(+), 1038 deletions(-) + 1 file changed, 1779 insertions(+), 1038 deletions(-) commit 103c48ae3cd617ae7378e5efe09d71abb6c4a03a Author: Matej Urbančič @@ -8361,7 +8468,7 @@ po/sl.po | 1097 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 548 insertions(+), 549 deletions(-) + 1 file changed, 548 insertions(+), 549 deletions(-) commit 4c83647e251eef901c651549f20428440a961d07 Author: Daniel Mustieles @@ -8371,7 +8478,7 @@ po/es.po | 1035 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 513 insertions(+), 522 deletions(-) + 1 file changed, 513 insertions(+), 522 deletions(-) commit 70025f47f3087f7b5295c4a32648bef9806f7a36 Author: Guillaume Desmottes @@ -8388,7 +8495,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=664795 libempathy-gtk/empathy-theme-manager.c | 16 +++++++++++++--- - 1 files changed, 13 insertions(+), 3 deletions(-) + 1 file changed, 13 insertions(+), 3 deletions(-) commit 3aa77dd47ea6de9f281cbb401816532f83ad5764 Author: Yangtse Su @@ -8398,7 +8505,7 @@ po/zh_CN.po | 1595 ++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 868 insertions(+), 727 deletions(-) + 1 file changed, 868 insertions(+), 727 deletions(-) commit 2be6f5eedc02aec60e2afd747313728c2ccdacd7 Author: Piotr Drąg @@ -8407,7 +8514,7 @@ Updated POTFILES.in po/POTFILES.in | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 2bf21e175845e29bc1291f67b568a5ba16ba1e25 Author: Guillaume Desmottes @@ -8416,7 +8523,7 @@ remove unused variables libempathy-gtk/empathy-individual-store-manager.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 4f470e26bafd3d2717b20af5e8846c114a2785d7 Author: Guillaume Desmottes @@ -8436,7 +8543,7 @@ libempathy-gtk/empathy-contact-list-view.h | 87 -- libempathy-gtk/empathy-live-search.h | 2 - src/empathy-preferences.c | 1 - - 7 files changed, 0 insertions(+), 4117 deletions(-) + 7 files changed, 4117 deletions(-) commit 1c51f65b87f5b523e6fdc76b91402936e9599cff Author: Guillaume Desmottes @@ -8448,10 +8555,10 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663387 - tests/interactive/Makefile.am | 2 - + tests/interactive/Makefile.am | 2 -- tests/interactive/contact-manager.c | 43 ----------------------------------- - 2 files changed, 0 insertions(+), 45 deletions(-) + 2 files changed, 45 deletions(-) commit bcc23595d5522d4345148bdc1ae05ab016894be1 Author: Guillaume Desmottes @@ -8468,7 +8575,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663387 libempathy-gtk/empathy-chat.c | 36 ++++++++++++++++++++++-------------- - 1 files changed, 22 insertions(+), 14 deletions(-) + 1 file changed, 22 insertions(+), 14 deletions(-) commit 70ec5dfc46d6177c74139ad84e6a74f521e8b374 Author: Guillaume Desmottes @@ -8482,9 +8589,9 @@ libempathy-gtk/empathy-individual-store-channel.c | 11 ++++++++++ libempathy-gtk/empathy-individual-store-manager.c | 23 - ++++++++++++++++++-- - libempathy-gtk/empathy-individual-store.c | 13 ++++------- - libempathy-gtk/empathy-individual-store.h | 4 +-- + ++++++++++++++++++--- + libempathy-gtk/empathy-individual-store.c | 13 +++++------- + libempathy-gtk/empathy-individual-store.h | 4 +--- 4 files changed, 37 insertions(+), 14 deletions(-) commit f13e0c152b9de168c88f6ebde45c8e35e4df4934 @@ -8498,10 +8605,10 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663387 - libempathy-gtk/empathy-individual-store-manager.c | 7 +----- + libempathy-gtk/empathy-individual-store-manager.c | 7 +------ libempathy-gtk/empathy-individual-store.c | 22 - +++++++++++++++++--- - libempathy-gtk/empathy-individual-store.h | 4 ++- + +++++++++++++++++---- + libempathy-gtk/empathy-individual-store.h | 4 +++- 3 files changed, 22 insertions(+), 11 deletions(-) commit 2a03f6ffb41e22d712ed790cdb9aed4a823c1e81 @@ -8518,7 +8625,7 @@ libempathy-gtk/empathy-individual-store-channel.c | 330 +++++++++++++++++++++ libempathy-gtk/empathy-individual-store-channel.h | 65 ++++ - 3 files changed, 397 insertions(+), 0 deletions(-) + 3 files changed, 397 insertions(+) commit cbeb879c831699105fb6943e55caa8bcf72f8eaf Author: Guillaume Desmottes @@ -8544,10 +8651,10 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663387 - libempathy-gtk/empathy-contact-chooser.c | 23 ++------------------ + libempathy-gtk/empathy-contact-chooser.c | 23 +++------------------ libempathy/empathy-utils.c | 32 ++++++++++++++++++++++++++++++ - libempathy/empathy-utils.h | 3 ++ + libempathy/empathy-utils.h | 3 +++ 3 files changed, 38 insertions(+), 20 deletions(-) commit edf88058847eb77f8ecc1e5b37fa76e7db9f7ad3 @@ -8568,7 +8675,7 @@ libempathy-gtk/empathy-individual-store-manager.c | 319 +++++++++++++++++++++ libempathy-gtk/empathy-individual-store-manager.h | 67 +++++ - libempathy-gtk/empathy-individual-store.c | 171 +----------- + libempathy-gtk/empathy-individual-store.c | 171 +---------- libempathy-gtk/empathy-individual-store.h | 10 +- src/empathy-main-window.c | 5 +- 8 files changed, 403 insertions(+), 179 deletions(-) @@ -8598,9 +8705,9 @@ libempathy/empathy-auth-factory.c | 60 +++++++++++++++++++++++++++++++++++++ - libempathy/empathy-auth-factory.h | 4 ++ + libempathy/empathy-auth-factory.h | 4 +++ src/empathy-auth-client.c | 36 ++++++++++++++++++++++ - 3 files changed, 100 insertions(+), 0 deletions(-) + 3 files changed, 100 insertions(+) commit 7f75f25ac7e93e198e23421298b619e6b92992da Author: Guillaume Desmottes @@ -8615,7 +8722,7 @@ ++++++++++++++++++++++++++ libempathy-gtk/empathy-bad-password-dialog.h | 68 +++++++++ po/POTFILES.in | 1 + - 4 files changed, 263 insertions(+), 0 deletions(-) + 4 files changed, 263 insertions(+) commit e981a1084ec54ecff03ab234a666ce3742f163ae Author: Guillaume Desmottes @@ -8626,7 +8733,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661640 libempathy/empathy-auth-factory.c | 25 +++++++++++++++++++++++++ - 1 files changed, 25 insertions(+), 0 deletions(-) + 1 file changed, 25 insertions(+) commit e2df01bf85d384986dce8102c3b6bd704ea6d318 Author: Guillaume Desmottes @@ -8637,7 +8744,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661640 libempathy/empathy-server-sasl-handler.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit 80ff6670675cdfa087c92901d8d96c16f40c5613 Author: Guillaume Desmottes @@ -8684,7 +8791,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=664459 src/empathy-call-window.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit d15f750dcfb31415cb6d8d39122593863e7fcd37 Author: Guillaume Desmottes @@ -8714,7 +8821,7 @@ src/empathy-audio-sink.c | 4 ++++ src/empathy-audio-src.c | 3 +++ - 2 files changed, 7 insertions(+), 0 deletions(-) + 2 files changed, 7 insertions(+) commit 0323eff320bc2152ac45b2675fc7e80b2a354f85 Author: Guillaume Desmottes @@ -8723,7 +8830,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 29d03647fd6aaafd9beb07d92c3be98dcd81281b Author: Guillaume Desmottes @@ -8736,7 +8843,7 @@ to use it break "make distcheck". m4/gsettings.m4 | 37 ++++++++++++++++++++++++++----------- - 1 files changed, 26 insertions(+), 11 deletions(-) + 1 file changed, 26 insertions(+), 11 deletions(-) commit 853d03fa1a85ba243b6540f2c224dee2ec57a8f8 Author: Guillaume Desmottes @@ -8759,7 +8866,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=664313 src/empathy-call-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit d62de5ec41b47c695b8a5fabba27576cd640837b Author: Guillaume Desmottes @@ -8780,27 +8887,27 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662903 - libempathy-gtk/empathy-account-widget.c | 6 +++- - libempathy-gtk/empathy-chat.c | 4 +- + libempathy-gtk/empathy-account-widget.c | 6 ++++-- + libempathy-gtk/empathy-chat.c | 4 ++-- libempathy-gtk/empathy-contact-dialogs.c | 2 +- - libempathy-gtk/empathy-contact-search-dialog.c | 6 ++-- + libempathy-gtk/empathy-contact-search-dialog.c | 6 +++--- libempathy-gtk/empathy-contact-widget.c | 2 +- libempathy-gtk/empathy-dialpad-widget.c | 2 +- - libempathy-gtk/empathy-groups-widget.c | 4 +- - libempathy-gtk/empathy-individual-linker.c | 6 ++-- - libempathy-gtk/empathy-individual-widget.c | 4 +- - libempathy-gtk/empathy-log-window.c | 6 ++-- + libempathy-gtk/empathy-groups-widget.c | 4 ++-- + libempathy-gtk/empathy-individual-linker.c | 6 +++--- + libempathy-gtk/empathy-individual-widget.c | 4 ++-- + libempathy-gtk/empathy-log-window.c | 6 +++--- libempathy-gtk/empathy-theme-boxes.c | 2 +- src/empathy-account-assistant.c | 27 - ++++++++++++----------- - src/empathy-call-window.c | 7 +++-- - src/empathy-chat-window.c | 4 +- + ++++++++++++------------ + src/empathy-call-window.c | 7 +++--- + src/empathy-chat-window.c | 4 ++-- src/empathy-debug-window.c | 2 +- - src/empathy-import-dialog.c | 4 +- + src/empathy-import-dialog.c | 4 ++-- src/empathy-main-window.c | 2 +- src/empathy-streamed-media-window.c | 25 - ++++++++++++--------- - src/ev-sidebar.c | 8 +++--- + ++++++++++++---------- + src/ev-sidebar.c | 8 +++---- 19 files changed, 65 insertions(+), 58 deletions(-) commit bd43c34901fbcc8202c3e96246fe77a31a4154db @@ -8812,7 +8919,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662903 libempathy-gtk/empathy-individual-linker.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 211f86a65565eaf3c3f0a9159dffe191298c0ff6 Author: Guillaume Desmottes @@ -8823,7 +8930,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662903 libempathy-gtk/empathy-individual-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8b6c87f1b7da9c0ba239bf3892aec9875a39fd77 Author: Algimantas Margevičius @@ -8833,7 +8940,7 @@ po/lt.po | 1376 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 713 insertions(+), 663 deletions(-) + 1 file changed, 713 insertions(+), 663 deletions(-) commit 746867abcdff470efb15c37582c7a41fc01eae24 Author: Sjoerd Simons @@ -8842,7 +8949,7 @@ Bump telepathy-farstream requirement configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e156b00ebf846c5e3ed8b5bdee693a9740c9faba Author: Sjoerd Simons @@ -8852,7 +8959,7 @@ src/empathy-audio-sink.c | 42 ++++++++++++++++++++++++++++++------------ - 1 files changed, 30 insertions(+), 12 deletions(-) + 1 file changed, 30 insertions(+), 12 deletions(-) commit be42e8d30bedc020f96bbe719ac3c6620aa59b7e Author: Sjoerd Simons @@ -8870,8 +8977,8 @@ pipeline when needed though. src/empathy-call-window.c | 84 - +++++++++++++++++++++++++++----------------- - 1 files changed, 51 insertions(+), 33 deletions(-) + +++++++++++++++++++++++++++------------------ + 1 file changed, 51 insertions(+), 33 deletions(-) commit 11c9648caf1056dbedf8670ee680ab90d699bb3c Author: Sjoerd Simons @@ -8880,7 +8987,7 @@ Bind the volume button to the volume of the output src/empathy-call-window.c | 25 +++++++------------------ - 1 files changed, 7 insertions(+), 18 deletions(-) + 1 file changed, 7 insertions(+), 18 deletions(-) commit 080e87039579a2e2155d3ee56c59f57873cd02b6 Author: Sjoerd Simons @@ -8890,7 +8997,7 @@ src/empathy-call-window.c | 43 +++++-------------------------------------- - 1 files changed, 5 insertions(+), 38 deletions(-) + 1 file changed, 5 insertions(+), 38 deletions(-) commit ad8497cb0edb8e6801e277cecf43b0c2129e6c41 Author: Sjoerd Simons @@ -8909,13 +9016,13 @@ the gnome-control-center sound panel, which is pretty nice for inputs and saves its volume on pulse for us to re-use :) - data/org.gnome.Empathy.gschema.xml.in | 6 -- + data/org.gnome.Empathy.gschema.xml.in | 6 --- libempathy/empathy-gsettings.h | 1 - src/empathy-call-window.c | 48 ------------------- src/empathy-preferences.c | 30 ------------ src/empathy-preferences.ui | 82 --------------------------------- - 5 files changed, 0 insertions(+), 167 deletions(-) + 5 files changed, 167 deletions(-) commit 94f5ae453c43090c86913e1589d3ffb3873c50e6 Author: Sjoerd Simons @@ -8924,8 +9031,8 @@ Add mute support to the audio source src/empathy-audio-src.c | 87 - ++++++++++++++++++++++++++++++++++++++-------- - 1 files changed, 72 insertions(+), 15 deletions(-) + +++++++++++++++++++++++++++++++++++++++-------- + 1 file changed, 72 insertions(+), 15 deletions(-) commit 0cdf4ddeb2d49377d99077afa574962a622035a4 Author: Sjoerd Simons @@ -8934,7 +9041,7 @@ Implement Audiocontrol for the output volume src/empathy-call-window.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit e40052870d5566ccc48109ef3f8202c889a06eab Author: Sjoerd Simons @@ -8945,7 +9052,7 @@ src/empathy-audio-sink.c | 131 ++++++++++++++++++++++++++++++++-------------- - 1 files changed, 92 insertions(+), 39 deletions(-) + 1 file changed, 92 insertions(+), 39 deletions(-) commit d4461277da015bdf03e7fdb82b8973d3022c0e59 Author: Sjoerd Simons @@ -8955,7 +9062,7 @@ src/empathy-call-window.c | 50 +++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 50 insertions(+), 0 deletions(-) + 1 file changed, 50 insertions(+) commit 3db517442865a03c1d303774c9a36fda1d8ea51d Author: Sjoerd Simons @@ -8973,7 +9080,7 @@ src/empathy-audio-src.c | 218 ++++++++++++++++++++++++++++++++++++++--------- - 1 files changed, 179 insertions(+), 39 deletions(-) + 1 file changed, 179 insertions(+), 39 deletions(-) commit 5bb2c1c62a06e682ab48d530cae5f9614a90a75e Author: Xavier Claessens @@ -9032,7 +9139,7 @@ Add coding style check for g_hash_table_destroy and g_array_free usage tools/check-c-style.sh | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 20772a7c205e54e4b5f28d14e279691459efaf1a Author: Guillaume Desmottes @@ -9048,7 +9155,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663763 libempathy-gtk/empathy-individual-view.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 9882c0f0f7d25d6bc6d6490df427c9ee6acc7f08 Author: Guillaume Desmottes @@ -9062,7 +9169,7 @@ libempathy-gtk/empathy-individual-view.c | 96 ++++++++++++++++++++++-------- - libempathy-gtk/empathy-individual-view.h | 4 + + libempathy-gtk/empathy-individual-view.h | 4 ++ 2 files changed, 76 insertions(+), 24 deletions(-) commit 0366e5107bab62b34028d650242f44b1d4559382 @@ -9076,7 +9183,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663763 libempathy-gtk/empathy-individual-widget.c | 22 ++++++++++++++++++++++ - 1 files changed, 22 insertions(+), 0 deletions(-) + 1 file changed, 22 insertions(+) commit caae76cdabb9939989d196cef7f367dcb26c8d44 Author: Guillaume Desmottes @@ -9108,7 +9215,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663763 libempathy-gtk/empathy-individual-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d722834868ac8a38a0fd08723d2d1274f660650a Author: Thura Hlaing @@ -9119,7 +9226,7 @@ po/LINGUAS | 1 + po/my.po | 3764 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 3765 insertions(+), 0 deletions(-) + 2 files changed, 3765 insertions(+) commit 35b78547264e756030ae905aac30f03ce1e96cf9 Author: Guillaume Desmottes @@ -9130,7 +9237,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663873 libempathy-gtk/empathy-log-window.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 4b81e8ff10c3973388cd022e243237cd32262b23 Author: Guillaume Desmottes @@ -9143,7 +9250,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663873 libempathy-gtk/empathy-log-window.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit d75899267ec482020f564117f34ca1e8f2965711 Author: Guillaume Desmottes @@ -9154,7 +9261,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663873 libempathy-gtk/empathy-log-window.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 45da1ad2170f19eecb8abe6e55ae1be851ddfb18 Author: Guillaume Desmottes @@ -9167,7 +9274,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663873 libempathy-gtk/empathy-log-window.c | 27 +++++++++++++++++++++++---- - 1 files changed, 23 insertions(+), 4 deletions(-) + 1 file changed, 23 insertions(+), 4 deletions(-) commit 09e6bf30a2b213e30fcf7c33c316f69dd5fd64f4 Author: Guillaume Desmottes @@ -9180,7 +9287,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663873 tests/interactive/empathy-logs.c | 24 +++++++++++++++++++++--- - 1 files changed, 21 insertions(+), 3 deletions(-) + 1 file changed, 21 insertions(+), 3 deletions(-) commit a12ee9fcdd35a1482b07da932b3af71a7f7d495c Author: Guillaume Desmottes @@ -9191,7 +9298,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663873 tests/interactive/empathy-logs.c | 32 +++++++++++++++----------------- - 1 files changed, 15 insertions(+), 17 deletions(-) + 1 file changed, 15 insertions(+), 17 deletions(-) commit ed8e51644481f3f9c2fb9059812bee49eabc423a Author: Guillaume Desmottes @@ -9217,7 +9324,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663763 src/empathy-main-window.c | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit bd386d11c3080878821aae39e6f3f1c0b9db5222 Author: Guillaume Desmottes @@ -9231,7 +9338,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663763 libempathy-gtk/empathy-individual-store.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c85a4569ce7fed093a214efd7f96ee78b7a2fd18 Author: Guillaume Desmottes @@ -9244,7 +9351,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663763 libempathy-gtk/empathy-individual-view.c | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit 8a831cca81b2411227ded99eddeab7bc6b1823ac Author: Guillaume Desmottes @@ -9271,7 +9378,7 @@ libempathy-gtk/empathy-individual-widget.c | 36 +++++++++++++++++----------- - 1 files changed, 22 insertions(+), 14 deletions(-) + 1 file changed, 22 insertions(+), 14 deletions(-) commit e6e284c7dbcc97c007091b937837c94c47876922 Author: Guillaume Desmottes @@ -9282,7 +9389,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663763 libempathy-gtk/empathy-individual-widget.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 54ff7731cdcdcad0e824c3b71fc8d1b427f26f72 Author: Cheng-Chia Tseng @@ -9304,7 +9411,7 @@ po/et.po | 883 ++++++++++++++++++++++++++++++++++++++++++++++++++------------ - 1 files changed, 715 insertions(+), 168 deletions(-) + 1 file changed, 715 insertions(+), 168 deletions(-) commit 92e94e644937590a6832f1321b1ce285cae38f86 Author: Sjoerd Simons @@ -9390,7 +9497,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662903 libempathy-gtk/empathy-chat-text-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9b50f0ae49e9c99995ed5289eab656aede142c6b Author: Guillaume Desmottes @@ -9401,7 +9508,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663563 libempathy-gtk/empathy-ui-utils.c | 24 ++++++++++++++++++++++++ - 1 files changed, 24 insertions(+), 0 deletions(-) + 1 file changed, 24 insertions(+) commit 82b0f4038f7c257253962080270e5625dd5de152 Author: Jonny Lamb @@ -9418,7 +9525,7 @@ ------------------------------------------ libempathy/empathy-tp-file.h | 127 ------ po/POTFILES.in | 1 - - 4 files changed, 0 insertions(+), 1023 deletions(-) + 4 files changed, 1023 deletions(-) commit 9635473089accaa52a98242964cda0580a7f820d Author: Jonny Lamb @@ -9449,7 +9556,7 @@ libempathy/empathy-ft-factory.c | 2 +- libempathy/empathy-ft-handler.c | 244 ++++++++++++++++++++++++++------------- - libempathy/empathy-ft-handler.h | 17 +++- + libempathy/empathy-ft-handler.h | 17 ++- 3 files changed, 179 insertions(+), 84 deletions(-) commit e525496e170ba7a215c335533e56fbcbe5bbdcc1 @@ -9465,7 +9572,7 @@ Signed-off-by: Jonny Lamb libempathy/Makefile.am | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit cec65054ff56209c3e660817830b7586b56a16d0 Author: Arun Raghavan @@ -9484,7 +9591,7 @@ carried around and thus improving performance a bit. src/empathy-audio-src.c | 20 +++++++++++++++++++- - 1 files changed, 19 insertions(+), 1 deletions(-) + 1 file changed, 19 insertions(+), 1 deletion(-) commit e5f60e1e139a55250004a3683dd7edd780b43a54 Author: Guillaume Desmottes @@ -9494,7 +9601,7 @@ EmpathyContactManager libempathy-gtk/empathy-contact-menu.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit e3a41a931f6d71d7b809326b0e8fde8f3d9a3c9a Merge: 704b05c 44b063e @@ -9512,7 +9619,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663327 libempathy-gtk/empathy-contact-list-view.c | 6 +----- - 1 files changed, 1 insertions(+), 5 deletions(-) + 1 file changed, 1 insertion(+), 5 deletions(-) commit 7457b90af7b993bb34b40abf0cc2e3f605a4efa4 Author: Guillaume Desmottes @@ -9523,7 +9630,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663327 src/empathy-notifications-approver.c | 17 ++--------------- - 1 files changed, 2 insertions(+), 15 deletions(-) + 1 file changed, 2 insertions(+), 15 deletions(-) commit 6104a6ca517210e89d441a44ed720168591c0a4e Author: Guillaume Desmottes @@ -9534,8 +9641,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663327 libempathy-gtk/empathy-contact-dialogs.c | 31 - +++++------------------------ - 1 files changed, 6 insertions(+), 25 deletions(-) + ++++++------------------------ + 1 file changed, 6 insertions(+), 25 deletions(-) commit e1cf171b3d8b349c1f92773130c94337076ca30b Author: Guillaume Desmottes @@ -9547,7 +9654,7 @@ libempathy/empathy-contact.c | 12 ++++++++++++ libempathy/empathy-contact.h | 2 ++ - 2 files changed, 14 insertions(+), 0 deletions(-) + 2 files changed, 14 insertions(+) commit a8133af0231b5b7000f6f671215f841d68fb6bb4 Author: Guillaume Desmottes @@ -9558,7 +9665,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663327 libempathy-gtk/empathy-contact-search-dialog.c | 14 ++++---------- - 1 files changed, 4 insertions(+), 10 deletions(-) + 1 file changed, 4 insertions(+), 10 deletions(-) commit b018a119c5a7f43eb5a407ed34d90681673c3f78 Author: Guillaume Desmottes @@ -9571,7 +9678,7 @@ libempathy/empathy-contact.c | 38 ++++++++++++++++++++++++++++++++++++++ libempathy/empathy-contact.h | 3 +++ - 2 files changed, 41 insertions(+), 0 deletions(-) + 2 files changed, 41 insertions(+) commit 63ec3726a865e5ae6b5ed5cdbcee290a3415f707 Author: Guillaume Desmottes @@ -9582,7 +9689,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=663327 libempathy/empathy-client-factory.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit a7429bd7acc0359d327c8d0f8042dd536dfc1df2 Author: Guillaume Desmottes @@ -9593,7 +9700,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661805 libempathy/empathy-contact-list.c | 24 ------- - libempathy/empathy-contact-list.h | 18 +----- + libempathy/empathy-contact-list.h | 18 +---- libempathy/empathy-contact-manager.c | 43 ------------ libempathy/empathy-tp-contact-list.c | 119 ++-------------------------------- @@ -9608,7 +9715,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661805 libempathy-gtk/empathy-individual-dialogs.c | 13 +++++-------- - 1 files changed, 5 insertions(+), 8 deletions(-) + 1 file changed, 5 insertions(+), 8 deletions(-) commit c627b58b275f7b018ddcf4ea59509207a72f3a2e Author: Guillaume Desmottes @@ -9619,8 +9726,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661805 libempathy/empathy-individual-manager.c | 42 - +++++++++++------------------- - 1 files changed, 16 insertions(+), 26 deletions(-) + ++++++++++++------------------- + 1 file changed, 16 insertions(+), 26 deletions(-) commit 2c38acc1cf8810730975e61873191223cf840ae4 Author: Guillaume Desmottes @@ -9631,8 +9738,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661805 libempathy-gtk/empathy-contact-dialogs.c | 33 - ++++++++++++----------------- - 1 files changed, 14 insertions(+), 19 deletions(-) + +++++++++++++----------------- + 1 file changed, 14 insertions(+), 19 deletions(-) commit 60c5906232a73b8911eac873fa208b681e0b7999 Author: Guillaume Desmottes @@ -9644,7 +9751,7 @@ libempathy-gtk/empathy-contact-menu.c | 30 ++++++++++++++---------------- - 1 files changed, 14 insertions(+), 16 deletions(-) + 1 file changed, 14 insertions(+), 16 deletions(-) commit 6573920f71ab5d40d27e4fb9b68f11fb0271c7b6 Author: Guillaume Desmottes @@ -9672,7 +9779,7 @@ We need it for high level blocking API. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d72e5a01c8bef2bbc3997de259d783ef8d92be4a Author: Guillaume Desmottes @@ -9683,7 +9790,7 @@ We weren't using the persona we just created for some reason. libempathy-gtk/empathy-contact-chooser.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit 64a173ce325b9ba30079ce5b9f3bbe1615302ecb Author: Danielle Madeley @@ -9694,7 +9801,7 @@ These are now handled for us by Farsight. Hooray for Farsight. configure.ac | 2 +- - data/Makefile.am | 6 --- + data/Makefile.am | 6 ---- data/codec-preferences | 50 ---------------------------- data/element-properties | 59 ---------------------------------- @@ -9717,7 +9824,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=663567 src/empathy-accounts-dialog.c | 19 ++++++++++++------- - 1 files changed, 12 insertions(+), 7 deletions(-) + 1 file changed, 12 insertions(+), 7 deletions(-) commit 945df143a94c9c64c925591e09e6dd28c43408ff Author: Sjoerd Simons @@ -9726,7 +9833,7 @@ call: Fix GstCaps leak src/empathy-video-src.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 4d72a7a6977aadd395f5c96977ab0a1db303cb46 Author: Sjoerd Simons @@ -9735,7 +9842,7 @@ Call: Cope with not having the Channel direclty after startin a call src/empathy-call-window.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit 55ab1d4f324ad5e1befa2fe2147f36b9c47aacc1 Author: Sjoerd Simons @@ -9747,7 +9854,7 @@ instead. Does require (currently unreleased) gst-plugins-base 0.10.36 src/empathy-video-src.c | 42 ++++++++++++++++++++---------------------- - 1 files changed, 20 insertions(+), 22 deletions(-) + 1 file changed, 20 insertions(+), 22 deletions(-) commit 7577ba45e2046a19caac1b360901669d12e0f3d1 Author: Sjoerd Simons @@ -9761,7 +9868,7 @@ yank it from the bin and re-insert it (which will reset the values) src/empathy-video-src.c | 23 ++++++++++++++++------- - 1 files changed, 16 insertions(+), 7 deletions(-) + 1 file changed, 16 insertions(+), 7 deletions(-) commit ab7098222f1b01f87956331ae7c1e095fbf1c9a5 Author: Sjoerd Simons @@ -9770,7 +9877,7 @@ Drop EOS from the src src/empathy-video-src.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit b0438bff889500c7e9704233124fca7c572a7876 Author: Sjoerd Simons @@ -9779,7 +9886,7 @@ Don't go asynchronously to paused src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ae85ed785b30347012be35042da0b37714d13e04 Author: Nicolas Dufresne @@ -9788,7 +9895,7 @@ Ignore dynamic framerate if videomaxrate is missing src/empathy-video-src.c | 23 ++++++++++++++++------- - 1 files changed, 16 insertions(+), 7 deletions(-) + 1 file changed, 16 insertions(+), 7 deletions(-) commit 32aef7685fde0d06b37e381323dd172d41664c75 Author: Nicolas Dufresne @@ -9804,7 +9911,7 @@ default to a "as fast as possible" mode. src/empathy-video-src.c | 10 ++++------ - 1 files changed, 4 insertions(+), 6 deletions(-) + 1 file changed, 4 insertions(+), 6 deletions(-) commit 6fd0f2618c54d9300cd633c954b69f1d3d6e4197 Author: Nicolas Dufresne @@ -9817,7 +9924,7 @@ a clock after going to NULL state while changing resolution. src/empathy-video-src.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 21a7183c58bf6ca3bb9b207b400de91a42d5bcd0 Author: Nicolas Dufresne @@ -9826,7 +9933,7 @@ Change element state sink to source src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f0f72ca31e1500e7e57d15b817ca0cecf2c9d060 Author: Nicolas Dufresne @@ -9838,7 +9945,7 @@ gst_x_overlay_set_window_handle(). src/empathy-video-widget.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit d41e4f40e98cca99005a344a738e0468ae3b84bf Author: Nicolas Dufresne @@ -9847,7 +9954,7 @@ Hook resolution change support src/empathy-call-window.c | 34 ++++++++++++++++++++++++++++++++++ - 1 files changed, 34 insertions(+), 0 deletions(-) + 1 file changed, 34 insertions(+) commit d341cb5a4ce8555233e879febe765b1d8d6accd8 Author: Nicolas Dufresne @@ -9856,7 +9963,7 @@ Let set_send_video do it's job src/empathy-call-window.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 8d228611ffed55ab8b4c561a1789296259a342fc Author: Nicolas Dufresne @@ -9865,7 +9972,7 @@ Check and create video_preview outside camera control src/empathy-call-window.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 8b9fd6cc4b679d81e5d4ec962dd148c264017881 Author: Nicolas Dufresne @@ -9875,8 +9982,8 @@ src/empathy-video-src.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++ - src/empathy-video-src.h | 6 +++++ - 2 files changed, 58 insertions(+), 0 deletions(-) + src/empathy-video-src.h | 6 ++++++ + 2 files changed, 58 insertions(+) commit dd3a57dfb3466de4207ed5233db504ad20ef54e6 Author: Nicolas Dufresne @@ -9886,7 +9993,7 @@ src/empathy-call-handler.c | 67 ++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 67 insertions(+), 0 deletions(-) + 1 file changed, 67 insertions(+) commit af1731d30620e7bd4aaa098af02adc3c71cb30f9 Author: Danielle Madeley @@ -9899,7 +10006,7 @@ FALSE without setting @error. Would then segv on error->message. libempathy-gtk/empathy-ui-utils.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 7c0dff773920a0796e079d5c79165a12fc7e8ddd Author: Danielle Madeley @@ -9915,7 +10022,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=663442 - configure.ac | 7 +++- + configure.ac | 7 +++-- libempathy/Makefile.am | 59 +++++++++++++++++++++++-------------- libempathy/empathy-auth-factory.c | 18 ++++++++++- @@ -9928,7 +10035,7 @@ Add missing AC_MSG_RESULT configure.ac | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit fde5e42fdf37be620bcb5c62ae0755123f08dabc Merge: dbcdfed c51087c @@ -9945,7 +10052,7 @@ po/gl.po | 652 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 347 insertions(+), 305 deletions(-) + 1 file changed, 347 insertions(+), 305 deletions(-) commit d3e575fd305487eb8a15a66941651325904ba90b Author: Xavier Claessens @@ -9958,13 +10065,13 @@ Fixes bug #661068 and #652544 configure.ac | 6 + - goa-mc-plugin/mcp-account-manager-goa.c | 28 ++- + goa-mc-plugin/mcp-account-manager-goa.c | 28 +- libempathy/Makefile.am | 2 + libempathy/empathy-auth-factory.c | 98 +++++-- libempathy/empathy-goa-auth-handler.c | 436 +++++++++++++++++++++++++++++++ libempathy/empathy-goa-auth-handler.h | 72 +++++ - libempathy/empathy-utils.c | 15 + + libempathy/empathy-utils.c | 15 ++ libempathy/empathy-utils.h | 3 + 8 files changed, 631 insertions(+), 29 deletions(-) @@ -9978,7 +10085,7 @@ remove_jid_suffix(). libempathy-gtk/empathy-account-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b9aad8c8792dfb03975feaec31bdc90d5157a9d2 Author: Xavier Claessens @@ -10003,7 +10110,7 @@ Buttons should all be the same size. libempathy-gtk/empathy-dialpad-widget.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit b39f8ef08e064d4d61e0720afad4c534c07a7dc8 Author: Danielle Madeley @@ -10016,7 +10123,7 @@ required a gtk_widget_show_all() to show up. Unexpected :( libempathy-gtk/empathy-dialpad-widget.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 84d946f81001605bc6608e8a0ad5a19eaa88136c Author: Colin Walters @@ -10028,7 +10135,7 @@ Gcr correctly treats these as unsigned. libempathy/empathy-tls-verifier.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3e8b4d35580674c0271de8f12278625de963c9f6 Author: Xavier Claessens @@ -10037,7 +10144,7 @@ Fix set-but-not-used build warning libempathy-gtk/empathy-log-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 40dc4074eeecb15c82d9eacb3fcd54cff7162440 Author: Guillaume Desmottes @@ -10082,7 +10189,7 @@ libempathy-gtk/empathy-contact-blocking-dialog.c | 36 +++++++++++++--------- - 1 files changed, 21 insertions(+), 15 deletions(-) + 1 file changed, 21 insertions(+), 15 deletions(-) commit 310545726194fdcb967e9edbe83cbd9af5cfd601 Author: Muhammet Kara @@ -10092,7 +10199,7 @@ po/tr.po | 544 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 288 insertions(+), 256 deletions(-) + 1 file changed, 288 insertions(+), 256 deletions(-) commit ad377871995ca45fc5c10b12e753200d25f8beb3 Author: Guillaume Desmottes @@ -10103,8 +10210,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662903 src/empathy-main-window.c | 60 - +++++++++++++++++--------------------------- - 1 files changed, 23 insertions(+), 37 deletions(-) + +++++++++++++++++---------------------------- + 1 file changed, 23 insertions(+), 37 deletions(-) commit 006f4b813d176e487e0f720424a6274ad7d726ee Author: Guillaume Desmottes @@ -10115,7 +10222,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662903 libempathy-gtk/empathy-individual-widget.c | 22 +++++++++++----------- - 1 files changed, 11 insertions(+), 11 deletions(-) + 1 file changed, 11 insertions(+), 11 deletions(-) commit 2607985f6fb66e14d23d2b87eeba1b225ea3fae9 Author: Guillaume Desmottes @@ -10126,7 +10233,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662903 libempathy-gtk/empathy-dialpad-widget.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 96144defe29269f9eec1d487effebc1a9ca50f52 Author: Guillaume Desmottes @@ -10138,7 +10245,7 @@ libempathy-gtk/empathy-contact-widget.c | 98 ++++++++++++++++-------------- - libempathy-gtk/empathy-contact-widget.ui | 40 ++----------- + libempathy-gtk/empathy-contact-widget.ui | 40 ++---------- 2 files changed, 57 insertions(+), 81 deletions(-) commit b26b85d3bddf2afd23b621a817cd5041c5e2ef17 @@ -10155,15 +10262,15 @@ libempathy-gtk/empathy-account-widget-icq.ui | 44 +------- libempathy-gtk/empathy-account-widget-irc.ui | 43 +------- libempathy-gtk/empathy-account-widget-jabber.ui | 49 ++------- - .../empathy-account-widget-local-xmpp.ui | 46 ++------- + .../empathy-account-widget-local-xmpp.ui | 46 ++------ libempathy-gtk/empathy-account-widget-msn.ui | 38 +------ - libempathy-gtk/empathy-account-widget-sip.c | 17 ++-- + libempathy-gtk/empathy-account-widget-sip.c | 17 +-- libempathy-gtk/empathy-account-widget-sip.h | 2 +- libempathy-gtk/empathy-account-widget-sip.ui | 111 - ++++--------------- - libempathy-gtk/empathy-account-widget-yahoo.ui | 51 +-------- + +++++--------------- + libempathy-gtk/empathy-account-widget-yahoo.ui | 51 ++------- libempathy-gtk/empathy-account-widget.c | 110 - +++++++++----------- + +++++++++---------- 13 files changed, 126 insertions(+), 483 deletions(-) commit 4131d7e70306766e91cefffb02524f2b667d86af @@ -10173,7 +10280,7 @@ Ignore generated files from pl doc help/.gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 7ca4a26a93558a1288cb7cb997ab7a891cd1eab4 Author: Michael Monreal @@ -10201,7 +10308,7 @@ coding style fix libempathy-gtk/empathy-account-chooser.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 004fc67145dcea8ea451ac94783d5b537afcae57 Author: Marek Černocký @@ -10211,7 +10318,7 @@ po/cs.po | 1080 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 578 insertions(+), 502 deletions(-) + 1 file changed, 578 insertions(+), 502 deletions(-) commit 853116e9ef7aa9a86190f25aa8de2b37d6e74533 Author: Aleksander Łukasiewicz @@ -10222,7 +10329,7 @@ help/Makefile.am | 2 +- help/pl/pl.po | 3457 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 3458 insertions(+), 1 deletions(-) + 2 files changed, 3458 insertions(+), 1 deletion(-) commit 8bb2b53dad076cbc9fc92ab11e11f1ba6fcbfd92 Author: Guillaume Desmottes @@ -10251,7 +10358,7 @@ libempathy-gtk/empathy-account-chooser.c | 29 ++++++++++++++++++----------- - 1 files changed, 18 insertions(+), 11 deletions(-) + 1 file changed, 18 insertions(+), 11 deletions(-) commit 5c4c3ec113984d8ae5a1f68513da64b0eb901841 Author: Guillaume Desmottes @@ -10262,7 +10369,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662843 src/empathy-invite-participant-dialog.c | 24 ++++++++++++++++++++++-- - 1 files changed, 22 insertions(+), 2 deletions(-) + 1 file changed, 22 insertions(+), 2 deletions(-) commit 9fb03deb660336545d874bc33e35669ce7f57c8d Author: Guillaume Desmottes @@ -10292,7 +10399,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662609 libempathy-gtk/empathy-account-chooser.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit a6d4518c76cf1c78bd954bb2488d6f01868dd337 Author: Guillaume Desmottes @@ -10303,7 +10410,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662609 libempathy-gtk/empathy-account-chooser.c | 16 +++++++++++++--- - 1 files changed, 13 insertions(+), 3 deletions(-) + 1 file changed, 13 insertions(+), 3 deletions(-) commit 14dba3ce7abd486f9f081a2000b9afe356e98a5f Author: Guillaume Desmottes @@ -10317,7 +10424,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662609 libempathy-gtk/empathy-account-chooser.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit bdecc6238a2bf3ffc94d522da466514b02014fda Author: Guillaume Desmottes @@ -10330,7 +10437,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662609 libempathy-gtk/empathy-log-window.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 75e36b52f5dbe565aba6fcaf201a8ed1f2557b02 Author: Guillaume Desmottes @@ -10353,8 +10460,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662609 libempathy-gtk/empathy-account-chooser.c | 54 - +++++++++++++++-------------- - libempathy-gtk/empathy-account-chooser.h | 6 ++- + ++++++++++++++++-------------- + libempathy-gtk/empathy-account-chooser.h | 6 ++-- 2 files changed, 32 insertions(+), 28 deletions(-) commit 40babd776c588ad4a2d8637d0c3bdd06933f3311 @@ -10368,7 +10475,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662609 libempathy-gtk/empathy-account-chooser.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 71ae7d49c29a34af419792c8d8c6fb2a9e6b42ba Author: Guillaume Desmottes @@ -10379,7 +10486,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662609 libempathy-gtk/empathy-account-chooser.c | 17 +++++------------ - 1 files changed, 5 insertions(+), 12 deletions(-) + 1 file changed, 5 insertions(+), 12 deletions(-) commit 41a3bfca1e22e54c3982f39c560144bc40ecb92f Author: Guillaume Desmottes @@ -10404,7 +10511,7 @@ libempathy-gtk/empathy-account-chooser.c | 265 +++++++++++++++--------------- - 1 files changed, 129 insertions(+), 136 deletions(-) + 1 file changed, 129 insertions(+), 136 deletions(-) commit 3c80977a6ebe49cff9ec249e475c7da3d4f938b6 Author: Guillaume Desmottes @@ -10416,7 +10523,7 @@ libempathy-gtk/empathy-account-chooser.c | 82 +++++++++++++----------------- - 1 files changed, 36 insertions(+), 46 deletions(-) + 1 file changed, 36 insertions(+), 46 deletions(-) commit f053dfe91cd004f01a20876c51db480b3b2970cd Author: Guillaume Desmottes @@ -10446,8 +10553,8 @@ accounts-dialog: fix infobar packing issues by porting to GtkGrid src/empathy-accounts-dialog.c | 51 - +++++++++++++--------------------------- - 1 files changed, 17 insertions(+), 34 deletions(-) + ++++++++++++++--------------------------- + 1 file changed, 17 insertions(+), 34 deletions(-) commit d58f6a2066522cad2028dba9b518a1d7fdfbbc34 Merge: 6678cb7 fcb0e76 @@ -10488,7 +10595,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662504 src/empathy-accounts.c | 28 ++++++---------------------- - 1 files changed, 6 insertions(+), 22 deletions(-) + 1 file changed, 6 insertions(+), 22 deletions(-) commit 08d8020862035a1d8f4e41a31b10dcde870d8b73 Author: Guillaume Desmottes @@ -10505,7 +10612,7 @@ src/empathy-accounts.c | 60 ++++++++++++++++++++++++------------------------ - 1 files changed, 30 insertions(+), 30 deletions(-) + 1 file changed, 30 insertions(+), 30 deletions(-) commit 2a1759c28d088b821fdf0ae7f86cac153fd9d46e Author: Guillaume Desmottes @@ -10517,7 +10624,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662504 src/empathy-debugger.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 60de5f653d7066698803e4d0a5df4417181abbc2 Author: Guillaume Desmottes @@ -10555,7 +10662,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=662727 libempathy-gtk/empathy-contact-chooser.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit 6f49a762afc95060f19dc7778b0b588d1e86754b Author: Matej Urbančič @@ -10564,8 +10671,8 @@ Updated Slovenian translation po/sl.po | 202 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 106 insertions(+), 96 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 106 insertions(+), 96 deletions(-) commit 1fca1d7a7c069284f60116f9370f902d28173ba9 Author: Gil Forcada @@ -10575,7 +10682,7 @@ help/ca/ca.po | 4077 +++++++++++++++++++++++++++++++++++++++++++-------------- - 1 files changed, 3084 insertions(+), 993 deletions(-) + 1 file changed, 3084 insertions(+), 993 deletions(-) commit f2bb34846e17803a2601f46be59a54ada0406bbc Author: Guillaume Desmottes @@ -10584,7 +10691,7 @@ We need to pass a description to AC_DEFINE configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ff6b2947443fef63519a945245c499dc2656bef6 Author: Guillaume Desmottes @@ -10597,7 +10704,7 @@ in 2.30 so we can already use it without bumping the dep. src/empathy-ft-manager.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit a1e899504c6e19c56c7cdc31186d65b96881b898 Author: Guillaume Desmottes @@ -10611,7 +10718,7 @@ 2.30. libempathy-gtk/empathy-live-search.c | 9 +-------- - 1 files changed, 1 insertions(+), 8 deletions(-) + 1 file changed, 1 insertion(+), 8 deletions(-) commit 5ccd14f47a13b5a0d00a48ec85b4c9dab6eb3bc9 Author: Guillaume Desmottes @@ -10620,7 +10727,7 @@ Disable GLib deprecation warnings for now configure.ac | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 957f3d330db1409d7fd00e283d28878cd2c791ef Author: Guillaume Desmottes @@ -10636,7 +10743,7 @@ src/empathy-call-window.c | 1 + src/empathy-streamed-media-window.c | 1 + src/empathy-video-widget.c | 1 + - 4 files changed, 4 insertions(+), 0 deletions(-) + 4 files changed, 4 insertions(+) commit 8f4879a519a39a0adcec4d98d586b151d25e053f Author: Guillaume Desmottes @@ -10649,7 +10756,7 @@ in 2.30 so we can already use it without bumping the dep. libempathy-gtk/empathy-ui-utils.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b23a0b7ee30e2847f0b317e2e7b61adcf545a322 Author: Jovanka Gulicoska @@ -10662,7 +10769,7 @@ Signed-off-by: Danielle Madeley libempathy-gtk/empathy-presence-chooser.c | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit 766f6b5254ab2a1aa78b311e6d0dd00eca7f7cc7 Author: Christian Kirbach @@ -10671,7 +10778,7 @@ Updated German translation po/de.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b7216cf826ec446a1cdd1e40c4591f872268d021 Author: Guillaume Desmottes @@ -10680,7 +10787,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5460947b87a37aee6adb5c489214ec095c914d44 Author: Guillaume Desmottes @@ -10690,7 +10797,7 @@ NEWS | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 6 ++-- + configure.ac | 6 ++--- 2 files changed, 81 insertions(+), 3 deletions(-) commit 15a4eec2f156c4f60398a9d842279203f475ed89 @@ -10700,7 +10807,7 @@ theme-adium: escape the name in actions as well libempathy-gtk/empathy-theme-adium.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 27831472d751867c3f2ff1f4f26087c75c65776b Author: Guillaume Desmottes @@ -10714,8 +10821,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662211 libempathy-gtk/empathy-contact-list-store.c | 43 - +++++++++++++++++++++++--- - 1 files changed, 38 insertions(+), 5 deletions(-) + +++++++++++++++++++++++---- + 1 file changed, 38 insertions(+), 5 deletions(-) commit d9c10ab6a37590b52b51a310bc1389c426fb7c77 Author: Guillaume Desmottes @@ -10726,7 +10833,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662211 libempathy-gtk/empathy-contact-list-store.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 802ca8adb59c1e78939d9807611c939d91299403 Author: Kjartan Maraas @@ -10736,7 +10843,7 @@ po/nb.po | 415 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 222 insertions(+), 193 deletions(-) + 1 file changed, 222 insertions(+), 193 deletions(-) commit f6d8e8b60b08d0d6bd56711cf9a392723b81e6e1 Author: Arash Mousavi @@ -10746,7 +10853,7 @@ po/fa.po | 559 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 295 insertions(+), 264 deletions(-) + 1 file changed, 295 insertions(+), 264 deletions(-) commit 42adb7d65b9861b8470a1e34c324fdb78c42b9db Author: Gil Forcada @@ -10755,7 +10862,7 @@ [l10n]Minor fixes to Catalan translation po/ca.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit f78764aff652fa8385defac9ad0884095a71d744 Author: Daniel Mustieles @@ -10765,7 +10872,7 @@ po/es.po | 443 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 242 insertions(+), 201 deletions(-) + 1 file changed, 242 insertions(+), 201 deletions(-) commit 2ed288c8a47c3ba31ace103fc9bc12c8d7437c09 Author: Paul Seyfert @@ -10775,7 +10882,7 @@ po/de.po | 1176 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 657 insertions(+), 519 deletions(-) + 1 file changed, 657 insertions(+), 519 deletions(-) commit 950220732db07192ae9521e0c63d46acbdbf4550 Author: Rudolfs Mazurs @@ -10784,7 +10891,7 @@ Updated Latvian translation. po/lv.po | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit cdcd43ddea65ce3153eb1b54e5bfea7976c4d326 Author: Yaron Shahrabani @@ -10794,7 +10901,7 @@ po/he.po | 1660 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 788 insertions(+), 872 deletions(-) + 1 file changed, 788 insertions(+), 872 deletions(-) commit 60a28f1712b841606b278cad8f3637b346063a79 Merge: 8977f50 bf6ec91 @@ -10811,7 +10918,7 @@ po/sl.po | 1165 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 636 insertions(+), 529 deletions(-) + 1 file changed, 636 insertions(+), 529 deletions(-) commit 80a72edd47d1f42a7428979f02776e1af45859cd Author: Piotr Drąg @@ -10820,7 +10927,7 @@ Updated POTFILES.in po/POTFILES.in | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit bf6ec911f61590159f94d424c1a0632c439623f9 Author: Danielle Madeley @@ -10829,7 +10936,7 @@ display_error: Put 'Close' button on the bottom/end src/empathy-call-window.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit a9dbf08ec7036c258cd040efa256740138951753 Author: Danielle Madeley @@ -10838,7 +10945,7 @@ Include dbus-reason in signal arguments src/empathy-call-handler.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 13f51b97e97fafb7199a26e7abc171c7a5c40c46 Author: Danielle Madeley @@ -10848,7 +10955,7 @@ factory src/empathy-call-window.c | 30 ++++++++++-------------------- - 1 files changed, 10 insertions(+), 20 deletions(-) + 1 file changed, 10 insertions(+), 20 deletions(-) commit 59f4a5e422744f5eda6f1143f297fdb579ecdf23 Author: Danielle Madeley @@ -10857,7 +10964,7 @@ Inline assignments are icky; free leaked string src/empathy-call-window.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 78f01f15a0d1106f4b063af5e71cd9207a2ffe79 Author: Danielle Madeley @@ -10866,7 +10973,7 @@ 'Get Credit' is called 'Top Up' in other parts of the UI src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cac6aa1626dcfe6c3503ee78c863f218c6a26551 Author: Emilio Pozuelo Monfort @@ -10888,7 +10995,7 @@ Add empathy-contactinfo-utils to POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 56c72cd7a01d0e52d32ba5a47967c8c6e7fde766 Author: Danielle Madeley @@ -10917,7 +11024,7 @@ of this branch. libempathy-gtk/empathy-contactinfo-utils.c | 74 - ++++++++++++++++++++++++--- + ++++++++++++++++++++++++---- libempathy-gtk/empathy-contactinfo-utils.h | 4 +- libempathy-gtk/empathy-individual-widget.c | 9 ++-- 3 files changed, 72 insertions(+), 15 deletions(-) @@ -10953,7 +11060,7 @@ libempathy-gtk/empathy-individual-widget.c | 81 ++++++---------------------- - 1 files changed, 17 insertions(+), 64 deletions(-) + 1 file changed, 17 insertions(+), 64 deletions(-) commit e6c2a6706880dad768b5a442d350e6c0d8e0f975 Author: Danielle Madeley @@ -10969,7 +11076,7 @@ libempathy/empathy-contactinfo-utils.c | 185 ++++++++++++++++++++++++++++++++ libempathy/empathy-contactinfo-utils.h | 41 +++++++ - 3 files changed, 228 insertions(+), 0 deletions(-) + 3 files changed, 228 insertions(+) commit d4b219993118e76fdf25a609839e1c334e26182f Merge: ebd34b4 e2bf0b6 @@ -10986,7 +11093,7 @@ po/be.po | 918 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 484 insertions(+), 434 deletions(-) + 1 file changed, 484 insertions(+), 434 deletions(-) commit e2bf0b6f26a6203288b550217a554651feb5c60b Author: Danielle Madeley @@ -11000,7 +11107,7 @@ re-selecting the first entry every time I type something. libempathy-gtk/empathy-contact-chooser.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 9cad8740eb8aec46bc896ccbf53bd8d23d632ac5 Author: Danielle Madeley @@ -11011,7 +11118,7 @@ libempathy-gtk/empathy-contact-chooser.c | 56 ++++++++++++++++++++++++++++++ - 1 files changed, 56 insertions(+), 0 deletions(-) + 1 file changed, 56 insertions(+) commit 1358b8ae4551e659e3a61a7d1dc41b768cab46ea Author: Danielle Madeley @@ -11023,7 +11130,7 @@ focused. libempathy-gtk/empathy-contact-chooser.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 0051618797445119ec3e8adf8d93da5197777403 Author: Gabor Kelemen @@ -11032,7 +11139,7 @@ Fix an article in the Hungarian help translation help/hu/hu.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cac463c56410465da586d911516dfaf5b7e0233d Author: Danielle Madeley @@ -11043,7 +11150,7 @@ The default action should be on the right. libempathy-gtk/empathy-new-message-dialog.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 5c00da64ec53ec3e29648ec366fab6199c922c82 Author: Danielle Madeley @@ -11070,7 +11177,7 @@ --------------------- libempathy-gtk/empathy-contact-selector-dialog.h | 96 ---- libempathy-gtk/empathy-contact-selector-dialog.ui | 52 -- - 4 files changed, 0 insertions(+), 751 deletions(-) + 4 files changed, 751 deletions(-) commit 969f127739465b0fc6477fa4b376b76a8d377974 Merge: 8e1dfe2 6a57263 @@ -11086,8 +11193,8 @@ Updated Norwegian bokmål translation po/nb.po | 94 - +++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 45 insertions(+), 49 deletions(-) + ++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 45 insertions(+), 49 deletions(-) commit 6a57263cdf33fd92ed5207d4f163c8851bb52822 Author: Danielle Madeley @@ -11099,7 +11206,7 @@ in first. libempathy-gtk/empathy-dialpad-widget.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c68091255ef12850aade51ce317292179515377f Author: Danielle Madeley @@ -11131,7 +11238,7 @@ po/tr.po | 488 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 289 insertions(+), 199 deletions(-) + 1 file changed, 289 insertions(+), 199 deletions(-) commit 739aca418457de752be13721218aaebc74bd9d36 Author: Guillaume Desmottes @@ -11144,7 +11251,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=662035 libempathy-gtk/empathy-theme-adium.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 4be40f870291191e95035cd08b8f0733c9af1828 Author: Guillaume Desmottes @@ -11153,7 +11260,7 @@ empathy_new_message_dialog_response: initialize contact libempathy-gtk/empathy-new-message-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit aee0cfd9ffca932edda7f0aff37b2493df378e7a Author: Guillaume Desmottes @@ -11162,7 +11269,7 @@ empathy_new_message_dialog_response: initialize individual libempathy-gtk/empathy-new-message-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8a061d3e03847ba3d1669c57bca531328db40e3b Author: Daniel Mustieles @@ -11172,7 +11279,7 @@ po/es.po | 299 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 153 insertions(+), 146 deletions(-) + 1 file changed, 153 insertions(+), 146 deletions(-) commit d895fd88a474e9b9643d908c43afcf7f8dd96a93 Author: Guillaume Desmottes @@ -11184,7 +11291,7 @@ libempathy-gtk/empathy-new-call-dialog.c | 60 ++++++++++++++---------------- - libempathy-gtk/empathy-new-call-dialog.h | 3 + + libempathy-gtk/empathy-new-call-dialog.h | 3 ++ 2 files changed, 31 insertions(+), 32 deletions(-) commit 7e68d5813cd87f22546081e77796acbb00e8e835 @@ -11235,7 +11342,7 @@ ++-------------------------- libempathy/empathy-utils.c | 58 +++++++++++++++++++++++++++++ - libempathy/empathy-utils.h | 5 ++ + libempathy/empathy-utils.h | 5 +++ 3 files changed, 67 insertions(+), 53 deletions(-) commit 5af3f211b66a1278c44ad6815224e00dd26b795a @@ -11247,7 +11354,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661981 libempathy-gtk/empathy-new-call-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 90c54d2cfa5ebab8343906cde98845e1186a42d3 Author: Guillaume Desmottes @@ -11259,7 +11366,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661993 src/empathy-invite-participant-dialog.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 061d4ab96a0ebde9665192c3712ca3928ff2c679 Author: Guillaume Desmottes @@ -11270,7 +11377,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661993 libempathy-gtk/empathy-contact-chooser.c | 19 +++++++++++++++++++ - 1 files changed, 19 insertions(+), 0 deletions(-) + 1 file changed, 19 insertions(+) commit 4444861d7999d6b1326e7f3b26637e9b9335950d Author: Guillaume Desmottes @@ -11286,7 +11393,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661993 libempathy-gtk/empathy-contact-chooser.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit f2c015b36e6676796cfd8b48f1022b1d94fa46bb Author: Guillaume Desmottes @@ -11298,7 +11405,7 @@ libempathy-gtk/empathy-individual-view.c | 17 +++++++++++++++++ libempathy-gtk/empathy-individual-view.h | 2 ++ - 2 files changed, 19 insertions(+), 0 deletions(-) + 2 files changed, 19 insertions(+) commit 3f68089b0c3a481fa56462efa86858a71d16c260 Author: Kjartan Maraas @@ -11308,7 +11415,7 @@ po/nb.po | 411 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 240 insertions(+), 171 deletions(-) + 1 file changed, 240 insertions(+), 171 deletions(-) commit 69ea02c9d39eafb6b99c54393053587cd925568d Author: Nguyễn Thái Ngọc Duy @@ -11317,8 +11424,8 @@ Updated Vietnamese translation po/vi.po | 78 - ++++++++++++++++++++++++++----------------------------------- - 1 files changed, 33 insertions(+), 45 deletions(-) + ++++++++++++++++++++++++++------------------------------------ + 1 file changed, 33 insertions(+), 45 deletions(-) commit db182e34418a015d0ac16d09a1db7b2df2dea15a Author: Nguyễn Thái Ngọc Duy @@ -11328,7 +11435,7 @@ po/vi.po | 1409 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 780 insertions(+), 629 deletions(-) + 1 file changed, 780 insertions(+), 629 deletions(-) commit 511e58ac791fc88d439824e0875bb4028b96db50 Author: Luca Ferretti @@ -11338,7 +11445,7 @@ po/it.po | 363 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 185 insertions(+), 178 deletions(-) + 1 file changed, 185 insertions(+), 178 deletions(-) commit d5b53bc068cb33967d6eb3d0585ee18c66e17ff9 Author: Daniel Nylander @@ -11348,7 +11455,7 @@ po/sv.po | 664 +++++++++++++++++++++++++++++++++++++++++++++----------------- - 1 files changed, 482 insertions(+), 182 deletions(-) + 1 file changed, 482 insertions(+), 182 deletions(-) commit 3b8e5d553e3e8934f0add0378e67b601533ad428 Author: Changwoo Ryu @@ -11358,7 +11465,7 @@ po/ko.po | 380 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 195 insertions(+), 185 deletions(-) + 1 file changed, 195 insertions(+), 185 deletions(-) commit 938eb570b924bff13dae8949157a961197837d5b Author: Bruce Cowan @@ -11368,7 +11475,7 @@ po/en_GB.po | 286 ++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 145 insertions(+), 141 deletions(-) + 1 file changed, 145 insertions(+), 141 deletions(-) commit 550852489af85ecbc5570ddff26651da8d8c5b63 Author: Fran Dieguez @@ -11378,7 +11485,7 @@ po/gl.po | 883 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 486 insertions(+), 397 deletions(-) + 1 file changed, 486 insertions(+), 397 deletions(-) commit a28808cd0c56e887893618fe8f597a69acbdbde3 Author: Alexander Shopov @@ -11388,7 +11495,7 @@ po/bg.po | 758 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 424 insertions(+), 334 deletions(-) + 1 file changed, 424 insertions(+), 334 deletions(-) commit fd494d5fdab080dee1efbbbec1a2c0bd4600bd7d Author: Gabor Kelemen @@ -11398,7 +11505,7 @@ po/hu.po | 377 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 176 insertions(+), 201 deletions(-) + 1 file changed, 176 insertions(+), 201 deletions(-) commit d6763a06f6e45f666bcbec3238688156a9b3cbd0 Author: Guillaume Desmottes @@ -11410,8 +11517,8 @@ libempathy/empathy-contact-list.c | 41 ------------------------------------- - libempathy/empathy-contact-list.h | 16 -------------- - 2 files changed, 0 insertions(+), 57 deletions(-) + libempathy/empathy-contact-list.h | 16 --------------- + 2 files changed, 57 deletions(-) commit 960bbbe0782c242601ae28fe8f4bfbf67e96e2f3 Author: Guillaume Desmottes @@ -11423,7 +11530,7 @@ libempathy-gtk/empathy-contact-list-store.c | 26 -------------------------- - 1 files changed, 0 insertions(+), 26 deletions(-) + 1 file changed, 26 deletions(-) commit 21999bc46228825e289856bd37cb4fdd1afc6131 Author: Guillaume Desmottes @@ -11435,7 +11542,7 @@ libempathy/empathy-contact-manager.c | 305 ---------------------------------- - 1 files changed, 0 insertions(+), 305 deletions(-) + 1 file changed, 305 deletions(-) commit 9357aef4b6cc3ee6c18f987dd439b11a7a21f20a Author: Guillaume Desmottes @@ -11456,7 +11563,7 @@ libempathy-gtk/empathy-contact-list-store.h | 4 -- libempathy-gtk/empathy-contact-list-view.c | 50 ------------------ po/POTFILES.in | 1 - - 4 files changed, 1 insertions(+), 129 deletions(-) + 4 files changed, 1 insertion(+), 129 deletions(-) commit 3e2f15590ee0d8e079566e2c6f00c536501c46ea Author: Guillaume Desmottes @@ -11468,8 +11575,8 @@ libempathy-gtk/empathy-contact-menu.c | 50 +-------------------------------- - libempathy-gtk/empathy-contact-menu.h | 2 - - 2 files changed, 1 insertions(+), 51 deletions(-) + libempathy-gtk/empathy-contact-menu.h | 2 -- + 2 files changed, 1 insertion(+), 51 deletions(-) commit 68fa80e30aa1ff0dc97dbd364a2870a1e3ee9b87 Author: Mario Blättermann @@ -11479,7 +11586,7 @@ po/de.po | 441 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 218 insertions(+), 223 deletions(-) + 1 file changed, 218 insertions(+), 223 deletions(-) commit c10d98040f7653c3155025ebce3ba2209c497d9b Author: Piotr Drąg @@ -11489,7 +11596,7 @@ po/pl.po | 368 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 186 insertions(+), 182 deletions(-) + 1 file changed, 186 insertions(+), 182 deletions(-) commit c47fc4bd98b2090e54ab92f9edaa577238229544 Author: Gabor Kelemen @@ -11500,7 +11607,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661756 src/empathy-preferences.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 68fc48674fb98a3a8fa5cdb48fd12742558ad494 Author: Will Thompson @@ -11517,7 +11624,7 @@ it fail a little less inscrutably. libempathy-gtk/empathy-theme-adium.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit e52e0efdb97169497a7160280ba1542895442940 Author: Will Thompson @@ -11529,7 +11636,7 @@ libempathy/empathy-tp-chat.c | 268 +----------------------------------------- - 1 files changed, 5 insertions(+), 263 deletions(-) + 1 file changed, 5 insertions(+), 263 deletions(-) commit d95ff84dd94f2ebc8c17d3dda1a7ac8936a9b758 Author: Will Thompson @@ -11541,7 +11648,7 @@ libempathy/empathy-tp-chat.c | 143 ++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 138 insertions(+), 5 deletions(-) + 1 file changed, 138 insertions(+), 5 deletions(-) commit 76950839fca54b79450ab8fbcba6f22dfd5809fd Author: Will Thompson @@ -11556,7 +11663,7 @@ branch: it includes fixes for Empathy bugs. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4e884826ed36617d3579045faae789e6a8744b80 Author: Will Thompson @@ -11569,7 +11676,7 @@ libempathy/empathy-tp-chat.c | 87 ++++++++++++++++++------------------------ - 1 files changed, 37 insertions(+), 50 deletions(-) + 1 file changed, 37 insertions(+), 50 deletions(-) commit 6a56f4c19ff31722619e5494639884a6a2646967 Author: Will Thompson @@ -11582,7 +11689,7 @@ make it clear that I didn't change that code; I'll reindent it in another patch. - libempathy-gtk/empathy-chat.c | 68 +++++++++--------------- + libempathy-gtk/empathy-chat.c | 68 +++++++++-------------- libempathy/empathy-tp-chat.c | 121 +++++++++++++++++++++++++++++++++++------ libempathy/empathy-tp-chat.h | 22 +++----- @@ -11596,7 +11703,7 @@ po/es.po | 472 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 274 insertions(+), 198 deletions(-) + 1 file changed, 274 insertions(+), 198 deletions(-) commit f8148be971e1b51e43374473ab33e5ac8fd14a40 Merge: fecbf93 832ab62 @@ -11676,7 +11783,7 @@ po/nb.po | 616 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 298 insertions(+), 318 deletions(-) + 1 file changed, 298 insertions(+), 318 deletions(-) commit a7e5b12d576ce30b20914e38903909df128a7f12 Author: Guillaume Desmottes @@ -11691,7 +11798,7 @@ racy. telepathy-yell | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fb4cb6c42c07044d1cdc83e54b39d4df46a7790f Author: Guillaume Desmottes @@ -11703,7 +11810,7 @@ libempathy-gtk/empathy-contact-blocking-dialog.c | 33 ++++++++++++++-------- - 1 files changed, 21 insertions(+), 12 deletions(-) + 1 file changed, 21 insertions(+), 12 deletions(-) commit e183d9ce5f26991e7a1271b870010d1fb56c56a0 Author: Sjoerd Simons @@ -11712,7 +11819,7 @@ Make sure we have our settings before we want to use them src/empathy-call-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 8176b8a7121bf2bcfbc07cd939b266db59c924c6 Author: Sjoerd Simons @@ -11721,7 +11828,7 @@ Don't try to access non-existing properties src/empathy-audio-src.c | 25 ++++++++++++++++++++----- - 1 files changed, 20 insertions(+), 5 deletions(-) + 1 file changed, 20 insertions(+), 5 deletions(-) commit 990f61afe75fa02ff525c20094d55d980e5df36f Author: Guillaume Desmottes @@ -11732,7 +11839,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=661464 src/empathy-call.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 434aec0c86f6eae4a7f09759d25810dc176bfc49 Author: Guillaume Desmottes @@ -11743,7 +11850,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=660586 src/empathy-preferences.c | 15 ++++++++++++--- - 1 files changed, 12 insertions(+), 3 deletions(-) + 1 file changed, 12 insertions(+), 3 deletions(-) commit e487926900bb21e5f0af642429d37ec8d90f4c3d Author: Guillaume Desmottes @@ -11757,7 +11864,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=660586 libempathy-gtk/empathy-theme-adium.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 8b85d88959418fb575696a471b39071845fb79d8 Author: Muhammet Kara @@ -11767,7 +11874,7 @@ po/tr.po | 732 ++++++++++++++++++++++++++++---------------------------------- - 1 files changed, 335 insertions(+), 397 deletions(-) + 1 file changed, 335 insertions(+), 397 deletions(-) commit c97dcfaef40e853cf2865293b3a19ccdc4145cf5 Author: Daniel Nylander @@ -11777,7 +11884,7 @@ po/sv.po | 660 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 330 insertions(+), 330 deletions(-) + 1 file changed, 330 insertions(+), 330 deletions(-) commit 418fe4066a3e6df52bbc2f9d8b55851225c18f01 Author: Piotr Drąg @@ -11786,7 +11893,7 @@ Updated POTFILES.in po/POTFILES.in | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 7c92a3122ed66eb64323bdefda2ab64258f372b9 Author: Kristjan SCHMIDT @@ -11796,7 +11903,7 @@ po/eo.po | 2615 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1573 insertions(+), 1042 deletions(-) + 1 file changed, 1573 insertions(+), 1042 deletions(-) commit 6bd145c9caf94d18e97bcbc200e36af02718b022 Author: Algimantas Margevičius @@ -11806,7 +11913,7 @@ po/lt.po | 678 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 341 insertions(+), 337 deletions(-) + 1 file changed, 341 insertions(+), 337 deletions(-) commit b62cedf033b9301e03e49f42f31f5ab251eee874 Author: Guillaume Desmottes @@ -11820,7 +11927,7 @@ libempathy-gtk/empathy-contact-selector.c | 473 ----------------------------- libempathy-gtk/empathy-contact-selector.h | 75 ----- - 3 files changed, 0 insertions(+), 550 deletions(-) + 3 files changed, 550 deletions(-) commit 4b6b82782e5a085ebc7c7e4f0ae5ab06c959a188 Author: Guillaume Desmottes @@ -11832,10 +11939,10 @@ https://bugzilla.gnome.org/show_bug.cgi?id=629517 - tests/interactive/Makefile.am | 2 - + tests/interactive/Makefile.am | 2 -- tests/interactive/empetit.c | 69 ----------------------------------------- - 2 files changed, 0 insertions(+), 71 deletions(-) + 2 files changed, 71 deletions(-) commit 63dab7ab2d6a65e26c758697e0ab2f7614474c79 Author: Guillaume Desmottes @@ -11852,7 +11959,7 @@ nautilus-sendto-plugin/empathy-nautilus-sendto.c | 100 +++++++++++++++------- - 1 files changed, 67 insertions(+), 33 deletions(-) + 1 file changed, 67 insertions(+), 33 deletions(-) commit e143c562674626fe318828f6045b733b14c5714f Author: Guillaume Desmottes @@ -11874,7 +11981,7 @@ po/es.po | 556 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 282 insertions(+), 274 deletions(-) + 1 file changed, 282 insertions(+), 274 deletions(-) commit d047ef4e374405901a6afbfaf8ebe2f179d817fc Author: Bruno Brouard @@ -11896,7 +12003,7 @@ po/sk.po | 2827 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 1631 insertions(+), 1196 deletions(-) + 1 file changed, 1631 insertions(+), 1196 deletions(-) commit c7fe998d565bd37ed066e1fee0e7281c7f6117ce Author: Xavier Claessens @@ -11908,7 +12015,7 @@ Messenger XMPP only supports auth via an access token, no password src/empathy-event-manager.c | 29 +++++++++++++++++++++++++---- - 1 files changed, 25 insertions(+), 4 deletions(-) + 1 file changed, 25 insertions(+), 4 deletions(-) commit 05e20d8450559ccd579dbc5f268804611438e300 Author: Guillaume Desmottes @@ -11932,7 +12039,7 @@ src/empathy-call-window.ui | 90 +------------------------------------------- - 1 files changed, 2 insertions(+), 88 deletions(-) + 1 file changed, 2 insertions(+), 88 deletions(-) commit 5647bacfca1db9cca09b02534603ecfa6cd8415c Author: Guillaume Desmottes @@ -11944,7 +12051,7 @@ src/empathy-streamed-media-window.ui | 90 +--------------------------------- - 1 files changed, 2 insertions(+), 88 deletions(-) + 1 file changed, 2 insertions(+), 88 deletions(-) commit c6bf0e62fef15245abe442b7533002c393c820b2 Author: Guillaume Desmottes @@ -11954,7 +12061,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=660429 - libempathy-gtk/empathy-contact-selector-dialog.c | 10 ++++---- + libempathy-gtk/empathy-contact-selector-dialog.c | 10 ++++----- libempathy-gtk/empathy-contact-selector-dialog.ui | 23 ++++++++++----------- 2 files changed, 16 insertions(+), 17 deletions(-) @@ -11970,7 +12077,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=660429 libempathy-gtk/empathy-contact-selector-dialog.ui | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 724817f46056c2c0479e979059b9365c7cb17fdf Author: Guillaume Desmottes @@ -11980,9 +12087,9 @@ https://bugzilla.gnome.org/show_bug.cgi?id=660429 - src/empathy-new-chatroom-dialog.c | 8 +++--- + src/empathy-new-chatroom-dialog.c | 8 ++++---- src/empathy-new-chatroom-dialog.ui | 37 - +++++++++++++++-------------------- + ++++++++++++++++-------------------- 2 files changed, 20 insertions(+), 25 deletions(-) commit c4d480f3ee770e64f22c2b4f945a98f3f8c352d0 @@ -11997,7 +12104,7 @@ src/empathy-new-chatroom-dialog.ui | 130 ++++++++++++++++++++++-------------- - 1 files changed, 81 insertions(+), 49 deletions(-) + 1 file changed, 81 insertions(+), 49 deletions(-) commit 237a67249bc51c68ea9b437dd434184e8080469b Author: Guillaume Desmottes @@ -12008,7 +12115,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=660449 libempathy-gtk/empathy-account-widget.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 7978eacb5d49b518a7f7b4e7b92c8a7bfb8fc400 Author: Xavier Claessens @@ -12024,46 +12131,46 @@ libempathy-gtk/empathy-account-widget.c | 6 ++-- libempathy-gtk/empathy-avatar-chooser.c | 2 +- libempathy-gtk/empathy-cell-renderer-activatable.c | 2 +- - libempathy-gtk/empathy-chat.c | 7 ++-- + libempathy-gtk/empathy-chat.c | 7 ++--- libempathy-gtk/empathy-contact-chooser.c | 2 +- libempathy-gtk/empathy-contact-list-view.c | 3 +- libempathy-gtk/empathy-individual-menu.c | 2 +- - libempathy-gtk/empathy-individual-view.c | 5 +-- + libempathy-gtk/empathy-individual-view.c | 5 ++-- libempathy-gtk/empathy-irc-network-chooser.c | 2 +- - libempathy-gtk/empathy-live-search.c | 5 +-- + libempathy-gtk/empathy-live-search.c | 5 ++-- libempathy-gtk/empathy-persona-view.c | 3 +- libempathy-gtk/empathy-theme-manager.c | 2 +- libempathy/Makefile.am | 22 -------------- - libempathy/cheese-camera-device-monitor.c | 5 +-- + libempathy/cheese-camera-device-monitor.c | 5 ++-- libempathy/empathy-account-settings.c | 2 +- - libempathy/empathy-auth-factory.c | 4 +- - libempathy/empathy-camera-monitor.c | 4 +- - libempathy/empathy-chatroom-manager.c | 4 +- + libempathy/empathy-auth-factory.c | 4 +-- + libempathy/empathy-camera-monitor.c | 4 +-- + libempathy/empathy-chatroom-manager.c | 4 +-- libempathy/empathy-connection-managers.c | 2 +- - libempathy/empathy-connectivity.c | 5 +-- - libempathy/empathy-contact-list.c | 11 +++---- + libempathy/empathy-connectivity.c | 5 ++-- + libempathy/empathy-contact-list.c | 11 ++++--- libempathy/empathy-contact.c | 3 +- - libempathy/empathy-ft-factory.c | 5 +-- - libempathy/empathy-ft-handler.c | 15 ++++----- - libempathy/empathy-individual-manager.c | 7 ++-- + libempathy/empathy-ft-factory.c | 5 ++-- + libempathy/empathy-ft-handler.c | 15 +++++----- + libempathy/empathy-individual-manager.c | 7 ++--- libempathy/empathy-irc-network.c | 3 +- libempathy/empathy-irc-server.c | 3 +- libempathy/empathy-server-sasl-handler.c | 2 +- - libempathy/empathy-tp-chat.c | 11 +++---- + libempathy/empathy-tp-chat.c | 11 ++++--- libempathy/empathy-tp-file.c | 1 - libempathy/empathy-tp-roomlist.c | 6 ++-- - libempathy/empathy-tp-streamed-media.c | 5 +-- + libempathy/empathy-tp-streamed-media.c | 5 ++-- src/Makefile.am | 31 -------------------- - src/empathy-audio-src.c | 5 +-- - src/empathy-call-factory.c | 5 +-- + src/empathy-audio-src.c | 5 ++-- + src/empathy-call-factory.c | 5 ++-- src/empathy-call-handler.c | 17 +++++------ - src/empathy-chat-manager.c | 4 +- + src/empathy-chat-manager.c | 4 +-- src/empathy-event-manager.c | 6 ++-- - src/empathy-mic-monitor.c | 7 ++-- + src/empathy-mic-monitor.c | 7 ++--- src/empathy-streamed-media-factory.c | 3 +- - src/empathy-streamed-media-handler.c | 15 ++++----- - src/ev-sidebar.c | 4 +- + src/empathy-streamed-media-handler.c | 15 +++++----- + src/ev-sidebar.c | 4 +-- 45 files changed, 93 insertions(+), 190 deletions(-) commit 843f210c3bf26f6ecc93f90000e366ebc8296cc3 @@ -12074,7 +12181,7 @@ po/zh_CN.po | 375 +++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 197 insertions(+), 178 deletions(-) + 1 file changed, 197 insertions(+), 178 deletions(-) commit caad2d2f4a0cd94004d3abdf44c92243e4b645fc Author: Guillaume Desmottes @@ -12085,7 +12192,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658245 libempathy/empathy-ft-handler.c | 32 +++++++++++++++++--------------- - 1 files changed, 17 insertions(+), 15 deletions(-) + 1 file changed, 17 insertions(+), 15 deletions(-) commit d3531f4364469ba8dd2840974d55c87712544eda Author: Guillaume Desmottes @@ -12096,7 +12203,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658245 libempathy/empathy-tp-file.c | 19 +++++++++---------- - 1 files changed, 9 insertions(+), 10 deletions(-) + 1 file changed, 9 insertions(+), 10 deletions(-) commit ef81d18e65bb14cbd98cf07eb9d899f9c628d70e Author: Guillaume Desmottes @@ -12121,7 +12228,7 @@ libempathy/empathy-client-factory.c | 6 ++ libempathy/empathy-ft-factory.c | 12 +-- - libempathy/empathy-ft-handler.c | 15 +--- + libempathy/empathy-ft-handler.c | 15 ++-- libempathy/empathy-tp-file.c | 150 +++++++---------------------------- libempathy/empathy-tp-file.h | 12 ++- @@ -12137,7 +12244,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658245 libempathy/empathy-tp-file.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit a93e738c107fc5b24c5055027c17559200734c23 Author: Guillaume Desmottes @@ -12147,11 +12254,11 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658245 - libempathy-gtk/empathy-ui-utils.c | 3 +- - libempathy/empathy-ft-factory.c | 5 ++- - libempathy/empathy-ft-factory.h | 3 +- + libempathy-gtk/empathy-ui-utils.c | 3 ++- + libempathy/empathy-ft-factory.c | 5 +++-- + libempathy/empathy-ft-factory.h | 3 ++- libempathy/empathy-ft-handler.c | 26 - +++++++++++++++++++-- + +++++++++++++++++++--- libempathy/empathy-ft-handler.h | 1 + nautilus-sendto-plugin/empathy-nautilus-sendto.c | 2 +- 6 files changed, 32 insertions(+), 8 deletions(-) @@ -12167,7 +12274,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=659474 src/empathy-accounts-dialog.ui | 23 ----------------------- - 1 files changed, 0 insertions(+), 23 deletions(-) + 1 file changed, 23 deletions(-) commit b94efc724261560a27d879f4a8c6102a40d9a3d0 Author: Guillaume Desmottes @@ -12179,7 +12286,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=660124 src/empathy-accounts-common.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 772c05a2b8704bf314b56887f98b3e7b67cb9b5b Author: Matej Urbančič @@ -12189,7 +12296,7 @@ po/sl.po | 210 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 109 insertions(+), 101 deletions(-) + 1 file changed, 109 insertions(+), 101 deletions(-) commit 2cfb4484836e0034b2d76557f5b8ebe8fd29df9b Author: Carles Ferrando @@ -12199,7 +12306,7 @@ po/ca@valencia.po | 2211 +++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1315 insertions(+), 896 deletions(-) + 1 file changed, 1315 insertions(+), 896 deletions(-) commit 39e1ecdabfc2aae03a02cf4e70e904e5bd5b04b0 Author: Xavier Claessens @@ -12211,7 +12318,7 @@ libempathy-gtk/empathy-account-widget-irc.c | 4 +- libempathy-gtk/empathy-account-widget-irc.ui | 97 - ++++++++++++------------- + +++++++++++++------------- 2 files changed, 49 insertions(+), 52 deletions(-) commit 07ff682cb420c1ee458f2115d7693d2861f40db6 @@ -12238,7 +12345,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=659807 src/empathy-main-window.c | 31 +++++++++++++++++++++++-------- - 1 files changed, 23 insertions(+), 8 deletions(-) + 1 file changed, 23 insertions(+), 8 deletions(-) commit 381062d1a807da25f188340cdc81188c43bf0f58 Author: Xavier Claessens @@ -12249,7 +12356,7 @@ libempathy-gtk/empathy-chat.c | 13 +++++++++++++ libempathy-gtk/empathy-theme-adium.c | 14 ++++++++++++++ libempathy-gtk/empathy-theme-adium.h | 1 + - 3 files changed, 28 insertions(+), 0 deletions(-) + 3 files changed, 28 insertions(+) commit 3a459b35bd5b7a29b308d729fe82b203f777b99f Author: Guillaume Desmottes @@ -12262,7 +12369,7 @@ data/empathy.convert | 1 - data/org.gnome.Empathy.gschema.xml.in | 5 ----- libempathy/empathy-gsettings.h | 1 - - 3 files changed, 0 insertions(+), 7 deletions(-) + 3 files changed, 7 deletions(-) commit 38e4f668b25cefbdc161f9c17f61a904c67c0c79 Author: Jonny Lamb @@ -12272,14 +12379,14 @@ Signed-off-by: Jonny Lamb - libempathy/empathy-tp-chat.c | 64 --------- + libempathy/empathy-tp-chat.c | 64 ---------- src/Makefile.am | 1 - src/empathy-chat-window.c | 3 +- - src/empathy-main-window.c | 29 ---- + src/empathy-main-window.c | 29 ----- src/empathy-migrate-butterfly-logs.c | 234 ---------------------------------- src/empathy-migrate-butterfly-logs.h | 32 ----- - 6 files changed, 1 insertions(+), 362 deletions(-) + 6 files changed, 1 insertion(+), 362 deletions(-) commit 2eec8e87f01ecdf6a987314d5b6cea35d47f1ae1 Author: Bernhard Posselt @@ -12290,7 +12397,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=659952 src/empathy-main-window-menubar.ui | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 68f361461951462af368b440ea8a945f03774370 Author: Emilio Pozuelo Monfort @@ -12302,7 +12409,7 @@ src/empathy-call-window.c | 78 ++++++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 73 insertions(+), 5 deletions(-) + 1 file changed, 73 insertions(+), 5 deletions(-) commit 288a8d8594cb6ac1e3b1c37e58f1b7c21c6d376c Author: Emilio Pozuelo Monfort @@ -12313,8 +12420,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656884 src/empathy-call-window.c | 69 - ++++++++++++++++++++++++++++++++++++++++---- - 1 files changed, 62 insertions(+), 7 deletions(-) + ++++++++++++++++++++++++++++++++++++++++----- + 1 file changed, 62 insertions(+), 7 deletions(-) commit 6e0b0622f3d9bbf47b7794cd232eab6530a3e909 Author: Emilio Pozuelo Monfort @@ -12326,7 +12433,7 @@ src/empathy-rounded-actor.c | 22 +++++++++++++++++++++- src/empathy-rounded-actor.h | 6 ++++++ - 2 files changed, 27 insertions(+), 1 deletions(-) + 2 files changed, 27 insertions(+), 1 deletion(-) commit c5ab389bc8054c863dd4d611028b63d4acbfa638 Author: Guillaume Desmottes @@ -12337,7 +12444,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=659144 src/empathy-streamed-media-window.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 23ecdf691227368b7d914908aeaa6666fd46c890 Author: Juan R. Garcia Blanco @@ -12349,8 +12456,8 @@ src/empathy-main-window.c | 74 ++++++++++++++++++++++++++++++++++++++++++++- - src/empathy-main-window.h | 2 + - src/empathy-preferences.c | 20 +++++++++++- + src/empathy-main-window.h | 2 ++ + src/empathy-preferences.c | 20 ++++++++++-- src/empathy-preferences.h | 3 +- src/empathy.c | 3 ++ 5 files changed, 98 insertions(+), 4 deletions(-) @@ -12363,11 +12470,11 @@ https://bugzilla.gnome.org/show_bug.cgi?id=574879 - data/org.gnome.Empathy.gschema.xml.in | 5 ++ + data/org.gnome.Empathy.gschema.xml.in | 5 +++ libempathy/empathy-gsettings.h | 1 + src/empathy-new-chatroom-dialog.c | 70 +++++++++++++++++++++++++++++++++ - 3 files changed, 76 insertions(+), 0 deletions(-) + 3 files changed, 76 insertions(+) commit d5094b86de3f91cffa950b9456c418ce4d12fd26 Author: Guillaume Desmottes @@ -12376,7 +12483,7 @@ release.py: update last_tag_pattern release.py | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e13bdb2c17b2915ab29bc74de5a7584aca4fc471 Author: Guillaume Desmottes @@ -12388,7 +12495,7 @@ libempathy-gtk/empathy-call-utils.c | 35 +++++++++++++++++++++++++++++++++++ - 1 files changed, 35 insertions(+), 0 deletions(-) + 1 file changed, 35 insertions(+) commit b6b5e35d96ac4d2bc2cb070d2bb0613992008f5d Author: Guillaume Desmottes @@ -12399,7 +12506,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=659594 libempathy-gtk/empathy-call-utils.c | 27 ++++++++++++++++++++++----- - 1 files changed, 22 insertions(+), 5 deletions(-) + 1 file changed, 22 insertions(+), 5 deletions(-) commit 09ccdc338176ede800dc7891129356e7232eb7d9 Author: Guillaume Desmottes @@ -12412,7 +12519,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=659816 libempathy-gtk/empathy-contact-widget.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 55ae021ffe4105298ea910958bb3fff0bd359a91 Author: Guillaume Desmottes @@ -12421,7 +12528,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 14e27ac3b5c7f66c0d2cf3145cb844ae0fe04827 Author: Guillaume Desmottes @@ -12441,7 +12548,7 @@ po/cs.po | 340 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 165 insertions(+), 175 deletions(-) + 1 file changed, 165 insertions(+), 175 deletions(-) commit 60ae41e9f3cfb8b6c8029355cf43a7c8f5b9f615 Author: Daniel Martinez Cucalon @@ -12451,7 +12558,7 @@ po/an.po | 1847 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 887 insertions(+), 960 deletions(-) + 1 file changed, 887 insertions(+), 960 deletions(-) commit a803e201218f99e23fae5a9e832d77ecddecfb0b Author: Gil Forcada @@ -12461,7 +12568,7 @@ po/ca.po | 2282 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1439 insertions(+), 843 deletions(-) + 1 file changed, 1439 insertions(+), 843 deletions(-) commit 70f2d7286efd9a2f787da2d52e8951ee3e27c7af Author: Seán de Búrca @@ -12471,7 +12578,7 @@ po/ga.po | 4221 ++++++++++++++++++++++++++++++++++++++++++++++---------------- - 1 files changed, 3164 insertions(+), 1057 deletions(-) + 1 file changed, 3164 insertions(+), 1057 deletions(-) commit 9372fe19e6226164996d5b0264cf3ed0a49aef71 Author: Alexander Shopov @@ -12481,7 +12588,7 @@ po/bg.po | 300 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 150 insertions(+), 150 deletions(-) + 1 file changed, 150 insertions(+), 150 deletions(-) commit 28fabbbc91afd5dc11b90408bde29c5eb1e1965f Author: Andika Triwidada @@ -12491,7 +12598,7 @@ po/id.po | 559 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 304 insertions(+), 255 deletions(-) + 1 file changed, 304 insertions(+), 255 deletions(-) commit d06a61319a9381f1fec90c11739cc64385c905d4 Author: Cheng-Chia Tseng @@ -12500,7 +12607,7 @@ Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 357 - ++++++++++++++++++++++++++++++----------------------------- + +++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 359 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 367 insertions(+), 349 deletions(-) @@ -12512,7 +12619,7 @@ Updated Basque language po/eu.po | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 7939dd3c80d83658b7e80defe4020f80e3db59f4 Author: Inaki Larranaga Murgoitio @@ -12522,7 +12629,7 @@ po/eu.po | 2292 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1481 insertions(+), 811 deletions(-) + 1 file changed, 1481 insertions(+), 811 deletions(-) commit 6188c50640417c33ed5a6c939f5aa7ca5c6f692b Author: Changwoo Ryu @@ -12532,7 +12639,7 @@ po/ko.po | 2193 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1396 insertions(+), 797 deletions(-) + 1 file changed, 1396 insertions(+), 797 deletions(-) commit 1e8c8193c24572d664d7db85b4fe8a9990acaaca Author: Daniel Martinez Cucalon @@ -12542,7 +12649,7 @@ po/an.po | 2094 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1302 insertions(+), 792 deletions(-) + 1 file changed, 1302 insertions(+), 792 deletions(-) commit da60b5a2da186bc0822ae7cd9ff0707f9acf298e Author: Xavier Claessens @@ -12552,7 +12659,7 @@ libempathy-gtk/empathy-account-widget-irc.ui | 298 +++++++++++++++----------- - 1 files changed, 168 insertions(+), 130 deletions(-) + 1 file changed, 168 insertions(+), 130 deletions(-) commit 06d4bc3914b8800fb75b9eff3a634652a48c1d6f Author: Xavier Claessens @@ -12564,7 +12671,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=646630 libempathy-gtk/empathy-account-widget-jabber.ui | 9 --------- - 1 files changed, 0 insertions(+), 9 deletions(-) + 1 file changed, 9 deletions(-) commit 881df08c3ece6a8a439f7fe4bfff027a3ef21ece Author: Xavier Claessens @@ -12575,7 +12682,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=646630 libempathy-gtk/empathy-account-widget-sip.ui | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit eb441ce39e8c2f26c46c37d69e6b5c7df185719c Author: Yaron Shahrabani @@ -12585,7 +12692,7 @@ po/he.po | 375 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 198 insertions(+), 177 deletions(-) + 1 file changed, 198 insertions(+), 177 deletions(-) commit acd487eba116c20d3777b01e2a183691c6f5e8ae Author: Theppitak Karoonboonyanan @@ -12595,7 +12702,7 @@ po/th.po | 2456 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1504 insertions(+), 952 deletions(-) + 1 file changed, 1504 insertions(+), 952 deletions(-) commit 86196dff1d5f90d3733aa2f69f904980119123ee Author: Xavier Claessens @@ -12609,7 +12716,7 @@ libempathy-gtk/empathy-account-widget-jabber.ui | 126 +++++++++++++---------- - 1 files changed, 71 insertions(+), 55 deletions(-) + 1 file changed, 71 insertions(+), 55 deletions(-) commit de497ec186dd52217ba663700893ef58ac2f5502 Author: Diego Escalante Urrelo @@ -12623,7 +12730,7 @@ libempathy-gtk/empathy-account-widget-jabber.ui | 728 ++++++++++++----------- - 1 files changed, 381 insertions(+), 347 deletions(-) + 1 file changed, 381 insertions(+), 347 deletions(-) commit 1ae8e38a219e02e4f3d9608dc4ad8db2893899f3 Author: Nilamdyuti Goswami @@ -12633,7 +12740,7 @@ po/as.po | 184 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 184 insertions(+), 0 deletions(-) + 1 file changed, 184 insertions(+) commit 6bcae7084705c518ee58dcc95085e4def8828ba9 Author: Nilamdyuti Goswami @@ -12643,7 +12750,7 @@ po/as.po | 4384 +++++++++++++++++++++++++++++++++++++++++++------------------- - 1 files changed, 3089 insertions(+), 1295 deletions(-) + 1 file changed, 3089 insertions(+), 1295 deletions(-) commit be81ac3cba1c7778459af048766cc2a3b58c15f2 Author: Hannie Dumoleyn @@ -12653,7 +12760,7 @@ po/nl.po | 428 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 227 insertions(+), 201 deletions(-) + 1 file changed, 227 insertions(+), 201 deletions(-) commit e287d2d02399266719b5ff3af1dc2e544ee93216 Author: Gabor Kelemen @@ -12663,7 +12770,7 @@ help/hu/hu.po | 389 ++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 246 insertions(+), 143 deletions(-) + 1 file changed, 246 insertions(+), 143 deletions(-) commit e3598826ad6ede2f72fbee91c528e621f6dce926 Merge: f9c3f78 3783932 @@ -12684,7 +12791,7 @@ po/sr.po | 2634 +++++++++++++++++++++++++++++++++++--------------------- po/sr@latin.po | 2622 - +++++++++++++++++++++++++++++++++++--------------------- + ++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 3288 insertions(+), 1968 deletions(-) commit dafc6771e4d4c2f4b0c8355a0e10c2bc1222b216 @@ -12695,7 +12802,7 @@ po/sl.po | 1631 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 915 insertions(+), 716 deletions(-) + 1 file changed, 915 insertions(+), 716 deletions(-) commit 378393285bb5de21c4da85b2e64e044faef6f5b6 Author: Danielle Madeley @@ -12710,7 +12817,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=659118 src/empathy-main-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 1f03b12e756b3751a3a726464c2f254160b0470b Author: Gabor Kelemen @@ -12720,7 +12827,7 @@ po/hu.po | 1451 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 802 insertions(+), 649 deletions(-) + 1 file changed, 802 insertions(+), 649 deletions(-) commit 150f8482a6491090bbb0b48408c81221f791ae86 Author: Rudolfs Mazurs @@ -12729,7 +12836,7 @@ Updated Latvian translation. po/lv.po | 57 ++++++++++++++++++++++++++------------------------------- - 1 files changed, 26 insertions(+), 31 deletions(-) + 1 file changed, 26 insertions(+), 31 deletions(-) commit 0d24698c022b0050a6fbcd2803c93b12e8b9756a Author: Cosimo Cecchi @@ -12752,7 +12859,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=659298 libempathy-gtk/empathy-log-window.c | 27 +++++++++++++++++++++++---- - 1 files changed, 23 insertions(+), 4 deletions(-) + 1 file changed, 23 insertions(+), 4 deletions(-) commit 7323ce34c1228d04cfe3503eb818b8fac7fd4a2c Author: Marek Černocký @@ -12762,7 +12869,7 @@ po/cs.po | 290 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 159 insertions(+), 131 deletions(-) + 1 file changed, 159 insertions(+), 131 deletions(-) commit 2162f28a72c3f9ad6c9309fa17952cf85e14b8ac Author: Guillaume Desmottes @@ -12771,7 +12878,7 @@ remove release flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9830714434c0b2ff8679de2daa68d3aab6f09cc8 Author: Guillaume Desmottes @@ -12780,7 +12887,7 @@ coding style fix libempathy-gtk/empathy-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 768efa64b2986ffe6e394a7f58262f44e6e2fc99 Author: Guillaume Desmottes @@ -12790,7 +12897,7 @@ NEWS | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 4 +- + configure.ac | 4 +-- 2 files changed, 80 insertions(+), 2 deletions(-) commit aaff7e95f9dd66f94a3b85e910b049daf9097a0c @@ -12823,8 +12930,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=632357 libempathy-gtk/empathy-chat.c | 45 - ++++++++++++++++++++++++++-------------- - 1 files changed, 29 insertions(+), 16 deletions(-) + ++++++++++++++++++++++++++--------------- + 1 file changed, 29 insertions(+), 16 deletions(-) commit 4a6debbdd20ae45b7f5653f2374b0980545ba753 Author: Bruce Cowan @@ -12834,7 +12941,7 @@ po/en_GB.po | 291 ++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 156 insertions(+), 135 deletions(-) + 1 file changed, 156 insertions(+), 135 deletions(-) commit be57ef773c5d24c921c586eba75cdd73db23223f Author: Guillaume Desmottes @@ -12849,7 +12956,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=659439 src/empathy.c | 21 +++++++-------------- - 1 files changed, 7 insertions(+), 14 deletions(-) + 1 file changed, 7 insertions(+), 14 deletions(-) commit 5ca677e8864ed07d51b243beb9f5fd6a111d305e Author: Emilio Pozuelo Monfort @@ -12858,7 +12965,7 @@ Build fix src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a3086b1cb486653391d90e34539fe9277b4d2d08 Author: Emilio Pozuelo Monfort @@ -12872,7 +12979,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=655356 src/empathy-call-window.c | 15 ++++++++------- - 1 files changed, 8 insertions(+), 7 deletions(-) + 1 file changed, 8 insertions(+), 7 deletions(-) commit add501b302cc0d35936417997c861ae274f2803d Author: Emilio Pozuelo Monfort @@ -12883,8 +12990,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=655356 src/empathy-call-window.c | 84 - ++++++++++++++++++++++++++++++++++++-------- - 1 files changed, 68 insertions(+), 16 deletions(-) + ++++++++++++++++++++++++++++++++++++--------- + 1 file changed, 68 insertions(+), 16 deletions(-) commit e79a44f083fe138ab9e8b1fe04196e19b8a0cce8 Author: Guillaume Desmottes @@ -12934,7 +13041,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=659377 m4/gsettings.m4 | 16 ++-------------- - 1 files changed, 2 insertions(+), 14 deletions(-) + 1 file changed, 2 insertions(+), 14 deletions(-) commit 8a15d7ddcab9c2379e562e3b72e8ec6b11165d25 Author: Daniel Nylander @@ -12944,7 +13051,7 @@ po/sv.po | 181 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 103 insertions(+), 78 deletions(-) + 1 file changed, 103 insertions(+), 78 deletions(-) commit 4729fd834d3b2e518d643875e6b6acbe07fdbcfc Author: Rudolfs Mazurs @@ -12954,7 +13061,7 @@ po/lv.po | 408 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 215 insertions(+), 193 deletions(-) + 1 file changed, 215 insertions(+), 193 deletions(-) commit 887a1089dc8576da06f50bb22a606e3322de2a82 Author: Muhammet Kara @@ -12964,7 +13071,7 @@ po/tr.po | 2184 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1428 insertions(+), 756 deletions(-) + 1 file changed, 1428 insertions(+), 756 deletions(-) commit 57fbdc80bfd439d4865855a23ef21f9e434e2810 Author: Jorge González @@ -12973,7 +13080,7 @@ Updated Spanish translation po/es.po | 23 +++++++++++------------ - 1 files changed, 11 insertions(+), 12 deletions(-) + 1 file changed, 11 insertions(+), 12 deletions(-) commit 128e39f2775c365aa164b2d87a20fa7280da18d5 Author: Jorge González @@ -12982,8 +13089,8 @@ Updated Spanish translation po/es.po | 167 - ++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 98 insertions(+), 69 deletions(-) + ++++++++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 98 insertions(+), 69 deletions(-) commit cd16ab7ec022f007326588f0d280706b618a3f29 Author: Mario Blättermann @@ -12993,7 +13100,7 @@ po/de.po | 794 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 438 insertions(+), 356 deletions(-) + 1 file changed, 438 insertions(+), 356 deletions(-) commit ef797ff9eba01210d16047e26563b8270ee02081 Author: Aurimas Černius @@ -13003,7 +13110,7 @@ po/lt.po | 472 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 253 insertions(+), 219 deletions(-) + 1 file changed, 253 insertions(+), 219 deletions(-) commit e819cd86bfacfda9ee936436a4c2e0b207dfcbab Author: Dr.T.Vasudevan @@ -13013,7 +13120,7 @@ po/ta.po | 221 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 110 insertions(+), 111 deletions(-) + 1 file changed, 110 insertions(+), 111 deletions(-) commit c1b157527522ce7cf83342182f99d93216273f24 Author: Dr.T.Vasudevan @@ -13022,8 +13129,8 @@ updated Tamil translation po/ta.po | 80 - ++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 50 insertions(+), 30 deletions(-) + +++++++++++++++++++++++++++++++++++++++----------------------- + 1 file changed, 50 insertions(+), 30 deletions(-) commit ed7a75cd3de64fe7ceda6fbc97c4b405e4fc7492 Author: Alexander Shopov @@ -13032,8 +13139,8 @@ Updated Bulgarian translation po/bg.po | 158 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 88 insertions(+), 70 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 88 insertions(+), 70 deletions(-) commit 919a3258cf3757a3653676d08c78709e0dae5f38 Author: A S Alam @@ -13042,7 +13149,7 @@ update Punjabi Translation po/pa.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit efc18ab4f5bfdb068c583f21e49dd98d09563163 Author: Ihar Hrachyshka @@ -13052,7 +13159,7 @@ po/be.po | 96 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 48 insertions(+), 48 deletions(-) + 1 file changed, 48 insertions(+), 48 deletions(-) commit 3d3f0ec702c9436e6d85d3c509f1840ccd74fd83 Author: A S Alam @@ -13061,8 +13168,8 @@ Updated Punjabi Translation po/pa.po | 303 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 159 insertions(+), 144 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 159 insertions(+), 144 deletions(-) commit ceeb1b6f003db30a3ef9cfd993fcff884c86d49b Author: Kjartan Maraas @@ -13072,7 +13179,7 @@ po/nb.po | 181 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 103 insertions(+), 78 deletions(-) + 1 file changed, 103 insertions(+), 78 deletions(-) commit 79c35acd819667c5558b7479cb9ff80df0f8b154 Author: Yuri Myasoedov @@ -13082,7 +13189,7 @@ po/ru.po | 387 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 212 insertions(+), 175 deletions(-) + 1 file changed, 212 insertions(+), 175 deletions(-) commit 9d2f4c4ca7362b7b87a4f38b979c995b68a5352b Author: Jiro Matsuzawa @@ -13092,7 +13199,7 @@ po/ja.po | 2460 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1596 insertions(+), 864 deletions(-) + 1 file changed, 1596 insertions(+), 864 deletions(-) commit 27b930e6bdc4331749903a4d6112913660a2c966 Author: Duarte Loreto @@ -13102,7 +13209,7 @@ po/pt.po | 2226 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1427 insertions(+), 799 deletions(-) + 1 file changed, 1427 insertions(+), 799 deletions(-) commit 669606a45907443b82915e41e46d2e3d966cc549 Author: Milo Casagrande @@ -13112,7 +13219,7 @@ po/it.po | 285 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 153 insertions(+), 132 deletions(-) + 1 file changed, 153 insertions(+), 132 deletions(-) commit 1ce2aa6b4cf7d049fd3c51784ff447d608cd1084 Author: Guillaume Desmottes @@ -13124,7 +13231,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652985 libempathy-gtk/empathy-avatar-chooser.c | 17 ++++++++++++++++- - 1 files changed, 16 insertions(+), 1 deletions(-) + 1 file changed, 16 insertions(+), 1 deletion(-) commit 49f3411a5c414ec1a6a7cf68de9ef7c8c8cb7938 Author: Guillaume Desmottes @@ -13135,7 +13242,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652985 libempathy-gtk/empathy-avatar-chooser.c | 23 ++++++++++++----------- - 1 files changed, 12 insertions(+), 11 deletions(-) + 1 file changed, 12 insertions(+), 11 deletions(-) commit 7dc159658c022fdd1bd3f05dfa3bdc8c21b88369 Author: Antonio Fernandes C. Neto @@ -13144,8 +13251,8 @@ Updated Brazilian Portuguese translation po/pt_BR.po | 160 - +++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 91 insertions(+), 69 deletions(-) + +++++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 91 insertions(+), 69 deletions(-) commit 1049880bd7c7176a8e8c22fcab61006aeaf9911f Author: Kenneth Nielsen @@ -13154,7 +13261,7 @@ Updated Danish translation po/da.po | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 3594bf73250ba466307f01eb95db2eed766998f1 Author: Kenneth Nielsen @@ -13163,7 +13270,7 @@ Updated Danish translation po/da.po | 15 +++++++-------- - 1 files changed, 7 insertions(+), 8 deletions(-) + 1 file changed, 7 insertions(+), 8 deletions(-) commit 7d1903a1479461de3f3322bed4df0913271b5f42 Author: Kenneth Nielsen @@ -13173,7 +13280,7 @@ po/da.po | 2256 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1436 insertions(+), 820 deletions(-) + 1 file changed, 1436 insertions(+), 820 deletions(-) commit 0fab2d22847ee90c06be84bac9935942e39039b1 Author: Guillaume Desmottes @@ -13185,7 +13292,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658909 libempathy/empathy-tp-roomlist.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e3ac85477f053b98531e1b295c498b41659ab0eb Author: Guillaume Desmottes @@ -13197,7 +13304,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658909 libempathy/empathy-tp-roomlist.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 708aa24958f0e211f8582e3662b149f4ddb1305b Author: Bruno Brouard @@ -13207,7 +13314,7 @@ po/fr.po | 2253 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1435 insertions(+), 818 deletions(-) + 1 file changed, 1435 insertions(+), 818 deletions(-) commit 972b917c9e2ddcac86d7b9f7799158f77f5aedbf Author: Fran Dieguez @@ -13217,7 +13324,7 @@ po/gl.po | 157 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 89 insertions(+), 68 deletions(-) + 1 file changed, 89 insertions(+), 68 deletions(-) commit fd0437bd1669e2d1992c2f36884003d60686dca9 Author: Ihar Hrachyshka @@ -13226,8 +13333,8 @@ Updated Belarusian translation. po/be.po | 142 - +++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 81 insertions(+), 61 deletions(-) + +++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 81 insertions(+), 61 deletions(-) commit c74b2a54f8f53dddf5b2c0b6c3ed2427e54b1f90 Author: Piotr Drąg @@ -13236,8 +13343,8 @@ Updated Polish translation po/pl.po | 142 - +++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 81 insertions(+), 61 deletions(-) + +++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 81 insertions(+), 61 deletions(-) commit e3327f1e82fbf9c386bbb0cc07a87d47ad89d6fe Author: Guillaume Desmottes @@ -13248,7 +13355,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=659141 libempathy-gtk/empathy-log-window.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 63ad9ebf15467a134ab044969faecbf3f4a2a758 Author: Guillaume Desmottes @@ -13259,7 +13366,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=659141 libempathy-gtk/empathy-log-window.c | 17 ++++++++++++++--- - 1 files changed, 14 insertions(+), 3 deletions(-) + 1 file changed, 14 insertions(+), 3 deletions(-) commit 051beb6158c98cd2aa6c7219fc3c94a7eb3ae7b0 Author: Guillaume Desmottes @@ -13270,7 +13377,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=655270 src/empathy-main-window.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 7bd81c09f38bc0d4672e0674b00851be3fce7b39 Author: Chao-Hsiung Liao @@ -13279,7 +13386,7 @@ Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 616 - +++++++++++++++++++++++++++++++---------------------------- + ++++++++++++++++++++++++++++++---------------------------- po/zh_TW.po | 619 +++++++++++++++++++++++++++++++---------------------------- 2 files changed, 653 insertions(+), 582 deletions(-) @@ -13301,7 +13408,7 @@ libempathy-gtk/empathy-contact-list-store.c | 2 -- libempathy-gtk/empathy-individual-store.c | 2 -- - 2 files changed, 0 insertions(+), 4 deletions(-) + 2 files changed, 4 deletions(-) commit e5eefe62e3fc0d0b9c1df569489ab13f76e00a59 Author: Guillaume Desmottes @@ -13316,7 +13423,7 @@ libempathy-gtk/empathy-contact-list-store.c | 79 +++++++-------------------- - 1 files changed, 20 insertions(+), 59 deletions(-) + 1 file changed, 20 insertions(+), 59 deletions(-) commit 7561e27e705ff2df727a96016f57a60e3d0e0376 Author: Guillaume Desmottes @@ -13331,7 +13438,7 @@ libempathy-gtk/empathy-individual-store.c | 85 +++++++---------------------- - 1 files changed, 21 insertions(+), 64 deletions(-) + 1 file changed, 21 insertions(+), 64 deletions(-) commit 0cfae9679043ad56e28677b2333ffbe8a5e7d3df Author: Guillaume Desmottes @@ -13346,7 +13453,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658785 goa-mc-plugin/mcp-account-manager-goa.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit dc761ca9d13c3f242e06cd4756f3e448a2e3c030 Author: Krasimir Chonov @@ -13356,7 +13463,7 @@ po/bg.po | 2156 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1376 insertions(+), 780 deletions(-) + 1 file changed, 1376 insertions(+), 780 deletions(-) commit 48b1f9b7296429dca020545095f1e370793a0df1 Author: Ihar Hrachyshka @@ -13366,7 +13473,7 @@ po/be.po | 277 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 146 insertions(+), 131 deletions(-) + 1 file changed, 146 insertions(+), 131 deletions(-) commit 6ac4e08359a3d5c33e2f38dcd0129b5180810bba Author: Guillaume Desmottes @@ -13378,7 +13485,7 @@ libempathy/empathy-server-sasl-handler.c | 56 ++++++++++++++++++------------ - 1 files changed, 34 insertions(+), 22 deletions(-) + 1 file changed, 34 insertions(+), 22 deletions(-) commit ba16c4a15b9977e61461bd9f222104eaa2204ee3 Author: Cosimo Alfarano @@ -13387,7 +13494,7 @@ Update Collabora copyright in About Window src/empathy-about-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9219415733151bc6d48d88bacf19cdad647a6c69 Author: Guillaume Desmottes @@ -13400,7 +13507,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658895 goa-mc-plugin/mcp-account-manager-goa.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit b981b3d1a13e22c80c21b61131c4f07053840149 Author: Rajesh Ranjan @@ -13409,7 +13516,7 @@ hindi update po/hi.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ff653a8bf28b71c883881bec14e31defb9d54123 Author: Rajesh Ranjan @@ -13419,7 +13526,7 @@ po/hi.po | 406 ++++++++++++++++++++++---------------------------------------- - 1 files changed, 143 insertions(+), 263 deletions(-) + 1 file changed, 143 insertions(+), 263 deletions(-) commit a18fc91fb327a2b0c4d37d51b575e18a6f3070f4 Author: Rajesh Ranjan @@ -13428,7 +13535,7 @@ hindi update po/hi.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 715a87d3400b16ffe636b92de1fdd25ec22ea56a Author: Rajesh Ranjan @@ -13438,7 +13545,7 @@ po/hi.po | 2751 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1711 insertions(+), 1040 deletions(-) + 1 file changed, 1711 insertions(+), 1040 deletions(-) commit e84794239a4c2a89b4381fdaf1cb3104d0ad9773 Author: Piotr Drąg @@ -13447,8 +13554,8 @@ Updated Polish translation po/pl.po | 133 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 68 insertions(+), 65 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 68 insertions(+), 65 deletions(-) commit a0ef67f006e0dee00ed1bc6f22323aad2ea3d39d Author: Dr.T.Vasudevan @@ -13457,7 +13564,7 @@ updated Tamil translation po/ta.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit aa12b7ccf9887e0901dd8464be1200381e8413b9 Author: Dr.T.Vasudevan @@ -13466,8 +13573,8 @@ updated Tamil translation po/ta.po | 304 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 164 insertions(+), 140 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 164 insertions(+), 140 deletions(-) commit 40bf91b05f4d3408e195b4a1218de673d6ee7fbf Author: Cosimo Cecchi @@ -13492,7 +13599,7 @@ libempathy-gtk/empathy-individual-widget.c | 243 ++++++++++++++-------------- - 1 files changed, 118 insertions(+), 125 deletions(-) + 1 file changed, 118 insertions(+), 125 deletions(-) commit 0a3f996d2ec2eed860edda7c36a9b6bdbd9d2722 Author: Will Thompson @@ -13509,7 +13616,7 @@ Reviewed-by: Xavier Claessens libempathy-gtk/empathy-account-chooser.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 80a217a0b8533f8f936140082b90da793bc1b154 Author: Guillaume Desmottes @@ -13524,7 +13631,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658866 src/empathy-notifications-approver.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 2a856251402a5ed06a5f9853b7b26abfcbf5eb3c Author: Guillaume Desmottes @@ -13535,7 +13642,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658821 libempathy-gtk/empathy-theme-adium.c | 14 ++++++++++---- - 1 files changed, 10 insertions(+), 4 deletions(-) + 1 file changed, 10 insertions(+), 4 deletions(-) commit 36211fc1a6e977c82e1f6467691a499fe6b68410 Author: Guillaume Desmottes @@ -13558,7 +13665,7 @@ po/zh_CN.po | 1208 +++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 634 insertions(+), 574 deletions(-) + 1 file changed, 634 insertions(+), 574 deletions(-) commit dafc0ff233c2d02c607bb6ee67e714ba698319fc Author: Philip Withnall @@ -13582,7 +13689,7 @@ po/nb.po | 256 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 132 insertions(+), 124 deletions(-) + 1 file changed, 132 insertions(+), 124 deletions(-) commit e872c255f2145985a0f881d68b247a221338fdb3 Author: Daniel Nylander @@ -13592,7 +13699,7 @@ po/sv.po | 292 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 152 insertions(+), 140 deletions(-) + 1 file changed, 152 insertions(+), 140 deletions(-) commit 5b8d5406a2096aaa9d84f79c115464eb190d0830 Author: Guillaume Desmottes @@ -13605,7 +13712,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658573 libempathy/empathy-individual-manager.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit f0ca128096983de9df36d0fa981a0c3dcdaf5c99 Author: Rudolfs Mazurs @@ -13615,7 +13722,7 @@ po/lv.po | 1699 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 914 insertions(+), 785 deletions(-) + 1 file changed, 914 insertions(+), 785 deletions(-) commit 3b2e8219315d0fd6b108eb12f1be5ae099a2a88f Author: Jorge González @@ -13624,8 +13731,8 @@ Updated Spanish translation po/es.po | 128 - ++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 63 insertions(+), 65 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 63 insertions(+), 65 deletions(-) commit 74063b2c0a809709865a81dfa38915a97f427219 Author: Jorge González @@ -13634,7 +13741,7 @@ Updated Spanish translation po/es.po | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit aa064bdc58a5a897583367f7234c067f4e634a66 Author: Daniel Mustieles @@ -13644,7 +13751,7 @@ po/es.po | 149 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 80 insertions(+), 69 deletions(-) + 1 file changed, 80 insertions(+), 69 deletions(-) commit 736ce66f04aec5531ebdc7c8f649f162c4c898d1 Author: Fran Dieguez @@ -13653,8 +13760,8 @@ Updated galician translations po/gl.po | 262 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 137 insertions(+), 125 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 137 insertions(+), 125 deletions(-) commit 1b9ddda224af418ca0f1de9d9743bc8327efc337 Author: Marek Černocký @@ -13663,8 +13770,8 @@ Updated Czech translation po/cs.po | 165 - ++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 81 insertions(+), 84 deletions(-) + ++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 81 insertions(+), 84 deletions(-) commit a537a927a4b1af4468c57a9307ca3468a5e52838 Author: Hannie Dumoleyn @@ -13674,7 +13781,7 @@ po/nl.po | 294 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 156 insertions(+), 138 deletions(-) + 1 file changed, 156 insertions(+), 138 deletions(-) commit fefa9b3c72bdbf01277a606816fc15ac53ee780a Author: A S Alam @@ -13684,7 +13791,7 @@ po/pa.po | 1127 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 597 insertions(+), 530 deletions(-) + 1 file changed, 597 insertions(+), 530 deletions(-) commit 6939a5c3d045b1915d06539f96d758dfa22318e8 Author: Fran Dieguez @@ -13694,7 +13801,7 @@ help/gl/gl.po | 4624 +++++++++++++++++++++++++++++++++++++++++++-------------- - 1 files changed, 3492 insertions(+), 1132 deletions(-) + 1 file changed, 3492 insertions(+), 1132 deletions(-) commit a5dfe754e2d7aa6a57f455c9a569c4f185466348 Author: Antonio Fernandes C. Neto @@ -13704,7 +13811,7 @@ po/pt_BR.po | 298 ++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 160 insertions(+), 138 deletions(-) + 1 file changed, 160 insertions(+), 138 deletions(-) commit c785ff79365fb91a41e38458ae6ea5cf02cbaa8f Author: Guillaume Desmottes @@ -13716,7 +13823,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658584 src/empathy-video-src.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 890efc4f52b81bf90fb5d130124d68fe071abc3f Author: Guillaume Desmottes @@ -13728,7 +13835,7 @@ src/empathy-video-src.c | 47 +++++++++++++++++++++++------------------------ - 1 files changed, 23 insertions(+), 24 deletions(-) + 1 file changed, 23 insertions(+), 24 deletions(-) commit 3dd675c21527cabb74cd9b4301ea82324e0f17b6 Author: Xavier Claessens @@ -13737,8 +13844,8 @@ Because we like whales libempathy-gtk/empathy-chat.c | 45 - +++++++++++++++++++++++++++++++++++++++- - 1 files changed, 43 insertions(+), 2 deletions(-) + +++++++++++++++++++++++++++++++++++++++-- + 1 file changed, 43 insertions(+), 2 deletions(-) commit 56f569b22192230080eb6c20d0d5474fa7e47086 Author: Guillaume Desmottes @@ -13750,7 +13857,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658644 libempathy-gtk/empathy-individual-store.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 683c88254e5488ef7b0d8d0e0fd05f46c41f5914 Author: Guillaume Desmottes @@ -13762,7 +13869,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658644 libempathy-gtk/empathy-contact-list-store.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit c4051a34512dd7daeca7f1fa2e84d5d05805601a Author: Emilio Pozuelo Monfort @@ -13771,7 +13878,7 @@ Require Clutter 1.7 for empathy-call configure.ac | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit e8232dec177feb06147149ebb9f16a7de9804351 Author: Yaron Shahrabani @@ -13781,7 +13888,7 @@ po/he.po | 550 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 300 insertions(+), 250 deletions(-) + 1 file changed, 300 insertions(+), 250 deletions(-) commit e2d79382597aa0e866694a810b83cdce0ebc593f Author: Milo Casagrande @@ -13791,7 +13898,7 @@ po/it.po | 2205 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1398 insertions(+), 807 deletions(-) + 1 file changed, 1398 insertions(+), 807 deletions(-) commit 188b5e8d6f9896326ed0530fb2294b9b12a215ae Author: Piotr Drąg @@ -13801,7 +13908,7 @@ po/pl.po | 2162 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1370 insertions(+), 792 deletions(-) + 1 file changed, 1370 insertions(+), 792 deletions(-) commit af574cb3638d7be10b79fdfd86313f5a1428047b Author: Bruce Cowan @@ -13811,7 +13918,7 @@ po/en_GB.po | 2259 +++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1420 insertions(+), 839 deletions(-) + 1 file changed, 1420 insertions(+), 839 deletions(-) commit ad119467cf50c8437a62ba6e6f483eb9032771a9 Author: Guillaume Desmottes @@ -13821,8 +13928,8 @@ libempathy/empathy-utils.c | 38 +++++++++++++++++++++++++++++++ - libempathy/empathy-utils.h | 3 ++ - src/empathy-invite-participant-dialog.c | 32 ++----------------------- + libempathy/empathy-utils.h | 3 +++ + src/empathy-invite-participant-dialog.c | 32 +++----------------------- 3 files changed, 44 insertions(+), 29 deletions(-) commit c8b29cfe85216cc692cc7e95c969e3678c153d72 @@ -13847,8 +13954,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658336 libempathy-gtk/empathy-log-window.c | 38 - ++++++++++++++++++++++++---------- - 1 files changed, 27 insertions(+), 11 deletions(-) + +++++++++++++++++++++++++---------- + 1 file changed, 27 insertions(+), 11 deletions(-) commit 42ea425116ef9c079fa199039e3ac5ed0bb8e150 Author: Emilio Pozuelo Monfort @@ -13859,7 +13966,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=580794 src/empathy-call-window.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 309ca0453965d145bfeec6d9a497330833c76b7b Author: Emilio Pozuelo Monfort @@ -13872,7 +13979,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=580794 src/empathy-call-window.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit 3f30f0aac8ec4f21acb84e4b5b9afa6acd131b99 Author: Emilio Pozuelo Monfort @@ -13883,8 +13990,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=580794 src/empathy-call-window.c | 72 - ++++++++++++++++++++++++++++++++++++-------- - 1 files changed, 59 insertions(+), 13 deletions(-) + +++++++++++++++++++++++++++++++++++++-------- + 1 file changed, 59 insertions(+), 13 deletions(-) commit ee02c5c89132db72e5cd987cd443cd09202b6f5b Author: Emilio Pozuelo Monfort @@ -13897,7 +14004,7 @@ src/empathy-call-window.c | 62 +++++++++++++++++++++++++++++++++++++++++++++ src/empathy-call.c | 38 +++++++++++++++++++++++++++ - 2 files changed, 100 insertions(+), 0 deletions(-) + 2 files changed, 100 insertions(+) commit d5136f90339362d53d780700808dc055fc0a7121 Author: Emilio Pozuelo Monfort @@ -13914,9 +14021,10 @@ https://bugzilla.gnome.org/show_bug.cgi?id=580794 src/empathy-call-window.c | 47 - +++++++++++++++++++++++++++++++++----------- - src/empathy-call-window.h | 6 +++++ - src/empathy-call.c | 43 +++++++++++++++++++++++++++++++++++----- + +++++++++++++++++++++++++++++++++------------ + src/empathy-call-window.h | 6 ++++++ + src/empathy-call.c | 43 + +++++++++++++++++++++++++++++++++++------ 3 files changed, 78 insertions(+), 18 deletions(-) commit 44731ebba06458462f5c26fed8fd0abab30e7450 @@ -13929,7 +14037,7 @@ src/empathy-call-factory.c | 98 ++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 98 insertions(+), 0 deletions(-) + 1 file changed, 98 insertions(+) commit 391bad3cd5545b504fd69563b3bb598320c4957d Author: Emilio Pozuelo Monfort @@ -13944,7 +14052,7 @@ src/empathy-call-factory.c | 106 +++++++++++++++----------------------------- - src/empathy-call-factory.h | 5 +- + src/empathy-call-factory.h | 5 +-- 2 files changed, 38 insertions(+), 73 deletions(-) commit 180787f1addccd923d50b45858ba24a0487e98bc @@ -13955,7 +14063,7 @@ po/fi.po | 2969 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1901 insertions(+), 1068 deletions(-) + 1 file changed, 1901 insertions(+), 1068 deletions(-) commit 48ac7cb1cb93bb1e0f94db7160f13da5342aa704 Author: Marek Černocký @@ -13965,7 +14073,7 @@ po/cs.po | 1507 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 821 insertions(+), 686 deletions(-) + 1 file changed, 821 insertions(+), 686 deletions(-) commit 77cd4e037d3bc5a91b408d8ed5b22c1cf29718c9 Author: Yuri Myasoedov @@ -13975,7 +14083,7 @@ po/ru.po | 189 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 100 insertions(+), 89 deletions(-) + 1 file changed, 100 insertions(+), 89 deletions(-) commit fd43479df7b581f4406054d1573c393523eae320 Author: Xandru Armesto @@ -13985,7 +14093,7 @@ po/ast.po | 3043 +++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 2034 insertions(+), 1009 deletions(-) + 1 file changed, 2034 insertions(+), 1009 deletions(-) commit 508b8346cb1f840ddb35a367d4a3d38b7b9271eb Author: Andika Triwidada @@ -13995,7 +14103,7 @@ po/id.po | 1067 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 544 insertions(+), 523 deletions(-) + 1 file changed, 544 insertions(+), 523 deletions(-) commit a9eb911ea875ce7e9a1c43fe76ddc77811887a60 Author: Guillaume Desmottes @@ -14007,7 +14115,7 @@ is empty. libempathy/empathy-contact.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit ab9ee7fa8f55743968169bdaef7515a7ed52eef8 Author: Fran Dieguez @@ -14016,7 +14124,7 @@ Updated galician translations po/gl.po | 47 +++++++++++++++++++++++++++++------------------ - 1 files changed, 29 insertions(+), 18 deletions(-) + 1 file changed, 29 insertions(+), 18 deletions(-) commit 2903da2d9daa7ab3bf26eea250a612501594d3d8 Author: Ihar Hrachyshka @@ -14025,7 +14133,7 @@ Updated Belarusian translation. po/be.po | 44 +++++++++++++++++++++++++++----------------- - 1 files changed, 27 insertions(+), 17 deletions(-) + 1 file changed, 27 insertions(+), 17 deletions(-) commit 0cd4f036ea16c9232e5bfd5b25cd5265d9ccd692 Author: Kjartan Maraas @@ -14035,7 +14143,7 @@ po/nb.po | 102 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 56 insertions(+), 46 deletions(-) + 1 file changed, 56 insertions(+), 46 deletions(-) commit c748ade7736f4ff27b912214ba54c0d6ee78162d Author: Mario Blättermann @@ -14045,7 +14153,7 @@ help/de/de.po | 917 +++++++++++++++++++++++++++++---------------------------- - 1 files changed, 470 insertions(+), 447 deletions(-) + 1 file changed, 470 insertions(+), 447 deletions(-) commit 2365a93233ce5750a0fe3d810ac2d65f602f1564 Author: Jorge González @@ -14055,7 +14163,7 @@ po/es.po | 182 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 97 insertions(+), 85 deletions(-) + 1 file changed, 97 insertions(+), 85 deletions(-) commit 4c56f91672941396112202617345b1b0445c29e0 Author: Will Thompson @@ -14075,7 +14183,7 @@ libempathy-gtk/empathy-contact-selector-dialog.c | 21 +++++---------------- - 1 files changed, 5 insertions(+), 16 deletions(-) + 1 file changed, 5 insertions(+), 16 deletions(-) commit 36ef8807996629af42cec57fdb2adf4799b1cba4 Author: Will Thompson @@ -14091,7 +14199,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658340 libempathy/empathy-individual-manager.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit f05b344066594fc4acd07865b70a6865d599c5d6 Author: Guillaume Desmottes @@ -14102,7 +14210,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658341 configure.ac | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit 4ed88cebf36575508f7eb7931b9f46b8f661a60e Author: Alban Browaeys @@ -14117,7 +14225,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=657818 src/empathy-import-utils.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 905dec95625ac420b3fc2914b5d365a89e5b70f8 Author: Guillaume Desmottes @@ -14129,8 +14237,8 @@ The contact manager should probably be killed at some point any way. libempathy-gtk/empathy-individual-store.c | 38 - +++++++++++++--------------- - 1 files changed, 18 insertions(+), 20 deletions(-) + ++++++++++++++--------------- + 1 file changed, 18 insertions(+), 20 deletions(-) commit cbb85fe9590befd0b020b8dbf77233d32c906e42 Author: Will Thompson @@ -14140,7 +14248,7 @@ src/empathy-preferences.ui | 43 ++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 42 insertions(+), 1 deletions(-) + 1 file changed, 42 insertions(+), 1 deletion(-) commit bb6e00b22a1c7ee318e701d3780338d13be7e9e5 Author: Piotr Drąg @@ -14149,7 +14257,7 @@ Updated POTFILES.in po/POTFILES.in | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 0f2e15e0a3e294e47eec19659c0a02582e2198fb Author: Will Thompson @@ -14174,7 +14282,7 @@ Reviewed-by: Jonny Lamb libempathy/empathy-tp-chat.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 2f334ccf04bdd42251132b5216859fd9d22ed100 Author: Will Thompson @@ -14186,7 +14294,7 @@ src/empathy-preferences.ui | 184 ++++++++++++++++++++++---------------------- - 1 files changed, 92 insertions(+), 92 deletions(-) + 1 file changed, 92 insertions(+), 92 deletions(-) commit 820ebbc7f67288715794f712be7c9f12130b7565 Author: Will Thompson @@ -14201,7 +14309,7 @@ src/empathy-preferences.ui | 41 +---------------------------------------- - 1 files changed, 1 insertions(+), 40 deletions(-) + 1 file changed, 1 insertion(+), 40 deletions(-) commit 3db17606a2d9e16abb9bff10233a579852b8559b Author: Will Thompson @@ -14210,7 +14318,7 @@ Call preferences: add colons to labels src/empathy-preferences.ui | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b77af8e37dff739e55a69f85f89fc3031620e1e3 Merge: 64a35d4 5bc58b6 @@ -14226,7 +14334,7 @@ remove release flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8957b456d91821ff56a559b36066e66546f0dfe3 Author: Guillaume Desmottes @@ -14245,7 +14353,7 @@ Updated Persian translation po/fa.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 0ecc4bae11c7130a57687163bf75a90fe1911121 Author: Arash Mousavi @@ -14255,7 +14363,7 @@ po/fa.po | 1196 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 616 insertions(+), 580 deletions(-) + 1 file changed, 616 insertions(+), 580 deletions(-) commit c1188cc50e7e8e492d1f98f1b73200eb65ba784e Author: Guillaume Desmottes @@ -14266,7 +14374,7 @@ How did I end up commiting this without the ';'?? libempathy/empathy-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 68ef0da647171dc544ef4e16859a9519529863c6 Author: Guillaume Desmottes @@ -14280,7 +14388,7 @@ to have some info to help debugging. libempathy/empathy-utils.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 7936496e842742b7e5f1444e3ffdc0ab89e09f50 Author: Guillaume Desmottes @@ -14293,7 +14401,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=658254 data/empathy-accounts.desktop.in.in | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 301f075fbc9ebd1f6330a5ce6ba19fbace3ea80a Author: Guillaume Desmottes @@ -14302,7 +14410,7 @@ don't leak the keys returned by g_key_file_get_keys() goa-mc-plugin/mcp-account-manager-goa.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit e49885103b7bd1754511282b05a1b44c13d7289f Author: Guillaume Desmottes @@ -14311,7 +14419,7 @@ mcp_account_manager_goa_get: rename 'n' to nkeys goa-mc-plugin/mcp-account-manager-goa.c | 9 +++------ - 1 files changed, 3 insertions(+), 6 deletions(-) + 1 file changed, 3 insertions(+), 6 deletions(-) commit fe369729ae300f341fa250420b1596900da58742 Author: Guillaume Desmottes @@ -14321,7 +14429,7 @@ goa-mc-plugin/mcp-account-manager-goa.c | 131 +++++++++++++++++++++++++++++-- - 1 files changed, 124 insertions(+), 7 deletions(-) + 1 file changed, 124 insertions(+), 7 deletions(-) commit b7c9d3ec599064bee965a017eb6182d56c156e41 Author: Guillaume Desmottes @@ -14331,8 +14439,8 @@ enabled/disabled goa-mc-plugin/mcp-account-manager-goa.c | 38 - +++++++++++++++--------------- - 1 files changed, 19 insertions(+), 19 deletions(-) + +++++++++++++++---------------- + 1 file changed, 19 insertions(+), 19 deletions(-) commit 08dedb8027eb3947b689ee7c99171406c8e82b47 Author: Guillaume Desmottes @@ -14345,7 +14453,7 @@ GOA to enable/disable the TP account. goa-mc-plugin/mcp-account-manager-goa.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 2d217cf1e80cfa1437f9f08e124b0c6f1fbe247c Author: Guillaume Desmottes @@ -14357,7 +14465,7 @@ goa-mc-plugin/mcp-account-manager-goa.c | 46 +++---------------------------- - 1 files changed, 4 insertions(+), 42 deletions(-) + 1 file changed, 4 insertions(+), 42 deletions(-) commit 2f5e2d1fdb7220291a75357c6c51ab7000e8b897 Author: Guillaume Desmottes @@ -14366,8 +14474,8 @@ watch for Chat feature changes to enable/disable the account goa-mc-plugin/mcp-account-manager-goa.c | 41 - +++++++++++++----------------- - 1 files changed, 18 insertions(+), 23 deletions(-) + ++++++++++++++----------------- + 1 file changed, 18 insertions(+), 23 deletions(-) commit 2278e8e11be7614d15d8c1a081dc49e68e5924eb Author: Guillaume Desmottes @@ -14380,7 +14488,7 @@ the account. goa-mc-plugin/mcp-account-manager-goa.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 5d17340353b68177ec1332e564a13f18fb00105a Author: Guillaume Desmottes @@ -14390,7 +14498,7 @@ goa-mc-plugin/mcp-account-manager-goa.c | 28 ++++++---------------------- - 1 files changed, 6 insertions(+), 22 deletions(-) + 1 file changed, 6 insertions(+), 22 deletions(-) commit 79df4629d7890f5d3a70e2d66afea1ded744e9d6 Author: Guillaume Desmottes @@ -14402,7 +14510,7 @@ goa-mc-plugin/mcp-account-manager-goa.c | 28 +++++++++++++++++----------- - 1 files changed, 17 insertions(+), 11 deletions(-) + 1 file changed, 17 insertions(+), 11 deletions(-) commit eb9d398e95bbb9972df1ac26374da11234a82989 Author: Danielle Madeley @@ -14412,7 +14520,7 @@ require-encryption goa-mc-plugin/mcp-account-manager-goa.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 18cb1d75f31075ac4ac4ad809d96cab824515387 Author: Danielle Madeley @@ -14421,7 +14529,7 @@ Document hashtable allocation/reffing goa-mc-plugin/mcp-account-manager-goa.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 0b4a5527117a282de064b0ea0a9bc920a1029dae Author: Danielle Madeley @@ -14430,8 +14538,8 @@ Track accounts created and destroyed from GOA goa-mc-plugin/mcp-account-manager-goa.c | 34 - +++++++++++++++++++++++++++++- - 1 files changed, 32 insertions(+), 2 deletions(-) + +++++++++++++++++++++++++++++-- + 1 file changed, 32 insertions(+), 2 deletions(-) commit 56ad8aa9ae095378b17d9bea03dd3f41fab232e2 Author: Danielle Madeley @@ -14441,7 +14549,7 @@ libempathy-gtk/empathy-account-widget.c | 72 ++++++++++++++++++++++++++++--- - 1 files changed, 65 insertions(+), 7 deletions(-) + 1 file changed, 65 insertions(+), 7 deletions(-) commit b2c74dfc9854df75ed63ccc9f8eeda6d3f6fc71b Author: Danielle Madeley @@ -14456,7 +14564,7 @@ +++++++++++++++++++++++++++++++ goa-mc-plugin/mcp-account-manager-goa.h | 60 ++++ goa-mc-plugin/mission-control-plugin.c | 48 ++++ - 6 files changed, 634 insertions(+), 1 deletions(-) + 6 files changed, 634 insertions(+), 1 deletion(-) commit 2d762527c1291c0a0fedcc2ab153d947b1876435 Author: Jorge González @@ -14466,7 +14574,7 @@ help/es/es.po | 171 ++++++++++++++++++++++++++++++++++++++------------------- - 1 files changed, 114 insertions(+), 57 deletions(-) + 1 file changed, 114 insertions(+), 57 deletions(-) commit 4d64e1f05887e06f88d9599a24e0b259c1d5838d Author: Ekaterina Gerasimova @@ -14480,7 +14588,7 @@ help/C/share-desktop.page | 56 ++++++++++++++++++++++++++++----------------- - 1 files changed, 35 insertions(+), 21 deletions(-) + 1 file changed, 35 insertions(+), 21 deletions(-) commit aae0b71cf6b97217175111c8af378bcccd05776b Author: Hannie Dumoleyn @@ -14490,7 +14598,7 @@ po/nl.po | 585 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 312 insertions(+), 273 deletions(-) + 1 file changed, 312 insertions(+), 273 deletions(-) commit 601297c0ea82f38432445a2dc4a211cbdb98e915 Author: Emilio Pozuelo Monfort @@ -14506,8 +14614,8 @@ libempathy-gtk/empathy-chat.c libempathy-gtk/empathy-chat.c | 50 - ++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 47 insertions(+), 3 deletions(-) + ++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 47 insertions(+), 3 deletions(-) commit d22e151a1880642b5b4ee06e8566727ddfe9a79c Author: Emilio Pozuelo Monfort @@ -14520,7 +14628,7 @@ libempathy-gtk/empathy-theme-adium.c libempathy-gtk/empathy-theme-adium.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 6c8045628c9b9092e80aa0183d0e33798c37d661 Author: Emilio Pozuelo Monfort @@ -14535,7 +14643,7 @@ libempathy-gtk/empathy-chat-view.c | 16 ++++++++++++++++ libempathy-gtk/empathy-chat-view.h | 6 ++++++ - 2 files changed, 22 insertions(+), 0 deletions(-) + 2 files changed, 22 insertions(+) commit 16e0d5a45bb1e11d57c4d5e512f021ebb6d2da12 Author: Emilio Pozuelo Monfort @@ -14548,7 +14656,7 @@ libempathy-gtk/empathy-new-message-dialog.c libempathy-gtk/empathy-new-message-dialog.c | 13 ++++++++----- - 1 files changed, 8 insertions(+), 5 deletions(-) + 1 file changed, 8 insertions(+), 5 deletions(-) commit 8f1fe631f8046ddeb0bd48d880176ed1f2048be9 Author: Emilio Pozuelo Monfort @@ -14562,7 +14670,7 @@ libempathy-gtk/empathy-new-message-dialog.c | 79 ++++++++++++++++++++++++++- - 1 files changed, 77 insertions(+), 2 deletions(-) + 1 file changed, 77 insertions(+), 2 deletions(-) commit b499944f633b2c8b5efd7c19b27399520c46ae66 Author: Emilio Pozuelo Monfort @@ -14597,7 +14705,7 @@ CallWindow: correctly detect outgoing calls src/empathy-call-window.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit c6e11eb4767148a799ab565de508886ffa7fa86f Author: Emilio Pozuelo Monfort @@ -14606,7 +14714,7 @@ Display an accurate error when not enough credit libempathy-gtk/empathy-call-utils.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 87842463373ddfbed87fdf27a617f1b35fb35d41 Author: Sjoerd Simons @@ -14615,7 +14723,7 @@ Cope with gtk_icon_theme_lookup_icon returning NULL libempathy-gtk/empathy-ui-utils.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 832ab62ef5fd25ca11f9739f4caa4cac971fd42b Author: Emilio Pozuelo Monfort @@ -14632,7 +14740,7 @@ libempathy/empathy-utils.c | 2 + src/empathy-main-window.c | 134 ++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 136 insertions(+), 0 deletions(-) + 2 files changed, 136 insertions(+) commit e01b2c3f1bbe994b1766709398d53611e30ee0ca Author: Fran Dieguez @@ -14642,7 +14750,7 @@ po/gl.po | 436 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 231 insertions(+), 205 deletions(-) + 1 file changed, 231 insertions(+), 205 deletions(-) commit 177093d0b13b58d50094b273cb16d62b8e2bd41b Author: Ihar Hrachyshka @@ -14652,7 +14760,7 @@ po/be.po | 96 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 48 insertions(+), 48 deletions(-) + 1 file changed, 48 insertions(+), 48 deletions(-) commit 3db27cec190e8a7d13566d73d6eda04f9d99b5d0 Author: Jorge González @@ -14661,7 +14769,7 @@ Updated Spanish translation help/es/es.po | 42 ++++++++++++++++++------------------------ - 1 files changed, 18 insertions(+), 24 deletions(-) + 1 file changed, 18 insertions(+), 24 deletions(-) commit d2467f4d3b989bb34ef35c16fd7cbdd57edf4161 Author: Shaun McCance @@ -14670,7 +14778,7 @@ help/irc-manage: Add install link for telepathy-idle help/C/irc-manage.page | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 22de94f978df78e8b83ad515a6d6c870049b116b Author: Cosimo Cecchi @@ -14681,7 +14789,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=657956 src/empathy-main-window.ui | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 55debdac5cb1a3a46a0c6e2bbc052e83f7e57f77 Author: Cosimo Cecchi @@ -14694,7 +14802,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=657954 libempathy-gtk/empathy-log-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit f329a627ccf45954e06909dde3626fbe535cd440 Author: Ihar Hrachyshka @@ -14704,7 +14812,7 @@ po/be.po | 367 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 196 insertions(+), 171 deletions(-) + 1 file changed, 196 insertions(+), 171 deletions(-) commit 2ab17b3039eef2c93d6fce4c5bee5f452fa8e8c1 Author: Emilio Pozuelo Monfort @@ -14715,7 +14823,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=657843 libempathy-gtk/empathy-log-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit bc0ec088a254f7432a299ee0b1d4b634d771140e Author: Emilio Pozuelo Monfort @@ -14726,7 +14834,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=657843 libempathy-gtk/empathy-log-window.ui | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 24bc9e50cd9cdb73f9983e01988834e386f600fb Author: Guillaume Desmottes @@ -14741,7 +14849,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=657842 libempathy-gtk/empathy-log-window.ui | 26 ++++++++++++++++++++++++++ - 1 files changed, 26 insertions(+), 0 deletions(-) + 1 file changed, 26 insertions(+) commit 8d3d11d5e3866cf4cfd730af4252c10fdd5783ed Author: Guillaume Desmottes @@ -14752,7 +14860,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=657266 libempathy/empathy-utils.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit 01086a035fcf1b128bd9547219aa00c8768e0118 Author: Cosimo Alfarano @@ -14770,7 +14878,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=657914 libempathy-gtk/empathy-individual-store.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 96a577f74ee233951f6b61b0fb8b1bbe70a1e12e Author: Dr.T.Vasudevan @@ -14780,7 +14888,7 @@ po/ta.po | 2173 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1383 insertions(+), 790 deletions(-) + 1 file changed, 1383 insertions(+), 790 deletions(-) commit 5bc58b637fe191eabddef9517e4a810e6f667baa Author: Danielle Madeley @@ -14799,7 +14907,7 @@ --------------------------------------- src/cc-empathy-accounts-panel.h | 55 --------- src/empathy-accounts-module.c | 40 ------- - 5 files changed, 0 insertions(+), 413 deletions(-) + 5 files changed, 413 deletions(-) commit b1fcecccc0dc5d4cbbdc67baf00a8bbdce2781d4 Author: Dr.T.Vasudevan @@ -14808,7 +14916,7 @@ Updated Tamil translation po/ta.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 078a23707194b9a1c21e42591a3a9732d46bb019 Author: Aurimas Černius @@ -14818,7 +14926,7 @@ po/lt.po | 1737 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 906 insertions(+), 831 deletions(-) + 1 file changed, 906 insertions(+), 831 deletions(-) commit 9cabc4a14f2ffab0045c5a601e9b5c8eada11b71 Author: Yuri Myasoedov @@ -14828,7 +14936,7 @@ po/ru.po | 401 ++++++++++++++++++++++++++++---------------------------------- - 1 files changed, 181 insertions(+), 220 deletions(-) + 1 file changed, 181 insertions(+), 220 deletions(-) commit f26ba0c5b0883b2fb63c5fa59349540cf2e7f8de Author: Cosimo Cecchi @@ -14841,7 +14949,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=657087 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d3afcd73345ebda8e784df8b81edda8ccc5d7c24 Author: Daniel Nylander @@ -14851,7 +14959,7 @@ po/sv.po | 397 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 213 insertions(+), 184 deletions(-) + 1 file changed, 213 insertions(+), 184 deletions(-) commit ac7803440e7d05e5e6f688c137ff738b760c261c Author: Antonio Fernandes C. Neto @@ -14860,8 +14968,8 @@ Updated Brazilian Portuguese translation. po/pt_BR.po | 385 - +++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 206 insertions(+), 179 deletions(-) + ++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 206 insertions(+), 179 deletions(-) commit 73e8667395282bda229c900425221ee0f35560ab Merge: 1da2ae6 e461080 @@ -14878,7 +14986,7 @@ po/nb.po | 363 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 194 insertions(+), 169 deletions(-) + 1 file changed, 194 insertions(+), 169 deletions(-) commit fcd22fbdd8d4545b04e15f3bcb6e4384e7d0ded6 Author: Sjoerd Simons @@ -14892,7 +15000,7 @@ example.c-om libempathy-gtk/empathy-account-widget.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 022c807d5dee69a54c565051cea62571b29d3ebf Author: Emilio Pozuelo Monfort @@ -14906,7 +15014,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656871 src/empathy-call-window.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 7da7c9f115124a274a8566a77624338816c641b3 Author: Guillaume Desmottes @@ -14915,7 +15023,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 21178340691a8b6a5f0963452f8a236f1adf5efc Author: Guillaume Desmottes @@ -14957,7 +15065,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=656189 libempathy-gtk/empathy-log-window.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit e4041ce8c3d86e99d747c53012349baa83116d45 Author: Jorge González @@ -14967,7 +15075,7 @@ po/es.po | 269 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 138 insertions(+), 131 deletions(-) + 1 file changed, 138 insertions(+), 131 deletions(-) commit 61fd1d957fff26fa3b65c765faf0f7ead346f280 Author: Emilio Pozuelo Monfort @@ -14978,7 +15086,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656886 src/empathy-call-window.c | 26 ++++++++++++++++++++------ - 1 files changed, 20 insertions(+), 6 deletions(-) + 1 file changed, 20 insertions(+), 6 deletions(-) commit dd7043a57b488e1cac84c36fba72dea3d220ea41 Author: Guillaume Desmottes @@ -14991,7 +15099,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656631 src/empathy.c | 47 +++++++++++++++++++++++++++-------------------- - 1 files changed, 27 insertions(+), 20 deletions(-) + 1 file changed, 27 insertions(+), 20 deletions(-) commit c079bd6891e308a63f9f920e9cbaf001e993f471 Author: Guillaume Desmottes @@ -15000,7 +15108,7 @@ fix typo src/empathy.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2d1cf80cf8ae0412eaf176c557f78f29ab8d4064 Author: Frédéric Péters @@ -15009,7 +15117,7 @@ build: remove -enumtypes rules src/Makefile.am | 18 ------------------ - 1 files changed, 0 insertions(+), 18 deletions(-) + 1 file changed, 18 deletions(-) commit f1d4849c8003841b7d6aa6b2ed39faf029ac783a Author: Frédéric Péters @@ -15030,7 +15138,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656632 src/empathy.c | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit 5cdfd1e0d6c5df35f07530b9cdcdbd6c74d33247 Author: Emilio Pozuelo Monfort @@ -15044,7 +15152,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656911 src/empathy-call-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 44f6461a975b9b2e309fae4ff052eb12df99704a Author: Emilio Pozuelo Monfort @@ -15058,7 +15166,7 @@ data/org.gnome.Empathy.gschema.xml.in | 13 +++++++++++++ src/empathy-call-window.c | 7 +++++++ - 2 files changed, 20 insertions(+), 0 deletions(-) + 2 files changed, 20 insertions(+) commit cd4cb2693bf0d46201971720cc9c6e4d70fbb8dc Author: Guillaume Desmottes @@ -15069,7 +15177,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=631944 src/empathy.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 48 insertions(+), 2 deletions(-) + 1 file changed, 48 insertions(+), 2 deletions(-) commit 30f02dbfe4f41a7307f26e125a0dfbe7c830f65d Author: Guillaume Desmottes @@ -15078,7 +15186,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fe6a8678e1885b38ad7437436a1e5983aea2a8c7 Author: Guillaume Desmottes @@ -15164,8 +15272,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=657616 - .../empathy-account-widget-local-xmpp.ui | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-account-widget-local-xmpp.ui | 10 ++++++++++ + 1 file changed, 10 insertions(+) commit 6a818ee5aced7076786ba0a48a8f32b800b9a676 Author: Cheng-Chia Tseng @@ -15186,8 +15294,8 @@ Updated Spanish translation po/es.po | 83 - ++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 49 insertions(+), 34 deletions(-) + +++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 49 insertions(+), 34 deletions(-) commit 302ef589503e23da0b38a7c394884ea04d37979b Author: Guillaume Desmottes @@ -15200,7 +15308,7 @@ people (including me!) were just thinking that was not working. libempathy-gtk/empathy-contact-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2df03efb4efc73eb7e4209f9eadb10ff6d646a4b Author: Guillaume Desmottes @@ -15214,7 +15322,7 @@ ++++++++++++++++++++++++++++++ libempathy-gtk/empathy-individual-menu.h | 3 +- libempathy/empathy-client-factory.c | 3 + - 3 files changed, 212 insertions(+), 1 deletions(-) + 3 files changed, 212 insertions(+), 1 deletion(-) commit 41515259986697a443e892ad31043d2275915eea Author: Guillaume Desmottes @@ -15230,7 +15338,7 @@ libempathy-gtk/empathy-account-selector-dialog.c | 198 ++++++++++++++++++++++ libempathy-gtk/empathy-account-selector-dialog.h | 68 ++++++++ - 3 files changed, 268 insertions(+), 0 deletions(-) + 3 files changed, 268 insertions(+) commit 04f88a3959838b95972664ce99cf24f94be06457 Author: Guillaume Desmottes @@ -15254,7 +15362,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=657362 libempathy/empathy-chatroom-manager.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 46369eff9ef4bded8b8215c5900b10cc2fb0069a Author: Fran Dieguez @@ -15263,7 +15371,7 @@ Updated galician translations po/gl.po | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 6e133dea9be47cbd49eaee291bfd41419e431f43 Author: Mario Blättermann @@ -15273,7 +15381,7 @@ po/de.po | 1628 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 882 insertions(+), 746 deletions(-) + 1 file changed, 882 insertions(+), 746 deletions(-) commit a3d613974a9d702452f3e563b24405c219d22006 Author: Yuri Myasoedov @@ -15283,7 +15391,7 @@ po/ru.po | 2260 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1427 insertions(+), 833 deletions(-) + 1 file changed, 1427 insertions(+), 833 deletions(-) commit abd933af3052cb371414fa640b3175a2720af91d Author: Daniel Mustieles @@ -15292,8 +15400,8 @@ Updated Spanish translation po/es.po | 112 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 59 insertions(+), 53 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 59 insertions(+), 53 deletions(-) commit 3000a3d49b6f0f8e1f2e364a780b75f01e0d8e6b Author: Will Thompson @@ -15304,7 +15412,7 @@ Reviewed-by: Guillaume Desmottes libempathy-gtk/empathy-ui-utils.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 7bae092e57e57103fa543d66c0bb11ac3ba4d43d Author: Guillaume Desmottes @@ -15325,7 +15433,7 @@ Updated Norwegian bokmål translation po/nb.po | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 61b4787cb8b7037d7fe918bb6f8c231cf362273b Author: Milo Casagrande @@ -15338,7 +15446,7 @@ Fixes bug #657166 libempathy-gtk/empathy-avatar-chooser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fba9b2278337d7fc24446d1e3fb8d580891d9e35 Author: Ihar Hrachyshka @@ -15348,7 +15456,7 @@ po/be.po | 4874 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 3211 insertions(+), 1663 deletions(-) + 1 file changed, 3211 insertions(+), 1663 deletions(-) commit 9dbb101d0ca44d6bff1bee75009fc14e0615aa1a Author: Will Thompson @@ -15364,7 +15472,7 @@ did). configure.ac | 48 ++++++++++++++++++++++++++++++++++++------------ - 1 files changed, 36 insertions(+), 12 deletions(-) + 1 file changed, 36 insertions(+), 12 deletions(-) commit f3c4f721b13f08c81ff2c9efe5b0f91c07df6903 Author: Will Thompson @@ -15377,7 +15485,7 @@ --enable-call. configure.ac | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit a7c8e72c9c4daa5a4830bad4ab6baa500106b3b4 Author: Will Thompson @@ -15392,7 +15500,7 @@ message. configure.ac | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit ec7580263da08c3301d44335f001d4914d6854e7 Author: Og B. Maciel @@ -15402,7 +15510,7 @@ po/pt_BR.po | 1124 +++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 597 insertions(+), 527 deletions(-) + 1 file changed, 597 insertions(+), 527 deletions(-) commit 05175cbebfb7d4dee0b55d24ed46e921b8256e0c Author: Raluca Elena Podiuc @@ -15427,7 +15535,7 @@ Fixes https://bugzilla.gnome.org/show_bug.cgi?id=657271 src/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 4cdd02a73bd9f10d6427afc6979371f2207e9073 Author: Fran Dieguez @@ -15437,7 +15545,7 @@ po/gl.po | 709 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 365 insertions(+), 344 deletions(-) + 1 file changed, 365 insertions(+), 344 deletions(-) commit 7bc4d0c51423617ef6b41e81ced8471c464d6456 Author: Daniel Mustieles @@ -15446,8 +15554,8 @@ Updated Spanish translation po/es.po | 646 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 328 insertions(+), 318 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 328 insertions(+), 318 deletions(-) commit 84e5d3835a98335372a6c058103f8e7d8b46519a Author: Kjartan Maraas @@ -15456,7 +15564,7 @@ Updated Norwegian bokmål translation po/nb.po | 28 ++++++++++++++++------------ - 1 files changed, 16 insertions(+), 12 deletions(-) + 1 file changed, 16 insertions(+), 12 deletions(-) commit 34444b9a90be269af9d7af39ca064741de2123a5 Author: Xavier Claessens @@ -15467,7 +15575,7 @@ Fixes bug #657173 libempathy/empathy-tp-contact-list.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 96d638486a06118b91086f00d3a6b9d89eb8d445 Author: Guillaume Desmottes @@ -15481,7 +15589,7 @@ libempathy-gtk/empathy-account-widget-sip.c | 22 ++++++++++++++++++++++ libempathy-gtk/empathy-account-widget-sip.ui | 19 ++++++++++++++++++- - 2 files changed, 40 insertions(+), 1 deletions(-) + 2 files changed, 40 insertions(+), 1 deletion(-) commit 1363e49db79f64f85b7cdd4fe273896a9228c619 Author: Guillaume Desmottes @@ -15495,7 +15603,7 @@ libempathy-gtk/empathy-account-widget-sip.ui | 91 +++++++++++++++++++++----- - 1 files changed, 73 insertions(+), 18 deletions(-) + 1 file changed, 73 insertions(+), 18 deletions(-) commit fe4fd76aebe8faea1e7f16215cac005e5017a155 Author: Guillaume Desmottes @@ -15507,7 +15615,7 @@ libempathy-gtk/empathy-account-widget.c | 8 ++++++++ libempathy-gtk/empathy-account-widget.h | 3 +++ - 2 files changed, 11 insertions(+), 0 deletions(-) + 2 files changed, 11 insertions(+) commit 1ef053f46e31460f8f128621690a967e2ca08fc6 Author: Guillaume Desmottes @@ -15521,7 +15629,7 @@ libempathy/empathy-account-settings.c | 65 +++++++++++++++++++++++++++++++++ libempathy/empathy-account-settings.h | 6 +++ - 2 files changed, 71 insertions(+), 0 deletions(-) + 2 files changed, 71 insertions(+) commit ff4c2d1b2504826b405d2c6846c0a6087320380d Author: Kjartan Maraas @@ -15531,7 +15639,7 @@ po/nb.po | 673 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 340 insertions(+), 333 deletions(-) + 1 file changed, 340 insertions(+), 333 deletions(-) commit 4b2400798cf3468196fdc1680d37a8474129df13 Author: Yaron Shahrabani @@ -15541,7 +15649,7 @@ po/he.po | 405 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 211 insertions(+), 194 deletions(-) + 1 file changed, 211 insertions(+), 194 deletions(-) commit 0b92f77d8d32ddb96515abe5a1619acb9f55db11 Author: Daniel Nylander @@ -15551,7 +15659,7 @@ po/sv.po | 1215 ++++++++++++++++++++++++++------------------------------------ - 1 files changed, 515 insertions(+), 700 deletions(-) + 1 file changed, 515 insertions(+), 700 deletions(-) commit 57075092737c287010e1a2435bf1b1c1839101a5 Author: Philip Withnall @@ -15575,7 +15683,7 @@ Closes: bgo#656682 libempathy-gtk/empathy-ui-utils.c | 20 ++++++++++++++++++++ - 1 files changed, 20 insertions(+), 0 deletions(-) + 1 file changed, 20 insertions(+) commit 4fd99e6dc16c26656d43296f2b3104dac3f9e45b Author: Guillaume Desmottes @@ -15589,7 +15697,7 @@ src/empathy-main-window.ui | 164 ++++++++++++++++++++++---------------------- - 1 files changed, 83 insertions(+), 81 deletions(-) + 1 file changed, 83 insertions(+), 81 deletions(-) commit 1ad15d157971b6550cb11787a03463e891d29364 Author: Guillaume Desmottes @@ -15620,7 +15728,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=657105 src/empathy-main-window.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit d74b1775e5f237869bdc2177064ea82aa370ac42 Author: Alban Crequy @@ -15629,7 +15737,7 @@ geocode: fix uninitialized variable (-Werror=uninitialized) libempathy/empathy-contact.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ec1594416d7fc29c7baeeb10f7645934a9679bb5 Author: Alban Crequy @@ -15641,7 +15749,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=657086 configure.ac | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit 20a005394616e171ab3c7a974122bfa01df426a2 Merge: 2c55a1a 8854564 @@ -15659,7 +15767,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=657104 libempathy-gtk/empathy-account-widget-irc.ui | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 266c56fd9d092259c0c58fa9c23afce841bd6779 Author: Wouter Bolsterlee @@ -15669,7 +15777,7 @@ po/nl.po | 305 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 159 insertions(+), 146 deletions(-) + 1 file changed, 159 insertions(+), 146 deletions(-) commit 885456479f37aa5aa500361bef33ac3dd746428a Author: Jonny Lamb @@ -15682,7 +15790,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-search-bar.ui | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 6df8cf14b3b25782ce5437ae0e26e0726da1daa2 Author: Jonny Lamb @@ -15693,7 +15801,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-search-bar.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 64e2c818c7faead9671d959a87d60ce92c082ab1 Author: Jonny Lamb @@ -15708,7 +15816,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-search-bar.ui | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 78265c9fd2f7526876c1418b80dda44d96f6c644 Author: Jonny Lamb @@ -15720,7 +15828,7 @@ libempathy-gtk/empathy-search-bar.ui | 33 +++++++++++++++++++++------------ - 1 files changed, 21 insertions(+), 12 deletions(-) + 1 file changed, 21 insertions(+), 12 deletions(-) commit 3be11adb859eb5ec1a2f2a850e8277c73e5aa814 Author: Xavier Claessens @@ -15730,7 +15838,7 @@ can ignore it src/empathy-chat-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit f60338e75ad72300e1f93ea38ce17284d50d698c Author: Guillaume Desmottes @@ -15742,7 +15850,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656829 libempathy/empathy-contact.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 4c534b01f55b25442d8399db4a610a3e1982daa9 Author: Guillaume Desmottes @@ -15768,7 +15876,7 @@ Fixes: https://bugzilla.gnome.org/642385 libempathy/irc-networks.xml | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit d1efd59bfbb620fa7531726f6b473880a3c485a7 Author: Guillaume Desmottes @@ -15777,7 +15885,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9a70028671636681ff16ccb288e3d02fb90b807b Author: Guillaume Desmottes @@ -15786,7 +15894,7 @@ add empathy-webkit-utils.c to POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 8cd279f2dd43b31409a396549195a4144b54c695 Author: Guillaume Desmottes @@ -15813,7 +15921,7 @@ libempathy-gtk/empathy-individual-store.c | 39 +++++++++++++++++------------ - libempathy-gtk/empathy-individual-view.c | 3 +- + libempathy-gtk/empathy-individual-view.c | 3 ++- 2 files changed, 25 insertions(+), 17 deletions(-) commit d1d3a49fc919ed734b77a6e94afb2d49109182f2 @@ -15829,7 +15937,7 @@ libempathy-gtk/empathy-individual-dialogs.c | 3 + libempathy-gtk/empathy-individual-menu.c | 34 ++++++--- - libempathy-gtk/empathy-individual-store.c | 57 +++++++++------ + libempathy-gtk/empathy-individual-store.c | 57 ++++++++------ libempathy-gtk/empathy-individual-widget.c | 46 ++++++++---- libempathy-gtk/empathy-persona-store.c | 106 ++++++++++++++++----------- @@ -15861,7 +15969,7 @@ po/zh_CN.po | 780 ++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 400 insertions(+), 380 deletions(-) + 1 file changed, 400 insertions(+), 380 deletions(-) commit 569c3381242efcb5bc7966825023e890965c0b62 Author: Emilio Pozuelo Monfort @@ -15873,7 +15981,7 @@ libempathy-gtk/empathy-contact-search-dialog.c | 38 +++++++++++++++++++----- - 1 files changed, 30 insertions(+), 8 deletions(-) + 1 file changed, 30 insertions(+), 8 deletions(-) commit 82600285342927b40d8a7b72f0b559b4b14d01a3 Author: Emilio Pozuelo Monfort @@ -15885,7 +15993,7 @@ libempathy/empathy-contact-list.h | 1 + libempathy/empathy-tp-contact-list.c | 4 ++++ - 2 files changed, 5 insertions(+), 0 deletions(-) + 2 files changed, 5 insertions(+) commit 138759c101a9dd03db74d082d58c43e252e96217 Author: Emilio Pozuelo Monfort @@ -15896,7 +16004,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656934 libempathy-gtk/empathy-contact-search-dialog.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 6afea914d5c915cde2fc3bf660441d8417ffcede Author: Emilio Pozuelo Monfort @@ -15908,7 +16016,7 @@ libempathy-gtk/empathy-contact-search-dialog.c | 37 ++++++++++++++++++++++-- - 1 files changed, 34 insertions(+), 3 deletions(-) + 1 file changed, 34 insertions(+), 3 deletions(-) commit fb1f95dfba027a0cb62bf94b77a429c5809f47fc Author: Emilio Pozuelo Monfort @@ -15919,7 +16027,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656887 src/empathy-call-window.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit 129f902925f603c163dc66757faf4d22632efe9e Author: Laurent Bigonville @@ -15933,7 +16041,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656908 configure.ac | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 376c8299f4c69345fd783b20a8f2f4d8827551bb Author: Emilio Pozuelo Monfort @@ -15944,7 +16052,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656885 src/empathy-camera-menu.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 09b8172fb599c1a5dd1971eb4501304915034112 Author: Emilio Pozuelo Monfort @@ -15974,7 +16082,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656888 src/empathy-call-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b9582cf3bee2de40dc4dbb9b73e0c2d998e25875 Author: Guillaume Desmottes @@ -15985,7 +16093,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656866 libempathy-gtk/empathy-contact-chooser.c | 6 +----- - 1 files changed, 1 insertions(+), 5 deletions(-) + 1 file changed, 1 insertion(+), 5 deletions(-) commit 010b9fefd050ad4d4c2627cad084b55573a455a3 Author: Guillaume Desmottes @@ -15996,7 +16104,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656866 src/empathy-main-window.c | 16 ++++------------ - 1 files changed, 4 insertions(+), 12 deletions(-) + 1 file changed, 4 insertions(+), 12 deletions(-) commit 7684cbad9c0b6f0ac8b9640b1b74e0dafc058e84 Author: Emilio Pozuelo Monfort @@ -16031,7 +16139,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656576 src/empathy-call-window.c | 26 ++++++++++++-------------- - 1 files changed, 12 insertions(+), 14 deletions(-) + 1 file changed, 12 insertions(+), 14 deletions(-) commit c1eb12ebde6572a01744a8120440e630c8920d3a Author: Emilio Pozuelo Monfort @@ -16048,7 +16156,7 @@ src/empathy-rounded-rectangle.c | 133 +++++++++++++++++++++++++++++++++++++++ src/empathy-rounded-rectangle.h | 75 ++++++++++++++++++++++ - 3 files changed, 210 insertions(+), 0 deletions(-) + 3 files changed, 210 insertions(+) commit b11d6d385735ef43450271d7f07604448f751ce2 Author: Emilio Pozuelo Monfort @@ -16059,7 +16167,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656576 src/empathy-call-window.c | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit 46958ec5bbd485a9875047c367d32deb8ba0aa54 Author: Emilio Pozuelo Monfort @@ -16070,7 +16178,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656576 src/empathy-call-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit df6a08ae4314e831b437a88edd14c4d8e4eb61c4 Author: Emilio Pozuelo Monfort @@ -16080,12 +16188,12 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656576 - src/Makefile.am | 2 + + src/Makefile.am | 2 ++ src/empathy-rounded-texture.c | 69 +++++++++++++++++++++++++++++++++++++++++ src/empathy-rounded-texture.h | 63 +++++++++++++++++++++++++++++++++++++ - 3 files changed, 134 insertions(+), 0 deletions(-) + 3 files changed, 134 insertions(+) commit 2a15005b42394c72c7c883aa9beff4f8f87b8e26 Author: Emilio Pozuelo Monfort @@ -16096,7 +16204,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656566 src/empathy-call-window.c | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit 335d9576a93088c11a44de1cdb9c3884a285d95e Merge: fb56e32 6b35d5c @@ -16113,9 +16221,9 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656831 - libempathy/empathy-client-factory.c | 3 ++ + libempathy/empathy-client-factory.c | 3 +++ src/empathy-main-window.c | 36 - +++++++--------------------------- + ++++++++--------------------------- 2 files changed, 11 insertions(+), 28 deletions(-) commit 3f96f6d69d75bef18d372c26df40ab3bbd3628fe @@ -16128,8 +16236,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656831 libempathy/empathy-tp-chat.c | 48 - +++++++++++------------------------------ - 1 files changed, 13 insertions(+), 35 deletions(-) + ++++++++++++------------------------------ + 1 file changed, 13 insertions(+), 35 deletions(-) commit c9b5bba619706d6b1a45654f845e7722870a25df Author: Guillaume Desmottes @@ -16141,8 +16249,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656831 libempathy-gtk/empathy-new-message-dialog.c | 55 - +++++--------------------- - 1 files changed, 11 insertions(+), 44 deletions(-) + ++++++--------------------- + 1 file changed, 11 insertions(+), 44 deletions(-) commit 686b4e258c29a7adde96606474e81929d62976b1 Author: Guillaume Desmottes @@ -16154,7 +16262,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656831 libempathy/empathy-ft-handler.c | 25 ++++++++----------------- - 1 files changed, 8 insertions(+), 17 deletions(-) + 1 file changed, 8 insertions(+), 17 deletions(-) commit 3370401046e7233a98afbe528e9a936fdad18b18 Author: Guillaume Desmottes @@ -16166,8 +16274,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656831 libempathy-gtk/empathy-new-call-dialog.c | 61 - ++++++++--------------------- - 1 files changed, 17 insertions(+), 44 deletions(-) + +++++++++--------------------- + 1 file changed, 17 insertions(+), 44 deletions(-) commit a87c7313fa5fca97265a533b5613726c5958e9bd Author: Guillaume Desmottes @@ -16180,7 +16288,7 @@ libempathy-gtk/empathy-individual-widget.c | 96 ++++++++++------------------ - 1 files changed, 35 insertions(+), 61 deletions(-) + 1 file changed, 35 insertions(+), 61 deletions(-) commit c428f8a475111473ea9a9dc246ca1d2312f41d8c Author: Guillaume Desmottes @@ -16206,7 +16314,7 @@ libempathy-gtk/empathy-contact-search-dialog.c | 60 ++++-------------------- - 1 files changed, 10 insertions(+), 50 deletions(-) + 1 file changed, 10 insertions(+), 50 deletions(-) commit 7cbbd2ee8253dfd69994d83e0dfe1a63c7ca4fd0 Author: Guillaume Desmottes @@ -16235,7 +16343,7 @@ libempathy-gtk/empathy-account-chooser.c | 55 ++++++------------------------ - 1 files changed, 11 insertions(+), 44 deletions(-) + 1 file changed, 11 insertions(+), 44 deletions(-) commit 5f8f65f8c95b7c01138992190b559e00b0790962 Author: Guillaume Desmottes @@ -16250,7 +16358,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656831 libempathy/empathy-client-factory.c | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + 1 file changed, 18 insertions(+) commit 6b35d5c27162fdf750a6d1e193e31e51dfe225dd Author: Danielle Madeley @@ -16270,7 +16378,7 @@ po/he.po | 620 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 320 insertions(+), 300 deletions(-) + 1 file changed, 320 insertions(+), 300 deletions(-) commit 19ce5d04599b6425b59aac6ce0ef4850cfdc9059 Author: Hannie Dumoleyn @@ -16280,7 +16388,7 @@ po/nl.po | 1239 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 692 insertions(+), 547 deletions(-) + 1 file changed, 692 insertions(+), 547 deletions(-) commit d7650c7ac5c90a7ad615196a8fcef05cafc7a2d6 Author: Andrej Žnidaršič @@ -16289,7 +16397,7 @@ Updated Slovenian translation po/sl.po | 46 ++++------------------------------------------ - 1 files changed, 4 insertions(+), 42 deletions(-) + 1 file changed, 4 insertions(+), 42 deletions(-) commit ddc5879579652ace80965450d98178771a18b210 Author: Emilio Pozuelo Monfort @@ -16300,7 +16408,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656573 src/empathy-call-window.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 33dab5dcf04b0f979c91e65373c9a7d89da014b3 Author: Emilio Pozuelo Monfort @@ -16314,7 +16422,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656573 src/empathy-call-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 3f60db5fb3b3c80440d381e3a8fc1a52e1da700a Author: Emilio Pozuelo Monfort @@ -16327,7 +16435,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656573 src/empathy-call-window.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit fe5db93073fa90597d86ae9d1500a6abaf49f3ae Author: Emilio Pozuelo Monfort @@ -16338,7 +16446,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656573 src/empathy-call-window.c | 29 ++++++++++++++++++++++------- - 1 files changed, 22 insertions(+), 7 deletions(-) + 1 file changed, 22 insertions(+), 7 deletions(-) commit aba9ae9e811e5cb65745f16450c547362595330c Author: Emilio Pozuelo Monfort @@ -16347,7 +16455,7 @@ Don't install Call service files if empathy-call is not built data/Makefile.am | 12 ++++++++++-- - 1 files changed, 10 insertions(+), 2 deletions(-) + 1 file changed, 10 insertions(+), 2 deletions(-) commit fb90ae1ed068d4f0f0972b886cb8d1f643bf2f9f Author: Jonny Lamb @@ -16359,8 +16467,8 @@ src/empathy-mic-monitor.c | 64 +++++++++++++++++++++++++++++++++++++++++++++ - src/empathy-mic-monitor.h | 5 +++ - 2 files changed, 69 insertions(+), 0 deletions(-) + src/empathy-mic-monitor.h | 5 ++++ + 2 files changed, 69 insertions(+) commit e5cd9e64870fbca5bc57d205ba4fe9aadb726614 Author: Jonny Lamb @@ -16373,7 +16481,7 @@ src/empathy-mic-monitor.c | 58 +++++++++++++++++++++++++++++++++++++++++++++ src/empathy-mic-monitor.h | 5 ++++ - 2 files changed, 63 insertions(+), 0 deletions(-) + 2 files changed, 63 insertions(+) commit a719df5e3df6a31d0e629516cffcdfca9436e5ae Author: Jonny Lamb @@ -16384,7 +16492,7 @@ Signed-off-by: Jonny Lamb src/empathy-mic-menu.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 9a93b2732802719b6263b1d314252c7df9c62c1a Author: Jonny Lamb @@ -16396,7 +16504,7 @@ src/empathy-audio-src.c | 2 +- src/empathy-audio-src.h | 2 ++ - 2 files changed, 3 insertions(+), 1 deletions(-) + 2 files changed, 3 insertions(+), 1 deletion(-) commit cd40005a5e9608fa8e1295b8606788af38100dba Author: Jonny Lamb @@ -16409,8 +16517,8 @@ Signed-off-by: Jonny Lamb src/Makefile.am | 6 +- - src/empathy-audio-src.c | 396 +++++--------------------------- - src/empathy-audio-src.h | 13 - + src/empathy-audio-src.c | 396 +++++-------------------------- + src/empathy-audio-src.h | 13 -- src/empathy-mic-menu.c | 27 ++- src/empathy-mic-monitor.c | 566 +++++++++++++++++++++++++++++++++++++++++++++ @@ -16426,7 +16534,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-chatroom-manager.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 9ddd25f8589ae0cd5ec8e09c4c012e4ccac6a416 Author: Guillaume Desmottes @@ -16452,7 +16560,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=655799 - libempathy-gtk/empathy-contact-list-view.c | 13 ++- + libempathy-gtk/empathy-contact-list-view.c | 13 +- libempathy-gtk/empathy-log-window.c | 17 +-- libempathy/Makefile.am | 4 +- libempathy/empathy-channel-factory.c | 163 @@ -16467,10 +16575,10 @@ libempathy/empathy-message.c | 12 +- libempathy/empathy-tp-chat.c | 5 +- libempathy/empathy-tp-chat.h | 4 +- - libempathy/empathy-utils.c | 40 ++----- + libempathy/empathy-utils.c | 40 ++---- libempathy/empathy-utils.h | 2 - src/empathy-call-factory.c | 22 +--- - src/empathy-call-handler.c | 7 - + src/empathy-call-handler.c | 7 -- src/empathy-call-observer.c | 21 +--- src/empathy-chat-manager.c | 29 +---- src/empathy-chat-window.c | 14 ++- @@ -16490,7 +16598,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=655799 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c99e88c23e6a55d5ad43aa6d0239ccbfff23e8af Author: Guillaume Desmottes @@ -16501,7 +16609,7 @@ .gitignore | 2 ++ m4/.gitignore | 30 +++++++++++++++++++++++++++++- po/.gitignore | 7 +++++++ - 3 files changed, 38 insertions(+), 1 deletions(-) + 3 files changed, 38 insertions(+), 1 deletion(-) commit ecf2cb496e3815a0b54270888e0710b20b47ba0d Author: A S Alam @@ -16511,7 +16619,7 @@ po/pa.po | 1128 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 594 insertions(+), 534 deletions(-) + 1 file changed, 594 insertions(+), 534 deletions(-) commit 2021c145e0c5eb6aa9eda91d58d54b13007113ad Merge: d3e8563 dc7080f @@ -16528,7 +16636,7 @@ help/gl/gl.po | 4319 +++++++++++++++------------------------------------------ - 1 files changed, 1142 insertions(+), 3177 deletions(-) + 1 file changed, 1142 insertions(+), 3177 deletions(-) commit 96174dd10b0fd5f43656d582d5ecb2b4877641a8 Author: Javier Jardón @@ -16547,7 +16655,7 @@ configure.ac: Use upstream gettext instead the glib one configure.ac | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 641eee8befe742a34cd872fc1378cce99622fd90 Author: Javier Jardón @@ -16569,7 +16677,7 @@ Use context menu utility in log viewer libempathy-gtk/empathy-log-window.c | 30 +++++++++++++++++++++++++----- - 1 files changed, 25 insertions(+), 5 deletions(-) + 1 file changed, 25 insertions(+), 5 deletions(-) commit 1ba7c298c282b4775c29c80214009876e943648d Author: Danielle Madeley @@ -16592,7 +16700,7 @@ po/es.po | 375 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 201 insertions(+), 174 deletions(-) + 1 file changed, 201 insertions(+), 174 deletions(-) commit afe59f99f61e73298c7020b4eb36e16152df08e7 Author: Fran Dieguez @@ -16602,7 +16710,7 @@ po/gl.po | 390 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 208 insertions(+), 182 deletions(-) + 1 file changed, 208 insertions(+), 182 deletions(-) commit 8e1fa68d047f6e05145815490d37eaaa5c18ec8a Author: Andika Triwidada @@ -16612,7 +16720,7 @@ po/id.po | 2869 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 1557 insertions(+), 1312 deletions(-) + 1 file changed, 1557 insertions(+), 1312 deletions(-) commit 04fb4922da622924282b8a6321587b89e1168aaf Author: Kjartan Maraas @@ -16622,7 +16730,7 @@ po/nb.po | 382 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 205 insertions(+), 177 deletions(-) + 1 file changed, 205 insertions(+), 177 deletions(-) commit 3b7cad12fe7c90afee27e25b97a748e3195d5e88 Author: Emilio Pozuelo Monfort @@ -16631,7 +16739,7 @@ CallWindow: move preview rectangles on top of remote video src/empathy-call-window.c | 26 ++++++++++++++++++++++++-- - 1 files changed, 24 insertions(+), 2 deletions(-) + 1 file changed, 24 insertions(+), 2 deletions(-) commit 775cada033b7430eadee1dedbef519c584b1f81b Author: Guillaume Desmottes @@ -16640,7 +16748,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 87ccb908bf268d2807fd7680c09725d614264d2c Author: Guillaume Desmottes @@ -16650,7 +16758,7 @@ NEWS | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 4 +- + configure.ac | 4 ++-- 2 files changed, 62 insertions(+), 2 deletions(-) commit c4cfe9bec8232e6265c507135fcf94947c485083 @@ -16660,7 +16768,7 @@ coding style fix src/empathy-preferences.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c613ffe9a51cd7cf7abe6c412cda534db5fc42a3 Author: Emilio Pozuelo Monfort @@ -16669,7 +16777,7 @@ CallWindow: add some padding to the dialpad src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e239157c776847fc577662752a5b49cd559b4a38 Author: Emilio Pozuelo Monfort @@ -16678,7 +16786,7 @@ Use AC_ARG_ENABLE with --enable-* configure.ac | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit 31ff17d78a1ab727dad9ed67e4ed6948ff118966 Author: Emilio Pozuelo Monfort @@ -16689,7 +16797,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656571 src/empathy-call-window.c | 24 ++++++++++++------------ - 1 files changed, 12 insertions(+), 12 deletions(-) + 1 file changed, 12 insertions(+), 12 deletions(-) commit c469fd154c871be294b4dd1f0ddffacf112ef454 Author: Emilio Pozuelo Monfort @@ -16724,7 +16832,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656572 src/empathy-call-window.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit f513e634f70f65fb5d3cc947ef139a89ac98f4b4 Author: Emilio Pozuelo Monfort @@ -16735,7 +16843,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656571 src/empathy-call-window.ui | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit d7c83fa38cb8ce5f60e8fc7a8781ddc1f21a5acc Author: Emilio Pozuelo Monfort @@ -16746,7 +16854,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656571 src/empathy-call-window.c | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit 3a9a3210bbf8e927ef64510d066c035aa60a8a50 Author: Philip Withnall @@ -16762,7 +16870,7 @@ configure.ac | 2 +- libempathy-gtk/empathy-ui-utils.c | 140 - ++++++++++++++++++++++++++---------- + ++++++++++++++++++++++++++----------- 2 files changed, 102 insertions(+), 40 deletions(-) commit ede83c3b09c25b9e08c0aa54d842d844b582e0d8 @@ -16773,7 +16881,7 @@ Does not currently highlight the row. - data/empathy-log-window.html | 26 ++++++++- + data/empathy-log-window.html | 26 +++++++- libempathy-gtk/empathy-log-window.c | 112 ++++++++++++++++++++++++++--------- 2 files changed, 108 insertions(+), 30 deletions(-) @@ -16790,7 +16898,7 @@ data/empathy-log-window.html | 25 +++++++++++++++++++++++ libempathy-gtk/empathy-log-window.c | 37 - +++++++++++++++++++++------------- + ++++++++++++++++++++++------------- 2 files changed, 48 insertions(+), 14 deletions(-) commit 6cf57d879945059cd974a3ee6d02d81edff47438 @@ -16803,12 +16911,12 @@ required once we remove non-adium themes. - configure.ac | 28 +---------------------- + configure.ac | 28 ++---------------------- libempathy-gtk/Makefile.am | 37 - +++++++++---------------------- + ++++++++++---------------------- libempathy-gtk/empathy-log-window.c | 1 - libempathy-gtk/empathy-theme-manager.c | 21 ------------------ - src/Makefile.am | 5 +--- + src/Makefile.am | 5 +---- src/empathy-preferences.c | 7 ------ 6 files changed, 14 insertions(+), 85 deletions(-) @@ -16819,7 +16927,7 @@ audio-sink: check if sink implements the GstStreamVolume interface src/empathy-audio-sink.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit f30d87c84aa426407521c619702277de754e4bb5 Author: Guillaume Desmottes @@ -16828,7 +16936,7 @@ manually build the GstStructure libempathy-gtk/empathy-call-utils.c | 16 +++++++++++----- - 1 files changed, 11 insertions(+), 5 deletions(-) + 1 file changed, 11 insertions(+), 5 deletions(-) commit 0294f04c51a60c155e20a4e5210a8ddd69358ba9 Author: Guillaume Desmottes @@ -16847,7 +16955,7 @@ Enable echo cancellation if needed libempathy-gtk/empathy-call-utils.c | 18 ++++++++++++++++-- - 1 files changed, 16 insertions(+), 2 deletions(-) + 1 file changed, 16 insertions(+), 2 deletions(-) commit 4121205c56393f8d51d59237adb001c108628365 Author: Guillaume Desmottes @@ -16859,7 +16967,7 @@ libempathy/empathy-gsettings.h | 1 + src/empathy-preferences.c | 8 ++++++++ src/empathy-preferences.ui | 13 +++++++++++++ - 4 files changed, 27 insertions(+), 0 deletions(-) + 4 files changed, 27 insertions(+) commit be5274444c54eb5c529e592d130e362fd1728b4d Author: Guillaume Desmottes @@ -16872,9 +16980,9 @@ libempathy-gtk/empathy-call-utils.c | 11 ++++++++ libempathy-gtk/empathy-call-utils.h | 4 +++ src/empathy-audio-sink.c | 47 - +++++++++++++++++++++++----------- + ++++++++++++++++++++++++----------- src/empathy-audio-src.c | 47 - ++++++++++++++++++++++++---------- + ++++++++++++++++++++++++----------- 4 files changed, 80 insertions(+), 29 deletions(-) commit 7e9166e6711d15a28bb679a1aeed3223134f2388 @@ -16904,7 +17012,7 @@ src/empathy-audio-sink.c | 245 ++++++++-------------------------------------- - 1 files changed, 40 insertions(+), 205 deletions(-) + 1 file changed, 40 insertions(+), 205 deletions(-) commit 80c90eb2c847fe095eca1f741a4cfa772ec388a8 Merge: d6be6c7 aeb15b7 @@ -16920,7 +17028,7 @@ CameraMenu: don't crash if there are no cameras src/empathy-camera-menu.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 9a592ec3ab386ef2f959fb9737ab85c760c03324 Author: Emilio Pozuelo Monfort @@ -16934,7 +17042,7 @@ initial set of ::added signals. src/empathy-camera-menu.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 624bbe7ac793e34aa9b0db0122b973eadd218770 Author: Emilio Pozuelo Monfort @@ -16956,7 +17064,7 @@ CameraMenu: select the first camera if the last one isn't available src/empathy-camera-menu.c | 32 +++++++++++++++++++++----------- - 1 files changed, 21 insertions(+), 11 deletions(-) + 1 file changed, 21 insertions(+), 11 deletions(-) commit 64b8693b800d880aee7f16e5b353f239a24e02fa Author: Emilio Pozuelo Monfort @@ -16965,7 +17073,7 @@ CameraMonitor: dynamically-allocate the queue libempathy/empathy-camera-monitor.c | 25 +++++++++++++++++-------- - 1 files changed, 17 insertions(+), 8 deletions(-) + 1 file changed, 17 insertions(+), 8 deletions(-) commit 0e00979f11c465a755b9dd29b2247a8f3ec1c51d Author: Emilio Pozuelo Monfort @@ -16976,7 +17084,7 @@ src/empathy-call-window.c | 69 ++++++++++++++++++++++++++++++++++++++++++++ src/empathy-call-window.ui | 8 +++++ - 2 files changed, 77 insertions(+), 0 deletions(-) + 2 files changed, 77 insertions(+) commit 25504e2ad3be8e09f12fe9d712be67af11d0c605 Author: Emilio Pozuelo Monfort @@ -16985,7 +17093,7 @@ CameraMenu: restore the last selected camera on creation src/empathy-camera-menu.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 919c1868d7fff7d74ca3fc17f24a6cbaa3e097de Author: Emilio Pozuelo Monfort @@ -16996,7 +17104,7 @@ And store changes from the menu itself in GSettings. src/empathy-camera-menu.c | 40 ++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 40 insertions(+), 0 deletions(-) + 1 file changed, 40 insertions(+) commit 1c67fe35b022071ff9c5af15a54e8cd495ea3280 Author: Emilio Pozuelo Monfort @@ -17006,7 +17114,7 @@ data/org.gnome.Empathy.gschema.xml.in | 5 +++++ libempathy/empathy-gsettings.h | 1 + - 2 files changed, 6 insertions(+), 0 deletions(-) + 2 files changed, 6 insertions(+) commit c9883b1b7038306e88877a4998226412c23ed55c Author: Emilio Pozuelo Monfort @@ -17033,7 +17141,7 @@ src/empathy-video-src.c | 11 +++++++++++ src/empathy-video-src.h | 1 + - 2 files changed, 12 insertions(+), 0 deletions(-) + 2 files changed, 12 insertions(+) commit 2f459725f01467f9352335024b4b51e02fe73a59 Author: Emilio Pozuelo Monfort @@ -17043,7 +17151,7 @@ src/empathy-video-src.c | 13 +++++++++++++ src/empathy-video-src.h | 3 +++ - 2 files changed, 16 insertions(+), 0 deletions(-) + 2 files changed, 16 insertions(+) commit 37b150da114880f2af274733ba32580d0a90902f Author: Emilio Pozuelo Monfort @@ -17052,7 +17160,7 @@ VideoSrc: use v4l2src instead of gconfvideosrc src/empathy-video-src.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 9ee3b4ee8188f9ab48823c404f7d138acc517b02 Author: Emilio Pozuelo Monfort @@ -17061,7 +17169,7 @@ CameraMonitor: add ::added and ::removed signals libempathy/empathy-camera-monitor.c | 27 +++++++++++++++++++++++++++ - 1 files changed, 27 insertions(+), 0 deletions(-) + 1 file changed, 27 insertions(+) commit 2ea5aa82155ce47ca9a91f5fa1a97b0610a487a3 Author: Emilio Pozuelo Monfort @@ -17071,7 +17179,7 @@ libempathy/empathy-camera-monitor.c | 9 +++++++++ libempathy/empathy-camera-monitor.h | 3 +++ - 2 files changed, 12 insertions(+), 0 deletions(-) + 2 files changed, 12 insertions(+) commit ab58c837e285f16b639444865c47c0bc286ed4e7 Author: Emilio Pozuelo Monfort @@ -17081,8 +17189,8 @@ libempathy/empathy-camera-monitor.c | 71 +++++++++++++++++++++++++++++++++++ - libempathy/empathy-camera-monitor.h | 9 ++++ - 2 files changed, 80 insertions(+), 0 deletions(-) + libempathy/empathy-camera-monitor.h | 9 +++++ + 2 files changed, 80 insertions(+) commit aeb15b72319f26a86ab30236013a11e6a611e05c Author: Emilio Pozuelo Monfort @@ -17092,7 +17200,7 @@ src/empathy-call-window.c | 42 ++++++++++++++++++++---------------------- - 1 files changed, 20 insertions(+), 22 deletions(-) + 1 file changed, 20 insertions(+), 22 deletions(-) commit f682f5076d65a3cc582493d340f409153503f9fe Author: Emilio Pozuelo Monfort @@ -17103,8 +17211,8 @@ Otherwise the rectangles will be on top of the toolbar. src/empathy-call-window.c | 46 - +++++++++++++++++++++++++++++++------------- - 1 files changed, 32 insertions(+), 14 deletions(-) + +++++++++++++++++++++++++++++++-------------- + 1 file changed, 32 insertions(+), 14 deletions(-) commit 253837eb32f9fb2ab2b6cd8e60fb8880d04ba016 Author: Emilio Pozuelo Monfort @@ -17115,7 +17223,7 @@ As we want them to be on top of the avatar when they're shown. src/empathy-call-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 5e685d03af4b3f278236c27420a12302ea76e736 Author: Emilio Pozuelo Monfort @@ -17124,7 +17232,7 @@ empathy-call: add COGL and Clutter option groups src/empathy-call.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit f0eb3e344d09a63de219f71df85cbc2c8135cbd8 Author: Emilio Pozuelo Monfort @@ -17135,7 +17243,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 4966277ef79ce962260764ed32408b5c1c73ddb9 Author: Emilio Pozuelo Monfort @@ -17149,7 +17257,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 724eac592d90da4e169adb7b675845650d9d770b Author: Emilio Pozuelo Monfort @@ -17160,7 +17268,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 33 +++++++++++++++++++++++++-------- - 1 files changed, 25 insertions(+), 8 deletions(-) + 1 file changed, 25 insertions(+), 8 deletions(-) commit ca2cb730d68620a638ef41d09cd25984e6cb4008 Author: Emilio Pozuelo Monfort @@ -17172,7 +17280,7 @@ src/empathy-call-window.c | 43 ++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 42 insertions(+), 1 deletions(-) + 1 file changed, 42 insertions(+), 1 deletion(-) commit c0a10ef3094f82a9d0532e942b0b27d7f34f0201 Author: Emilio Pozuelo Monfort @@ -17183,7 +17291,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 37 +++++++++++++++++-------------------- - 1 files changed, 17 insertions(+), 20 deletions(-) + 1 file changed, 17 insertions(+), 20 deletions(-) commit 30d64de5341a8701ddfd3be24071846de82e121f Author: Emilio Pozuelo Monfort @@ -17194,8 +17302,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 46 - +++++++++++++++++++++++++++----------------- - 1 files changed, 28 insertions(+), 18 deletions(-) + +++++++++++++++++++++++++++------------------ + 1 file changed, 28 insertions(+), 18 deletions(-) commit 2848d12da55d0c4c9016d8f355ed9d1343e0f2e7 Author: Emilio Pozuelo Monfort @@ -17206,8 +17314,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 84 - ++++++++++++++++++++++---------------------- - 1 files changed, 42 insertions(+), 42 deletions(-) + ++++++++++++++++++++++----------------------- + 1 file changed, 42 insertions(+), 42 deletions(-) commit 47f4a650200c9692f4b5e480b60f28ab309aecb4 Author: Emilio Pozuelo Monfort @@ -17219,7 +17327,7 @@ src/empathy-call-window.c | 85 +++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 85 insertions(+), 0 deletions(-) + 1 file changed, 85 insertions(+) commit c3b3b11b227dd8add44c83c264b79b8c9168f94d Author: Emilio Pozuelo Monfort @@ -17230,7 +17338,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 24 ++++++++++++++++++------ - 1 files changed, 18 insertions(+), 6 deletions(-) + 1 file changed, 18 insertions(+), 6 deletions(-) commit 9fba3fff14e9628c46f667ca1022e0af46693cb2 Author: Emilio Pozuelo Monfort @@ -17242,7 +17350,7 @@ src/empathy-call-window.c | 85 +++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 85 insertions(+), 0 deletions(-) + 1 file changed, 85 insertions(+) commit 6526ece345726300c7ab0c2b3c46c4bd2795a6ed Author: Emilio Pozuelo Monfort @@ -17254,7 +17362,7 @@ src/empathy-call-window.c | 103 +++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 103 insertions(+), 0 deletions(-) + 1 file changed, 103 insertions(+) commit e5658d67a38612c727091d7e91f9477333047870 Author: Emilio Pozuelo Monfort @@ -17268,7 +17376,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call-window.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit c5426c1a22ed0f16bd742bda88fb8a6740f2c9ee Author: Emilio Pozuelo Monfort @@ -17283,7 +17391,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656268 src/empathy-call.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 6881301b5474f90a297b07aa63156d71171f2621 Merge: 8153737 0bfcc41 @@ -17304,7 +17412,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656415 src/empathy-call-window.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 7660dd99c14c92e097eceade559297b8d569e34d Author: Emilio Pozuelo Monfort @@ -17319,7 +17427,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656415 src/empathy-call-window.c | 12 ++++++++++-- - 1 files changed, 10 insertions(+), 2 deletions(-) + 1 file changed, 10 insertions(+), 2 deletions(-) commit 8263f671cd8a38e6e0259e50610bca20cab2e19f Author: Ngô Chin @@ -17329,7 +17437,7 @@ po/vi.po | 602 ++++++++++++++++++++++++++------------------------------------ - 1 files changed, 248 insertions(+), 354 deletions(-) + 1 file changed, 248 insertions(+), 354 deletions(-) commit 8280cb539675088f1aff1950c173c6efe41af6cd Author: Nguyễn Thái Ngọc Duy @@ -17339,7 +17447,7 @@ po/vi.po | 2126 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1366 insertions(+), 760 deletions(-) + 1 file changed, 1366 insertions(+), 760 deletions(-) commit c406ac51c0290f4c35a2037d9f06c14ab485937a Author: Arash Mousavi @@ -17349,7 +17457,7 @@ po/fa.po | 2063 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1310 insertions(+), 753 deletions(-) + 1 file changed, 1310 insertions(+), 753 deletions(-) commit 0bfcc411b56b617a1b80589a7f686e506496b259 Author: Emilio Pozuelo Monfort @@ -17360,7 +17468,7 @@ Instead of when the box does, to avoid a warning. src/empathy-call-window.c | 13 ++++++++----- - 1 files changed, 8 insertions(+), 5 deletions(-) + 1 file changed, 8 insertions(+), 5 deletions(-) commit 46e0d580594711e418517c2fb355247129b256f2 Author: Emilio Pozuelo Monfort @@ -17371,7 +17479,7 @@ So that one can click the toolbar buttons. src/empathy-call-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6662829273d54e291e90490fdaca8df4e2f6eab7 Author: Emilio Pozuelo Monfort @@ -17380,7 +17488,7 @@ CallWindow: make the preview margin a define src/empathy-call-window.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 1ad217678f139258b4e1e17768afa7738fcd1fdf Author: Emilio Pozuelo Monfort @@ -17393,7 +17501,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656150 src/empathy-call-window.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 64cc0a8dee6e2cc1543522d42121e3c51bb92979 Author: Emilio Pozuelo Monfort @@ -17404,7 +17512,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656150 src/empathy-call-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 973617fcf740560ccd6c61bf3d63657d0875191c Author: Emilio Pozuelo Monfort @@ -17419,7 +17527,7 @@ +++++++++++++++++++++++++++++++++++++++++++ src/empathy-rounded-actor.h | 63 +++++++++++++++++++++++++++++++++++++++ - 3 files changed, 134 insertions(+), 1 deletions(-) + 3 files changed, 134 insertions(+), 1 deletion(-) commit bb86b135b0a6df4657105d8e78d64b363d4ac292 Author: Emilio Pozuelo Monfort @@ -17432,7 +17540,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656150 src/empathy-call-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit b5ff8b1df70a7c9eee4364b7aa2aacd6a3b9ec6a Author: Emilio Pozuelo Monfort @@ -17444,7 +17552,7 @@ src/empathy-call-window.c | 66 +++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 66 insertions(+), 0 deletions(-) + 1 file changed, 66 insertions(+) commit f18a045b7da82147d7b7c5c3c2dc0418b7241160 Author: Emilio Pozuelo Monfort @@ -17455,8 +17563,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656150 src/empathy-call-window.c | 55 - ++++++++++++++++++++++++++++++++++++++++--- - src/empathy-call-window.ui | 19 +++++++++----- + ++++++++++++++++++++++++++++++++++++++++---- + src/empathy-call-window.ui | 19 +++++++++------ 2 files changed, 63 insertions(+), 11 deletions(-) commit 1560313cdfafa660b7400f44217a8741785e3103 @@ -17470,7 +17578,7 @@ value libempathy/empathy-message.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit d5024011258a052ea3b88e95d0098f3901bb98cc Author: Danielle Madeley @@ -17479,7 +17587,7 @@ Style fix libempathy-gtk/empathy-log-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 685bb62da9769032c883cebfe7fb5aa2c0e94f83 Author: Danielle Madeley @@ -17488,7 +17596,7 @@ Remove some commented-out debugging data/empathy-log-window.html | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit 3dfc7d6b26f17b0b00762b3fe7b509d7be73b30f Author: Danielle Madeley @@ -17497,7 +17605,7 @@ Remove unused variable libempathy-gtk/empathy-log-window.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 18dca3647b1b179bfc83269934f08a91f5e422df Author: Kjartan Maraas @@ -17507,7 +17615,7 @@ po/nb.po | 792 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 422 insertions(+), 370 deletions(-) + 1 file changed, 422 insertions(+), 370 deletions(-) commit 257b17688d9a2ca20d24800d34e9d2cda7bab740 Author: Emilio Pozuelo Monfort @@ -17518,7 +17626,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=656065 libempathy-gtk/empathy-log-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e9ba3819abea368201c6f8bd90ccfb134fc6e445 Author: Emilio Pozuelo Monfort @@ -17532,7 +17640,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=655478 src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit dab1360f7fbbec5237a038022671532012cdae92 Author: Andrej Žnidaršič @@ -17542,7 +17650,7 @@ help/sl/sl.po | 53 ----------------------------------------------------- - 1 files changed, 0 insertions(+), 53 deletions(-) + 1 file changed, 53 deletions(-) commit dccd3368d1ee4d4cf4c96628f81ba4bd184e7461 Author: Danielle Madeley @@ -17551,7 +17659,7 @@ Remove old code libempathy-gtk/empathy-log-window.c | 15 --------------- - 1 files changed, 0 insertions(+), 15 deletions(-) + 1 file changed, 15 deletions(-) commit a5992fcfddf42b53ef8d6446b824780512f529b9 Author: Danielle Madeley @@ -17560,7 +17668,7 @@ Set the primary toolbar style libempathy-gtk/empathy-log-window.ui | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 14ccd126b65741b4e5f9575cc0ddd6d371d40b9d Author: Danielle Madeley @@ -17569,7 +17677,7 @@ Toggle the expander on row double click data/empathy-log-window.html | 19 +++++++++++-------- - 1 files changed, 11 insertions(+), 8 deletions(-) + 1 file changed, 11 insertions(+), 8 deletions(-) commit 14899f2d17dd5943b28fb83e79aa998125159fff Author: Danielle Madeley @@ -17599,7 +17707,7 @@ libempathy-gtk/empathy-theme-adium.c | 77 +++++++--------------------------- - 1 files changed, 15 insertions(+), 62 deletions(-) + 1 file changed, 15 insertions(+), 62 deletions(-) commit a23b86b6a47b06cc9b37cafd892b73229c2d97d3 Author: Danielle Madeley @@ -17625,7 +17733,7 @@ libempathy-gtk/empathy-webkit-utils.c | 73 +++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-webkit-utils.h | 4 ++ - 2 files changed, 77 insertions(+), 0 deletions(-) + 2 files changed, 77 insertions(+) commit 6ac9f42fa93a79064c4b69828cc8354114f1b2f0 Author: Will Thompson @@ -17635,8 +17743,8 @@ This is reminiscent of 8f42bd4. - .../test-empathy-contact-blocking-dialog.c | 9 +-------- - 1 files changed, 1 insertions(+), 8 deletions(-) + tests/interactive/test-empathy-contact-blocking-dialog.c | 9 +-------- + 1 file changed, 1 insertion(+), 8 deletions(-) commit 0f7e44ae1ea5a497083dc0982626b7f2cea7d36a Author: Will Thompson @@ -17649,7 +17757,7 @@ should be blocked. libempathy/empathy-tp-contact-list.c | 14 +++++++++++++- - 1 files changed, 13 insertions(+), 1 deletions(-) + 1 file changed, 13 insertions(+), 1 deletion(-) commit 5bc1c756d01ac49513534b302238da7558f0d607 Author: Will Thompson @@ -17663,7 +17771,7 @@ area includes the tree view's header. libempathy-gtk/empathy-contact-blocking-dialog.ui | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 75e1fbc9e330e16c48a835e4f73d468b00c7b5b5 Author: Will Thompson @@ -17684,7 +17792,7 @@ po/sv.po | 263 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 139 insertions(+), 124 deletions(-) + 1 file changed, 139 insertions(+), 124 deletions(-) commit daae637bdf6ea311c306eefe298e5760e2af22dc Author: Danielle Madeley @@ -17703,8 +17811,8 @@ Factor out toggleExpander() data/empathy-log-window.html | 43 - ++++++++++++++++++++++++----------------- - 1 files changed, 25 insertions(+), 18 deletions(-) + ++++++++++++++++++++++++------------------ + 1 file changed, 25 insertions(+), 18 deletions(-) commit 956d62f58fe91fae0d23073a94817ba49cb67849 Author: Daniel Mustieles @@ -17713,8 +17821,8 @@ Updated Spanish translation po/es.po | 233 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 122 insertions(+), 111 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 122 insertions(+), 111 deletions(-) commit 7424ac01d5010aaa101c2b5841daf840b4d0e20c Author: Danielle Madeley @@ -17737,7 +17845,7 @@ po/gl.po | 1027 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 555 insertions(+), 472 deletions(-) + 1 file changed, 555 insertions(+), 472 deletions(-) commit d288c06f151f808ddad326ba5d85d74e8de76ec0 Author: Yaron Shahrabani @@ -17747,7 +17855,7 @@ po/he.po | 801 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 424 insertions(+), 377 deletions(-) + 1 file changed, 424 insertions(+), 377 deletions(-) commit 8e839c45aea812bef072cc3365c58f366adc104e Author: Guillaume Desmottes @@ -17819,8 +17927,8 @@ Replace highlighting of search strings libempathy-gtk/empathy-log-window.c | 47 - ++++------------------------------ - 1 files changed, 6 insertions(+), 41 deletions(-) + +++++------------------------------ + 1 file changed, 6 insertions(+), 41 deletions(-) commit d337ef853cc47ff78fbfa0ac54cf3d795832a2b7 Author: Guillaume Desmottes @@ -17831,7 +17939,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=655959 libempathy-gtk/empathy-account-widget.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit f9716e53331ccbd0725a14089ad30e9d6c84a463 Author: Emilio Pozuelo Monfort @@ -17868,7 +17976,7 @@ Preferences: add an enum for all the tabs src/empathy-preferences.h | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 263c241c69eb0842447899d3097f1c0500b066b0 Author: Emilio Pozuelo Monfort @@ -17879,7 +17987,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0ea5743214b87e35e92b867485d9c5a0f8b5e272 Author: Emilio Pozuelo Monfort @@ -17904,7 +18012,7 @@ src/empathy-preferences.c | 9 +++++++++ src/empathy-preferences.h | 3 +++ - 2 files changed, 12 insertions(+), 0 deletions(-) + 2 files changed, 12 insertions(+) commit fd22fd115db8b22a4885402a9cd7c8b846de01ec Author: Emilio Pozuelo Monfort @@ -17915,7 +18023,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 448ee1db1054f99169b09d357a8da4e5f992af26 Author: Emilio Pozuelo Monfort @@ -17927,7 +18035,7 @@ src/empathy-debugger.c | 50 +++++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 49 insertions(+), 1 deletions(-) + 1 file changed, 49 insertions(+), 1 deletion(-) commit e58bcfb19122660374ec83f9e06cbc92f97908f4 Author: Emilio Pozuelo Monfort @@ -17939,8 +18047,8 @@ src/empathy-debug-window.c | 60 ++++++++++++++++++++++++++++++++++++++++++++ - src/empathy-debug-window.h | 3 ++ - 2 files changed, 63 insertions(+), 0 deletions(-) + src/empathy-debug-window.h | 3 +++ + 2 files changed, 63 insertions(+) commit 55c0b12101a314d838aa0ba5c6a6d741063c540f Author: Emilio Pozuelo Monfort @@ -17968,8 +18076,8 @@ src/empathy-call-window.c | 49 ++++++++++++++++++++++++++++++++++++++++++++ - src/empathy-call-window.ui | 8 +++++++ - 2 files changed, 57 insertions(+), 0 deletions(-) + src/empathy-call-window.ui | 8 ++++++++ + 2 files changed, 57 insertions(+) commit 1cffe8f59e31c60f69369f7a636757c3d7fabeca Author: Emilio Pozuelo Monfort @@ -17980,7 +18088,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy.c | 42 +++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 39 insertions(+), 3 deletions(-) + 1 file changed, 39 insertions(+), 3 deletions(-) commit 4f8ce5f258a290f00fc0ebbf13f5e3db3b0b45bd Author: Emilio Pozuelo Monfort @@ -18004,8 +18112,8 @@ src/empathy-call-window.c | 46 ++++++++++++++++++++++++++++++++++++++++++++ - src/empathy-call-window.ui | 7 ++++++ - 2 files changed, 53 insertions(+), 0 deletions(-) + src/empathy-call-window.ui | 7 +++++++ + 2 files changed, 53 insertions(+) commit d89a90c582166d20b9a5c165d5784e434fc1de7f Author: Emilio Pozuelo Monfort @@ -18018,7 +18126,7 @@ src/Makefile.am | 2 ++ src/empathy-call-window.c | 9 +++++++++ src/empathy-call-window.ui | 7 +++++++ - 3 files changed, 18 insertions(+), 0 deletions(-) + 3 files changed, 18 insertions(+) commit 1132cbda320d086176a0228f3addf5f7288ef080 Author: Emilio Pozuelo Monfort @@ -18030,7 +18138,7 @@ src/empathy-call-window.c | 8 ++++++++ src/empathy-call-window.ui | 17 +++++++++++++++++ - 2 files changed, 25 insertions(+), 0 deletions(-) + 2 files changed, 25 insertions(+) commit 09626bb08d6bcbb5c4ff14ea696282754ab7e93c Author: Emilio Pozuelo Monfort @@ -18042,7 +18150,7 @@ src/empathy-call-window.c | 1 - src/empathy-call-window.ui | 8 -------- - 2 files changed, 0 insertions(+), 9 deletions(-) + 2 files changed, 9 deletions(-) commit 0404fd4231774bd98607afb1f8cf11f8e20b8a60 Author: Emilio Pozuelo Monfort @@ -18053,7 +18161,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=655884 src/empathy-call-window.ui | 24 ++++++++---------------- - 1 files changed, 8 insertions(+), 16 deletions(-) + 1 file changed, 8 insertions(+), 16 deletions(-) commit 622e7763577c4757aa0cc76a3b802ca12f727afa Author: Emilio Pozuelo Monfort @@ -18063,7 +18171,7 @@ libempathy-gtk/empathy-ui-utils.c | 33 +++++++++++++++++++++++++++++++-- - 1 files changed, 31 insertions(+), 2 deletions(-) + 1 file changed, 31 insertions(+), 2 deletions(-) commit b4edfbf863ba2d74cec7fbf7375c53237f20cd84 Author: Daniel Mustieles @@ -18072,8 +18180,8 @@ Updated Spanish translation po/es.po | 102 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 55 insertions(+), 47 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 55 insertions(+), 47 deletions(-) commit 79de445e7b21747cbc7893737a5d6756da184274 Author: Danielle Madeley @@ -18082,7 +18190,7 @@ Support smileys in log viewer libempathy-gtk/empathy-log-window.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit 8499ac3767f88cd923551dde06b279337771db04 Author: Emilio Pozuelo Monfort @@ -18093,7 +18201,7 @@ As one may want to redial. src/empathy-call-window.c | 9 +++------ - 1 files changed, 3 insertions(+), 6 deletions(-) + 1 file changed, 3 insertions(+), 6 deletions(-) commit a266ab626d10a421e852043443e3bb37adedba2f Author: Emilio Pozuelo Monfort @@ -18102,7 +18210,7 @@ CallWindow: show 'Mute' on the statusbar when muted src/empathy-call-window.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit f6c3b455a2e98002eeb02bcaf5cd2cf093aa6cc3 Author: Guillaume Desmottes @@ -18113,7 +18221,7 @@ Thanks a lot to Jakub Steiner for this awesome icon. src/empathy-call-window.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c95ad209dac0f21aed4a0b3943484aab60b98046 Author: Daniel Nylander @@ -18122,8 +18230,8 @@ Updated Swedish translation po/sv.po | 84 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 43 insertions(+), 41 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 43 insertions(+), 41 deletions(-) commit ef153cb591ba0965a5bd43ef843657ea4c1313e3 Author: Guillaume Desmottes @@ -18135,7 +18243,7 @@ It's not safe to assume that the EmpathyContact stays alive. libempathy-gtk/empathy-ui-utils.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit d15df005f0a8b8aced44bbe50d941ca5d5344c9c Author: Alexey Fisher @@ -18147,7 +18255,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=655788 libempathy/empathy-server-sasl-handler.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 33bd53d1d2997bb8bbfbedf3a947ce6ffc25a97d Author: Gabor Kelemen @@ -18158,7 +18266,7 @@ po/hu.po | 927 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 498 insertions(+), 429 deletions(-) + 1 file changed, 498 insertions(+), 429 deletions(-) commit 4a863e0eec9a202385b1370d6e68bef47787f3cb Author: Danielle Madeley @@ -18171,7 +18279,7 @@ (Hopefully) Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=654914 src/empathy-debug-window.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit f28483d938a0291f167b2e8f53e11c4d2ae3a6ec Author: Jonny Lamb @@ -18185,7 +18293,7 @@ Signed-off-by: Jonny Lamb src/empathy-preferences.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 400ff52437634aa1b615d4af0b51501bd3a14539 Author: Guillaume Desmottes @@ -18194,7 +18302,7 @@ call-window: don't display labels in both toolbars src/empathy-call-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit ca68a00de493734b1580864212c2be9d229d3f80 Author: Guillaume Desmottes @@ -18203,7 +18311,7 @@ help/.gitignore: add eu translation of the doc help/.gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 3c937a9ae1919a8d43fc8ed639676535fa09f615 Author: Guillaume Desmottes @@ -18212,7 +18320,7 @@ sort help/.gitignore help/.gitignore | 34 ++++++++++++++++------------------ - 1 files changed, 16 insertions(+), 18 deletions(-) + 1 file changed, 16 insertions(+), 18 deletions(-) commit 7876debb7bc9b6232817e68f00eb2d7484fd034a Merge: 4651fb3 e17e618 @@ -18240,7 +18348,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=654958 libempathy-gtk/empathy-chat-text-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0f84b8fa5a7f061cb5f82ed489e22f15ae2bc7cc Author: Danielle Madeley @@ -18249,7 +18357,7 @@ Handle links via external browser libempathy-gtk/empathy-log-window.c | 19 +++++++++++++++++++ - 1 files changed, 19 insertions(+), 0 deletions(-) + 1 file changed, 19 insertions(+) commit 7565c39bfa0f118fb513c0af86a5ba0ef7976277 Author: Danielle Madeley @@ -18260,7 +18368,7 @@ data/empathy-log-window.html | 66 +++++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-log-window.c | 23 ++++++++++++ - 2 files changed, 89 insertions(+), 0 deletions(-) + 2 files changed, 89 insertions(+) commit 3b86a347cd3e859c427b7e596d949d6ce0094840 Author: Danielle Madeley @@ -18269,8 +18377,8 @@ Use webkit-utils in LogWindow webview libempathy-gtk/empathy-log-window.c | 101 - +++++++++++++++++++--------------- - 1 files changed, 56 insertions(+), 45 deletions(-) + +++++++++++++++++++---------------- + 1 file changed, 56 insertions(+), 45 deletions(-) commit e3d0a1862508fad3d16585b0210a2a9328453c2f Author: Danielle Madeley @@ -18285,7 +18393,7 @@ required (this will probably happen when we require Adium themes in the future). - libempathy-gtk/Makefile.am | 13 ++++- + libempathy-gtk/Makefile.am | 13 +++-- libempathy-gtk/empathy-theme-adium.c | 69 ++----------------------- libempathy-gtk/empathy-webkit-utils.c | 91 +++++++++++++++++++++++++++++++++ @@ -18299,7 +18407,7 @@ Copy fix for bug #625745 from empathy-theme-adium data/empathy-log-window.html | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 8d014e2a3b73644a51fa341a036a6df0221bc66d Author: lainme @@ -18309,7 +18417,7 @@ help/zh_CN/zh_CN.po | 816 +++++++++++++++++++++++++++++++++------------------ - 1 files changed, 523 insertions(+), 293 deletions(-) + 1 file changed, 523 insertions(+), 293 deletions(-) commit 04c2c076f2108ba9f4ecdb61cfbf1186a615c053 Author: Aron Xu @@ -18319,7 +18427,7 @@ po/zh_CN.po | 1100 +++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 576 insertions(+), 524 deletions(-) + 1 file changed, 576 insertions(+), 524 deletions(-) commit 744e20f3c770091c4b6c5162289e8585b3af9474 Author: Andrej Žnidaršič @@ -18329,7 +18437,7 @@ help/sl/sl.po | 177 +++++++++++++++++++++++++++++---------------------------- - 1 files changed, 91 insertions(+), 86 deletions(-) + 1 file changed, 91 insertions(+), 86 deletions(-) commit d15a9c80aea57d2e0e155e89a8cf00f071c7e196 Author: Abel Motha @@ -18339,7 +18447,7 @@ po/zu.po | 2247 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1424 insertions(+), 823 deletions(-) + 1 file changed, 1424 insertions(+), 823 deletions(-) commit 8a2f7f90f8e679bc8019745c04ec3bdcbb8ca129 Author: Daniel Korostil @@ -18349,7 +18457,7 @@ po/uk.po | 2247 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 1305 insertions(+), 942 deletions(-) + 1 file changed, 1305 insertions(+), 942 deletions(-) commit 491e19da55c5b2ec44d86e5f929e0157fd7db3bc Author: Daniel Mustieles @@ -18359,7 +18467,7 @@ po/es.po | 614 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 320 insertions(+), 294 deletions(-) + 1 file changed, 320 insertions(+), 294 deletions(-) commit e17e6184ca30b2164e7b30d1a35f504b87973400 Author: Jonny Lamb @@ -18374,7 +18482,7 @@ Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 32 ++++++++++++++++++++++++++++++++ - 1 files changed, 32 insertions(+), 0 deletions(-) + 1 file changed, 32 insertions(+) commit cf7f9a1da8e7a830a0f0676accc0afa444ae8748 Author: Jonny Lamb @@ -18387,7 +18495,7 @@ Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 36 ++++++++++++++++++------------------ - 1 files changed, 18 insertions(+), 18 deletions(-) + 1 file changed, 18 insertions(+), 18 deletions(-) commit 89afdf6b8941ac525104cfb54f10174d6cb7dbcf Author: Jonny Lamb @@ -18410,7 +18518,7 @@ Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 302af77150e52cb625bc3e164808bd812979cc32 Author: Jonny Lamb @@ -18423,7 +18531,7 @@ Signed-off-by: Jonny Lamb src/empathy-mic-menu.c | 32 ++++++++++++++++++++++++++++---- - 1 files changed, 28 insertions(+), 4 deletions(-) + 1 file changed, 28 insertions(+), 4 deletions(-) commit 90eaac49d3f279ae20fa061adbe8ba9ac8aaf023 Author: Jonny Lamb @@ -18455,7 +18563,7 @@ src/empathy-mic-menu.c | 392 ++++++++++++++++++++++++++++++++++++++++++++ src/empathy-mic-menu.h | 56 +++++++ - 5 files changed, 473 insertions(+), 1 deletions(-) + 5 files changed, 473 insertions(+), 1 deletion(-) commit 58df02da291709b265717d8bf2d196e4345ea2ba Author: Jonny Lamb @@ -18467,7 +18575,7 @@ src/empathy-call-window.c | 16 ++++++++++++++++ src/empathy-call-window.h | 5 +++++ - 2 files changed, 21 insertions(+), 0 deletions(-) + 2 files changed, 21 insertions(+) commit 0bc0f8fca1696826af50b21c7339164c61d55764 Author: Jonny Lamb @@ -18480,7 +18588,7 @@ Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 7a58752393cb6ca9f55c2824ebab0c7a71311ff8 Author: Jonny Lamb @@ -18491,7 +18599,7 @@ Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit dbddd441789b9a5ed3ebde3f870b9337d0c82a47 Author: Jonny Lamb @@ -18502,7 +18610,7 @@ Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d9c603695a6c04b2eae543e9339014873ac18812 Author: Jonny Lamb @@ -18514,7 +18622,7 @@ src/empathy-audio-src.c | 118 +++++++++++++++++++++++++++++++++++++++++------ - 1 files changed, 104 insertions(+), 14 deletions(-) + 1 file changed, 104 insertions(+), 14 deletions(-) commit 204fa9e744560be4bc0fbafbc5af95a3cf6b3a12 Author: Jonny Lamb @@ -18525,7 +18633,7 @@ Signed-off-by: Jonny Lamb src/Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 01b0be54353820459d4741f2858be21207f7e754 Author: Jonny Lamb @@ -18536,7 +18644,7 @@ Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 1de1a894194a0fa355ef382783fa54f25ddca75c Author: Jonny Lamb @@ -18551,8 +18659,8 @@ src/empathy-audio-src.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++ - src/empathy-audio-src.h | 2 + - 2 files changed, 70 insertions(+), 0 deletions(-) + src/empathy-audio-src.h | 2 ++ + 2 files changed, 70 insertions(+) commit 4188e80b75c38b4b1f35c3e560fff738cb60ccde Author: Cheng-Chia Tseng @@ -18574,7 +18682,7 @@ po/sv.po | 678 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 349 insertions(+), 329 deletions(-) + 1 file changed, 349 insertions(+), 329 deletions(-) commit e1ae13450cf3ad12df82bd6a2111eedd6d169ef7 Author: Danielle Madeley @@ -18609,7 +18717,7 @@ +++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-log-window.c | 133 +++++++++++++++++++++++++++++++++++ - 3 files changed, 263 insertions(+), 1 deletions(-) + 3 files changed, 263 insertions(+), 1 deletion(-) commit 59e3591a594df91e6b0cb48b23899e9dbecfc1dd Author: Inaki Larranaga Murgoitio @@ -18621,7 +18729,7 @@ help/eu/eu.po | 3527 +++++++++++++++++++++++++++++++ help/eu/figures/empathy-main-window.png | Bin 0 -> 10261 bytes - 3 files changed, 3528 insertions(+), 1 deletions(-) + 3 files changed, 3528 insertions(+), 1 deletion(-) commit b5963d80cd471e4e86ba5f18d6636032871aa0fe Author: Felipe Borges @@ -18631,7 +18739,7 @@ po/pt_BR.po | 2004 +++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1254 insertions(+), 750 deletions(-) + 1 file changed, 1254 insertions(+), 750 deletions(-) commit b1bfe6bfd06617dd1976a27bc8fc972b6ff62d69 Author: Emilio Pozuelo Monfort @@ -18643,7 +18751,7 @@ we don't assert. src/empathy-call-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit e414085fdfc7ee1618b0402a17cc6a3858a26de2 Author: Emilio Pozuelo Monfort @@ -18653,7 +18761,7 @@ src/empathy-preferences.c | 13 +++++++++++++ src/empathy-preferences.ui | 2 +- - 2 files changed, 14 insertions(+), 1 deletions(-) + 2 files changed, 14 insertions(+), 1 deletion(-) commit 0b67a701c87a1defc2506a3cd4b1acda98dcea06 Author: Emilio Pozuelo Monfort @@ -18678,8 +18786,8 @@ it can now be found in the preferences. src/empathy-call-window.c | 100 - +++++++++----------------------------------- - 1 files changed, 21 insertions(+), 79 deletions(-) + ++++++++++----------------------------------- + 1 file changed, 21 insertions(+), 79 deletions(-) commit bc537a1bb4f138dd71cd7dc411c10485f2cf96fa Author: Emilio Pozuelo Monfort @@ -18689,7 +18797,7 @@ It only contains the micro volume for now. - src/empathy-preferences.c | 12 +++ + src/empathy-preferences.c | 12 ++++ src/empathy-preferences.ui | 167 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 173 insertions(+), 6 deletions(-) @@ -18702,7 +18810,7 @@ data/org.gnome.Empathy.gschema.xml.in | 8 ++++++++ libempathy/empathy-gsettings.h | 3 +++ - 2 files changed, 11 insertions(+), 0 deletions(-) + 2 files changed, 11 insertions(+) commit f2f49d58f04cd06ac73015ca763aa1b17c74b89a Author: Emilio Pozuelo Monfort @@ -18713,7 +18821,7 @@ So the signals are disconnected when the window is destroyed. src/empathy-call-window.c | 13 ++++++------- - 1 files changed, 6 insertions(+), 7 deletions(-) + 1 file changed, 6 insertions(+), 7 deletions(-) commit 2223a2eb1e505b857ad13a44bc888149dc3f0334 Author: Jonny Lamb @@ -18726,7 +18834,7 @@ src/empathy-audio-src.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++ src/empathy-audio-src.h | 5 +++ - 2 files changed, 84 insertions(+), 0 deletions(-) + 2 files changed, 84 insertions(+) commit 77712e75df674fb1f6fb58bd92a26ce75cf41787 Author: Jonny Lamb @@ -18738,7 +18846,7 @@ src/empathy-audio-src.c | 2 ++ src/empathy-audio-src.h | 1 + - 2 files changed, 3 insertions(+), 0 deletions(-) + 2 files changed, 3 insertions(+) commit 7212c6e568aab0c729c9334b0b7a82e7eb33597d Author: Jonny Lamb @@ -18751,7 +18859,7 @@ src/empathy-audio-src.c | 197 +++++++++++++++++++++++++++++++++++++++++++++++ src/empathy-audio-src.h | 12 +++ - 2 files changed, 209 insertions(+), 0 deletions(-) + 2 files changed, 209 insertions(+) commit 2b922c7d744be1bd46f67215a8fb5b1eec6377c0 Author: Jonny Lamb @@ -18762,7 +18870,7 @@ Signed-off-by: Jonny Lamb configure.ac | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 65e9deccdb37c518ebfa766b7762ace338e9a027 Author: Jonny Lamb @@ -18775,7 +18883,7 @@ Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 30 ------------------------------ - 1 files changed, 0 insertions(+), 30 deletions(-) + 1 file changed, 30 deletions(-) commit 8a937c926c79f24fdb36574cb036c9fc09532f3f Author: Jonny Lamb @@ -18788,7 +18896,7 @@ Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit 6146181a2cbcbcd3e5b631a9517441fefb9c4fcc Author: Jonny Lamb @@ -18799,7 +18907,7 @@ Signed-off-by: Jonny Lamb src/empathy-audio-src.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4f8ad828afebbacef6d7d3560067976e4fc6f90a Author: Emilio Pozuelo Monfort @@ -18808,7 +18916,7 @@ CallWindow: build the toolbar from the .ui src/empathy-call-window.c | 72 - ++----------------------------------------- + +++----------------------------------------- src/empathy-call-window.ui | 63 +++++++++++++++++++++++++++++++++++++- 2 files changed, 66 insertions(+), 69 deletions(-) @@ -18833,7 +18941,7 @@ src/empathy-call-window.c | 24 ------------------------ src/empathy-call-window.ui | 9 --------- - 2 files changed, 0 insertions(+), 33 deletions(-) + 2 files changed, 33 deletions(-) commit fd8f73fce4e74cfc0d0538a4b6c7363d35a41ff8 Author: Emilio Pozuelo Monfort @@ -18842,7 +18950,7 @@ CallWindow: remove separator between hangup and dialpad buttons src/empathy-call-window.ui | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) + 1 file changed, 8 deletions(-) commit a12146186cab45c3b3ae074847c77007e23a077c Author: Emilio Pozuelo Monfort @@ -18854,8 +18962,8 @@ src/empathy-call-handler.c | 2 +- src/empathy-call-window.c | 49 - +++++++++++++++++++++++++++++++++++++------ - src/empathy-call-window.ui | 22 +++++++++++++------ + +++++++++++++++++++++++++++++++++++++------- + src/empathy-call-window.ui | 22 +++++++++++++------- 3 files changed, 58 insertions(+), 15 deletions(-) commit 146b284c38cd87ee7a56ad454ccd485d3938c1b1 @@ -18866,7 +18974,7 @@ src/empathy-call-window.c | 46 ++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 45 insertions(+), 1 deletions(-) + 1 file changed, 45 insertions(+), 1 deletion(-) commit 3b49f652dd86213f85655d4f1921e3cb52313dd5 Author: Emilio Pozuelo Monfort @@ -18876,7 +18984,7 @@ src/empathy-call-window.c | 43 ++++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 40 insertions(+), 3 deletions(-) + 1 file changed, 40 insertions(+), 3 deletions(-) commit 532ad67f84a53d2fcf8bad5f5e44672951ab95b2 Author: Emilio Pozuelo Monfort @@ -18888,7 +18996,7 @@ src/empathy-call-window.c | 46 ++++++++++++++++++++++---------------------- - src/empathy-call-window.ui | 12 +---------- + src/empathy-call-window.ui | 12 +----------- 2 files changed, 24 insertions(+), 34 deletions(-) commit 2dcddbe1397ab3ee2cdd84bd146d311d067b8729 @@ -18910,8 +19018,8 @@ And move some buttons to it following the new call UI design. src/empathy-call-window.ui | 60 - ++++++++++++++++++++++++++----------------- - 1 files changed, 36 insertions(+), 24 deletions(-) + ++++++++++++++++++++++++++------------------ + 1 file changed, 36 insertions(+), 24 deletions(-) commit 2a17ecc15a7ac2bdc45fd0339ac10e379de8056f Author: Marek Černocký @@ -18921,7 +19029,7 @@ po/cs.po | 1803 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1111 insertions(+), 692 deletions(-) + 1 file changed, 1111 insertions(+), 692 deletions(-) commit 6cee5de76941076ba103101392de644bee3bd8a6 Author: Danielle Madeley @@ -18932,8 +19040,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=632874 libempathy-gtk/empathy-ui-utils.c | 52 - +++++++++++++++++++++++++++--------- - 1 files changed, 39 insertions(+), 13 deletions(-) + +++++++++++++++++++++++++++---------- + 1 file changed, 39 insertions(+), 13 deletions(-) commit c5c0cd8d6f433896b406287cf5be078670cb734d Author: Danielle Madeley @@ -18955,11 +19063,11 @@ libempathy-gtk/empathy-ui-utils.c | 47 +++++++++++++++++++++++++++++++ - libempathy-gtk/empathy-ui-utils.h | 5 +++ + libempathy-gtk/empathy-ui-utils.h | 5 ++++ src/empathy-call-window.c | 53 - ++-------------------------------- + +++-------------------------------- src/empathy-streamed-media-window.c | 53 - ++-------------------------------- + +++-------------------------------- 4 files changed, 60 insertions(+), 98 deletions(-) commit ece8e76a9d3e39dbcf9f8efdeb5e12e6ba77461c @@ -18969,7 +19077,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9d302c6e465e559367dc70087894fc57cd5e1af4 Author: Xavier Claessens @@ -19002,7 +19110,7 @@ Apply the same fix to EmpathyContactListView libempathy-gtk/empathy-contact-list-view.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 5beda725e1aff0da12703e2f51cdb4b95c63b321 Author: Danielle Madeley @@ -19013,7 +19121,7 @@ Warn if making this assumption. libempathy-gtk/empathy-chat.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit e10a0655a4eb8c36f232d533078bcf6b8e7fdbd0 Author: Jorge González @@ -19023,7 +19131,7 @@ po/es.po | 248 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 127 insertions(+), 121 deletions(-) + 1 file changed, 127 insertions(+), 121 deletions(-) commit 1005e9de9fc06a00818cc75e491181eb96801bf3 Author: Emilio Pozuelo Monfort @@ -19034,7 +19142,7 @@ We no longer show the self avatar src/empathy-call-window.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 7b4e9b313ba24d01853ef93f893fdc3a26b0b1ba Author: Emilio Pozuelo Monfort @@ -19043,7 +19151,7 @@ CallWindow: fix typo src/empathy-call-window.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit c4906c89433cdd5dff9f500579c580799fe77dca Author: Emilio Pozuelo Monfort @@ -19059,7 +19167,7 @@ hidden because we're not receiving it anymore. src/empathy-call-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 5a591d49c2ce331c79247fa868a856fa2494196d Author: Emilio Pozuelo Monfort @@ -19073,7 +19181,7 @@ before showing it. src/empathy-call-window.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 2a84ffe088258126169ae7d91806d32cab199286 Author: Emilio Pozuelo Monfort @@ -19087,7 +19195,7 @@ src/empathy-call-window.c | 67 +++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 67 insertions(+), 0 deletions(-) + 1 file changed, 67 insertions(+) commit d9bb5b999731c247b845ba7e97393d2e25bcfeca Merge: dcd8d50 bed17cf @@ -19112,7 +19220,7 @@ the Advanced expander. I think this is the lesser of two evils. libempathy-gtk/empathy-account-widget-irc.ui | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit dcd8d507b617e5b8fb6cea5a23d61d922bcca3ba Author: Emilio Pozuelo Monfort @@ -19125,7 +19233,7 @@ from fullscreen. src/empathy-call-window.c | 20 -------------------- - 1 files changed, 0 insertions(+), 20 deletions(-) + 1 file changed, 20 deletions(-) commit 0587937dc09abbd56d36ca395c82f64098903937 Author: Emilio Pozuelo Monfort @@ -19138,7 +19246,7 @@ unfullscreen the call window. src/empathy-call-window.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit f544815fbc8ccc9e0f35bfbcdbed4692ef1ab8e6 Author: Danielle Madeley @@ -19153,7 +19261,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=558942 libempathy-gtk/empathy-individual-view.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 00c4753fa9cf2431a6d35c28cb6a0b1e94670a89 Author: Matej Urbančič @@ -19163,7 +19271,7 @@ po/sl.po | 407 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 218 insertions(+), 189 deletions(-) + 1 file changed, 218 insertions(+), 189 deletions(-) commit 3d3452cab15ac7dcc8dee37edef9faffadded3a1 Author: Will Thompson @@ -19172,7 +19280,7 @@ IRC: validate 'username' parameter. libempathy-gtk/empathy-account-widget.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit 926cc3f303b944e46a2398c51a220cde48f9b46d Author: Will Thompson @@ -19187,7 +19295,7 @@ (I'm about to add a regex for what IRC calls ‘usernames’.) libempathy-gtk/empathy-account-widget.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 98182d81df41790db37ec222e598bfef1cd8d85b Author: Will Thompson @@ -19199,7 +19307,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=654552 libempathy-gtk/empathy-account-widget-irc.ui | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 6ad8cdf6622aa204b4f7cef2f44433637099f175 Author: Rob Sharp @@ -19230,7 +19338,7 @@ This reverts commit 1cacc0945f81e0513013b83ca7488589dd6c61f7. libempathy-gtk/empathy-call-utils.c | 30 +++++++++++++++--------------- - 1 files changed, 15 insertions(+), 15 deletions(-) + 1 file changed, 15 insertions(+), 15 deletions(-) commit a32ce8185b6600c7c26111ee3b64e6fd8912c567 Author: Daniel Nylander @@ -19239,8 +19347,8 @@ Updated Swedish translation po/sv.po | 78 - +++++++++++++++++++++++++------------------------------------ - 1 files changed, 32 insertions(+), 46 deletions(-) + ++++++++++++++++++++++++++------------------------------------ + 1 file changed, 32 insertions(+), 46 deletions(-) commit 3b225294da4fb6f57d147f83c7ed78c8a44f0aec Author: Danielle Madeley @@ -19255,8 +19363,8 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=654669 libempathy-gtk/empathy-chat.c | 52 - ++++++++++++++++++++++++++++++++++++---- - 1 files changed, 46 insertions(+), 6 deletions(-) + ++++++++++++++++++++++++++++++++++++----- + 1 file changed, 46 insertions(+), 6 deletions(-) commit b7c238e691a8f2a171b9efa2e5f38af0f0c2a56f Author: Daniel Nylander @@ -19265,8 +19373,8 @@ Updated Swedish translation po/sv.po | 2231 - ++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 1463 insertions(+), 768 deletions(-) + +++++++++++++++++++++++++++++++++++++++++--------------------- + 1 file changed, 1463 insertions(+), 768 deletions(-) commit b4175711fb0b0cb34b51f049ff4eeb2cff7eec86 Author: Yaron Shahrabani @@ -19276,7 +19384,7 @@ po/he.po | 399 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 214 insertions(+), 185 deletions(-) + 1 file changed, 214 insertions(+), 185 deletions(-) commit 39ea5fe2605a9f02a74683cf0be9856217b38cc7 Author: Rob Sharp @@ -19288,7 +19396,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=654541 src/empathy-debug-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 560d11b069f159a27b3a0e258842028ff705d612 Author: Guillaume Desmottes @@ -19301,7 +19409,7 @@ well. release.py | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit a76fee797c59738c7f9e932fa5bfac16c49f66fe Author: Daniel Mustieles @@ -19311,7 +19419,7 @@ po/es.po | 358 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 192 insertions(+), 166 deletions(-) + 1 file changed, 192 insertions(+), 166 deletions(-) commit d3620a6f0eb0632c4ef96c48bcdb7adace8c1ff2 Author: Rudolfs Mazurs @@ -19321,7 +19429,7 @@ po/lv.po | 2054 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1233 insertions(+), 821 deletions(-) + 1 file changed, 1233 insertions(+), 821 deletions(-) commit d786fd74bda1df1067d71897f525f2a0e0fa50f7 Author: Kjartan Maraas @@ -19331,7 +19439,7 @@ po/nb.po | 398 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 212 insertions(+), 186 deletions(-) + 1 file changed, 212 insertions(+), 186 deletions(-) commit 55d7a944fa0783718a69e4d1b5e574f326befa58 Author: Emilio Pozuelo Monfort @@ -19340,7 +19448,7 @@ LogWindow: stop retrieving logs if the window is closed libempathy-gtk/empathy-log-window.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 4305ae9d96e4a6b3fb749b64d6d0c4b0045ab1fc Author: Emilio Pozuelo Monfort @@ -19359,7 +19467,7 @@ LogWindow: disable Video calls if no camera connected libempathy-gtk/empathy-log-window.c | 19 ++++++++++++++++++- - 1 files changed, 18 insertions(+), 1 deletions(-) + 1 file changed, 18 insertions(+), 1 deletion(-) commit fe7e98c6222fae967005ca81042963118953fd43 Author: Emilio Pozuelo Monfort @@ -19368,7 +19476,7 @@ CallWindow: disable Video functionality if there's no camera src/empathy-call-window.c | 13 ++++++++++++- - 1 files changed, 12 insertions(+), 1 deletions(-) + 1 file changed, 12 insertions(+), 1 deletion(-) commit 622469eebd6cee91e1c0a27c3532ecb836fa14fb Author: Emilio Pozuelo Monfort @@ -19377,7 +19485,7 @@ Bind 'Video call' menu items to available cameras libempathy-gtk/empathy-individual-menu.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 11b3e6e941f3407de410308191cbe5088cc074e4 Author: Emilio Pozuelo Monfort @@ -19386,7 +19494,7 @@ A contact doesn't support video if we have no camera libempathy/empathy-contact.c | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit e12ee6f8126a10fb0789e634dfd4251f246e2b90 Author: Emilio Pozuelo Monfort @@ -19395,7 +19503,7 @@ NewCallDialog: make 'Enable video' unsensitive when there's no camera libempathy-gtk/empathy-new-call-dialog.c | 19 +++++++++++++++++++ - 1 files changed, 19 insertions(+), 0 deletions(-) + 1 file changed, 19 insertions(+) commit 3a54e248335203c6979ef733adc7b07a25660613 Author: Emilio Pozuelo Monfort @@ -19405,7 +19513,7 @@ libempathy/empathy-camera-monitor.c | 7 +++++++ libempathy/empathy-camera-monitor.h | 2 ++ - 2 files changed, 9 insertions(+), 0 deletions(-) + 2 files changed, 9 insertions(+) commit 20fe4d7b990d32e70fcdb9fd46cde2ed00c6d71d Author: Emilio Pozuelo Monfort @@ -19415,7 +19523,7 @@ configure.ac | 26 ++++++++++++++++++++++++++ libempathy/Makefile.am | 4 +++- - 2 files changed, 29 insertions(+), 1 deletions(-) + 2 files changed, 29 insertions(+), 1 deletion(-) commit c1465c5133df557ff5e0f5f3e7463e0fdc0eae1e Author: Emilio Pozuelo Monfort @@ -19424,7 +19532,7 @@ Don't disable video calls when built without udev libempathy/empathy-camera-monitor.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 5c5890caba5e3ddc4298f138f3bb802993b21b4d Author: Emilio Pozuelo Monfort @@ -19460,7 +19568,7 @@ geometry isn't mixed as the windows are quite different now. src/empathy-streamed-media-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ee432f2c641a383ad8b32cb1ef7d2d2c2ee9c880 Author: Emilio Pozuelo Monfort @@ -19475,8 +19583,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=634809 libempathy-gtk/empathy-geometry.c | 47 - ++++++++++++++++++++++++------------ - libempathy-gtk/empathy-geometry.h | 7 +++++ + ++++++++++++++++++++++++------------- + libempathy-gtk/empathy-geometry.h | 7 ++++++ src/empathy-call-window.c | 47 +++++++++++++++++++++++++++++++++++++ 3 files changed, 85 insertions(+), 16 deletions(-) @@ -19493,7 +19601,7 @@ width is what is actually allocated. src/empathy-call-window.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 70fc920514af12b5c96e928a3178dfd9ddd8ed9e Author: Emilio Pozuelo Monfort @@ -19505,8 +19613,8 @@ the View menu at the same time. src/empathy-call-window.c | 49 - +++++++++++++++++++++++++++++++++---------- - src/empathy-call-window.ui | 19 +++++++++++++--- + +++++++++++++++++++++++++++++++++----------- + src/empathy-call-window.ui | 19 +++++++++++++---- 2 files changed, 52 insertions(+), 16 deletions(-) commit f0c80062b0fcdec789a478ed58528ec6fdd14622 @@ -19520,7 +19628,7 @@ it. src/empathy-call-window.c | 103 - ++++++++++++++++++++++++++++++++++++++++++- + ++++++++++++++++++++++++++++++++++++++++++-- src/empathy-call-window.ui | 26 +++++++++++ 2 files changed, 126 insertions(+), 3 deletions(-) @@ -19549,7 +19657,7 @@ CallWindow: remove the Sidebar button src/empathy-call-window.c | 38 ++++++-------------------------------- - 1 files changed, 6 insertions(+), 32 deletions(-) + 1 file changed, 6 insertions(+), 32 deletions(-) commit db8f9ed9b022e72ae2471c52268b9147ca4e3003 Author: Emilio Pozuelo Monfort @@ -19558,7 +19666,7 @@ CallWindow: flip the video preview src/empathy-call-window.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 6aa94458db8c15961cb0a489cdde5ef59d6f6928 Author: Emilio Pozuelo Monfort @@ -19567,7 +19675,7 @@ CallWindow: add a little offset to the video preview src/empathy-call-window.c | 18 ++++++++++++++---- - 1 files changed, 14 insertions(+), 4 deletions(-) + 1 file changed, 14 insertions(+), 4 deletions(-) commit 519ed53f758fdbcde07089275dfcb94e76f0aaf2 Author: Emilio Pozuelo Monfort @@ -19578,7 +19686,7 @@ ...to match the rest of the window. src/empathy-call-window.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 8dfbb6d5db069cd31e5c5223b0dee5841b1845fe Author: Emilio Pozuelo Monfort @@ -19587,7 +19695,7 @@ CallWindow: keep the aspect ratio of the remote video src/empathy-call-window.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 287973c0299353802f52b330c1050b03476e892d Author: Emilio Pozuelo Monfort @@ -19598,7 +19706,7 @@ We don't display the self avatar anymore. src/empathy-call-window.c | 33 --------------------------------- - 1 files changed, 0 insertions(+), 33 deletions(-) + 1 file changed, 33 deletions(-) commit a1e502f0e583e02e8e826d6d74bafd988378f3f5 Author: Emilio Pozuelo Monfort @@ -19610,7 +19718,7 @@ src/empathy-call-window.c | 131 ++++++++++++++++++++++----------------------- - 1 files changed, 65 insertions(+), 66 deletions(-) + 1 file changed, 65 insertions(+), 66 deletions(-) commit 6e1547e28b0139bd87a216790db1d067a88d387e Author: Emilio Pozuelo Monfort @@ -19619,8 +19727,8 @@ CallWindow: use clutter to draw the remote video src/empathy-call-window.c | 46 - ++++++++++++++++++++++++-------------------- - 1 files changed, 25 insertions(+), 21 deletions(-) + ++++++++++++++++++++++++--------------------- + 1 file changed, 25 insertions(+), 21 deletions(-) commit 2303f45817ba0960bbf4c3458781414c31561a91 Author: Emilio Pozuelo Monfort @@ -19629,8 +19737,8 @@ CallWindow: use clutter to draw the video preview src/empathy-call-window.c | 53 - ++++++++++++++++++++++++-------------------- - 1 files changed, 29 insertions(+), 24 deletions(-) + +++++++++++++++++++++++++-------------------- + 1 file changed, 29 insertions(+), 24 deletions(-) commit 7e3203f4a7c1e8684c350ab96917057c2a83dbe4 Author: Emilio Pozuelo Monfort @@ -19639,7 +19747,7 @@ empathy-call: initialize clutter src/empathy-call.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit a34ff2ef492de9b74bdc1d4f55758d389586d032 Author: Emilio Pozuelo Monfort @@ -19650,7 +19758,7 @@ It will be used to display video output. configure.ac | 15 +++++++++------ - 1 files changed, 9 insertions(+), 6 deletions(-) + 1 file changed, 9 insertions(+), 6 deletions(-) commit a79f4193bb6958ebd620f437b0d786e4449d9eed Author: Emilio Pozuelo Monfort @@ -19661,7 +19769,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=654256 libempathy/empathy-contact.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 342a4344f7f62d7b55e64f6f708b4b696b0765c3 Author: Emilio Pozuelo Monfort @@ -19670,7 +19778,7 @@ CallWindow: don't add calls to searches if they don't match libempathy-gtk/empathy-log-window.c | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit 61b92614a738e8fefc9376aa66fe14b00167e30c Author: Emilio Pozuelo Monfort @@ -19679,7 +19787,7 @@ LogWindow: select 'Anyone' when searching libempathy-gtk/empathy-log-window.c | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit 3a19d359f1cae8b2b4e6b4c31aaa193bd31a8720 Author: Emilio Pozuelo Monfort @@ -19688,7 +19796,7 @@ LogWindow: don't crash when searching libempathy-gtk/empathy-log-window.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit eb2ef7bb98d193402e372efba43a7212d8e5127c Author: Guillaume Desmottes @@ -19714,7 +19822,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652439 libempathy/empathy-request-util.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a446f3ec4f2259f651de668e27563e3717226f04 Author: Guillaume Desmottes @@ -19725,7 +19833,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652439 libempathy/empathy-request-util.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 5155eb52821b6fd1951ef01513a5110135adc9f3 Author: A S Alam @@ -19735,7 +19843,7 @@ po/pa.po | 1893 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1192 insertions(+), 701 deletions(-) + 1 file changed, 1192 insertions(+), 701 deletions(-) commit c5efee19e257658a47b74e5113dfc046b4b31bcc Author: Guillaume Desmottes @@ -19750,8 +19858,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=654015 libempathy-gtk/empathy-theme-adium.c | 42 - +++++++++++++++++++-------------- - 1 files changed, 24 insertions(+), 18 deletions(-) + +++++++++++++++++++--------------- + 1 file changed, 24 insertions(+), 18 deletions(-) commit 6fcaaa418bffeb06c81f1bf1d581e7d2e323fabe Author: Guillaume Desmottes @@ -19762,7 +19870,7 @@ We need it for tp_message_get_pending_message_id() configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9b4ae4814f0fd18fce4aefed2ee351485f0b18b1 Author: Daniel Mustieles @@ -19771,7 +19879,7 @@ Updated Spanish translation po/es.po | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit a0c74363c0617abaa5522c2e0ffeb0a9372349d1 Author: Emilio Pozuelo Monfort @@ -19799,7 +19907,7 @@ libempathy-gtk/empathy-log-window.c | 81 +++++++++++++++++++++++++++++++++++ - 1 files changed, 81 insertions(+), 0 deletions(-) + 1 file changed, 81 insertions(+) commit e213b939886dac6778e421b8b55be9453d72f6a6 Author: Jorge González @@ -19808,8 +19916,8 @@ Updated Spanish translation po/es.po | 106 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 56 insertions(+), 50 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 56 insertions(+), 50 deletions(-) commit 395f226c197ba97bd5c1bfa3b2f47c3866a37bb9 Author: Emilio Pozuelo Monfort @@ -19820,7 +19928,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=653341 libempathy-gtk/empathy-log-window.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit 1fe8edf35901e82ad858876af84f75f5352ebef3 Author: Fran Dieguez @@ -19830,7 +19938,7 @@ po/gl.po | 309 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 174 insertions(+), 135 deletions(-) + 1 file changed, 174 insertions(+), 135 deletions(-) commit 7835dd6c948517d422ef793afa84e7e331426c5f Author: Emilio Pozuelo Monfort @@ -19844,7 +19952,7 @@ libempathy-gtk/empathy-log-window.c | 34 +++++++++++++++++++++------------- - 1 files changed, 21 insertions(+), 13 deletions(-) + 1 file changed, 21 insertions(+), 13 deletions(-) commit 5e782bf815c2bd9fb2ae05812c1cd946260c8a1b Author: Emilio Pozuelo Monfort @@ -19855,7 +19963,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=653116 libempathy-gtk/empathy-log-window.c | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit 858a4d27abd2f040d44eaeda17f618a1a63b1631 Author: Emilio Pozuelo Monfort @@ -19869,10 +19977,10 @@ And use it in chat themes for the backlog. libempathy-gtk/empathy-theme-adium.c | 2 +- - libempathy-gtk/empathy-theme-boxes.c | 4 +- - libempathy-gtk/empathy-theme-irc.c | 4 +- + libempathy-gtk/empathy-theme-boxes.c | 4 +-- + libempathy-gtk/empathy-theme-irc.c | 4 +-- libempathy/empathy-contact.c | 45 - +++++++++++++++++++++++++-------- + +++++++++++++++++++++++++--------- libempathy/empathy-contact.h | 1 + 5 files changed, 40 insertions(+), 16 deletions(-) @@ -19883,7 +19991,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1f2b473a0f60b29356bef593a80fb7658481bbf1 Author: Guillaume Desmottes @@ -19902,7 +20010,7 @@ release.py: update last_tag_pattern release.py | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ea501264c4f45e6870bb4e7c2eecd6e95357ec3d Author: Emilio Pozuelo Monfort @@ -19916,7 +20024,7 @@ libempathy-gtk/empathy-log-window.c | 263 ++++++++++++++++++++++++++++++++++- - 1 files changed, 260 insertions(+), 3 deletions(-) + 1 file changed, 260 insertions(+), 3 deletions(-) commit abbbbdaed8530a61d99ca49ca8a33878dd24eda2 Author: Emilio Pozuelo Monfort @@ -19942,7 +20050,7 @@ po/sl.po | 324 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 178 insertions(+), 146 deletions(-) + 1 file changed, 178 insertions(+), 146 deletions(-) commit 95ff75f0dc6b402d2ef3c10704a9d1bc5606ea3e Author: Kjartan Maraas @@ -19952,7 +20060,7 @@ po/nb.po | 216 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 112 insertions(+), 104 deletions(-) + 1 file changed, 112 insertions(+), 104 deletions(-) commit f529880740cfc4563b4983490bb077ca87757721 Author: Cheng-Chia Tseng @@ -19974,7 +20082,7 @@ po/he.po | 459 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 252 insertions(+), 207 deletions(-) + 1 file changed, 252 insertions(+), 207 deletions(-) commit 93ca914aaa7ca852fd1ce8bef0f6bb7568fb257f Author: Gabor Kelemen @@ -19984,7 +20092,7 @@ help/hu/hu.po | 242 ++++++++++++++++++++++++++------------------------------- - 1 files changed, 109 insertions(+), 133 deletions(-) + 1 file changed, 109 insertions(+), 133 deletions(-) commit c011e6ce9d6d67d9d80ebfd871d96d87a43491ae Author: Daniel Mustieles @@ -19994,7 +20102,7 @@ po/es.po | 420 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 226 insertions(+), 194 deletions(-) + 1 file changed, 226 insertions(+), 194 deletions(-) commit d38c606c7f36ae1306bcf622cbc5e21b3609b746 Author: Gabor Kelemen @@ -20016,7 +20124,7 @@ po/hu.po | 1877 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1133 insertions(+), 744 deletions(-) + 1 file changed, 1133 insertions(+), 744 deletions(-) commit 00b7ca3a4147cffe757d0fa59bab4c597f2a6991 Author: Guillaume Desmottes @@ -20025,7 +20133,7 @@ Stop using deprecated API from libnotify (#653739) src/empathy-notifications-approver.c | 17 +++++++++++------ - 1 files changed, 11 insertions(+), 6 deletions(-) + 1 file changed, 11 insertions(+), 6 deletions(-) commit c1909f3c881ae35e1e1a4f40fe28d628088c22ec Author: Guillaume Desmottes @@ -20034,7 +20142,7 @@ Use our own notification categories if there is no official one src/empathy-notifications-approver.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit e1db5549ea2349d0d17509171ffe7f977676acb7 Author: Emilio Pozuelo Monfort @@ -20049,7 +20157,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=653730 src/empathy-call-observer.c | 31 +++++++++++++++++++++++++++---- - 1 files changed, 27 insertions(+), 4 deletions(-) + 1 file changed, 27 insertions(+), 4 deletions(-) commit 19cbd39e5eb916ecc4dc2f0705a204d0c7ca6e3a Author: Guillaume Desmottes @@ -20062,7 +20170,7 @@ associated with the event. src/empathy-event-manager.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 1b79d18321b2d1bcbc8da81f5572de90c851a87e Author: Emilio Pozuelo Monfort @@ -20074,7 +20182,7 @@ libempathy-gtk/empathy-contact-blocking-dialog.c | 83 +++++++++++++++++++++- - 1 files changed, 81 insertions(+), 2 deletions(-) + 1 file changed, 81 insertions(+), 2 deletions(-) commit 6ba4cf17919cf343a000c3025d3e45bbe55b8188 Author: Emilio Pozuelo Monfort @@ -20087,8 +20195,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=653635 libempathy-gtk/empathy-log-window.c | 83 - ++++++++++++++++++++++++++++++++-- - 1 files changed, 78 insertions(+), 5 deletions(-) + ++++++++++++++++++++++++++++++++--- + 1 file changed, 78 insertions(+), 5 deletions(-) commit db0fd2e3da0b075282169e2a220a1c4051c4309d Author: Guillaume Desmottes @@ -20100,7 +20208,7 @@ libempathy/empathy-utils.h | 10 ---------- tests/Makefile.am | 4 ---- tests/empathy-utils-test.c | 33 --------------------------------- - 4 files changed, 0 insertions(+), 80 deletions(-) + 4 files changed, 80 deletions(-) commit 442e6acd522cfaaeae71b8ebde6031de0a3cc44e Author: Guillaume Desmottes @@ -20112,7 +20220,7 @@ libempathy/empathy-utils.c | 711 ++++++++++++++++++++++---------------------- - libempathy/empathy-utils.h | 82 +++--- + libempathy/empathy-utils.h | 82 ++--- 2 files changed, 402 insertions(+), 391 deletions(-) commit da1da170a1365d12a5eeaee5c2b0e3285f268038 @@ -20122,10 +20230,12 @@ add client and service file announcing the FileTransfer handler (#653575) - data/.gitignore | 1 + - data/Empathy.FileTransfer.client | 7 +++++++ - data/Makefile.am | 9 +++++++-- - ...elepathy.Client.Empathy.FileTransfer.service.in | 3 +++ + data/.gitignore | 1 + + data/Empathy.FileTransfer.client | + 7 +++++++ + data/Makefile.am | + 9 +++++++-- + ...eedesktop.Telepathy.Client.Empathy.FileTransfer.service.in | 3 +++ 4 files changed, 18 insertions(+), 2 deletions(-) commit b112f5c4f17f24b4654ead7a0525230a45f7e536 @@ -20136,7 +20246,7 @@ po/nb.po | 338 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 181 insertions(+), 157 deletions(-) + 1 file changed, 181 insertions(+), 157 deletions(-) commit cdbf7eab0ce5505998466349fed5b22b0d44342d Author: Aurimas Černius @@ -20146,7 +20256,7 @@ po/lt.po | 2261 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 1283 insertions(+), 978 deletions(-) + 1 file changed, 1283 insertions(+), 978 deletions(-) commit c257cb2ca71d2b3eb48d2ba5b8311d9582019ad9 Author: Guillaume Desmottes @@ -20157,7 +20267,7 @@ Much more useful when receiving offline messages. libempathy/empathy-message.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit a7757678bf287ad748b097f9362f52d248afc6ca Merge: 5bba4dd 53a110f @@ -20183,7 +20293,7 @@ advanced parameters. libempathy-gtk/empathy-account-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 53a110fcf6a8b697f8d27a8c34b0cccf4db04b24 Author: Will Thompson @@ -20195,7 +20305,7 @@ it's set too. libempathy-gtk/empathy-protocol-chooser.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 60d6f85f560b4c958085c8f759f519363a05e779 Author: Will Thompson @@ -20218,7 +20328,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=653510 libempathy-gtk/empathy-protocol-chooser.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 9d13e5abfc9802832cc0e81cfa96663ffdd4744d Merge: d191659 0f19e7e @@ -20235,7 +20345,7 @@ po/zh_CN.po | 1821 +++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1144 insertions(+), 677 deletions(-) + 1 file changed, 1144 insertions(+), 677 deletions(-) commit 26259ee3b6fce128a175f71b65dbcd523d56cbb8 Author: Mario Blättermann @@ -20245,7 +20355,7 @@ po/de.po | 1769 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1106 insertions(+), 663 deletions(-) + 1 file changed, 1106 insertions(+), 663 deletions(-) commit 81090144f9100924c0f45b003faf27efd7aeb3b5 Author: Mario Blättermann @@ -20254,7 +20364,7 @@ [i18n] Added missing file to POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit f7365ba52c11988ba7fa058cbf35de31da7326b2 Author: Hannie Dumoleyn @@ -20264,7 +20374,7 @@ po/nl.po | 1795 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1104 insertions(+), 691 deletions(-) + 1 file changed, 1104 insertions(+), 691 deletions(-) commit 0f19e7e7b63a2c457a498bf84d4928db59fb56e4 Author: Will Thompson @@ -20279,7 +20389,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=630943 src/empathy-chatrooms-window.ui | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 9f79b7c5d74f1a82387881121403e755757f8cb3 Author: Will Thompson @@ -20287,9 +20397,9 @@ ChatroomsWindow: GNOME 3-ify the Remove button - src/empathy-chatrooms-window.c | 10 +++++ + src/empathy-chatrooms-window.c | 10 ++++++ src/empathy-chatrooms-window.ui | 70 - ++++++++++++++++++++++++-------------- + ++++++++++++++++++++++++--------------- 2 files changed, 54 insertions(+), 26 deletions(-) commit 3e22c794dd4568a69c08ce80cc12e03eb27f836c @@ -20333,7 +20443,7 @@ back to a pointer. libempathy-gtk/empathy-status-preset-dialog.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit fb207a362a266da923f6f87c91c0dd649cfa9183 Author: Will Thompson @@ -20343,7 +20453,7 @@ Yum yum joined-toolbar! - libempathy-gtk/empathy-status-preset-dialog.c | 12 ++++- + libempathy-gtk/empathy-status-preset-dialog.c | 12 +++- libempathy-gtk/empathy-status-preset-dialog.ui | 70 +++++++++++++++--------- 2 files changed, 54 insertions(+), 28 deletions(-) @@ -20357,7 +20467,7 @@ (This was not introduced by my changes.) libempathy-gtk/empathy-status-preset-dialog.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 901256e30ba93abc86dfd3826ee28f322251c673 Author: Will Thompson @@ -20380,7 +20490,7 @@ libempathy-gtk/empathy-status-preset-dialog.c | 20 ++++++++++++-------- - 1 files changed, 12 insertions(+), 8 deletions(-) + 1 file changed, 12 insertions(+), 8 deletions(-) commit 096e82cbc6e05aa693991d215cefe0ace429d497 Author: Will Thompson @@ -20394,8 +20504,8 @@ complexity. libempathy-gtk/empathy-status-preset-dialog.c | 38 - ++++++++++++++---------- - 1 files changed, 22 insertions(+), 16 deletions(-) + ++++++++++++++----------- + 1 file changed, 22 insertions(+), 16 deletions(-) commit 01de3488d0287dc430582faab72932f846ec09dc Author: Will Thompson @@ -20406,7 +20516,7 @@ It's big enough. libempathy-gtk/empathy-status-preset-dialog.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 49887f9ba8d3442b193759806f0371b07428718b Author: Will Thompson @@ -20419,7 +20529,7 @@ this will have to do. libempathy-gtk/empathy-status-preset-dialog.ui | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6e61e4ff4b72e31a1f31205c9db3dc6cea8e64a1 Author: Will Thompson @@ -20441,7 +20551,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=630943 libempathy-gtk/empathy-status-preset-dialog.ui | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 8f42bd47699c9453aae13f9169a27a4d9bb80bb2 Author: Will Thompson @@ -20452,8 +20562,8 @@ Previously one had to kill the process, but by just switching to gtk_dialog_run() we get more functionality for less code. :D - .../test-empathy-status-preset-dialog.c | 9 ++++----- - 1 files changed, 4 insertions(+), 5 deletions(-) + tests/interactive/test-empathy-status-preset-dialog.c | 9 ++++----- + 1 file changed, 4 insertions(+), 5 deletions(-) commit bf6f2b56d3a8a03cde5cee2469057d5e44933eed Author: Will Thompson @@ -20462,7 +20572,7 @@ PresenceChooser: remove unused #define FLASH_TIMEOUT libempathy-gtk/empathy-presence-chooser.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit ea70cf03674e4c844e27062b4b13c306aae39d40 Author: Emilio Pozuelo Monfort @@ -20481,7 +20591,7 @@ src/empathy-streamed-media-window.c | 2 +- src/empathy-streamed-media-window.ui | 947 ++++++++++++++++++++++++++++++++++ - 3 files changed, 949 insertions(+), 1 deletions(-) + 3 files changed, 949 insertions(+), 1 deletion(-) commit a41f7343a478a81ca0f61fb84a80904001a67800 Author: Daniel Mustieles @@ -20491,7 +20601,7 @@ po/es.po | 124 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 62 insertions(+), 62 deletions(-) + 1 file changed, 62 insertions(+), 62 deletions(-) commit 5e4bdbca5400a13e65e8b821562e3f8538516272 Author: Marc-Antoine Perennou @@ -20506,7 +20616,7 @@ `empathy_adium_info_get_default_variant' src/empathy-preferences.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 6b79054213ba3dd70298aa75e17c234aef2f09af Author: Marc-Antoine Perennou @@ -20517,7 +20627,7 @@ Signed-off-by: Marc-Antoine Perennou libempathy-gtk/empathy-theme-manager.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 955bea1f3654668ae91eed4aa2f32d79a87189cf Merge: 3c17630 2b92c53 @@ -20535,7 +20645,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=573652 libempathy-gtk/empathy-log-window.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 3c17630fc5ba3cf2cf35decf428b1075ec4a7e12 Author: Matej Urbančič @@ -20544,8 +20654,8 @@ Updated Slovenian translation po/sl.po | 202 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 103 insertions(+), 99 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 103 insertions(+), 99 deletions(-) commit a2060ed1cebe60f382383178c7fd10c9ad8ffba4 Author: Emilio Pozuelo Monfort @@ -20559,7 +20669,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=653175 libempathy-gtk/empathy-log-window.c | 16 ++++++++++++++-- - 1 files changed, 14 insertions(+), 2 deletions(-) + 1 file changed, 14 insertions(+), 2 deletions(-) commit 24e45ffb59d929e39d8ceea3ef04c73a5bcfc912 Author: Guillaume Desmottes @@ -20567,7 +20677,7 @@ Use tp-glib password API (#651055) - libempathy-gtk/empathy-chat.c | 10 ++-- + libempathy-gtk/empathy-chat.c | 10 +-- libempathy/empathy-tp-chat.c | 136 +---------------------------------------- libempathy/empathy-tp-chat.h | 10 --- @@ -20585,7 +20695,7 @@ extra work. src/empathy-event-manager.c | 25 ++----------------------- - 1 files changed, 2 insertions(+), 23 deletions(-) + 1 file changed, 2 insertions(+), 23 deletions(-) commit a997201320e14d4bdca30391bd3c8d29224d0b26 Author: Guillaume Desmottes @@ -20602,7 +20712,7 @@ src/empathy-call-observer.c | 98 ++++++++++++------------------------------- - 1 files changed, 27 insertions(+), 71 deletions(-) + 1 file changed, 27 insertions(+), 71 deletions(-) commit 9cfab15b0c15b23d59d01e88c9efac0d0cf27433 Author: Guillaume Desmottes @@ -20614,7 +20724,7 @@ tp_channel_dispatch_operation_close_channels_async(). configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 19da124b23d0ab1f315b2461b9889bcd9b76869e Author: Fran Diéguez @@ -20624,7 +20734,7 @@ po/gl.po | 255 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 133 insertions(+), 122 deletions(-) + 1 file changed, 133 insertions(+), 122 deletions(-) commit 3db97d5b3ec2854c522b9d2b378f2a65620a783d Merge: b6984f0 005e206 @@ -20648,7 +20758,7 @@ goes away (#653090) libempathy-gtk/empathy-chat.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 3caeda43f0b6cda2ff6687db5eebaf86b103dbaa Author: Emilio Pozuelo Monfort @@ -20657,7 +20767,7 @@ LogWindow: also show the spinner and expand the chats for searches libempathy-gtk/empathy-log-window.c | 23 +++++++++++++---------- - 1 files changed, 13 insertions(+), 10 deletions(-) + 1 file changed, 13 insertions(+), 10 deletions(-) commit f8ca62c8d1ec38fb1e4e6ad975e1a1d40452d600 Author: Emilio Pozuelo Monfort @@ -20673,7 +20783,7 @@ libempathy-gtk/empathy-log-window.c | 188 ++++++++++++++--------------------- - 1 files changed, 76 insertions(+), 112 deletions(-) + 1 file changed, 76 insertions(+), 112 deletions(-) commit b3c999b6507650423c026cceb641a1a16bbb552f Author: Emilio Pozuelo Monfort @@ -20684,7 +20794,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652265 libempathy-gtk/empathy-log-window.c | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit 2117ad312759f5bd1190d20dffb714a34444adb1 Author: Emilio Pozuelo Monfort @@ -20696,7 +20806,7 @@ libempathy-gtk/empathy-log-window.ui | 31 ++++++++++++++++++++++++++++++- - 1 files changed, 30 insertions(+), 1 deletions(-) + 1 file changed, 30 insertions(+), 1 deletion(-) commit 5faa536ed6fc6ce21421900d4ddea64c61f5182a Author: Emilio Pozuelo Monfort @@ -20707,8 +20817,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652522 libempathy-gtk/empathy-log-window.c | 57 - ++++++++++++++++++++++++++++++---- - 1 files changed, 50 insertions(+), 7 deletions(-) + ++++++++++++++++++++++++++++++----- + 1 file changed, 50 insertions(+), 7 deletions(-) commit b95223f0d32b6c8424341bf0c406e4422c831de6 Author: Guillaume Desmottes @@ -20717,8 +20827,8 @@ EmpathySearchBar: inherit from a GtkBox instead of a GtkBin libempathy-gtk/empathy-search-bar.c | 48 - +--------------------------------- - libempathy-gtk/empathy-search-bar.h | 4 +- + ++--------------------------------- + libempathy-gtk/empathy-search-bar.h | 4 +-- 2 files changed, 4 insertions(+), 48 deletions(-) commit aafefb7b6c4a17715e181bb2263423d950dca369 @@ -20728,8 +20838,8 @@ EmpathyIndividualLinker: inherit from a GtkBox instead of a GtkBin libempathy-gtk/empathy-individual-linker.c | 34 - +-------------------------- - libempathy-gtk/empathy-individual-linker.h | 4 +- + ++-------------------------- + libempathy-gtk/empathy-individual-linker.h | 4 ++-- 2 files changed, 4 insertions(+), 34 deletions(-) commit 9f03fdbe713fb5664626e19fa1b58e7eb4ca7e50 @@ -20752,7 +20862,7 @@ po/sl.po | 189 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 97 insertions(+), 92 deletions(-) + 1 file changed, 97 insertions(+), 92 deletions(-) commit 508639fd1bdf942f6a9fef1e501a1977d3451c21 Author: Jorge González @@ -20761,8 +20871,8 @@ Updated Spanish translation po/es.po | 202 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 103 insertions(+), 99 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 103 insertions(+), 99 deletions(-) commit 04ab5d6190a94bcf5db98ff8f857fd20d61ef332 Author: Emilio Pozuelo Monfort @@ -20771,7 +20881,7 @@ LogWindow: Add a border between the three search panes libempathy-gtk/empathy-log-window.ui | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 255c0f9f01429eef62c54efd7731af5cc3a9b90b Author: Guillaume Desmottes @@ -20781,7 +20891,7 @@ notify::contact-info signal (#652496) libempathy-gtk/empathy-individual-widget.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 5f6f70aa1e354af05675aa601ec168a879a1b8d2 Author: Guillaume Desmottes @@ -20790,7 +20900,7 @@ chatroom: don't leak the subject libempathy/empathy-chatroom.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6e05d6a2c75fe87e76c509ba3bf73b4ab44e8a12 Merge: 1b47c6c 4f4c33a @@ -20806,8 +20916,8 @@ Updated Norwegian bokmål translation. po/nb.po | 247 - +++++++++++++++++++++++++++++++++++++++++++++---------------- - 1 files changed, 182 insertions(+), 65 deletions(-) + +++++++++++++++++++++++++++++++++++++++++++++----------------- + 1 file changed, 182 insertions(+), 65 deletions(-) commit d7c1b76be146ae5ffa9a713c75351c3237227786 Author: Daniel Mustieles @@ -20816,8 +20926,8 @@ Updated Spanish translation po/es.po | 118 - +++++++++++++++++++++++++++---------------------------------- - 1 files changed, 52 insertions(+), 66 deletions(-) + +++++++++++++++++++++++++++----------------------------------- + 1 file changed, 52 insertions(+), 66 deletions(-) commit 217a9035dfe207ee243bb47bfa65dfa631c1660c Author: Matej Urbančič @@ -20826,7 +20936,7 @@ Updated Slovenian translation po/sl.po | 32 ++++++++++++++++++-------------- - 1 files changed, 18 insertions(+), 14 deletions(-) + 1 file changed, 18 insertions(+), 14 deletions(-) commit e4195fde9427f63205b4cbb71641f599b2476bcf Author: Guillaume Desmottes @@ -20836,7 +20946,7 @@ GAsyncResult result... libempathy/empathy-contact.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5aa6b7a616bbdb3a8f826831259f5d23a622d8d4 Author: Guillaume Desmottes @@ -20845,7 +20955,7 @@ cope with geocode_object_new_for_params returning NULL libempathy/empathy-contact.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 6e163c9e8f82c6f1943e2a361d8d941a824cd105 Author: krishnababu k @@ -20855,7 +20965,7 @@ po/te.po | 1498 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 746 insertions(+), 752 deletions(-) + 1 file changed, 746 insertions(+), 752 deletions(-) commit 3a1ca5a962eef416f19f7082246a7b2249fe7121 Merge: eacf74c c22df19 @@ -20870,9 +20980,9 @@ Make the accounts-dialog attractive and GNOME3ish - src/empathy-accounts-dialog.c | 11 ++++ + src/empathy-accounts-dialog.c | 11 +++++ src/empathy-accounts-dialog.ui | 99 - +++++++++++++++++++-------------------- + +++++++++++++++++++--------------------- 2 files changed, 59 insertions(+), 51 deletions(-) commit eacf74cb753138246a59d4e911adf190bb717b0b @@ -20883,7 +20993,7 @@ po/te.po | 4701 +++++++++++++++++++++++++++++++++++++++++++------------------- - 1 files changed, 3263 insertions(+), 1438 deletions(-) + 1 file changed, 3263 insertions(+), 1438 deletions(-) commit cf1e01a88cfee6c092c8f3bec8d5c0efad8c5ce2 Author: Emilio Pozuelo Monfort @@ -20892,7 +21002,7 @@ Update telepathy-yell submodule telepathy-yell | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a4479888dbe3805bd988845517937a8d391234de Author: Matej Urbančič @@ -20901,7 +21011,7 @@ Updated Slovenian translation po/sl.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 42ff9c946b756603b789a18a31a08d60aeddb6a5 Author: Matej Urbančič @@ -20911,7 +21021,7 @@ po/sl.po | 83 ++++++++++++++++++++++++-------------------------------------- - 1 files changed, 32 insertions(+), 51 deletions(-) + 1 file changed, 32 insertions(+), 51 deletions(-) commit 4cb792eb96fc4d38aa49614fc378e70d2dfc508a Author: Guillaume Desmottes @@ -20920,7 +21030,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2dd5ba424137015582904b7092c5157e419c4b60 Author: Guillaume Desmottes @@ -20939,7 +21049,7 @@ Add autogenerated marshal files to .gitignore src/.gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c72f264918a8ff75bc8df3ddbac7123323d3de51 Author: Emilio Pozuelo Monfort @@ -20950,7 +21060,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=652345 libempathy/empathy-message.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ba7f23c447a3eab5859811e7096588c7c971a684 Author: Emilio Pozuelo Monfort @@ -20961,7 +21071,7 @@ As it fixes a crash that affects the new history window. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4f4c33a6cab809bae137b9141e0c1697f951e9ec Author: Danielle Madeley @@ -20972,7 +21082,7 @@ Prevents ending up with message counts of -1 libempathy-gtk/empathy-chat.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit fa8a602e9717c2fa778a9f375fb4da407ee7d625 Author: Danielle Madeley @@ -20983,7 +21093,7 @@ libempathy-gtk/empathy-theme-adium.c | 77 +++++++++++++++++++++++++--------- - 1 files changed, 57 insertions(+), 20 deletions(-) + 1 file changed, 57 insertions(+), 20 deletions(-) commit 8942f527929c370bb7cc7f1f57f4457cc2c163e1 Author: Danielle Madeley @@ -20992,7 +21102,7 @@ Bump to released TPL version 0.2.10 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 830ced19dc7166bbb5aafba8db7d9dfc12e8aae2 Author: Danielle Madeley @@ -21005,7 +21115,7 @@ translating it into the Telepathy form. libempathy/empathy-message.c | 24 +++++++++++++++++++----- - 1 files changed, 19 insertions(+), 5 deletions(-) + 1 file changed, 19 insertions(+), 5 deletions(-) commit e0dd22a058f51c159937ebf9a4af7edbd386b02f Author: Danielle Madeley @@ -21014,7 +21124,7 @@ Reset the chat state after receiving an edited message libempathy-gtk/empathy-chat.c | 21 +++++++++------------ - 1 files changed, 9 insertions(+), 12 deletions(-) + 1 file changed, 9 insertions(+), 12 deletions(-) commit 2d91c5513fce276eb8a65a463119a80609a4eeb7 Author: Danielle Madeley @@ -21027,8 +21137,8 @@ the original message a. libempathy-gtk/empathy-chat.c | 42 - +++++++++++++++++++++++----------------- - 1 files changed, 24 insertions(+), 18 deletions(-) + +++++++++++++++++++++++------------------ + 1 file changed, 24 insertions(+), 18 deletions(-) commit 3884ef55323a4060d043d37d565af3a8c2e9a293 Author: Danielle Madeley @@ -21038,7 +21148,7 @@ libempathy/empathy-message.c | 37 +++++++++++++++++++++++++++++++++++++ libempathy/empathy-message.h | 1 + - 2 files changed, 38 insertions(+), 0 deletions(-) + 2 files changed, 38 insertions(+) commit 20cb884ca67835dfa20703c55763f613a41551a2 Author: Danielle Madeley @@ -21047,7 +21157,7 @@ Set the edited icon for edited messages in the log viewer libempathy-gtk/empathy-log-window.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 878a1b3a5204e9713e9ce6203af14cb51c6f96af Author: Danielle Madeley @@ -21064,7 +21174,7 @@ when. libempathy-gtk/empathy-chat.c | 23 ++++++++++++++++++++++- - 1 files changed, 22 insertions(+), 1 deletions(-) + 1 file changed, 22 insertions(+), 1 deletion(-) commit 7d48e0689c9c13bfeb7dbc21854a87dfc58a3005 Author: Danielle Madeley @@ -21092,7 +21202,7 @@ libempathy-gtk/empathy-images.h | 2 ++ libempathy-gtk/empathy-theme-adium.c | 28 ++++++++++++++++++++++++++++ - 2 files changed, 30 insertions(+), 0 deletions(-) + 2 files changed, 30 insertions(+) commit 6b13df746bc564a8ee72d1575315c007100262ce Author: Danielle Madeley @@ -21101,7 +21211,7 @@ Add a tooltip saying when the message was edited libempathy-gtk/empathy-theme-adium.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit b87566f46243257310b6d3b5e9b8fc25a0f6954d Author: Danielle Madeley @@ -21138,7 +21248,7 @@ po/sl.po | 1410 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 850 insertions(+), 560 deletions(-) + 1 file changed, 850 insertions(+), 560 deletions(-) commit 0569ded29dbab08462670e4780fb17ec5e4950ff Author: Danielle Madeley @@ -21150,7 +21260,7 @@ This will enable our DOM manipulation libempathy-gtk/empathy-theme-adium.c | 20 ++++++++++++++++---- - 1 files changed, 16 insertions(+), 4 deletions(-) + 1 file changed, 16 insertions(+), 4 deletions(-) commit 97efba6e5ce4eb5d85005281b2b8b0a95f8c0dd8 Author: Danielle Madeley @@ -21159,8 +21269,8 @@ Pass edited messages through to the ChatView libempathy-gtk/empathy-chat.c | 43 - ++++++++++++++++++++++++++-------------- - 1 files changed, 28 insertions(+), 15 deletions(-) + +++++++++++++++++++++++++++-------------- + 1 file changed, 28 insertions(+), 15 deletions(-) commit a4e44071b6bf128f4150a19e5b60975cae9218b2 Author: Danielle Madeley @@ -21170,7 +21280,7 @@ libempathy-gtk/empathy-chat-view.c | 12 ++++++++++++ libempathy-gtk/empathy-chat-view.h | 4 ++++ - 2 files changed, 16 insertions(+), 0 deletions(-) + 2 files changed, 16 insertions(+) commit 44edc9fc835feaa279b5c20269a07aecff9e38cc Author: Danielle Madeley @@ -21187,7 +21297,7 @@ libempathy/empathy-message.c | 42 ++++++++++++++++++++++++++++++++++++++++++ libempathy/empathy-message.h | 2 ++ - 2 files changed, 44 insertions(+), 0 deletions(-) + 2 files changed, 44 insertions(+) commit 29ab54db065d7753aebd5501680fb91049011fce Author: Danielle Madeley @@ -21201,7 +21311,7 @@ libempathy/empathy-message.c | 30 ++++++++++++++++++++++++++++++ libempathy/empathy-message.h | 1 + - 2 files changed, 31 insertions(+), 0 deletions(-) + 2 files changed, 31 insertions(+) commit 7c5097eea06fa807dff6cefdc42817647f831490 Author: Abduxukur Abdurixit @@ -21211,7 +21321,7 @@ po/ug.po | 1936 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1224 insertions(+), 712 deletions(-) + 1 file changed, 1224 insertions(+), 712 deletions(-) commit cdcd685e0ced11bc3bcae0a641d656be052bd343 Author: Jorge González @@ -21221,7 +21331,7 @@ po/es.po | 290 +++++++++++++++++++++++++++++++++++++++++++++----------------- - 1 files changed, 212 insertions(+), 78 deletions(-) + 1 file changed, 212 insertions(+), 78 deletions(-) commit 04235c04df16079a82076fe1bcef8882a315e80e Author: Fran Diéguez @@ -21231,7 +21341,7 @@ po/gl.po | 1002 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 613 insertions(+), 389 deletions(-) + 1 file changed, 613 insertions(+), 389 deletions(-) commit 51ddfed4916ba4f68196415c95ea6017669a0de1 Author: Guillaume Desmottes @@ -21240,7 +21350,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2cc2b38997bba7a93277f0b09499f24674a7a8de Author: Guillaume Desmottes @@ -21249,7 +21359,7 @@ add Chat_Manager.xml to EXTRA_DIST extensions/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 84d12d32bb206c48ce45c416258f0c1316c2378b Author: Guillaume Desmottes @@ -21259,7 +21369,7 @@ NEWS | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 4 +- + configure.ac | 4 ++-- release.py | 2 +- 3 files changed, 78 insertions(+), 3 deletions(-) @@ -21270,7 +21380,7 @@ Cope with tpl_event_get_receiver() returning NULL libempathy-gtk/empathy-log-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 65fac9c002b47ba0c8a3e4e0d6c4fa9494b2f771 Author: Guillaume Desmottes @@ -21296,7 +21406,7 @@ po/he.po | 244 ++++++++++++++++++++++++++++++++++++++++++++++---------------- - 1 files changed, 183 insertions(+), 61 deletions(-) + 1 file changed, 183 insertions(+), 61 deletions(-) commit 585b25ad427f22c33b8e7344acc051a1c07e1fb9 Merge: f680565 3fe402f @@ -21316,7 +21426,7 @@ cases. libempathy-gtk/empathy-log-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d49a19564bc1404c8536da85f97e22ae80e614e7 Author: Emilio Pozuelo Monfort @@ -21328,9 +21438,9 @@ history window though. configure.ac | 38 - +++++++++++++++++++++++++--------- - libempathy-gtk/empathy-log-window.c | 23 ++++++++++++++++++-- - libempathy/empathy-message.c | 12 ++++++++-- + ++++++++++++++++++++++++++--------- + libempathy-gtk/empathy-log-window.c | 23 ++++++++++++++++++--- + libempathy/empathy-message.c | 12 ++++++++--- 3 files changed, 57 insertions(+), 16 deletions(-) commit c5353cf8c819b549de202faa3326406f3638a899 @@ -21347,7 +21457,7 @@ confusing the log viewer. libempathy/empathy-contact.c | 28 ++++++++++++++++++++++------ - 1 files changed, 22 insertions(+), 6 deletions(-) + 1 file changed, 22 insertions(+), 6 deletions(-) commit f6805650748b2851dcd22fa04901b91dd3ab0abd Author: Yaron Shahrabani @@ -21357,7 +21467,7 @@ po/he.po | 403 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 240 insertions(+), 163 deletions(-) + 1 file changed, 240 insertions(+), 163 deletions(-) commit 0265c0ca2e832e5b1a68bdd2d40c62f64ad7233e Author: Daniel Mustieles @@ -21367,7 +21477,7 @@ po/es.po | 427 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 254 insertions(+), 173 deletions(-) + 1 file changed, 254 insertions(+), 173 deletions(-) commit f135402a5c7fd43b4349ecb23c541b5540f36ba4 Author: Kjartan Maraas @@ -21377,7 +21487,7 @@ po/nb.po | 648 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 367 insertions(+), 281 deletions(-) + 1 file changed, 367 insertions(+), 281 deletions(-) commit d74b660be9a8717615a01df58c3d7fa2a3d55bd0 Author: Emilio Pozuelo Monfort @@ -21386,8 +21496,8 @@ Update empathy-log-window.ui for GTK+ 3 libempathy-gtk/empathy-log-window.ui | 82 - ++++++++++++++++++++++++++------- - 1 files changed, 64 insertions(+), 18 deletions(-) + ++++++++++++++++++++++++++-------- + 1 file changed, 64 insertions(+), 18 deletions(-) commit ab11b8cd9cc3cba75af64f2ce7fbce042353d76e Author: Emilio Pozuelo Monfort @@ -21396,7 +21506,7 @@ Fix typo libempathy-gtk/empathy-log-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4b4199bf5fa8b15db6de6016f8dbfa59b41d2d45 Author: Emilio Pozuelo Monfort @@ -21405,7 +21515,7 @@ Remove unused variables libempathy-gtk/empathy-log-window.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit e44cdbfd3407bb6801fed763da5ae3c332305d12 Author: Danielle Madeley @@ -21417,7 +21527,7 @@ Mark emotes for translation since we've done that for messages. libempathy-gtk/empathy-log-window.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 22306d76874bd8931aa517d48331803fe6fa4c5a Author: Danielle Madeley @@ -21426,7 +21536,7 @@ Don't allow interactive searching on the log pane libempathy-gtk/empathy-log-window.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit d2b2bd1716dbffd4b03422ff99111c04e1a975e6 Author: Danielle Madeley @@ -21435,7 +21545,7 @@ Remove unrequired COL_WHAT_EXPANDER libempathy-gtk/empathy-log-window.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 2589cc3f824a7ccbea5ed016aa8ff40a7c3de1ae Author: Danielle Madeley @@ -21444,7 +21554,7 @@ [log-viewer] set search columns libempathy-gtk/empathy-log-window.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 9f2331fcb2254a28e17a607cc3f614187dd64af9 Author: Emilio Pozuelo Monfort @@ -21453,7 +21563,7 @@ log_window_chats_set_selected: only act on normal rows libempathy-gtk/empathy-log-window.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit f68071937c2340fd5560c29f4502db146a459b5a Author: Emilio Pozuelo Monfort @@ -21467,7 +21577,7 @@ set priv->alias instead of passing it to g_object_new() instead. libempathy/empathy-contact.c | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit 4ee7e811f1686d7a24d951269f46dd8be682ff84 Author: Emilio Pozuelo Monfort @@ -21480,7 +21590,7 @@ libempathy/empathy-contact.c libempathy/empathy-contact.c | 25 ++++++++++++++----------- - 1 files changed, 14 insertions(+), 11 deletions(-) + 1 file changed, 14 insertions(+), 11 deletions(-) commit 88c6ee078f25bc31c60308ca927118f8b1731972 Author: Emilio Pozuelo Monfort @@ -21489,7 +21599,7 @@ LogWindow: Don't cut the log messages libempathy-gtk/empathy-log-window.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 0fbbd7093243ca64a98ca6b81b2cf9e3439c041a Author: Emilio Pozuelo Monfort @@ -21498,8 +21608,8 @@ LogWindow: better logic for the buttons sensitivity libempathy-gtk/empathy-log-window.c | 67 - ++++++++++++++++++++++++++++------ - 1 files changed, 55 insertions(+), 12 deletions(-) + ++++++++++++++++++++++++++++------- + 1 file changed, 55 insertions(+), 12 deletions(-) commit 577effbd7b0a97ce168105feb184ad5671db2bb6 Author: Emilio Pozuelo Monfort @@ -21516,8 +21626,8 @@ libempathy/empathy-contact.c libempathy/empathy-contact.c | 65 - ++++++++++++++++++++++++++++++++--------- - 1 files changed, 50 insertions(+), 15 deletions(-) + ++++++++++++++++++++++++++++++++---------- + 1 file changed, 50 insertions(+), 15 deletions(-) commit 7e79c7c05aeee5497f31935ae79db1abee141875 Author: Emilio Pozuelo Monfort @@ -21526,7 +21636,7 @@ LogWindow: don't crash if closed while retrieving logs libempathy-gtk/empathy-log-window.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 711272a739ab7add8972c5df146c24b62c0fdcf7 Author: Emilio Pozuelo Monfort @@ -21537,7 +21647,7 @@ libempathy-gtk/empathy-log-window.c | 51 +++++++++++++++++++++++++++++++ libempathy-gtk/empathy-log-window.ui | 56 - +++++++++++++++++++++++++++++++-- + +++++++++++++++++++++++++++++++--- 2 files changed, 103 insertions(+), 4 deletions(-) commit ee8c16e7d70527760ebb2c5894dd85c545daa2e4 @@ -21549,7 +21659,7 @@ Where newest messages are. libempathy-gtk/empathy-log-window.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 90f40d91fb39eff7e64113411c3efa9f81803418 Author: Emilio Pozuelo Monfort @@ -21558,7 +21668,7 @@ LogWindow: select the first normal date by default libempathy-gtk/empathy-log-window.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit a879702a4f71baac18c351a7c540d349ad8d20d0 Author: Emilio Pozuelo Monfort @@ -21567,7 +21677,7 @@ LogWindow: set 'All accounts' by default libempathy-gtk/empathy-log-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 0f14ab8594d2867778bb96059ecad339cd16162d Author: Emilio Pozuelo Monfort @@ -21577,7 +21687,7 @@ libempathy-gtk/empathy-account-chooser.c | 24 ++++++++++++++++++++++++ libempathy-gtk/empathy-account-chooser.h | 1 + - 2 files changed, 25 insertions(+), 0 deletions(-) + 2 files changed, 25 insertions(+) commit f5288b26f8c6fc114ae50b99513ec37b7a1aa7fe Author: Danielle Madeley @@ -21586,7 +21696,7 @@ Ensure tp-logger was compiled with Call support configure.ac | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit c9dc1e77d19bb525d8e69e59e53124d9a5c3ca60 Author: Danielle Madeley @@ -21599,7 +21709,7 @@ configure.ac configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 91eae10335e7802d95c1f80132aa206ac0f5e9ff Author: Emilio Pozuelo Monfort @@ -21608,7 +21718,7 @@ Display date and time in the event treeview libempathy-gtk/empathy-log-window.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit d77b0a9e495b8e20702824deef690dff6e43e95a Author: Emilio Pozuelo Monfort @@ -21617,7 +21727,7 @@ Make the three panes a bit taller by default libempathy-gtk/empathy-log-window.ui | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 0fecd9297170528afedbb3e8c3da92debbc41136 Author: Emilio Pozuelo Monfort @@ -21626,7 +21736,7 @@ Add a clear icon to the search entry libempathy-gtk/empathy-log-window.c | 23 +++++++++++++++++++++++ - 1 files changed, 23 insertions(+), 0 deletions(-) + 1 file changed, 23 insertions(+) commit a5a993d4b067029c8fc6c904762c12aec6740831 Author: Emilio Pozuelo Monfort @@ -21635,7 +21745,7 @@ Don't use global variables libempathy-gtk/empathy-log-window.c | 25 +++++++++++++------------ - 1 files changed, 13 insertions(+), 12 deletions(-) + 1 file changed, 13 insertions(+), 12 deletions(-) commit 716f0dfd75b38a218ce75b854e6e00c075f71cbb Author: Emilio Pozuelo Monfort @@ -21645,7 +21755,7 @@ libempathy-gtk/empathy-log-window.c | 83 ++++++++++++++++++++--------------- - 1 files changed, 48 insertions(+), 35 deletions(-) + 1 file changed, 48 insertions(+), 35 deletions(-) commit 4198f9e38072f8e36640af81db324e8787dc8e51 Author: Emilio Pozuelo Monfort @@ -21654,7 +21764,7 @@ Use a define instead of hardcoding a magic number libempathy-gtk/empathy-log-window.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 652f53c7969e0df0ce9c1fa9b01fb2993f270121 Author: Emilio Pozuelo Monfort @@ -21665,7 +21775,7 @@ So we always free the stuff at the end of the function. libempathy-gtk/empathy-log-window.c | 9 ++++----- - 1 files changed, 4 insertions(+), 5 deletions(-) + 1 file changed, 4 insertions(+), 5 deletions(-) commit 6c7d3bb978f03da13cfc6dbef4d4a5b034283ce1 Author: Emilio Pozuelo Monfort @@ -21674,7 +21784,7 @@ Don't leak the account and entity libempathy-gtk/empathy-log-window.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit e391423b415ea591dfd9c306508330e4d2be5484 Author: Emilio Pozuelo Monfort @@ -21683,7 +21793,7 @@ Don't leak paths libempathy-gtk/empathy-log-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 17e3f7d1ac4f174141c21f7996cce34dd33f8c15 Author: Emilio Pozuelo Monfort @@ -21692,7 +21802,7 @@ Compare against NULL libempathy-gtk/empathy-log-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 710b3bb90a2280396b954803fa73c243bf29bf69 Author: Emilio Pozuelo Monfort @@ -21701,7 +21811,7 @@ Be neutral libempathy-gtk/empathy-log-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2d1b1e2d6e0ac8ee8c841c15938fde5a25ecd038 Author: Emilio Pozuelo Monfort @@ -21710,8 +21820,8 @@ Style: use braces consistently libempathy-gtk/empathy-log-window.c | 42 - +++++++++++++++++++++++++--------- - 1 files changed, 31 insertions(+), 11 deletions(-) + ++++++++++++++++++++++++++--------- + 1 file changed, 31 insertions(+), 11 deletions(-) commit ece7f43a1a51c679fdd9419411c3593ddb597354 Author: Emilio Pozuelo Monfort @@ -21720,7 +21830,7 @@ Return early if the iter isn't a top level libempathy-gtk/empathy-log-window.c | 13 +++++++------ - 1 files changed, 7 insertions(+), 6 deletions(-) + 1 file changed, 7 insertions(+), 6 deletions(-) commit 002bed41aa3e792e5367f9f996cd496461207783 Author: Emilio Pozuelo Monfort @@ -21729,7 +21839,7 @@ Use a macro for magic numbers libempathy-gtk/empathy-log-window.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit dbfd14c60f1748e7608067a082d7a54434317440 Author: Emilio Pozuelo Monfort @@ -21738,7 +21848,7 @@ Don't leak the account and entity libempathy-gtk/empathy-log-window.c | 15 +++++++++------ - 1 files changed, 9 insertions(+), 6 deletions(-) + 1 file changed, 9 insertions(+), 6 deletions(-) commit fcd9a97dbf9c6bf6e9e8c7ecd7f8cacdb5c34b4e Author: Emilio Pozuelo Monfort @@ -21747,7 +21857,7 @@ Use tp_clear_pointer libempathy-gtk/empathy-log-window.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit baf7517f523381054f85810f0b2d4e20fe05e491 Author: Emilio Pozuelo Monfort @@ -21757,7 +21867,7 @@ libempathy-gtk/empathy-log-window.c | 31 ++++++++++++++++++++++++++++++- - 1 files changed, 30 insertions(+), 1 deletions(-) + 1 file changed, 30 insertions(+), 1 deletion(-) commit 7c9bdd521147ee2f11c3f88de8f1c17c83fc2508 Author: Emilio Pozuelo Monfort @@ -21766,7 +21876,7 @@ LogWindow: check the 30min gap with the last message libempathy-gtk/empathy-log-window.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 0b1805580294ff8bafb80d61bf2dde4ab03a213d Author: Emilio Pozuelo Monfort @@ -21775,7 +21885,7 @@ LogWindow: find the corrent parent for chat events libempathy-gtk/empathy-log-window.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit 5ba374369d6d95bc48b46c2d39205512bf663358 Author: Emilio Pozuelo Monfort @@ -21784,7 +21894,7 @@ LogWindow: Display /me messages properly libempathy-gtk/empathy-log-window.c | 18 ++++++++++++++---- - 1 files changed, 14 insertions(+), 4 deletions(-) + 1 file changed, 14 insertions(+), 4 deletions(-) commit 11d6539fea44b435f42f43d1faac15c8e41a6bbf Author: Emilio Pozuelo Monfort @@ -21794,7 +21904,7 @@ libempathy-gtk/empathy-log-window.c | 2 +- po/POTFILES.in | 1 + - 2 files changed, 2 insertions(+), 1 deletions(-) + 2 files changed, 2 insertions(+), 1 deletion(-) commit 9f1815808fd5c7331d6c9866ce7c0606b846abf7 Author: Emilio Pozuelo Monfort @@ -21803,7 +21913,7 @@ Remove more dead code libempathy-gtk/empathy-log-window.c | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit b6f9f49ea121fa1057a0b7b60a907051e7534d72 Author: Emilio Pozuelo Monfort @@ -21812,7 +21922,7 @@ Use a do while instead of a for loop where appropriate libempathy-gtk/empathy-log-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 2815624c23a1a7acc9008926a1c2c513ef884c28 Author: Emilio Pozuelo Monfort @@ -21821,7 +21931,7 @@ Remove dead code libempathy-gtk/empathy-log-window.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 751af986ebacdebbb22f74c664ddddc4fe583c43 Author: Emilio Pozuelo Monfort @@ -21830,7 +21940,7 @@ Fix comment libempathy-gtk/empathy-log-window.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 1f1dcde3b69adf85047157f2816c171610019960 Author: Emilio Pozuelo Monfort @@ -21839,7 +21949,7 @@ Remove stray print statements libempathy-gtk/empathy-log-window.c | 10 ++++------ - 1 files changed, 4 insertions(+), 6 deletions(-) + 1 file changed, 4 insertions(+), 6 deletions(-) commit ab66619794d401c11ca30131bc4acbddaabe2db4 Author: Emilio Pozuelo Monfort @@ -21848,7 +21958,7 @@ Remove dead code libempathy-gtk/empathy-log-window.c | 30 ------------------------------ - 1 files changed, 0 insertions(+), 30 deletions(-) + 1 file changed, 30 deletions(-) commit d425a5037650360368a5c0da7358046b4e288097 Author: Emilio Pozuelo Monfort @@ -21857,7 +21967,7 @@ LogWindow: don't add duplicate dates libempathy-gtk/empathy-log-window.c | 26 +++++++++++++++----------- - 1 files changed, 15 insertions(+), 11 deletions(-) + 1 file changed, 15 insertions(+), 11 deletions(-) commit e168f565d9bb4ba7ccece873beb40fde959b8d29 Author: Emilio Pozuelo Monfort @@ -21866,7 +21976,7 @@ LogWindow: add 'Anyone' to search results libempathy-gtk/empathy-log-window.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit d423b12b76b8d5979340bdafb7e0532edde05eff Author: Emilio Pozuelo Monfort @@ -21875,7 +21985,7 @@ LogWindow: select 'Anytime' by default when searching libempathy-gtk/empathy-log-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 30632ed84b27b97089e709688ddbc7f6fb0db69c Author: Emilio Pozuelo Monfort @@ -21884,7 +21994,7 @@ Block the callback when clearing the store libempathy-gtk/empathy-log-window.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 5f5c01b0844c63141a1f4bf7faaa7eea0553a239 Author: Emilio Pozuelo Monfort @@ -21894,7 +22004,7 @@ libempathy-gtk/empathy-log-window.c | 456 ++++++++++++++++++----------------- - 1 files changed, 238 insertions(+), 218 deletions(-) + 1 file changed, 238 insertions(+), 218 deletions(-) commit f1f313b03bb414cebfae33e34b7f7c3cc05253ee Author: Emilio Pozuelo Monfort @@ -21903,7 +22013,7 @@ LogWindow: Add live search support libempathy-gtk/empathy-log-window.c | 15 ++++++++++++--- - 1 files changed, 12 insertions(+), 3 deletions(-) + 1 file changed, 12 insertions(+), 3 deletions(-) commit ce498170c595f9b6acec3a8a89f9f0fcb93f195d Author: Emilio Pozuelo Monfort @@ -21912,8 +22022,8 @@ LogWindow: Show dates properly libempathy-gtk/empathy-log-window.c | 54 - +++++++++++++++++++++++++++++----- - 1 files changed, 46 insertions(+), 8 deletions(-) + +++++++++++++++++++++++++++++------ + 1 file changed, 46 insertions(+), 8 deletions(-) commit 3d69902551334b6a930116c6776fb84bb9a14b33 Author: Emilio Pozuelo Monfort @@ -21923,7 +22033,7 @@ libempathy-gtk/empathy-log-window.c | 143 +++++++++++++++++++++++------------ - 1 files changed, 93 insertions(+), 50 deletions(-) + 1 file changed, 93 insertions(+), 50 deletions(-) commit 58db428a7d1c832117fdab2446e7eae7c30db04f Author: Emilio Pozuelo Monfort @@ -21932,8 +22042,8 @@ Stop processing logger calls when unneeded libempathy-gtk/empathy-log-window.c | 44 - ++++++++++++++++++++++++++++------ - 1 files changed, 36 insertions(+), 8 deletions(-) + ++++++++++++++++++++++++++++------- + 1 file changed, 36 insertions(+), 8 deletions(-) commit 9f9677ec63954a870daadfedd51359a631c43ea2 Author: Emilio Pozuelo Monfort @@ -21943,7 +22053,7 @@ libempathy/action-chain-internal.h | 1 + libempathy/action-chain.c | 7 +++++++ - 2 files changed, 8 insertions(+), 0 deletions(-) + 2 files changed, 8 insertions(+) commit 62f5ed896ad09c54be054f6872a69b905db3b8c7 Author: Emilio Pozuelo Monfort @@ -21952,7 +22062,7 @@ Populate from 'Anyone' when changing the account libempathy-gtk/empathy-log-window.c | 23 +++++++++++++++++++---- - 1 files changed, 19 insertions(+), 4 deletions(-) + 1 file changed, 19 insertions(+), 4 deletions(-) commit 4a8794ffe8898d4ddf25bff8a360c36ec8a4d9aa Author: Emilio Pozuelo Monfort @@ -21962,7 +22072,7 @@ libempathy-gtk/empathy-log-window.c | 48 ++++++++++++++++++++++++++++++++--- - 1 files changed, 44 insertions(+), 4 deletions(-) + 1 file changed, 44 insertions(+), 4 deletions(-) commit 84424d0c20debc8366861a632b9046d24089e5dc Author: Emilio Pozuelo Monfort @@ -21972,7 +22082,7 @@ libempathy-gtk/empathy-log-window.c | 290 +++++++++++++++++++++++------------ - 1 files changed, 195 insertions(+), 95 deletions(-) + 1 file changed, 195 insertions(+), 95 deletions(-) commit b37d294b89a2a59f25c78a619aae871e25d6e77b Author: Emilio Pozuelo Monfort @@ -21981,8 +22091,8 @@ LogWindow: Add multiselection to the 'What' pane libempathy-gtk/empathy-log-window.c | 45 - +++++++++++++++++++++++++++++++--- - 1 files changed, 41 insertions(+), 4 deletions(-) + +++++++++++++++++++++++++++++++---- + 1 file changed, 41 insertions(+), 4 deletions(-) commit 013aa1784ede94f87f24cb419ac6efbf2e95961b Author: Emilio Pozuelo Monfort @@ -21991,7 +22101,7 @@ log_window_chats_get_selected -> log_window_get_selected libempathy-gtk/empathy-log-window.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit e899cd55697dba16f40d146ec3637ddd6f3bc53b Author: Emilio Pozuelo Monfort @@ -22000,7 +22110,7 @@ Don't free an uninitialized variable libempathy-gtk/empathy-log-window.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 8ff470e1b4aef8310f1cfb8627a46fd5a139489f Author: Emilio Pozuelo Monfort @@ -22022,7 +22132,7 @@ Add icons for missed/incoming/outgoing calls libempathy-gtk/empathy-images.h | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 9e762d6902eed60649df3d7462ca7cd3a7ebe43a Author: Emilio Pozuelo Monfort @@ -22031,7 +22141,7 @@ Adapt to the empathy-dispatcher removal libempathy-gtk/empathy-log-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 346d5c25eae1e9bab5ab36cd66885d6bfbe0d262 Author: Emilio Pozuelo Monfort @@ -22059,7 +22169,7 @@ empathy_individual_match_string: match if the string IS a prefix libempathy-gtk/empathy-ui-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 04d3b8f34e0cab394ac143b9323bd3d00a8abee7 Author: Emilio Pozuelo Monfort @@ -22070,7 +22180,7 @@ As non ROW_ACCOUNT rows don't have an account. libempathy-gtk/empathy-account-chooser.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 2269bb1dbf55130f4ba625777dbbebc6407f9ce7 Author: Emilio Pozuelo Monfort @@ -22080,7 +22190,7 @@ libempathy-gtk/empathy-account-chooser.c | 8 ++++++++ libempathy-gtk/empathy-account-chooser.h | 3 ++- - 2 files changed, 10 insertions(+), 1 deletions(-) + 2 files changed, 10 insertions(+), 1 deletion(-) commit 8d3f7406c2055e4483cdc9639f8463e48b521621 Author: Emilio Pozuelo Monfort @@ -22090,7 +22200,7 @@ libempathy/action-chain-internal.h | 3 +++ libempathy/action-chain.c | 18 +++++++++++++++++- - 2 files changed, 20 insertions(+), 1 deletions(-) + 2 files changed, 20 insertions(+), 1 deletion(-) commit 7a393000d1dd55dc60345f0b2bb51b44215d9607 Author: Emilio Pozuelo Monfort @@ -22102,7 +22212,7 @@ libempathy/action-chain-internal.h | 47 ++++++++++ libempathy/action-chain.c | 169 ++++++++++++++++++++++++++++++++++++ - 3 files changed, 218 insertions(+), 0 deletions(-) + 3 files changed, 218 insertions(+) commit 669b6782b2bb1c7275092f5923b8930cc2849c98 Author: Emilio Pozuelo Monfort @@ -22111,7 +22221,7 @@ Handle unknown event types gracefully libempathy/empathy-message.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 36c30139b96a31bd00d81b73f83d3e5dc8f06bf2 Author: Emilio Pozuelo Monfort @@ -22124,7 +22234,7 @@ libempathy/empathy-message.c libempathy/empathy-message.c | 37 +++++++++++++++++++++++-------------- - 1 files changed, 23 insertions(+), 14 deletions(-) + 1 file changed, 23 insertions(+), 14 deletions(-) commit 1ad9211ee247b05a11cc6d5358918611dd3a8fa9 Author: Emilio Pozuelo Monfort @@ -22133,7 +22243,7 @@ AccountChooser: All -> All accounts libempathy-gtk/empathy-account-chooser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 322ce4bfc48edf2331379809ab53b17254bcd8f2 Author: Emilio Pozuelo Monfort @@ -22145,7 +22255,7 @@ libempathy-gtk/empathy-account-chooser.c | 24 ++++++++++++++++++++++++ libempathy-gtk/empathy-account-chooser.h | 1 + - 2 files changed, 25 insertions(+), 0 deletions(-) + 2 files changed, 25 insertions(+) commit 18f8901e810a6843f549b06680d9411d12901e5d Author: Emilio Pozuelo Monfort @@ -22154,7 +22264,7 @@ Fix typo configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8944f13286ba5293781f2d57980da284cb2aa29d Merge: 981a137 3f52e59 @@ -22171,7 +22281,7 @@ data/.gitignore | 1 + src/.gitignore | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 54af9bea4d1e1f4e15207969f2ab89a012ad4d10 Author: Emilio Pozuelo Monfort @@ -22192,7 +22302,7 @@ Build fix libempathy-gtk/empathy-call-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 190ae6377f8b876062b503c31952b9e292068fd2 Author: Emilio Pozuelo Monfort @@ -22201,7 +22311,7 @@ Set 'Empathy' as program class in empathy-call src/empathy-call.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit a59b409850d16d6612e1d1e02e9d67969b00d988 Author: Emilio Pozuelo Monfort @@ -22212,8 +22322,8 @@ Based on the changes to empathy-av. src/empathy-call.c | 112 - +++++++++++++++++++++------------------------------ - 1 files changed, 46 insertions(+), 66 deletions(-) + +++++++++++++++++++++------------------------------- + 1 file changed, 46 insertions(+), 66 deletions(-) commit 70f3ecbecff1194994e950e0e34eaf45bab8a1b2 Author: Emilio Pozuelo Monfort @@ -22225,7 +22335,7 @@ have notify::current-page anymore. src/empathy-call-window.c | 10 +++------- - 1 files changed, 3 insertions(+), 7 deletions(-) + 1 file changed, 3 insertions(+), 7 deletions(-) commit 523e8030211e4a0c84e3c5bec0c705818ca3c669 Author: Emilio Pozuelo Monfort @@ -22234,7 +22344,7 @@ EvSidebar: add a changed signal src/ev-sidebar.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit d78ac0b3ee0d22b0b670216373e8b0db0b0479b0 Author: Guillaume Desmottes @@ -22247,7 +22357,7 @@ src/empathy-call-window.c src/empathy-call-window.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit 033a72c1af2eeef7cae6d7f8712b56437ce787bd Author: Emilio Pozuelo Monfort @@ -22270,7 +22380,7 @@ the page was changed, causing the sidebar to be hidden again! src/empathy-call-window.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 6e258dd8646083c5c17f71318901aad4f529d9ee Author: Emilio Pozuelo Monfort @@ -22279,7 +22389,7 @@ Factor out the block/set/unblock code src/empathy-call-window.c | 30 ++++++++++++++++-------------- - 1 files changed, 16 insertions(+), 14 deletions(-) + 1 file changed, 16 insertions(+), 14 deletions(-) commit b1008464fa6550f3958a4acad3b8fc5ee5457207 Author: Emilio Pozuelo Monfort @@ -22288,7 +22398,7 @@ Disable the dialpad when the call ends src/empathy-call-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit bd2690ad9d7a7920b5ab8df822fb282982cede22 Author: Emilio Pozuelo Monfort @@ -22297,7 +22407,7 @@ Make it a toggle button src/empathy-call-window.c | 61 - ++++++++++++++++++++++++++++++++++++++----- + +++++++++++++++++++++++++++++++++++++++----- src/empathy-call-window.ui | 2 +- 2 files changed, 55 insertions(+), 8 deletions(-) @@ -22309,7 +22419,7 @@ src/empathy-call-window.c | 18 ++++++++++++++++++ src/empathy-call-window.ui | 7 +++++++ - 2 files changed, 25 insertions(+), 0 deletions(-) + 2 files changed, 25 insertions(+) commit a9f6738541b98e591e51bd321902acc5c8200d9b Author: Emilio Pozuelo Monfort @@ -22320,7 +22430,7 @@ So we create a new one when redialing instead of reusing it. src/empathy-call-window.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 9b81fd1bb7e9acee4fa68dd0b205593a2397761c Author: Emilio Pozuelo Monfort @@ -22330,7 +22440,7 @@ src/empathy-call-window.c | 41 ++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 38 insertions(+), 3 deletions(-) + 1 file changed, 38 insertions(+), 3 deletions(-) commit f6a73795877708151ae8ea751553d4cebd23b968 Author: Emilio Pozuelo Monfort @@ -22341,7 +22451,7 @@ Instead of duplicating the code in two places. src/empathy-call-window.c | 9 +-------- - 1 files changed, 1 insertions(+), 8 deletions(-) + 1 file changed, 1 insertion(+), 8 deletions(-) commit e77ec8904ba6c4372c978ac51ce67d79dd90b869 Author: Emilio Pozuelo Monfort @@ -22350,7 +22460,7 @@ Implement empathy_call_handler_start_call() for redialing src/empathy-call-handler.c | 30 ++++++++++++++++++------------ - 1 files changed, 18 insertions(+), 12 deletions(-) + 1 file changed, 18 insertions(+), 12 deletions(-) commit 039a108f7cc13f6fd587cf505cd43552e1a2a392 Author: Emilio Pozuelo Monfort @@ -22359,7 +22469,7 @@ CallHandler: move on_call_accepted_cb() around src/empathy-call-handler.c | 30 +++++++++++++++--------------- - 1 files changed, 15 insertions(+), 15 deletions(-) + 1 file changed, 15 insertions(+), 15 deletions(-) commit 11f851031af49234479be818c939c8d5edc2420b Author: Emilio Pozuelo Monfort @@ -22368,7 +22478,7 @@ CallHandler: emit signal with the correct parameters src/empathy-call-handler.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 62475a9a10093fc2ef93fcb5958c3f9dd29f28a3 Author: Emilio Pozuelo Monfort @@ -22381,7 +22491,7 @@ src/empathy-call-factory.c | 52 -------------------------------------------- src/empathy-call-factory.h | 6 ----- - 2 files changed, 0 insertions(+), 58 deletions(-) + 2 files changed, 58 deletions(-) commit 38e097caec45ba6faaf33b7077ac8795a5ff6b86 Author: Sjoerd Simons @@ -22390,7 +22500,7 @@ Correct the interface names used in Empathy.Call.client data/Empathy.Call.client | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 5616cdca13a978612a3762b6584c4f96dd7a334c Author: Sjoerd Simons @@ -22404,7 +22514,7 @@ enabled. src/empathy-call-window.c | 38 +++++++++++++++----------------------- - 1 files changed, 15 insertions(+), 23 deletions(-) + 1 file changed, 15 insertions(+), 23 deletions(-) commit dfd3e3b200d14c9dc1f9ccf8d8bb68efdb48fae3 Author: Emilio Pozuelo Monfort @@ -22413,7 +22523,7 @@ Don't build a shared telepathy-yell configure.ac | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 6d67672852072737fee47d2ef43031929520afd6 Author: Emilio Pozuelo Monfort @@ -22427,7 +22537,7 @@ as telepathy-yell/telepathy-yell.h in that directory. src/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e9d88fb3832f3014e8ed9aaf2ce5bb1f4b96fd49 Author: Sjoerd Simons @@ -22436,7 +22546,7 @@ Minimize the scope in which we use TpyCallChannel src/empathy-call-window.c | 13 +++++++------ - 1 files changed, 7 insertions(+), 6 deletions(-) + 1 file changed, 7 insertions(+), 6 deletions(-) commit 9b68b6c2bd3a55a817857575814d43145644f419 Author: Sjoerd Simons @@ -22445,7 +22555,7 @@ Prepare the video input pipeline when there is an initial content src/empathy-call-window.c | 22 +++++++++++++++++----- - 1 files changed, 17 insertions(+), 5 deletions(-) + 1 file changed, 17 insertions(+), 5 deletions(-) commit 1db300a69d039838d68cd4af8fddbc404f31c74c Author: Sjoerd Simons @@ -22455,7 +22565,7 @@ src/empathy-call-factory.c | 51 +++++++++++++++++++++++++++++++++++++------- - 1 files changed, 43 insertions(+), 8 deletions(-) + 1 file changed, 43 insertions(+), 8 deletions(-) commit eceb49ae9be0555a9d1f5de1f6c4b72c05315cb1 Author: Sjoerd Simons @@ -22468,7 +22578,7 @@ src/empathy-status-icon.c src/empathy-notifications-approver.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c849a5a953b0ffa1df1dc1383018dbc48254a2fa Author: Sjoerd Simons @@ -22484,7 +22594,7 @@ src/empathy-event-manager.h | 1 + src/empathy-notifications-approver.c | 35 +++++++++++++++++++++++++++++++++- - 3 files changed, 36 insertions(+), 1 deletions(-) + 3 files changed, 36 insertions(+), 1 deletion(-) commit 6b6213702cba10ca28494e44990f750569856217 Author: Sjoerd Simons @@ -22499,7 +22609,7 @@ sure it's clear to the user what to expect src/empathy-event-manager.c | 38 +++++++++++++++++++++++++++++--------- - 1 files changed, 29 insertions(+), 9 deletions(-) + 1 file changed, 29 insertions(+), 9 deletions(-) commit f7a474ccd13b1dd5da8c7000b9dd7e347ec5171e Author: Sjoerd Simons @@ -22509,7 +22619,7 @@ should send video src/empathy-call-window.c | 22 ++++++++++++++-------- - 1 files changed, 14 insertions(+), 8 deletions(-) + 1 file changed, 14 insertions(+), 8 deletions(-) commit f2716880b947f4c47a33f1f9347e0454d3b48d4e Author: Sjoerd Simons @@ -22518,7 +22628,7 @@ When the remote side hangs up, clean up the call channel src/empathy-call-handler.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit 2ca45f96fa9f54295cd0416842192cf6e7be671d Author: Sjoerd Simons @@ -22527,7 +22637,7 @@ Cope with unexpected call channel invalidation src/empathy-call-handler.c | 20 ++++++++++++++++++++ - 1 files changed, 20 insertions(+), 0 deletions(-) + 1 file changed, 20 insertions(+) commit cf83cc9c5a936c88e7e22033956001c4638b7d14 Author: Sjoerd Simons @@ -22551,7 +22661,7 @@ callback explicitely src/empathy-call-factory.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 7992d97253ff1cecb4281191d0af459799ce9a21 Author: Emilio Pozuelo Monfort @@ -22577,7 +22687,7 @@ client file channel file should be Call.DRAFT data/Empathy.Call.client | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit dd332efd3b0abfa789a54a03f105bdf04e0c9b78 Author: Sjoerd Simons @@ -22590,7 +22700,7 @@ configure.ac configure.ac | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 7253d660e407204ad205feb331fe152f8fff7843 Author: Sjoerd Simons @@ -22604,7 +22714,7 @@ notification in case this happens src/empathy-event-manager.c | 29 +++++++++++++++++++++++++++-- - 1 files changed, 27 insertions(+), 2 deletions(-) + 1 file changed, 27 insertions(+), 2 deletions(-) commit 11c8e825a7e2a11ae46b567ca3ddf709c0a0e6c8 Author: Sjoerd Simons @@ -22613,7 +22723,7 @@ Only distroy the video output if it exists src/empathy-call-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit a1e3e5d9510ede8853fd74ff53ac3ecb7f1c141f Author: Sjoerd Simons @@ -22622,7 +22732,7 @@ Monitor the call state and close the channel when it ends src/empathy-call-handler.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 5716e75e552c3e6431e5fc37169a9fa293cc80e6 Author: Sjoerd Simons @@ -22631,7 +22741,7 @@ Lock the hash table contents when using them src/empathy-audio-sink.c | 24 +++++++++++++++++++++++- - 1 files changed, 23 insertions(+), 1 deletions(-) + 1 file changed, 23 insertions(+), 1 deletion(-) commit 0679051ae7301209a9eab4bd4995535f119e3462 Author: Sjoerd Simons @@ -22640,7 +22750,7 @@ Ensure our bin doesn't change state before being in the hash table src/empathy-audio-sink.c | 12 ++++++++++-- - 1 files changed, 10 insertions(+), 2 deletions(-) + 1 file changed, 10 insertions(+), 2 deletions(-) commit c944633078a0769de5e50082e1d8b9e91565f940 Author: Sjoerd Simons @@ -22679,7 +22789,7 @@ Keep a ref to our handler instance src/empathy-event-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b99045fc699ced3076e6a16a8b8bbf015aaa5e23 Author: Sjoerd Simons @@ -22688,7 +22798,7 @@ More consistent naming of the call handler option configure.ac | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit fb14bb8eda81211a5122cff01ca2394cdd46bd2d Author: Sjoerd Simons @@ -22697,7 +22807,7 @@ make the dots consistent configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b51267374d508af1f8554476af0c771f330ff813 Author: Sjoerd Simons @@ -22706,7 +22816,7 @@ auto-detect the presence of farsight configure.ac | 17 ++++++++++++++--- - 1 files changed, 14 insertions(+), 3 deletions(-) + 1 file changed, 14 insertions(+), 3 deletions(-) commit 83cd1c694ff13c9a72a7b45ca5c6eb7e085de4f7 Author: Sjoerd Simons @@ -22715,7 +22825,7 @@ No need to borrow the connection, it gets passed to us src/empathy-event-manager.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 1c1d3aeebb5a8df81af66cf89df5183edd941fa1 Author: Sjoerd Simons @@ -22724,7 +22834,7 @@ Trivial coding style fix (>80 chars) src/empathy-event-manager.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 69f9dbdb487ac77e506aca37706141fbcccffccf Author: Sjoerd Simons @@ -22733,7 +22843,7 @@ Retrieve the contact for incoming calls so we can display it src/empathy-event-manager.c | 27 ++++++++++++++++++++++++--- - 1 files changed, 24 insertions(+), 3 deletions(-) + 1 file changed, 24 insertions(+), 3 deletions(-) commit 0d3fa03b5a9b8d2d9737c8f39aada70669fde194 Author: Sjoerd Simons @@ -22742,7 +22852,7 @@ Stop ringing after approving a Channel.Type.Call channel src/empathy-event-manager.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 2f449f6afa43994b4431b07c3ed582b6408a0533 Author: Sjoerd Simons @@ -22752,7 +22862,7 @@ handler we can still approve src/empathy-event-manager.c | 16 +--------------- - 1 files changed, 1 insertions(+), 15 deletions(-) + 1 file changed, 1 insertion(+), 15 deletions(-) commit edce6cf46f60c02c178e386a0f27a05e4309814d Author: Sjoerd Simons @@ -22761,7 +22871,7 @@ Close call channels after hanging up src/empathy-event-manager.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 808cacc3f55f380743c459648ee8ebe3d4835e36 Author: Sjoerd Simons @@ -22774,7 +22884,7 @@ libempathy/Makefile.am libempathy/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 550aad6f3bbc7840adacd721a573b7f0d976485f Author: Sjoerd Simons @@ -22783,7 +22893,7 @@ Remove stray debug src/empathy-call-handler.c | 10 +--------- - 1 files changed, 1 insertions(+), 9 deletions(-) + 1 file changed, 1 insertion(+), 9 deletions(-) commit c850d9b17d93c4e964c95bbaa526008f2431f912 Author: Sjoerd Simons @@ -22792,7 +22902,7 @@ Only change the UI in the main thread src/empathy-call-window.c | 13 +++++++++++-- - 1 files changed, 11 insertions(+), 2 deletions(-) + 1 file changed, 11 insertions(+), 2 deletions(-) commit 612006042bfb3455072203b6afc3f1c6aa1462a0 Author: Sjoerd Simons @@ -22802,7 +22912,7 @@ src/empathy-call-window.c | 74 +++++++++++---------------------------------- - 1 files changed, 18 insertions(+), 56 deletions(-) + 1 file changed, 18 insertions(+), 56 deletions(-) commit 5ba6968d314c8830ab7fb8b0be07b3fa6dc23d06 Author: Sjoerd Simons @@ -22821,7 +22931,7 @@ coding style trivia src/empathy-call-factory.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 2d6c887b9369e2db3c3bff166ee6c2c8a595faa4 Author: Sjoerd Simons @@ -22845,7 +22955,7 @@ Recognize Call channel capabilities libempathy/empathy-contact.c | 24 ++++++++++++++++++++++++ - 1 files changed, 24 insertions(+), 0 deletions(-) + 1 file changed, 24 insertions(+) commit 15bc6e462986ae39f8a2880b60274be9b8d45114 Author: Sjoerd Simons @@ -22860,7 +22970,7 @@ actually save us anything, so do things the simple way libempathy/Makefile.am | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit d871bf3cfa46354371d6f99d1a5f182761313d71 Author: Emilio Pozuelo Monfort @@ -22872,8 +22982,8 @@ data/Empathy.Call.client | 21 ++++++++++++++++++++ - data/Makefile.am | 9 ++++++- - ...esktop.Telepathy.Client.Empathy.Call.service.in | 3 ++ + data/Makefile.am | 9 +++++++-- + ...esktop.Telepathy.Client.Empathy.Call.service.in | 3 +++ 3 files changed, 31 insertions(+), 2 deletions(-) commit 9be16f5be776b52b54f6fc9b4f8bccb167177162 @@ -22883,7 +22993,7 @@ Check for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when a call fails libempathy-gtk/empathy-call-utils.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 2906ba60cc084087fae19ee7060a661686f11ab6 Author: Emilio Pozuelo Monfort @@ -22896,7 +23006,7 @@ po/POTFILES.in po/POTFILES.in | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit a826ef6e4581c57834e1286b48afdc87ec8244c2 Author: Emilio Pozuelo Monfort @@ -22905,7 +23015,7 @@ Return meaningful errors when starting a call fails libempathy-gtk/empathy-call-utils.c | 23 ++++++++++++++++++++++- - 1 files changed, 22 insertions(+), 1 deletions(-) + 1 file changed, 22 insertions(+), 1 deletion(-) commit 1cacc0945f81e0513013b83ca7488589dd6c61f7 Author: Emilio Pozuelo Monfort @@ -22918,7 +23028,7 @@ libempathy-gtk/empathy-call-utils.c libempathy-gtk/empathy-call-utils.c | 30 +++++++++++++++--------------- - 1 files changed, 15 insertions(+), 15 deletions(-) + 1 file changed, 15 insertions(+), 15 deletions(-) commit 36581b216476e337425ca8737aa7059062a81d99 Author: Emilio Pozuelo Monfort @@ -22948,7 +23058,7 @@ Show an error dialog if starting a call fails libempathy-gtk/empathy-call-utils.c | 26 +++++++++++++++++++++++++- - 1 files changed, 25 insertions(+), 1 deletions(-) + 1 file changed, 25 insertions(+), 1 deletion(-) commit 5e797f1df68283302038c9723604c87f476a0656 Author: Emilio Pozuelo Monfort @@ -22962,14 +23072,14 @@ libempathy-gtk/empathy-individual-menu.c libempathy-gtk/empathy-new-call-dialog.c - libempathy-gtk/empathy-call-utils.c | 18 +++++------- + libempathy-gtk/empathy-call-utils.c | 18 ++++++------- libempathy-gtk/empathy-call-utils.h | 11 +++----- - libempathy-gtk/empathy-contact-menu.c | 8 ++++- - libempathy-gtk/empathy-individual-menu.c | 8 ++++- + libempathy-gtk/empathy-contact-menu.c | 8 ++++-- + libempathy-gtk/empathy-individual-menu.c | 8 ++++-- libempathy-gtk/empathy-new-call-dialog.c | 43 - +---------------------------- - src/empathy-call-factory.c | 3 +- - src/empathy-streamed-media-handler.c | 3 +- + ++---------------------------- + src/empathy-call-factory.c | 3 ++- + src/empathy-streamed-media-handler.c | 3 ++- 7 files changed, 30 insertions(+), 64 deletions(-) commit 0754b2673f0189e892074189535d3dfb6fd2a662 @@ -22992,7 +23102,7 @@ libempathy-gtk/empathy-individual-menu.c | 1 + libempathy-gtk/empathy-new-call-dialog.c | 1 + libempathy/empathy-utils.c | 133 ----------------------- - libempathy/empathy-utils.h | 12 -- + libempathy/empathy-utils.h | 12 --- src/empathy-call-factory.c | 2 + src/empathy-streamed-media-handler.c | 2 + 10 files changed, 229 insertions(+), 145 deletions(-) @@ -23008,7 +23118,7 @@ src/empathy.c src/empathy.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7a9b33315229b4747a1b55741ca0493458181a22 Author: Emilio Pozuelo Monfort @@ -23017,7 +23127,7 @@ Temporarily disable some code src/empathy-call-handler.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit e71003c3547c3ecf62813c7716953d745628f8f7 Author: Emilio Pozuelo Monfort @@ -23026,7 +23136,7 @@ Call: check for priv->members to enable the video button src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3c218b8490700d973fb049037e37c3a3e58c11f7 Author: Emilio Pozuelo Monfort @@ -23048,7 +23158,7 @@ Rely on src-pad-added to show the remote user's video. src/empathy-call-window.c | 36 ++---------------------------------- - 1 files changed, 2 insertions(+), 34 deletions(-) + 1 file changed, 2 insertions(+), 34 deletions(-) commit 6f62cdace76e62b3ec32c3a83b99db1ef6636dfd Author: Emilio Pozuelo Monfort @@ -23059,7 +23169,7 @@ Check if we have initial video instead. src/empathy-call-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 9f5331305a835383471406db7e66e0d9c1b97db3 Author: Emilio Pozuelo Monfort @@ -23068,7 +23178,7 @@ Use EMPATHY_CALL_BUS_NAME_SUFFIX instead of the literal src/empathy-call-factory.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 88c7ff0d33171e9ee7ece04c001f8e5c5fd4a3b9 Author: Emilio Pozuelo Monfort @@ -23082,7 +23192,7 @@ libempathy/empathy-utils.c | 90 ++++++++++++++++++++++++++++++++++++++++---- - libempathy/empathy-utils.h | 17 +++++--- + libempathy/empathy-utils.h | 17 +++++---- 2 files changed, 92 insertions(+), 15 deletions(-) commit 8ea5a5768163c694085f9f39f55c1a4895e84798 @@ -23092,7 +23202,7 @@ Define EMPATHY_CALL_BUS_NAME{,_SUFFIX} libempathy/empathy-request-util.h | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 981a1377f660a9d1e3660dc66613b993b78486fc Author: Jorge González @@ -23102,7 +23212,7 @@ po/es.po | 640 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 327 insertions(+), 313 deletions(-) + 1 file changed, 327 insertions(+), 313 deletions(-) commit 58942506c55e5fba09a6e85e9e581b80cb62ac27 Author: Emilio Pozuelo Monfort @@ -23115,7 +23225,7 @@ src/empathy.c src/empathy.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 21a8c4b59d8d69c8b2a1ff801e15766ecf5e74cf Author: Emilio Pozuelo Monfort @@ -23128,7 +23238,7 @@ src/empathy-status-icon.c src/empathy-notifications-approver.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit de4007568e730d95899f235ff06fd1590b1a3dc9 Author: Emilio Pozuelo Monfort @@ -23143,7 +23253,7 @@ Makefile.am | 2 +- configure.ac | 6 ++++++ src/Makefile.am | 34 ++++++++++++++++++++++++++++++++++ - 3 files changed, 41 insertions(+), 1 deletions(-) + 3 files changed, 41 insertions(+), 1 deletion(-) commit 0282fd24b52bf8fbb29fb4249079d25e77fb6211 Author: Emilio Pozuelo Monfort @@ -23172,7 +23282,7 @@ libempathy/Makefile.am | 2 ++ libempathy/empathy-channel-factory.c | 13 +++++++++++++ - 2 files changed, 15 insertions(+), 0 deletions(-) + 2 files changed, 15 insertions(+) commit ee49de4c751017cb80ea6008560b61b0ee389d76 Author: Emilio Pozuelo Monfort @@ -23198,7 +23308,7 @@ src/empathy-call.c | 195 ++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 195 insertions(+), 0 deletions(-) + 1 file changed, 195 insertions(+) commit 9439162db162aff1261c495ef9f6b5847f392f47 Author: Emilio Pozuelo Monfort @@ -23209,7 +23319,7 @@ src/empathy-call-window-fullscreen.c | 309 ++++++++++++++++++++++++++++++++++ src/empathy-call-window-fullscreen.h | 77 +++++++++ - 2 files changed, 386 insertions(+), 0 deletions(-) + 2 files changed, 386 insertions(+) commit 94f2c176f6b3ac1b995f9c99c1f5d671c47761b3 Author: Emilio Pozuelo Monfort @@ -23220,7 +23330,7 @@ src/empathy-call-window.c | 3310 +++++++++++++++++++++++++++++++++++++++++++++ src/empathy-call-window.h | 65 + - 2 files changed, 3375 insertions(+), 0 deletions(-) + 2 files changed, 3375 insertions(+) commit 5b611a78eac57c9fca84d584d105f07554769965 Author: Emilio Pozuelo Monfort @@ -23231,7 +23341,7 @@ src/empathy-call-handler.c | 1012 ++++++++++++++++++++++++++++++++++++++++++++ src/empathy-call-handler.h | 107 +++++ - 2 files changed, 1119 insertions(+), 0 deletions(-) + 2 files changed, 1119 insertions(+) commit d712e4de0df9d94833b516aa1f40a86fc50bd2a5 Author: Emilio Pozuelo Monfort @@ -23242,7 +23352,7 @@ src/empathy-call-factory.c | 331 ++++++++++++++++++++++++++++++++++++++++++++ src/empathy-call-factory.h | 80 +++++++++++ - 2 files changed, 411 insertions(+), 0 deletions(-) + 2 files changed, 411 insertions(+) commit 3784ae7edc461ba02536a69d367a2bb9c689b70b Author: Emilio Pozuelo Monfort @@ -23252,7 +23362,7 @@ autogen.sh | 14 +++++++++++++- configure.ac | 17 +++++++++++++++++ - 2 files changed, 30 insertions(+), 1 deletions(-) + 2 files changed, 30 insertions(+), 1 deletion(-) commit 24b58d60a04564fc839cc32a7c01d9fbb878e045 Author: Emilio Pozuelo Monfort @@ -23262,7 +23372,7 @@ .gitmodules | 3 +++ telepathy-yell | 1 + - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit cf5498106385fede11e732c6b9e23464c0f59a3b Author: Emilio Pozuelo Monfort @@ -23272,7 +23382,7 @@ m4/ax_config_dir.m4 | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 109 insertions(+), 0 deletions(-) + 1 file changed, 109 insertions(+) commit e5773f0b667fabbf0597ab2c3600164fc018c727 Author: Danielle Madeley @@ -23285,7 +23395,7 @@ So if we didn't have a second part, this would quite happily blow up. libempathy/empathy-tp-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f63939a4648a0ebd64a2ff1468a72036adadb581 Merge: a5656bd eaf1ecc @@ -23302,7 +23412,7 @@ libempathy/empathy-contact.c | 146 ++++++++---------------------------------- - 1 files changed, 28 insertions(+), 118 deletions(-) + 1 file changed, 28 insertions(+), 118 deletions(-) commit 76d23bc01b65271a4067a13a9f51037004019d42 Author: Guillaume Desmottes @@ -23313,7 +23423,7 @@ configure.ac | 30 ++++++++++++++++++++++++++++++ libempathy-gtk/Makefile.am | 2 ++ libempathy/Makefile.am | 2 ++ - 3 files changed, 34 insertions(+), 0 deletions(-) + 3 files changed, 34 insertions(+) commit b98c0e0b2a91f7deec643288082c12d61982f575 Author: Guillaume Desmottes @@ -23323,7 +23433,7 @@ (#651913) libempathy-gtk/empathy-individual-view.c | 14 +++++++++++--- - 1 files changed, 11 insertions(+), 3 deletions(-) + 1 file changed, 11 insertions(+), 3 deletions(-) commit 49f661f321635b6b0350dbf27aec3548fbff8ee2 Author: Guillaume Desmottes @@ -23336,7 +23446,7 @@ libempathy-gtk/empathy-individual-store.h | 1 + src/empathy-main-window.c | 84 +++++++++++++++++++++++++++++ - 3 files changed, 86 insertions(+), 0 deletions(-) + 3 files changed, 86 insertions(+) commit 92ee08109f1af2bd3862b6f1c21a7a52adb0f9a4 Author: Yaron Shahrabani @@ -23346,7 +23456,7 @@ po/he.po | 426 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 218 insertions(+), 208 deletions(-) + 1 file changed, 218 insertions(+), 208 deletions(-) commit 5649964cadfa3dedd5f5c2a355edf8aaea4c9a10 Author: Kristjan SCHMIDT @@ -23356,7 +23466,7 @@ po/eo.po | 952 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 510 insertions(+), 442 deletions(-) + 1 file changed, 510 insertions(+), 442 deletions(-) commit b708db960de0882d0e0db9610f5b5ad490581a65 Author: Xavier Claessens @@ -23367,13 +23477,13 @@ Fixes bug #585474 data/org.gnome.Empathy.gschema.xml.in | 5 + - libempathy-gtk/empathy-theme-adium.c | 134 +++++++++++----- + libempathy-gtk/empathy-theme-adium.c | 134 ++++++++++----- libempathy-gtk/empathy-theme-adium.h | 5 +- libempathy-gtk/empathy-theme-manager.c | 284 +++++++++++++++++++------------- libempathy/empathy-gsettings.h | 1 + src/empathy-preferences.c | 175 +++++++++++++++++++- - src/empathy-preferences.ui | 63 ++++---- + src/empathy-preferences.ui | 63 ++++--- 7 files changed, 482 insertions(+), 185 deletions(-) commit f2ee2965a27340b7701c36230eb8ef0e7ecc6e8f @@ -23383,7 +23493,7 @@ main_window_flash_foreach: fix FolksIndividual leak src/empathy-main-window.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit 5ad816894a9a08c52298a84a183f6d853654f913 Author: Guillaume Desmottes @@ -23392,7 +23502,7 @@ coding style tweak src/empathy-main-window.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 35800bfe0a29ff002cb8ee3c49a771e90e0d4f10 Author: Kjartan Maraas @@ -23402,7 +23512,7 @@ po/nb.po | 993 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 552 insertions(+), 441 deletions(-) + 1 file changed, 552 insertions(+), 441 deletions(-) commit a662a6d379b9f619647a87a07177cc63d7133ad1 Author: Guillaume Desmottes @@ -23414,7 +23524,7 @@ Thanks to Roland Dreier for the original patch. libempathy-gtk/empathy-account-widget.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 24bfa52b2a137a2bdafceba1fee199a06a9509ec Author: Travis Reitter @@ -23425,7 +23535,7 @@ Closes: bgo#648822 - Port Empathy to Folks 0.5.1 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 018ba00ead80bed3238273a772ec1fd1c55cf58e Author: Travis Reitter @@ -23437,7 +23547,7 @@ libempathy-gtk/empathy-individual-store.c | 25 +++++++++++++------------ - 1 files changed, 13 insertions(+), 12 deletions(-) + 1 file changed, 13 insertions(+), 12 deletions(-) commit a6f6a3b008a9da3e437488b480fdbb2b5d07e9fd Author: Travis Reitter @@ -23448,7 +23558,7 @@ Helps: bgo#648822 - Port Empathy to Folks 0.5.1 libempathy-gtk/empathy-individual-widget.c | 41 - ++++++++++++++++++++++----- + ++++++++++++++++++++++------ libempathy-gtk/empathy-persona-store.c | 26 +++++++++++++----- 2 files changed, 52 insertions(+), 15 deletions(-) @@ -23462,7 +23572,7 @@ libempathy/empathy-individual-manager.c | 31 ++++++++++++++++++++++--------- - 1 files changed, 22 insertions(+), 9 deletions(-) + 1 file changed, 22 insertions(+), 9 deletions(-) commit 0e80ea37d08505e886ef61b03fbb606a8ea3ac36 Author: Travis Reitter @@ -23489,7 +23599,7 @@ Helps: bgo#648822 - Port Empathy to Folks 0.5.1 libempathy/empathy-contact.c | 16 +++++++--------- - 1 files changed, 7 insertions(+), 9 deletions(-) + 1 file changed, 7 insertions(+), 9 deletions(-) commit d4989c9be7b3c6fa016d703e2a32774d5f74f836 Author: Travis Reitter @@ -23512,7 +23622,7 @@ Helps: bgo#648822 - Port Empathy to Folks 0.5.1 src/empathy-invite-participant-dialog.c | 13 ++++++++++--- - 1 files changed, 10 insertions(+), 3 deletions(-) + 1 file changed, 10 insertions(+), 3 deletions(-) commit 736b4f3d04f1e826dd8252fed88a7445b52ad461 Author: Travis Reitter @@ -23524,22 +23634,22 @@ libempathy-gtk/empathy-individual-dialogs.c | 15 +- .../empathy-individual-information-dialog.c | 13 +- - libempathy-gtk/empathy-individual-linker.c | 70 +++++--- + libempathy-gtk/empathy-individual-linker.c | 70 ++++--- libempathy-gtk/empathy-individual-linker.h | 2 +- libempathy-gtk/empathy-individual-menu.c | 93 ++++++---- - libempathy-gtk/empathy-individual-store.c | 121 ++++++++----- - libempathy-gtk/empathy-individual-view.c | 70 +++++--- + libempathy-gtk/empathy-individual-store.c | 121 +++++++----- + libempathy-gtk/empathy-individual-view.c | 70 ++++--- libempathy-gtk/empathy-individual-widget.c | 193 +++++++++++++------- libempathy-gtk/empathy-linking-dialog.c | 14 +- libempathy-gtk/empathy-persona-store.c | 27 ++- - libempathy-gtk/empathy-ui-utils.c | 57 ++++--- + libempathy-gtk/empathy-ui-utils.c | 57 +++--- libempathy/empathy-contact.c | 44 +++-- libempathy/empathy-individual-manager.c | 82 +++++---- libempathy/empathy-individual-manager.h | 2 +- libempathy/empathy-utils.c | 61 +++++-- libempathy/empathy-utils.h | 2 +- - src/empathy-invite-participant-dialog.c | 39 +++-- + src/empathy-invite-participant-dialog.c | 39 ++-- 17 files changed, 573 insertions(+), 332 deletions(-) commit faa40483fd000099a0593c09d0e92b938beaaaa7 @@ -23559,7 +23669,7 @@ Don't shadow the global definition of 'log'. libempathy-gtk/empathy-chat.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit fcce5893bda44c7e9276b47ba1f9c20b84da8b9e Author: Fran Diéguez @@ -23569,7 +23679,7 @@ po/gl.po | 494 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 270 insertions(+), 224 deletions(-) + 1 file changed, 270 insertions(+), 224 deletions(-) commit f1aa5a7dba657947d61f916eefaf9cc166196716 Author: Yaron Shahrabani @@ -23579,7 +23689,7 @@ po/he.po | 473 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 259 insertions(+), 214 deletions(-) + 1 file changed, 259 insertions(+), 214 deletions(-) commit a61ee6daccbde3780e8f46bb51afacb3c009f5a3 Author: Guillaume Desmottes @@ -23589,7 +23699,7 @@ src/empathy-invite-participant-dialog.c | 141 +++++++++++++++++++++++++++++++ - 1 files changed, 141 insertions(+), 0 deletions(-) + 1 file changed, 141 insertions(+) commit 849aba37bdf0cb62449174c4015a0c09b91d2ad6 Author: Guillaume Desmottes @@ -23608,10 +23718,10 @@ Use tp-glib SMS high level API (#651242) - libempathy-gtk/empathy-chat.c | 5 ++- + libempathy-gtk/empathy-chat.c | 5 +-- libempathy/empathy-tp-chat.c | 76 ----------------------------------------- - libempathy/empathy-tp-chat.h | 2 - + libempathy/empathy-tp-chat.h | 2 -- src/empathy-chat-manager.c | 2 +- 4 files changed, 4 insertions(+), 81 deletions(-) @@ -23623,10 +23733,10 @@ It was pretty confusing when reading/reviewing code. - libempathy-gtk/empathy-avatar-chooser.c | 24 ++++++++++++---------- + libempathy-gtk/empathy-avatar-chooser.c | 24 +++++++++++----------- libempathy/empathy-contact.c | 33 - ++++++++++++++++-------------- - libempathy/empathy-contact.h | 6 ++-- + +++++++++++++++++-------------- + libempathy/empathy-contact.h | 6 +++--- 3 files changed, 34 insertions(+), 29 deletions(-) commit ba731f3dceb447ffe8c4b9e168ad1c1a5f99f365 @@ -23636,7 +23746,7 @@ remove useless callback libempathy-gtk/empathy-avatar-chooser.c | 11 ----------- - 1 files changed, 0 insertions(+), 11 deletions(-) + 1 file changed, 11 deletions(-) commit 9087cb85bdd1483a7e3a1852aac0dca0454b5231 Author: Guillaume Desmottes @@ -23647,7 +23757,7 @@ It just unref objects. libempathy-gtk/empathy-avatar-chooser.c | 10 ++++------ - 1 files changed, 4 insertions(+), 6 deletions(-) + 1 file changed, 4 insertions(+), 6 deletions(-) commit 405df12b4627f6f6361e8be54f27bce928cd6e5e Author: Guillaume Desmottes @@ -23670,7 +23780,7 @@ libempathy-gtk/empathy-avatar-chooser.c | 516 ++++++++++++++----------------- - 1 files changed, 240 insertions(+), 276 deletions(-) + 1 file changed, 240 insertions(+), 276 deletions(-) commit f7986cc0f08137246c406d85235b3f5cd77f951d Author: Guillaume Desmottes @@ -23679,7 +23789,7 @@ avatar-chooser: use tp_clear_* libempathy-gtk/empathy-avatar-chooser.c | 20 +++++--------------- - 1 files changed, 5 insertions(+), 15 deletions(-) + 1 file changed, 5 insertions(+), 15 deletions(-) commit d538771d94d50dce4b6568a8f523014aa96d29f9 Author: Guillaume Desmottes @@ -23699,8 +23809,8 @@ Use tp-glib Balance high level API (#651238) src/empathy-main-window.c | 80 - ++++++++++++++------------------------------ - 1 files changed, 26 insertions(+), 54 deletions(-) + +++++++++++++++------------------------------ + 1 file changed, 26 insertions(+), 54 deletions(-) commit db6773ebf31853608353b1bb156156879b303569 Author: Guillaume Desmottes @@ -23725,7 +23835,7 @@ treeview. libempathy-gtk/empathy-individual-view.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 5d2b0e7740e6929451c630dc072f0ac199f173c3 Merge: ecfcc6c b0bd73c @@ -23742,7 +23852,7 @@ src/empathy-invite-participant-dialog.c | 40 ++++++++++++++++++++++++++++++- - 1 files changed, 39 insertions(+), 1 deletions(-) + 1 file changed, 39 insertions(+), 1 deletion(-) commit 81c5f8b415c5835f200ea9d7d3d917481b6fd506 Author: Guillaume Desmottes @@ -23751,7 +23861,7 @@ view_selection_changed_cb: don't unref NULL individual src/empathy-invite-participant-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5dc3feb4979804c710d4e872a1f05bc425fd9410 Author: Guillaume Desmottes @@ -23759,7 +23869,7 @@ factor out empathy_individual_match_words() - libempathy-gtk/empathy-individual-view.c | 34 +---------------------- + libempathy-gtk/empathy-individual-view.c | 34 ++---------------------- libempathy-gtk/empathy-ui-utils.c | 42 ++++++++++++++++++++++++++++++ libempathy-gtk/empathy-ui-utils.h | 4 +++ @@ -23784,7 +23894,7 @@ libempathy-gtk/empathy-individual-view.c | 8 ++++++++ libempathy-gtk/empathy-individual-view.h | 2 ++ - 2 files changed, 10 insertions(+), 0 deletions(-) + 2 files changed, 10 insertions(+) commit 1c1be234740e2e23f755668ce89483f0225ec329 Author: Chandni Verma @@ -23795,7 +23905,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=651058 libempathy-gtk/empathy-chat.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit de0dd5093afcb898eaad92d0f15f6a342deda980 Author: Guillaume Desmottes @@ -23819,7 +23929,7 @@ but suffers a race (fdo #37280) fixed in 0.15.1. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b0bd73cfa5658971f12c86a1f3711cab663a3f40 Author: Sjoerd Simons @@ -23836,7 +23946,7 @@ speeds up the performance of the protocol chooser combobox. libempathy-gtk/empathy-account-chooser.c | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit c1189dd5d21d40fd7773f3c13d24d55f7e897713 Author: Carles Ferrando @@ -23846,7 +23956,7 @@ po/ca@valencia.po | 2377 +++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1384 insertions(+), 993 deletions(-) + 1 file changed, 1384 insertions(+), 993 deletions(-) commit 8a43221ed3a42fb8949b7568a29723197f204364 Author: Sjoerd Simons @@ -23855,7 +23965,7 @@ Don't set priv when it's not used libempathy-gtk/empathy-chat.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 05f66bda423f72350a5d766583946b48bf729757 Author: Daniel Mustieles @@ -23865,7 +23975,7 @@ po/es.po | 204 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 106 insertions(+), 98 deletions(-) + 1 file changed, 106 insertions(+), 98 deletions(-) commit 2f24b24251d1dce47dfd5fd34a6642ea2cd8a653 Author: Guillaume Desmottes @@ -23875,7 +23985,7 @@ without cheese libempathy-gtk/empathy-avatar-chooser.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 67929359fee3036b7af9485854f009ce15b83f9d Author: Xavier Claessens @@ -23885,7 +23995,7 @@ libempathy-gtk/empathy-theme-adium.c | 155 ++++++++++++++++++++++++++++++++-- - 1 files changed, 149 insertions(+), 6 deletions(-) + 1 file changed, 149 insertions(+), 6 deletions(-) commit e54915d63afa880d8fd3bb8764652efcb4a59165 Author: Xavier Claessens @@ -23894,7 +24004,7 @@ Stop live search when main window gets hidden libempathy-gtk/empathy-live-search.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 984e946f6bb2c385394db123f1b2edea05d9209b Author: Xavier Claessens @@ -23907,7 +24017,7 @@ libempathy-gtk/empathy-ui-utils.c | 53 ------------------------------------- - libempathy-gtk/empathy-ui-utils.h | 3 -- + libempathy-gtk/empathy-ui-utils.h | 3 --- src/empathy-status-icon.c | 8 +++--- 3 files changed, 4 insertions(+), 60 deletions(-) @@ -23919,7 +24029,7 @@ if not start hidden src/empathy.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 943d659bf3c2c966c5944faa4d05a576f9630906 Author: Xavier Claessens @@ -23930,7 +24040,7 @@ It is already handled in empathy_chat_window_present_chat() src/empathy-chat-window.c | 18 ------------------ - 1 files changed, 0 insertions(+), 18 deletions(-) + 1 file changed, 18 deletions(-) commit baeea6e11b647b788693ce6e16cccc18cd0b8402 Author: Raluca Elena Podiuc @@ -23941,8 +24051,8 @@ pixbuf saved into buffer as png -> set avatar from buffer libempathy-gtk/empathy-avatar-chooser.c | 105 - ++++++++++++++++++++++++++++-- - 1 files changed, 98 insertions(+), 7 deletions(-) + ++++++++++++++++++++++++++++--- + 1 file changed, 98 insertions(+), 7 deletions(-) commit 87118ba7e4c1a07765ccb762b9ccd603b5facc7b Author: Raluca Elena Podiuc @@ -23952,7 +24062,7 @@ configure.ac | 20 ++++++++++++++++++++ libempathy-gtk/Makefile.am | 2 ++ - 2 files changed, 22 insertions(+), 0 deletions(-) + 2 files changed, 22 insertions(+) commit a6a4c117c17659134df600c9b96f8cceb07f44ef Author: Guillaume Desmottes @@ -23961,7 +24071,7 @@ main_window_connection_changed_cb: still need the priv pointer src/empathy-main-window.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit cddd93283537e99037176b7c01c3ac36bfcb6bf0 Author: Danielle Madeley @@ -23971,7 +24081,7 @@ src/empathy-main-window.c | 86 +++++++++++++++++++++++++-------------------- - 1 files changed, 48 insertions(+), 38 deletions(-) + 1 file changed, 48 insertions(+), 38 deletions(-) commit 465d2ffaf8c2cd31ae1efc7fdcc85b3d5cb0773c Author: Emilio Pozuelo Monfort @@ -23980,7 +24090,7 @@ Reopen tabs as SMS channels when appropriate src/empathy-chat-manager.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit ed9505140adea2ad3ef0a8d25057197864ead712 Merge: 5195f67 0a42a79 @@ -24009,7 +24119,7 @@ tp_chat_dispose: use tp_clear_object() libempathy/empathy-tp-chat.c | 16 ++-------------- - 1 files changed, 2 insertions(+), 14 deletions(-) + 1 file changed, 2 insertions(+), 14 deletions(-) commit 826d5e5fe6079c3960688edb36d21b6bb7825ad3 Author: Guillaume Desmottes @@ -24023,7 +24133,7 @@ won't try to destroy twice the same objects. libempathy/empathy-chatroom-manager.c | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit 5079e73c8edf3b460ed11edc02ffb2cb6b705eac Author: Guillaume Desmottes @@ -24033,8 +24143,8 @@ We should just use invalidated. - libempathy-gtk/empathy-chat.c | 15 +++++++----- - libempathy/empathy-chatroom-manager.c | 11 +++++---- + libempathy-gtk/empathy-chat.c | 15 ++++++++----- + libempathy/empathy-chatroom-manager.c | 11 +++++----- libempathy/empathy-tp-chat.c | 39 --------------------------------- 3 files changed, 15 insertions(+), 50 deletions(-) @@ -24049,7 +24159,7 @@ earlier now. src/empathy-event-manager.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit a286f611ab9e53e4ddbfaa9ed915b1f39d76794a Author: Guillaume Desmottes @@ -24061,7 +24171,7 @@ libempathy/empathy-tp-chat.c | 345 +++++++++++++++++++--------------- libempathy/empathy-tp-chat.h | 4 +- - src/empathy-chat-manager.c | 66 +------- + src/empathy-chat-manager.c | 66 +------ 4 files changed, 205 insertions(+), 213 deletions(-) commit 1a076de82797676d80ce3273dfe075d06111a446 @@ -24070,7 +24180,7 @@ remove empathy_tp_chat_get_connection and priv->connection - libempathy-gtk/empathy-chat.c | 5 +-- + libempathy-gtk/empathy-chat.c | 5 ++-- libempathy/empathy-tp-chat.c | 47 +++++++++++++++---------------- libempathy/empathy-tp-chat.h | 1 - @@ -24085,7 +24195,7 @@ EmpathyTpChat: inherit from TpTextChannel (#650554) libempathy-gtk/empathy-chat.c | 20 +-- - libempathy-gtk/empathy-contact-list-store.c | 9 +-- + libempathy-gtk/empathy-contact-list-store.c | 9 +- libempathy/empathy-channel-factory.c | 27 ++++- libempathy/empathy-chatroom-manager.c | 9 +- libempathy/empathy-tp-chat.c | 175 @@ -24117,7 +24227,7 @@ libempathy/empathy-chatroom-manager.c | 8 ++++++++ src/empathy-chat-manager.c | 9 +++++++++ src/empathy-event-manager.c | 8 ++++++++ - 3 files changed, 25 insertions(+), 0 deletions(-) + 3 files changed, 25 insertions(+) commit 21bde4f1a8c82330ccb49eb6bdc00a14de7595aa Author: Guillaume Desmottes @@ -24151,7 +24261,7 @@ po/es.po | 255 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 127 insertions(+), 128 deletions(-) + 1 file changed, 127 insertions(+), 128 deletions(-) commit d0e556d4cea9f4a12825eada17ab22648ee3fa9c Author: Cosimo Cecchi @@ -24173,7 +24283,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=650590 libempathy-gtk/empathy-cell-renderer-expander.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 380911d4b3da972b98e97eeb9935227657b01962 Author: Guillaume Desmottes @@ -24182,7 +24292,7 @@ account-widget-yahoo: fix expand/fill settings (#650854) libempathy-gtk/empathy-account-widget-yahoo.ui | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 5b139ea4db4fbae7876b36eeec28ab874569f867 Author: Guillaume Desmottes @@ -24191,7 +24301,7 @@ account-widget-sip: fix expand/fill settings (#650854) libempathy-gtk/empathy-account-widget-sip.ui | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit f3385db2a89b1c14fb43527f99bcac69d34f4a76 Author: Guillaume Desmottes @@ -24200,7 +24310,7 @@ account-widget-icq: fix expand/fill settings (#650854) libempathy-gtk/empathy-account-widget-icq.ui | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 7c7a46d5a421506a61168787e042c57605a5874d Author: Guillaume Desmottes @@ -24209,7 +24319,7 @@ account-widget-groupwise: fix expand/fill settings (#650854) libempathy-gtk/empathy-account-widget-groupwise.ui | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 460656fc0249390aa280400290efa5bc897d7d98 Author: Guillaume Desmottes @@ -24218,7 +24328,7 @@ account-widget-aim: fix expand/fill settings (#650854) libempathy-gtk/empathy-account-widget-aim.ui | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit a5b5353000f407b35b928df6fbef288f5337f547 Author: Guillaume Desmottes @@ -24227,7 +24337,7 @@ account-widget-msn: fix expand/fill settings (#650854) libempathy-gtk/empathy-account-widget-msn.ui | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 043fadc328839eb7c4bd893de81b6409509b54b2 Author: Guillaume Desmottes @@ -24237,7 +24347,7 @@ (#650846) libempathy-gtk/empathy-account-widget.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit c4dfdc69a46f64dfc2ca12aea673f98605a3c39d Author: Guillaume Desmottes @@ -24247,7 +24357,7 @@ libempathy/empathy-account-settings.c | 9 +++++++++ libempathy/empathy-account-settings.h | 4 ++++ - 2 files changed, 13 insertions(+), 0 deletions(-) + 2 files changed, 13 insertions(+) commit 6c9d7372fb7e155be2ca6953db316c1b70744159 Author: Guillaume Desmottes @@ -24257,7 +24367,7 @@ libempathy-gtk/empathy-account-widget-sip.c | 1 + libempathy-gtk/empathy-account-widget-sip.ui | 20 ++++++++++++++++++++ - 2 files changed, 21 insertions(+), 0 deletions(-) + 2 files changed, 21 insertions(+) commit d94c2c708734d6a41cd6d6ad44684a816b66cff8 Author: Guillaume Desmottes @@ -24266,7 +24376,7 @@ live-search: fix keyboard navigation using Space (#632787) libempathy-gtk/empathy-live-search.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 50cc20d66183eb0e4a8fd1384dea77fdf3e29cf0 Author: Guillaume Desmottes @@ -24275,7 +24385,7 @@ live-search:fix keyboard navigation using PageUp/PageDown (#632787) libempathy-gtk/empathy-live-search.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit c105d23a6dc033e281304a0032095f13e7fef63f Author: Guillaume Desmottes @@ -24284,7 +24394,7 @@ live-search: fix keyboard navigation using Home/End (#632787) libempathy-gtk/empathy-live-search.c | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + 1 file changed, 18 insertions(+) commit 584931b9c50f9390ba19d8609ac9917b570d6562 Author: Guillaume Desmottes @@ -24293,7 +24403,7 @@ factor out fire_key_navigation_sig() libempathy-gtk/empathy-live-search.c | 14 +++++++++++--- - 1 files changed, 11 insertions(+), 3 deletions(-) + 1 file changed, 11 insertions(+), 3 deletions(-) commit 12c7f7de95068377ff60b23bdc5d80367d554c2b Author: Xavier Claessens @@ -24314,7 +24424,7 @@ those are useful to the entry libempathy-gtk/empathy-live-search.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit af03c9c7c50e68f5b10148e84ff782c94c5c6cd0 Author: Colin Walters @@ -24323,7 +24433,7 @@ Squash some set-but-unused variables src/empathy-chat-window.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 93a7de11fb8ec365c6a7f1818b1260e689e0428e Merge: 4a5169b c51c43f @@ -24355,7 +24465,7 @@ use g_list_free_full() src/empathy-invite-participant-dialog.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 259126957650f1c28abdbc101636fe5cbca03f48 Author: Guillaume Desmottes @@ -24364,7 +24474,7 @@ filter_func: don't leak individual src/empathy-invite-participant-dialog.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit fa5df0324942721999ae2dd7ad8425379fbc59c9 Author: Guillaume Desmottes @@ -24373,7 +24483,7 @@ coding style fixes src/empathy-invite-participant-dialog.c | 17 ++++++++--------- - 1 files changed, 8 insertions(+), 9 deletions(-) + 1 file changed, 8 insertions(+), 9 deletions(-) commit 6dc60aa53c3c458653417ddef1e3e9f3eb4debf2 Author: Guillaume Desmottes @@ -24383,7 +24493,7 @@ are displayed src/empathy-invite-participant-dialog.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 6b5bea43c508bc26c2ee88edac5d60cf127b175c Author: Guillaume Desmottes @@ -24392,7 +24502,7 @@ invite-participant-dialog: add a scrolled window src/empathy-invite-participant-dialog.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit a557339964d56290345f5ad2841ef4a127839655 Author: Guillaume Desmottes @@ -24401,7 +24511,7 @@ add some padding src/empathy-invite-participant-dialog.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 44162e3ac3604c3e4f14dd01b48fc32cd7fd1007 Author: Guillaume Desmottes @@ -24411,7 +24521,7 @@ src/empathy-invite-participant-dialog.c | 33 ++++++++++++++++++++++++++++++- - 1 files changed, 32 insertions(+), 1 deletions(-) + 1 file changed, 32 insertions(+), 1 deletion(-) commit 9e46660b7f36e1274ca43a47b9a011c056c35746 Author: Guillaume Desmottes @@ -24422,7 +24532,7 @@ src/empathy-invite-participant-dialog.c | 91 +++++++++++++++++++++++-------- - 1 files changed, 68 insertions(+), 23 deletions(-) + 1 file changed, 68 insertions(+), 23 deletions(-) commit 3cceb20e7ded94d9a797f53704b53afde9e5176f Author: Guillaume Desmottes @@ -24432,7 +24542,7 @@ libempathy-gtk/empathy-individual-view.c | 17 +++++++++++++++++ libempathy-gtk/empathy-individual-view.h | 4 ++++ - 2 files changed, 21 insertions(+), 0 deletions(-) + 2 files changed, 21 insertions(+) commit 08ba02749235ae95a586fa930690f921e74bda35 Author: Guillaume Desmottes @@ -24443,8 +24553,8 @@ src/empathy-chat-window.c | 39 ++----- src/empathy-invite-participant-dialog.c | 191 - ++++++++++++++++++++++++++++-- - src/empathy-invite-participant-dialog.h | 19 +++- + ++++++++++++++++++++++++++++--- + src/empathy-invite-participant-dialog.h | 19 ++- 3 files changed, 204 insertions(+), 45 deletions(-) commit 9999bf6834a4c2e592a39dcbc9b8dffc5bee9bd5 @@ -24470,7 +24580,7 @@ Signed-off-by: Jonny Lamb src/empathy-chat-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 583dbd45639081ea4c760b81a4e2cc5c8137192e Author: Jonny Lamb @@ -24481,7 +24591,7 @@ Signed-off-by: Jonny Lamb src/empathy-chat-manager.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit cbbf2cd51ed0f7bd51c617fe75596511415b076f Author: Jonny Lamb @@ -24492,7 +24602,7 @@ Signed-off-by: Jonny Lamb src/empathy-chat-manager.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 48eeafcb8aabeca933067ae45a39a7349dce6083 Author: Jonny Lamb @@ -24503,7 +24613,7 @@ Signed-off-by: Jonny Lamb src/empathy-chat-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8894350602117306df0038ff7cd622b910f70fa5 Author: Jonny Lamb @@ -24514,7 +24624,7 @@ Signed-off-by: Jonny Lamb src/empathy-chat-manager.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit f5d7d6d3a1d7a09e9e3c0cbf013a8456d33537dd Author: Jonny Lamb @@ -24546,7 +24656,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-theme-adium.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 38e5925b90ca5864907aaef09cbaa4c963b1be98 Author: Daniel Mustieles @@ -24556,7 +24666,7 @@ po/es.po | 320 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 179 insertions(+), 141 deletions(-) + 1 file changed, 179 insertions(+), 141 deletions(-) commit 2d5e4f0a14794617d5fe385d4fcea86e4120edf5 Author: Jonny Lamb @@ -24569,7 +24679,7 @@ Signed-off-by: Jonny Lamb src/empathy-main-window.c | 6 +----- - 1 files changed, 1 insertions(+), 5 deletions(-) + 1 file changed, 1 insertion(+), 5 deletions(-) commit 52e1e2fbdafd993933ba7866847ddbbedd7a2748 Author: Jonny Lamb @@ -24581,8 +24691,8 @@ src/empathy-chat-manager.c | 72 +++++++++++++++++++++++++++++++++++++++++++- - src/empathy-chat-manager.h | 2 + - 2 files changed, 73 insertions(+), 1 deletions(-) + src/empathy-chat-manager.h | 2 ++ + 2 files changed, 73 insertions(+), 1 deletion(-) commit 0261661359b354ee0bbc61898ebec8ede7ac5b2b Author: Jonny Lamb @@ -24594,7 +24704,7 @@ extensions/Chat_Manager.xml | 31 +++++++++++++++++++++++++++++++ extensions/misc.xml | 1 + - 2 files changed, 32 insertions(+), 0 deletions(-) + 2 files changed, 32 insertions(+) commit 45609a2304c805e1c05ba15e0856c9c41f020986 Merge: 383bf53 9c42c7a @@ -24621,7 +24731,7 @@ Reviewed-by: Jonny Lamb src/empathy-chat-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9c42c7ae5d46bf3bf2aa4aab8e4d615876982eca Author: Will Thompson @@ -24633,7 +24743,7 @@ libempathy-gtk/empathy-chat.c | 82 +++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 82 insertions(+), 0 deletions(-) + 1 file changed, 82 insertions(+) commit af9646511992294411549884521130056f34f455 Author: Will Thompson @@ -24645,7 +24755,7 @@ SimplePresence. libempathy-gtk/empathy-contact-widget.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit d5ddca2ac157b52b04b418d51530505d378b3dd5 Author: Will Thompson @@ -24654,7 +24764,7 @@ ContactWidget: support IRC server and host info libempathy-gtk/empathy-contact-widget.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit 5eb74b177084b3cd03e412ea3b7f55b41542a9fe Author: Will Thompson @@ -24663,7 +24773,7 @@ ContactWidget: support Idle's x-idle-time field. libempathy-gtk/empathy-contact-widget.c | 19 +++++++++++++++++++ - 1 files changed, 19 insertions(+), 0 deletions(-) + 1 file changed, 19 insertions(+) commit 3e99c2d9e8b4f5a36507722c8bd681086c3220c4 Author: Will Thompson @@ -24678,8 +24788,8 @@ to fail. libempathy-gtk/empathy-contact-widget.c | 40 - ++++++++++++++++++++++-------- - 1 files changed, 29 insertions(+), 11 deletions(-) + ++++++++++++++++++++++--------- + 1 file changed, 29 insertions(+), 11 deletions(-) commit e92e9e9c411ec02dacc1bb11f15aa4682fd64cdf Author: Will Thompson @@ -24698,7 +24808,7 @@ libempathy-gtk/empathy-contact-widget.c | 74 +++++++++++++++++++++++++++++++ - 1 files changed, 74 insertions(+), 0 deletions(-) + 1 file changed, 74 insertions(+) commit 809e62df3bc50be5ee22a7bf5c4e14db94cc12eb Author: Jonny Lamb @@ -24711,7 +24821,7 @@ src/empathy-chat-manager.c | 59 ++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 59 insertions(+), 0 deletions(-) + 1 file changed, 59 insertions(+) commit add05052afddb11b158dd08075ffbe2c0404692a Author: Jonny Lamb @@ -24723,7 +24833,7 @@ libempathy-gtk/empathy-chat.c | 23 +++++++++++++++++++++++ libempathy-gtk/empathy-chat.h | 4 ++++ - 2 files changed, 27 insertions(+), 0 deletions(-) + 2 files changed, 27 insertions(+) commit ec997377c0765b3d1619120c501433799740edba Author: Jonny Lamb @@ -24734,7 +24844,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-tp-chat.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit e22e3fd06caa9486b9641636c2bbe13cf954cab5 Author: Matej Urbančič @@ -24743,7 +24853,7 @@ Updated Slovenian translation po/sl.po | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 6b9fe24b0b42133b831c0286ad060b776d5de748 Author: Kristjan SCHMIDT @@ -24753,7 +24863,7 @@ po/eo.po | 1739 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1031 insertions(+), 708 deletions(-) + 1 file changed, 1031 insertions(+), 708 deletions(-) commit e46d39bd0ffad02ae26179e5b63cbe10f5b04d73 Author: Matej Urbančič @@ -24762,7 +24872,7 @@ Updated Slovenian translation po/sl.po | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit c8acdd8ec6aa395aa16530fac8cb1cce710bbde7 Author: Matej Urbančič @@ -24772,7 +24882,7 @@ po/sl.po | 775 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 460 insertions(+), 315 deletions(-) + 1 file changed, 460 insertions(+), 315 deletions(-) commit 1c40d3370a1d2e1e98b1609377e0903a2ca40f6f Author: Jonny Lamb @@ -24783,7 +24893,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-theme-adium.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit c84e0979d36aa41e7f0d554fbbdad4e82756f8b0 Merge: 2096980 34a7a0b @@ -24802,7 +24912,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-tp-chat.c | 23 ++++++----------------- - 1 files changed, 6 insertions(+), 17 deletions(-) + 1 file changed, 6 insertions(+), 17 deletions(-) commit 4d140c3a4e3c4629a72c3bf0ea7ca8b8ee48fb72 Author: Jonny Lamb @@ -24825,7 +24935,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-chat.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 5af3e568a7048f1de84d9c5372973aeee87aff60 Author: Jonny Lamb @@ -24836,7 +24946,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-chat.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit bd1d3bc265f617b0aa86bd80da28d64b50dcbbfb Author: Jonny Lamb @@ -24848,7 +24958,7 @@ libempathy-gtk/empathy-theme-adium.c | 88 +++++++++++++++++++++++++++++++++- - 1 files changed, 86 insertions(+), 2 deletions(-) + 1 file changed, 86 insertions(+), 2 deletions(-) commit c68050906fb6a3017ed9162fb14b4dcca78eba0a Author: Jonny Lamb @@ -24863,7 +24973,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-chat.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 3329e947496629d8275ad68791d73c49d9fc820f Author: Jonny Lamb @@ -24875,7 +24985,7 @@ libempathy-gtk/empathy-chat-view.c | 11 +++++++++++ libempathy-gtk/empathy-chat-view.h | 4 ++++ - 2 files changed, 15 insertions(+), 0 deletions(-) + 2 files changed, 15 insertions(+) commit 96345c97d9c3fc52b45ef5ce522ef2e4c94bca63 Author: Jonny Lamb @@ -24898,8 +25008,8 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-theme-adium.c | 60 - +++++++++++++++++++-------------- - 1 files changed, 34 insertions(+), 26 deletions(-) + +++++++++++++++++++--------------- + 1 file changed, 34 insertions(+), 26 deletions(-) commit bd0755be84f285e48272fb0b7ac154bad4be0902 Author: Jonny Lamb @@ -24910,7 +25020,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-theme-adium.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 2096980125f9a556b5d92e541927e9cf9b213e20 Author: Yaron Shahrabani @@ -24919,8 +25029,8 @@ Updated Hebrew translation. po/he.po | 176 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 89 insertions(+), 87 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 89 insertions(+), 87 deletions(-) commit e7afbce3f6925af7f3d43a443304f566a02d4942 Author: Jonny Lamb @@ -24931,7 +25041,7 @@ Signed-off-by: Jonny Lamb src/empathy-chat-window.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 4fd01bccdea76bdb929bae14a31d16327cd0a5aa Author: Jonny Lamb @@ -24942,7 +25052,7 @@ Signed-off-by: Jonny Lamb src/empathy-chat-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit d36a313b26e957452fde60cac897791b0f6e4990 Author: Jonny Lamb @@ -24955,7 +25065,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-chat.c | 34 ++++++++++++++++++++++++++++++++-- - 1 files changed, 32 insertions(+), 2 deletions(-) + 1 file changed, 32 insertions(+), 2 deletions(-) commit 7412b7e93ee7106dc139365fb391e2f613c294ef Author: Jonny Lamb @@ -24966,7 +25076,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-tp-chat.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 7740933e258c4afe279d08599232e057e1c2d338 Author: Jonny Lamb @@ -24977,8 +25087,8 @@ Signed-off-by: Jonny Lamb libempathy/empathy-tp-chat.c | 54 - ++++++++++++++++++++++++++--------------- - 1 files changed, 34 insertions(+), 20 deletions(-) + ++++++++++++++++++++++++++---------------- + 1 file changed, 34 insertions(+), 20 deletions(-) commit 11120f662d911b9a50aff7ba46804bcc7c587492 Author: Jonny Lamb @@ -24992,7 +25102,7 @@ libempathy/empathy-message.c | 21 --------------------- libempathy/empathy-message.h | 2 -- - 2 files changed, 0 insertions(+), 23 deletions(-) + 2 files changed, 23 deletions(-) commit cc5faf8b763d3b1ee5eb4a13525875707bb71217 Author: Jonny Lamb @@ -25003,8 +25113,8 @@ Signed-off-by: Jonny Lamb libempathy/empathy-tp-chat.c | 43 - +++++++++++++++++------------------------ - 1 files changed, 18 insertions(+), 25 deletions(-) + ++++++++++++++++++------------------------ + 1 file changed, 18 insertions(+), 25 deletions(-) commit ccc394aa7971cac1530931357dae7aaf14299ef2 Author: Jonny Lamb @@ -25016,7 +25126,7 @@ libempathy/empathy-message.c | 34 ++++++++++++++++++++++++++++++++++ libempathy/empathy-message.h | 2 ++ - 2 files changed, 36 insertions(+), 0 deletions(-) + 2 files changed, 36 insertions(+) commit e98c7a31f74356590b5093d2108f100a661cfda1 Author: Will Thompson @@ -25029,7 +25139,7 @@ a duration in seconds, rather than a timestamp. libempathy/empathy-time.c | 64 - ++++++++++++++++++++++++-------------------- + +++++++++++++++++++++++++-------------------- libempathy/empathy-time.h | 1 + 2 files changed, 36 insertions(+), 29 deletions(-) @@ -25064,7 +25174,7 @@ libempathy-gtk/empathy-ui-utils.c | 6 ++++++ libempathy-gtk/empathy-ui-utils.h | 2 ++ - 2 files changed, 8 insertions(+), 0 deletions(-) + 2 files changed, 8 insertions(+) commit d1bc3524be5909a9287b12b309f2dd2e97fc5778 Author: Guillaume Desmottes @@ -25075,7 +25185,7 @@ We just create so we should at least show it. src/empathy-chat-window.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 0a6ce2b0c136c05fa5395d51517208c041bc392d Author: Guillaume Desmottes @@ -25085,7 +25195,7 @@ message libempathy-gtk/empathy-theme-adium.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit b850f8c1c6106ac50b26e090c11bd1c7ae8c0f9d Author: Guillaume Desmottes @@ -25094,7 +25204,7 @@ theme-adium: remove unread marks when sending a message libempathy-gtk/empathy-theme-adium.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit ca3669ada0014c82b11a89921a4c38dee9296f13 Author: Guillaume Desmottes @@ -25104,7 +25214,7 @@ (#649890) libempathy-gtk/empathy-theme-adium.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit acde6c67cdd3c3684d564bb65f2628fdf1bec27a Author: Jonny Lamb @@ -25115,7 +25225,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-contact.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 34a7a0b348e1cdd3cfc184f135a8371d79741272 Author: Chandni Verma @@ -25127,7 +25237,7 @@ insensitivate input-text-view when displaying a new infobar libempathy-gtk/empathy-chat.c | 19 +++++++++++++++++++ - 1 files changed, 19 insertions(+), 0 deletions(-) + 1 file changed, 19 insertions(+) commit 0c9a992db9d0f8426264b097f0aa0cfaca860509 Author: Chandni Verma @@ -25136,7 +25246,7 @@ Leave chatroom only if tp_chat exists src/empathy-chat-window.c | 16 ++++++++++++---- - 1 files changed, 12 insertions(+), 4 deletions(-) + 1 file changed, 12 insertions(+), 4 deletions(-) commit 50daa9eb6a529ad3d78448b134e4a76438124696 Author: Guillaume Desmottes @@ -25148,7 +25258,7 @@ 52eb24e6e7b012856525f6f09d3c1a941375d383. libempathy/empathy-request-util.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 07af036a20d37c11360add196bdbc9c7b841dc07 Author: Daniel Korostil @@ -25158,7 +25268,7 @@ po/uk.po | 985 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 564 insertions(+), 421 deletions(-) + 1 file changed, 564 insertions(+), 421 deletions(-) commit 2478a51afb098292194aa3825132c5ad52c211e7 Author: Jorge González @@ -25167,8 +25277,8 @@ Updated Spanish translation po/es.po | 92 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 47 insertions(+), 45 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 47 insertions(+), 45 deletions(-) commit ae98a6de35c6fc05895d2be17c3f3a047f803f56 Author: Guillaume Desmottes @@ -25177,7 +25287,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cedddaf2017b184abd2146f7cdb46c285ef5ee0c Author: Guillaume Desmottes @@ -25211,7 +25321,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=642087 libempathy/empathy-chatroom-manager.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 0b5aebd734f0a4759d2c8c5438830c372638fb70 Author: Fran Diéguez @@ -25221,7 +25331,7 @@ po/gl.po | 698 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 408 insertions(+), 290 deletions(-) + 1 file changed, 408 insertions(+), 290 deletions(-) commit 514c6109204c180fa7fc79581058f6dc8156a99e Author: Guillaume Desmottes @@ -25231,7 +25341,7 @@ (#649735) libempathy-gtk/empathy-chat.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 7f6a15ff9f7eff608e4208ff99725eb8cd543d66 Author: Guillaume Desmottes @@ -25243,7 +25353,7 @@ We are generally using "contact list" instead of "roster". (#649734) data/org.gnome.Empathy.gschema.xml.in | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 7f4901b8677aeb0235b99acf2130eb5407f93b4d Author: Guillaume Desmottes @@ -25252,7 +25362,7 @@ add a translation comment explaining the 'Provide' string (#649492) src/empathy-notifications-approver.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 9cd96631aadd370af208741905d7b90eac93907c Author: Yaron Shahrabani @@ -25262,7 +25372,7 @@ po/he.po | 873 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 500 insertions(+), 373 deletions(-) + 1 file changed, 500 insertions(+), 373 deletions(-) commit 5324df2fe08ece901d34271afc56ac41e5100fbf Author: Chandni Verma @@ -25272,7 +25382,7 @@ libempathy/empathy-tp-chat.c | 3 +++ src/empathy-chat-window.c | 15 ++++++++++++++- - 2 files changed, 17 insertions(+), 1 deletions(-) + 2 files changed, 17 insertions(+), 1 deletion(-) commit ebd45e55f663e1c1e7bbadce2c910c0a8063e622 Author: Jorge González @@ -25282,7 +25392,7 @@ po/es.po | 569 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 304 insertions(+), 265 deletions(-) + 1 file changed, 304 insertions(+), 265 deletions(-) commit 0a42a790212981b6740b2c93da647c835bddf25d Author: Chandni Verma @@ -25292,7 +25402,7 @@ main window Room menu src/empathy-main-window.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 9dbdbe692285c70d2b2bf713f2b21b156a87055c Author: Chandni Verma @@ -25319,7 +25429,7 @@ po/es.po | 167 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 92 insertions(+), 75 deletions(-) + 1 file changed, 92 insertions(+), 75 deletions(-) commit 3aca984088136430b8f54b16e5f1bed1e891c6d1 Author: Gabor Kelemen @@ -25347,7 +25457,7 @@ for reporting. src/empathy-main-window.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 05c9e6264afc59d72d824f19ca18f902dbd61cae Author: Xavier Claessens @@ -25361,7 +25471,7 @@ libempathy-gtk/empathy-theme-adium.c | 339 +++++++++++++--------------------- - 1 files changed, 131 insertions(+), 208 deletions(-) + 1 file changed, 131 insertions(+), 208 deletions(-) commit cf10975ad04b36d408ae1615de570b5b0df52cf9 Author: Guillaume Desmottes @@ -25372,7 +25482,7 @@ We need it for TP_ERROR_STR_INSUFFICIENT_BALANCE. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 822b3b6e0a5d781cbe0ff024eed6c8b8dace6526 Merge: c698741 90d1301 @@ -25421,7 +25531,7 @@ Add a tooltip to the sending message spinner src/empathy-chat-window.c | 17 +++++++++++------ - 1 files changed, 11 insertions(+), 6 deletions(-) + 1 file changed, 11 insertions(+), 6 deletions(-) commit 24e6b10a9c1795964f0e6e80e074eff24344f64b Author: Danielle Madeley @@ -25430,7 +25540,7 @@ Fix broken logic that caused delivery report spinner to spin forever libempathy/empathy-tp-chat.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit 3e22736f0211a0bb668218243bc4764435f62a58 Author: Danielle Madeley @@ -25440,7 +25550,7 @@ being sent src/empathy-chat-window.c | 33 +++++++++++++++++++++++++++++++++ - 1 files changed, 33 insertions(+), 0 deletions(-) + 1 file changed, 33 insertions(+) commit 4f37d474725cd006eb627e10349e0361ce9a7b29 Author: Danielle Madeley @@ -25450,8 +25560,8 @@ libempathy-gtk/empathy-chat.c | 44 +++++++++++++++++++++++++++++++++++++++++ - libempathy-gtk/empathy-chat.h | 2 + - 2 files changed, 46 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-chat.h | 2 ++ + 2 files changed, 46 insertions(+) commit 1f46d6c5aa319ea7b81c29dcd08a0c7eb40d5789 Author: Danielle Madeley @@ -25463,7 +25573,7 @@ libempathy/empathy-tp-chat.c | 81 ++++++++++++++++++++++++++++++++++++++++-- - libempathy/empathy-tp-chat.h | 6 +++ + libempathy/empathy-tp-chat.h | 6 ++++ 2 files changed, 84 insertions(+), 3 deletions(-) commit b0aaacf05d0b46ca53f3b6b9f2dd0565cea0f5d0 @@ -25473,8 +25583,8 @@ Use dbus-error from delivery report for better errors libempathy-gtk/empathy-chat.c | 52 - ++++++++++++++++++++++++---------------- - libempathy/empathy-tp-chat.c | 12 ++++++--- + ++++++++++++++++++++++++----------------- + libempathy/empathy-tp-chat.c | 12 ++++++---- 2 files changed, 39 insertions(+), 25 deletions(-) commit 90d1301153a574f9d3ac986783efa6b96ebb2f57 @@ -25484,7 +25594,7 @@ Change the menu to say "Credit Balance" src/empathy-main-window.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8b7ca3f8fc98f353c439841efbf6951e86ad45a7 Author: Danielle Madeley @@ -25493,7 +25603,7 @@ Update balance view in roster per feedback src/empathy-main-window.c | 39 +++++++++++++++++++++++++-------------- - 1 files changed, 25 insertions(+), 14 deletions(-) + 1 file changed, 25 insertions(+), 14 deletions(-) commit 49af530a5bfa17173e28a7b706c5e68117c2cd21 Author: Danielle Madeley @@ -25502,7 +25612,7 @@ Change menu string to "Top up My Account ($1.23)..." src/empathy-main-window.c | 22 ++++++++++++++-------- - 1 files changed, 14 insertions(+), 8 deletions(-) + 1 file changed, 14 insertions(+), 8 deletions(-) commit ceeeac4a2c95f89e4ed4042e9e0795786c94fb82 Author: Danielle Madeley @@ -25511,7 +25621,7 @@ Update formatting for NOK libempathy/empathy-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0ba165de9aecc194985de7c6c938b69360e9c3a3 Author: Danielle Madeley @@ -25520,7 +25630,7 @@ The icon needs to be set as "icon-name" not "stock-id" src/empathy-main-window.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit a3efb63e796880a945daa81be60c77df8a610f95 Author: Danielle Madeley @@ -25529,7 +25639,7 @@ Fill out empathy_format_currency() with more currencies libempathy/empathy-utils.c | 17 +++++++++-------- - 1 files changed, 9 insertions(+), 8 deletions(-) + 1 file changed, 9 insertions(+), 8 deletions(-) commit f8c157d0188f3c8244b74d4d07fc4f85b7ef1079 Author: Danielle Madeley @@ -25548,7 +25658,7 @@ 'spacing' is an object property, not a child property of the packing src/empathy-main-window.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4786fdc5f4424c88c7fcaad5357f42a27c4e24ad Author: Danielle Madeley @@ -25574,7 +25684,7 @@ src/empathy-main-window.c | 53 +++++++++++++++++++++++++++++++++++++++++++- - src/empathy-main-window.ui | 19 +++++++++++++-- + src/empathy-main-window.ui | 19 +++++++++++++--- 2 files changed, 68 insertions(+), 4 deletions(-) commit 4f128d19a94c2315db1bab800be93d97e6033b72 @@ -25584,8 +25694,8 @@ Factor out main_window_setup_balance_create_action() src/empathy-main-window.c | 66 - +++++++++++++++++++++++++++----------------- - 1 files changed, 40 insertions(+), 26 deletions(-) + +++++++++++++++++++++++++++------------------ + 1 file changed, 40 insertions(+), 26 deletions(-) commit c26345ba2beb3957327810e201a9f71097910738 Author: Danielle Madeley @@ -25595,7 +25705,7 @@ src/empathy-main-window.c | 43 +++++++++++++++++++++++++++++-------------- - 1 files changed, 29 insertions(+), 14 deletions(-) + 1 file changed, 29 insertions(+), 14 deletions(-) commit 0892b114ee4fd20559fb0c613c7c145c8bedbc9d Author: Danielle Madeley @@ -25604,7 +25714,7 @@ Remove balance from menu when account is disconnected src/empathy-main-window.c | 36 ++++++++++++++++++++++++++++++++---- - 1 files changed, 32 insertions(+), 4 deletions(-) + 1 file changed, 32 insertions(+), 4 deletions(-) commit 416da629fa9a0e9293b811d36547b0b189b6e13d Author: Danielle Madeley @@ -25623,7 +25733,7 @@ src/empathy-main-window.c | 197 ++++++++++++++++++++++++++++++++++++++++++++ src/empathy-main-window.ui | 2 + - 2 files changed, 199 insertions(+), 0 deletions(-) + 2 files changed, 199 insertions(+) commit 1cc68d03a0339cf5f31fabb308b3f1cd9bdb9272 Author: Danielle Madeley @@ -25642,8 +25752,8 @@ libempathy/empathy-utils.c | 74 ++++++++++++++++++++++++++++++++++++++++++++ - libempathy/empathy-utils.h | 2 + - 2 files changed, 76 insertions(+), 0 deletions(-) + libempathy/empathy-utils.h | 2 ++ + 2 files changed, 76 insertions(+) commit 0fda59487b536e49bfcec7ab1ee6e9c6d7b6f306 Author: Danielle Madeley @@ -25677,7 +25787,7 @@ libempathy-gtk/empathy-new-message-dialog.c | 65 ++++++++++++++++++++++++++- - 1 files changed, 63 insertions(+), 2 deletions(-) + 1 file changed, 63 insertions(+), 2 deletions(-) commit 73220cb660bf75ac0c57f46ca514146cfa091e4f Author: Danielle Madeley @@ -25687,7 +25797,7 @@ libempathy-gtk/empathy-contact-selector-dialog.c | 25 +++++++++++++++++++++- - 1 files changed, 24 insertions(+), 1 deletions(-) + 1 file changed, 24 insertions(+), 1 deletion(-) commit 537eb8711fdac7dc78c047b390fc65ab424bd0d3 Author: Danielle Madeley @@ -25696,8 +25806,8 @@ Add an SMS button to the new-message dialog libempathy-gtk/empathy-new-message-dialog.c | 43 - ++++++++++++++++++++++++-- - 1 files changed, 39 insertions(+), 4 deletions(-) + ++++++++++++++++++++++++--- + 1 file changed, 39 insertions(+), 4 deletions(-) commit 2411c0bc8accdfe6ff38cca5510c79f0f56abd8f Author: Danielle Madeley @@ -25707,7 +25817,7 @@ the channel libempathy/empathy-tp-chat.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 8d16f171e0e256e0d8c954c7deb7c410e8e66465 Author: Danielle Madeley @@ -25716,7 +25826,7 @@ Add "(SMS)" to the tab name for SMS channels libempathy-gtk/empathy-chat.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 385dc5af3c16b6de75d92b989585e44f953967f6 Author: Danielle Madeley @@ -25730,10 +25840,10 @@ the commit to check carefully for new leaks :) - libempathy-gtk/empathy-chat.c | 8 +++--- + libempathy-gtk/empathy-chat.c | 8 ++++---- libempathy-gtk/empathy-chat.h | 2 +- src/empathy-chat-window.c | 42 - +++++++++++++++++++++++++++------------- + +++++++++++++++++++++++++++-------------- 3 files changed, 33 insertions(+), 19 deletions(-) commit 19ff66754d0afc6ef10fffba319c781dfc9d0ec9 @@ -25743,7 +25853,7 @@ Add "SMS:" to the tooltip src/empathy-chat-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit a0069b64b55bd239eb7d4678fb9792b1359210dc Author: Danielle Madeley @@ -25752,7 +25862,7 @@ Set EMPATHY_IMAGE_SMS on sms channels src/empathy-chat-window.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 6a5fd794b64d48898c3b941b64c6431f55419939 Author: Danielle Madeley @@ -25761,8 +25871,8 @@ Add sms-channel property to empathy-chat libempathy-gtk/empathy-chat.c | 46 - +++++++++++++++++++++++++++++++++++++++- - libempathy-gtk/empathy-chat.h | 2 + + +++++++++++++++++++++++++++++++++++++++-- + libempathy-gtk/empathy-chat.h | 2 ++ 2 files changed, 46 insertions(+), 2 deletions(-) commit 8af3231ae3260e40bc327567540a0a3a76dce5b1 @@ -25773,8 +25883,8 @@ libempathy/empathy-tp-chat.c | 77 ++++++++++++++++++++++++++++++++++++++++++ - libempathy/empathy-tp-chat.h | 2 + - 2 files changed, 79 insertions(+), 0 deletions(-) + libempathy/empathy-tp-chat.h | 2 ++ + 2 files changed, 79 insertions(+) commit b41c1f0e4b8277feee45703d283591adaed6305b Author: Chandni Verma @@ -25785,7 +25895,7 @@ libempathy-gtk/empathy-individual-menu.c | 2 +- libempathy/empathy-request-util.c | 55 - +++++++++++++++++------------ + +++++++++++++++++------------- libempathy/empathy-request-util.h | 5 +++ 3 files changed, 38 insertions(+), 24 deletions(-) @@ -25800,8 +25910,8 @@ ++++++++++++++++++++++++++++++ libempathy-gtk/empathy-individual-menu.h | 5 ++- libempathy/empathy-contact.c | 21 ++++++++++ - libempathy/empathy-contact.h | 3 + - 5 files changed, 94 insertions(+), 1 deletions(-) + libempathy/empathy-contact.h | 3 ++ + 5 files changed, 94 insertions(+), 1 deletion(-) commit 77fab8ebc60ce2625c4f449cde6296b25b10b05d Author: Daniel Mustieles @@ -25810,7 +25920,7 @@ Updated Spanish translation po/es.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e589a87b20c200748226195090d4b0a89ae631eb Author: Daniel Mustieles @@ -25819,7 +25929,7 @@ Updated Spanish translation po/es.po | 22 ++++++++++++---------- - 1 files changed, 12 insertions(+), 10 deletions(-) + 1 file changed, 12 insertions(+), 10 deletions(-) commit f758b26e3d8bbc6ca348ce4de99b95547745a374 Author: Daniel Mustieles @@ -25829,7 +25939,7 @@ po/es.po | 100 +++++++++++++++++++++++++++++++++++++++++++++----------------- - 1 files changed, 73 insertions(+), 27 deletions(-) + 1 file changed, 73 insertions(+), 27 deletions(-) commit 3eef7be07ed7873e1f95571082eb6c2319e0b9b3 Author: Xavier Claessens @@ -25840,7 +25950,7 @@ Fixes bug #649367 libempathy-gtk/empathy-theme-adium.c | 22 +++++++++++++++------- - 1 files changed, 15 insertions(+), 7 deletions(-) + 1 file changed, 15 insertions(+), 7 deletions(-) commit d26565223775beb169f46c315f8c09d1de0b85da Author: Xavier Claessens @@ -25857,7 +25967,7 @@ This also prepare needed API to select other variants libempathy-gtk/empathy-theme-adium.c | 216 - +++++++++++++++++++++++++-------- + +++++++++++++++++++++++++--------- libempathy-gtk/empathy-theme-adium.h | 3 + 2 files changed, 166 insertions(+), 53 deletions(-) @@ -25869,7 +25979,7 @@ po/nb.po | 623 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 348 insertions(+), 275 deletions(-) + 1 file changed, 348 insertions(+), 275 deletions(-) commit 06abfe6cfc83b0355403ee7d5ccc45afc2d3b43d Author: Daniel Mustieles @@ -25878,8 +25988,8 @@ Updated Spanish translation po/es.po | 113 - ++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 56 insertions(+), 57 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 56 insertions(+), 57 deletions(-) commit a4c37d0cbf7030206a31a9eee838ae8b0d3f13d3 Author: Guillaume Desmottes @@ -25901,7 +26011,7 @@ src/empathy-chat-manager.c | 8 -------- src/empathy-chat-manager.h | 2 -- - 2 files changed, 0 insertions(+), 10 deletions(-) + 2 files changed, 10 deletions(-) commit 74c8015453317b0084bdac8a22e6974e2af0865d Author: Xavier Claessens @@ -25911,7 +26021,7 @@ Fixes bug #541438 - src/empathy-preferences.c | 250 ++++++--- + src/empathy-preferences.c | 250 +++++--- src/empathy-preferences.ui | 1427 ++++++++++++++++++++++++-------------------- 2 files changed, 965 insertions(+), 712 deletions(-) @@ -25928,7 +26038,7 @@ libempathy-gtk/empathy-theme-manager.c | 89 ++++++++++++++++++++++++++++---- - 1 files changed, 79 insertions(+), 10 deletions(-) + 1 file changed, 79 insertions(+), 10 deletions(-) commit af9137e60f178bcc5fe039c64ea5e7a762ffcc62 Author: Xavier Claessens @@ -25938,7 +26048,7 @@ libempathy-gtk/empathy-theme-adium.c | 32 +++++++++++++++++++++----------- - 1 files changed, 21 insertions(+), 11 deletions(-) + 1 file changed, 21 insertions(+), 11 deletions(-) commit 9c9775421d361b2f615bb06a7e9286bfeb912da0 Author: Xavier Claessens @@ -25947,7 +26057,7 @@ Adium: Events must be queued until the Template.html loaded libempathy-gtk/empathy-theme-adium.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 7aa2b0f9959c05bd4c361cd582438fd92e9229e4 Author: Xavier Claessens @@ -25956,7 +26066,7 @@ Adium: Mark autoreply message libempathy-gtk/empathy-theme-adium.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 1a3795ae51d0d0539a8a4ab267e743811d9ce75c Author: Xavier Claessens @@ -25965,7 +26075,7 @@ Adium: highlight messages starting with our name libempathy-gtk/empathy-theme-adium.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 0a23e2154b658e2093980e299045fdcc92feabd2 Author: Muhammet Kara @@ -25974,8 +26084,8 @@ Updated Turkish translation po/tr.po | 112 - ++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 55 insertions(+), 57 deletions(-) + ++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 55 insertions(+), 57 deletions(-) commit b71596cf3baf4852ec2bae3ce0fdab236e98d3cc Author: Xavier Claessens @@ -25984,7 +26094,7 @@ Depend on stable release of glib 2.28.0 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e3a4b93a1e7ec0fd3aa87818189bd87710645257 Author: Xavier Claessens @@ -25993,7 +26103,7 @@ Fix crash if contact_id is NULL when selecting its color libempathy-gtk/empathy-theme-adium.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit e9ef0cff07611187f2230b08e396fc1637e14ec8 Author: Xavier Claessens @@ -26002,7 +26112,7 @@ Adium: Temporally disable scrolling when appending backlog libempathy-gtk/empathy-theme-adium.c | 16 +++++++++++----- - 1 files changed, 11 insertions(+), 5 deletions(-) + 1 file changed, 11 insertions(+), 5 deletions(-) commit 28e020cf508280879d2a7b8ea3ceec878f5c381b Author: Xavier Claessens @@ -26012,7 +26122,7 @@ data/Template.html | 354 +++++++++++++++++++++++++++++++++++++++------------- - 1 files changed, 269 insertions(+), 85 deletions(-) + 1 file changed, 269 insertions(+), 85 deletions(-) commit 9c19838a24ca1085a5b77f40eb29bcd1b6597221 Author: Guillaume Desmottes @@ -26021,7 +26131,7 @@ coding style fix libempathy-gtk/empathy-theme-adium.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d4250dd038f2c7f5556c7b564f011de8e210e1c3 Author: Guillaume Desmottes @@ -26030,7 +26140,7 @@ POTFILES.in: add libempathy-gtk/empathy-search-bar.c po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 715bb21b4598091c2dac0ebf94b3d744056d01e6 Author: Guillaume Desmottes @@ -26040,7 +26150,7 @@ libempathy-gtk/empathy-theme-adium.c | 33 +++++++++++++++++++++++++++++++-- - 1 files changed, 31 insertions(+), 2 deletions(-) + 1 file changed, 31 insertions(+), 2 deletions(-) commit fdae42d539623655e9e496c80392164bc3c0f263 Author: Xavier Claessens @@ -26052,7 +26162,7 @@ libempathy-gtk/empathy-theme-adium.c | 120 +++++++++++++++++++++++----------- - 1 files changed, 81 insertions(+), 39 deletions(-) + 1 file changed, 81 insertions(+), 39 deletions(-) commit bc609ea14a874a1ef9c66747ce118228c9fb0a65 Author: Xavier Claessens @@ -26061,7 +26171,7 @@ Fix a crash if replacement is NULL libempathy-gtk/empathy-theme-adium.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 4b846aa7efc67f6e01f2e4344d8da0a298d172b8 Author: Guillaume Desmottes @@ -26071,7 +26181,7 @@ the cache before creating new pixbuf libempathy-gtk/empathy-individual-store.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit ee02e3e2da01c356c6883fa51b2d5cf1cac7318c Author: Guillaume Desmottes @@ -26081,7 +26191,7 @@ empathy_pixbuf_from_icon_name src/empathy-main-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 7078e93bbcd562175248a8fdf752f2fa92f1171c Author: Guillaume Desmottes @@ -26105,7 +26215,7 @@ libempathy-gtk/empathy-individual-view.c | 53 +++++++++++++++++++++++++++--- - 1 files changed, 48 insertions(+), 5 deletions(-) + 1 file changed, 48 insertions(+), 5 deletions(-) commit 5ead12fb5b53cea0c8a97e8f101e2d729ca47282 Author: Fran Diéguez @@ -26114,8 +26224,8 @@ Updated galician translations po/gl.po | 593 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 311 insertions(+), 282 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 311 insertions(+), 282 deletions(-) commit d8f9882180f0b1b8579a88e0c96a9b52895ab1a0 Author: Marek Černocký @@ -26125,7 +26235,7 @@ po/cs.po | 661 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 342 insertions(+), 319 deletions(-) + 1 file changed, 342 insertions(+), 319 deletions(-) commit c85766cdb415b34c85f292573b46000d6f592487 Author: Matej Urbančič @@ -26135,7 +26245,7 @@ po/sl.po | 605 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 316 insertions(+), 289 deletions(-) + 1 file changed, 316 insertions(+), 289 deletions(-) commit 6f6b46ec60bd4492024c38a0e7a6301ccb880e2a Author: Daniel Mustieles @@ -26145,7 +26255,7 @@ po/es.po | 364 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 193 insertions(+), 171 deletions(-) + 1 file changed, 193 insertions(+), 171 deletions(-) commit 5360a078c1b0d1e80a031fab38b865144447080d Author: Xavier Claessens @@ -26172,7 +26282,7 @@ libempathy-gtk/empathy-theme-adium.c | 162 ++++++++++++++++++++++++++-------- - 1 files changed, 123 insertions(+), 39 deletions(-) + 1 file changed, 123 insertions(+), 39 deletions(-) commit 898327a20db060ddcedde2e85757c952c08dbef3 Author: Guillaume Desmottes @@ -26183,7 +26293,7 @@ We don't care about GTK+2 compatibility any more. src/empathy-chat-window.c | 15 +++------------ - 1 files changed, 3 insertions(+), 12 deletions(-) + 1 file changed, 3 insertions(+), 12 deletions(-) commit bc3746dd1bb352d54542d662846273491fa869e2 Author: Muhammet Kara @@ -26193,7 +26303,7 @@ po/tr.po | 400 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 214 insertions(+), 186 deletions(-) + 1 file changed, 214 insertions(+), 186 deletions(-) commit 3e34b40f5a2ce026187c2e9c8316f1b255c193e9 Author: Will Thompson @@ -26206,7 +26316,7 @@ Reviewed-by: Guillaume Desmottes libempathy-gtk/empathy-contact-list-store.c | 10 ++++------ - 1 files changed, 4 insertions(+), 6 deletions(-) + 1 file changed, 4 insertions(+), 6 deletions(-) commit 4b33bdcdb42169a0e38c4a21b07deb6a4d8dcc93 Author: Abduxukur Abdurixit @@ -26216,7 +26326,7 @@ po/ug.po | 272 ++++++++++++++++++-------------------------------------------- - 1 files changed, 77 insertions(+), 195 deletions(-) + 1 file changed, 77 insertions(+), 195 deletions(-) commit e958f2457d7c4f9b51422cb10a658cc8a5756a13 Author: Sira Nokyoongtong @@ -26226,7 +26336,7 @@ po/th.po | 2317 ++++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 1573 insertions(+), 744 deletions(-) + 1 file changed, 1573 insertions(+), 744 deletions(-) commit 4d4d074747c78b34394af9931d241f087c720f7f Author: Abduxukur Abdurixit @@ -26236,7 +26346,7 @@ po/ug.po | 1563 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 845 insertions(+), 718 deletions(-) + 1 file changed, 845 insertions(+), 718 deletions(-) commit 1af5e4df56d4be49a4f79fe614adf5016a28170c Author: Guillaume Desmottes @@ -26246,7 +26356,7 @@ available (#648372) src/empathy-account-assistant.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit bf973005c4dde610ecdf7d9e1207e602128ed48f Author: Arash Mousavi @@ -26256,7 +26366,7 @@ po/fa.po | 1048 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 597 insertions(+), 451 deletions(-) + 1 file changed, 597 insertions(+), 451 deletions(-) commit 6553d96b15dde13d30ed25f0c302c21f3c72bcce Author: Guillaume Desmottes @@ -26266,7 +26376,7 @@ libempathy-gtk/empathy-account-widget.c | 158 +------------------------------ - 1 files changed, 2 insertions(+), 156 deletions(-) + 1 file changed, 2 insertions(+), 156 deletions(-) commit 6df860aee0936c9bc903420c490a312dd6e3207e Author: Danielle Madeley @@ -26275,7 +26385,7 @@ Remove enabled toggle from account-widget libempathy-gtk/empathy-account-widget.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit aab7e0e7a78708663fd75baddfd7bd2b06251257 Author: Guillaume Desmottes @@ -26284,7 +26394,7 @@ don't display the enable switch if account is restricted src/empathy-accounts-dialog.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 9de3622a5e8e94005b2d2c782486822459690e2c Author: Guillaume Desmottes @@ -26293,7 +26403,7 @@ use a GtkSwitch instead of MX switch src/empathy-accounts-dialog.c | 19 +++++++++---------- - 1 files changed, 9 insertions(+), 10 deletions(-) + 1 file changed, 9 insertions(+), 10 deletions(-) commit 4d9b2abd1374653c7fa88cc1edc30438dcf0ba8f Author: Danielle Madeley @@ -26303,7 +26413,7 @@ src/empathy-accounts-dialog.c | 63 +++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 63 insertions(+), 0 deletions(-) + 1 file changed, 63 insertions(+) commit 83f3f9dc6adf394915c7da8a1da16c127ea6a10d Author: Guillaume Desmottes @@ -26313,7 +26423,7 @@ libempathy-gtk/empathy-location-manager.c | 29 ++++++++++------------------- - 1 files changed, 10 insertions(+), 19 deletions(-) + 1 file changed, 10 insertions(+), 19 deletions(-) commit 2f5f9eb6d3d4185f9a20c158567ccdd969df52d9 Author: Guillaume Desmottes @@ -26334,7 +26444,7 @@ libempathy-gtk/empathy-location-manager.c | 34 ----------------------------- - 1 files changed, 0 insertions(+), 34 deletions(-) + 1 file changed, 34 deletions(-) commit 108817b949df863a7c17748587dbccc9b313ba16 Author: Guillaume Desmottes @@ -26343,8 +26453,8 @@ location_manager_dispose: use tp_clear_* libempathy-gtk/empathy-location-manager.c | 41 - ++++------------------------ - 1 files changed, 6 insertions(+), 35 deletions(-) + +++++------------------------ + 1 file changed, 6 insertions(+), 35 deletions(-) commit 35722b1439baba701f5ba99ea8c3b956e7dda157 Author: Piotr Drąg @@ -26354,7 +26464,7 @@ po/pl.po | 325 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 166 insertions(+), 159 deletions(-) + 1 file changed, 166 insertions(+), 159 deletions(-) commit bdea54f59e52ebeaa0743674aa5998636f26a241 Merge: 9d9cfc0 eb6ab43 @@ -26370,7 +26480,7 @@ chat_text_view_append_timestamp: use empathy_time_to_string_utc() libempathy-gtk/empathy-chat-text-view.c | 6 +----- - 1 files changed, 1 insertions(+), 5 deletions(-) + 1 file changed, 1 insertion(+), 5 deletions(-) commit 92af7e9f7c5f114963299fcf53b48b4ed86a2f7b Author: Guillaume Desmottes @@ -26383,16 +26493,16 @@ libempathy-gtk/empathy-contact-widget.c | 6 +-- libempathy-gtk/empathy-individual-widget.c | 6 +-- libempathy-gtk/empathy-location-manager.c | 17 +++---- - libempathy-gtk/empathy-theme-adium.c | 6 +- + libempathy-gtk/empathy-theme-adium.c | 6 +-- libempathy-gtk/empathy-theme-boxes.c | 2 +- libempathy/empathy-ft-handler.c | 4 +- libempathy/empathy-message.c | 18 +++---- libempathy/empathy-message.h | 2 +- libempathy/empathy-time.c | 76 +++++++++++++++++----------- - libempathy/empathy-time.h | 8 ++-- + libempathy/empathy-time.h | 8 +-- libempathy/empathy-tp-file.c | 2 +- - src/empathy-map-view.c | 14 ++++-- + src/empathy-map-view.c | 14 +++-- 14 files changed, 110 insertions(+), 96 deletions(-) commit 2d1ca4e5b9f7fdff7b1ea2d4fc31828d7dbbbae8 @@ -26403,8 +26513,8 @@ libempathy/empathy-time.c | 50 --------------------------------------------- - libempathy/empathy-time.h | 2 - - 2 files changed, 0 insertions(+), 52 deletions(-) + libempathy/empathy-time.h | 2 -- + 2 files changed, 52 deletions(-) commit e3eb2f9d11ae3cc274c9d020dca0306fde07f783 Author: Guillaume Desmottes @@ -26424,7 +26534,7 @@ timestamps. libempathy/empathy-message.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 52d369333daea849d6119f4aee80007d9c659652 Author: Guillaume Desmottes @@ -26434,7 +26544,7 @@ message is created libempathy/empathy-message.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 9d9cfc021b05fe9afbe8769d6e0c289cf1dc9734 Author: Guillaume Desmottes @@ -26448,7 +26558,7 @@ (as Haze for example). (#647641) src/empathy-accounts-dialog.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit c97c920a473ac08460f3869db70a6bb829c9317d Author: Guillaume Desmottes @@ -26457,7 +26567,7 @@ use the TpChannel:chat-state-changed signal libempathy/empathy-tp-chat.c | 11 ++++------- - 1 files changed, 4 insertions(+), 7 deletions(-) + 1 file changed, 4 insertions(+), 7 deletions(-) commit d12280ac153d2b16b2a6a7181ebc5fa4c9300408 Author: Guillaume Desmottes @@ -26467,7 +26577,7 @@ libempathy/empathy-tp-chat.c | 75 ++++++++++++++++++++++++++++-------------- - 1 files changed, 50 insertions(+), 25 deletions(-) + 1 file changed, 50 insertions(+), 25 deletions(-) commit f3b23695b79b4eee34619e36c9f7c37160674de5 Author: Cosimo Cecchi @@ -26485,7 +26595,7 @@ src/empathy-preferences.ui | 86 ++++++++++++++++++++++---------------------- - 1 files changed, 43 insertions(+), 43 deletions(-) + 1 file changed, 43 insertions(+), 43 deletions(-) commit 1f28f03c2d9765928df41bd5309ac58cfca45229 Author: Guillaume Desmottes @@ -26495,7 +26605,7 @@ libempathy/empathy-tp-chat.c | 40 +++++++++++++++++----------------------- - 1 files changed, 17 insertions(+), 23 deletions(-) + 1 file changed, 17 insertions(+), 23 deletions(-) commit 4cda099c0f5715355829e7ead5b272eb2465a3c0 Author: Guillaume Desmottes @@ -26528,7 +26638,7 @@ libempathy-gtk/empathy-chat.c | 19 +++++++----- libempathy/empathy-tp-chat.c | 65 - +++++++++++++++++++++++++++------------- + ++++++++++++++++++++++++++++------------- libempathy/empathy-tp-chat.h | 2 +- 3 files changed, 56 insertions(+), 30 deletions(-) @@ -26539,7 +26649,7 @@ chat_send_error_cb: don't display the message if it's NULL libempathy-gtk/empathy-chat.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit e311aa90b3aad5822ddc4a4c040162dea65dea68 Author: Philip Withnall @@ -26552,7 +26662,7 @@ Closes: bgo#647056 libempathy-gtk/empathy-individual-view.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 2af2286eb763f631624db953679c1cba28ff91d7 Author: Guillaume Desmottes @@ -26573,7 +26683,7 @@ empathy-message: add missing getter/setter libempathy/empathy-message.c | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + 1 file changed, 18 insertions(+) commit fde2bece1e5729ce6907f22a6ae48bb3d1eccab4 Author: Guillaume Desmottes @@ -26582,7 +26692,7 @@ use TpTextChannel:message-sent libempathy/empathy-tp-chat.c | 32 +++++++++++++++----------------- - 1 files changed, 15 insertions(+), 17 deletions(-) + 1 file changed, 15 insertions(+), 17 deletions(-) commit c94106860671d6d7d522d93235727e746c10de07 Author: Guillaume Desmottes @@ -26591,8 +26701,8 @@ use TpTextChannel:message-received libempathy/empathy-tp-chat.c | 52 - ++++++++++++++++++++--------------------- - 1 files changed, 25 insertions(+), 27 deletions(-) + ++++++++++++++++++++---------------------- + 1 file changed, 25 insertions(+), 27 deletions(-) commit 29ba2de90301c925a95214af450f6a0dae4867c7 Author: Guillaume Desmottes @@ -26602,7 +26712,7 @@ libempathy/empathy-tp-chat.c | 91 ++++++++++++++++-------------------------- - 1 files changed, 34 insertions(+), 57 deletions(-) + 1 file changed, 34 insertions(+), 57 deletions(-) commit ddcc4fc3969c7eb60af1a298a8619d1bb0359a83 Author: Guillaume Desmottes @@ -26635,7 +26745,7 @@ po/he.po | 447 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 229 insertions(+), 218 deletions(-) + 1 file changed, 229 insertions(+), 218 deletions(-) commit 701b2d42aeb5175ee1713cdc5346e4be6ca3c02f Merge: c2cd5ba 8160b75 @@ -26652,7 +26762,7 @@ NM_STATE_ASLEEP (#647793) libempathy/empathy-connectivity.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c2cd5bafc71297d80eff48708750b2a4a419b671 Author: Nguyễn Thái Ngọc Duy @@ -26661,7 +26771,7 @@ Updated Vietnamese translation po/vi.po | 22 +++++++++++----------- - 1 files changed, 11 insertions(+), 11 deletions(-) + 1 file changed, 11 insertions(+), 11 deletions(-) commit 45800f762da9457e8f4f72d9f23dcfea02bf5e97 Author: Nguyễn Thái Ngọc Duy @@ -26671,7 +26781,7 @@ po/vi.po | 760 +++++++++++++++++++++----------------------------------------- - 1 files changed, 260 insertions(+), 500 deletions(-) + 1 file changed, 260 insertions(+), 500 deletions(-) commit d2a6e841f9d9c4922c37305e5013b9fc884f250f Author: Youness Alaoui @@ -26683,7 +26793,7 @@ empathy thinks the CM doesn't support audio/video. libempathy/empathy-contact.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit ae01650e1c46d9856457d7cf657908acb3684913 Author: Daniel Martinez @@ -26692,8 +26802,8 @@ [l10n] Updated Argonesian translation po/an.po | 2048 - +++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 1175 insertions(+), 873 deletions(-) + +++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 1175 insertions(+), 873 deletions(-) commit acbd56b155b95df10b9bcb53618523bda3d561ba Author: Daniel Mustieles @@ -26703,7 +26813,7 @@ po/es.po | 443 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 226 insertions(+), 217 deletions(-) + 1 file changed, 226 insertions(+), 217 deletions(-) commit ceb451e3260ee114562f9f31324d1cd2206ba971 Author: Guillaume Desmottes @@ -26713,7 +26823,7 @@ src/empathy-ft-manager.c | 9 ++++++++- src/empathy-ft-manager.ui | 13 +++++++++++++ - 2 files changed, 21 insertions(+), 1 deletions(-) + 2 files changed, 21 insertions(+), 1 deletion(-) commit 53138664c59afe454c5d3ade01ae9c9a1d87193b Author: Guillaume Desmottes @@ -26722,7 +26832,7 @@ factor out close_window() src/empathy-ft-manager.c | 38 ++++++++++++++++++++++---------------- - 1 files changed, 22 insertions(+), 16 deletions(-) + 1 file changed, 22 insertions(+), 16 deletions(-) commit e02b5b2a9d3ae6cc0a27cb17b0969898d978d021 Author: Guillaume Desmottes @@ -26733,7 +26843,7 @@ This makes them more visible when using the Shell (#646061). src/empathy-notifications-approver.c | 16 +++++++--------- - 1 files changed, 7 insertions(+), 9 deletions(-) + 1 file changed, 7 insertions(+), 9 deletions(-) commit f4711fa5d39fe11f158e11d6499a352d824715df Author: Vitaly Minko @@ -26742,7 +26852,7 @@ Base the search bar on GtkToolbar instead of GtkHBox in order not to resize the chat window when we activate it (#614319). - libempathy-gtk/empathy-search-bar.c | 42 +++++++++ + libempathy-gtk/empathy-search-bar.c | 42 ++++++++++ libempathy-gtk/empathy-search-bar.ui | 152 +++++++++++++++++----------------- 2 files changed, 119 insertions(+), 75 deletions(-) @@ -26760,7 +26870,7 @@ the account which was selected when we started the call (#645586). libempathy-gtk/empathy-log-window.c | 29 +++++++++++++---------------- - 1 files changed, 13 insertions(+), 16 deletions(-) + 1 file changed, 13 insertions(+), 16 deletions(-) commit bd751c69ef2e0a9928b4853a8657e1cea376531e Author: Guillaume Desmottes @@ -26769,7 +26879,7 @@ emulate '/me' command if CM doesn't support Action messages (#622118) libempathy-gtk/empathy-chat.c | 28 ++++++++++++++++++++++++++-- - 1 files changed, 26 insertions(+), 2 deletions(-) + 1 file changed, 26 insertions(+), 2 deletions(-) commit ae37cca09e8af88c08d2ed16400c1860fd173f7c Author: Guillaume Desmottes @@ -26781,7 +26891,7 @@ libempathy/empathy-tp-chat.c | 10 ++++++++++ libempathy/empathy-tp-chat.h | 2 ++ - 2 files changed, 12 insertions(+), 0 deletions(-) + 2 files changed, 12 insertions(+) commit 048f70b95b6845759d64196b18ebe8ff7d4aba2b Author: Inaki Larranaga Murgoitio @@ -26790,7 +26900,7 @@ Updated Basque language po/eu.po | 41 +++++++++++++++++++++-------------------- - 1 files changed, 21 insertions(+), 20 deletions(-) + 1 file changed, 21 insertions(+), 20 deletions(-) commit af33f911c23b3f478f197088e5ff9ea861cbb442 Author: Bruno Brouard @@ -26799,8 +26909,8 @@ Updated French Doc Translation help/fr/fr.po | 141 - +++++++++++++++++++++++++++----------------------------- - 1 files changed, 68 insertions(+), 73 deletions(-) + ++++++++++++++++++++++++++++----------------------------- + 1 file changed, 68 insertions(+), 73 deletions(-) commit d7f6a39d2d12d9c66b94dfd58488b9c8f9aea35e Author: Philip Withnall @@ -26820,9 +26930,9 @@ Closes: bgo#646227 - libempathy-gtk/empathy-contact-list-view.c | 18 +------------ + libempathy-gtk/empathy-contact-list-view.c | 18 ++------------ libempathy-gtk/empathy-individual-view.c | 37 - ++++++++++++++++----------- + +++++++++++++++++----------- libempathy-gtk/empathy-persona-view.c | 28 ++++++++++++++------- 3 files changed, 43 insertions(+), 40 deletions(-) @@ -26881,7 +26991,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=645930 libempathy/empathy-auth-factory.c | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) + 1 file changed, 8 deletions(-) commit 0b0a93b600355d4c205c7777669ee5a42d5e9a3b Author: Guillaume Desmottes @@ -26890,7 +27000,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ee8f98a6e6f1e3e3dd0e6c8cfc29189f2b368b8b Author: Guillaume Desmottes @@ -26912,7 +27022,7 @@ Fixes bug #646691 libempathy/empathy-tls-verifier.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit edb212fe16edbfc8a563bb74c52f9bcf8e92f0d7 Author: Mattias Põldaru @@ -26921,7 +27031,7 @@ [l10n] Updated Estonian translation po/et.po | 13 ++++++++++--- - 1 files changed, 10 insertions(+), 3 deletions(-) + 1 file changed, 10 insertions(+), 3 deletions(-) commit 94c471284d48d0a76aa91bf685474ffb8afd9f82 Author: Baris Cicek @@ -26931,7 +27041,7 @@ po/tr.po | 3552 +++++++++++++++++++++++++++++++++++++++++++------------------- - 1 files changed, 2465 insertions(+), 1087 deletions(-) + 1 file changed, 2465 insertions(+), 1087 deletions(-) commit c4d472673077829a974c57f48bc9f6650adf42b0 Author: OKANO Takayoshi @@ -26941,7 +27051,7 @@ po/ja.po | 1720 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1041 insertions(+), 679 deletions(-) + 1 file changed, 1041 insertions(+), 679 deletions(-) commit 83a11e57bc0d48517ec933eb501345f9b4f32618 Author: Wolfgang Stöggl @@ -26951,7 +27061,7 @@ help/de/de.po | 790 +++++++++++++++++++++++++++++---------------------------- - 1 files changed, 404 insertions(+), 386 deletions(-) + 1 file changed, 404 insertions(+), 386 deletions(-) commit fae3a5b7cc32c9812ef19cdef16eb4af64e78c1b Author: Jordi Serratosa @@ -26961,7 +27071,7 @@ po/ca.po | 60 ++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 30 insertions(+), 30 deletions(-) + 1 file changed, 30 insertions(+), 30 deletions(-) commit f8a706890eb0e3e10151bbabb12a6b18ddcc6db0 Author: Wolfgang Stöggl @@ -26970,7 +27080,7 @@ [l10n] Updated German translation, umlauts fixed po/de.po | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit dd236139e7d5772268c4d9f930655e0d38a94238 Author: George Stefanakis @@ -26980,7 +27090,7 @@ po/el.po | 644 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 366 insertions(+), 278 deletions(-) + 1 file changed, 366 insertions(+), 278 deletions(-) commit 54efb4637d6e1d0ce4cf780a86c28406529f249b Author: Kenneth Nielsen @@ -26990,7 +27100,7 @@ po/da.po | 1734 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 1000 insertions(+), 734 deletions(-) + 1 file changed, 1000 insertions(+), 734 deletions(-) commit 5b43017b00397e024ea2dbf4a4dbf64b81a656f6 Author: Rodrigo Padula de Oliveira @@ -27000,7 +27110,7 @@ po/pt_BR.po | 1660 ++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 958 insertions(+), 702 deletions(-) + 1 file changed, 958 insertions(+), 702 deletions(-) commit 1fb1ef5c1caeda184312047b78da3aacf6e09d0a Author: Jorge González @@ -27009,7 +27119,7 @@ Updated Spanish translation help/es/es.po | 42 ++++++++++++++++++++++++++---------------- - 1 files changed, 26 insertions(+), 16 deletions(-) + 1 file changed, 26 insertions(+), 16 deletions(-) commit c81f08fb5baebdd855089f05828f1c68fbc74893 Author: Guillaume Desmottes @@ -27034,7 +27144,7 @@ libempathy-gtk/empathy-notify-manager.h | 1 + src/empathy-notifications-approver.c | 25 +++++++++++++++++++++++++ - 2 files changed, 26 insertions(+), 0 deletions(-) + 2 files changed, 26 insertions(+) commit dfc65cb90ac55e7b84a4213356dbaec9a6ec6b9a Author: Guillaume Desmottes @@ -27047,7 +27157,7 @@ buttons are displayed as well (#645932). src/empathy-notifications-approver.c | 25 +++++++++++++++++++++++++ - 1 files changed, 25 insertions(+), 0 deletions(-) + 1 file changed, 25 insertions(+) commit ae4b21495c6a89feab8733f5dcd0480e54f2a69d Author: Leonid Kanter @@ -27056,7 +27166,7 @@ applied patch from https://bugzilla.gnome.org/show_bug.cgi?id=645870 po/ru.po | 44 ++++++++++++++++++++++++++------------------ - 1 files changed, 26 insertions(+), 18 deletions(-) + 1 file changed, 26 insertions(+), 18 deletions(-) commit f572cd37d07e92fbe6e38136d537f5b2b35af519 Author: Nguyễn Thái Ngọc Duy @@ -27066,7 +27176,7 @@ po/vi.po | 676 ++++++++++++++++++++++++-------------------------------------- - 1 files changed, 264 insertions(+), 412 deletions(-) + 1 file changed, 264 insertions(+), 412 deletions(-) commit aeefb7d2d3923afde063e0b732b3fa4f2c601add Author: Nguyễn Thái Ngọc Duy @@ -27076,7 +27186,7 @@ po/vi.po | 3549 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 2356 insertions(+), 1193 deletions(-) + 1 file changed, 2356 insertions(+), 1193 deletions(-) commit 41e332ab54dfdc11e69eee80ca7e3041a89d9923 Author: Hendrik Richter @@ -27085,7 +27195,7 @@ Added translated German screenshots. help/de/de.po | 25 ++++++++++++------------- - 1 files changed, 12 insertions(+), 13 deletions(-) + 1 file changed, 12 insertions(+), 13 deletions(-) commit 264d6b3e2894e667a18c56eee25e881c7ff068fc Author: Hendrik Richter @@ -27094,7 +27204,7 @@ Added translated German screenshots. help/de/figures/empathy-main-window.png | Bin 8924 -> 49766 bytes - 1 files changed, 0 insertions(+), 0 deletions(-) + 1 file changed, 0 insertions(+), 0 deletions(-) commit d3222e8126fca4ea0a84c42fde7f847d9449ffe8 Author: Hendrik Richter @@ -27103,7 +27213,7 @@ Added translated German screenshots. help/de/figures/empathy-new-account.png | Bin 15901 -> 0 bytes - 1 files changed, 0 insertions(+), 0 deletions(-) + 1 file changed, 0 insertions(+), 0 deletions(-) commit b82b1b9889a2711a37c6c4470b27af069c65a5ff Author: Sweta Kothari @@ -27113,7 +27223,7 @@ po/gu.po | 1265 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 619 insertions(+), 646 deletions(-) + 1 file changed, 619 insertions(+), 646 deletions(-) commit 1088e62b5db25c12e1c850707d493ec571174317 Author: Mario Blättermann @@ -27123,7 +27233,7 @@ help/de/de.po | 656 ++++----------------------------------------------------- - 1 files changed, 43 insertions(+), 613 deletions(-) + 1 file changed, 43 insertions(+), 613 deletions(-) commit f2c42001e687fbdcbc0a1472a71165728d4313f6 Author: Shaun McCance @@ -27159,7 +27269,7 @@ po/eu.po | 188 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 88 insertions(+), 100 deletions(-) + 1 file changed, 88 insertions(+), 100 deletions(-) commit a67b3d4692546def274d7af1b41c498f19c1c9c4 Author: Guillaume Desmottes @@ -27177,7 +27287,7 @@ it and do making it look bad (#638951). src/empathy-chat-window.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 671e4e196414bd4bf7f25ef75458c118a93c4640 Author: Guillaume Desmottes @@ -27188,7 +27298,7 @@ If not, gettext doesn't find it... libempathy-gtk/empathy-account-widget.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 97eacb399329265dd353c14e3f9bb0884b43e435 Author: Guillaume Desmottes @@ -27198,7 +27308,7 @@ libempathy/empathy-utils.c | 1 + src/empathy-streamed-media-window.c | 4 ++++ - 2 files changed, 5 insertions(+), 0 deletions(-) + 2 files changed, 5 insertions(+) commit 58f30b2d38b13d3cf3cc945766d86a2e15de5926 Author: Guillaume Desmottes @@ -27207,7 +27317,7 @@ give translators context for the 'Enabled' checkbox (#646131) libempathy-gtk/empathy-account-widget.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 24017811832ecfb91b27b04a0bd2e131716f3659 Author: Pavol Klačanský @@ -27218,7 +27328,7 @@ po/LINGUAS | 1 + po/sk.po | 4371 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 4372 insertions(+), 0 deletions(-) + 2 files changed, 4372 insertions(+) commit e833fbd01588bbaf8a3c099ce24b137a7b3ebf5e Author: Cosimo Cecchi @@ -27232,7 +27342,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=646010 src/empathy-ft-manager.ui | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 42d8206c772865ab8229f01e76d51f7690435a50 Author: Guillaume Desmottes @@ -27247,7 +27357,7 @@ [1] http://www.galago-project.org/specs/notification/0.9/x161.html src/empathy-event-manager.c | 14 ++++---------- - 1 files changed, 4 insertions(+), 10 deletions(-) + 1 file changed, 4 insertions(+), 10 deletions(-) commit fd5c50d89b88d0b62692aaf85252cf61eeba3341 Author: Luca Ferretti @@ -27256,7 +27366,7 @@ Use /org/gnome as starting path for schemas data/org.gnome.Empathy.gschema.xml.in | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit a71daa64a4d29b52ea772fed376a9a7422707ff6 Author: Inaki Larranaga Murgoitio @@ -27266,7 +27376,7 @@ po/eu.po | 1221 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 694 insertions(+), 527 deletions(-) + 1 file changed, 694 insertions(+), 527 deletions(-) commit 13a84a5541f97658873d360fd6caaffaeaf2a614 Author: Hannie Dumoleyn @@ -27276,7 +27386,7 @@ po/nl.po | 1681 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 986 insertions(+), 695 deletions(-) + 1 file changed, 986 insertions(+), 695 deletions(-) commit e0a3c2812f535f411a801baafc3e08ec1c82bd50 Author: Guillaume Desmottes @@ -27285,7 +27395,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8f2225aa7f24ebcc3bf25943591d01e62a7a4e7c Author: Guillaume Desmottes @@ -27305,7 +27415,7 @@ po/hi.po | 3634 +++++++++++++++++++++++++++++++++++++++++++------------------- - 1 files changed, 2545 insertions(+), 1089 deletions(-) + 1 file changed, 2545 insertions(+), 1089 deletions(-) commit 3faa1f894ae25830ba4fbdf4d8d7f016f28cbcdf Author: Guillaume Desmottes @@ -27318,7 +27428,7 @@ to reply. src/empathy-event-manager.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 36f079ca48db4727b237ea471f13f7593c8e1b71 Author: Guillaume Desmottes @@ -27334,7 +27444,7 @@ loaded while it was the *old* one which was actually loaded. (#645670) libempathy-gtk/empathy-theme-adium.c | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit 3935bc1bc5c5da553f74eb2db75d0a7f1444bc6d Author: Abduxukur Abdurixit @@ -27343,8 +27453,8 @@ Added UG translation po/ug.po | 1091 - +++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 626 insertions(+), 465 deletions(-) + ++++++++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 626 insertions(+), 465 deletions(-) commit 3f93ca5601789155d84adfe42028ffa984a19272 Author: Žygimantas Beručka @@ -27354,7 +27464,7 @@ po/lt.po | 364 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 232 insertions(+), 132 deletions(-) + 1 file changed, 232 insertions(+), 132 deletions(-) commit cc31eef5cb583f5b521a754ffc9af0efbfb2a442 Author: Dr.T.Vasudevan @@ -27364,7 +27474,7 @@ po/ta.po | 1463 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 701 insertions(+), 762 deletions(-) + 1 file changed, 701 insertions(+), 762 deletions(-) commit 29c5768b6eef66ba95baeff2d167b76716e8f4d7 Author: Krasimir Chonov @@ -27374,7 +27484,7 @@ po/bg.po | 789 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 445 insertions(+), 344 deletions(-) + 1 file changed, 445 insertions(+), 344 deletions(-) commit eae49dc6444e0e7a834c6d40fe79735f0ed2f23c Author: Aron Xu @@ -27384,7 +27494,7 @@ po/zh_CN.po | 257 +++++++++++++++++++++++++++++------------------------------ - 1 files changed, 128 insertions(+), 129 deletions(-) + 1 file changed, 128 insertions(+), 129 deletions(-) commit 8f13a8e6f7cd8ab9ed79c8f63ba977ba3069627d Author: A S Alam @@ -27394,7 +27504,7 @@ po/pa.po | 296 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 193 insertions(+), 103 deletions(-) + 1 file changed, 193 insertions(+), 103 deletions(-) commit 2e24da05f2b400423be9c87fbfe5e60329b5a7f7 Author: Sandeep Shedmake @@ -27404,7 +27514,7 @@ po/mr.po | 3634 ++++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 2494 insertions(+), 1140 deletions(-) + 1 file changed, 2494 insertions(+), 1140 deletions(-) commit 2ba5f4fdf1d4ab286da84d9f442eb714be1dafd6 Author: Guillaume Desmottes @@ -27414,7 +27524,7 @@ libempathy-gtk/empathy-log-window.c | 9 +++++++++ libempathy-gtk/empathy-log-window.ui | 1 + - 2 files changed, 10 insertions(+), 0 deletions(-) + 2 files changed, 10 insertions(+) commit 17df132d41f12c7003dbeda74a7de2cb598b64f9 Author: Guillaume Desmottes @@ -27426,7 +27536,7 @@ (#645672). libempathy-gtk/empathy-account-chooser.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit b7a5f478cc1e3828504f653b4a66b22f28523cb7 Author: Guillaume Desmottes @@ -27439,7 +27549,7 @@ this was crashing. src/empathy-chat-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 26ac10366710eb6e60539421ccf88c5e6833a58b Author: Guillaume Desmottes @@ -27451,7 +27561,7 @@ If priv->user and old are both NULL, we used to crash. libempathy/empathy-tp-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1da2f83f35972269f9e4712ecee01ed0ad5a55a2 Author: Guillaume Desmottes @@ -27460,7 +27570,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 194f9646a5abb7d599d5624e7081cb6300323c44 Author: Mario Blättermann @@ -27470,7 +27580,7 @@ po/de.po | 1115 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 637 insertions(+), 478 deletions(-) + 1 file changed, 637 insertions(+), 478 deletions(-) commit 36bf86cda2f19c44fb09f2254f098ca16ed0c86b Author: Guillaume Desmottes @@ -27497,7 +27607,7 @@ tests/empathy-tls-test.c | 87 ++++++++++++++++++++++++++++++++++++++++------ - 1 files changed, 76 insertions(+), 11 deletions(-) + 1 file changed, 76 insertions(+), 11 deletions(-) commit e68f14484d688716bb3d09fbc9ee4fa5ad17db9e Author: Emilio Pozuelo Monfort @@ -27506,7 +27616,7 @@ Don't try to block personas that don't support blocking libempathy/empathy-individual-manager.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 6c943efd9aabd9d0d8674c3c58d2e58efdb412f6 Author: Stef Walter @@ -27534,7 +27644,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=645133 libempathy-gtk/empathy-protocol-chooser.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 6c5affb1f943b6685a0ac63adcfff24b47be6e2e Merge: 5316d72 698675b @@ -27555,7 +27665,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=645119 libempathy/empathy-server-tls-handler.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 5316d721a24d2c1c2496f751a4cf139d88e274c1 Merge: e5bfa46 f357bd6 @@ -27572,7 +27682,7 @@ po/it.po | 1682 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 971 insertions(+), 711 deletions(-) + 1 file changed, 971 insertions(+), 711 deletions(-) commit 3bea79c93cd58333c4ccaee60afe98f861001afd Author: Guillaume Desmottes @@ -27582,7 +27692,7 @@ still visible in the treeview src/empathy-accounts-dialog.c | 20 +++++++++++++++++++- - 1 files changed, 19 insertions(+), 1 deletions(-) + 1 file changed, 19 insertions(+), 1 deletion(-) commit 0b9a9d0171d55523519249a55971c9f4f051dc4c Author: Guillaume Desmottes @@ -27593,7 +27703,7 @@ That way we also scroll to the selected account (#643860). src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0ac4dcb553efbdd058a5b37ba948c1d542d87075 Author: Guillaume Desmottes @@ -27603,7 +27713,7 @@ src/empathy-accounts-dialog.c | 37 +++++++++++++++++++++++-------------- - 1 files changed, 23 insertions(+), 14 deletions(-) + 1 file changed, 23 insertions(+), 14 deletions(-) commit bf2ef141ceb1515dfabfd07b29236e13d333c884 Author: Cheng-Chia Tseng @@ -27627,7 +27737,7 @@ -------------------- extensions/Makefile.am | 1 - extensions/misc.xml | 1 - - 3 files changed, 0 insertions(+), 174 deletions(-) + 3 files changed, 174 deletions(-) commit 8b7056b27d71eb651bed271013ab3515b399cc83 Author: Guillaume Desmottes @@ -27636,7 +27746,7 @@ Use stable API for ContactBlocking (#645504) libempathy/empathy-tp-contact-list.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit ce0a41ef7bd65f6c1ef5e96bb4317cf5cdf26fc5 Author: Guillaume Desmottes @@ -27647,7 +27757,7 @@ We need it for ContactBlocking API. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1b68d34282947697e1c173456bdb35700dc0f19e Author: Dan Williams @@ -27656,7 +27766,7 @@ Handle new NM 0.9 states (#644412) libempathy/empathy-connectivity.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 5d27216d4ee76a9bb460b69370f205652a6d9c09 Author: Danielle Madeley @@ -27667,7 +27777,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=645487 libempathy/empathy-tp-contact-list.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 17e2fea441df25d3b91597957744f172a0d80668 Author: Guillaume Desmottes @@ -27676,7 +27786,7 @@ account_chooser_update_iter: don't leak the TpAccount libempathy-gtk/empathy-account-chooser.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 4d795d822f9590c2916bfa64b4cbc3d536e3ad4a Author: Emilio Pozuelo Monfort @@ -27699,7 +27809,7 @@ po/ru.po | 293 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 193 insertions(+), 100 deletions(-) + 1 file changed, 193 insertions(+), 100 deletions(-) commit 0b92a57a1c29bb3195345cec85b7ce6e19a29a02 Author: Shankar Prasad @@ -27709,7 +27819,7 @@ po/kn.po | 271 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 148 insertions(+), 123 deletions(-) + 1 file changed, 148 insertions(+), 123 deletions(-) commit a8e558e10b1b5170346a75e1322f75d8ebad1662 Author: Sjoerd Simons @@ -27731,7 +27841,7 @@ src/empathy.c | 72 ++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 38 insertions(+), 34 deletions(-) + 1 file changed, 38 insertions(+), 34 deletions(-) commit 79cf371093d1a1b0d9120a4bbcc5d73c7c67842d Author: Duarte Loreto @@ -27740,8 +27850,8 @@ Updated Portuguese translation po/pt.po | 747 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 416 insertions(+), 331 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 416 insertions(+), 331 deletions(-) commit 85bac3ba97a74efcc7c2a3ba835bd47431deddfb Author: Gil Forcada @@ -27751,7 +27861,7 @@ po/ca.po | 663 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 364 insertions(+), 299 deletions(-) + 1 file changed, 364 insertions(+), 299 deletions(-) commit 24a0b04281688f4fc1b7696d9ca806f1bae661dc Author: Rudolfs Mazurs @@ -27761,7 +27871,7 @@ po/lv.po | 1299 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 659 insertions(+), 640 deletions(-) + 1 file changed, 659 insertions(+), 640 deletions(-) commit 819b9a246ae94aff9e55a706f37fcc00e1f0bcf2 Author: Kjartan Maraas @@ -27771,7 +27881,7 @@ po/nb.po | 216 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 108 insertions(+), 108 deletions(-) + 1 file changed, 108 insertions(+), 108 deletions(-) commit 5acdf1332d6af7d895745ffe60bce72d7f4e3b69 Author: Kjartan Maraas @@ -27781,7 +27891,7 @@ po/nb.po | 589 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 339 insertions(+), 250 deletions(-) + 1 file changed, 339 insertions(+), 250 deletions(-) commit 8e4b1bdae8815bc8e64eea6ec78592c50c413bc8 Author: Aron Xu @@ -27791,7 +27901,7 @@ po/zh_CN.po | 877 +++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 463 insertions(+), 414 deletions(-) + 1 file changed, 463 insertions(+), 414 deletions(-) commit 882505f1fe475d4ec325e86a4858850eb086d3b3 Author: Piotr Drąg @@ -27801,7 +27911,7 @@ po/pl.po | 656 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 368 insertions(+), 288 deletions(-) + 1 file changed, 368 insertions(+), 288 deletions(-) commit 02922b22156fafc1c02a2e93cd2dee1394bb2f24 Author: Dirgita @@ -27811,7 +27921,7 @@ po/id.po | 2710 ++++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 1831 insertions(+), 879 deletions(-) + 1 file changed, 1831 insertions(+), 879 deletions(-) commit 24741700bd129cd0a7a6da87f6335ac98caa0e60 Author: Changwoo Ryu @@ -27821,7 +27931,7 @@ po/ko.po | 460 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 233 insertions(+), 227 deletions(-) + 1 file changed, 233 insertions(+), 227 deletions(-) commit 9ef9a7660d00fb00e59af3217f38da56e2d76884 Author: Khaled Hosny @@ -27831,7 +27941,7 @@ po/ar.po | 512 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 257 insertions(+), 255 deletions(-) + 1 file changed, 257 insertions(+), 255 deletions(-) commit 6fc411c2e7a53eafe132c67c7ce430df665e5493 Author: Emilio Pozuelo Monfort @@ -27840,7 +27950,7 @@ Use the right marshal file libempathy-gtk/empathy-chat.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c39a6c8faba251e0ef0bef64412fbd3ddd5c2ea2 Author: Emilio Pozuelo Monfort @@ -27849,7 +27959,7 @@ Assistant: put the protocol chooser next to the label src/empathy-account-assistant.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit f1975e66ba22bfcfeeb2b1583143693a454aad89 Author: Stef Walter @@ -27877,7 +27987,7 @@ src/empathy-main-window.ui | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 5719134cc2ecacb5076c9e8133feb8473979b5f5 Author: Shankar Prasad @@ -27887,7 +27997,7 @@ po/kn.po | 3731 ++++++++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 2642 insertions(+), 1089 deletions(-) + 1 file changed, 2642 insertions(+), 1089 deletions(-) commit 053503cfa6ee966a91f85069e0eda6da0335b0e6 Author: Guillaume Desmottes @@ -27898,7 +28008,7 @@ libempathy/empathy-auth-factory.c | 50 ++++++++++++++++++++++++++++--------- - 1 files changed, 38 insertions(+), 12 deletions(-) + 1 file changed, 38 insertions(+), 12 deletions(-) commit b531101e9f3b6654476d236213ea22e100869a9c Author: Guillaume Desmottes @@ -27918,7 +28028,7 @@ libempathy/empathy-server-sasl-handler.c | 12 ++++++++++++ libempathy/empathy-server-sasl-handler.h | 3 +++ - 2 files changed, 15 insertions(+), 0 deletions(-) + 2 files changed, 15 insertions(+) commit 2eb0d2db6f945cb72fd9e9a909dd1d95c79e7d02 Author: Stef Walter @@ -27929,7 +28039,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=645115 libempathy/empathy-server-tls-handler.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 25ed247445aacfce41e0c15aac08cc5697427c1a Author: Emilio Pozuelo Monfort @@ -27961,7 +28071,7 @@ ++++++++++++++++++++++++++++++- libempathy/empathy-tls-verifier.c | 38 +++++++++++++++++++++++++--- - libempathy/empathy-tls-verifier.h | 3 +- + libempathy/empathy-tls-verifier.h | 3 ++- src/empathy-auth-client.c | 6 ++++- 4 files changed, 81 insertions(+), 7 deletions(-) @@ -27974,7 +28084,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=645115 libempathy/empathy-server-tls-handler.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 385b1a5c6c3f0fd9d7cd5d33843466ed9e1238cc Author: Guillaume Desmottes @@ -27986,7 +28096,7 @@ There is no reason to refuse to Observe it. (#645108) libempathy/empathy-auth-factory.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit f1d664454fafb8f183c8721154f534f71d8423ea Author: Guillaume Desmottes @@ -27999,7 +28109,7 @@ observe error. libempathy/empathy-auth-factory.c | 16 +++++++++------- - 1 files changed, 9 insertions(+), 7 deletions(-) + 1 file changed, 9 insertions(+), 7 deletions(-) commit 73720bb84423e70ad21599b4713d1137f8a85e73 Author: Guillaume Desmottes @@ -28010,7 +28120,7 @@ It was things clearer and easier to understand. libempathy/empathy-auth-factory.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit 1d04deb0ffa562830485ba2eb626c123082afa3b Author: Danielle Madeley @@ -28024,7 +28134,7 @@ it to Empathy so people don't get confused. data/icons/empathy.svg | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 5970402dc0e1971226b9c29014da43c8e354c1fd Author: Daniel Korostil @@ -28034,7 +28144,7 @@ po/uk.po | 642 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 361 insertions(+), 281 deletions(-) + 1 file changed, 361 insertions(+), 281 deletions(-) commit 728a0418bb6dbf5b3f16bd3b12ca802d1530de60 Author: Guillaume Desmottes @@ -28043,7 +28153,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 22f5d4f35b734d1e47a810e369c7901da180905c Author: Guillaume Desmottes @@ -28063,7 +28173,7 @@ server-sasl-handler: remove stored password if they can't be saved libempathy/empathy-server-sasl-handler.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit ca9d3b8180e49292724243090fd5394172fa24c9 Author: Guillaume Desmottes @@ -28072,7 +28182,7 @@ save the password before trying to connect the new account (#643690) libempathy/empathy-account-settings.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit 7980966fd3bb38fde70946c057704b1b5f409968 Author: Guillaume Desmottes @@ -28081,7 +28191,7 @@ Allow to enter an email address as ICQ ID (#645014) libempathy-gtk/empathy-account-widget.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 1dc905b194ce6e1be82af2e111cdf7a913dd43fc Author: Emilio Pozuelo Monfort @@ -28090,7 +28200,7 @@ Contact Search: close the dialog when adding a contact libempathy-gtk/empathy-contact-search-dialog.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit f918489642f3e0f41f09c774a4e4b80497c9592a Author: Michael Terry @@ -28099,7 +28209,7 @@ Don't update Contact menu on a focus-in (#644936) src/empathy-chat-window.c | 33 ++++++++++++++++++++++++--------- - 1 files changed, 24 insertions(+), 9 deletions(-) + 1 file changed, 24 insertions(+), 9 deletions(-) commit b82a98e0508d3a1f7935a13c6aa89acabab3ffe4 Author: Lucian Adrian Grijincu @@ -28109,7 +28219,7 @@ po/ro.po | 332 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 162 insertions(+), 170 deletions(-) + 1 file changed, 162 insertions(+), 170 deletions(-) commit eedc36ded1b4a3c55758a409e4efca8955bd3d27 Author: Lucian Adrian Grijincu @@ -28119,7 +28229,7 @@ po/ro.po | 240 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 160 insertions(+), 80 deletions(-) + 1 file changed, 160 insertions(+), 80 deletions(-) commit 88e09c99733982de201c3c1cfbf4742a0e8662b1 Author: Kjartan Maraas @@ -28127,29 +28237,29 @@ Fix warnings from GCC 4.6 about variables that are set but not used. - libempathy-gtk/empathy-account-chooser.c | 10 ------- - libempathy-gtk/empathy-account-widget-irc.c | 6 ---- - libempathy-gtk/empathy-avatar-chooser.c | 6 ---- - libempathy-gtk/empathy-cell-renderer-expander.c | 6 ---- + libempathy-gtk/empathy-account-chooser.c | 10 -------- + libempathy-gtk/empathy-account-widget-irc.c | 6 ----- + libempathy-gtk/empathy-avatar-chooser.c | 6 ----- + libempathy-gtk/empathy-cell-renderer-expander.c | 6 ----- libempathy-gtk/empathy-chat.c | 11 -------- libempathy-gtk/empathy-contact-list-store.c | 31 - +--------------------- + ++--------------------- libempathy-gtk/empathy-contact-list-view.c | 11 -------- libempathy-gtk/empathy-groups-widget.c | 4 --- libempathy-gtk/empathy-individual-linker.c | 4 --- libempathy-gtk/empathy-individual-store.c | 23 ----------------- - libempathy-gtk/empathy-individual-view.c | 9 ------ + libempathy-gtk/empathy-individual-view.c | 9 ------- libempathy-gtk/empathy-log-window.c | 4 --- - libempathy-gtk/empathy-persona-store.c | 7 +--- + libempathy-gtk/empathy-persona-store.c | 7 ++--- libempathy-gtk/empathy-persona-view.c | 12 --------- - libempathy-gtk/empathy-presence-chooser.c | 2 - - libempathy-gtk/empathy-ui-utils.c | 3 +- - libempathy/empathy-auth-factory.c | 2 - + libempathy-gtk/empathy-presence-chooser.c | 2 -- + libempathy-gtk/empathy-ui-utils.c | 3 +-- + libempathy/empathy-auth-factory.c | 2 -- libempathy/empathy-chatroom-manager.c | 4 --- libempathy/empathy-chatroom.c | 4 --- - libempathy/empathy-ft-handler.c | 3 -- - libempathy/empathy-individual-manager.c | 6 ---- - libempathy/empathy-irc-network-manager.c | 3 -- + libempathy/empathy-ft-handler.c | 3 --- + libempathy/empathy-individual-manager.c | 6 ----- + libempathy/empathy-irc-network-manager.c | 3 --- 22 files changed, 5 insertions(+), 166 deletions(-) commit 95a0ab7d884a6500cfba6ff63fea73269faec0da @@ -28159,7 +28269,7 @@ auth-client: implement Debug interface (#645008) src/empathy-auth-client.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 52eb24e6e7b012856525f6f09d3c1a941375d383 Author: Guillaume Desmottes @@ -28236,7 +28346,7 @@ libempathy-gtk/empathy-account-widget-irc.c | 58 +++++++++++++++++++++++++++ - 1 files changed, 58 insertions(+), 0 deletions(-) + 1 file changed, 58 insertions(+) commit 9d201c64e57d8e2b37670e88efaaaf2de35c34ba Author: Bruno Brouard @@ -28246,7 +28356,7 @@ po/fr.po | 603 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 354 insertions(+), 249 deletions(-) + 1 file changed, 354 insertions(+), 249 deletions(-) commit b4ad1d79492da018ee5a73f778f1116d9128171d Author: Bruce Cowan @@ -28256,7 +28366,7 @@ po/en_GB.po | 1098 ++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 642 insertions(+), 456 deletions(-) + 1 file changed, 642 insertions(+), 456 deletions(-) commit f402904568cf4bbd351d75424c9d040f6269fb3e Author: Yaron Shahrabani @@ -28265,8 +28375,8 @@ Updated Hebrew translation. po/he.po | 350 - +++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 212 insertions(+), 138 deletions(-) + +++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 212 insertions(+), 138 deletions(-) commit 75e35374e831cee1045f0493b284167b68d737bd Author: Jakub Steiner @@ -28295,7 +28405,7 @@ ContactSearch: don't leak a GError libempathy-gtk/empathy-contact-search-dialog.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit ba64e4982bf47cbbb0bd2db754b888ea7affa90a Merge: 1890507 2220cb9 @@ -28315,7 +28425,7 @@ window just for that (#644830). src/empathy-streamed-media-window.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 18905073c9948920f1804540b332fb0758e2e5a3 Author: Guillaume Desmottes @@ -28328,7 +28438,7 @@ empathy_block_individual_dialog_show(). libempathy-gtk/empathy-individual-view.c | 12 +++++------- - 1 files changed, 5 insertions(+), 7 deletions(-) + 1 file changed, 5 insertions(+), 7 deletions(-) commit 8f7700d66b8ff5056777c803e754b8c00430ab2a Author: Guillaume Desmottes @@ -28339,7 +28449,7 @@ This code was too confusing when using GTK_RESPONSE_* libempathy-gtk/empathy-individual-view.c | 20 ++++++++++++++------ - 1 files changed, 14 insertions(+), 6 deletions(-) + 1 file changed, 14 insertions(+), 6 deletions(-) commit 20c4918fc73cca52bf51152878c7437686e05833 Author: Mattias Põldaru @@ -28348,7 +28458,7 @@ [l10n] Updated Estonian translation po/et.po | 30 ++++++++++++++++++++++++------ - 1 files changed, 24 insertions(+), 6 deletions(-) + 1 file changed, 24 insertions(+), 6 deletions(-) commit fdc3218abcb76d83eabcf323cfed1aef89a6fa0e Author: Marek Černocký @@ -28358,7 +28468,7 @@ po/cs.po | 1021 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 594 insertions(+), 427 deletions(-) + 1 file changed, 594 insertions(+), 427 deletions(-) commit 73368c2d9f01213d38c9463df8ac5488fef4f90f Author: Fran Diéguez @@ -28368,7 +28478,7 @@ po/gl.po | 764 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 445 insertions(+), 319 deletions(-) + 1 file changed, 445 insertions(+), 319 deletions(-) commit 1ee3ed8a7b06f4078f4491f334362cf8eafee236 Author: Mattias Põldaru @@ -28377,7 +28487,7 @@ [l10n] Updated Estonian translation po/et.po | 50 +++++++++++++++++++++++++++++++++++++++++++++----- - 1 files changed, 45 insertions(+), 5 deletions(-) + 1 file changed, 45 insertions(+), 5 deletions(-) commit 7fcb99d91de85877a7f70b94e8cdd3ce749464ec Author: Gabor Kelemen @@ -28386,8 +28496,8 @@ Updated Hungarian translation po/hu.po | 277 - +++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 177 insertions(+), 100 deletions(-) + +++++++++++++++++++++++++++++++++++++++----------------------- + 1 file changed, 177 insertions(+), 100 deletions(-) commit bc07e7d582af2c453a5a70f587726446156979cc Author: Daniel Nylander @@ -28397,7 +28507,7 @@ po/sv.po | 1287 ++++++++++++++++---------------------------------------------- - 1 files changed, 326 insertions(+), 961 deletions(-) + 1 file changed, 326 insertions(+), 961 deletions(-) commit 19773d451bc55664e85b1b9818925c0ae6c225b4 Author: Daniel Mustieles @@ -28406,8 +28516,8 @@ Updated Spanish translation po/es.po | 142 - ++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 84 insertions(+), 58 deletions(-) + +++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 84 insertions(+), 58 deletions(-) commit 88a02952e20c58a233b9c88e6a10e72021b66a1a Author: Daniel Mustieles @@ -28417,7 +28527,7 @@ po/es.po | 253 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 152 insertions(+), 101 deletions(-) + 1 file changed, 152 insertions(+), 101 deletions(-) commit ac2774f5966790318a1ae6b79589627b7aaf6868 Author: Andrej Žnidaršič @@ -28427,7 +28537,7 @@ po/sl.po | 391 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 223 insertions(+), 168 deletions(-) + 1 file changed, 223 insertions(+), 168 deletions(-) commit e2aa4ed914a8fd0bd09bc3e24a5ad56362499f32 Author: Travis Reitter @@ -28436,7 +28546,7 @@ Require the proper version of Folks. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 492b8ba0e7a37ad5b23ef7a3544dc6a2fd5e4eef Author: Travis Reitter @@ -28450,10 +28560,10 @@ libempathy-gtk/empathy-individual-store.c | 34 ++++++++++++++-------------- - libempathy-gtk/empathy-individual-view.c | 3 +- + libempathy-gtk/empathy-individual-view.c | 3 ++- libempathy-gtk/empathy-individual-widget.c | 25 ++++++++++---------- - libempathy-gtk/empathy-persona-store.c | 19 ++++++++------- - libempathy-gtk/empathy-ui-utils.c | 4 +- + libempathy-gtk/empathy-persona-store.c | 19 ++++++++-------- + libempathy-gtk/empathy-ui-utils.c | 4 ++-- libempathy/empathy-contact.c | 20 ++++++++-------- 6 files changed, 54 insertions(+), 51 deletions(-) @@ -28469,10 +28579,10 @@ libempathy-gtk/empathy-contact-widget.c | 6 +- libempathy-gtk/empathy-groups-widget.c | 114 - ++++++++++++++------------- + ++++++++++++++-------------- libempathy-gtk/empathy-groups-widget.h | 8 +- libempathy-gtk/empathy-individual-store.c | 3 +- - libempathy-gtk/empathy-individual-view.c | 12 ++-- + libempathy-gtk/empathy-individual-view.c | 12 +-- libempathy-gtk/empathy-individual-widget.c | 4 +- libempathy/empathy-contact.c | 13 ++-- libempathy/empathy-individual-manager.c | 8 +- @@ -28509,7 +28619,7 @@ (API/ABI breaks) libempathy-gtk/empathy-ui-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 36eb0b9dec61bd0040161535f27fc4bbbd4511ca Author: Travis Reitter @@ -28521,15 +28631,15 @@ name change (API/ABI breaks) - libempathy-gtk/empathy-individual-dialogs.c | 4 +- + libempathy-gtk/empathy-individual-dialogs.c | 4 +-- .../empathy-individual-information-dialog.c | 2 +- libempathy-gtk/empathy-individual-store.c | 26 - ++++++++++--------- - libempathy-gtk/empathy-individual-view.c | 8 ++++-- - libempathy-gtk/empathy-individual-widget.c | 11 ++++---- + +++++++++++--------- + libempathy-gtk/empathy-individual-view.c | 8 +++--- + libempathy-gtk/empathy-individual-widget.c | 11 +++++---- libempathy-gtk/empathy-linking-dialog.c | 2 +- - libempathy-gtk/empathy-persona-store.c | 14 +++++----- - libempathy/empathy-contact.c | 4 +- + libempathy-gtk/empathy-persona-store.c | 14 +++++------ + libempathy/empathy-contact.c | 4 +-- libempathy/empathy-individual-manager.c | 2 +- 9 files changed, 39 insertions(+), 34 deletions(-) @@ -28544,7 +28654,7 @@ (API/ABI breaks) configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9b5ff539e9075f4efb718dd9473c07aaf37c990a Author: Guillaume Desmottes @@ -28554,7 +28664,7 @@ and Block' button libempathy-gtk/empathy-individual-view.c | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit 82aa40180c8cdf81ea3d8a7b217f3435a2ffcbbc Author: Guillaume Desmottes @@ -28574,7 +28684,7 @@ po/ar.po | 205 ++++++++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 147 insertions(+), 58 deletions(-) + 1 file changed, 147 insertions(+), 58 deletions(-) commit 9e16a464a2ca6eab92404bfe1867a3d5ec3d43d7 Author: Khaled Hosny @@ -28583,7 +28693,7 @@ Add missing files po/POTFILES.in | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 8e6a977d36aea1eb4b429ddee84cb9b4bc4142cd Merge: 2e3e5e8 c0eca04 @@ -28600,7 +28710,7 @@ po/el.po | 977 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 527 insertions(+), 450 deletions(-) + 1 file changed, 527 insertions(+), 450 deletions(-) commit e6a451f6f2127740016a9eea16e0a5b0feb9d47e Author: Ivar Smolin @@ -28609,7 +28719,7 @@ [l10n] Updated Estonian translation po/et.po | 30 ++++++++++++++++++++++++++---- - 1 files changed, 26 insertions(+), 4 deletions(-) + 1 file changed, 26 insertions(+), 4 deletions(-) commit 7ed12df7f33acfafd2c264f207854b21744bc3e1 Author: Gabor Kelemen @@ -28619,7 +28729,7 @@ po/hu.po | 956 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 512 insertions(+), 444 deletions(-) + 1 file changed, 512 insertions(+), 444 deletions(-) commit 0d9edf1afdec76ee1885c986eeb8c79fee9016d9 Author: Lucian Adrian Grijincu @@ -28629,7 +28739,7 @@ po/ro.po | 66 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 33 insertions(+), 33 deletions(-) + 1 file changed, 33 insertions(+), 33 deletions(-) commit 432364e42cba5c3ba3f31218fc5da880de32f242 Author: Lucian Adrian Grijincu @@ -28638,7 +28748,7 @@ Updated Romanian translation po/ro.po | 57 ++++++++++++++++++++++++++------------------------------- - 1 files changed, 26 insertions(+), 31 deletions(-) + 1 file changed, 26 insertions(+), 31 deletions(-) commit db498504eae855196f1a9a4033ed99a6281c87df Author: Lucian Adrian Grijincu @@ -28648,7 +28758,7 @@ po/ro.po | 284 ++++++++++++++++++++++++++------------------------------------ - 1 files changed, 117 insertions(+), 167 deletions(-) + 1 file changed, 117 insertions(+), 167 deletions(-) commit 1f065e04fbcdb28d41b80ae3a48f9d47e9e7f812 Author: Lucian Adrian Grijincu @@ -28658,7 +28768,7 @@ po/ro.po | 1592 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 935 insertions(+), 657 deletions(-) + 1 file changed, 935 insertions(+), 657 deletions(-) commit 9c99b6b7e742402b1fd087ced138896caebe3fb0 Author: Daniel Nylander @@ -28668,7 +28778,7 @@ po/sv.po | 1020 ++++++++++++++++++++++++++++++++++++++++++++++++++++---------- - 1 files changed, 862 insertions(+), 158 deletions(-) + 1 file changed, 862 insertions(+), 158 deletions(-) commit e982efac9e472070ff169daaf079673c4abdf816 Author: Daniel Nylander @@ -28678,7 +28788,7 @@ po/sv.po | 98 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 54 insertions(+), 44 deletions(-) + 1 file changed, 54 insertions(+), 44 deletions(-) commit 6d333a13c020f44505fca6eb3fb54536143dafbf Author: Daniel Nylander @@ -28688,7 +28798,7 @@ po/sv.po | 81 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 47 insertions(+), 34 deletions(-) + 1 file changed, 47 insertions(+), 34 deletions(-) commit 4a31ec6419c4b15e3e96c3ab05c9d787d1a84951 Author: Khaled Hosny @@ -28698,7 +28808,7 @@ po/ar.po | 167 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 94 insertions(+), 73 deletions(-) + 1 file changed, 94 insertions(+), 73 deletions(-) commit 037e132ba999ebad4f3f0a643ce33c61d0343f6a Author: Guillaume Desmottes @@ -28707,7 +28817,7 @@ Empathy.Auth.client: set DelayApprovers (#644475) data/Empathy.Auth.client | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit c0eca0414ca529da3b083c099ec3031436420b00 Author: Danielle Madeley @@ -28716,7 +28826,7 @@ Update the wording of the other contact blocking dialog libempathy-gtk/empathy-contact-dialogs.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 355a558cfa919b1fa91f7c430c738b6d762239fb Author: Danielle Madeley @@ -28728,7 +28838,7 @@ libempathy-gtk/empathy-individual-dialogs.c | 71 +++++++++++++++++++++------ - 1 files changed, 56 insertions(+), 15 deletions(-) + 1 file changed, 56 insertions(+), 15 deletions(-) commit 0b2f92fa593370c799cc16b8cecf575cf3e5b130 Author: Chandni Verma @@ -28741,7 +28851,7 @@ and attached a FIXME to be fixed after empathy 2.x is done. libempathy/empathy-individual-manager.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 0deb4db1b785bfe4497de50cf04efdd873f58009 Author: Danielle Madeley @@ -28751,7 +28861,7 @@ CB dialog libempathy-gtk/empathy-contact-blocking-dialog.c | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit 5690460d1809f6e181c3eeed2aa930af1253b38c Author: Danielle Madeley @@ -28760,7 +28870,7 @@ Use Conn.I.CB to report contacts as abusive when blocking them libempathy/empathy-tp-contact-list.c | 13 +++++++++++-- - 1 files changed, 11 insertions(+), 2 deletions(-) + 1 file changed, 11 insertions(+), 2 deletions(-) commit 4b7d2787c3d4487647628109e14a6618e3db8da8 Author: Danielle Madeley @@ -28782,7 +28892,7 @@ libempathy/empathy-tp-contact-list.c | 36 ++++++++++++++++++++++++++++++++++ - 1 files changed, 36 insertions(+), 0 deletions(-) + 1 file changed, 36 insertions(+) commit 428ac8930ef8cf312523a4d8b24eeda26729c4b3 Author: Danielle Madeley @@ -28794,7 +28904,7 @@ ++++++++++++++++++++ extensions/Makefile.am | 1 + extensions/misc.xml | 1 + - 3 files changed, 174 insertions(+), 0 deletions(-) + 3 files changed, 174 insertions(+) commit 103b4d5da19bf7ebf648658b8ff0ccab88aa24bd Author: Danielle Madeley @@ -28821,7 +28931,7 @@ menuitem libempathy-gtk/empathy-contact-menu.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit dfbccc45923082027415c3c76322febf470c5901 Author: Chandni Verma @@ -28830,7 +28940,7 @@ Setting "window" data on submenu only if it's not NULL src/empathy-chat-window.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit bbbfc7bb3c209fbc387c1e2c0566ec83aae687b9 Author: Gil Forcada @@ -28840,7 +28950,7 @@ po/ca.po | 152 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 81 insertions(+), 71 deletions(-) + 1 file changed, 81 insertions(+), 71 deletions(-) commit 39e6b7d1fb458d9fba486da9ffe19e8c80d13e0f Author: Yaron Shahrabani @@ -28850,7 +28960,7 @@ po/he.po | 167 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 95 insertions(+), 72 deletions(-) + 1 file changed, 95 insertions(+), 72 deletions(-) commit 5392210e8ffefcc7b825c4b1279ec69268d3cf6b Author: Guillaume Desmottes @@ -28861,7 +28971,7 @@ libempathy-gtk/empathy-contact-widget.c | 43 +++++++++++++++++++++++++++++++ - 1 files changed, 43 insertions(+), 0 deletions(-) + 1 file changed, 43 insertions(+) commit 1e2ef0f3c681511d1b1e82a51f82b52b9414605f Author: Guillaume Desmottes @@ -28870,7 +28980,7 @@ don't update Alias.Nickname if not needed libempathy-gtk/empathy-contact-widget.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit aaa8d50fa75585a71d61332a8109916099ce35a4 Author: Guillaume Desmottes @@ -28879,7 +28989,7 @@ inline set_alias_on_account() libempathy-gtk/empathy-contact-widget.c | 13 +++---------- - 1 files changed, 3 insertions(+), 10 deletions(-) + 1 file changed, 3 insertions(+), 10 deletions(-) commit c47b9f66fbc23e627a4458cc86d53d5d56b901b7 Author: Piotr Drąg @@ -28889,7 +28999,7 @@ po/pl.po | 1123 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 639 insertions(+), 484 deletions(-) + 1 file changed, 639 insertions(+), 484 deletions(-) commit a8605cd844511f18806460bfac2d6d9a95d48603 Author: Daniel Mustieles @@ -28898,8 +29008,8 @@ Updated Spanish translation po/es.po | 74 - +++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 42 insertions(+), 32 deletions(-) + +++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 42 insertions(+), 32 deletions(-) commit ec1bdc5f4fc5591b081c3036cef2951ba0975ac9 Author: Matej Urbančič @@ -28909,7 +29019,7 @@ po/sl.po | 215 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 119 insertions(+), 96 deletions(-) + 1 file changed, 119 insertions(+), 96 deletions(-) commit fbe4c00e6fd22b199e28bc950f34561e7cf16bdc Author: Daniel Korostil @@ -28919,7 +29029,7 @@ po/uk.po | 167 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 95 insertions(+), 72 deletions(-) + 1 file changed, 95 insertions(+), 72 deletions(-) commit 52d15a1d9e54d6311012ffad54d7e7881ab48f55 Author: Guillaume Desmottes @@ -28929,7 +29039,7 @@ Overwritten_By_Nickname flag (#644296) libempathy-gtk/empathy-contact-widget.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit de12575fb9f2e1b4945798ad44c225faa78d333d Author: Guillaume Desmottes @@ -28939,8 +29049,8 @@ (#644295) libempathy-gtk/empathy-contact-widget.c | 39 - +++++++++++++++++++++++++----- - 1 files changed, 32 insertions(+), 7 deletions(-) + +++++++++++++++++++++++++------ + 1 file changed, 32 insertions(+), 7 deletions(-) commit e469159d894fd16ff425dca1a3e0a65ab69e2deb Merge: ee32beb c3eb5ce @@ -28956,7 +29066,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 81ba0edc73b6a226a054b76539645b7b4e5e2a99 Author: Chandni Verma @@ -28964,9 +29074,9 @@ Use Contact Manager flags instead of Individual Manager flags - libempathy-gtk/empathy-individual-dialogs.c | 17 +++++---- + libempathy-gtk/empathy-individual-dialogs.c | 17 +++++----- libempathy/empathy-individual-manager.c | 48 - ++++++-------------------- + ++++++--------------------- libempathy/empathy-individual-manager.h | 11 ------ 3 files changed, 20 insertions(+), 56 deletions(-) @@ -28987,7 +29097,7 @@ display a debug message if we can't get the TpContact src/empathy-call-observer.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 26ef41ebb67957d65436624b03af1f9ac18f58e5 Author: Guillaume Desmottes @@ -29009,7 +29119,7 @@ We want to know about existing calls when starting. src/empathy-call-observer.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2ecaf0508db1c5115b1da1dbd8cb6ad679922e7c Author: Guillaume Desmottes @@ -29020,7 +29130,7 @@ This reverts commit c4f12fc9ad76f90374e08460971f001fdfb90036. src/empathy-main-window.c | 5 ----- - 1 files changed, 0 insertions(+), 5 deletions(-) + 1 file changed, 5 deletions(-) commit ce13127604887b13d2059adb780ce6c121e84de9 Author: Guillaume Desmottes @@ -29036,7 +29146,7 @@ src/empathy-call-observer.c | 81 +++++++++++++++++++++++++++++++++++++++---- - 1 files changed, 74 insertions(+), 7 deletions(-) + 1 file changed, 74 insertions(+), 7 deletions(-) commit c87a719dbd15c6c527b0249b9e466456da5968aa Author: Guillaume Desmottes @@ -29045,7 +29155,7 @@ return from ObserveChannels() after having called Claim() src/empathy-call-observer.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit d1c3f0d9952f6806da997428d99cce3c8cb62d95 Author: Guillaume Desmottes @@ -29055,7 +29165,7 @@ already invalidated src/empathy-call-observer.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 7c8e0dca9ac2e75a6d1522dc5d84c7e48175686b Author: Guillaume Desmottes @@ -29064,7 +29174,7 @@ call-observer: set debug domain to 'voip' and add 2 debug messages src/empathy-call-observer.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit ddc6bf1db6787ece63bc28fdee0c7424a638e83a Author: Kjartan Maraas @@ -29073,8 +29183,8 @@ Updated Norwegian bokmål translation po/nb.po | 85 - +++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 51 insertions(+), 34 deletions(-) + +++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 51 insertions(+), 34 deletions(-) commit 7bab1095747eb7691532fa857b30cb6b11a54b02 Author: Guillaume Desmottes @@ -29085,7 +29195,7 @@ We need it for GTK_STYLE_CLASS_PRIMARY_TOOLBAR. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c3eb5ce5e5c98bfbd6e190b2b1b7eac11d1d160d Author: Stef Walter @@ -29101,7 +29211,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=639417 libempathy-gtk/empathy-tls-dialog.c | 21 ++++++--------------- - 1 files changed, 6 insertions(+), 15 deletions(-) + 1 file changed, 6 insertions(+), 15 deletions(-) commit e0a6f43c066920f6720db060c4b055288efdb721 Author: Yuri Myasoedov @@ -29111,7 +29221,7 @@ po/ru.po | 584 ++++++++++++++++++++++---------------------------------------- - 1 files changed, 210 insertions(+), 374 deletions(-) + 1 file changed, 210 insertions(+), 374 deletions(-) commit 3ff78cbfcfe5dd8cbda7263764d3a8d93995bc20 Author: Danielle Madeley @@ -29148,7 +29258,7 @@ Add block confirmation to the authorise publication dialog libempathy-gtk/empathy-contact-dialogs.c | 22 +++++++++++++++++----- - 1 files changed, 17 insertions(+), 5 deletions(-) + 1 file changed, 17 insertions(+), 5 deletions(-) commit 95283d6bffb0b907ec1741c6c685e7fe67d701a0 Author: Danielle Madeley @@ -29158,7 +29268,7 @@ function libempathy-gtk/empathy-contact-dialogs.c | 33 - +++++++++++++++++++++++++++-- + +++++++++++++++++++++++++++--- libempathy/empathy-contact-list.h | 1 + 2 files changed, 31 insertions(+), 3 deletions(-) @@ -29170,7 +29280,7 @@ libempathy-gtk/empathy-contact-dialogs.c | 43 ++++++++++++++++++++++++++++++ - libempathy-gtk/empathy-contact-dialogs.h | 3 ++ + libempathy-gtk/empathy-contact-dialogs.h | 3 +++ libempathy-gtk/empathy-contact-menu.c | 33 +++++------------------ 3 files changed, 53 insertions(+), 26 deletions(-) @@ -29181,8 +29291,8 @@ contact-blocking-dialog: report errors to the user libempathy-gtk/empathy-contact-blocking-dialog.c | 55 - ++++++++++++++++++++- - 1 files changed, 52 insertions(+), 3 deletions(-) + ++++++++++++++++++++-- + 1 file changed, 52 insertions(+), 3 deletions(-) commit 1a2bbd7b2824e683c772b4784b98dcd531e91089 Author: Danielle Madeley @@ -29191,7 +29301,7 @@ Don't leak EmpathyContact libempathy/empathy-individual-manager.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 9968dc5978d6eb12ccc1f1cc76ca08fc0a739e85 Author: Danielle Madeley @@ -29201,7 +29311,7 @@ libempathy-gtk/empathy-contact-dialogs.c | 21 +++++++++++- libempathy-gtk/empathy-contact-dialogs.ui | 53 - ++++++++++++++++++++++------ + ++++++++++++++++++++++------- 2 files changed, 61 insertions(+), 13 deletions(-) commit 59b19ff6eafdfb68c94305ca074243f293fefeea @@ -29211,8 +29321,8 @@ update Punjabi Translation by A S Alam po/pa.po | 84 - +++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 48 insertions(+), 36 deletions(-) + +++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 48 insertions(+), 36 deletions(-) commit 8e95ee8c1455390b18126d2280bcd218777379a8 Author: Danielle Madeley @@ -29223,7 +29333,7 @@ libempathy-gtk/empathy-contact-menu.c | 43 ++++++++++++++++++++++++++++++++- - src/empathy-chat-window.c | 7 ++++- + src/empathy-chat-window.c | 7 ++++-- 2 files changed, 47 insertions(+), 3 deletions(-) commit 630a864d8ebac32fb7c11317308468ddbc535815 @@ -29233,8 +29343,8 @@ Add 'Delete and Block' as an option to the Remove Contact dialog libempathy-gtk/empathy-individual-view.c | 34 - +++++++++++++++++++++-------- - 1 files changed, 24 insertions(+), 10 deletions(-) + +++++++++++++++++++++--------- + 1 file changed, 24 insertions(+), 10 deletions(-) commit 6da159d09091d68a102c142b10747ae58755de51 Author: Danielle Madeley @@ -29244,8 +29354,8 @@ libempathy/empathy-individual-manager.c | 104 +++++++++++++++++++++++++++++++ - libempathy/empathy-individual-manager.h | 18 +++++ - 2 files changed, 122 insertions(+), 0 deletions(-) + libempathy/empathy-individual-manager.h | 18 ++++++ + 2 files changed, 122 insertions(+) commit 4f3b2d373b9f22abdbf2679a8c87ec68c1ae1d20 Author: Danielle Madeley @@ -29266,10 +29376,10 @@ Add contact blocking to EmpathyContactList and friends libempathy/empathy-contact-list.c | 23 ++++++++++++ - libempathy/empathy-contact-list.h | 12 ++++++ - libempathy/empathy-contact-manager.c | 41 +++++++++++++++++++++ + libempathy/empathy-contact-list.h | 12 +++++++ + libempathy/empathy-contact-manager.c | 41 ++++++++++++++++++++++ libempathy/empathy-tp-contact-list.c | 64 - ++++++++++++++++++++++++++++++--- + ++++++++++++++++++++++++++++++---- libempathy/empathy-tp-contact-list.h | 1 + 5 files changed, 135 insertions(+), 6 deletions(-) @@ -29281,7 +29391,7 @@ libempathy-gtk/empathy-contact-blocking-dialog.c | 88 +++++++++++++++------- - 1 files changed, 62 insertions(+), 26 deletions(-) + 1 file changed, 62 insertions(+), 26 deletions(-) commit ac5479e2ab5b1291afd853892238b0eb22c6e345 Author: Danielle Madeley @@ -29291,7 +29401,7 @@ libempathy-gtk/empathy-contact-blocking-dialog.c | 41 ++++++---------------- - 1 files changed, 11 insertions(+), 30 deletions(-) + 1 file changed, 11 insertions(+), 30 deletions(-) commit 65bf3f42d6699ce32edccab2412dabe195eac68d Author: Danielle Madeley @@ -29301,7 +29411,7 @@ src/empathy-main-window.c | 17 ++++++++++++++++- src/empathy-main-window.ui | 7 +++++++ - 2 files changed, 23 insertions(+), 1 deletions(-) + 2 files changed, 23 insertions(+), 1 deletion(-) commit bf0586ea17afcd2ad04fefa24b8e74cd5e1f4b23 Author: Danielle Madeley @@ -29309,8 +29419,8 @@ Prepare EmpathyContactManager in test - .../test-empathy-contact-blocking-dialog.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + tests/interactive/test-empathy-contact-blocking-dialog.c | 7 +++++++ + 1 file changed, 7 insertions(+) commit fe902c25eaf5944bba218bddd1484e87a85d9905 Author: Danielle Madeley @@ -29319,8 +29429,8 @@ Provide autocompletion of known contacts in the entry box libempathy-gtk/empathy-contact-blocking-dialog.c | 52 - +++++++++++++++++++-- - 1 files changed, 47 insertions(+), 5 deletions(-) + +++++++++++++++++++--- + 1 file changed, 47 insertions(+), 5 deletions(-) commit 290021178e77efb4324b4204d2ecf8124e60c65a Author: Danielle Madeley @@ -29330,7 +29440,7 @@ libempathy-gtk/empathy-contact-blocking-dialog.c | 171 ++++++++++++++++++++- - libempathy-gtk/empathy-contact-blocking-dialog.ui | 24 ++-- + libempathy-gtk/empathy-contact-blocking-dialog.ui | 24 +-- 2 files changed, 183 insertions(+), 12 deletions(-) commit f6b306beda8ade7053786826eb470005b42fea36 @@ -29339,8 +29449,8 @@ Connect ::response in test - .../test-empathy-contact-blocking-dialog.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + tests/interactive/test-empathy-contact-blocking-dialog.c | 3 +++ + 1 file changed, 3 insertions(+) commit a859b6a6a2f9dde93ef52b445266b5df3f50373a Author: Danielle Madeley @@ -29352,7 +29462,7 @@ tests/interactive/Makefile.am | 2 + .../test-empathy-contact-blocking-dialog.c | 45 ++++++++++++++++++++ - 3 files changed, 48 insertions(+), 0 deletions(-) + 3 files changed, 48 insertions(+) commit 83e88245ea04ee0d66c98ce36bf4f7112cbd2f23 Author: Danielle Madeley @@ -29371,7 +29481,7 @@ +++++++++++++++++++++ libempathy-gtk/empathy-contact-blocking-dialog.h | 60 +++ libempathy-gtk/empathy-contact-blocking-dialog.ui | 145 ++++++ - 4 files changed, 722 insertions(+), 0 deletions(-) + 4 files changed, 722 insertions(+) commit bd4149f1340c9881f001455983f7eaba987bfcb8 Author: Duarte Loreto @@ -29381,7 +29491,7 @@ po/pt.po | 1580 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 890 insertions(+), 690 deletions(-) + 1 file changed, 890 insertions(+), 690 deletions(-) commit 637cd236669994de6e23f10098ad44daae640841 Author: Daniel Mustieles @@ -29390,7 +29500,7 @@ Updated Spanish translation po/es.po | 25 +++++++++++++++++++------ - 1 files changed, 19 insertions(+), 6 deletions(-) + 1 file changed, 19 insertions(+), 6 deletions(-) commit c4f12fc9ad76f90374e08460971f001fdfb90036 Author: Guillaume Desmottes @@ -29399,7 +29509,7 @@ disable the call observer for now src/empathy-main-window.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit b9b55324c17793ebf0d82d6cd0203694a931497a Author: Cosimo Cecchi @@ -29415,7 +29525,7 @@ src/empathy-call-window.ui | 3 +++ src/empathy-debug-window.c | 2 ++ src/empathy-main-window.ui | 3 +++ - 3 files changed, 8 insertions(+), 0 deletions(-) + 3 files changed, 8 insertions(+) commit 5b894aa5ad8702279c0458b890025a22172bfdd1 Author: Emilio Pozuelo Monfort @@ -29426,7 +29536,7 @@ We don't support them on master yet. src/empathy-call-observer.c | 31 ++++--------------------------- - 1 files changed, 4 insertions(+), 27 deletions(-) + 1 file changed, 4 insertions(+), 27 deletions(-) commit b5cadd968f25270ddeb68c3760e6688124bae794 Author: Emilio Pozuelo Monfort @@ -29435,7 +29545,7 @@ Build fix libempathy-gtk/empathy-contact-search-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 53b016c19d0147a415b86cbadb94150c6078510a Author: Emilio Pozuelo Monfort @@ -29444,7 +29554,7 @@ Delay the approvers src/empathy-call-observer.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 19c228d5cd6a1eec12b0d7d015bb0fc49821f1ce Author: Emilio Pozuelo Monfort @@ -29459,7 +29569,7 @@ +++++++++++++++++++++++++++++++++++++++++++ src/empathy-call-observer.h | 54 ++++++++ src/empathy-main-window.c | 6 +- - 4 files changed, 347 insertions(+), 1 deletions(-) + 4 files changed, 347 insertions(+), 1 deletion(-) commit 20ec7b56ec63c56b41ad7c2cff2e4fd1ce3ba47f Author: Emilio Pozuelo Monfort @@ -29469,7 +29579,7 @@ libempathy-gtk/empathy-contact-search-dialog.c | 55 ++++++++++++++++++++++++ - 1 files changed, 55 insertions(+), 0 deletions(-) + 1 file changed, 55 insertions(+) commit 3c2728fb0e70803085f699538c115b4c41b0b869 Author: Emilio Pozuelo Monfort @@ -29478,7 +29588,7 @@ Use the special "" search field if the CM supports it libempathy-gtk/empathy-contact-search-dialog.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit cbdebf9ecf19f3303015e0efded41fe171fedbe6 Author: Guillaume Desmottes @@ -29488,7 +29598,7 @@ (#644058) src/empathy-account-assistant.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit a9c435117a92ccad2a9b992a105102d1c471ca37 Author: Guillaume Desmottes @@ -29498,7 +29608,7 @@ "Windows live" (#643920) libempathy/empathy-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e512bbfceef58803a5e8ef389c8f5585ab53596f Author: Gil Forcada @@ -29507,7 +29617,7 @@ [l10n] Updated Catalan translation po/ca.po | 31 ++++++++++++++++++++++++------- - 1 files changed, 24 insertions(+), 7 deletions(-) + 1 file changed, 24 insertions(+), 7 deletions(-) commit b9d097cb326e8e8af3f74b631c7c0cf0b4408db2 Author: Guillaume Desmottes @@ -29516,7 +29626,7 @@ auth-factory: set Observer.DelayApprovers (#643872) libempathy/empathy-auth-factory.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 46de927d35d667362a990905628ad7cbb4f9619e Author: Guillaume Desmottes @@ -29527,7 +29637,7 @@ We need it for tp_base_client_set_observer_delay_approvers(). configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b6e030fc577477fb6bf87d8833f2404ab8c6fc48 Author: Danielle Madeley @@ -29539,7 +29649,7 @@ libempathy-gtk/empathy-ui-utils.c | 61 +++++++++++++++++++++++++++++++++++-- - 1 files changed, 58 insertions(+), 3 deletions(-) + 1 file changed, 58 insertions(+), 3 deletions(-) commit 2eb9099ce3e60b8c60039b7947e249c294b02167 Author: Žygimantas Beručka @@ -29549,7 +29659,7 @@ po/lt.po | 1566 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 884 insertions(+), 682 deletions(-) + 1 file changed, 884 insertions(+), 682 deletions(-) commit 1923d63c2cc51521bd31100e6bad88be798d8afa Author: Khaled Hosny @@ -29559,7 +29669,7 @@ po/ar.po | 333 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 174 insertions(+), 159 deletions(-) + 1 file changed, 174 insertions(+), 159 deletions(-) commit 584d3fcf8235676fcab935567729a6d97b7bbf9e Author: Krasimir Chonov @@ -29569,7 +29679,7 @@ po/bg.po | 1503 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 833 insertions(+), 670 deletions(-) + 1 file changed, 833 insertions(+), 670 deletions(-) commit c6a022e2cf5f68ed49c78731886607530de22d04 Author: Ivar Smolin @@ -29578,7 +29688,7 @@ [l10n] Updated Estonian translation po/et.po | 19 +++++++++++++------ - 1 files changed, 13 insertions(+), 6 deletions(-) + 1 file changed, 13 insertions(+), 6 deletions(-) commit 78cef53c7c27496a5a108eb12ac414e3f3137b20 Author: Rudolfs Mazurs @@ -29588,7 +29698,7 @@ po/lv.po | 2332 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 1546 insertions(+), 786 deletions(-) + 1 file changed, 1546 insertions(+), 786 deletions(-) commit 1dc6fd11ddf1d028d23afa4de10791fe0068dff0 Author: Daniel Mustieles @@ -29598,7 +29708,7 @@ po/es.po | 143 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 74 insertions(+), 69 deletions(-) + 1 file changed, 74 insertions(+), 69 deletions(-) commit 43b41c43d30ea31769ed9fc263be72b2f9484f9f Author: A S Alam @@ -29608,7 +29718,7 @@ po/pa.po | 748 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 385 insertions(+), 363 deletions(-) + 1 file changed, 385 insertions(+), 363 deletions(-) commit 8c651efbfd8e5ceea5e8796aec12d61840e9590d Author: Guillaume Desmottes @@ -29620,7 +29730,7 @@ CM logs. libempathy/empathy-tp-chat.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 26d17c7c631bb175f58b00d9e332b0fd8c741d90 Author: Daniel Korostil @@ -29630,7 +29740,7 @@ po/uk.po | 59 ++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 30 insertions(+), 29 deletions(-) + 1 file changed, 30 insertions(+), 29 deletions(-) commit aae7107c07db72e86b335624ad1a7967f75e4e8e Author: Yaron Shahrabani @@ -29639,7 +29749,7 @@ Updated Hebrew translation. po/he.po | 34 +++++++++++++++++++--------------- - 1 files changed, 19 insertions(+), 15 deletions(-) + 1 file changed, 19 insertions(+), 15 deletions(-) commit 1839a4f2675fea1855f8961ab7a263d54a5f4c4c Author: liuzhen @@ -29649,7 +29759,7 @@ po/zh_CN.po | 1258 +++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 711 insertions(+), 547 deletions(-) + 1 file changed, 711 insertions(+), 547 deletions(-) commit 897a8fc900ff393f204b5e5a6e1ba2b2e170f1a3 Author: Danielle Madeley @@ -29658,7 +29768,7 @@ Emit RESPONSE_APPLY on row-activated libempathy-gtk/empathy-contact-search-dialog.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit a5667a859d34c1d79c966f625e6c7f8997f4af36 Author: Danielle Madeley @@ -29667,7 +29777,7 @@ Contact Search Dialog: Search when enter is pressed libempathy-gtk/empathy-contact-search-dialog.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 3c8f0ee47ad969dcc56880dad67652263e7b813a Author: Danielle Madeley @@ -29676,7 +29786,7 @@ Change 'Add' to 'Add Contact' libempathy-gtk/empathy-contact-search-dialog.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit df788298cd4def7fe18ab1ad89aa7291f9688017 Author: Danielle Madeley @@ -29685,8 +29795,8 @@ Tweak ContactSearchDialog padding libempathy-gtk/empathy-contact-search-dialog.c | 30 - +++++++++++++---------- - 1 files changed, 17 insertions(+), 13 deletions(-) + ++++++++++++++---------- + 1 file changed, 17 insertions(+), 13 deletions(-) commit 855095a0e0c5c50f0713caf11afad2329428827b Author: Danielle Madeley @@ -29697,8 +29807,8 @@ libempathy-gtk/empathy-password-dialog.c | 5 +++- libempathy/empathy-server-sasl-handler.c | 37 ++++++++++++++++++++++++++++++ - libempathy/empathy-server-sasl-handler.h | 3 ++ - 3 files changed, 44 insertions(+), 1 deletions(-) + libempathy/empathy-server-sasl-handler.h | 3 +++ + 3 files changed, 44 insertions(+), 1 deletion(-) commit 2d652e402b4ed7fa1ca01805288018e4fc867d53 Author: Danielle Madeley @@ -29707,8 +29817,8 @@ Implement MaySaveResponse and Ch.I.CredentialsStorage in SASL handler libempathy/empathy-server-sasl-handler.c | 43 - +++++++++++++++++++++++++++-- - 1 files changed, 40 insertions(+), 3 deletions(-) + +++++++++++++++++++++++++++--- + 1 file changed, 40 insertions(+), 3 deletions(-) commit 1543de6cc195aa22568d86ebb026b2c705b6d0b9 Author: Danielle Madeley @@ -29720,7 +29830,7 @@ ++++++++++++++++++++ extensions/Makefile.am | 1 + extensions/misc.xml | 1 + - 3 files changed, 61 insertions(+), 0 deletions(-) + 3 files changed, 61 insertions(+) commit 1c72f78a3f5b6db07dcdf92f8530e3134f896d71 Author: Gil Forcada @@ -29730,7 +29840,7 @@ po/ca.po | 1575 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 862 insertions(+), 713 deletions(-) + 1 file changed, 862 insertions(+), 713 deletions(-) commit c4d6e4444528d78e2e13e03dc94afa3f45db2511 Author: Kjartan Maraas @@ -29740,7 +29850,7 @@ po/nb.po | 337 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 174 insertions(+), 163 deletions(-) + 1 file changed, 174 insertions(+), 163 deletions(-) commit a28c97f368dd0ebe2c21c7be6fc579f45bf9b55a Author: Leonid Kanter @@ -29750,7 +29860,7 @@ po/ru.po | 1407 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 795 insertions(+), 612 deletions(-) + 1 file changed, 795 insertions(+), 612 deletions(-) commit c973683d56584d7bf14d1147e6efe44344b55d40 Author: Daniel Nylander @@ -29760,7 +29870,7 @@ po/sv.po | 435 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 224 insertions(+), 211 deletions(-) + 1 file changed, 224 insertions(+), 211 deletions(-) commit d4e5ce709bf78e014c1006f1f1e648f58b474b76 Author: Nicolas Dufresne @@ -29769,7 +29879,7 @@ Add support for message type to support /me libempathy/empathy-message.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit e30adf5d90786cc1145828f304a0857f03fe562c Author: Guillaume Desmottes @@ -29778,7 +29888,7 @@ find_items_cb: copy the string stored in the result libempathy/empathy-keyring.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 875ec756ab0f8ae86c40b9d9432d9c7b0b66c318 Author: Guillaume Desmottes @@ -29787,7 +29897,7 @@ find_items_cb: always use the first password found libempathy/empathy-keyring.c | 19 ++++++++++++++----- - 1 files changed, 14 insertions(+), 5 deletions(-) + 1 file changed, 14 insertions(+), 5 deletions(-) commit c4cdf9011e7cfe81b32db1742209edc7f2f54ee6 Author: Guillaume Desmottes @@ -29796,7 +29906,7 @@ accounts_dialog_set_selected_account: scroll to the selected account src/empathy-accounts-dialog.c | 15 ++++++++++++++- - 1 files changed, 14 insertions(+), 1 deletions(-) + 1 file changed, 14 insertions(+), 1 deletion(-) commit 79a01b5492f280cc8c9ceebeef046e085e684f48 Author: Guillaume Desmottes @@ -29805,7 +29915,7 @@ empathy-accounts: allow to pass the full path of the account src/empathy-accounts.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit d8bb9ec37dd074d70115c481bb667318e833b893 Author: Robert Sajdok @@ -29817,7 +29927,7 @@ (#583317) src/empathy-main-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit af14cf9bf6d5c19ca07245963def757408a0bdc5 Author: Yaron Shahrabani @@ -29827,7 +29937,7 @@ po/he.po | 303 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 157 insertions(+), 146 deletions(-) + 1 file changed, 157 insertions(+), 146 deletions(-) commit 460927eb68940ef9194b4276aba42f47c1264e67 Author: Daniel Korostil @@ -29837,7 +29947,7 @@ po/uk.po | 2451 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1570 insertions(+), 881 deletions(-) + 1 file changed, 1570 insertions(+), 881 deletions(-) commit bf7230f3bd199830b13f9b98c1754862954e3c56 Author: Changwoo Ryu @@ -29847,7 +29957,7 @@ po/ko.po | 1530 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 857 insertions(+), 673 deletions(-) + 1 file changed, 857 insertions(+), 673 deletions(-) commit 1ab50a302443947752c824ee777cecf7243ab0e1 Author: Daniel Mustieles @@ -29857,7 +29967,7 @@ po/es.po | 307 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 160 insertions(+), 147 deletions(-) + 1 file changed, 160 insertions(+), 147 deletions(-) commit 40a5e28276e503acea8bdfc5463a23ffbfe53db6 Author: Bruno Brouard @@ -29867,7 +29977,7 @@ po/fr.po | 305 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 159 insertions(+), 146 deletions(-) + 1 file changed, 159 insertions(+), 146 deletions(-) commit 6a98e814127df8d869a9c27949141783e14505d6 Author: Matej Urbančič @@ -29877,7 +29987,7 @@ po/sl.po | 1000 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 533 insertions(+), 467 deletions(-) + 1 file changed, 533 insertions(+), 467 deletions(-) commit 2ea7be6e9e50e8410c048f0c11c6d8e1ab148145 Author: Guillaume Desmottes @@ -29886,7 +29996,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fe7a700a7929753dad158a947f63eb5cc918ef31 Author: Guillaume Desmottes @@ -29907,7 +30017,7 @@ See https://bugzilla.gnome.org/show_bug.cgi?id=643295 libempathy-gtk/empathy-chat.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit c1ac26eb983b09e55771a9a6f6130b7e9bdff1fb Author: Guillaume Desmottes @@ -29916,7 +30026,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e8455be378847e312f34054e29e59caaf801a997 Author: Guillaume Desmottes @@ -29949,8 +30059,8 @@ libempathy-gtk/empathy-chat.c | 2 +- libempathy/empathy-tp-chat.c | 60 - ++++++++++------------------------------ - libempathy/empathy-tp-chat.h | 3 +- + +++++++++++------------------------------ + libempathy/empathy-tp-chat.h | 3 ++- src/empathy-event-manager.c | 2 +- 4 files changed, 19 insertions(+), 48 deletions(-) @@ -29962,7 +30072,7 @@ extensions/Logger.xml | 114 ++++++++++++++++++++----------------------------- - 1 files changed, 47 insertions(+), 67 deletions(-) + 1 file changed, 47 insertions(+), 67 deletions(-) commit 830aa2622ca7832e4daad33bbe82e06d81be7388 Author: Emilio Pozuelo Monfort @@ -29971,8 +30081,8 @@ Indentation fix libempathy-gtk/empathy-log-window.c | 42 - +++++++++++++++++----------------- - 1 files changed, 21 insertions(+), 21 deletions(-) + +++++++++++++++++------------------ + 1 file changed, 21 insertions(+), 21 deletions(-) commit 69c3a29e4d9af4b68c3ccb2a6d160cbf2fd9171a Author: Emilio Pozuelo Monfort @@ -29981,7 +30091,7 @@ Log window: free the entities together with the list libempathy-gtk/empathy-log-window.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 3370389a56ebd8fe1076721f55519ea1ad34c96a Author: Emilio Pozuelo Monfort @@ -29990,7 +30100,7 @@ Check for the right telepathy-logger pc file configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit acb645b19b6b0357e9a4b5af0d9e0faf3ebda49e Author: Emilio Pozuelo Monfort @@ -29999,7 +30109,7 @@ Log window: don't leak the account libempathy-gtk/empathy-log-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 72089c86163dd65754d251c9900ee98a1b9b2447 Author: Emilio Pozuelo Monfort @@ -30008,7 +30118,7 @@ Unref the entity when we're done libempathy-gtk/empathy-chat.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 67920cae23f4b8020559d7548fd1dff8de44e962 Author: Nicolas Dufresne @@ -30018,11 +30128,11 @@ configure.ac | 2 +- libempathy-gtk/empathy-chat.c | 37 ++++--- - libempathy-gtk/empathy-contact-menu.c | 11 ++- + libempathy-gtk/empathy-contact-menu.c | 11 +- libempathy-gtk/empathy-log-window.c | 197 - +++++++++++++++----------------- + +++++++++++++++------------------ libempathy/empathy-contact.c | 9 +- - libempathy/empathy-message.c | 30 +++--- + libempathy/empathy-message.c | 30 +++-- libempathy/empathy-message.h | 4 +- 7 files changed, 144 insertions(+), 146 deletions(-) @@ -30036,7 +30146,7 @@ There is no point to keep it around. libempathy-gtk/empathy-tls-dialog.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 4d45b02f6930ef0f97096deb5f70d62252dc7f95 Author: Nirbheek Chauhan @@ -30050,7 +30160,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=643078 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 33b6ee49a826c72e8a872bc9a98ef5015bca638a Author: Guillaume Desmottes @@ -30060,7 +30170,7 @@ libempathy-gtk/empathy-chat.c | 62 +++++++++++++++++++++++++---------------- - 1 files changed, 38 insertions(+), 24 deletions(-) + 1 file changed, 38 insertions(+), 24 deletions(-) commit c7112dca957e3c5fb4c318f2753b22e300960747 Author: Guillaume Desmottes @@ -30073,7 +30183,7 @@ libempathy/empathy-dispatcher.c | 656 +-------------------------------------- libempathy/empathy-dispatcher.h | 34 -- - 2 files changed, 1 insertions(+), 689 deletions(-) + 2 files changed, 1 insertion(+), 689 deletions(-) commit 938d9c8dbe1c39c99d92311b0fa0c2a98c0cb940 Author: Guillaume Desmottes @@ -30082,7 +30192,7 @@ ft-handler: stop instantiating a EmpathyDispatcher libempathy/empathy-ft-handler.c | 10 ---------- - 1 files changed, 0 insertions(+), 10 deletions(-) + 1 file changed, 10 deletions(-) commit ea84ad87c75088e29378c1c332a20567a76a538e Author: Guillaume Desmottes @@ -30091,7 +30201,7 @@ empathy.c: stop instantiating a EmpathyDispatcher src/empathy.c | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit ffb89eff7654897d8d5246bc06840411ab1de13f Author: Guillaume Desmottes @@ -30100,7 +30210,7 @@ use tp_capabilities_supports_room_list() (#641491) src/empathy-new-chatroom-dialog.c | 21 ++++++++------------- - 1 files changed, 8 insertions(+), 13 deletions(-) + 1 file changed, 8 insertions(+), 13 deletions(-) commit c96c271f838ffa3911bd301b37b6c7aaffb2dfc2 Author: Guillaume Desmottes @@ -30111,7 +30221,7 @@ We need it for tp_capabilities_supports_room_list() configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4435767a8769ac913b7fc7860474dca824a1cde8 Author: Bruno Brouard @@ -30121,7 +30231,7 @@ po/fr.po | 158 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 81 insertions(+), 77 deletions(-) + 1 file changed, 81 insertions(+), 77 deletions(-) commit 5ac753af160f7184594b74aa0b61e73e8fb3d5a7 Author: Cheng-Chia Tseng @@ -30143,7 +30253,7 @@ src/cc-empathy-accounts-panel.c | 2 -- src/empathy-accounts-common.h | 4 ---- - 2 files changed, 0 insertions(+), 6 deletions(-) + 2 files changed, 6 deletions(-) commit 35bbb7ce80ed1941a68b593fa69ebdb78c71e1e1 Author: Guillaume Desmottes @@ -30153,7 +30263,7 @@ data/icons/Makefile.am | 1 + data/icons/hicolor_apps_256x256_empathy.png | Bin 0 -> 24824 bytes - 2 files changed, 1 insertions(+), 0 deletions(-) + 2 files changed, 1 insertion(+) commit ef711c0be15feb40853087ea3b86d364e83030d4 Author: Guillaume Desmottes @@ -30162,7 +30272,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fc9e2392778db9c05b9f628cc104da12608c6369 Author: Ivar Smolin @@ -30171,7 +30281,7 @@ [l10n] Updated Estonian translation po/et.po | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 5527cc3dc589a986c7aaeafc54b50101059e506a Author: Emilio Pozuelo Monfort @@ -30180,7 +30290,7 @@ Fix make distcheck src/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 41688dd942557db1da816f6ba5f6e8502de2c1c4 Author: Guillaume Desmottes @@ -30200,7 +30310,7 @@ use GeditCloseButton (#642865) src/empathy-chat-window.c | 25 ++++--------------------- - 1 files changed, 4 insertions(+), 21 deletions(-) + 1 file changed, 4 insertions(+), 21 deletions(-) commit 6b33a26fa16179fce84a6243ede3f2d226ce4718 Author: Guillaume Desmottes @@ -30210,11 +30320,11 @@ This file is a bare copy from gedit. - src/Makefile.am | 2 + + src/Makefile.am | 2 ++ src/gedit-close-button.c | 80 ++++++++++++++++++++++++++++++++++++++++++++++ src/gedit-close-button.h | 60 ++++++++++++++++++++++++++++++++++ - 3 files changed, 142 insertions(+), 0 deletions(-) + 3 files changed, 142 insertions(+) commit 7490e07615a360c73cf204f6023298785eefe183 Author: Guillaume Desmottes @@ -30233,7 +30343,7 @@ Prevent segv attempting to free uninitialised value. libempathy/empathy-account-settings.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 24915e378ea1cd185acb406e4f69ddb029f6aea2 Author: Guillaume Desmottes @@ -30244,7 +30354,7 @@ It seems that GTK+ has been fixed configure.ac | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit f80ac5a563fe7e7b88f7c3f3b737907792dae355 Author: Emilio Pozuelo Monfort @@ -30319,8 +30429,8 @@ Port to champlain 0.10 (#642010) - configure.ac | 9 +-- - libempathy-gtk/empathy-contact-widget.c | 15 ++-- + configure.ac | 9 ++- + libempathy-gtk/empathy-contact-widget.c | 15 ++--- libempathy-gtk/empathy-individual-widget.c | 29 ++++----- src/empathy-map-view.c | 96 +++++++++++++--------------- @@ -30334,7 +30444,7 @@ po/he.po | 166 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 85 insertions(+), 81 deletions(-) + 1 file changed, 85 insertions(+), 81 deletions(-) commit a415776354fb947c6a42abecae405009c7e1b6b6 Author: Khaled Hosny @@ -30344,7 +30454,7 @@ po/ar.po | 168 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 86 insertions(+), 82 deletions(-) + 1 file changed, 86 insertions(+), 82 deletions(-) commit 31352fc1bd675fdda5d75b44429b4067bd0f626b Author: Emilio Pozuelo Monfort @@ -30355,7 +30465,7 @@ Since we obviously use it. configure.ac | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit adda2aa529b3d7a275b54a95afe0201aee1e6783 Author: Daniel Mustieles @@ -30364,8 +30474,8 @@ Updated Spanish translation help/es/es.po | 108 - +++++++++++++++++++++++++++----------------------------- - 1 files changed, 52 insertions(+), 56 deletions(-) + +++++++++++++++++++++++++++------------------------------ + 1 file changed, 52 insertions(+), 56 deletions(-) commit 4b167f7717f6a2008cb8178861d5436bd6a4f9aa Author: Daniel Mustieles @@ -30375,7 +30485,7 @@ po/es.po | 168 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 84 insertions(+), 84 deletions(-) + 1 file changed, 84 insertions(+), 84 deletions(-) commit cc1893624f843ba363b1bd3cceb5e4cc709cada7 Author: Mahyar Moghimi @@ -30386,7 +30496,7 @@ po/LINGUAS | 1 + po/fa.po | 3829 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 3830 insertions(+), 0 deletions(-) + 2 files changed, 3830 insertions(+) commit 03bbe3de832ab35a928e43bf05e3df099301cd67 Author: Friedel Wolff @@ -30397,7 +30507,7 @@ po/LINGUAS | 1 + po/zu.po | 3973 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 3974 insertions(+), 0 deletions(-) + 2 files changed, 3974 insertions(+) commit df72fd00377a9aaed2b532c84eb0c25383991b72 Author: Guillaume Desmottes @@ -30406,7 +30516,7 @@ empathy-chat: ensure that the theme manager stay alive src/empathy-chat.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit df6a382a635251a6c86d81af128d4f1187491c5f Author: Guillaume Desmottes @@ -30416,7 +30526,7 @@ function libempathy-gtk/empathy-theme-manager.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 753a1862257d4c14fb2475a73ec08aeabdb7d907 Author: Philip Withnall @@ -30435,16 +30545,16 @@ configure.ac | 2 +- .../empathy-individual-information-dialog.c | 2 +- - libempathy-gtk/empathy-individual-menu.c | 8 +++--- - libempathy-gtk/empathy-individual-store.c | 4 +- + libempathy-gtk/empathy-individual-menu.c | 8 +++---- + libempathy-gtk/empathy-individual-store.c | 4 ++-- libempathy-gtk/empathy-individual-view.c | 21 - +++++++++++++++--- + +++++++++++++++---- libempathy-gtk/empathy-individual-widget.c | 20 +++++++++--------- libempathy-gtk/empathy-linking-dialog.c | 2 +- - libempathy/empathy-contact.c | 4 +- + libempathy/empathy-contact.c | 4 ++-- libempathy/empathy-utils.c | 22 - ++++++++++++++++++- + ++++++++++++++++++-- libempathy/empathy-utils.h | 1 + 10 files changed, 59 insertions(+), 27 deletions(-) @@ -30460,7 +30570,7 @@ and BackendStore.get_backend_by_name in libfolks. Closes: bgo#641662 libempathy/empathy-individual-manager.c | 33 - +++++++++++++++++++++++++++++- + +++++++++++++++++++++++++++++-- libempathy/empathy-utils.c | 2 +- 2 files changed, 32 insertions(+), 3 deletions(-) @@ -30472,7 +30582,7 @@ po/ast.po | 2872 +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 1459 insertions(+), 1413 deletions(-) + 1 file changed, 1459 insertions(+), 1413 deletions(-) commit 014148a2b30d9b77e29abb565e0450fa9f88e5c7 Author: Guillaume Desmottes @@ -30481,7 +30591,7 @@ accounts: release our ref on the TpDBusDaemon src/empathy-accounts.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 73c9a3dba54975438ac127cc8020386ae5ed8e93 Author: Guillaume Desmottes @@ -30490,7 +30600,7 @@ empathy_account_settings_check_readyness: don't leak a ref on manager libempathy/empathy-account-settings.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 84b316b42725de82000353a9650e9304f5d4f825 Author: Guillaume Desmottes @@ -30500,7 +30610,7 @@ always unrefed libempathy-gtk/empathy-protocol-chooser.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit 9cae8fb44d9d76ad88d09527f48192dffba57711 Author: Guillaume Desmottes @@ -30524,7 +30634,7 @@ chatroom_manager_parse_chatroom: don't leak chatroom libempathy/empathy-chatroom-manager.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit de93890f23fa987bcd5d78b6833dedbee7537eb8 Author: Guillaume Desmottes @@ -30533,7 +30643,7 @@ folks favorite API has changed libempathy-gtk/empathy-individual-view.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 6011de2aa9fc4427acfa42ffe423fb166a165058 Author: Guillaume Desmottes @@ -30542,7 +30652,7 @@ Always display favorite contacts (#592595) libempathy-gtk/empathy-individual-view.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 600abe1e8b0f010484c7f1bdf185b4948660908e Merge: a1579c8 313c508 @@ -30559,7 +30669,7 @@ (#642098) libempathy-gtk/empathy-cell-renderer-expander.c | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit 8c99779e5b055bc407ac2b8bf6bb26f4df63d555 Author: Guillaume Desmottes @@ -30568,7 +30678,7 @@ update copyright libempathy-gtk/empathy-cell-renderer-expander.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 81fe71399ae0fea7e5a522e998e129e5cb9e756f Author: Guillaume Desmottes @@ -30580,7 +30690,7 @@ libempathy-gtk/empathy-cell-renderer-expander.c | 163 ----------------------- - 1 files changed, 0 insertions(+), 163 deletions(-) + 1 file changed, 163 deletions(-) commit a1579c86e5ff333a78dbafb6c196d39035284d07 Author: Kjartan Maraas @@ -30590,7 +30700,7 @@ po/nb.po | 128 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 66 insertions(+), 62 deletions(-) + 1 file changed, 66 insertions(+), 62 deletions(-) commit 0f4470c3e892cdbb0e6fdda9d300d0a84b6ff62e Author: Asia Słowik @@ -30599,7 +30709,7 @@ Updated Polish translation po/pl.po | 11 +++-------- - 1 files changed, 3 insertions(+), 8 deletions(-) + 1 file changed, 3 insertions(+), 8 deletions(-) commit ef4f45ba4d629437d49fc73a7bde6ef4022b189c Author: Asia Słowik @@ -30609,7 +30719,7 @@ po/pl.po | 1962 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 999 insertions(+), 963 deletions(-) + 1 file changed, 999 insertions(+), 963 deletions(-) commit a44c73c2e1a57ce59a7eba6d547da2f76ecda430 Author: Guillaume Desmottes @@ -30629,7 +30739,7 @@ debug-window: use empathy_context_menu_new() src/empathy-debug-window.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit ea092fdf3fd0a50acaa77c3768478169a7da589d Author: Guillaume Desmottes @@ -30638,7 +30748,7 @@ accounts-dialog: use empathy_context_menu_new() src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a5685443623cf5be33ff0223c63621eda577c4d7 Author: Guillaume Desmottes @@ -30647,7 +30757,7 @@ individual-widget: use empathy_context_menu_new() libempathy-gtk/empathy-individual-widget.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 867b57fdd04d230c205b2657b4ffa47db22af62a Author: Guillaume Desmottes @@ -30656,7 +30766,7 @@ individual-view: use empathy_context_menu_new() libempathy-gtk/empathy-individual-view.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 57c8169491a65eb284984a252859e39c0272db91 Author: Guillaume Desmottes @@ -30665,7 +30775,7 @@ contact-widget: use empathy_context_menu_new() libempathy-gtk/empathy-contact-widget.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 1a76481fbfc909010ff8fc79bc04ebca7330a40d Author: Guillaume Desmottes @@ -30674,7 +30784,7 @@ contact-list-view: use empathy_context_menu_new() (#642461) libempathy-gtk/empathy-contact-list-view.c | 6 +----- - 1 files changed, 1 insertions(+), 5 deletions(-) + 1 file changed, 1 insertion(+), 5 deletions(-) commit b93ebf9d9f42e4de478b63b9219efcdf516e630e Author: Guillaume Desmottes @@ -30686,7 +30796,7 @@ (#642461) libempathy-gtk/empathy-theme-adium.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 33fec6ea1836eaa5ba39bd233a5b81e4f6998a18 Author: Guillaume Desmottes @@ -30702,7 +30812,7 @@ libempathy-gtk/empathy-ui-utils.c | 34 ++++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-ui-utils.h | 2 ++ - 2 files changed, 36 insertions(+), 0 deletions(-) + 2 files changed, 36 insertions(+) commit 404871f95d42c41f01af2fdff862a877e624675b Author: Guillaume Desmottes @@ -30712,7 +30822,7 @@ may fix #636189 src/empathy-accounts-dialog.c | 16 +++++++++++++++- - 1 files changed, 15 insertions(+), 1 deletions(-) + 1 file changed, 15 insertions(+), 1 deletion(-) commit 6ea60bb165253f1355d9fbfa1a5a010fb79c2c06 Author: Guillaume Desmottes @@ -30721,7 +30831,7 @@ ft-factory: don't leak the handler libempathy/empathy-ft-factory.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit 52269e4ffc18cd85d3bec8970192e104e7fc0898 Author: Guillaume Desmottes @@ -30730,7 +30840,7 @@ fix coding style libempathy/empathy-ft-factory.c | 23 +++++++++++++---------- - 1 files changed, 13 insertions(+), 10 deletions(-) + 1 file changed, 13 insertions(+), 10 deletions(-) commit a49b8d190c999195a68b0d2043894b8425a96edc Author: Debarshi Ray @@ -30744,7 +30854,7 @@ Fixes: https://bugzilla.gnome.org/642385 libempathy/irc-networks.xml | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit d4cc2c6f60ba99c5e7772b08af6407b983f4b7a0 Author: Guillaume Desmottes @@ -30775,7 +30885,7 @@ src/empathy-av.c | 2 ++ src/empathy-chat.c | 2 ++ src/empathy-debugger.c | 2 ++ - 5 files changed, 11 insertions(+), 0 deletions(-) + 5 files changed, 11 insertions(+) commit 9c59bb18947a31362ded4c9e5ec5c4ea8c4d0b83 Author: Daniel Mustieles @@ -30784,7 +30894,7 @@ Updated Spanish translation po/es.po | 19 +++++++++++-------- - 1 files changed, 11 insertions(+), 8 deletions(-) + 1 file changed, 11 insertions(+), 8 deletions(-) commit 6ab8e70515bcf91c79b78701ce5358d6beb0bd10 Merge: 1c70d6e c7e246e @@ -30801,7 +30911,7 @@ po/fr.po | 1503 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 818 insertions(+), 685 deletions(-) + 1 file changed, 818 insertions(+), 685 deletions(-) commit c7e246e02d143268e0e8fc310c2078d312e4b91a Author: Chandni Verma @@ -30826,7 +30936,7 @@ [l10n] Updated Estonian translation po/et.po | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 94b8532b6cc83fa8924d5f734d3a92db5feac479 Author: Guillaume Desmottes @@ -30836,7 +30946,7 @@ (#642296) libempathy-gtk/empathy-password-dialog.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 6a7796336de7c9a5f6834253c8862d1e752ef5f7 Author: Cheng-Chia Tseng @@ -30845,7 +30955,7 @@ Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 951 - ++++++++++++++++++++++++++++++++--------------------------- + +++++++++++++++++++++++++++++++--------------------------- po/zh_TW.po | 954 ++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 1027 insertions(+), 878 deletions(-) @@ -30858,7 +30968,7 @@ (#641861) libempathy-gtk/empathy-irc-network-chooser.c | 19 ++++++++++++++++++- - 1 files changed, 18 insertions(+), 1 deletions(-) + 1 file changed, 18 insertions(+), 1 deletion(-) commit afe6426f268f5ba7b20f989bbd19f41ccb19b182 Author: Fran Diéguez @@ -30867,8 +30977,8 @@ Updated Galician translations po/gl.po | 299 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 152 insertions(+), 147 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 152 insertions(+), 147 deletions(-) commit d95f48409ba9a1a6815619bb085ba50b6eea5311 Author: Kjartan Maraas @@ -30878,7 +30988,7 @@ po/nb.po | 296 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 148 insertions(+), 148 deletions(-) + 1 file changed, 148 insertions(+), 148 deletions(-) commit f2b315fe100c9292492c7a37221be11dd87d3e10 Author: Daniel Mustieles @@ -30888,7 +30998,7 @@ po/es.po | 374 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 188 insertions(+), 186 deletions(-) + 1 file changed, 188 insertions(+), 186 deletions(-) commit de7532516985cf487da00abbe8bdc3025c669961 Author: Yaron Shahrabani @@ -30898,7 +31008,7 @@ po/he.po | 292 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 146 insertions(+), 146 deletions(-) + 1 file changed, 146 insertions(+), 146 deletions(-) commit 9314023680793975ddd928ca3f7b672b605da760 Author: Khaled Hosny @@ -30908,7 +31018,7 @@ po/ar.po | 292 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 146 insertions(+), 146 deletions(-) + 1 file changed, 146 insertions(+), 146 deletions(-) commit a4ed316c8c6a786d4ac1cb8d969a3f27b6a57a04 Author: Daniel Nylander @@ -30918,7 +31028,7 @@ po/sv.po | 394 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 197 insertions(+), 197 deletions(-) + 1 file changed, 197 insertions(+), 197 deletions(-) commit 5324201651b4be5a164ab2f3af2f7d4a8348e4a9 Author: Guillaume Desmottes @@ -30927,7 +31037,7 @@ account-settings: cope with g_regex_new returning NULL libempathy/empathy-account-settings.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit ef8d5543ab390b62c99a0fc17e1ef30cdb08f6a5 Author: Guillaume Desmottes @@ -30936,7 +31046,7 @@ string-parser: properly handle if g_regex_new() fails libempathy-gtk/empathy-string-parser.c | 14 +++++++++++++- - 1 files changed, 13 insertions(+), 1 deletions(-) + 1 file changed, 13 insertions(+), 1 deletion(-) commit 3272874ae2d8cf8e53dd939fb590fbf63c9dc6fa Author: Guillaume Desmottes @@ -30950,7 +31060,7 @@ libempathy/empathy-channel-factory.c | 126 ++++++++++++++++++++++++++++++++++ libempathy/empathy-channel-factory.h | 58 ++++++++++++++++ - 3 files changed, 186 insertions(+), 0 deletions(-) + 3 files changed, 186 insertions(+) commit 356be50ba481e0046c0ade43032de78322f3eaa8 Author: Rob Bradford @@ -30966,7 +31076,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=641985 libempathy/empathy-connectivity.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 189ac2ece4abcd095d94ec015154e50d13f46e02 Author: Guillaume Desmottes @@ -30975,7 +31085,7 @@ improve phrasing of the subscription request message src/empathy-event-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit add7f929cb12b88b2d3c4810b2d7b034196ddbdf Author: Emilio Pozuelo Monfort @@ -31063,7 +31173,7 @@ Generate closures for src/ src/Makefile.am | 23 ++++++++++++++++++++++- - 1 files changed, 22 insertions(+), 1 deletions(-) + 1 file changed, 22 insertions(+), 1 deletion(-) commit 3fc3cb87f63dfbf4a33bc5512073600688729dd2 Author: Cosimo Cecchi @@ -31074,7 +31184,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=641868 data/empathy-accounts.desktop.in.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fd7763a53b2e67de8676d34f6a755202832bf363 Author: Cosimo Cecchi @@ -31088,7 +31198,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=641867 src/cc-empathy-accounts-panel.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit c61ceefda501caad3efc8cad84662972d3652baa Author: Emilio Pozuelo Monfort @@ -31107,8 +31217,8 @@ Updated Gujarati Translations po/gu.po | 3386 - ++++++++++++++++++++++++++++++++++++++++++------------------- - 1 files changed, 2331 insertions(+), 1055 deletions(-) + ++++++++++++++++++++++++++++++++++++++++++-------------------- + 1 file changed, 2331 insertions(+), 1055 deletions(-) commit be3b9622582ca5abc86532019e7563a37010b5ed Author: Laurent Bigonville @@ -31117,7 +31227,7 @@ GNOME is not using CVS for a while autogen.sh | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1d32cd41ebb142f313fde508aedde89f3c20d32d Author: Guillaume Desmottes @@ -31126,7 +31236,7 @@ always color the room label when we are highlighted src/empathy-chat-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit cf25437b4330f128f0d35e97a353824177736c53 Author: Guillaume Desmottes @@ -31135,7 +31245,7 @@ use tp_clear_object() libempathy/empathy-tp-file.c | 21 ++++----------------- - 1 files changed, 4 insertions(+), 17 deletions(-) + 1 file changed, 4 insertions(+), 17 deletions(-) commit b07ca79425096c6e6f1cafda1be19b85cc2983a2 Author: Guillaume Desmottes @@ -31157,7 +31267,7 @@ We need it for FileTransfer.URI API. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4f54a4e0ecb21b56c22efb1756f174eacd8c17f5 Author: Guillaume Desmottes @@ -31166,8 +31276,8 @@ Set FileTransfer.URI when accepting a file (#641707) libempathy/empathy-tp-file.c | 49 - +++++++++++++++++++++++++++++++++-------- - 1 files changed, 39 insertions(+), 10 deletions(-) + +++++++++++++++++++++++++++++++++--------- + 1 file changed, 39 insertions(+), 10 deletions(-) commit 7e67efc0b94e62d2a5f48412abc5f71c43ca764b Author: Guillaume Desmottes @@ -31176,7 +31286,7 @@ set FileTransfer.URI on outgoing FT libempathy/empathy-ft-handler.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit e80937f80044e5125139dd4e6aeb5fac3019bcb8 Author: Kjartan Maraas @@ -31186,7 +31296,7 @@ po/nb.po | 635 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 329 insertions(+), 306 deletions(-) + 1 file changed, 329 insertions(+), 306 deletions(-) commit fb57016c81a53579af803f8ffd82756225a72391 Author: Khaled Hosny @@ -31196,7 +31306,7 @@ po/ar.po | 477 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 256 insertions(+), 221 deletions(-) + 1 file changed, 256 insertions(+), 221 deletions(-) commit 14e738d67444e05342802fb1ed841d217bd00cf1 Author: Yaron Shahrabani @@ -31205,8 +31315,8 @@ Updated Hebrew translation. po/he.po | 392 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 212 insertions(+), 180 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 212 insertions(+), 180 deletions(-) commit 7f58b46964f9ec00abfac3beb5356ab7fdb88cb4 Author: Emilio Pozuelo Monfort @@ -31221,7 +31331,7 @@ src/empathy-streamed-media-window-fullscreen.c | 309 ++++++++++++++++++++++++ src/empathy-streamed-media-window-fullscreen.h | 77 ++++++ - src/empathy-streamed-media-window.c | 28 +- + src/empathy-streamed-media-window.c | 28 +-- 6 files changed, 401 insertions(+), 401 deletions(-) commit 4b985ad97ad2cfee604394c5b7c6fb47d87cab39 @@ -31292,7 +31402,7 @@ (#641157) libempathy-gtk/empathy-individual-view.c | 8 ++------ - 1 files changed, 2 insertions(+), 6 deletions(-) + 1 file changed, 2 insertions(+), 6 deletions(-) commit 7cbe28b6cfc22744a0a6079213b9614d87bf22ad Author: Guillaume Desmottes @@ -31302,7 +31412,7 @@ individual_view_popup_menu_idle_cb libempathy-gtk/empathy-contact-list-view.c | 22 ++++++++++++++++++++-- - 1 files changed, 20 insertions(+), 2 deletions(-) + 1 file changed, 20 insertions(+), 2 deletions(-) commit 8978c0d955186405e291a7ff2ac71a063cdb9e68 Author: Guillaume Desmottes @@ -31312,7 +31422,7 @@ activate signal is connected (#641119) libempathy-gtk/empathy-individual-menu.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 8859363aee3d81abd6fb84f8d54f78e782d90425 Author: Guillaume Desmottes @@ -31321,7 +31431,7 @@ individual-view: detach the individual menu once it has been displayed libempathy-gtk/empathy-individual-view.c | 20 ++++++++++++++++++++ - 1 files changed, 20 insertions(+), 0 deletions(-) + 1 file changed, 20 insertions(+) commit f7b205167a4b7e11f1eed687852cb253b1ce1a23 Author: Guillaume Desmottes @@ -31333,7 +31443,7 @@ is useless. libempathy-gtk/empathy-individual-view.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 46be255840a0adb42dd0efa5378ceeecf8411edf Author: Fran Diéguez @@ -31343,7 +31453,7 @@ po/gl.po | 205 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 117 insertions(+), 88 deletions(-) + 1 file changed, 117 insertions(+), 88 deletions(-) commit 2dc6d1116520e0f6fc9f4f6470271f137c0eef5f Author: Ivar Smolin @@ -31352,7 +31462,7 @@ [l10n] Updated Estonian translation po/et.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 824d9f0c61898d3e4125c24b9ab6c3fd6cc0f8a0 Author: A S Alam @@ -31361,8 +31471,8 @@ update Punjabi Translation by A S Alam po/pa.po | 711 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 396 insertions(+), 315 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 396 insertions(+), 315 deletions(-) commit 8dfdeb48b7e558b9e0d6e8b29292367f0bdba020 Author: Daniel Mustieles @@ -31371,8 +31481,8 @@ Updated Spanish translation po/es.po | 140 - +++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 85 insertions(+), 55 deletions(-) + ++++++++++++++++++++++++++++++++++++++------------------------ + 1 file changed, 85 insertions(+), 55 deletions(-) commit 8914d8cdfdd984398e348fa4b666da05a5418722 Author: Ivar Smolin @@ -31381,7 +31491,7 @@ [l10n] Updated Estonian translation po/et.po | 32 +++++++++++++++++++++++++++----- - 1 files changed, 27 insertions(+), 5 deletions(-) + 1 file changed, 27 insertions(+), 5 deletions(-) commit 7803366218ee4b09782394985ffc0d31cb1b8a78 Author: Guillaume Desmottes @@ -31391,7 +31501,7 @@ TpContact now libempathy-gtk/empathy-individual-widget.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 91386d401d9385cf334cf4d879f97d7e49540bb1 Author: Guillaume Desmottes @@ -31405,7 +31515,7 @@ associated with them (#640914). libempathy/empathy-contact.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit 796ab375f5ff84b118320f71ea0d1a54f9dcb221 Author: Guillaume Desmottes @@ -31414,7 +31524,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ae51279486457b96bb746799fbb79b3e4b8518e6 Author: Emilio Pozuelo Monfort @@ -31423,7 +31533,7 @@ Fix distcheck extensions/Makefile.am | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 2c101f2718ae343a833e6f1885e11f45db8bc010 Merge: 1081451 c9dae1a @@ -31440,7 +31550,7 @@ po/sv.po | 593 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 306 insertions(+), 287 deletions(-) + 1 file changed, 306 insertions(+), 287 deletions(-) commit c9dae1a810f67c37e1218fc42b7364e0e2f91fc2 Author: Guillaume Desmottes @@ -31463,15 +31573,15 @@ tools/c-constants-gen.py | 84 +++++--- tools/check-coding-style.mk | 4 +- tools/git-which-branch.sh | 25 +++ - tools/glib-client-gen.py | 283 +++++++++++++++---------- + tools/glib-client-gen.py | 283 ++++++++++++++---------- tools/glib-errors-check-gen.py | 58 +++++ tools/glib-errors-enum-body-gen.py | 62 ------ tools/glib-errors-enum-header-gen.py | 75 ------- tools/glib-errors-str-gen.py | 82 +++++++ - tools/glib-ginterface-gen.py | 293 +++++++++++++++++--------- + tools/glib-ginterface-gen.py | 293 ++++++++++++++++--------- tools/glib-gtypes-generator.py | 214 ++++++++++++------- - tools/glib-interfaces-gen.py | 138 +++++++++++-- - tools/gobject-foo.py | 23 ++- + tools/glib-interfaces-gen.py | 138 ++++++++++-- + tools/gobject-foo.py | 23 +- tools/identity.xsl | 7 - tools/libglibcodegen.py | 5 +- tools/libtpcodegen.py | 36 +--- @@ -31498,7 +31608,7 @@ libempathy-gtk/empathy-individual-widget.c | 24 ++++++++++++++---------- - 1 files changed, 14 insertions(+), 10 deletions(-) + 1 file changed, 14 insertions(+), 10 deletions(-) commit 21321727a45ac859405638ba034dc4212f1374b8 Author: Guillaume Desmottes @@ -31507,7 +31617,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a1ce2e226d0d78f2e94ee3f6588341c3db6b6793 Author: Guillaume Desmottes @@ -31526,7 +31636,7 @@ coding style fix libempathy-gtk/empathy-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 88c215486143dc4887b1016540d090c78027ddfa Author: Guillaume Desmottes @@ -31535,7 +31645,7 @@ add empathy-contact-search-dialog.c to POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 38a7c551fb07d72dd7b6744a8d1a345466b011d2 Merge: 7f5c02a b03dfef @@ -31554,7 +31664,7 @@ libempathy/empathy-keyring.c | 79 +++++------------------------------------- - 1 files changed, 9 insertions(+), 70 deletions(-) + 1 file changed, 9 insertions(+), 70 deletions(-) commit 267fb729f0536843bcb7c42858bd3d6a6d029411 Author: Jonny Lamb @@ -31566,7 +31676,7 @@ libempathy/empathy-utils.h | 45 ++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 45 insertions(+), 0 deletions(-) + 1 file changed, 45 insertions(+) commit 7f5c02a63be19988ab199e497e22cd93880ae0bd Author: Travis Reitter @@ -31575,7 +31685,7 @@ Bump the Folks requirement to match reality. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 19bfb625b0301e6412c77aaccc2faf471d4fbff6 Author: Fran Diéguez @@ -31585,7 +31695,7 @@ po/gl.po | 322 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 163 insertions(+), 159 deletions(-) + 1 file changed, 163 insertions(+), 159 deletions(-) commit 41f5717611c6bb3236ae78a187fd5753bbd9ccf3 Author: Travis Reitter @@ -31596,11 +31706,11 @@ Fixes bgo#637847. libempathy-gtk/empathy-individual-store.c | 31 - +++++++++++++++------------ + +++++++++++++++------------- libempathy-gtk/empathy-individual-view.c | 2 +- - libempathy-gtk/empathy-individual-widget.c | 24 ++++++++++---------- - libempathy-gtk/empathy-persona-store.c | 16 ++++++++------ - libempathy-gtk/empathy-ui-utils.c | 4 +- + libempathy-gtk/empathy-individual-widget.c | 24 ++++++++++----------- + libempathy-gtk/empathy-persona-store.c | 16 +++++++------- + libempathy-gtk/empathy-ui-utils.c | 4 ++-- libempathy/empathy-contact.c | 20 +++++++++--------- 6 files changed, 51 insertions(+), 46 deletions(-) @@ -31613,7 +31723,7 @@ Helps bgo#637847. libempathy-gtk/empathy-ui-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8643ff0acdf20596dd233e93db6c83c6ba598d07 Author: Yaron Shahrabani @@ -31623,7 +31733,7 @@ po/he.po | 480 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 240 insertions(+), 240 deletions(-) + 1 file changed, 240 insertions(+), 240 deletions(-) commit 25a552a5eda176c376ec3cce7ab85aaa1eda2f82 Author: Ivar Smolin @@ -31632,7 +31742,7 @@ [l10n] Updated Estonian translation po/et.po | 41 +++++++++++++++++++++-------------------- - 1 files changed, 21 insertions(+), 20 deletions(-) + 1 file changed, 21 insertions(+), 20 deletions(-) commit 498a3e516c4ca9b8e02b283e81050d4cc8a6f04c Author: Daniel Mustieles @@ -31642,7 +31752,7 @@ po/es.po | 487 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 243 insertions(+), 244 deletions(-) + 1 file changed, 243 insertions(+), 244 deletions(-) commit 935d2f62ebc72edfe86ccf4449b7d95ef758bb74 Author: Jonny Lamb @@ -31653,7 +31763,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-chat.c | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit 2e70e2fef401bcbe38d9caf8281992be7d0f6413 Author: Jonny Lamb @@ -31666,7 +31776,7 @@ libempathy/empathy-keyring.c | 62 ++++++++++++++++++++++++++++++++++++++++++ libempathy/empathy-keyring.h | 7 +++++ - 2 files changed, 69 insertions(+), 0 deletions(-) + 2 files changed, 69 insertions(+) commit cfab69400457247ece6cd9baf1d49e70d7d9ce9b Author: Jonny Lamb @@ -31677,7 +31787,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-keyring.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4da8f83072b0a08d892a093bfab836bda29e1266 Author: Jonny Lamb @@ -31690,7 +31800,7 @@ libempathy-gtk/empathy-chat.c | 167 +++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 159 insertions(+), 8 deletions(-) + 1 file changed, 159 insertions(+), 8 deletions(-) commit 0bc660b874d8c04e22f7601dc5a3de428253d9c3 Author: Jonny Lamb @@ -31702,8 +31812,8 @@ libempathy/empathy-keyring.c | 55 ++++++++++++++++++++++++++++++++++++++++++ - libempathy/empathy-keyring.h | 7 +++++ - 2 files changed, 62 insertions(+), 0 deletions(-) + libempathy/empathy-keyring.h | 7 ++++++ + 2 files changed, 62 insertions(+) commit 1cbcfd3eda00fa93d081ef37c609103d84663941 Author: Jonny Lamb @@ -31715,7 +31825,7 @@ libempathy/empathy-keyring.c | 6 ++++++ libempathy/empathy-keyring.h | 2 ++ - 2 files changed, 8 insertions(+), 0 deletions(-) + 2 files changed, 8 insertions(+) commit f829b8e42bd93a53067c06d8ea52de2ba2632938 Author: Marek Černocký @@ -31725,7 +31835,7 @@ po/cs.po | 307 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 155 insertions(+), 152 deletions(-) + 1 file changed, 155 insertions(+), 152 deletions(-) commit a8e29279f323a5a1f4fc66a450a633b3415bea4d Author: Jonny Lamb @@ -31737,11 +31847,11 @@ Signed-off-by: Jonny Lamb libempathy/empathy-account-settings.c | 16 +++++++------- - libempathy/empathy-auth-factory.c | 4 +- + libempathy/empathy-auth-factory.c | 4 ++-- libempathy/empathy-keyring.c | 34 - +++++++++++++++++------------ - libempathy/empathy-keyring.h | 12 +++++----- - libempathy/empathy-server-sasl-handler.c | 8 +++--- + ++++++++++++++++++------------ + libempathy/empathy-keyring.h | 12 +++++------ + libempathy/empathy-server-sasl-handler.c | 8 +++---- 5 files changed, 40 insertions(+), 34 deletions(-) commit fe7c6ed34c96c0b57b0294ccebdab20dd0b702ba @@ -31753,7 +31863,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-chat.c | 31 +++++++++++++++++++++++++++++++ - 1 files changed, 31 insertions(+), 0 deletions(-) + 1 file changed, 31 insertions(+) commit 703d75010df79a51d0781fec8b30cd8588769c10 Author: Jonny Lamb @@ -31764,7 +31874,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-chat.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit f195c0248cff2258fadca246d94f114c0fa2d685 Author: Jonny Lamb @@ -31775,8 +31885,8 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-chat.c | 130 - ++++++++++++++++++++++++++-------------- - 1 files changed, 84 insertions(+), 46 deletions(-) + ++++++++++++++++++++++++++--------------- + 1 file changed, 84 insertions(+), 46 deletions(-) commit f8f82f5ce0aa87ac4bbde36ece2fb4d8fa2559eb Author: Will Thompson @@ -31803,7 +31913,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=640751 src/empathy-main-window.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 598dd64034b56c84463580f248f5b54dcda361f2 Author: Emilio Pozuelo Monfort @@ -31821,7 +31931,7 @@ libempathy-gtk/empathy-contact-search-dialog.h | 58 +++ src/empathy-main-window.c | 11 + src/empathy-main-window.ui | 8 + - 7 files changed, 653 insertions(+), 1 deletions(-) + 7 files changed, 653 insertions(+), 1 deletion(-) commit e1f1a8556be4ec33ec496c58f9d466026641133f Author: Yanko Kaneti @@ -31831,7 +31941,7 @@ data/org.gnome.Empathy.gschema.xml.in | 1 - libempathy/empathy-gsettings.h | 2 -- - 2 files changed, 0 insertions(+), 3 deletions(-) + 2 files changed, 3 deletions(-) commit 716d990b17c0d74ec255a2f5bfa258df3caca128 Author: Khaled Hosny @@ -31841,7 +31951,7 @@ po/ar.po | 1767 ++++++++++++++++++++++++++------------------------------------ - 1 files changed, 742 insertions(+), 1025 deletions(-) + 1 file changed, 742 insertions(+), 1025 deletions(-) commit d87e605b55a9c1f70c30b8a47d9ffd301364842a Author: Fran Diéguez @@ -31851,7 +31961,7 @@ po/gl.po | 214 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 106 insertions(+), 108 deletions(-) + 1 file changed, 106 insertions(+), 108 deletions(-) commit 71e8203ac15682c88cd2313c16a2e793d90312ce Merge: 1570d9b 08d9529 @@ -31867,7 +31977,7 @@ use tp_g_signal_connect_object() libempathy/empathy-presence-manager.c | 28 ++++++---------------------- - 1 files changed, 6 insertions(+), 22 deletions(-) + 1 file changed, 6 insertions(+), 22 deletions(-) commit 273fee5fe68846380765235aae3d9761c349f50c Author: Guillaume Desmottes @@ -31876,8 +31986,8 @@ presence-manager: add a dispose function and use tp_clear_* libempathy/empathy-presence-manager.c | 37 - ++++++++++++++++++++------------ - 1 files changed, 23 insertions(+), 14 deletions(-) + ++++++++++++++++++++------------- + 1 file changed, 23 insertions(+), 14 deletions(-) commit 1c3a8da098c9efdd7ece9c8375473f584a374aae Author: Guillaume Desmottes @@ -31886,7 +31996,7 @@ presence_manager_finalize: chain up libempathy/empathy-presence-manager.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 7e877988467139f1d2bee59a68f28436620d0a0f Author: Guillaume Desmottes @@ -31907,7 +32017,7 @@ libempathy/empathy-presence-manager.c | 1048 +++++++++++++++++---------------- - libempathy/empathy-presence-manager.h | 62 ++- + libempathy/empathy-presence-manager.h | 62 +- 2 files changed, 570 insertions(+), 540 deletions(-) commit c9f2cd4f71e619f5a418090981afebbef43226c1 @@ -31944,7 +32054,7 @@ It's broken so better disabling it than crashing (#637322). libempathy-gtk/empathy-chat.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit cfaa4c875c382545b06162854c286d1b5b3f0497 Author: Guillaume Desmottes @@ -31974,7 +32084,7 @@ Bug #640295 src/empathy-main-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e64970236bda77f049d23c890a590bdab8414705 Author: Inaki Larranaga Murgoitio @@ -31984,7 +32094,7 @@ po/eu.po | 208 ++++++++++++++++++++++++++------------------------------------ - 1 files changed, 88 insertions(+), 120 deletions(-) + 1 file changed, 88 insertions(+), 120 deletions(-) commit a95eadd6866a511e5a8e2574156bf767a4361918 Author: Guillaume Desmottes @@ -31997,7 +32107,7 @@ best to use the one we already have. src/empathy-call-window.c | 14 ++++++-------- - 1 files changed, 6 insertions(+), 8 deletions(-) + 1 file changed, 6 insertions(+), 8 deletions(-) commit f18f2746690b0ceae80c3b362529decc112ca77f Author: Guillaume Desmottes @@ -32008,7 +32118,7 @@ src/empathy-call-window.c | 5 +++++ src/empathy-call-window.ui | 1 + - 2 files changed, 6 insertions(+), 0 deletions(-) + 2 files changed, 6 insertions(+) commit 1cb2462f5793d99ad42decfbcc34bc22474ccbdc Author: Guillaume Desmottes @@ -32017,7 +32127,7 @@ call-window: remove unused priv->action_camera_preview src/empathy-call-window.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 6924c640f01c5ca55d1001ddc5c44a46d7baf948 Author: Guillaume Desmottes @@ -32028,7 +32138,7 @@ They have already be notified by the Approver. src/empathy-chat-window.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit f8d4856794d8bf6ba951586fe2e196a00743c764 Merge: ce51e07 aade7b7 @@ -32046,7 +32156,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=609420 src/empathy-chat-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ce51e074a4b2bf286980cad803239bd5e96e749b Author: Guillaume Desmottes @@ -32055,7 +32165,7 @@ account-widget-yahoo: remove server field (#634853) libempathy-gtk/empathy-account-widget-yahoo.ui | 36 - ++--------------------- + +++--------------------- libempathy-gtk/empathy-account-widget.c | 1 - 2 files changed, 4 insertions(+), 33 deletions(-) @@ -32073,7 +32183,7 @@ but we can't try using the old one while waiting (#640411). src/empathy-accounts-dialog.c | 19 ++++++++++++++++--- - 1 files changed, 16 insertions(+), 3 deletions(-) + 1 file changed, 16 insertions(+), 3 deletions(-) commit 760fc904f7b1cb1df34bcee3cfbb57291ccc811c Author: Vitaly Minko @@ -32084,7 +32194,7 @@ libempathy-gtk/empathy-contact-widget.c | 72 +++++++++++++++++++++++++++---- - 1 files changed, 63 insertions(+), 9 deletions(-) + 1 file changed, 63 insertions(+), 9 deletions(-) commit 97b44882aafe0b900433cce84b72eea2d542e875 Author: Mario Blättermann @@ -32094,7 +32204,7 @@ po/de.po | 1372 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 755 insertions(+), 617 deletions(-) + 1 file changed, 755 insertions(+), 617 deletions(-) commit e7500dd3bb047233c7a66523f16330e9279ee9ce Author: Inaki Larranaga Murgoitio @@ -32104,7 +32214,7 @@ po/eu.po | 1536 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 838 insertions(+), 698 deletions(-) + 1 file changed, 838 insertions(+), 698 deletions(-) commit 1c78ba6bdffcf3ad90ac7c634b2ac62c2a275f92 Author: Yuri Myasoedov @@ -32114,7 +32224,7 @@ po/ru.po | 1442 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 790 insertions(+), 652 deletions(-) + 1 file changed, 790 insertions(+), 652 deletions(-) commit 73215d93ed358d8aa257efb9822dafe9f82e0f3e Author: Marek Černocký @@ -32124,7 +32234,7 @@ po/cs.po | 1383 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 746 insertions(+), 637 deletions(-) + 1 file changed, 746 insertions(+), 637 deletions(-) commit dbb95ed92ec1acc6d6bbf7b4a1dbcaf931070e4f Merge: 8eb3671 1acf899 @@ -32141,7 +32251,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5685283601ab2b184797c569eaa1bf3c49ad1812 Author: Guillaume Desmottes @@ -32164,7 +32274,7 @@ libempathy-gtk/empathy-contact-list-store.c | 60 ++++++++++++++++++++++++++- libempathy/empathy-tp-chat.c | 9 ++++ - libempathy/empathy-tp-chat.h | 3 + + libempathy/empathy-tp-chat.h | 3 ++ src/empathy-chat-manager.c | 4 +- 4 files changed, 74 insertions(+), 2 deletions(-) @@ -32177,7 +32287,7 @@ Signed-off-by: Jonny Lamb data/Empathy.Auth.client | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 59a145f0076fd39b5ff624e936dbe3d4dbc49d5b Author: Guillaume Desmottes @@ -32186,7 +32296,7 @@ Improve connected/disconnected notifications (#639352) src/empathy-event-manager.c | 14 ++++++++------ - 1 files changed, 8 insertions(+), 6 deletions(-) + 1 file changed, 8 insertions(+), 6 deletions(-) commit 8f96f1f11ae5f8407127d5438e75c67426ec6368 Author: Andrej Žnidaršič @@ -32195,7 +32305,7 @@ Updated Slovenian translation po/sl.po | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 03bb22ef948638473e71839d149101e63c926d96 Author: Michael Kotsarinis @@ -32205,7 +32315,7 @@ po/el.po | 1384 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 760 insertions(+), 624 deletions(-) + 1 file changed, 760 insertions(+), 624 deletions(-) commit 876df65bb9a150cffcd67f22ade017d3dd7fcb6a Author: Chandni Verma @@ -32214,7 +32324,7 @@ Chat command nick modified to use RequestRename instead of SetAliases libempathy-gtk/empathy-chat.c | 26 +++++++++++++++----------- - 1 files changed, 15 insertions(+), 11 deletions(-) + 1 file changed, 15 insertions(+), 11 deletions(-) commit 3de1ceb50c21c2ccc34bf44cd2b6abec3853239b Author: Chandni Verma @@ -32226,7 +32336,7 @@ libempathy-gtk/empathy-chat.c | 57 +++++++++++++++++++++++++++++++---------- - 1 files changed, 43 insertions(+), 14 deletions(-) + 1 file changed, 43 insertions(+), 14 deletions(-) commit dc2525a1840bd029dd79709cdbe0de3a3cad7d37 Author: Chandni Verma @@ -32238,7 +32348,7 @@ ++++++++++++++++++++++++++ extensions/Makefile.am | 1 + extensions/misc.xml | 1 + - 3 files changed, 100 insertions(+), 0 deletions(-) + 3 files changed, 100 insertions(+) commit 4a8f54fdba23d9addb4d6c014423bc3f2619aafd Author: Gabor Kelemen @@ -32248,7 +32358,7 @@ po/hu.po | 1373 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 739 insertions(+), 634 deletions(-) + 1 file changed, 739 insertions(+), 634 deletions(-) commit 81a3d8288500cd4a2fd94cf562e6aaf9f5e031e0 Author: Kjartan Maraas @@ -32257,8 +32367,8 @@ Updated Norwegian bokmål translation po/nb.po | 113 - ++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 56 insertions(+), 57 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 56 insertions(+), 57 deletions(-) commit 983bdf7866b88fd9585197671d99a748a8683055 Author: Guillaume Desmottes @@ -32272,7 +32382,7 @@ created in a constructor instead of an init function. libempathy-gtk/empathy-account-chooser.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit c4a806bea01fcb3862ab43e88eede77fca1ce7e0 Author: Kushal Das @@ -32281,7 +32391,7 @@ Pressing F2 opens the Edit Contact Information window for #586257 libempathy-gtk/empathy-individual-view.c | 23 ++++++++++++++++++++++- - 1 files changed, 22 insertions(+), 1 deletions(-) + 1 file changed, 22 insertions(+), 1 deletion(-) commit 2392932b2eed456f7d5b39d0a9eb839194dfb0e1 Author: Emilio Pozuelo Monfort @@ -32303,7 +32413,7 @@ ... instead of to the deprecated style-set one. src/empathy-chat-window.c | 9 ++++----- - 1 files changed, 4 insertions(+), 5 deletions(-) + 1 file changed, 4 insertions(+), 5 deletions(-) commit 4dab5e45e10c4aa8d305a7cc5be62cee243f029b Author: Emilio Pozuelo Monfort @@ -32312,7 +32422,7 @@ Don't use deprecated gtk_widget_get_style() src/empathy-chat-window.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 05047bfdd596bf6010d09f9409ff13a74190ed4c Author: Emilio Pozuelo Monfort @@ -32321,8 +32431,8 @@ Don't use deprecated gdk_keyboard_grab/ungrab libempathy-gtk/empathy-password-dialog.c | 35 - +++++++++++++++++++++++------ - 1 files changed, 27 insertions(+), 8 deletions(-) + +++++++++++++++++++++++------- + 1 file changed, 27 insertions(+), 8 deletions(-) commit 0ffc53acc1c6993100c08e85180a10daf817556b Author: Emilio Pozuelo Monfort @@ -32341,7 +32451,7 @@ Don't use deprecated gtk_paint_expander() libempathy-gtk/empathy-cell-renderer-expander.c | 14 ++++++-------- - 1 files changed, 6 insertions(+), 8 deletions(-) + 1 file changed, 6 insertions(+), 8 deletions(-) commit 9b16b39e05f3f9428605d93f0e1e277660442117 Author: Guillaume Desmottes @@ -32350,7 +32460,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8103d9d64d3fa440921ae58f05d9c42aed0fc5ee Author: Guillaume Desmottes @@ -32370,7 +32480,7 @@ for #637195 src/empathy-ft-manager.c | 34 +++++++++++++++++++++++++++------- - 1 files changed, 27 insertions(+), 7 deletions(-) + 1 file changed, 27 insertions(+), 7 deletions(-) commit 363c9bdf35a11cde6ba7a0da3bc2cb7fcdb7a1b6 Merge: d5f5cfa 98b73f3 @@ -32388,7 +32498,7 @@ po/gl.po | 400 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 220 insertions(+), 180 deletions(-) + 1 file changed, 220 insertions(+), 180 deletions(-) commit 98b73f3620f3b2f94e7d2ce3cfd2cd07cc637d13 Author: Chandni Verma @@ -32413,8 +32523,8 @@ Updated Norwegian bokmål translation from Torstein Adolf Winterseth po/nb.po | 156 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 87 insertions(+), 69 deletions(-) + +++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 87 insertions(+), 69 deletions(-) commit 4c19864b900fb571ce6db077812d3422a23df5db Author: Mattias Põldaru @@ -32423,7 +32533,7 @@ [l10n] Updated Estonian translation po/et.po | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit aa3df0b40d88a51f972f1c635b01402ad56a7946 Author: Daniel Nylander @@ -32433,7 +32543,7 @@ po/sv.po | 1504 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 810 insertions(+), 694 deletions(-) + 1 file changed, 810 insertions(+), 694 deletions(-) commit 2404d3b7b273d4af4af02b3c0515421d31962046 Author: Sjoerd Simons @@ -32442,7 +32552,7 @@ Remove the chats_new_msg list from EmpathyChatWindow src/empathy-chat-window.c | 26 +++++++++----------------- - 1 files changed, 9 insertions(+), 17 deletions(-) + 1 file changed, 9 insertions(+), 17 deletions(-) commit d471250122f68adba8625fbc719614f927fa4103 Author: Sjoerd Simons @@ -32462,7 +32572,7 @@ Highlight both the tab and the menu label src/empathy-chat-window.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 048bf784409bd5c40705e4169793b0951c709264 Author: Sjoerd Simons @@ -32471,7 +32581,7 @@ Fix lines > 80 chars src/empathy-accounts-dialog.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit fff4889260ab902aeb409273e41c6f4c5078310c Author: Sjoerd Simons @@ -32480,7 +32590,7 @@ Prevent potential freeing of unitialized data src/empathy-accounts-dialog.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 53a5a7f37188ffaf3e050c5ad2e0852095a85c4b Author: Sjoerd Simons @@ -32490,7 +32600,7 @@ of hoops libempathy-gtk/empathy-avatar-image.c | 18 ++++++++---------- - 1 files changed, 8 insertions(+), 10 deletions(-) + 1 file changed, 8 insertions(+), 10 deletions(-) commit bfb7a859f932c540c4695ba5489ab135506e8494 Author: David Laban @@ -32502,7 +32612,7 @@ people. data/element-properties | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a8bbe125863cee9c8a857562f99899f800e96cdf Author: A S Alam @@ -32512,7 +32622,7 @@ po/pa.po | 686 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 375 insertions(+), 311 deletions(-) + 1 file changed, 375 insertions(+), 311 deletions(-) commit 92ca9d1a3c9fbe40b9f2d22d7377075e23cbecab Author: Matej Urbančič @@ -32522,7 +32632,7 @@ po/sl.po | 396 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 217 insertions(+), 179 deletions(-) + 1 file changed, 217 insertions(+), 179 deletions(-) commit c6b58a76e119e7c5a9b57f5e216e72c000268165 Author: Yaron Shahrabani @@ -32532,7 +32642,7 @@ po/he.po | 69 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 39 insertions(+), 30 deletions(-) + 1 file changed, 39 insertions(+), 30 deletions(-) commit 3becee6fc229553a28149c9ebde7b14a775d6850 Author: Daniel Mustieles @@ -32541,8 +32651,8 @@ Updated Spanish translation po/es.po | 79 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 43 insertions(+), 36 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 43 insertions(+), 36 deletions(-) commit 72a3058937bee67024b9bf87ff50f73409109c63 Author: Stef Walter @@ -32553,7 +32663,7 @@ When a pinned certificate is present, these don't get initialized. libempathy/empathy-tls-verifier.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 36c700d49ac25f40e7ce47784fdf199c17ae8261 Author: Stef Walter @@ -32564,7 +32674,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=636258 libempathy/empathy-tls-verifier.c | 27 +++++++++++++++++++++------ - 1 files changed, 21 insertions(+), 6 deletions(-) + 1 file changed, 21 insertions(+), 6 deletions(-) commit 00da7eadfe0ed7c4d080cc1ee076302c37ec0f7b Author: Stef Walter @@ -32575,7 +32685,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=636258#c3 tests/empathy-tls-test.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit f1bc5efbef341a2af2ebf0f9fc3f687503fe7e07 Author: Stef Walter @@ -32587,7 +32697,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=636258#c3 libempathy/empathy-tls-verifier.c | 31 ++++++++++++++++--------------- - 1 files changed, 16 insertions(+), 15 deletions(-) + 1 file changed, 16 insertions(+), 15 deletions(-) commit de7d7bf967502778c927d80121e4aaf0a52a7461 Author: Stef Walter @@ -32598,7 +32708,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=636258#c3 libempathy/empathy-tls-verifier.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 14baa8d05d72d94431b3422bf455835bd065707e Author: Stef Walter @@ -32637,7 +32747,7 @@ in libgcr terminology. libempathy/empathy-tls-verifier.c | 31 +++++++++++++++++++++++++++++-- - 1 files changed, 29 insertions(+), 2 deletions(-) + 1 file changed, 29 insertions(+), 2 deletions(-) commit ad51bca6104dc154fd1fdc3b177f160c8f05cd34 Author: Stef Walter @@ -32650,7 +32760,7 @@ libempathy/empathy-tls-verifier.c | 291 +++++++++++++------------------------ - 1 files changed, 103 insertions(+), 188 deletions(-) + 1 file changed, 103 insertions(+), 188 deletions(-) commit 02798920bfc26c86f0b4fb356f5635c3a20f203c Author: Stef Walter @@ -32678,7 +32788,7 @@ Complete TLS verification properly in TLS verifier. libempathy/empathy-tls-verifier.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 430516c8f22e26821a22868621e59ec201d6a805 Author: Stef Walter @@ -32691,7 +32801,7 @@ tests/empathy-tls-test.c | 60 ++++++++++++++++++++++++++++++++++++---------- - 1 files changed, 47 insertions(+), 13 deletions(-) + 1 file changed, 47 insertions(+), 13 deletions(-) commit d6cacab44d2c134688c79be7d62ab4307ce7f527 Author: Stef Walter @@ -32700,7 +32810,7 @@ libempathy: Fix reference counting of certs in verifier. libempathy/empathy-tls-verifier.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 34934197b7a1fb237c810c6de1aa498b4abbbc53 Author: Stef Walter @@ -32718,7 +32828,7 @@ tests/certificates/dhansak-collabora.cer | Bin 0 -> 1200 bytes tests/empathy-tls-test.c | 356 ++++++++++++++++++++++++++++++ - 4 files changed, 362 insertions(+), 1 deletions(-) + 4 files changed, 362 insertions(+), 1 deletion(-) commit 636f502149f77a80ef1b79cfc6d2da4b20c6ec7c Author: Stef Walter @@ -32729,7 +32839,7 @@ libgcr now uses single header include model. libempathy/empathy-tls-verifier.c | 16 ++++++++++++---- - 1 files changed, 12 insertions(+), 4 deletions(-) + 1 file changed, 12 insertions(+), 4 deletions(-) commit 59384754d15dc9340466dbb69ad615ffc76ffb6a Author: Stef Walter @@ -32743,7 +32853,7 @@ libempathy/empathy-tls-verifier.c | 186 ++++++++++++++++++++++++++----------- - 1 files changed, 133 insertions(+), 53 deletions(-) + 1 file changed, 133 insertions(+), 53 deletions(-) commit edc69d9089b2d49570fa0644a4ef4f223c64550e Author: Stef Walter @@ -32754,7 +32864,7 @@ These are now handled by gnome-keyring through libgcr. configure.ac | 33 --------------------------------- - 1 files changed, 0 insertions(+), 33 deletions(-) + 1 file changed, 33 deletions(-) commit 8d72b18028c35d887c2352e3f08aacd9b7096f4c Author: Stef Walter @@ -32769,7 +32879,7 @@ libempathy/empathy-tls-certificate.h | 2 - libempathy/empathy-tls-verifier.c | 21 ++++++ libempathy/empathy-tls-verifier.h | 2 + - src/empathy-auth-client.c | 14 +++- + src/empathy-auth-client.c | 14 ++-- 5 files changed, 33 insertions(+), 133 deletions(-) commit c55c9a4dd8848f7257794dc9fc8f8138f1b47f43 @@ -32811,7 +32921,7 @@ team. configure.ac | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 8f4bd49edcf38951072b9f12ce50ba9aaddac83d Author: Guillaume Desmottes @@ -32820,7 +32930,7 @@ just include gcr.h libempathy-gtk/empathy-tls-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 89ed5197c3cf61971b8425b176ce71073add7360 Author: Stef Walter @@ -32835,7 +32945,7 @@ libempathy-gtk/gcr-simple-certificate.c | 134 ------------------------------- libempathy-gtk/gcr-simple-certificate.h | 61 -------------- - 4 files changed, 1 insertions(+), 197 deletions(-) + 4 files changed, 1 insertion(+), 197 deletions(-) commit dfc08c3feee35e194fdb58441752ea82f79c166a Merge: b55050d 083af6c @@ -32854,7 +32964,7 @@ src/empathy-accounts-dialog.c | 95 +++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 95 insertions(+), 0 deletions(-) + 1 file changed, 95 insertions(+) commit b55050dbfb73d4f724d5b04fd4ddeff21e4f7685 Author: Gheyret T.Kenji @@ -32864,7 +32974,7 @@ po/ug.po | 831 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 439 insertions(+), 392 deletions(-) + 1 file changed, 439 insertions(+), 392 deletions(-) commit 6d801f75006f2cf60c17f0f3abd0f3ba26638702 Author: Guillaume Desmottes @@ -32873,7 +32983,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6d722a39df3e480da2d500e47d754e0f9262893a Author: Guillaume Desmottes @@ -32884,7 +32994,7 @@ NEWS | 5 +++++ configure.ac | 2 +- release.py | 1 + - 3 files changed, 7 insertions(+), 1 deletions(-) + 3 files changed, 7 insertions(+), 1 deletion(-) commit bc624045f0a4f4b1182efb3c6ec63c0de5a67c13 Merge: 307a2f3 c5a0441 @@ -32923,7 +33033,7 @@ libempathy-gtk/empathy-account-widget.c | 44 +++++++++++++++++++++---------- - 1 files changed, 30 insertions(+), 14 deletions(-) + 1 file changed, 30 insertions(+), 14 deletions(-) commit 8cf5f1c4f4224bc8863ab498c4d89082db6ceb7b Author: Guillaume Desmottes @@ -32933,7 +33043,7 @@ (#637854) src/empathy-main-window.c | 23 ++++++++++++++++------- - 1 files changed, 16 insertions(+), 7 deletions(-) + 1 file changed, 16 insertions(+), 7 deletions(-) commit a5c7ff32a6f9672ca78a4aca5a4dcf7554fc24f1 Author: Guillaume Desmottes @@ -32944,7 +33054,7 @@ src/empathy-accounts-dialog.c | 39 +++++++++++++++++++++++++-------------- - 1 files changed, 25 insertions(+), 14 deletions(-) + 1 file changed, 25 insertions(+), 14 deletions(-) commit 23a647a3dcb0109aadcb9a3f40d788754cd48767 Author: Guillaume Desmottes @@ -32953,7 +33063,7 @@ gdk_xid_table_lookup has been deprecated (#637855) libempathy-gtk/empathy-avatar-image.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 1968b5ac26a4e2dac0220cb3203def2854de095d Author: Guillaume Desmottes @@ -32966,7 +33076,7 @@ still interact with the contact by right clicking on it if needed. libempathy-gtk/empathy-chat.c | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit 432d3afbd187bc771a7b5577f3abb64ff39c8693 Author: Guillaume Desmottes @@ -32976,7 +33086,7 @@ (#637799) src/empathy-chat-window.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 555c78e00939cf1ce2a4f410e231b0271b654ed0 Author: Jonny Lamb @@ -32988,8 +33098,8 @@ Signed-off-by: Jonny Lamb libempathy/empathy-account-settings.c | 42 - +++++++++++++++++++++++--------- - 1 files changed, 30 insertions(+), 12 deletions(-) + +++++++++++++++++++++++---------- + 1 file changed, 30 insertions(+), 12 deletions(-) commit e6172665de111c2b32d6f16679add6f581c66a02 Author: Jonny Lamb @@ -33000,7 +33110,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-account-settings.c | 8 +++----- - 1 files changed, 3 insertions(+), 5 deletions(-) + 1 file changed, 3 insertions(+), 5 deletions(-) commit 9f3eabf31f324237fd99fca8762a04bc98cd7630 Author: Jonny Lamb @@ -33012,7 +33122,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-account-settings.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit ae173323b5bc489f03fda053584dbcfe212836a2 Author: Jonny Lamb @@ -33024,7 +33134,7 @@ libempathy/empathy-account-settings.c | 99 ++++++++++++++++++--------------- - 1 files changed, 54 insertions(+), 45 deletions(-) + 1 file changed, 54 insertions(+), 45 deletions(-) commit f2e6bb42906ad6cd5e11ee61fab64d3d2e7e879a Author: Jonny Lamb @@ -33036,7 +33146,7 @@ libempathy/empathy-account-settings.c | 47 +++++++++++++++++++++++++++++++++ - 1 files changed, 47 insertions(+), 0 deletions(-) + 1 file changed, 47 insertions(+) commit 218a0c003b0528423164b1670daf33ec360acd20 Author: Guillaume Desmottes @@ -33045,7 +33155,7 @@ disable maintainer mode for now configure.ac | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 940bae9cc720a0c2f0284b2a900926637a1f760c Author: Xavier Claessens @@ -33054,7 +33164,7 @@ Fix build warning libempathy-gtk/empathy-contact-list-view.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 1a9c70712750f38e10520b37e9452d75a55a45e9 Author: Guillaume Desmottes @@ -33063,7 +33173,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e2637fcafa862b69129027d9d79374b4309abe47 Author: Guillaume Desmottes @@ -33083,7 +33193,7 @@ decoding it data/element-properties | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 0cefa514f4e3be2572576acc017219991328ec61 Author: Mattias Põldaru @@ -33092,8 +33202,8 @@ [l10n] Updated Estonian translation po/et.po | 96 - +++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 64 insertions(+), 32 deletions(-) + +++++++++++++++++++++++++++++++++++++++++--------------------- + 1 file changed, 64 insertions(+), 32 deletions(-) commit 98cdd44dfc25ca3424924fbaffaf131d0a65cf19 Author: Kristjan SCHMIDT @@ -33103,7 +33213,7 @@ po/eo.po | 2467 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1505 insertions(+), 962 deletions(-) + 1 file changed, 1505 insertions(+), 962 deletions(-) commit cd1ac335ab5c0a76ee0b1a2148a0997be91a0ea1 Author: Yaron Shahrabani @@ -33113,7 +33223,7 @@ po/he.po | 249 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 136 insertions(+), 113 deletions(-) + 1 file changed, 136 insertions(+), 113 deletions(-) commit 1a864c32e5c194f3ee07e5fa4874e97cbb0f5900 Author: Daniel Mustieles @@ -33122,7 +33232,7 @@ Updated Spanish Translation po/es.po | 14 +++++--------- - 1 files changed, 5 insertions(+), 9 deletions(-) + 1 file changed, 5 insertions(+), 9 deletions(-) commit bcccb4db182e39ab9fed47f83fe90acae4bd1ef6 Author: Kjartan Maraas @@ -33132,7 +33242,7 @@ po/nb.po | 360 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 194 insertions(+), 166 deletions(-) + 1 file changed, 194 insertions(+), 166 deletions(-) commit 0bc496f9399912f0ed4f73aa55a335a340246d3b Author: Jonny Lamb @@ -33143,7 +33253,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-password-dialog.c | 17 ++++++++++++----- - 1 files changed, 12 insertions(+), 5 deletions(-) + 1 file changed, 12 insertions(+), 5 deletions(-) commit e007679385406659e5653f3b80d566c1d964535e Author: Sjoerd Simons @@ -33152,7 +33262,7 @@ Make empathy-persona-view include empathy-ui-utils libempathy-gtk/empathy-persona-view.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a482e027803c3f83dfb02f113d3bd5e15e22588c Author: Daniel Mustieles @@ -33162,7 +33272,7 @@ po/es.po | 372 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 206 insertions(+), 166 deletions(-) + 1 file changed, 206 insertions(+), 166 deletions(-) commit 119cc5f2451bac0ef8eec82a8ea746846327be0b Merge: d55a1e7 b10823a @@ -33178,7 +33288,7 @@ depends on GTK+ 2.91.6 as we use the new style API configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 91aa125dff5bbd4e967aa4cbec4892b4158c2f5b Author: Guillaume Desmottes @@ -33187,7 +33297,7 @@ remove useless paranthesis libempathy-gtk/empathy-ui-utils.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 30f5f6ea4a935eaa5d68f9d68998bee4b5d1bcbb Author: Guillaume Desmottes @@ -33196,7 +33306,7 @@ persona-view: use new GTK+ style API (#636500) libempathy-gtk/empathy-persona-view.c | 21 ++++++++++----------- - 1 files changed, 10 insertions(+), 11 deletions(-) + 1 file changed, 10 insertions(+), 11 deletions(-) commit 4b9243dc87b1e8659c3349d54c0f86b77c677876 Author: Guillaume Desmottes @@ -33205,7 +33315,7 @@ individual-view: use new GTK+ style API (#636500) libempathy-gtk/empathy-individual-view.c | 21 ++++++++++----------- - 1 files changed, 10 insertions(+), 11 deletions(-) + 1 file changed, 10 insertions(+), 11 deletions(-) commit f77a1b3b6b3ffa4b47cf2e3cfab2f25f8383a3c1 Author: Guillaume Desmottes @@ -33214,7 +33324,7 @@ contact-list-view: use new GTK+ style API (#636500) libempathy-gtk/empathy-contact-list-view.c | 19 +++++++++---------- - 1 files changed, 9 insertions(+), 10 deletions(-) + 1 file changed, 9 insertions(+), 10 deletions(-) commit 676e1f544d851935cb2dc7781f4a5ff39c366b2f Author: Guillaume Desmottes @@ -33235,7 +33345,7 @@ libempathy-gtk/empathy-account-widget.c | 28 ++++++++++++++++------------ - 1 files changed, 16 insertions(+), 12 deletions(-) + 1 file changed, 16 insertions(+), 12 deletions(-) commit 554b78890fd7c8c2b392c335ab3f49c7bc756b8a Author: Guillaume Desmottes @@ -33244,7 +33354,7 @@ status-preset-dialog: use new GTK+ style API (#636500) libempathy-gtk/empathy-status-preset-dialog.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 3951d3a3c1a7181bee75cc963711ea1900949c02 Author: Guillaume Desmottes @@ -33253,7 +33363,7 @@ chat-text-view: use new GTK+ style API (#636500) libempathy-gtk/empathy-chat-text-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 06637c4ad0fcc8765c2388f9264db7b49b260eaa Author: Guillaume Desmottes @@ -33262,7 +33372,7 @@ video-widget: use new GTK+ style API (#636500) libempathy-gtk/empathy-video-widget.c | 10 ++++------ - 1 files changed, 4 insertions(+), 6 deletions(-) + 1 file changed, 4 insertions(+), 6 deletions(-) commit d55a1e75859e5aea911d2483fac21de714514163 Author: Guillaume Desmottes @@ -33271,7 +33381,7 @@ use tp_account_get_path_suffix() src/empathy-accounts-dialog.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit f6f81b5b1c229e7f2e1806519ae065675d5ec183 Author: Guillaume Desmottes @@ -33280,7 +33390,7 @@ show the account UI even if the selected account doesn't exist src/empathy-accounts.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit a1aab6e03da2d2e031ebf1c0f65f30dc967bd8eb Author: Guillaume Desmottes @@ -33289,7 +33399,7 @@ always set account_manager_prepared src/empathy-accounts.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 07c1e70246e3d01ccc1000e8bf624ad039b063a6 Author: Guillaume Desmottes @@ -33304,7 +33414,7 @@ the GApplication has not be prepared yet. src/empathy-accounts.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit 79d91365e3f7d986d28441ad072567bd72b9c776 Author: Guillaume Desmottes @@ -33313,7 +33423,7 @@ empathy-accounts: no need to get argv, we don't use it src/empathy-accounts.c | 7 ------- - 1 files changed, 0 insertions(+), 7 deletions(-) + 1 file changed, 7 deletions(-) commit 86aa1501e7a76b92ba402dddc4ce85d403c609bf Author: Jonny Lamb @@ -33324,7 +33434,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-password-dialog.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 275aa2505465bd2f1c5cf02427219a6ae54dfe93 Author: Jonny Lamb @@ -33345,7 +33455,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-keyring.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit e63548aeb4d170976beea77c299a3575287ca048 Author: Jonny Lamb @@ -33361,7 +33471,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-server-sasl-handler.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 2ec9b6e89141999f919f8a3bd4a44fd8abad86ff Merge: 2e38a9c 225ca2e @@ -33379,7 +33489,7 @@ Signed-off-by: Jonny Lamb src/empathy-main-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 01e02a165d271a155a4af0e79dd94c210b584cfa Author: Jonny Lamb @@ -33390,7 +33500,7 @@ Signed-off-by: Jonny Lamb src/empathy-main-window.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 932835ccd42c55d77017d6ffc77773db40385a27 Author: Jonny Lamb @@ -33401,7 +33511,7 @@ Signed-off-by: Jonny Lamb src/empathy-main-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 05e14d747fd88a260996c406a938a1bfdfbaca8f Author: Jonny Lamb @@ -33412,7 +33522,7 @@ Signed-off-by: Jonny Lamb src/empathy-event-manager.c | 11 ++--------- - 1 files changed, 2 insertions(+), 9 deletions(-) + 1 file changed, 2 insertions(+), 9 deletions(-) commit 483c580a8b6aa2c0b4205e3cb2c674e80abe5ba7 Author: Jonny Lamb @@ -33423,7 +33533,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-auth-factory.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 6093afb467c0c2ae855d8635d9a10e9bc5f072c4 Author: Jonny Lamb @@ -33434,7 +33544,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-account-settings.c | 24 +++++------------------- - 1 files changed, 5 insertions(+), 19 deletions(-) + 1 file changed, 5 insertions(+), 19 deletions(-) commit 2e38a9c56cdac919f424107928dbbf35d69a41ed Author: Guillaume Desmottes @@ -33443,7 +33553,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1cf1fc435c4ce08b4d2c5085d1432066a95bcde8 Author: Guillaume Desmottes @@ -33463,7 +33573,7 @@ po/he.po | 139 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 74 insertions(+), 65 deletions(-) + 1 file changed, 74 insertions(+), 65 deletions(-) commit c6371ec63c928c848cbb5474cb005af5cc414230 Author: Philip Withnall @@ -33476,17 +33586,17 @@ This bumps Empathy's folks dependency to 0.3.3. Closes: bgo#637097 configure.ac | 2 +- - libempathy-gtk/empathy-contact-widget.c | 10 ++++---- - libempathy-gtk/empathy-individual-menu.c | 4 +- + libempathy-gtk/empathy-contact-widget.c | 10 +++++----- + libempathy-gtk/empathy-individual-menu.c | 4 ++-- libempathy-gtk/empathy-individual-store.c | 27 - ++++++++++++++----------- - libempathy-gtk/empathy-individual-view.c | 6 ++-- + ++++++++++++++------------ + libempathy-gtk/empathy-individual-view.c | 6 +++--- libempathy-gtk/empathy-individual-widget.c | 29 - ++++++++++++++++----------- - libempathy-gtk/empathy-persona-store.c | 12 ++++++---- - libempathy-gtk/empathy-ui-utils.c | 6 +++- - libempathy/empathy-contact.c | 20 +++++++++++------- - libempathy/empathy-individual-manager.c | 4 +- + ++++++++++++++++------------ + libempathy-gtk/empathy-persona-store.c | 12 +++++++----- + libempathy-gtk/empathy-ui-utils.c | 6 ++++-- + libempathy/empathy-contact.c | 20 +++++++++++-------- + libempathy/empathy-individual-manager.c | 4 ++-- 10 files changed, 68 insertions(+), 52 deletions(-) commit 92ab34517a94d36ced95514e4fdbde17b2e6004f @@ -33496,7 +33606,7 @@ Compile with --without-ca-file libempathy/empathy-tls-verifier.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit e5677e4dc098d563a5e2617e978c45335717b915 Author: Philip Withnall @@ -33522,7 +33632,7 @@ its personas in response to a personas-changed signal. libempathy-gtk/empathy-persona-store.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 315675364ae3c5afb3bda08a7389d655112ad7a5 Author: Philip Withnall @@ -33546,7 +33656,7 @@ libempathy-gtk/empathy-individual-view.c | 41 +++++++++++++++++++++++++++--- - 1 files changed, 37 insertions(+), 4 deletions(-) + 1 file changed, 37 insertions(+), 4 deletions(-) commit 7e4103ab9ceebf9369e9684fbe6564f1f5238adb Author: Guillaume Desmottes @@ -33555,7 +33665,7 @@ remove released flag accidentally set in previous commit configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b51c1db854b9c367ea50d0a301fddca917486372 Author: Jonny Lamb @@ -33566,7 +33676,7 @@ Signed-off-by: Jonny Lamb configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b4930806a93a8b365400e563b8fa359c00c4016a Author: Robert Sajdok @@ -33576,7 +33686,7 @@ configure.ac | 2 +- src/empathy-main-window.c | 1 + - 2 files changed, 2 insertions(+), 1 deletions(-) + 2 files changed, 2 insertions(+), 1 deletion(-) commit f6180441540a3a19f4b61d5908c97ebc5b60e779 Author: Kjartan Maraas @@ -33586,7 +33696,7 @@ po/nb.po | 432 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 225 insertions(+), 207 deletions(-) + 1 file changed, 225 insertions(+), 207 deletions(-) commit cc04faff9afbffc10a5a1e82a78e073064219fc6 Author: Philip Withnall @@ -33596,7 +33706,7 @@ po/en_GB.po | 1256 ++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 672 insertions(+), 584 deletions(-) + 1 file changed, 672 insertions(+), 584 deletions(-) commit 4ce52c5fb8116e72a3b87c7a79f49ceefe355f9e Author: Matej Urbančič @@ -33606,7 +33716,7 @@ po/sl.po | 564 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 291 insertions(+), 273 deletions(-) + 1 file changed, 291 insertions(+), 273 deletions(-) commit 209dd3b22e18e6faf6956c03e711b70023c8a9ff Author: Daniel Mustieles @@ -33616,7 +33726,7 @@ po/es.po | 426 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 221 insertions(+), 205 deletions(-) + 1 file changed, 221 insertions(+), 205 deletions(-) commit 698e6e591310e605ff204915637527985f379bf2 Author: Fran Diéguez @@ -33626,7 +33736,7 @@ po/gl.po | 468 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 242 insertions(+), 226 deletions(-) + 1 file changed, 242 insertions(+), 226 deletions(-) commit a2dd862e0f2a262f61b4976148f6cc1e988ec66f Author: Jonny Lamb @@ -33640,12 +33750,12 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-account-widget-aim.ui | 34 +++++++++- - libempathy-gtk/empathy-account-widget-groupwise.ui | 40 ++++++++++- + libempathy-gtk/empathy-account-widget-groupwise.ui | 40 +++++++++-- libempathy-gtk/empathy-account-widget-icq.ui | 34 +++++++++- libempathy-gtk/empathy-account-widget-jabber.ui | 70 +++++++++++++++++--- - libempathy-gtk/empathy-account-widget-msn.ui | 40 ++++++++++- - libempathy-gtk/empathy-account-widget-sip.ui | 40 ++++++++++- + libempathy-gtk/empathy-account-widget-msn.ui | 40 +++++++++-- + libempathy-gtk/empathy-account-widget-sip.ui | 40 +++++++++-- libempathy-gtk/empathy-account-widget.c | 47 +++++++++++++ 7 files changed, 281 insertions(+), 24 deletions(-) @@ -33659,7 +33769,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-account-widget.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit cf79884338c1a83eb3c7a18da9674f3563ed1829 Author: Jonny Lamb @@ -33671,7 +33781,7 @@ libempathy/empathy-account-settings.c | 8 ++++++++ libempathy/empathy-account-settings.h | 2 ++ - 2 files changed, 10 insertions(+), 0 deletions(-) + 2 files changed, 10 insertions(+) commit e52ae339c601c4173b011ad28bcdca816649fd4c Author: Jonny Lamb @@ -33687,7 +33797,7 @@ libempathy-gtk/empathy-account-widget.c | 36 +++++++++++++++++++++++++++++++ - libempathy/empathy-account-settings.c | 25 ++++++++++++++++----- + libempathy/empathy-account-settings.c | 25 +++++++++++++++------ 2 files changed, 55 insertions(+), 6 deletions(-) commit 41dd635842b27268454435c557b74ea32245c7ae @@ -33713,7 +33823,7 @@ data/Empathy.Auth.client | 6 +- libempathy/empathy-auth-factory.c | 274 - +++++++++++++++++++++++++++++------- + +++++++++++++++++++++++++++++-------- libempathy/empathy-auth-factory.h | 6 +- 3 files changed, 229 insertions(+), 57 deletions(-) @@ -33729,7 +33839,7 @@ src/empathy-main-window.c | 148 ++++++++++++++++++++++++++++++++++++++++++++ src/empathy-main-window.ui | 14 ++++- - 2 files changed, 161 insertions(+), 1 deletions(-) + 2 files changed, 161 insertions(+), 1 deletion(-) commit 1a85f1ae21dd6be86f6e15e424ece5302c8faa4d Author: Jonny Lamb @@ -33740,7 +33850,7 @@ Signed-off-by: Jonny Lamb src/empathy-notifications-approver.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 071992a0704d43baa2a72b576401ea1f68b44de6 Author: Jonny Lamb @@ -33777,7 +33887,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-account-widget-yahoo.ui | 34 - ++++++++++++++++++++++- + +++++++++++++++++++++- libempathy-gtk/empathy-account-widget.c | 36 ++++++++++++++++-------- 2 files changed, 57 insertions(+), 13 deletions(-) @@ -33806,7 +33916,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-account-settings.c | 12 +++++++++--- - 1 files changed, 9 insertions(+), 3 deletions(-) + 1 file changed, 9 insertions(+), 3 deletions(-) commit e1db9121d3018495f97bcb41caa3805b3672afbc Author: Jonny Lamb @@ -33817,7 +33927,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-password-dialog.c | 7 ------- - 1 files changed, 0 insertions(+), 7 deletions(-) + 1 file changed, 7 deletions(-) commit b2d04d8965c6fa63c6aa10a4c2197619f5234ef5 Author: Jonny Lamb @@ -33829,7 +33939,7 @@ libempathy-gtk/empathy-account-widget.c | 38 +++++++++++++++++++++++++++++++ - 1 files changed, 38 insertions(+), 0 deletions(-) + 1 file changed, 38 insertions(+) commit 5f2776557174cf952c465c9b13960238574c8481 Author: Jonny Lamb @@ -33844,7 +33954,7 @@ libempathy/empathy-account-settings.c | 164 ++++++++++++++++++++++++++++++++- - 1 files changed, 161 insertions(+), 3 deletions(-) + 1 file changed, 161 insertions(+), 3 deletions(-) commit b1a60391b1ca744b3bd5c3218488ccd4cab9b86c Author: Jonny Lamb @@ -33857,7 +33967,7 @@ libempathy/empathy-account-settings.c | 50 +++++++++++++++++++++++++++++++-- - 1 files changed, 47 insertions(+), 3 deletions(-) + 1 file changed, 47 insertions(+), 3 deletions(-) commit fdfca8f9fa60962a6e808e8c9cdb2173205457b0 Author: Guillaume Desmottes @@ -33870,7 +33980,7 @@ we want to add him to our contact list (#608806). libempathy-gtk/empathy-contact-dialogs.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 7ff5fadde643aa96b771dc57e47455ca761ed0f8 Author: Yaron Shahrabani @@ -33880,7 +33990,7 @@ po/he.po | 420 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 218 insertions(+), 202 deletions(-) + 1 file changed, 218 insertions(+), 202 deletions(-) commit 92c0e18861d5a8fd9b55e7385581ac961f615a5e Author: Guillaume Desmottes @@ -33893,9 +34003,9 @@ libempathy-gtk/empathy-account-widget-jabber.ui | 105 ----------------------- libempathy-gtk/empathy-account-widget.c | 35 -------- - libempathy-gtk/empathy-protocol-chooser.c | 15 --- + libempathy-gtk/empathy-protocol-chooser.c | 15 ---- libempathy/empathy-utils.c | 1 - - 4 files changed, 0 insertions(+), 156 deletions(-) + 4 files changed, 156 deletions(-) commit 521662e23476ddc9bc9c96917bb04a06ff4479cc Author: Guillaume Desmottes @@ -33904,8 +34014,8 @@ add services_infos containing infos regarding services libempathy-gtk/empathy-account-widget.c | 45 - ++++++++++++++++-------------- - 1 files changed, 24 insertions(+), 21 deletions(-) + ++++++++++++++++--------------- + 1 file changed, 24 insertions(+), 21 deletions(-) commit c5a45a77bcc3fc39bb4814f46deb994e1b29ddb5 Author: Guillaume Desmottes @@ -33924,7 +34034,7 @@ account_widget_get_service: check Service for Facebook and GTalk too libempathy-gtk/empathy-account-widget.c | 17 +++++++++++------ - 1 files changed, 11 insertions(+), 6 deletions(-) + 1 file changed, 11 insertions(+), 6 deletions(-) commit 598db544a4d66a00aa45c036eb5bd6f591f0f996 Author: Guillaume Desmottes @@ -33934,7 +34044,7 @@ as well libempathy-gtk/empathy-account-widget.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 378fff47b595c21f802c0de3944cb520981a992d Author: Guillaume Desmottes @@ -33943,8 +34053,8 @@ more use of account_widget_get_service() libempathy-gtk/empathy-account-widget.c | 34 - +++--------------------------- - 1 files changed, 4 insertions(+), 30 deletions(-) + ++++--------------------------- + 1 file changed, 4 insertions(+), 30 deletions(-) commit 0087a5bd8ddd99a16288bd74a5e23da41c0d8dd1 Author: Guillaume Desmottes @@ -33953,8 +34063,8 @@ add account_widget_get_service() and an enum to represent services libempathy-gtk/empathy-account-widget.c | 53 - +++++++++++++++++++++++------- - 1 files changed, 40 insertions(+), 13 deletions(-) + +++++++++++++++++++++++-------- + 1 file changed, 40 insertions(+), 13 deletions(-) commit 7fa0c3b106c5d5d35cb86a75da047b8c7c5e2685 Author: Guillaume Desmottes @@ -33964,7 +34074,7 @@ libempathy-gtk/empathy-account-widget-jabber.ui | 105 +++++++++++++++++++++++ - libempathy-gtk/empathy-account-widget.c | 47 ++++++++++- + libempathy-gtk/empathy-account-widget.c | 47 +++++++++- 2 files changed, 149 insertions(+), 3 deletions(-) commit d25db434c8871b871fb007c2e41a0da834587974 @@ -33975,7 +34085,7 @@ libempathy-gtk/empathy-account-widget.c | 46 +++++++++++++++++++++---------- - 1 files changed, 31 insertions(+), 15 deletions(-) + 1 file changed, 31 insertions(+), 15 deletions(-) commit 0b94b1427a34bc16d98c4c0622c637df8856adc4 Author: Guillaume Desmottes @@ -33985,7 +34095,7 @@ libempathy-gtk/empathy-protocol-chooser.c | 15 +++++++++++++++ libempathy/empathy-utils.c | 1 + - 2 files changed, 16 insertions(+), 0 deletions(-) + 2 files changed, 16 insertions(+) commit 6c5839c976407292715daf22cdddf6aca469fa75 Merge: 9d40a77 eb3f7d2 @@ -34003,7 +34113,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-server-sasl-handler.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 436815408e8a159a56a4a5ce0ee4aa52b51a8800 Author: Jonny Lamb @@ -34014,8 +34124,8 @@ Signed-off-by: Jonny Lamb libempathy/empathy-server-sasl-handler.c | 33 - +++++++++++++---------------- - 1 files changed, 15 insertions(+), 18 deletions(-) + ++++++++++++++---------------- + 1 file changed, 15 insertions(+), 18 deletions(-) commit bd7cb52a486f7f57d75070c28afd1f2b1b0dc017 Author: Jonny Lamb @@ -34026,7 +34136,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-password-dialog.c | 16 +++++++--------- - 1 files changed, 7 insertions(+), 9 deletions(-) + 1 file changed, 7 insertions(+), 9 deletions(-) commit 52620257848947efee91e27819cdc8f685784ed8 Author: Jonny Lamb @@ -34037,7 +34147,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-password-dialog.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 2599834381f57b1370986e2a574cde6781f0b6bc Author: Jonny Lamb @@ -34048,7 +34158,7 @@ Signed-off-by: Jonny Lamb po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a5a3b01dcda00b938e6ce61d3b6dbf6b0d57abe0 Author: Jonny Lamb @@ -34059,7 +34169,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-keyring.c | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit 4014b19321977ffd5700aa8d1df258393bb74521 Author: Jonny Lamb @@ -34070,7 +34180,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-password-dialog.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 15426cd6aa437bc2772397b77dd0d59a345e004b Author: Jonny Lamb @@ -34081,7 +34191,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-password-dialog.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 07921157f6d77826e474eac64a425736a92e2321 Author: Jonny Lamb @@ -34092,7 +34202,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-server-sasl-handler.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 66f79bec1ec6b59d362324fbfdf0335e60c1d8e6 Author: Jonny Lamb @@ -34103,7 +34213,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-keyring.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 9d40a77fae9175d7932c3af0e95cbdf1cfde433b Author: Emilio Pozuelo Monfort @@ -34112,7 +34222,7 @@ Point to #empathy instead of #telepathy TODO | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2c201cf276aa11b3ae1d1bedcf92eb29abf7f04d Author: Jonny Lamb @@ -34125,7 +34235,7 @@ libempathy/empathy-keyring.c | 96 ++++++++++++++++++++++++++++++++++++++++++ libempathy/empathy-keyring.h | 6 +++ - 2 files changed, 102 insertions(+), 0 deletions(-) + 2 files changed, 102 insertions(+) commit b66750b8540761c03b935ff93d50c642c9d1f07c Author: Jonny Lamb @@ -34136,7 +34246,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-server-sasl-handler.c | 22 +++++++++++++++++++++- - 1 files changed, 21 insertions(+), 1 deletions(-) + 1 file changed, 21 insertions(+), 1 deletion(-) commit 085edd72db61d923a639d874f44c9ed2805e75a8 Author: Jonny Lamb @@ -34148,7 +34258,7 @@ libempathy/empathy-keyring.c | 86 +++++++++++++++++++++++++++++++++++++++--- - libempathy/empathy-keyring.h | 7 +++ + libempathy/empathy-keyring.h | 7 ++++ 2 files changed, 87 insertions(+), 6 deletions(-) commit bc099434f22a78d09d0dad3d5006ad836ab11d02 @@ -34163,7 +34273,7 @@ libempathy/empathy-server-sasl-handler.c | 145 ++++++++++++++++++++++++++++-- libempathy/empathy-server-sasl-handler.h | 11 ++- - src/empathy-auth-client.c | 9 ++- + src/empathy-auth-client.c | 9 +- 4 files changed, 193 insertions(+), 23 deletions(-) commit 4d487def1692d57aca987219fa1ff6f133c389f1 @@ -34177,8 +34287,8 @@ libempathy/Makefile.am | 2 + libempathy/empathy-keyring.c | 115 ++++++++++++++++++++++++++++++++++++++++++ - libempathy/empathy-keyring.h | 37 +++++++++++++ - 3 files changed, 154 insertions(+), 0 deletions(-) + libempathy/empathy-keyring.h | 37 ++++++++++++++ + 3 files changed, 154 insertions(+) commit ceff90e7c349418ed74c3bc2346fdb9270d534c0 Author: Sjoerd Simons @@ -34187,7 +34297,7 @@ Fix uninitialized use of a variable libempathy/empathy-chatroom-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5c2ae48c27de994ba418bf759bbf011c8101943d Author: Jonny Lamb @@ -34200,8 +34310,8 @@ libempathy-gtk/Makefile.am | 2 + libempathy-gtk/empathy-password-dialog.c | 318 ++++++++++++++++++++++++++++++ - libempathy-gtk/empathy-password-dialog.h | 66 ++++++ - src/empathy-auth-client.c | 180 +----------------- + libempathy-gtk/empathy-password-dialog.h | 66 +++++++ + src/empathy-auth-client.c | 180 +---------------- 4 files changed, 390 insertions(+), 176 deletions(-) commit e1873eec13666db81e379eb591b771a5d4122505 @@ -34212,7 +34322,7 @@ specific macro instead libempathy-gtk/empathy-ui-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ee8f480f660963c7d26872a27ba9889bbed6a000 Author: Jonny Lamb @@ -34227,7 +34337,7 @@ src/empathy-auth-client.c | 73 +++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 73 insertions(+), 0 deletions(-) + 1 file changed, 73 insertions(+) commit 5964bd5d8e7ba463e89e742701b006615d502a85 Author: Guillaume Desmottes @@ -34237,7 +34347,7 @@ libempathy/empathy-chatroom-manager.c | 87 ++++++++++++++++++++++++++++----- - 1 files changed, 74 insertions(+), 13 deletions(-) + 1 file changed, 74 insertions(+), 13 deletions(-) commit fd337e4163b26ea7e284473817a1d17946ab12d4 Author: Jonny Lamb @@ -34247,10 +34357,10 @@ Signed-off-by: Jonny Lamb - libempathy/empathy-server-sasl-handler.c | 10 ++++- + libempathy/empathy-server-sasl-handler.c | 10 +++- libempathy/empathy-server-sasl-handler.h | 3 +- src/empathy-auth-client.c | 74 - +++++++++++++++++++++++++---- + +++++++++++++++++++++++++----- 3 files changed, 74 insertions(+), 13 deletions(-) commit 2b5028d1ec652a136f30d7b3955562a6a07f9f42 @@ -34261,10 +34371,10 @@ Signed-off-by: Jonny Lamb - libempathy/empathy-auth-factory.c | 3 +- + libempathy/empathy-auth-factory.c | 3 ++- libempathy/empathy-server-sasl-handler.c | 34 - ++++++++++++++++++++++++++++- - libempathy/empathy-server-sasl-handler.h | 5 +++- + ++++++++++++++++++++++++++++-- + libempathy/empathy-server-sasl-handler.h | 5 ++++- 3 files changed, 38 insertions(+), 4 deletions(-) commit bdbece32463e83f646d0c031f4cb2a8557a7e76d @@ -34274,7 +34384,7 @@ Fix another article help/hu/hu.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0a84aa6ec9ab1ccf86e4d4d79a6f2fee8eaaa147 Author: Gabor Kelemen @@ -34283,7 +34393,7 @@ Fix article help/hu/hu.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 922b5acaf43a0653447622fc022d37757357dc36 Author: Guillaume Desmottes @@ -34294,7 +34404,7 @@ libempathy/empathy-chatroom-manager.c | 33 --------------------------------- libempathy/empathy-chatroom-manager.h | 4 ---- - 2 files changed, 0 insertions(+), 37 deletions(-) + 2 files changed, 37 deletions(-) commit b6376eb0eb55563b0ba8d063ad8fe139a704fbd7 Author: Guillaume Desmottes @@ -34304,7 +34414,7 @@ libempathy/empathy-chatroom-manager.c | 107 +++++++++++++++++++++++++++++++++ - 1 files changed, 107 insertions(+), 0 deletions(-) + 1 file changed, 107 insertions(+) commit b82b08de181b134cde387c0e634b8f5afc53a201 Author: Guillaume Desmottes @@ -34323,7 +34433,7 @@ rooms. src/empathy-chat-manager.c | 18 ------------------ - 1 files changed, 0 insertions(+), 18 deletions(-) + 1 file changed, 18 deletions(-) commit 3ea940ebbbc219521ce3674a703fe036aebd96bb Author: Guillaume Desmottes @@ -34335,7 +34445,7 @@ libempathy/empathy-chatroom-manager.c | 28 ---------------------------- libempathy/empathy-chatroom-manager.h | 3 --- - 2 files changed, 0 insertions(+), 31 deletions(-) + 2 files changed, 31 deletions(-) commit d8ecfc7dd920283a8e3c15b31a6b04087aef9936 Author: Guillaume Desmottes @@ -34367,8 +34477,8 @@ Signed-off-by: Jonny Lamb src/empathy-auth-client.c | 71 - +++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 69 insertions(+), 2 deletions(-) + +++++++++++++++++++++++++++++++++++++++++++-- + 1 file changed, 69 insertions(+), 2 deletions(-) commit 81d9ab0e356681fb49c43c7bd7bf75bdf84122bc Author: Jonny Lamb @@ -34380,7 +34490,7 @@ libempathy/empathy-auth-factory.c | 90 ++++++++++++++++++++++++++++++++----- - 1 files changed, 78 insertions(+), 12 deletions(-) + 1 file changed, 78 insertions(+), 12 deletions(-) commit 2aef97996f1b3e033ad886cc80f66a0e3b4e1957 Author: Jonny Lamb @@ -34394,7 +34504,7 @@ libempathy/empathy-server-sasl-handler.c | 264 ++++++++++++++++++++++++++++++ libempathy/empathy-server-sasl-handler.h | 71 ++++++++ - 3 files changed, 337 insertions(+), 0 deletions(-) + 3 files changed, 337 insertions(+) commit fcd80516f561eec897df4c750a1d15573bbdeb91 Author: Jonny Lamb @@ -34405,7 +34515,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-auth-factory.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 53ead42832d2af12c9487a6f8b370787442940f9 Author: Jonny Lamb @@ -34417,7 +34527,7 @@ data/Empathy.Auth.client | 4 ++++ libempathy/empathy-auth-factory.c | 13 ++++++++++++- - 2 files changed, 16 insertions(+), 1 deletions(-) + 2 files changed, 16 insertions(+), 1 deletion(-) commit a76960e927b5f32387c17bb580d360669d6aace8 Author: Jonny Lamb @@ -34429,7 +34539,7 @@ libempathy/empathy-debug.c | 1 + libempathy/empathy-debug.h | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 2f8390928641951691bc6d5b86a4310b2d81fc3d Author: Jonny Lamb @@ -34440,7 +34550,7 @@ Signed-off-by: Jonny Lamb configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a955dcbb4b7182a030974e80e6c6bee823392fad Author: Guillaume Desmottes @@ -34453,7 +34563,7 @@ avatars (#636207). libempathy/empathy-tp-contact-factory.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 228251c3b10a22dedd3f3928561f08bbcae040a1 Author: Guillaume Desmottes @@ -34469,7 +34579,7 @@ can't be called on a widget not having a top level window. (#636203) libempathy-gtk/empathy-account-widget.c | 13 +++++++++++-- - 1 files changed, 11 insertions(+), 2 deletions(-) + 1 file changed, 11 insertions(+), 2 deletions(-) commit 1f5ddc41bf768c11138edc049f1f70192cbd82a1 Author: Jonny Lamb @@ -34481,7 +34591,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-spell.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit b6a08a8526af02877f97e1bd234fa5f4aace1464 Author: Jonny Lamb @@ -34492,7 +34602,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-spell.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit d69fe12699f6b07fc0f39dea2f18c3c87d3367db Author: Guillaume Desmottes @@ -34511,7 +34621,7 @@ remove old defines libempathy-gtk/empathy-chat.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 16b77581e53f068035343c0daf302ffb73303134 Author: Guillaume Desmottes @@ -34521,7 +34631,7 @@ (#635513) src/empathy-chat-window.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit fb049bcc5f5622b56112c947b5b571c6f0956671 Author: Guillaume Desmottes @@ -34544,7 +34654,7 @@ libempathy-gtk/empathy-contact-list-view.c | 4 ---- libempathy-gtk/empathy-individual-view.c | 2 -- - 2 files changed, 0 insertions(+), 6 deletions(-) + 2 files changed, 6 deletions(-) commit 5a39893c82e21a54b6156054f45f8db9c5a9802c Author: Guillaume Desmottes @@ -34553,7 +34663,7 @@ empathy_sound_manager_dup_singleton: add G_LIKELY libempathy-gtk/empathy-sound-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 47ecf4b12ab06848e3fcb685529f85df3ec3d045 Author: Guillaume Desmottes @@ -34562,7 +34672,7 @@ fix typo in comment libempathy-gtk/empathy-sound-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 645a49863a63b917b1ea648f791824fee9efaa00 Author: Guillaume Desmottes @@ -34571,7 +34681,7 @@ sound-manager: update copyright libempathy-gtk/empathy-sound-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 24f77567c932c7693b3051156f8d5ca4499c6d8c Author: Guillaume Desmottes @@ -34580,8 +34690,8 @@ sound-manager: cache the sound GSettings libempathy-gtk/empathy-sound-manager.c | 39 - ++++++++++++------------------- - 1 files changed, 15 insertions(+), 24 deletions(-) + ++++++++++++-------------------- + 1 file changed, 15 insertions(+), 24 deletions(-) commit 7c0d36e3d1604a4056934bc1a44e89d0e0875051 Author: Guillaume Desmottes @@ -34590,8 +34700,8 @@ sound-manager: move repeating_sounds to EmpathySoundManagerPrivate libempathy-gtk/empathy-sound-manager.c | 137 - +++++++++++++++++-------------- - 1 files changed, 75 insertions(+), 62 deletions(-) + +++++++++++++++++--------------- + 1 file changed, 75 insertions(+), 62 deletions(-) commit 81068bbf3ebd6c251f308d6d45e4dadf07432ea7 Author: Guillaume Desmottes @@ -34600,12 +34710,13 @@ move sound functions to EmpathySoundManager methods libempathy-gtk/empathy-sound-manager.c | 34 - +++++++++++++++++++++---------- - libempathy-gtk/empathy-sound-manager.h | 19 +++++++++++++---- - src/empathy-call-window.c | 15 ++++++++++--- - src/empathy-chat-window.c | 9 ++++++- - src/empathy-event-manager.c | 30 ++++++++++++++++++++------- - src/empathy-main-window.c | 10 +++++++- + +++++++++++++++++++++----------- + libempathy-gtk/empathy-sound-manager.h | 19 +++++++++++++----- + src/empathy-call-window.c | 15 ++++++++++---- + src/empathy-chat-window.c | 9 +++++++-- + src/empathy-event-manager.c | 30 + ++++++++++++++++++++-------- + src/empathy-main-window.c | 10 ++++++++-- 6 files changed, 85 insertions(+), 32 deletions(-) commit 8172bca03c6f85d7dcc0ff39f1a81ccfd719b08b @@ -34617,7 +34728,7 @@ libempathy-gtk/empathy-sound-manager.c | 34 ++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-sound-manager.h | 26 ++++++++++++++++++++++++ - 2 files changed, 60 insertions(+), 0 deletions(-) + 2 files changed, 60 insertions(+) commit 0dca19234c147a94609c6659660e83135e765b9c Author: Guillaume Desmottes @@ -34646,7 +34757,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 33d7e988e743ec40e3475c02ee2a3043c1d4a559 Author: Guillaume Desmottes @@ -34655,7 +34766,7 @@ add empathy-notifications-approver.c to POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 1d033ef26ef053679d164686c8941727fe8c9883 Author: Guillaume Desmottes @@ -34665,7 +34776,7 @@ NEWS | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 4 +- + configure.ac | 4 ++-- 2 files changed, 62 insertions(+), 2 deletions(-) commit 6fb9b3aaa5c4b8cb82820548ada136380088584d @@ -34675,7 +34786,7 @@ event-manager: cache the UI GSettings src/empathy-event-manager.c | 18 +++++++----------- - 1 files changed, 7 insertions(+), 11 deletions(-) + 1 file changed, 7 insertions(+), 11 deletions(-) commit 6408432db9e2b1240c1cfea461d330ac0a01e49a Author: Guillaume Desmottes @@ -34684,7 +34795,7 @@ event-manager: cache the notifications GSettings src/empathy-event-manager.c | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit 086f0fc0375d06fa0c41cf921f883ed36fdb14d0 Author: Guillaume Desmottes @@ -34693,7 +34804,7 @@ theme_adium_parse_body: use the cache GSettings chat libempathy-gtk/empathy-theme-adium.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit d6b43c2ff67d2d90bf577990fb67917a01e38807 Author: Guillaume Desmottes @@ -34703,7 +34814,7 @@ libempathy-gtk/empathy-notify-manager.c | 27 ++++++++++++--------------- - 1 files changed, 12 insertions(+), 15 deletions(-) + 1 file changed, 12 insertions(+), 15 deletions(-) commit a8724cc2dcfcc320b6a3c1b1e39f5d3e3978b5af Author: Guillaume Desmottes @@ -34712,7 +34823,7 @@ avatar-chooser: cache the UI GSettings libempathy-gtk/empathy-avatar-chooser.c | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit b63808b139096d53264b90908efcc6e63b1c4170 Author: Guillaume Desmottes @@ -34721,7 +34832,7 @@ chat-text-view: cache the chat GSettings libempathy-gtk/empathy-chat-text-view.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit bcc2b4414470de50b757414471b52923d1849619 Author: Guillaume Desmottes @@ -34730,7 +34841,7 @@ empathy-chat-text-view: rename gsettings to gsettings_desktop libempathy-gtk/empathy-chat-text-view.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit 8a9a8bc51095f76e502293b463de676a1f6bc517 Author: Guillaume Desmottes @@ -34739,7 +34850,7 @@ chat-window: cache the UI GSettings src/empathy-chat-window.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit adda65622351cabb18517bef5ca853890e9829af Author: Guillaume Desmottes @@ -34748,7 +34859,7 @@ chat-window: cache the notifications GSettings src/empathy-chat-window.c | 10 ++++------ - 1 files changed, 4 insertions(+), 6 deletions(-) + 1 file changed, 4 insertions(+), 6 deletions(-) commit 87b4a33dd408c9d5fe33d9261b6185e1833696d5 Author: Guillaume Desmottes @@ -34757,7 +34868,7 @@ fix typo configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit aa70692e1a16219f2bbda8f129dd2888d1bb6341 Author: Sjoerd Simons @@ -34772,7 +34883,7 @@ a SEGV. src/empathy-chat.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit f2bc65f9bd9c5d47846ff44672a5a50e365d9da7 Author: Will Thompson @@ -34785,7 +34896,7 @@ Reviewed-by: Sjoerd Simons src/empathy-debug-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6d815f42f4b0203bb01b2658d71dfd0dedb164c6 Merge: 5e3f159 72a4042 @@ -34805,7 +34916,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=597043 src/empathy-main-window.c | 16 ++++++++++++++-- - 1 files changed, 14 insertions(+), 2 deletions(-) + 1 file changed, 14 insertions(+), 2 deletions(-) commit 5e3f159c66c8a68aad18c3d2ddd79ac9bc6ece79 Merge: c487a45 212a4ec @@ -34822,7 +34933,7 @@ po/pa.po | 701 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 380 insertions(+), 321 deletions(-) + 1 file changed, 380 insertions(+), 321 deletions(-) commit 4b33293b29499f574955946aea70dae420e7accc Author: Guillaume Desmottes @@ -34842,7 +34953,7 @@ empathy_individual_view_get_group_menu: don't leak the group libempathy-gtk/empathy-individual-view.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 5086e9b0734859f3bee5c0b0aa4b302a1e328b86 Author: Guillaume Desmottes @@ -34862,7 +34973,7 @@ log_window_get_messages_for_date: don't leak chat_id and account libempathy-gtk/empathy-log-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 69afcc40e1fb02956b8ee0fad404b9afc776f64e Author: Guillaume Desmottes @@ -34871,7 +34982,7 @@ smiley-manager: clean up memory management of the path libempathy-gtk/empathy-smiley-manager.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit 0313474daf288bd973ea491c530d26dd2df0fd28 Author: Guillaume Desmottes @@ -34880,7 +34991,7 @@ empathy_message_from_tpl_log_entry: don't leak receiver and sender libempathy/empathy-message.c | 18 ++++++++++++------ - 1 files changed, 12 insertions(+), 6 deletions(-) + 1 file changed, 12 insertions(+), 6 deletions(-) commit 74f2bf579605389d30cc8fab50c7718f666ca7ee Author: Guillaume Desmottes @@ -34889,7 +35000,7 @@ chat_log_filter: don't leak EmpathyMessage libempathy-gtk/empathy-chat.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 212a4ecbdb3a41933a208f401f1803a930061cb7 Author: Guillaume Desmottes @@ -34898,7 +35009,7 @@ Clean up the way we keep references on notifications src/empathy-notifications-approver.c | 23 +++++++++++++---------- - 1 files changed, 13 insertions(+), 10 deletions(-) + 1 file changed, 13 insertions(+), 10 deletions(-) commit 5196ab5cec62faae3ae7eaa3b3a9529fe7a2c33a Author: Guillaume Desmottes @@ -34907,7 +35018,7 @@ use tp_g_signal_connect_object src/empathy-notifications-approver.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 42547ca133381bad23066b1513fde237632515c7 Author: Guillaume Desmottes @@ -34916,7 +35027,7 @@ fix comment src/empathy-notifications-approver.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 43ed05000e87ed2798ab3bc222cc381b2859885f Author: Guillaume Desmottes @@ -34925,7 +35036,7 @@ empathy.c: instantiate a EmpathyNotificationsApprover src/empathy.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit dedc37ecea14c0752c8a23b77e73248dd8a6fe2b Author: Guillaume Desmottes @@ -34950,7 +35061,7 @@ src/empathy-notifications-approver.c | 107 ++++++++++++++++++++++++++++++++++ src/empathy-notifications-approver.h | 58 ++++++++++++++++++ - 3 files changed, 166 insertions(+), 0 deletions(-) + 3 files changed, 166 insertions(+) commit 13b07c1ae1c92c9b0a431576f6c78c95a46060fb Author: Guillaume Desmottes @@ -34961,7 +35072,7 @@ Purely esthetic change to look more like empathy-chat.c src/empathy-av.c | 36 ++++++++++++++++++------------------ - 1 files changed, 18 insertions(+), 18 deletions(-) + 1 file changed, 18 insertions(+), 18 deletions(-) commit 141c0caa3b8e132466a0472caabce59549151f46 Author: Guillaume Desmottes @@ -34972,7 +35083,7 @@ This avoid to raise warnings when the app is launched a second time. src/empathy-chat.c | 24 +++++++++++++++--------- - 1 files changed, 15 insertions(+), 9 deletions(-) + 1 file changed, 15 insertions(+), 9 deletions(-) commit e218c8d18fffbba1f17dc44ba83825c7d8cdcc63 Author: Guillaume Desmottes @@ -34984,7 +35095,7 @@ in empathy-av. src/empathy-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 45cfb4b41984b7a227943666cf90a727ebee6e21 Author: Nishio Futoshi @@ -34993,7 +35104,7 @@ Fix miss spelling quadrigraphs in the configure.ac file (#635262) configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c637edc7059b1e3ed9413b9ca097abd4e307f30b Merge: ac2b9a7 3acbe74 @@ -35018,7 +35129,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=626560 libempathy-gtk/empathy-account-widget.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 4b6678f1a01a33d2aa171314bb139bd5236f0ae4 Author: Yaron Shahrabani @@ -35028,7 +35139,7 @@ po/he.po | 364 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 184 insertions(+), 180 deletions(-) + 1 file changed, 184 insertions(+), 180 deletions(-) commit ad9aaac5b3c56b9bda4fc947804a690a2a2b125f Author: Dr.T.Vasudevan @@ -35037,7 +35148,7 @@ Updated Tamil translation po/ta.po | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 1f66a46ee6c848fc35d176bdd9c4d58d8d77d179 Author: Kjartan Maraas @@ -35047,7 +35158,7 @@ po/nb.po | 642 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 342 insertions(+), 300 deletions(-) + 1 file changed, 342 insertions(+), 300 deletions(-) commit 72730ceac9dda8713149277c6a784269b8cc398b Author: Gheyret T.Kenji @@ -35057,7 +35168,7 @@ po/ug.po | 384 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 194 insertions(+), 190 deletions(-) + 1 file changed, 194 insertions(+), 190 deletions(-) commit f2240c6a236d4b9606aeb40b0de87acd30d43c16 Author: Fran Diéguez @@ -35066,8 +35177,8 @@ Updated Galician translations po/gl.po | 212 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 108 insertions(+), 104 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 108 insertions(+), 104 deletions(-) commit 5e77d512450ae808190819be621b09acc5fe1b55 Author: Daniel Mustieles @@ -35076,8 +35187,8 @@ Updated Spanish translation po/es.po | 220 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 112 insertions(+), 108 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 112 insertions(+), 108 deletions(-) commit 2b64bf3d16012a59a7d3b4cba68489af39c3f895 Author: Ivar Smolin @@ -35086,7 +35197,7 @@ [l10n] Updated Estonian translation po/et.po | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit b7ec8cc620c82c4c9bdb3b851b50de8b324d7add Author: Guillaume Desmottes @@ -35095,7 +35206,7 @@ individual_avatar_pixbuf_received_cb: don't leak the iters libempathy-gtk/empathy-individual-store.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 3f792393c4018956c7910e82c3680540612deeda Author: Guillaume Desmottes @@ -35104,7 +35215,7 @@ factor out free_iters libempathy-gtk/empathy-individual-store.c | 17 ++++++++++------- - 1 files changed, 10 insertions(+), 7 deletions(-) + 1 file changed, 10 insertions(+), 7 deletions(-) commit 4d119f936fa8a692219fda73b5610482b554ba27 Author: Guillaume Desmottes @@ -35113,7 +35224,7 @@ cell_renderer_text_set_property: don't leak client types (#635105) libempathy-gtk/empathy-cell-renderer-text.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 5594d66040047febc79e85fb99af61abcb3c8a39 Author: Guillaume Desmottes @@ -35122,7 +35233,7 @@ individual_store_name_sort_func: don't leak names libempathy-gtk/empathy-individual-store.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 3acbe74046df8d57fdf498acceacb2737be92d80 Author: Guillaume Desmottes @@ -35134,7 +35245,7 @@ (#635022). libempathy-gtk/empathy-chat.c | 30 +++++++++++++++++++++++++----- - 1 files changed, 25 insertions(+), 5 deletions(-) + 1 file changed, 25 insertions(+), 5 deletions(-) commit 220c1987a026a146dd8ae5121ac00e7fccd75339 Author: Dr.T.Vasudevan @@ -35143,7 +35254,7 @@ Updated Tamil translation po/ta.po | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit a2882b3bb676a2196fd647cf2d09a12bae201fbc Author: Dr.T.Vasudevan @@ -35153,7 +35264,7 @@ po/ta.po | 1176 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 632 insertions(+), 544 deletions(-) + 1 file changed, 632 insertions(+), 544 deletions(-) commit a68402544850f77879b85cf5f258696a8ebb332c Author: Guillaume Desmottes @@ -35162,7 +35273,7 @@ set do-lost property on the gstrtpjitterbuffer element data/element-properties | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 06098ff7becaed9aff517fb693c18adf6a21cca0 Author: Guillaume Desmottes @@ -35173,7 +35284,7 @@ It's unusd and we don't have this column in the model. (#635082) libempathy-gtk/empathy-contact-list-store.h | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 479275712b6f5984d58728d28d9bad99c94108cf Merge: a631e25 de93254 @@ -35189,7 +35300,7 @@ Remove spurious comment libempathy-gtk/empathy-cell-renderer-text.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 880bc8eddf459b8eb25dd2ee5189a0f160dc690d Author: Emilio Pozuelo Monfort @@ -35202,7 +35313,7 @@ libempathy-gtk/empathy-cell-renderer-text.c | 34 ++++++++++++++++++++-- libempathy-gtk/empathy-contact-list-store.h | 1 + libempathy-gtk/empathy-individual-view.c | 41 - +------------------------- + ++------------------------- 3 files changed, 34 insertions(+), 42 deletions(-) commit a631e25e2ec0d4fdf0f526a38df6171a6a6b26bd @@ -35216,7 +35327,7 @@ (#635022). src/empathy-chat-window.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 92be64204fc424a3b2756be253b985112dcedcf2 Merge: d041967 8fd2127 @@ -35239,7 +35350,7 @@ Need to set preferred height of the search bar manually (#634688). libempathy-gtk/empathy-search-bar.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit 7e37089963000a4dcce907f2e4e8849bd0c97a06 Author: Ivar Smolin @@ -35249,7 +35360,7 @@ po/et.po | 90 ++++++++++++++++++++++++++++++++++++++++++++++---------------- - 1 files changed, 67 insertions(+), 23 deletions(-) + 1 file changed, 67 insertions(+), 23 deletions(-) commit 700d6bc82ed3e3a83788c6ae27df0124157e847e Author: Guillaume Desmottes @@ -35258,7 +35369,7 @@ fix identation libempathy-gtk/empathy-theme-adium.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5938582ef659b024de1b59d923939721d7a3730b Author: Guillaume Desmottes @@ -35267,7 +35378,7 @@ remove gconf dep configure.ac | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 57c1b01434b3a92f3a55fb6d859aaa142bbb14a5 Author: Guillaume Desmottes @@ -35278,7 +35389,7 @@ This code is useless. src/cc-empathy-accounts-panel.c | 9 --------- - 1 files changed, 0 insertions(+), 9 deletions(-) + 1 file changed, 9 deletions(-) commit 87f228d727344e28bb9d87f6a86845f6473a38b0 Author: Guillaume Desmottes @@ -35287,9 +35398,9 @@ use gsettings version of the document-font-name key (#626810) libempathy-gtk/empathy-chat-text-view.c | 38 - ++++++++++-------------------- - libempathy-gtk/empathy-theme-adium.c | 32 ++++++++++--------------- - libempathy/empathy-gsettings.h | 3 ++ + +++++++++++-------------------- + libempathy-gtk/empathy-theme-adium.c | 32 +++++++++++--------------- + libempathy/empathy-gsettings.h | 3 +++ 3 files changed, 29 insertions(+), 44 deletions(-) commit a908b286fe5cc825f61cee64298395685b81b09d @@ -35299,7 +35410,7 @@ depend on gsettings-desktop-schemas configure.ac | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 3889df3fdf5964f32a96912cee0c5b02e7bcfb58 Author: Emilio Pozuelo Monfort @@ -35308,7 +35419,7 @@ Only check for presence in presence-enabled personas 2.0 libempathy-gtk/empathy-individual-widget.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 1e22706c294c3b775d1963aabff29a0695ccf595 Author: Jonny Lamb @@ -35320,7 +35431,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-individual-store.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit c391eb0efd50b519218c317d0c14e34954a45f9a Author: Jonny Lamb @@ -35353,12 +35464,12 @@ libempathy-gtk/empathy-individual-store.c | 38 +++++++++++++++++++++ libempathy-gtk/empathy-individual-store.h | 1 + - libempathy-gtk/empathy-individual-view.c | 39 +++++++++++++++++++++ + libempathy-gtk/empathy-individual-view.c | 39 ++++++++++++++++++++++ libempathy/empathy-contact.c | 52 ++++++++++++++++++++++++++++- libempathy/empathy-contact.h | 1 + libempathy/empathy-tp-contact-factory.c | 1 + - 6 files changed, 131 insertions(+), 1 deletions(-) + 6 files changed, 131 insertions(+), 1 deletion(-) commit 59f42ec7b50e15046fdd1b122c97a7f5d357922d Author: Guillaume Desmottes @@ -35367,7 +35478,7 @@ don't set fill on the box containing buttons src/empathy-accounts-dialog.ui | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a118a7cf1afc9858f1f4c6d7a10d949abf2fc210 Author: Guillaume Desmottes @@ -35376,7 +35487,7 @@ use gtk_box_pack_start() to pack our widget to the dialog (#634912) src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 33d6d9dfbdeac6050a63912a9944b54e5c50d95f Merge: 24ffd0a 4de0e21 @@ -35394,7 +35505,7 @@ configure.ac | 33 +++++++++++++++++++++++++++++++++ libempathy/empathy-tls-verifier.c | 2 +- - 2 files changed, 34 insertions(+), 1 deletions(-) + 2 files changed, 34 insertions(+), 1 deletion(-) commit 4de0e218a3e225bbbfbbe3baf91036a262c0f782 Author: Emilio Pozuelo Monfort @@ -35405,7 +35516,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=607146 libempathy-gtk/empathy-account-widget.c | 20 ++++++++++++++++++++ - 1 files changed, 20 insertions(+), 0 deletions(-) + 1 file changed, 20 insertions(+) commit 750f7705fe5d58f2c13a57d5e3c844aa0f205e10 Merge: 4a8508f 1332eb9 @@ -35451,8 +35562,8 @@ Updated Galician help translations help/gl/gl.po | 235 - +++++++++++++++++++++++++++++++------------------------- - 1 files changed, 130 insertions(+), 105 deletions(-) + +++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 130 insertions(+), 105 deletions(-) commit aec32ec878a4eac2f3d885c7643891f2206d82ac Author: Ville-Pekka Vainio @@ -35461,8 +35572,8 @@ pofilter fixes for the Finnish translation, update translator-credits po/fi.po | 130 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 66 insertions(+), 64 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 66 insertions(+), 64 deletions(-) commit a05517d865e823e5bd939ae5efcc497ccadef066 Author: Emilio Pozuelo Monfort @@ -35472,10 +35583,10 @@ https://bugzilla.gnome.org/show_bug.cgi?id=595305 - libempathy-gtk/empathy-log-window.c | 11 ++++++ + libempathy-gtk/empathy-log-window.c | 11 +++++++ libempathy-gtk/empathy-log-window.ui | 58 +++++++++++++++++++++++++++++++++- - 2 files changed, 68 insertions(+), 1 deletions(-) + 2 files changed, 68 insertions(+), 1 deletion(-) commit 1332eb95a91fb7e4f001757f702e79002ad3aebc Author: Guillaume Desmottes @@ -35484,7 +35595,7 @@ individual_store_contact_sort: account is not supposed to be NULL libempathy-gtk/empathy-individual-store.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 40c46616ed8b86375777610b6befc35f22914497 Author: Fran Diéguez @@ -35493,7 +35604,7 @@ Updated galician help translations help/gl/gl.po | 45 ++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 44 insertions(+), 1 deletions(-) + 1 file changed, 44 insertions(+), 1 deletion(-) commit c607201736ed8dd846454bc0ad397865f01ad805 Author: Guillaume Desmottes @@ -35502,7 +35613,7 @@ bump folks dep to 0.3.2 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5d15b2ed1f68d17364a53549ceb503275c62769d Merge: cb0e2e0 ff49ee8 @@ -35526,7 +35637,7 @@ po/sl.po | 211 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 99 insertions(+), 112 deletions(-) + 1 file changed, 99 insertions(+), 112 deletions(-) commit 56b049b0bc721d16378f2c2ab57d8f29ffc9ef71 Author: Gheyret T.Kenji @@ -35535,7 +35646,7 @@ Added UG translation po/LINGUAS | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit e46c802a4071583cd642cfd2e2ac6090fe8c191b Author: Ville-Pekka Vainio @@ -35545,7 +35656,7 @@ po/fi.po | 972 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 528 insertions(+), 444 deletions(-) + 1 file changed, 528 insertions(+), 444 deletions(-) commit 2e8e24cd771f95e98de65219f7a70116088e1afa Author: Gheyret T.Kenji @@ -35555,7 +35666,7 @@ po/ug.po | 3740 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 3740 insertions(+), 0 deletions(-) + 1 file changed, 3740 insertions(+) commit ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8 Author: Philip Withnall @@ -35572,8 +35683,8 @@ .../empathy-individual-information-dialog.c | 2 +- libempathy-gtk/empathy-individual-store.c | 42 - ++++++++++--------- - libempathy-gtk/empathy-individual-view.c | 6 +- + ++++++++++---------- + libempathy-gtk/empathy-individual-view.c | 6 +-- libempathy-gtk/empathy-linking-dialog.c | 2 +- libempathy-gtk/empathy-ui-utils.c | 3 +- libempathy/empathy-individual-manager.c | 2 +- @@ -35587,7 +35698,7 @@ po/gl.po | 394 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 214 insertions(+), 180 deletions(-) + 1 file changed, 214 insertions(+), 180 deletions(-) commit 875bf697d54f1c4ca98478ded849bc733828f758 Author: Vitaly Minko @@ -35595,10 +35706,11 @@ Make AccountChooser-related code simpler and clearer (re #633481). - libempathy-gtk/empathy-account-chooser.c | 32 ++++++++++++++++++---- - libempathy-gtk/empathy-new-message-dialog.c | 33 +++------------------- + libempathy-gtk/empathy-account-chooser.c | 32 +++++++++++++++++----- + libempathy-gtk/empathy-new-message-dialog.c | 33 + ++++------------------- src/empathy-new-chatroom-dialog.c | 38 - ++++---------------------- + +++++---------------------- 3 files changed, 37 insertions(+), 66 deletions(-) commit eb67ffa2d04e73f078f969f751c45678dc35a430 @@ -35609,8 +35721,8 @@ of get_size (#628043) libempathy-gtk/empathy-cell-renderer-text.c | 52 - ++++++++++---------------- - 1 files changed, 20 insertions(+), 32 deletions(-) + +++++++++++---------------- + 1 file changed, 20 insertions(+), 32 deletions(-) commit 618c05bffb618c1ce5321c354e605afbdcec5553 Author: Daniel Mustieles @@ -35620,7 +35732,7 @@ po/es.po | 262 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 136 insertions(+), 126 deletions(-) + 1 file changed, 136 insertions(+), 126 deletions(-) commit c87c03791366d2d038f2854c171e0c91e17207aa Author: Guillaume Desmottes @@ -35629,7 +35741,7 @@ input-text-view: use get_preferred_height instead of size_request libempathy-gtk/empathy-input-text-view.c | 25 +++++++++++-------------- - 1 files changed, 11 insertions(+), 14 deletions(-) + 1 file changed, 11 insertions(+), 14 deletions(-) commit 379f636d605a99f04fbd29481ff755e783f34707 Author: Guillaume Desmottes @@ -35649,7 +35761,7 @@ add EmpathyInputTextView libempathy-gtk/Makefile.am | 2 + - libempathy-gtk/empathy-chat.c | 11 +---- + libempathy-gtk/empathy-chat.c | 11 ++---- libempathy-gtk/empathy-input-text-view.c | 62 ++++++++++++++++++++++++++++++ libempathy-gtk/empathy-input-text-view.h | 62 @@ -35666,7 +35778,7 @@ libempathy-gtk/empathy-chat.c | 51 ----------------------------------------- - 1 files changed, 0 insertions(+), 51 deletions(-) + 1 file changed, 51 deletions(-) commit 3055c76a94c9628ef30da3bcdf1ca894cb671796 Author: Vitaly Minko @@ -35675,7 +35787,7 @@ Display text in verbatim (#625745) libempathy-gtk/empathy-theme-adium.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 18d649cbfd8eda7678957a3d2a76b9bb8681a981 Author: Vitaly Minko @@ -35685,7 +35797,7 @@ connected accounts properly (#633481). libempathy-gtk/empathy-account-chooser.c | 87 - ++++++++++++++----- + +++++++++++++----- libempathy-gtk/empathy-account-chooser.h | 26 +++++- libempathy-gtk/empathy-contact-dialogs.c | 16 ++-- libempathy-gtk/empathy-contact-selector-dialog.c | 12 ++- @@ -35696,7 +35808,7 @@ libempathy-gtk/empathy-new-message-dialog.c | 85 ++++++++++++++---- src/empathy-new-chatroom-dialog.c | 103 - ++++++++++++++++----- + ++++++++++++++++------ tests/interactive/test-empathy-account-chooser.c | 6 +- 10 files changed, 336 insertions(+), 102 deletions(-) @@ -35707,7 +35819,7 @@ about-dialog: add my email src/empathy-about-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1cb5c43aef3aa182fa8b3b5aca74461ce7e90ab9 Merge: 13953e5 ccb133e @@ -35723,7 +35835,7 @@ init GTK+ before empathy-gtk src/empathy-debugger.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ccb133e0244bd3812c0d40661942f0e003a8ea03 Author: Guillaume Desmottes @@ -35732,7 +35844,7 @@ pass message to empathy_subscription_dialog_show src/empathy-event-manager.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit e390a8a182a198b0e7a8f60a760773019f6d4e08 Author: Guillaume Desmottes @@ -35754,7 +35866,7 @@ src/empathy-status-icon.c | 54 +++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 54 insertions(+), 0 deletions(-) + 1 file changed, 54 insertions(+) commit 2d91d86e1638f3c9a9be8be63ff974a8fc28d9ce Author: Guillaume Desmottes @@ -35774,7 +35886,7 @@ po/he.po | 106 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 58 insertions(+), 48 deletions(-) + 1 file changed, 58 insertions(+), 48 deletions(-) commit 8b856d4c77dd9dff397ff840ec318cab05c5bba7 Author: Guillaume Desmottes @@ -35783,7 +35895,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 61276718fc0643e8951219748b3dd4ee0b282d23 Author: Guillaume Desmottes @@ -35802,7 +35914,7 @@ add empathy-chat to POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 8ba1faac4239c80e8726ecfc868735584383f1b4 Author: Guillaume Desmottes @@ -35811,7 +35923,7 @@ fix typo in NEWS NEWS | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 51df29ca35c95707a1984976e447cb3f0bdeef7a Author: Guillaume Desmottes @@ -35835,7 +35947,7 @@ versions. configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 779b303df490ffa5a044b36c44777e2e0f24cf8c Merge: 518b442 afb871a @@ -35851,7 +35963,7 @@ [l10n] Updated German doc translation, fixed some more XML errors help/de/de.po | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 31a5c98b831e437ce0b4de7aa06d7b09bc8498a6 Author: Mario Blättermann @@ -35860,7 +35972,7 @@ [l10n] Updated German doc translation, fixed some XML errors help/de/de.po | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit eee9a0454724a1bc2132a6574aebfa60faefb208 Author: Matej Urbančič @@ -35870,7 +35982,7 @@ po/sl.po | 545 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 309 insertions(+), 236 deletions(-) + 1 file changed, 309 insertions(+), 236 deletions(-) commit a0d57aa60447a6c2810013bad801b5ecc71d8b8c Merge: 182b9fa 60ceff6 @@ -35887,7 +35999,7 @@ po/crh.po | 2033 ++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1276 insertions(+), 757 deletions(-) + 1 file changed, 1276 insertions(+), 757 deletions(-) commit a8064b9082e8cab75f72a108359bb5ce5d39675b Author: Daniel Mustieles @@ -35896,7 +36008,7 @@ Updated Spanish translation po/es.po | 38 ++++++++++++++++++++------------------ - 1 files changed, 20 insertions(+), 18 deletions(-) + 1 file changed, 20 insertions(+), 18 deletions(-) commit 588c9672d3530294f3ce1308754a7121681a6fa0 Author: Travis Reitter @@ -35905,7 +36017,7 @@ Always set up the call factory in empathy-av. src/empathy-av.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 257e5241380c49fb5498093ccf3ebcced29c7fe1 Merge: c3395bb 6780c24 @@ -35921,7 +36033,7 @@ fix syntax error src/empathy-event-manager.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 2006f8e4601f2eab8e63884a86c4b4b626e963c6 Author: Yaron Shahrabani @@ -35930,7 +36042,7 @@ Updated Hebrew translation. po/he.po | 15 +++++++-------- - 1 files changed, 7 insertions(+), 8 deletions(-) + 1 file changed, 7 insertions(+), 8 deletions(-) commit 20bf62e79da14568fcd8c65fd561d601acf4b882 Author: Alex Launi @@ -35939,7 +36051,7 @@ Reword subscription request dialog to be less technical src/empathy-event-manager.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 60ceff650179f376d3f35831a4170b3bc0a2577a Author: Guillaume Desmottes @@ -35949,7 +36061,7 @@ libempathy-gtk/empathy-contact-widget.c | 58 +++++++++++++++++++++++++++++++ - 1 files changed, 58 insertions(+), 0 deletions(-) + 1 file changed, 58 insertions(+) commit 56b38154b0c236a158a41989c0cc72e0302cf6ff Author: Guillaume Desmottes @@ -35961,8 +36073,8 @@ the vCard. libempathy-gtk/empathy-contact-widget.c | 33 - ++++++++++++++++++------------ - 1 files changed, 20 insertions(+), 13 deletions(-) + +++++++++++++++++++------------ + 1 file changed, 20 insertions(+), 13 deletions(-) commit f8a787f1ad106cbb6422038800ee767c1b94a724 Author: Guillaume Desmottes @@ -35973,7 +36085,7 @@ libempathy-gtk/empathy-contact-widget.c | 73 +++++-------------------------- - 1 files changed, 11 insertions(+), 62 deletions(-) + 1 file changed, 11 insertions(+), 62 deletions(-) commit a2421fe9c16830e31ffab506d65a4463fd2b5e03 Author: Guillaume Desmottes @@ -35982,7 +36094,7 @@ log an error if SetContactInfo() fails libempathy-gtk/empathy-contact-widget.c | 20 +++++++++++++++++++- - 1 files changed, 19 insertions(+), 1 deletions(-) + 1 file changed, 19 insertions(+), 1 deletion(-) commit 897caa5f59139e690778f006ce69518cc484a25a Author: Guillaume Desmottes @@ -35991,7 +36103,7 @@ field_value_is_empty: check that all the values are empty libempathy-gtk/empathy-contact-widget.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit a71719b4f268e0a1872007af770593773332cb0f Author: Guillaume Desmottes @@ -36001,7 +36113,7 @@ (#630421) libempathy-gtk/empathy-contact-widget.c | 16 +++++++++++++++- - 1 files changed, 15 insertions(+), 1 deletions(-) + 1 file changed, 15 insertions(+), 1 deletion(-) commit b05d78f8dcf7e952be1a1ffd88757370ec3e19cf Author: Guillaume Desmottes @@ -36010,7 +36122,7 @@ factor out field_spec_match_field() libempathy-gtk/empathy-contact-widget.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 66ccf35fe60be0a85aa9e6a242bdd1a2ba6706a3 Author: Yaron Shahrabani @@ -36019,8 +36131,8 @@ Updated Hebrew translation. po/he.po | 75 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 39 insertions(+), 36 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 39 insertions(+), 36 deletions(-) commit 6780c24c52863706602cf0b900ba4adc298180fe Author: Guillaume Desmottes @@ -36029,7 +36141,7 @@ Don't destroy the call factory right away (#633816) src/empathy-av.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 5645e5b10dff5b440ab0343bcd1f930bee5f985b Author: Jorge González @@ -36038,8 +36150,8 @@ Updated Spanish translation po/es.po | 77 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 40 insertions(+), 37 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 40 insertions(+), 37 deletions(-) commit 0c927779b5b37ba01bb710b86e21c55f35e7ad94 Author: Vitaly Minko @@ -36048,7 +36160,7 @@ Escape URL itself along with the title (#616339) libempathy-gtk/empathy-string-parser.c | 18 +++++++++++------- - 1 files changed, 11 insertions(+), 7 deletions(-) + 1 file changed, 11 insertions(+), 7 deletions(-) commit dff6d4ec7292db208dac8abf44a238764b1e3915 Merge: b776688 6f6c118 @@ -36064,7 +36176,7 @@ improve hash mismatch error (#632926) libempathy/empathy-ft-handler.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 6f6c118815634fa3ddbd62df46e7447341a81f5b Author: Vitaly Minko @@ -36083,7 +36195,7 @@ empathy: use the proper exit status src/empathy.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 3afb04af72b24948e033a22800957a4564cce23c Author: Travis Reitter @@ -36092,7 +36204,7 @@ empathy-debugger: use the proper exit status src/empathy-debugger.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit d304979d6dc8bfb35d2f4ecb69456868d4d89064 Author: Travis Reitter @@ -36101,7 +36213,7 @@ empathy-chat: use the proper exit status src/empathy-chat.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 3993edbacf01218a50b206f5f1fdd0ad981b576b Author: Travis Reitter @@ -36110,7 +36222,7 @@ empathy-av: use the proper exit status src/empathy-av.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 9fa6495ab8e1900c020b0e6e265d380b68b405a7 Author: Travis Reitter @@ -36119,7 +36231,7 @@ empathy-accounts: use the proper exit status src/empathy-accounts.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit e7568fd64d8ec733efea5f6563bf7d286319edfc Author: Travis Reitter @@ -36135,7 +36247,7 @@ src/empathy-chat.c | 59 +++++++++++++++------------------------------------- - 1 files changed, 17 insertions(+), 42 deletions(-) + 1 file changed, 17 insertions(+), 42 deletions(-) commit d298521fb71385e25ce924bd051ecaed73ae14e7 Author: Travis Reitter @@ -36146,8 +36258,8 @@ Helps bgo#632912. src/empathy.c | 134 - +++++++++++++++++++++++++++++++++++++------------------- - 1 files changed, 88 insertions(+), 46 deletions(-) + +++++++++++++++++++++++++++++++++++++-------------------- + 1 file changed, 88 insertions(+), 46 deletions(-) commit ae2279dbd9844674ea90bb161078dfc3925573cd Author: Travis Reitter @@ -36158,8 +36270,8 @@ Helps bgo#632912. src/empathy-accounts.c | 81 - +++++++++++++++++++++++++++++++++++------------ - 1 files changed, 60 insertions(+), 21 deletions(-) + +++++++++++++++++++++++++++++++++++------------- + 1 file changed, 60 insertions(+), 21 deletions(-) commit 1cee1d840d87c1cb55ea35b17c58f3d7c69931be Author: Travis Reitter @@ -36168,7 +36280,7 @@ Relocate static function to eliminate prototype. src/empathy-av.c | 36 +++++++++++++++--------------------- - 1 files changed, 15 insertions(+), 21 deletions(-) + 1 file changed, 15 insertions(+), 21 deletions(-) commit ad19fb0668dcd21c0ac82e3c0fc81f6fa03dd92a Author: Travis Reitter @@ -36178,7 +36290,7 @@ of empathy-av. src/empathy-av.c | 31 ++++++++++++++++--------------- - 1 files changed, 16 insertions(+), 15 deletions(-) + 1 file changed, 16 insertions(+), 15 deletions(-) commit 8857f63fb88c5b6cc3fed75143a9b58da439f583 Author: Travis Reitter @@ -36191,8 +36303,8 @@ Fixes bgo#632912. src/empathy-av.c | 63 - +++++++++++++++++------------------------------------ - 1 files changed, 20 insertions(+), 43 deletions(-) + +++++++++++++++++------------------------------------- + 1 file changed, 20 insertions(+), 43 deletions(-) commit f6e6e24cd11b820e382e687626b52dd3eb6364a7 Author: Travis Reitter @@ -36203,7 +36315,7 @@ Helps bgo#632912. src/empathy-accounts.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit f9e4c3d37f6cc259beca5b4dde709a34e517d2c6 Author: Travis Reitter @@ -36214,7 +36326,7 @@ Helps bgo#632912. src/empathy-debugger.c | 28 +++++++++++++++++++++------- - 1 files changed, 21 insertions(+), 7 deletions(-) + 1 file changed, 21 insertions(+), 7 deletions(-) commit 0ff09c9c9bf89948a8e37b3c3606fc42f0d8e618 Author: Travis Reitter @@ -36232,8 +36344,8 @@ they would release it upon exit anyhow). src/empathy.c | 101 - +++++++++++++++++++++++++++++++------------------------- - 1 files changed, 56 insertions(+), 45 deletions(-) + ++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 56 insertions(+), 45 deletions(-) commit 4c8dc9d04de6f80c8e5406495e71d0dca9f73369 Author: Travis Reitter @@ -36242,7 +36354,7 @@ Cut out unnecessary empathy_app_new(). src/empathy.c | 30 +++--------------------------- - 1 files changed, 3 insertions(+), 27 deletions(-) + 1 file changed, 3 insertions(+), 27 deletions(-) commit f0bc602802fd56095886b1d6b1b054a44320973d Author: Travis Reitter @@ -36257,7 +36369,7 @@ Helps bgo#632912. src/empathy.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 8b529506fbc4265b44ab35cda5bdc99978192680 Merge: 2237080 5c9cc71 @@ -36273,7 +36385,7 @@ Allow to drop contacts on the group names (#619961) libempathy-gtk/empathy-individual-store.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 91a0c4fcb278477422e1c89f517cc0f5c833de33 Merge: 10de0a2 01566e5 @@ -36289,7 +36401,7 @@ Copy topic selection manually since Ctrl-C is bound to the menu item. libempathy-gtk/empathy-chat.c | 25 +++++++++++++++++++++++++ - 1 files changed, 25 insertions(+), 0 deletions(-) + 1 file changed, 25 insertions(+) commit 10de0a21f8abf9ad1719039addf347e03a6324dd Author: Guillaume Desmottes @@ -36298,7 +36410,7 @@ rename timeout_id to auto_scroll_timeout_id libempathy-gtk/empathy-individual-view.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 512026609a385f2715350d275f987ca61dbc2ad8 Author: Guillaume Desmottes @@ -36307,8 +36419,8 @@ move AutoScrollData to priv libempathy-gtk/empathy-individual-view.c | 40 - ++++++++++++++--------------- - 1 files changed, 19 insertions(+), 21 deletions(-) + ++++++++++++++---------------- + 1 file changed, 19 insertions(+), 21 deletions(-) commit 047aefcdfb7a8f19d6cb569375601e81cae30a38 Author: Guillaume Desmottes @@ -36317,7 +36429,7 @@ Use GTK3 API libempathy-gtk/empathy-individual-view.c | 16 ++++++++++------ - 1 files changed, 10 insertions(+), 6 deletions(-) + 1 file changed, 10 insertions(+), 6 deletions(-) commit 7fc61f47a6133047135b01190ad3dc8e9eed4489 Author: Vitaly Minko @@ -36327,7 +36439,7 @@ libempathy-gtk/empathy-individual-view.c | 54 ++++++++++++++++++++++++++++++ - 1 files changed, 54 insertions(+), 0 deletions(-) + 1 file changed, 54 insertions(+) commit 5c9cc71dd871671cf6654fbe968755654081946e Author: Guillaume Desmottes @@ -36338,7 +36450,7 @@ This avoid to recreate one each time we need it. src/empathy-chat-manager.c | 31 +++++++++++++++++++------------ - 1 files changed, 19 insertions(+), 12 deletions(-) + 1 file changed, 19 insertions(+), 12 deletions(-) commit 43810b24c12d81f26f4d38035ae911a1a7a0bbcc Author: Guillaume Desmottes @@ -36351,7 +36463,7 @@ splitted the chat client (#633329). libempathy/empathy-chatroom-manager.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 8fcbe3e7f71eeb6bca559dd6c36711b7fa5078c4 Author: Travis Reitter @@ -36360,7 +36472,7 @@ Fix the subtitution for the libexecdir path in the Chat service file. data/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f8f79bf5b2597b0239fb12c426907cf2b918bddc Author: Aron Xu @@ -36370,7 +36482,7 @@ po/zh_CN.po | 1004 +++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 533 insertions(+), 471 deletions(-) + 1 file changed, 533 insertions(+), 471 deletions(-) commit 85bcf8d0266294ebc9ba66062812cbee40791de5 Author: Guillaume Desmottes @@ -36378,8 +36490,8 @@ empathy-chat is installed in libexecdir - ...esktop.Telepathy.Client.Empathy.Chat.service.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + data/org.freedesktop.Telepathy.Client.Empathy.Chat.service.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) commit afb871aad6cf857d445d9235fc1e956518f76e5f Author: Guillaume Desmottes @@ -36388,7 +36500,7 @@ Don't use 'Preset' in the UI (#581029) libempathy-gtk/empathy-status-preset-dialog.ui | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 77da3f09f8e74d8dd96efc1cce1efe46f8a352fc Author: Jorge González @@ -36397,7 +36509,7 @@ Updated Spanish translation po/es.po | 41 ++++++++++++++++++++++------------------- - 1 files changed, 22 insertions(+), 19 deletions(-) + 1 file changed, 22 insertions(+), 19 deletions(-) commit 9c832ed43560894522aaf832ac6c9d91831ee051 Author: Yaron Shahrabani @@ -36406,7 +36518,7 @@ Updated Hebrew translation. po/he.po | 43 ++++++++++++++++++++++--------------------- - 1 files changed, 22 insertions(+), 21 deletions(-) + 1 file changed, 22 insertions(+), 21 deletions(-) commit a00833accf9eb1c4470feac282b4679df3e2629d Author: Francisca Gallardo @@ -36422,7 +36534,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=628823 src/empathy-accounts.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8f0fbd89ee0d514bdc664850541416cac9090204 Merge: 1e6d192 34a97e5 @@ -36438,7 +36550,7 @@ Fixing incorrect indentation. libempathy-gtk/empathy-contact-menu.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 1e6d192d7a61c14fefae302f2109a91a9a916287 Author: Guillaume Desmottes @@ -36447,7 +36559,7 @@ src/Makefile.am: add $(NULL) src/Makefile.am | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 426487b5817b6f75c77ee888b3355fd7b89981a2 Author: Guillaume Desmottes @@ -36456,7 +36568,7 @@ coding style fix src/empathy-chat.c | 19 +++++++++++-------- - 1 files changed, 11 insertions(+), 8 deletions(-) + 1 file changed, 11 insertions(+), 8 deletions(-) commit 3af8594e436d5c88e531fcd6f36a1d81b20b133e Author: Guillaume Desmottes @@ -36465,7 +36577,7 @@ empathy.c: stop instantiating the chat manager src/empathy.c | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit 3c1151db28aa6d8726a763060070e0c8eb961e2d Author: Guillaume Desmottes @@ -36474,10 +36586,10 @@ Create 'empathy-chat' handling text channels (#631946) src/.gitignore | 1 + - src/Makefile.am | 10 +++- + src/Makefile.am | 10 ++- src/empathy-chat.c | 174 ++++++++++++++++++++++++++++++++++++++++++++++++++++ - 3 files changed, 184 insertions(+), 1 deletions(-) + 3 files changed, 184 insertions(+), 1 deletion(-) commit f116e5268165cce8c67d6876b6819790ba29c683 Author: Guillaume Desmottes @@ -36487,8 +36599,8 @@ src/empathy-chat-manager.c | 61 ++++++++++++++++++++++++++++++++++++++++++++ - src/empathy-chat-manager.h | 2 + - 2 files changed, 63 insertions(+), 0 deletions(-) + src/empathy-chat-manager.h | 2 ++ + 2 files changed, 63 insertions(+) commit 912a3822ff6dcedcf6336191aab3bd363d7e24bb Author: Guillaume Desmottes @@ -36507,13 +36619,15 @@ rename the chat handler to Empathy.Chat - data/.gitignore | 2 +- - data/Empathy.Chat.client | 14 ++++++++++++++ - data/Empathy.client | 14 -------------- - data/Makefile.am | 6 +++--- - ...esktop.Telepathy.Client.Empathy.Chat.service.in | 3 +++ - ...freedesktop.Telepathy.Client.Empathy.service.in | 3 --- - src/empathy-chat-manager.c | 2 +- + data/.gitignore | 2 +- + data/Empathy.Chat.client | 14 + ++++++++++++++ + data/Empathy.client | 14 + -------------- + data/Makefile.am | 6 +++--- + ....freedesktop.Telepathy.Client.Empathy.Chat.service.in | 3 +++ + data/org.freedesktop.Telepathy.Client.Empathy.service.in | 3 --- + src/empathy-chat-manager.c | 2 +- 7 files changed, 22 insertions(+), 22 deletions(-) commit eaffceb6b4a5ea9d15a0aaa41885b258dcbc0cf2 @@ -36523,7 +36637,7 @@ idle.h: we have to include account from tp-glib libempathy/empathy-idle.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit f3028d109fb45840c5ef7f63dc14de74593f5079 Author: Yaron Shahrabani @@ -36533,7 +36647,7 @@ po/he.po | 136 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 75 insertions(+), 61 deletions(-) + 1 file changed, 75 insertions(+), 61 deletions(-) commit dbe9379eb6d3f1f51dbbe293a8cf347efedf85f1 Author: Carles Ferrando @@ -36543,7 +36657,7 @@ po/ca@valencia.po | 2005 +++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 1257 insertions(+), 748 deletions(-) + 1 file changed, 1257 insertions(+), 748 deletions(-) commit 06edcef25a101bd47b7958732561d4b1ebe17dfc Author: Vitaly Minko @@ -36552,7 +36666,7 @@ Disable meaningless popup menu items in the contact menu (#573283). libempathy-gtk/empathy-contact-menu.c | 16 +++++++++++++--- - 1 files changed, 13 insertions(+), 3 deletions(-) + 1 file changed, 13 insertions(+), 3 deletions(-) commit d6fb6d85664ad4c56cddb7e07ffd49287fddb58a Author: Jorge González @@ -36562,7 +36676,7 @@ po/es.po | 136 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 75 insertions(+), 61 deletions(-) + 1 file changed, 75 insertions(+), 61 deletions(-) commit a0570eb786037e9855a0a8a51aabc5c6130ad342 Merge: 45e2e34 2324b39 @@ -36578,7 +36692,7 @@ empathy.c: call g_application_hold() on the app src/empathy.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit dd2c970a735a8099b00df7423cf8fe0dc8f4c473 Author: Guillaume Desmottes @@ -36587,7 +36701,7 @@ GApplication is not a initable anymore src/empathy.c | 8 ++------ - 1 files changed, 2 insertions(+), 6 deletions(-) + 1 file changed, 2 insertions(+), 6 deletions(-) commit 7c8a06a7cd034f24df4c532533ef144cb87145ee Author: Guillaume Desmottes @@ -36596,7 +36710,7 @@ gtk_text_view_get_vadjustment() has been removed libempathy-gtk/empathy-chat-text-view.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit d2f7a29078e2b351e1c52cc6db049808ae86ae1f Author: Vitaly Minko @@ -36620,7 +36734,7 @@ Fixes bgo#632846. src/empathy-av.c | 41 +++++++++++++++++++---------------------- - 1 files changed, 19 insertions(+), 22 deletions(-) + 1 file changed, 19 insertions(+), 22 deletions(-) commit ca04b3480cf5a55767065324b29e5babb2039b37 Author: Travis Reitter @@ -36631,7 +36745,7 @@ Helps bgo#632846. src/empathy-accounts.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 73c0679204bc2e268f866ca802772c3f6a26288c Author: Travis Reitter @@ -36642,7 +36756,7 @@ Helps bgo#632846. src/empathy-debugger.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 29fd0970e4c60963117322c3d067b93fa9461293 Author: Travis Reitter @@ -36653,7 +36767,7 @@ Helps bgo#632846. src/empathy.c | 9 ++++----- - 1 files changed, 4 insertions(+), 5 deletions(-) + 1 file changed, 4 insertions(+), 5 deletions(-) commit 2324b39d322867c4ef583265cf7c5d840a72cb02 Author: Vitaly Minko @@ -36663,7 +36777,7 @@ it in this case (#625780). src/empathy-chat-window.c | 30 +++++++++++++++--------------- - 1 files changed, 15 insertions(+), 15 deletions(-) + 1 file changed, 15 insertions(+), 15 deletions(-) commit 063c4fb406eda4278493cc3ee24ad63a12b83996 Author: Jorge González @@ -36672,7 +36786,7 @@ Updated Spanish translation po/es.po | 17 ++++++++--------- - 1 files changed, 8 insertions(+), 9 deletions(-) + 1 file changed, 8 insertions(+), 9 deletions(-) commit 92202b819168ac29193936540bf47137185052dc Author: Danielle Madeley @@ -36683,7 +36797,7 @@ Fixes https://bugzilla.gnome.org/show_bug.cgi?id=632681 libempathy-gtk/empathy-account-widget.c | 14 +++++++++----- - 1 files changed, 9 insertions(+), 5 deletions(-) + 1 file changed, 9 insertions(+), 5 deletions(-) commit eb798b30942ae008bde80decf023534111478919 Author: Yaron Shahrabani @@ -36693,7 +36807,7 @@ po/he.po | 274 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 154 insertions(+), 120 deletions(-) + 1 file changed, 154 insertions(+), 120 deletions(-) commit c9ee1b685ba3fa505914c7e1f9bb705ea88e5ff0 Author: Takayuki KUSANO @@ -36703,7 +36817,7 @@ po/ja.po | 295 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 148 insertions(+), 147 deletions(-) + 1 file changed, 148 insertions(+), 147 deletions(-) commit 2d56a523190e64ae61d5ff470d2fe1b4ba357944 Author: Gabor Kelemen @@ -36712,7 +36826,7 @@ Updated comments translations help/hu/hu.po | 29 ++++++++++++++++++++++------- - 1 files changed, 22 insertions(+), 7 deletions(-) + 1 file changed, 22 insertions(+), 7 deletions(-) commit d64a75e1138fb8f871589e7b3eb8285d4b92cdd5 Merge: 0b0bc2d ce75052 @@ -36729,7 +36843,7 @@ libempathy/empathy-ft-handler.c | 70 +++++++++++++-------------------------- - 1 files changed, 23 insertions(+), 47 deletions(-) + 1 file changed, 23 insertions(+), 47 deletions(-) commit 0b0bc2d054b03840557339661af757083dc00850 Author: Fran Diéguez @@ -36737,7 +36851,7 @@ Updated galician translations and help - help/gl/gl.po | 108 ++++++++++++++++++++--- + help/gl/gl.po | 108 +++++++++++++++++++--- po/gl.po | 278 ++++++++++++++++++++++++++++++++------------------------- 2 files changed, 253 insertions(+), 133 deletions(-) @@ -36752,7 +36866,7 @@ libempathy/empathy-dispatcher.c | 124 --------------------------------------- libempathy/empathy-dispatcher.h | 6 -- - 2 files changed, 0 insertions(+), 130 deletions(-) + 2 files changed, 130 deletions(-) commit e502bb48739f6d5b63dbee2c698b090928110400 Author: Guillaume Desmottes @@ -36761,8 +36875,8 @@ no more need to iterate twice over the channel classes libempathy/empathy-ft-handler.c | 74 - +++++++++++++++++--------------------- - 1 files changed, 33 insertions(+), 41 deletions(-) + +++++++++++++++++---------------------- + 1 file changed, 33 insertions(+), 41 deletions(-) commit a360151f84ffc367ce9d749eacca3cde155649db Author: Guillaume Desmottes @@ -36773,8 +36887,8 @@ TpCapabilities libempathy/empathy-ft-handler.c | 56 - ++++++++++++++++++++++++++++++++++---- - 1 files changed, 50 insertions(+), 6 deletions(-) + ++++++++++++++++++++++++++++++++++----- + 1 file changed, 50 insertions(+), 6 deletions(-) commit cb265f95cc5ca492f8808be0ab81d70e8e77d843 Author: Guillaume Desmottes @@ -36784,7 +36898,7 @@ supported libempathy/empathy-tp-chat.c | 24 ++++++++++++------------ - 1 files changed, 12 insertions(+), 12 deletions(-) + 1 file changed, 12 insertions(+), 12 deletions(-) commit 3e908f6ba9caefd06a6fbedb7dae55c3a71b9f44 Author: Guillaume Desmottes @@ -36804,7 +36918,7 @@ [help] Fix XML validity of French translation help/fr/fr.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8909adc8fa36c39d26d21bc7e3c3065bb1b6b74d Author: William Jon McCann @@ -36827,7 +36941,7 @@ po/es.po | 130 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 67 insertions(+), 63 deletions(-) + 1 file changed, 67 insertions(+), 63 deletions(-) commit 4632bf414e157820e87f4ea22d4a73a84db843d5 Author: Guillaume Desmottes @@ -36836,7 +36950,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1c188eb538d9a8d191f70c3a994874db7e7bd397 Author: Guillaume Desmottes @@ -36855,7 +36969,7 @@ release.py: update last_tag_pattern release.py | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 798670e5ec296942eb26797cbc9dc8bb3cd2d771 Author: Guillaume Desmottes @@ -36864,7 +36978,7 @@ move the 'Find in contact list' menu item src/empathy-main-window.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0446279dbf79a85718ca7a71bb6588d389ed15f5 Merge: d91cd1d b3a5b44 @@ -36882,7 +36996,7 @@ Seems the default changed in GTK3. libempathy-gtk/empathy-individual-widget.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b3a5b441b884c25198b77ae014cde3b73d396257 Author: Vitaly Minko @@ -36926,7 +37040,7 @@ away/busy. libempathy-gtk/empathy-notify-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0da5677984bf4820ec0e723141bf43d3539a0fa3 Author: Jorge González @@ -36936,7 +37050,7 @@ po/es.po | 152 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 83 insertions(+), 69 deletions(-) + 1 file changed, 83 insertions(+), 69 deletions(-) commit 64b7bd12aa298e080047cace1918d19098509b0a Author: Guillaume Desmottes @@ -36945,7 +37059,7 @@ empathy-av: use GtkApplication (#621339) src/empathy-av.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 359fed84d5ee5b0fb82699cb927dbc3293c235cc Author: Guillaume Desmottes @@ -36954,7 +37068,7 @@ empathy-debugger: use GtkApplication (#621339) src/empathy-debugger.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit 935bd1c90642bbef3430f19769e5649354f75731 Author: Guillaume Desmottes @@ -36963,7 +37077,7 @@ define EMPATHY_DBUS_NAME src/empathy.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit fd57d14531134f57783ab46d6a366c3c23827685 Author: Guillaume Desmottes @@ -36973,7 +37087,7 @@ configure.ac | 2 -- src/Makefile.am | 4 ---- - 2 files changed, 0 insertions(+), 6 deletions(-) + 2 files changed, 6 deletions(-) commit 96311a0b2a5f03c2208ca8b383332ccfd154b8cb Author: Guillaume Desmottes @@ -36982,7 +37096,7 @@ empathy-accounts-common: no need to include unique src/empathy-accounts-common.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit e34270c0664061091a9abdebe3df75e76adc5f3f Author: Guillaume Desmottes @@ -36991,8 +37105,8 @@ empathy-accounts: port to GtkApplication (#621339) src/empathy-accounts.c | 53 - ++++++++++------------------------------------- - 1 files changed, 12 insertions(+), 41 deletions(-) + +++++++++++------------------------------------- + 1 file changed, 12 insertions(+), 41 deletions(-) commit 383e325a32599a0d359e3574cb86859c8a1ed76c Author: Guillaume Desmottes @@ -37006,7 +37120,7 @@ src/empathy.c | 75 ++++++++++++++++----------------------------------------- - 1 files changed, 21 insertions(+), 54 deletions(-) + 1 file changed, 21 insertions(+), 54 deletions(-) commit 5d9afc90e6d9f07aa3408c1e230d0856d71f1363 Author: Guillaume Desmottes @@ -37015,7 +37129,7 @@ EmpathyApp: inherit from GtkApplication (#621339) src/empathy.c | 35 ++++++++++++++++++++++++++++------- - 1 files changed, 28 insertions(+), 7 deletions(-) + 1 file changed, 28 insertions(+), 7 deletions(-) commit d002bc22326aaa6f710ab6f282486c19ef7b6261 Author: Guillaume Desmottes @@ -37025,7 +37139,7 @@ src/empathy.c | 418 +++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 271 insertions(+), 147 deletions(-) + 1 file changed, 271 insertions(+), 147 deletions(-) commit 2ff9d1b7c0ba3d1fe4e39941a89ed15e74509371 Author: Danielle Madeley @@ -37034,7 +37148,7 @@ Port empathy-debug-window to GtkComboBoxText src/empathy-debug-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit dcb853028f46c6d2f9f27af870b3311afb098644 Author: Danielle Madeley @@ -37043,7 +37157,7 @@ Port empathy-account-assistant to GtkComboBoxText src/empathy-account-assistant.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 0edff90c614fd8011c12c7be6981df5d9443f41b Author: Danielle Madeley @@ -37073,7 +37187,7 @@ Bump GTK+ requirement to 2.91.1 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 643dc00f6a6e60f1dae91647301505169e8c7791 Merge: 2a7871a 53ca6d2 @@ -37089,8 +37203,8 @@ [l10n] Updated Estonian translation po/et.po | 100 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 56 insertions(+), 44 deletions(-) + +++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 56 insertions(+), 44 deletions(-) commit 378e46aee2d8376db3e6fbd1a9356cacf72a7aef Author: Kjartan Maraas @@ -37100,7 +37214,7 @@ po/nb.po | 815 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 416 insertions(+), 399 deletions(-) + 1 file changed, 416 insertions(+), 399 deletions(-) commit 2c5175128196c93f648b165bc7e155f5d9cef1c3 Author: Travis Reitter @@ -37117,7 +37231,7 @@ planning to remove it. src/empathy-main-window.c | 14 +++++++++----- - 1 files changed, 9 insertions(+), 5 deletions(-) + 1 file changed, 9 insertions(+), 5 deletions(-) commit 1291ec05478f211d37479fc98904d9d3dda743b0 Author: Travis Reitter @@ -37128,7 +37242,7 @@ Helps bgo#625969. libempathy/empathy-individual-manager.c | 5 ----- - 1 files changed, 0 insertions(+), 5 deletions(-) + 1 file changed, 5 deletions(-) commit f5f2d3a1cf71a4fc89c517a15d1413bfd1bfcac5 Author: Travis Reitter @@ -37141,7 +37255,7 @@ libempathy/empathy-individual-manager.c | 30 ------------------------------ libempathy/empathy-individual-manager.h | 13 ------------- - 2 files changed, 0 insertions(+), 43 deletions(-) + 2 files changed, 43 deletions(-) commit 5598cb0b0b012199fb5cfe8a0f2a5b05ed8078c8 Author: Travis Reitter @@ -37150,7 +37264,7 @@ Add missing #include. libempathy/empathy-contact.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a4cd05f5f8aeb4067652e4806f0e125b221d8ad1 Author: Travis Reitter @@ -37190,10 +37304,10 @@ Helps bgo#625969. configure.ac | 2 +- - libempathy-gtk/empathy-individual-store.c | 14 ++------ + libempathy-gtk/empathy-individual-store.c | 14 +++----- libempathy-gtk/empathy-individual-store.h | 1 - libempathy-gtk/empathy-individual-view.c | 51 - ++++++++++++---------------- + +++++++++++++---------------- libempathy-gtk/empathy-individual-view.h | 3 -- 5 files changed, 27 insertions(+), 44 deletions(-) @@ -37204,7 +37318,7 @@ Updated Slovenian translation help/sl/sl.po | 24 ++++++++++++------------ - 1 files changed, 12 insertions(+), 12 deletions(-) + 1 file changed, 12 insertions(+), 12 deletions(-) commit 1f77f0d10cd6ce602b74210bf708e74d0ca83d52 Author: Andrej Žnidaršič @@ -37214,7 +37328,7 @@ help/sl/sl.po | 1009 ++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 527 insertions(+), 482 deletions(-) + 1 file changed, 527 insertions(+), 482 deletions(-) commit aeec22a98c9acae6fe793fbd1e6cd37b5dc9058c Author: Guillaume Desmottes @@ -37223,7 +37337,7 @@ help/.gitignore: ignore sl generated files help/.gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit db7e70826c705e3724cecb2ba509242c3472ede0 Author: Guillaume Desmottes @@ -37232,7 +37346,7 @@ help/.gitignore: sort help/.gitignore | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 63d63edcd3294a47367b530e3b627e4354cc348c Author: Jorge González @@ -37242,7 +37356,7 @@ po/es.po | 70 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 44 insertions(+), 26 deletions(-) + 1 file changed, 44 insertions(+), 26 deletions(-) commit 26e03eb5ff87e6148a7a316c9538e94e6587cfe3 Author: Vitaly Minko @@ -37251,11 +37365,11 @@ Separate spelling suggestions in one sub-menu per language (#532832) libempathy-gtk/empathy-chat.c | 90 - ++++++++++++++++++++++++++++++---------- + +++++++++++++++++++++++++++++---------- libempathy-gtk/empathy-spell.c | 91 +++++++++++++++++++++++----------------- libempathy-gtk/empathy-spell.h | 4 +- - src/empathy-preferences.c | 35 ++++++--------- + src/empathy-preferences.c | 35 +++++++--------- 4 files changed, 138 insertions(+), 82 deletions(-) commit c07cc33d2453bc8bcb5597439f620a7534680d31 @@ -37270,7 +37384,7 @@ Reviewed-by: Danielle Madeley src/empathy.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit b13f029ad4b09ea1c61de7e05ff46eec9b7f2647 Author: Matej Urbančič @@ -37279,7 +37393,7 @@ Added sl for Slovenian translation help/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2afeae6b56b1f0f2e2bc457b23fc54eac05c34c0 Author: Matej Urbančič @@ -37288,8 +37402,8 @@ Updated Slovenian translation help/sl/sl.po | 60 - ++++++++++++++++++++++++++++---------------------------- - 1 files changed, 30 insertions(+), 30 deletions(-) + ++++++++++++++++++++++++++++----------------------------- + 1 file changed, 30 insertions(+), 30 deletions(-) commit 7a4c8e7c2e707d20051cfe0fcc5bcfc5a74fc622 Author: Matej Urbančič @@ -37299,7 +37413,7 @@ help/sl/sl.po | 2267 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2267 insertions(+), 0 deletions(-) + 1 file changed, 2267 insertions(+) commit 054e1f0bf407756fa8380513d3b1d24930503cce Author: Vitaly Minko @@ -37311,7 +37425,7 @@ +++++++++++++++++++++++++++++++ libempathy/empathy-account-settings.c | 106 +++++++++++++++++++++++------ - libempathy/empathy-account-settings.h | 8 ++ + libempathy/empathy-account-settings.h | 8 +++ 3 files changed, 205 insertions(+), 22 deletions(-) commit 1f107665d98cfba8175d47b46ff35dca07d886bc @@ -37321,8 +37435,8 @@ Updated Hebrew translation. po/he.po | 103 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 52 insertions(+), 51 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 52 insertions(+), 51 deletions(-) commit fd1ccf04926964b9434701791c5f62078c5a69c4 Author: Cheng-Chia Tseng @@ -37333,7 +37447,7 @@ po/zh_HK.po | 707 +++++++++++++++++++++++++++++++---------------------------- po/zh_TW.po | 705 - +++++++++++++++++++++++++++++++---------------------------- + ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 743 insertions(+), 669 deletions(-) commit 33c0aab9178123734e88c5ac14e86fba36e05ff8 @@ -37344,7 +37458,7 @@ po/pa.po | 737 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 380 insertions(+), 357 deletions(-) + 1 file changed, 380 insertions(+), 357 deletions(-) commit c959939c36693235243c46fcdbfe956eff943472 Author: Jorge González @@ -37353,7 +37467,7 @@ Updated Spanish translation po/es.po | 19 +++---------------- - 1 files changed, 3 insertions(+), 16 deletions(-) + 1 file changed, 3 insertions(+), 16 deletions(-) commit 888df7fc53595e18c5de077860881bd10f327cc5 Author: Vitaly Minko @@ -37362,9 +37476,9 @@ enable imported Pidgin accounts if needed (#594145) src/empathy-import-pidgin.c | 53 - +++++++++++++++++++++++++++++++++++++++--- + +++++++++++++++++++++++++++++++++++++++---- src/empathy-import-utils.c | 1 + - src/empathy-import-utils.h | 2 + + src/empathy-import-utils.h | 2 ++ src/empathy-import-widget.c | 11 ++++++++- 4 files changed, 62 insertions(+), 5 deletions(-) @@ -37376,7 +37490,7 @@ po/es.po | 394 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 203 insertions(+), 191 deletions(-) + 1 file changed, 203 insertions(+), 191 deletions(-) commit b8a1793bad1703c8a4aa6c487e41346e42527df0 Author: Fran Diéguez @@ -37386,7 +37500,7 @@ po/gl.po | 706 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 358 insertions(+), 348 deletions(-) + 1 file changed, 358 insertions(+), 348 deletions(-) commit 53ca6d2ca5de5401e55171bc71a3d75cc7e18fb8 Author: Danielle Madeley @@ -37395,7 +37509,7 @@ Bump required tp-glib version to 0.13.1.1 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0ee7dc02b4f710edcd83a41910ce5cdf5e51475b Merge: 8cfe1e4 6c8e88f @@ -37411,7 +37525,7 @@ Force the GcrCertificateWidget to be at least 150 pixels high libempathy-gtk/empathy-tls-dialog.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 5c5bf4621619277a7a24e328f8a46ba49bb4211f Author: Danielle Madeley @@ -37423,7 +37537,7 @@ Add punctuation to translatable strings. libempathy-gtk/empathy-tls-dialog.c | 27 ++++++++++++++------------- - 1 files changed, 14 insertions(+), 13 deletions(-) + 1 file changed, 14 insertions(+), 13 deletions(-) commit 8cfe1e4d27b1da878ded1811f07f995ae3c34ccc Author: Gil Forcada @@ -37433,7 +37547,7 @@ po/ca.po | 1932 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1194 insertions(+), 738 deletions(-) + 1 file changed, 1194 insertions(+), 738 deletions(-) commit 7a9411155285e47b40d5c82327a4074116645c0a Author: Changwoo Ryu @@ -37443,7 +37557,7 @@ po/ko.po | 1994 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1245 insertions(+), 749 deletions(-) + 1 file changed, 1245 insertions(+), 749 deletions(-) commit 69ccb1c49425512fd078f7d6901fbb0058c87fe9 Author: Danielle Madeley @@ -37454,7 +37568,7 @@ Closes https://bugzilla.gnome.org/show_bug.cgi?id=631657 libempathy-gtk/empathy-tls-dialog.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 99651e27bfe1dd1be31db6119f2cbd8686a905d0 Author: Danielle Madeley @@ -37476,7 +37590,7 @@ libempathy/empathy-account-settings.c | 92 --------------------------------- libempathy/empathy-account-settings.h | 10 ---- - 2 files changed, 0 insertions(+), 102 deletions(-) + 2 files changed, 102 deletions(-) commit 9936a3252f26ddd99e936ad41dc03b1e83eba6ea Author: Danielle Madeley @@ -37501,7 +37615,7 @@ po/sl.po | 1069 +++++++++++++++++++++++++++----------------------------------- - 1 files changed, 459 insertions(+), 610 deletions(-) + 1 file changed, 459 insertions(+), 610 deletions(-) commit e2087d9cd12d7f79e7409618b5ff661d04d9e686 Author: Guillaume Desmottes @@ -37512,7 +37626,7 @@ This avoid to enlarge the contact list when displaying it (#631455). src/empathy-main-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 9ff924e6e512d21414e080d78b93cdde8a3ae4fa Author: Yaron Shahrabani @@ -37522,7 +37636,7 @@ po/he.po | 601 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 304 insertions(+), 297 deletions(-) + 1 file changed, 304 insertions(+), 297 deletions(-) commit c772ac27197ef0440c81bc45496fa78875004da5 Author: Travis Reitter @@ -37530,7 +37644,7 @@ Update for changes to GTK 3 API. - libempathy-gtk/empathy-cell-renderer-activatable.c | 4 +- + libempathy-gtk/empathy-cell-renderer-activatable.c | 4 +-- libempathy-gtk/empathy-cell-renderer-expander.c | 26 ++++++++++---------- libempathy-gtk/empathy-cell-renderer-text.c | 16 ++++++------ @@ -37544,7 +37658,7 @@ that in Folks. libempathy/empathy-tp-contact-factory.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 53aa7c1e6546214568969fe727926f7740a26127 Author: Philip Withnall @@ -37556,13 +37670,13 @@ is the new name for FolksGroups. configure.ac | 2 +- - libempathy-gtk/empathy-contact-widget.c | 4 +- + libempathy-gtk/empathy-contact-widget.c | 4 +-- libempathy-gtk/empathy-groups-widget.c | 48 ++++++++++++++-------------- libempathy-gtk/empathy-groups-widget.h | 6 ++-- - libempathy-gtk/empathy-individual-view.c | 8 ++-- - libempathy-gtk/empathy-individual-widget.c | 12 +++--- - libempathy-gtk/empathy-persona-store.c | 16 +++++---- + libempathy-gtk/empathy-individual-view.c | 8 ++--- + libempathy-gtk/empathy-individual-widget.c | 12 +++---- + libempathy-gtk/empathy-persona-store.c | 16 ++++++---- libempathy/empathy-contact.c | 14 ++++---- libempathy/empathy-individual-manager.c | 6 ++-- libempathy/empathy-utils.c | 2 +- @@ -37576,7 +37690,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a8bb1c59bba2f69ff3110822f2353c16f49d5a6a Author: Guillaume Desmottes @@ -37600,7 +37714,7 @@ to packagers. configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ab782c7ac56fedf80b3c839b59670538675b7558 Author: Guillaume Desmottes @@ -37611,7 +37725,7 @@ We already depends on it as we ported Empathy to latest API changes. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4fca76dda02cb3dde2c0ae4b14895fdb3381acbc Author: Guillaume Desmottes @@ -37620,7 +37734,7 @@ release.py: update last_tag_pattern release.py | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2283d55ce9a4cbb3076ce9ae2e95ba70239ca782 Merge: a63cc37 0c0e2b5 @@ -37639,7 +37753,7 @@ self-signed CA as TLS certificate on connect (#631095). libempathy/empathy-tls-verifier.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit ae556603dd7e354ba17657bee405f20d4d84c902 Author: Vincent Untz @@ -37650,7 +37764,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=631098 libempathy-gtk/empathy-individual-menu.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 2afe7493a5d5bc0edac6525b02f8cc5e414a7aa0 Author: Guillaume Desmottes @@ -37659,7 +37773,7 @@ remove deprecated FIXME libempathy-gtk/empathy-contact-menu.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit bc597f022145cdfbd661d4355583d85c86e0c7f4 Author: Guillaume Desmottes @@ -37668,7 +37782,7 @@ chat-window: port to new GtkNotebook API src/empathy-chat-window.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit 166ee29973d7db1d0a7a5844eaa488470f5079f9 Author: Guillaume Desmottes @@ -37677,7 +37791,7 @@ call-window: remove GTK2 compat code src/empathy-call-window.c | 9 --------- - 1 files changed, 0 insertions(+), 9 deletions(-) + 1 file changed, 9 deletions(-) commit 442462170b4be90281b67a76e2e3f38daa3a8beb Author: Guillaume Desmottes @@ -37691,7 +37805,7 @@ libempathy-gtk/empathy-contact-dialogs.ui | 1 - src/empathy-ft-manager.ui | 1 - src/empathy-new-chatroom-dialog.ui | 1 - - 4 files changed, 0 insertions(+), 4 deletions(-) + 4 files changed, 4 deletions(-) commit 6c8ce8dd1587c237c4cadf5b91c3aa117cc01ae1 Author: Guillaume Desmottes @@ -37702,7 +37816,7 @@ There is no reason to and that makes GTK assert. src/empathy-main-window.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 28cda4cfa04b92840430137ecb366769d1a28791 Author: Guillaume Desmottes @@ -37711,7 +37825,7 @@ empathy-video-widget: port to new GTK+3 API libempathy-gtk/empathy-video-widget.c | 22 +++++++++++++--------- - 1 files changed, 13 insertions(+), 9 deletions(-) + 1 file changed, 13 insertions(+), 9 deletions(-) commit e47e07d74933c39641c56bfa2f66fd9b31007993 Author: Guillaume Desmottes @@ -37740,7 +37854,7 @@ update it. src/Makefile.am | 9 +- - src/empathy-call-window.c | 28 +- + src/empathy-call-window.c | 28 +-- src/empathy-sidebar.c | 606 --------------------------------------------- src/empathy-sidebar.h | 85 ------- @@ -37755,7 +37869,7 @@ empathy_window_iconify: use gdk_window_get_display() libempathy-gtk/empathy-ui-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e129fe6f1784b3e2b4012961fc9f553b9213d986 Author: Guillaume Desmottes @@ -37764,7 +37878,7 @@ about-dialog: gtk_about_dialog_set_url_hook has been removed src/empathy-about-dialog.c | 14 -------------- - 1 files changed, 0 insertions(+), 14 deletions(-) + 1 file changed, 14 deletions(-) commit 75b6dbfd673890da51b7b969acfc1b7e9d644760 Author: Guillaume Desmottes @@ -37774,7 +37888,7 @@ libempathy-gtk/empathy-individual-linker.c | 26 -------------------------- - 1 files changed, 0 insertions(+), 26 deletions(-) + 1 file changed, 26 deletions(-) commit ee234cca5708bbccf5d538f75bf85fa46aa2a274 Author: Guillaume Desmottes @@ -37783,7 +37897,7 @@ no more need to implement chat_size_request libempathy-gtk/empathy-chat.c | 24 ------------------------ - 1 files changed, 0 insertions(+), 24 deletions(-) + 1 file changed, 24 deletions(-) commit 68b25e741eaee424bc108fce67f2a65df4151448 Author: Guillaume Desmottes @@ -37794,7 +37908,7 @@ GtkBin is smarter now and does it for us. libempathy-gtk/empathy-search-bar.c | 22 ---------------------- - 1 files changed, 0 insertions(+), 22 deletions(-) + 1 file changed, 22 deletions(-) commit 5a5b01af718f2db74fb131b1fa6d3cc14ad88793 Author: Guillaume Desmottes @@ -37803,7 +37917,7 @@ cell_renderer_text_render: update to new API libempathy-gtk/empathy-cell-renderer-text.c | 18 ++++++++---------- - 1 files changed, 8 insertions(+), 10 deletions(-) + 1 file changed, 8 insertions(+), 10 deletions(-) commit cce96b15f7ee09f7666d6b2e081ad8bddc197d3c Author: Guillaume Desmottes @@ -37813,7 +37927,7 @@ libempathy-gtk/empathy-cell-renderer-expander.c | 20 +++++++++----------- - 1 files changed, 9 insertions(+), 11 deletions(-) + 1 file changed, 9 insertions(+), 11 deletions(-) commit 8fda16b2e760ca46315aa6b9ef7434e741940a92 Author: Guillaume Desmottes @@ -37822,7 +37936,7 @@ cell_renderer_activatable_render: update to new API libempathy-gtk/empathy-cell-renderer-activatable.c | 15 +++++++-------- - 1 files changed, 7 insertions(+), 8 deletions(-) + 1 file changed, 7 insertions(+), 8 deletions(-) commit e7e4a5c52a92f3d0b328b7a66b14063d9ef96fa8 Author: Guillaume Desmottes @@ -37833,7 +37947,7 @@ We actually ignore the return value. libempathy-gtk/empathy-avatar-image.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b70f96a527146903d637ef75434423da9a5b7468 Author: Guillaume Desmottes @@ -37873,7 +37987,7 @@ configure.ac | 112 +++++++++++++--------------------------------------------- - 1 files changed, 25 insertions(+), 87 deletions(-) + 1 file changed, 25 insertions(+), 87 deletions(-) commit 96800fa8a3afc1dca53a76dabf2dea30de27e348 Author: Sjoerd Simons @@ -37883,7 +37997,7 @@ with some SIP phones data/element-properties | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit eec595130fcd2488e9c5bb99f03c9756082be223 Author: Milo Casagrande @@ -37893,7 +38007,7 @@ help/it/it.po | 646 +++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 442 insertions(+), 204 deletions(-) + 1 file changed, 442 insertions(+), 204 deletions(-) commit c1ce4603c615b7a9e0d46876b8ca03cc539093de Author: Milo Casagrande @@ -37902,7 +38016,7 @@ [help] Removed SIP provider link, fixes bug #631049 help/C/create-account.page | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit ecc9b3d5e04bd929179b500ca5b84ee82dfc8e3c Author: Matej Urbančič @@ -37911,8 +38025,8 @@ Updated Slovenian translation po/sl.po | 456 - ++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 299 insertions(+), 157 deletions(-) + ++++++++++++++++++++++++++++++++++++++++---------------------- + 1 file changed, 299 insertions(+), 157 deletions(-) commit 3c961e3c9ca41b941b0846a3dd5e78f8bcfde866 Author: Jorge González @@ -37922,7 +38036,7 @@ po/es.po | 480 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 245 insertions(+), 235 deletions(-) + 1 file changed, 245 insertions(+), 235 deletions(-) commit 36e8870de17b9dffab299e3f4f099a10db6e67af Author: Guillaume Desmottes @@ -37933,7 +38047,7 @@ data/empathy.convert | 1 - data/org.gnome.Empathy.gschema.xml.in | 5 ----- libempathy/empathy-gsettings.h | 1 - - 3 files changed, 0 insertions(+), 7 deletions(-) + 3 files changed, 7 deletions(-) commit f08b753e0c8f29709390c832275290dc2934fe82 Author: Guillaume Desmottes @@ -37947,7 +38061,7 @@ he wanted to. src/empathy-accounts-dialog.c | 19 ------------------- - 1 files changed, 0 insertions(+), 19 deletions(-) + 1 file changed, 19 deletions(-) commit db94fca28c28e0025d8d36bd5e4048a6213b482e Author: Guillaume Desmottes @@ -37956,7 +38070,7 @@ empathy_account_settings_set_*: check arguments libempathy/empathy-account-settings.c | 20 ++++++++++++++++++++ - 1 files changed, 20 insertions(+), 0 deletions(-) + 1 file changed, 20 insertions(+) commit 25d8783e9f0a72dcd2210b9f4ec0dbc7994140a6 Author: Bilal Akhtar @@ -37966,7 +38080,7 @@ menu to the last place. (#629544) libempathy-gtk/empathy-chat-text-view.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 381be5d52f5410939dce528a6a3beda9b70b231c Author: Michael Kotsarinis @@ -37976,7 +38090,7 @@ help/el/el.po | 342 +++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 235 insertions(+), 107 deletions(-) + 1 file changed, 235 insertions(+), 107 deletions(-) commit ab542dc5acbf1727552c711427d15a4f07b7e5d8 Author: Simos Xenitellis @@ -37986,7 +38100,7 @@ po/el.po | 728 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 458 insertions(+), 270 deletions(-) + 1 file changed, 458 insertions(+), 270 deletions(-) commit bf32549f220c7adb3133b413490cf1af276c9cc6 Author: Guillaume Desmottes @@ -37995,7 +38109,7 @@ coding style fixes libempathy/empathy-utils.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 1e6d8b7b214389b03bb94762333c0f15e6351579 Author: Guillaume Desmottes @@ -38004,7 +38118,7 @@ add empathy-protocol-chooser.c to POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b68e00fd8bba2dec6140eaa45be99f3cf9e8287b Merge: f83fcfb 204eecf @@ -38021,7 +38135,7 @@ po/lt.po | 325 +++++++++++++++++++++++++------------------------------------- - 1 files changed, 132 insertions(+), 193 deletions(-) + 1 file changed, 132 insertions(+), 193 deletions(-) commit 204eecf6dd4fc8da63f3f82e93af1ffa72836583 Author: Guillaume Desmottes @@ -38030,7 +38144,7 @@ use TP_PROP_* libempathy/empathy-tp-chat.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 140247122d8b06b3ed1c293c562306a3056a373a Author: Guillaume Desmottes @@ -38042,7 +38156,7 @@ --------------------------- extensions/Makefile.am | 1 - extensions/misc.xml | 1 - - 3 files changed, 0 insertions(+), 637 deletions(-) + 3 files changed, 637 deletions(-) commit 12c53ccc7ab841ec7a6e52c3718316952d2518a9 Author: Guillaume Desmottes @@ -38051,7 +38165,7 @@ use tp-glib API for Conference (#630709) libempathy/empathy-tp-chat.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 733e7394cb7f805c41332c07336347e87b86c590 Author: Guillaume Desmottes @@ -38062,7 +38176,7 @@ Conference API is generated since this version. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5cf10ed55ac02529b7ad8d960e6974da0bf4bf5f Author: Gabor Kelemen @@ -38071,7 +38185,7 @@ Fix a typo help/hu/hu.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e713c34cf46fe2d1159f8c1d62cae220c8f40f3b Author: Mario Blättermann @@ -38081,7 +38195,7 @@ po/de.po | 361 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 179 insertions(+), 182 deletions(-) + 1 file changed, 179 insertions(+), 182 deletions(-) commit 1079bc533604184921cbd08cb85416cf33e721b7 Author: Guillaume Desmottes @@ -38092,7 +38206,7 @@ Next release will be 2.91.0 so let's be 2.90.99 for now. configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 2e589ed7517c0f98320481b93d6a9fcc39d56a3b Author: Guillaume Desmottes @@ -38101,7 +38215,7 @@ use gettext() instead of _() libempathy/empathy-utils.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 4ac0bdf3c3322e5f4d94586569b8c60244e421c1 Author: Guillaume Desmottes @@ -38112,7 +38226,7 @@ We allow to translate 'Facebook Chat' so best stay coherent. libempathy/empathy-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d6e5c9087b7c611c8b03a5239dbf9eb5aa50a9b4 Author: Guillaume Desmottes @@ -38123,7 +38237,7 @@ libempathy-gtk/empathy-protocol-chooser.c | 2 +- libempathy/empathy-account-settings.c | 32 +++++++++++++++++++++++++++++ - libempathy/empathy-account-settings.h | 4 +++ + libempathy/empathy-account-settings.h | 4 ++++ src/empathy-auto-salut-account-helper.c | 2 +- 4 files changed, 38 insertions(+), 2 deletions(-) @@ -38137,9 +38251,9 @@ libempathy-gtk/empathy-protocol-chooser.c | 56 ++++++++++++++++++++++++++ - libempathy-gtk/empathy-protocol-chooser.h | 5 ++ + libempathy-gtk/empathy-protocol-chooser.h | 5 +++ src/empathy-account-assistant.c | 59 - +-------------------------- + ++------------------------- src/empathy-accounts-dialog.c | 62 ++--------------------------- 4 files changed, 68 insertions(+), 114 deletions(-) @@ -38154,12 +38268,12 @@ the protocol name so caller doesn't have to. - libempathy-gtk/empathy-protocol-chooser.c | 8 ++---- + libempathy-gtk/empathy-protocol-chooser.c | 8 +++----- libempathy/empathy-utils.c | 32 - ++++++++++++++++++++++++++-- + ++++++++++++++++++++++++++--- libempathy/empathy-utils.h | 1 + - src/empathy-account-assistant.c | 14 +++++------- - src/empathy-accounts-dialog.c | 16 ++++---------- + src/empathy-account-assistant.c | 14 ++++++------- + src/empathy-accounts-dialog.c | 16 +++++---------- 5 files changed, 44 insertions(+), 27 deletions(-) commit 3a6aca03ec70cb11d23cfd68e72a51a4a49220a2 @@ -38170,9 +38284,9 @@ facebook and gtalk libempathy-gtk/empathy-protocol-chooser.c | 46 - ++++++++++------------------ - libempathy-gtk/empathy-protocol-chooser.h | 6 +-- - src/empathy-account-assistant.c | 32 ++++++++++++------- + +++++++++++------------------ + libempathy-gtk/empathy-protocol-chooser.h | 6 ++-- + src/empathy-account-assistant.c | 32 ++++++++++++-------- src/empathy-accounts-dialog.c | 26 +++++++++++----- 4 files changed, 57 insertions(+), 53 deletions(-) @@ -38183,8 +38297,8 @@ tp-roomlist: use TpAccountChannelRequest to create the channel libempathy/empathy-tp-roomlist.c | 76 - ++++++++++++++++--------------------- - 1 files changed, 33 insertions(+), 43 deletions(-) + +++++++++++++++++--------------------- + 1 file changed, 33 insertions(+), 43 deletions(-) commit e3ec7ef3fac49d470573eed6f31fd2e39ab72c40 Author: Guillaume Desmottes @@ -38193,7 +38307,7 @@ Avoid to completely hide the last saved window when creating a new one src/empathy-chat-window.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 87a039507241c49c2cf6aeaf288c90a72c7119e3 Author: Guillaume Desmottes @@ -38205,7 +38319,7 @@ one. src/empathy-chat-window.c | 13 ++++++++++--- - 1 files changed, 10 insertions(+), 3 deletions(-) + 1 file changed, 10 insertions(+), 3 deletions(-) commit 1a69c8b6c2aa0ce113cd132eb7ead8058e9ddacb Author: Guillaume Desmottes @@ -38214,7 +38328,7 @@ geometry: add suport for binding a window more than once libempathy-gtk/empathy-geometry.c | 105 - +++++++++++++++++++++++++----------- + ++++++++++++++++++++++++++----------- libempathy-gtk/empathy-geometry.h | 3 +- 2 files changed, 75 insertions(+), 33 deletions(-) @@ -38245,8 +38359,8 @@ Add context on "Select" strings (#629707) - libempathy-gtk/empathy-groups-widget.c | 3 ++- - .../empathy-irc-network-chooser-dialog.c | 3 ++- + libempathy-gtk/empathy-groups-widget.c | 3 ++- + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) commit d1eb6b4ce3920ac78f112e42e9b48f43fe600ab4 @@ -38256,7 +38370,7 @@ fix typo libempathy-gtk/empathy-contact-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0c55599ad0a3210c60d37938b27225c607fc53fe Author: Guillaume Desmottes @@ -38266,7 +38380,7 @@ not empty libempathy-gtk/empathy-contact-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit eb5008d66b2f55dd9c4f36d69a5a80cc48390f4e Author: Guillaume Desmottes @@ -38275,7 +38389,7 @@ factor out field_value_is_empty() libempathy-gtk/empathy-contact-widget.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 90d9f4f454d2612643f1e17703df02661649ca12 Author: Guillaume Desmottes @@ -38284,7 +38398,7 @@ add debug output libempathy-gtk/empathy-contact-widget.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 0f7279a3bbbe4bfd4dceb06e54ec983082d6c58f Author: Guillaume Desmottes @@ -38295,7 +38409,7 @@ This avoid to loss unsupported fields when closing the dialog. libempathy-gtk/empathy-contact-widget.c | 23 +++++++++++++++++------ - 1 files changed, 17 insertions(+), 6 deletions(-) + 1 file changed, 17 insertions(+), 6 deletions(-) commit e5bf164997d4580ae94fc1f2471a3bce6ac617b8 Author: Guillaume Desmottes @@ -38305,7 +38419,7 @@ if found libempathy-gtk/empathy-contact-widget.c | 18 ++++++++++++------ - 1 files changed, 12 insertions(+), 6 deletions(-) + 1 file changed, 12 insertions(+), 6 deletions(-) commit c58139d810f6fc2b52637ae19839b92c3063bb78 Author: Guillaume Desmottes @@ -38315,7 +38429,7 @@ tp_contact_get_contact_info() libempathy-gtk/empathy-contact-widget.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 795168da0bd6ef574206a2346038126b721a0eb9 Author: Guillaume Desmottes @@ -38325,7 +38439,7 @@ tp_contact_get_contact_info() each iteration libempathy-gtk/empathy-contact-widget.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 6eeaa74b691e4dd7486b2bf7ffef236f582ac464 Author: Hannie Dumoleyn @@ -38335,7 +38449,7 @@ po/nl.po | 2098 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1344 insertions(+), 754 deletions(-) + 1 file changed, 1344 insertions(+), 754 deletions(-) commit b3b89c99324e36048b521bff044fff2735c2b177 Author: Guillaume Desmottes @@ -38344,7 +38458,7 @@ ignore hu pages help/.gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 045d3c82deb7d6288c9026c98dc1b836370864ed Author: Guillaume Desmottes @@ -38358,7 +38472,7 @@ src/empathy-account-assistant.c | 1 - src/empathy-accounts-dialog.c | 1 - - 2 files changed, 0 insertions(+), 2 deletions(-) + 2 files changed, 2 deletions(-) commit 160736f1ea4964d5f6164c42913c094c6d25774f Author: Guillaume Desmottes @@ -38367,7 +38481,7 @@ bump GTK+ dep to 2.22.0 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c7fdc8433c02694a4f456e4f7abfc44b93cecb70 Author: Diego Escalante Urrelo @@ -38380,7 +38494,7 @@ Bug #630107 libempathy-gtk/empathy-chat.c | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit 4c517ce646a64c528b7340d7d57a09c0242f1c8f Author: Diego Escalante Urrelo @@ -38392,19 +38506,19 @@ Bug #630107 - libempathy-gtk/empathy-contact-dialogs.c | 4 ---- - libempathy-gtk/empathy-contact-selector-dialog.c | 2 -- - libempathy-gtk/empathy-individual-dialogs.c | 1 - - libempathy-gtk/empathy-individual-edit-dialog.c | 1 - - .../empathy-individual-information-dialog.c | 1 - - libempathy-gtk/empathy-linking-dialog.c | 1 - - libempathy-gtk/empathy-status-preset-dialog.c | 1 - - libempathy-gtk/empathy-ui-utils.h | 16 + libempathy-gtk/empathy-contact-dialogs.c | 4 ---- + libempathy-gtk/empathy-contact-selector-dialog.c | 2 -- + libempathy-gtk/empathy-individual-dialogs.c | 1 - + libempathy-gtk/empathy-individual-edit-dialog.c | 1 - + libempathy-gtk/empathy-individual-information-dialog.c | 1 - + libempathy-gtk/empathy-linking-dialog.c | 1 - + libempathy-gtk/empathy-status-preset-dialog.c | 1 - + libempathy-gtk/empathy-ui-utils.h | 16 ---------------- - src/empathy-accounts-dialog.c | 5 ----- - src/empathy-import-dialog.c | 5 ----- - src/empathy-preferences.c | 5 ----- - 11 files changed, 0 insertions(+), 42 deletions(-) + src/empathy-accounts-dialog.c | 5 ----- + src/empathy-import-dialog.c | 5 ----- + src/empathy-preferences.c | 5 ----- + 11 files changed, 42 deletions(-) commit 8031eb1f58dff35e0deb3b01f80d75b6dce16454 Author: Diego Escalante Urrelo @@ -38417,7 +38531,7 @@ Bug #630107 libempathy-gtk/empathy-avatar-image.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 96da6bac8ac2cfa4b39cb27d6284b8f5d3dcfece Author: Giannis Katsampirhs @@ -38427,7 +38541,7 @@ po/el.po | 1112 +++++++++++++++++++++++++++----------------------------------- - 1 files changed, 484 insertions(+), 628 deletions(-) + 1 file changed, 484 insertions(+), 628 deletions(-) commit 93e6230459c89c220dfe0d2ea4434fda3c85e4e2 Author: Guillaume Desmottes @@ -38437,7 +38551,7 @@ GDK_CURRENT_TIME (#629922) libempathy-gtk/empathy-ui-utils.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 98f622ed45e569239ed32ba1aca7c9f3ca7732da Author: Guillaume Desmottes @@ -38447,7 +38561,7 @@ timestamp (#629922) libempathy-gtk/empathy-ui-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a8f5972679288f101fc0ae993c34aa64ccc5acec Author: Guillaume Desmottes @@ -38456,7 +38570,7 @@ Disable the fullscreen action while we are not connected src/empathy-call-window.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit a277446bfd4a3a351e32b7704f5cb0dec109c17f Author: Guillaume Desmottes @@ -38465,7 +38579,7 @@ empathy_call_window_fullscreen_set_cursor_visible: clean up function src/empathy-call-window-fullscreen.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 90d80cd4646694f544f95aa6af0dcf4e40b9dfb7 Author: Guillaume Desmottes @@ -38474,7 +38588,7 @@ Leave fullscreen mode when call is disconnected (#593437) src/empathy-call-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 8049ff3dad3ea95b56a3be923ca5a51370d9cc82 Author: Guillaume Desmottes @@ -38483,7 +38597,7 @@ show_borders: check if video_output still exists before using it src/empathy-call-window.c | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit 6d4cd24b722c8fc9ca63e24447b40892b84054de Author: Guillaume Desmottes @@ -38493,7 +38607,7 @@ video widget is NULL src/empathy-call-window-fullscreen.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 8b10e78f1885104417d39041c506a3a5bfe985eb Author: Guillaume Desmottes @@ -38502,7 +38616,7 @@ call-window-fullscreen: NULLify the video widget when it's destroyed src/empathy-call-window-fullscreen.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit 49918153e194f92b63049bf4bb93f13edfff7720 Author: Guillaume Desmottes @@ -38511,7 +38625,7 @@ disconnect signal before destroying the video widget src/empathy-call-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 4ef008b72acb19f756f39e1a3795d1f3fc2c6820 Author: Guillaume Desmottes @@ -38520,7 +38634,7 @@ factor out disconnect_video_output_motion_handler() src/empathy-call-window.c | 21 ++++++++++++--------- - 1 files changed, 12 insertions(+), 9 deletions(-) + 1 file changed, 12 insertions(+), 9 deletions(-) commit fa600a4ea18f2c5e7163698fb44adccd9bc230b2 Author: Guillaume Desmottes @@ -38529,7 +38643,7 @@ call-window: remove the errors info bar when redialing (#630276) src/empathy-call-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 744a7afc76aba311c63ba8e7f6cced9d538da42a Author: Guillaume Desmottes @@ -38540,7 +38654,7 @@ We want to change the window icon even if it's not focused. src/empathy-chat-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 90d3b83c9a859a02e9439b41c81964acb7d5c070 Author: Guillaume Desmottes @@ -38556,7 +38670,7 @@ of a tie. libempathy/empathy-contact.c | 28 +++++++++++++++++++--------- - 1 files changed, 19 insertions(+), 9 deletions(-) + 1 file changed, 19 insertions(+), 9 deletions(-) commit a2851c345723360e779b9adc4fe17684136f40b7 Author: Guillaume Desmottes @@ -38566,7 +38680,7 @@ libempathy/empathy-contact.c | 62 ++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 62 insertions(+), 0 deletions(-) + 1 file changed, 62 insertions(+) commit 362d847a53dfa9c344781065c3b1af5952a405e3 Author: Guillaume Desmottes @@ -38579,7 +38693,7 @@ different cmp_func() to implement a feature specific sort. libempathy/empathy-contact.c | 31 ++++++++++++++++++++----------- - 1 files changed, 20 insertions(+), 11 deletions(-) + 1 file changed, 20 insertions(+), 11 deletions(-) commit 23fc6264db524d903b3592f302dbcedae0edfab5 Author: Guillaume Desmottes @@ -38589,7 +38703,7 @@ (#629782) src/empathy-accounts.c | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit 7d891f1e506421c8f05700d4b8d4df5b228eabf9 Author: Guillaume Desmottes @@ -38598,7 +38712,7 @@ empathy.c: check return value of unique_app_send_message (#629782) src/empathy.c | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit 15c23ab80d0b2c5dba14ef5c8a671b8d157a2c2b Author: Guillaume Desmottes @@ -38607,7 +38721,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 879c7af6493cb699a9925338f2e68dbe50680c8b Author: Jorge González @@ -38617,7 +38731,7 @@ po/es.po | 4435 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 4435 insertions(+), 0 deletions(-) + 1 file changed, 4435 insertions(+) commit 88bc2e23655ac241b3201cc6e95b235a535217b1 Author: Takayuki KUSANO @@ -38627,7 +38741,7 @@ po/ja.po | 85 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 48 insertions(+), 37 deletions(-) + 1 file changed, 48 insertions(+), 37 deletions(-) commit 6067fe7784da71d766ccf1f8b3cfeee612fea554 Author: Guillaume Desmottes @@ -38648,7 +38762,7 @@ po/bg.po | 1967 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1203 insertions(+), 764 deletions(-) + 1 file changed, 1203 insertions(+), 764 deletions(-) commit 4d76137db79fe82d3519ef80124c238a0ef87274 Author: Claude Paroz @@ -38657,7 +38771,7 @@ [help] Updated French translation help/fr/fr.po | 17 ++++++++--------- - 1 files changed, 8 insertions(+), 9 deletions(-) + 1 file changed, 8 insertions(+), 9 deletions(-) commit 9a86f7354190e8e7fd49fa5b1fef1a02d8088349 Author: Inaki Larranaga Murgoitio @@ -38667,7 +38781,7 @@ po/eu.po | 221 ++++++++++++++++++++++---------------------------------------- - 1 files changed, 79 insertions(+), 142 deletions(-) + 1 file changed, 79 insertions(+), 142 deletions(-) commit ff5a6f59da068e68703baebbf3d987d09c37ca9e Author: Jorge González @@ -38688,7 +38802,7 @@ po/ro.po | 2561 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1527 insertions(+), 1034 deletions(-) + 1 file changed, 1527 insertions(+), 1034 deletions(-) commit da9034b8027b32788c367aaf80c36edbb6ad1fee Author: Mario Blättermann @@ -38697,7 +38811,7 @@ [i18n] Fixed typo in German doc translation help/de/de.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit afac8cc37c374bf716573eab59c1c72233b9ad82 Author: Mario Blättermann @@ -38707,7 +38821,7 @@ help/de/de.po | 842 ++++++++++++++++++++++++++++----------------------------- - 1 files changed, 411 insertions(+), 431 deletions(-) + 1 file changed, 411 insertions(+), 431 deletions(-) commit 0de58550a3ded0751a2990df61cdad261785f0ff Author: Xhacker Liu @@ -38717,7 +38831,7 @@ po/zh_CN.po | 93 +++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 52 insertions(+), 41 deletions(-) + 1 file changed, 52 insertions(+), 41 deletions(-) commit 4a7a05b6eec6a40b77a24de891d09f23a110ec5b Author: Mattias Põldaru @@ -38726,7 +38840,7 @@ [l10n] Updated Estonian translation po/et.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c41e40e299bddd3bfa39a7fe492f40df636b88c9 Author: Gabor Kelemen @@ -38736,7 +38850,7 @@ help/hu/hu.po | 2304 +++++++++++++++++++++++++++++++++++++++++++++------------ - 1 files changed, 1820 insertions(+), 484 deletions(-) + 1 file changed, 1820 insertions(+), 484 deletions(-) commit 0991b86db2e5a8e3181a6d34b467dc57bc2b5037 Author: Gabor Kelemen @@ -38746,7 +38860,7 @@ help/hu/hu.po | 2047 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2047 insertions(+), 0 deletions(-) + 1 file changed, 2047 insertions(+) commit 59ef11852056295a3cb1751aea944512dc8d309b Author: Gabor Kelemen @@ -38755,7 +38869,7 @@ Add hu to DOC_LINGUAS help/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ac094e08ba7c3aa55e9ec9bd527a5361326aa493 Author: Milo Casagrande @@ -38764,7 +38878,7 @@ [help] Fixed wrong section name, fixes #630544 help/C/geolocation-turn.page | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 61da7959acee524054b8de0ddf2b416758052c83 Author: Milo Casagrande @@ -38774,7 +38888,7 @@ po/it.po | 126 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 69 insertions(+), 57 deletions(-) + 1 file changed, 69 insertions(+), 57 deletions(-) commit e231c623c75d79f7c739d3e65e4a705bce853381 Author: Kjartan Maraas @@ -38783,8 +38897,8 @@ Updated Norwegian bokmål translation po/nb.po | 127 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 65 insertions(+), 62 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 65 insertions(+), 62 deletions(-) commit 2150325cfcf8bb1d46a2a23464e470bb550a6c6e Author: Christian Kirbach @@ -38793,8 +38907,8 @@ [l10n] Updated German translation po/de.po | 120 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 65 insertions(+), 55 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 65 insertions(+), 55 deletions(-) commit f32e3e89d0b2603f0062b55c99aad22950370b3c Author: Jorge González @@ -38803,7 +38917,7 @@ Updated Spanish translation help/es/es.po | 35 ++++------------------------------- - 1 files changed, 4 insertions(+), 31 deletions(-) + 1 file changed, 4 insertions(+), 31 deletions(-) commit 97b75c775ab5addb5ebfb99a0bf1eef52b46fcc1 Author: Cheng-Chia Tseng @@ -38812,9 +38926,9 @@ Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 83 - +++++++++++++++++++++++++++++++++------------------------- + +++++++++++++++++++++++++++++++++-------------------------- po/zh_TW.po | 83 - +++++++++++++++++++++++++++++++++------------------------- + +++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 94 insertions(+), 72 deletions(-) commit ace44365832862f83b619d2e8e14c812b834fe9d @@ -38825,7 +38939,7 @@ po/he.po | 338 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 174 insertions(+), 164 deletions(-) + 1 file changed, 174 insertions(+), 164 deletions(-) commit 9749375a3ae65b985d5bcd67bad07931529daf3c Author: Paul Cutler @@ -38834,7 +38948,7 @@ [help] Fix typo - bgo 630476 help/C/irc-start-conversation.page | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3ca2e046677674902cd2fc5b4f15587ab417cb17 Author: Gabor Kelemen @@ -38843,7 +38957,7 @@ Fix a mistranslation po/hu.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2f30803a90b064ae9657e4ce0c6c3dccc7685606 Author: Gabor Kelemen @@ -38852,7 +38966,7 @@ Mark button texts for translation, also make them HIG-compatible libempathy-gtk/empathy-search-bar.ui | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 56cd3b2912c49e1510ef350b2daae38bfa8bf0ba Author: Gabor Kelemen @@ -38861,7 +38975,7 @@ Fix a mistranslation po/hu.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 36ffb2ddfb8a48c25d8709b0803dcff73cc7b887 Author: Gabor Kelemen @@ -38871,7 +38985,7 @@ po/hu.po | 327 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 168 insertions(+), 159 deletions(-) + 1 file changed, 168 insertions(+), 159 deletions(-) commit a96c1c8616ac26e50868ee73bd260c22956400e5 Author: Khaled Hosny @@ -38881,7 +38995,7 @@ po/ar.po | 567 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 301 insertions(+), 266 deletions(-) + 1 file changed, 301 insertions(+), 266 deletions(-) commit 60af5121eeaaf7ca9419888560367c37c3818d35 Author: Kenneth Nielsen @@ -38891,7 +39005,7 @@ po/da.po | 112 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 60 insertions(+), 52 deletions(-) + 1 file changed, 60 insertions(+), 52 deletions(-) commit b9b942dd430daec5cf165b9324b77effe43eb04b Author: Bruce Cowan @@ -38900,8 +39014,8 @@ Updated British English translation po/en_GB.po | 112 - +++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 60 insertions(+), 52 deletions(-) + ++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 60 insertions(+), 52 deletions(-) commit e597df69139ef56918ac9b80db29c2e4e2792456 Author: A S Alam @@ -38911,7 +39025,7 @@ po/pa.po | 329 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 166 insertions(+), 163 deletions(-) + 1 file changed, 166 insertions(+), 163 deletions(-) commit b78a681d249bf1a70ec1a2313f8e317c49618fc3 Author: Piotr Drąg @@ -38921,7 +39035,7 @@ po/pl.po | 2286 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1445 insertions(+), 841 deletions(-) + 1 file changed, 1445 insertions(+), 841 deletions(-) commit 2cf9c2bcf99e9414c5296867eb0b60d5b8a539fe Author: Piotr Drąg @@ -38931,7 +39045,7 @@ po/pl.po | 463 ++++++++++++++++++++------------------------------------------ - 1 files changed, 148 insertions(+), 315 deletions(-) + 1 file changed, 148 insertions(+), 315 deletions(-) commit 0f6403910ebe799d43dd222419cb5ae23ec13ae1 Author: Matej Urbančič @@ -38941,7 +39055,7 @@ po/sl.po | 372 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 199 insertions(+), 173 deletions(-) + 1 file changed, 199 insertions(+), 173 deletions(-) commit cab9e5cd0bf7c94e27483444a0c14f3b3a69c958 Author: Inaki Larranaga Murgoitio @@ -38951,7 +39065,7 @@ po/eu.po | 2057 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1274 insertions(+), 783 deletions(-) + 1 file changed, 1274 insertions(+), 783 deletions(-) commit 7ea9ec850542f09895143eaa7705694ed1cd952b Author: Claude Paroz @@ -38960,8 +39074,8 @@ Updated French translation po/fr.po | 321 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 163 insertions(+), 158 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 163 insertions(+), 158 deletions(-) commit fb1697d82e09b8e855cebee16da99a4e8ee44249 Author: Yuri Myasoedov @@ -38971,7 +39085,7 @@ po/ru.po | 1751 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 945 insertions(+), 806 deletions(-) + 1 file changed, 945 insertions(+), 806 deletions(-) commit d342a2a3936c020460e89479cd22ea438ab76ad6 Author: Mattias Põldaru @@ -38980,7 +39094,7 @@ [l10n] Updated Estonian translation po/et.po | 19 +++++++++++++------ - 1 files changed, 13 insertions(+), 6 deletions(-) + 1 file changed, 13 insertions(+), 6 deletions(-) commit 413bdb07afbb302b2d3849c3e205afe26caf7069 Author: Duarte Loreto @@ -38989,8 +39103,8 @@ Updated Portuguese translation po/pt.po | 141 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 79 insertions(+), 62 deletions(-) + +++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 79 insertions(+), 62 deletions(-) commit 8aef86895e28824bfcd2156846beb7bd068a2aa5 Author: Jorge González @@ -38999,8 +39113,8 @@ Updated Spanish translation po/es.po | 324 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 165 insertions(+), 159 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 165 insertions(+), 159 deletions(-) commit 33d1a2bdd606d95314f16c6a2c8910f30d17e44b Author: Djavan Fagundes @@ -39010,7 +39124,7 @@ po/pt_BR.po | 350 +++++++++++------------------------------------------------ - 1 files changed, 63 insertions(+), 287 deletions(-) + 1 file changed, 63 insertions(+), 287 deletions(-) commit 6979ea549e05e331f5a41f33956893ea4d26852c Author: Gabor Kelemen @@ -39019,7 +39133,7 @@ Updated Hungarian translation po/hu.po | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 9b5bc71d66b2fc0f6f3429b0f8806a8cd36d531f Author: Marek Černocký @@ -39028,8 +39142,8 @@ Updated Czech translation po/cs.po | 112 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 59 insertions(+), 53 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 59 insertions(+), 53 deletions(-) commit f85ec04cca1161512c3374169abca6eff15bb1c7 Author: Fran Diéguez @@ -39049,7 +39163,7 @@ Add missing .h file to POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 0c0e2b5bd721f39577935c7182b792eface2e8ff Author: Sjoerd Simons @@ -39059,7 +39173,7 @@ with some SIP phones data/element-properties | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 4fb52741016fc1135eea200f83272e5b1a8b8bea Author: Guillaume Desmottes @@ -39068,7 +39182,7 @@ empathy_account_settings_set_strv: we have to copy the key (#630168) libempathy/empathy-account-settings.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 57cd2fba705b470cb37afdc6d8a8984de4aa8da7 Merge: 7319558 348652d @@ -39090,7 +39204,7 @@ There is no point waiting any way so we can unref it right away. libempathy-gtk/empathy-contact-widget.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 2ebd2e1cd78a2bb2d45f7cff51cbb590b07b366f Author: Guillaume Desmottes @@ -39099,7 +39213,7 @@ use tp_clear_object to unref the cancellable libempathy-gtk/empathy-contact-widget.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 731955864482940ec2fc537c734a1c9b7f381f81 Author: Takayuki KUSANO @@ -39108,7 +39222,7 @@ Updated Japanese translation po/ja.po | 53 ++++++++++++++++++++++++++--------------------------- - 1 files changed, 26 insertions(+), 27 deletions(-) + 1 file changed, 26 insertions(+), 27 deletions(-) commit 0bd6e071d8c644615300dab25aeb7fc39ebcc251 Author: Mattias Põldaru @@ -39117,7 +39231,7 @@ [l10n] Updated Estonian translation po/et.po | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 8b7539169d61aa0a4f59c96e2fd1bab073915ce2 Author: Daniel Martinez Cucalon @@ -39128,7 +39242,7 @@ po/LINGUAS | 1 + po/an.po | 3691 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 3692 insertions(+), 0 deletions(-) + 2 files changed, 3692 insertions(+) commit dc896d074e77612392a99ed6a1fea418bb1f133d Author: Žygimantas Beručka @@ -39138,7 +39252,7 @@ po/lt.po | 2276 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 1258 insertions(+), 1018 deletions(-) + 1 file changed, 1258 insertions(+), 1018 deletions(-) commit b3f3d02d06a154a138c29caa8298fa365857e399 Author: Cheng-Chia Tseng @@ -39160,7 +39274,7 @@ help/de/de.po | 1158 ++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 653 insertions(+), 505 deletions(-) + 1 file changed, 653 insertions(+), 505 deletions(-) commit da974a90c25f3021d130668f3031c8dd1c9e4a08 Author: Jorge González @@ -39170,7 +39284,7 @@ help/es/es.po | 210 ++++++++++++++++++++++++++++----------------------------- - 1 files changed, 102 insertions(+), 108 deletions(-) + 1 file changed, 102 insertions(+), 108 deletions(-) commit cdc4578b57c835285f49dd7983e65962811729d4 Author: Aron Xu @@ -39179,7 +39293,7 @@ Update Simplified Chinese translation. po/zh_CN.po | 29 ++++++++++------------------- - 1 files changed, 10 insertions(+), 19 deletions(-) + 1 file changed, 10 insertions(+), 19 deletions(-) commit 2fb2a77597bdcbe2ee18e3d5c1d0fa79ced11d2d Author: Philip Withnall @@ -39195,7 +39309,7 @@ store, resulting in duplicate contact listings. Closes: bgo#629380 libempathy-gtk/empathy-individual-store.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit d0887a48a638132c8b831a2115bbac6485682fff Author: Guillaume Desmottes @@ -39204,7 +39318,7 @@ blacklist haze's sip protocol (#629736) libempathy-gtk/empathy-protocol-chooser.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 1f396fd4a78ff0c77beb69d4c1b5ce38985feb8a Author: Aron Xu @@ -39214,7 +39328,7 @@ po/zh_CN.po | 1314 ++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 839 insertions(+), 475 deletions(-) + 1 file changed, 839 insertions(+), 475 deletions(-) commit 5d35b6a769fa3dd313ec5a7517101ba394a83213 Author: Guillaume Desmottes @@ -39223,7 +39337,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e1bb9e9311e9850aa537372eac8c88d98df3469d Author: Guillaume Desmottes @@ -39233,7 +39347,7 @@ NEWS | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 6 ++-- + configure.ac | 6 +++--- 2 files changed, 70 insertions(+), 3 deletions(-) commit 645f4763739a3fa2fbfade2bce5a382e1e6b4a3e @@ -39250,7 +39364,7 @@ empathy_chat_paste: paste to to search bar if visible (#629594) libempathy-gtk/empathy-chat.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit b932028b82cfb31da782beab7bc71248cc19e24f Author: Guillaume Desmottes @@ -39260,7 +39374,7 @@ libempathy-gtk/empathy-search-bar.c | 7 +++++++ libempathy-gtk/empathy-search-bar.h | 1 + - 2 files changed, 8 insertions(+), 0 deletions(-) + 2 files changed, 8 insertions(+) commit 6c6409c01aeeec60ee88eecbf9efa4aa8b0629f0 Author: Simon McVittie @@ -39270,7 +39384,7 @@ have not the expected length (#629549) libempathy/empathy-tp-chat.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit a7a632c6fc92759d927b18a020c76e5c9b848d69 Merge: 826cb45 c7fab42 @@ -39315,7 +39429,7 @@ actually native to the src device!) libempathy-gtk/empathy-video-src.c | 23 ++++++++++++----------- - 1 files changed, 12 insertions(+), 11 deletions(-) + 1 file changed, 12 insertions(+), 11 deletions(-) commit b28a581a457842fb703b3ed85110e1e4c68f3707 Author: Sjoerd Simons @@ -39331,7 +39445,7 @@ libempathy-gtk/empathy-video-src.c | 104 ++++++++++++++++++------------------ - libempathy-gtk/empathy-video-src.h | 3 - + libempathy-gtk/empathy-video-src.h | 3 -- 2 files changed, 52 insertions(+), 55 deletions(-) commit 94ab9ff5f9234789b478d0068836f3fd9020e993 @@ -39341,7 +39455,7 @@ Update Auth.client for stable ServerTLSConnection namespace data/Empathy.Auth.client | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c7fab422d11a4e107c5585fa22ab145af16d812b Author: Simon McVittie @@ -39369,7 +39483,7 @@ code changes) extensions/Channel_Interface_Conference.xml | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 87b676e68039fbc254f9cba2ca4ec0792a05902f Author: Simon McVittie @@ -39379,7 +39493,7 @@ extensions/Channel_Interface_Conference.xml | 535 +++++++++++++++++++-------- - 1 files changed, 385 insertions(+), 150 deletions(-) + 1 file changed, 385 insertions(+), 150 deletions(-) commit 923c077b85f4a6607e7e2ba0ea3a7f1c8b7d7ea1 Author: Cosimo Cecchi @@ -39388,7 +39502,7 @@ Use tp_clear_boxed() to free the Rejection array libempathy/empathy-tls-certificate.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit a74be9c64f64980bf542f07fe970787cfd0599e9 Merge: 1c67913 77d5de2 @@ -39416,7 +39530,7 @@ We need it for new TpChannel accessors. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d70bd8a286c4756409437e40a0a6a38108079b06 Author: Cosimo Cecchi @@ -39425,7 +39539,7 @@ Update Empathy to the new draft API libempathy/empathy-tls-certificate.c | 27 ++++++++++++++++++++++++--- - 1 files changed, 24 insertions(+), 3 deletions(-) + 1 file changed, 24 insertions(+), 3 deletions(-) commit 4ddb99a82925a475cadd900bb76a9deab67bf045 Author: Cosimo Cecchi @@ -39435,7 +39549,7 @@ extensions/Authentication_TLS_Certificate.xml | 177 ++++++++++++------------- - 1 files changed, 85 insertions(+), 92 deletions(-) + 1 file changed, 85 insertions(+), 92 deletions(-) commit 1c67913708fb51caa7f769631a0a705b6f6553e6 Author: Timo Jyrinki @@ -39445,7 +39559,7 @@ po/fi.po | 2493 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 1273 insertions(+), 1220 deletions(-) + 1 file changed, 1273 insertions(+), 1220 deletions(-) commit dac42b77124239862e31b2b5d23df362b4ce2f91 Author: Alexey Fisher @@ -39469,8 +39583,8 @@ Signed-off-by: Alexey Fisher libempathy-gtk/empathy-video-src.c | 67 - +++++++++++++++++++++++++++-------- - 1 files changed, 51 insertions(+), 16 deletions(-) + +++++++++++++++++++++++++++--------- + 1 file changed, 51 insertions(+), 16 deletions(-) commit 4815a75a72a0ebacc7e2f29e7026b8493c6ea320 Author: Alexey Fisher @@ -39509,7 +39623,7 @@ libempathy-gtk/empathy-account-widget-yahoo.ui | 20 +------------------- libempathy-gtk/empathy-account-widget.c | 1 - - 2 files changed, 1 insertions(+), 20 deletions(-) + 2 files changed, 1 insertion(+), 20 deletions(-) commit 3cc5f86c16058e7aaaf95348d0c5277e05c9ed97 Author: Guillaume Desmottes @@ -39518,7 +39632,7 @@ wrap label explaining the facebook account configuration (#611107) libempathy-gtk/empathy-account-widget-jabber.ui | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 562666b74b8f6d863dd6c4970fd7bea3e9d899d6 Author: Guillaume Desmottes @@ -39527,7 +39641,7 @@ coding style fix libempathy-gtk/empathy-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 72433c26360feadfdae1cbd1327375abd438c0eb Author: Felix Kaser @@ -39548,7 +39662,7 @@ help/gl/gl.po | 725 +++++++++++++++++++++++++++++++++++++++++++++------------ - 1 files changed, 581 insertions(+), 144 deletions(-) + 1 file changed, 581 insertions(+), 144 deletions(-) commit 93e0b1f4a7aefe9ffafdc3adb63cb3246e5432c2 Author: Bruno Brouard @@ -39558,7 +39672,7 @@ help/fr/fr.po | 117 +++++++++++++++++++++++++++------------------------------ - 1 files changed, 55 insertions(+), 62 deletions(-) + 1 file changed, 55 insertions(+), 62 deletions(-) commit 11931abfe552a6366359df284a8ccafd59c2df7e Author: Marek Černocký @@ -39567,8 +39681,8 @@ Updated Czech translation po/cs.po | 92 - ++++++++----------------------------------------------------- - 1 files changed, 12 insertions(+), 80 deletions(-) + ++++++++------------------------------------------------------ + 1 file changed, 12 insertions(+), 80 deletions(-) commit a36e1197ab1ad01e2e472d0d5d64da3d7e265c61 Author: Christian Kirbach @@ -39578,7 +39692,7 @@ po/de.po | 1314 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 838 insertions(+), 476 deletions(-) + 1 file changed, 838 insertions(+), 476 deletions(-) commit 363c02d65a7d1def90a126808405821bdc977a1d Author: Duarte Loreto @@ -39588,7 +39702,7 @@ po/pt.po | 1996 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1235 insertions(+), 761 deletions(-) + 1 file changed, 1235 insertions(+), 761 deletions(-) commit 8c3586032428cdbd03b3dd034797c3e2daaeb6d8 Author: Kenneth Nielsen @@ -39598,7 +39712,7 @@ po/da.po | 870 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 516 insertions(+), 354 deletions(-) + 1 file changed, 516 insertions(+), 354 deletions(-) commit da3159c661a80ea7515437cade69bb5a3f121860 Author: Milo Casagrande @@ -39608,7 +39722,7 @@ po/it.po | 140 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 70 insertions(+), 70 deletions(-) + 1 file changed, 70 insertions(+), 70 deletions(-) commit b2fdf17b036f208d36106230ce5347d63e49d68e Author: Milo Casagrande @@ -39617,7 +39731,7 @@ [help] Fixed Empathy name in the index page help/C/index.page | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit 160d05286c8c7e45fd821fb3dbcabb8ef4052faf Author: Milo Casagrande @@ -39639,7 +39753,7 @@ po/en_GB.po | 257 +++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 143 insertions(+), 114 deletions(-) + 1 file changed, 143 insertions(+), 114 deletions(-) commit df7ccf6028da6e07edf1443a341bc8ab13a47e44 Author: Jorge González @@ -39649,7 +39763,7 @@ help/es/es.po | 340 ++++++++++++++++++++++++++++++++++++++++++++------------- - 1 files changed, 264 insertions(+), 76 deletions(-) + 1 file changed, 264 insertions(+), 76 deletions(-) commit af46d1c43a9ec496b9bba718fea3b790b2a1a093 Author: Kjartan Maraas @@ -39659,7 +39773,7 @@ po/nb.po | 515 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 274 insertions(+), 241 deletions(-) + 1 file changed, 274 insertions(+), 241 deletions(-) commit 9a1f003ea7d085e32d6e98acf5d211f165eafaea Author: Takayuki KUSANO @@ -39669,7 +39783,7 @@ po/ja.po | 942 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 435 insertions(+), 507 deletions(-) + 1 file changed, 435 insertions(+), 507 deletions(-) commit 7ba8c7108bb81644534401cd4336b60dd4ebdbf4 Author: Dr.Tirumurti Vasudevan @@ -39678,8 +39792,8 @@ Updated Tamil translation po/ta.po | 250 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 139 insertions(+), 111 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 139 insertions(+), 111 deletions(-) commit 8f20e57110376d55d477fdb3f92c564740c1a704 Author: Petr Kovar @@ -39689,7 +39803,7 @@ po/cs.po | 904 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 531 insertions(+), 373 deletions(-) + 1 file changed, 531 insertions(+), 373 deletions(-) commit b6193cbf5582425abc95d88d411b9dbece94e934 Author: Bruno Brouard @@ -39698,8 +39812,8 @@ Updated French doc translation help/fr/fr.po | 341 - ++++++++++++++++++++++++++++++++++++++++---------------- - 1 files changed, 243 insertions(+), 98 deletions(-) + ++++++++++++++++++++++++++++++++++++++++----------------- + 1 file changed, 243 insertions(+), 98 deletions(-) commit cf3f9a16802246c4aa79c351ff23cca7c396c94b Author: Henrique P. Machado @@ -39708,7 +39822,7 @@ Updated Brazilian Portuguese translation po/pt_BR.po | 20 ++++++++------------ - 1 files changed, 8 insertions(+), 12 deletions(-) + 1 file changed, 8 insertions(+), 12 deletions(-) commit 7f1a6c80a830655a686aea1db7b7eda7ef8fafe0 Author: Guillaume Desmottes @@ -39717,7 +39831,7 @@ fix build of the link-contacts doc page help/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6910a2a1783365b530665cc7dd8253f8b9fd7988 Author: Fran Diéguez @@ -39726,8 +39840,8 @@ Updated Galician translations help/gl/gl.po | 95 - ++++++++++++++++++++++++++++++++++++++++++++++++++------ - 1 files changed, 84 insertions(+), 11 deletions(-) + ++++++++++++++++++++++++++++++++++++++++++++++++++------- + 1 file changed, 84 insertions(+), 11 deletions(-) commit b00c9da7dec0f64eea08e158ca970b483d667d41 Author: Milo Casagrande @@ -39739,7 +39853,7 @@ help/C/audio-call.page | 58 ++++++++++++++++++------- help/C/link-contacts.page | 106 +++++++++++++++++++++++++++++++++++++++++++++ - help/C/send-message.page | 43 ++++++++++++------ + help/C/send-message.page | 43 +++++++++++------- help/C/video-call.page | 35 +++++++++++++-- help/Makefile.am | 1 + 5 files changed, 208 insertions(+), 35 deletions(-) @@ -39752,7 +39866,7 @@ po/pt_BR.po | 1865 +++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1183 insertions(+), 682 deletions(-) + 1 file changed, 1183 insertions(+), 682 deletions(-) commit 9b50f0afd9f08f3ed469a1425e09bfefc01b3811 Author: Cosimo Cecchi @@ -39761,7 +39875,7 @@ Use TP_ARRAY_TYPE_UCHAR_ARRAY_LIST libempathy/empathy-tls-certificate.c | 24 +++++------------------- - 1 files changed, 5 insertions(+), 19 deletions(-) + 1 file changed, 5 insertions(+), 19 deletions(-) commit be1c1d3cc028033f90eb6b5366a3ff363c275041 Author: Cosimo Cecchi @@ -39770,7 +39884,7 @@ Bump required tp-glib version configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1df0a982198b8bd8cec867708dd65b8b7373acee Author: Cosimo Cecchi @@ -39779,7 +39893,7 @@ Use separate new/free functions for the handler context data libempathy/empathy-auth-factory.c | 32 ++++++++++++++++++++++++-------- - 1 files changed, 24 insertions(+), 8 deletions(-) + 1 file changed, 24 insertions(+), 8 deletions(-) commit d4a88e86b74d89c0fb6022b6fea430eb904fe9b5 Author: Cosimo Cecchi @@ -39788,7 +39902,7 @@ Don't assume there's only one concurrent TpHandleChannelsContext libempathy/empathy-auth-factory.c | 32 +++++++++++++++++++++----------- - 1 files changed, 21 insertions(+), 11 deletions(-) + 1 file changed, 21 insertions(+), 11 deletions(-) commit 58cd63ef0352c756f784c44f5b7ec4f2ed26994d Author: Guillaume Desmottes @@ -39825,7 +39939,7 @@ tls-dialog: fix typo in a string (#629134) libempathy-gtk/empathy-tls-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3e97317d56f9ae49a8424c679fc6e489483da8d1 Author: Nicolas Dufresne @@ -39855,7 +39969,7 @@ libempathy/empathy-account-settings.c | 26 ++++++++++++++++++++++++++ libempathy/empathy-account-settings.h | 5 +++++ - 2 files changed, 31 insertions(+), 0 deletions(-) + 2 files changed, 31 insertions(+) commit c7630607a2ad03c27ee42b95093ada15d54087b9 Author: Mattias Põldaru @@ -39864,7 +39978,7 @@ [l10n] Updated Estonian translation po/et.po | 45 ++++++++++++++++++++++++++++++++------------- - 1 files changed, 32 insertions(+), 13 deletions(-) + 1 file changed, 32 insertions(+), 13 deletions(-) commit 366d36a10c2e88306fa2d556570e3def1b0149d6 Author: Cosimo Cecchi @@ -39873,7 +39987,7 @@ Make sure we allocate the right size for certificates libempathy/empathy-tls-certificate.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit 127bd46e7c03eb95501e65836c301b1bbb6c8c5d Author: Cosimo Cecchi @@ -39882,7 +39996,7 @@ Use better names for saving the certificates libempathy/empathy-tls-certificate.c | 18 ++++++++++++++++-- - 1 files changed, 16 insertions(+), 2 deletions(-) + 1 file changed, 16 insertions(+), 2 deletions(-) commit 82fa83288652fb6b856b442145b10791941f3113 Author: Cosimo Cecchi @@ -39904,8 +40018,8 @@ [l10n] Updated Italian translation po/it.po | 115 - ++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 68 insertions(+), 47 deletions(-) + +++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 68 insertions(+), 47 deletions(-) commit 31fec20a7f2d38235902608d1122b55f5096e7e0 Author: Philip Withnall @@ -39918,7 +40032,7 @@ to GTK+ 2, so we need to use some #ifdef magic. src/empathy-call-window.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 290a4853102e645d76318e8e09ef45420a6559bc Author: Philip Withnall @@ -39935,19 +40049,19 @@ against GTK+ 2, and remove them when building against GTK+ 3. - configure.ac | 2 ++ - libempathy-gtk/empathy-contact-dialogs.c | 8 ++++---- - libempathy-gtk/empathy-contact-selector-dialog.c | 2 +- - libempathy-gtk/empathy-individual-dialogs.c | 2 +- - libempathy-gtk/empathy-individual-edit-dialog.c | 2 +- - .../empathy-individual-information-dialog.c | 2 +- - libempathy-gtk/empathy-linking-dialog.c | 3 ++- - libempathy-gtk/empathy-status-preset-dialog.c | 2 +- - libempathy-gtk/empathy-ui-utils.h | 16 + configure.ac | 2 ++ + libempathy-gtk/empathy-contact-dialogs.c | 8 ++++---- + libempathy-gtk/empathy-contact-selector-dialog.c | 2 +- + libempathy-gtk/empathy-individual-dialogs.c | 2 +- + libempathy-gtk/empathy-individual-edit-dialog.c | 2 +- + libempathy-gtk/empathy-individual-information-dialog.c | 2 +- + libempathy-gtk/empathy-linking-dialog.c | 3 ++- + libempathy-gtk/empathy-status-preset-dialog.c | 2 +- + libempathy-gtk/empathy-ui-utils.h | 16 ++++++++++++++++ - src/empathy-accounts-dialog.c | 3 +++ - src/empathy-import-dialog.c | 4 ++++ - src/empathy-preferences.c | 4 ++++ + src/empathy-accounts-dialog.c | 3 +++ + src/empathy-import-dialog.c | 4 ++++ + src/empathy-preferences.c | 4 ++++ 12 files changed, 40 insertions(+), 10 deletions(-) commit 0b6ef5b5eac2633e4c7660c58b2bb6f412dd1a2a @@ -39958,7 +40072,7 @@ po/es.po | 296 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 163 insertions(+), 133 deletions(-) + 1 file changed, 163 insertions(+), 133 deletions(-) commit 19d34f447d51d7a37e6c8d3f860a9d44d8c49336 Author: Claude Paroz @@ -39970,7 +40084,7 @@ po/fr.po | 1543 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 995 insertions(+), 548 deletions(-) + 1 file changed, 995 insertions(+), 548 deletions(-) commit 2aed14733293044790279577fdf8e1bb465d5f8f Author: Fran Diéguez @@ -39991,7 +40105,7 @@ po/pa.po | 376 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 183 insertions(+), 193 deletions(-) + 1 file changed, 183 insertions(+), 193 deletions(-) commit 238feae615e7bf327f89dd5d67f2d5579c4d56f6 Author: Takayuki KUSANO @@ -40001,7 +40115,7 @@ po/ja.po | 622 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 313 insertions(+), 309 deletions(-) + 1 file changed, 313 insertions(+), 309 deletions(-) commit deadb02e590a50b31b09fa37c427cb922bf904e4 Author: Gabor Kelemen @@ -40011,7 +40125,7 @@ po/hu.po | 319 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 174 insertions(+), 145 deletions(-) + 1 file changed, 174 insertions(+), 145 deletions(-) commit cffe6842b644ba1a54cd3f46fe6a159c3425fa01 Author: Daniel Nylander @@ -40021,7 +40135,7 @@ po/sv.po | 281 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 151 insertions(+), 130 deletions(-) + 1 file changed, 151 insertions(+), 130 deletions(-) commit f10efcae5a1b10d2427cab32894bcfe984037cb7 Author: Yaron Shahrabani @@ -40030,7 +40144,7 @@ Updated Hebrew translation. po/he.po | 43 +++++++++++++++++++++++++++++++++---------- - 1 files changed, 33 insertions(+), 10 deletions(-) + 1 file changed, 33 insertions(+), 10 deletions(-) commit 0cabb6f791135f5f1bc8573edc7d57715def9b55 Author: Matej Urbančič @@ -40039,8 +40153,8 @@ Updated Slovenian translation po/sl.po | 300 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 152 insertions(+), 148 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 152 insertions(+), 148 deletions(-) commit 60d158ac379d725e0ecd91c74ea7de7a65b212bc Author: Philip Withnall @@ -40051,7 +40165,7 @@ Closes: bgo#628376 libempathy-gtk/empathy-linking-dialog.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit a32e3cde4a0f551169367baeadfc76587eae2b29 Author: Philip Withnall @@ -40067,7 +40181,7 @@ libempathy-gtk/empathy-linking-dialog.c | 27 ++++++++++++++++++++++++--- - 1 files changed, 24 insertions(+), 3 deletions(-) + 1 file changed, 24 insertions(+), 3 deletions(-) commit d7c3afd92a4851669316aeb352235643002004e7 Author: Philip Withnall @@ -40092,7 +40206,7 @@ Fix code formatting in EmpathyLinkingDialog libempathy-gtk/empathy-linking-dialog.c | 17 +++++++++-------- - 1 files changed, 9 insertions(+), 8 deletions(-) + 1 file changed, 9 insertions(+), 8 deletions(-) commit 89de8d02c44b2b06b77a0ec1a5e52dfaae53fe35 Author: Yaron Shahrabani @@ -40101,7 +40215,7 @@ Updated Hebrew translation. po/he.po | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit bd7e5e9972f45cfcf426e18cc9915bdacc8355b4 Author: Philip Withnall @@ -40113,7 +40227,7 @@ discoverable. Closes: bgo#628377 libempathy-gtk/empathy-individual-menu.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 98820e829061929d6a89f1b7fbaae9772b070d41 Author: Milo Casagrande @@ -40123,7 +40237,7 @@ po/it.po | 1871 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1133 insertions(+), 738 deletions(-) + 1 file changed, 1133 insertions(+), 738 deletions(-) commit 937fccd2cefd59d7216a4cf931136460f913d2ff Author: Cheng-Chia Tseng @@ -40145,7 +40259,7 @@ po/en_GB.po | 280 ++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 143 insertions(+), 137 deletions(-) + 1 file changed, 143 insertions(+), 137 deletions(-) commit 75fd99f20d2c2ac2912392e52f22201a79e540fb Author: Jorge González @@ -40155,7 +40269,7 @@ po/es.po | 123 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 61 insertions(+), 62 deletions(-) + 1 file changed, 61 insertions(+), 62 deletions(-) commit 43ba61df5a70b34739ac4eb75bdbf8d5ef940358 Author: Yaron Shahrabani @@ -40165,7 +40279,7 @@ po/he.po | 344 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 172 insertions(+), 172 deletions(-) + 1 file changed, 172 insertions(+), 172 deletions(-) commit bdb0ecb9044b18ee61cc5f0773ef20b993cba507 Author: Matej Urbančič @@ -40174,8 +40288,8 @@ Updated Slovenian translation po/sl.po | 131 - ++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 77 insertions(+), 54 deletions(-) + ++++++++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 77 insertions(+), 54 deletions(-) commit ecbfb5ab622cba9d0d02630bba27f46fc71298f6 Author: drtv @@ -40185,7 +40299,7 @@ po/ta.po | 1812 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1130 insertions(+), 682 deletions(-) + 1 file changed, 1130 insertions(+), 682 deletions(-) commit 5cd27afeb3ec9d2fed887a9af91f29987fc19c16 Author: Mattias Põldaru @@ -40194,7 +40308,7 @@ [l10n] Updated Estonian translation po/et.po | 29 ++++++++++++++++------------- - 1 files changed, 16 insertions(+), 13 deletions(-) + 1 file changed, 16 insertions(+), 13 deletions(-) commit fb19bdf040a1970a32f43565c1d5eb3abf16b345 Author: Philip Withnall @@ -40211,8 +40325,8 @@ the details for a contact which is then linked. libempathy-gtk/empathy-individual-edit-dialog.c | 107 - ++++++++++++++++------ - 1 files changed, 78 insertions(+), 29 deletions(-) + +++++++++++++++++------ + 1 file changed, 78 insertions(+), 29 deletions(-) commit 56575f683db3c77fd1f2ecae170ad5f4d04ca1d1 Author: Philip Withnall @@ -40230,7 +40344,7 @@ .../empathy-individual-information-dialog.c | 186 ++++++++++++-------- - 1 files changed, 111 insertions(+), 75 deletions(-) + 1 file changed, 111 insertions(+), 75 deletions(-) commit 9a1557d2740bcb627033bb2cdd6593d31d081c19 Author: Philip Withnall @@ -40246,7 +40360,7 @@ callback from accessing private data which may have been freed. libempathy-gtk/empathy-individual-widget.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 569e01b98e70c3a51eeb8f8eb8dc3871f871c62d Author: Philip Withnall @@ -40256,7 +40370,7 @@ an Individual libempathy-gtk/empathy-individual-widget.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 3cc4fc238021bfdb6f8448a160988ff223662dc3 Author: Philip Withnall @@ -40276,7 +40390,7 @@ removed or replaced. libempathy-gtk/empathy-individual-widget.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit b50d7c49a1e5ac9dc43befe60a4296240b8d093e Author: Philip Withnall @@ -40289,7 +40403,7 @@ been destroyed, and accessing freed memory. Closes: bgo#628156 libempathy-gtk/empathy-chat.c | 16 ++++++++++++++-- - 1 files changed, 14 insertions(+), 2 deletions(-) + 1 file changed, 14 insertions(+), 2 deletions(-) commit 415b48c96ad03fa4949268d0ce9645f02005a818 Author: Philip Withnall @@ -40311,7 +40425,7 @@ type. Helps: bgo#628338 libempathy/empathy-contact.c | 28 +++++++++++++++++++++++++++- - 1 files changed, 27 insertions(+), 1 deletions(-) + 1 file changed, 27 insertions(+), 1 deletion(-) commit 5de0be112e18b3c1ad4d122a6a293bd4cb6807af Author: Philip Withnall @@ -40326,7 +40440,7 @@ libempathy-gtk/empathy-individual-view.c | 29 +++-------------------------- - 1 files changed, 3 insertions(+), 26 deletions(-) + 1 file changed, 3 insertions(+), 26 deletions(-) commit e2b20cc525b7c5dff94ab69a1dad7c1cd0176531 Author: Philip Withnall @@ -40342,7 +40456,7 @@ libempathy-gtk/empathy-individual-menu.c | 125 +++++++++--------------------- - 1 files changed, 36 insertions(+), 89 deletions(-) + 1 file changed, 36 insertions(+), 89 deletions(-) commit c1b7707c628cb16b44d2159fff993b44e1a5b946 Author: Philip Withnall @@ -40358,8 +40472,8 @@ libempathy/empathy-contact.c | 140 ++++++++++++++++++++++++++++++++++++++++++ - libempathy/empathy-contact.h | 14 ++++ - 2 files changed, 154 insertions(+), 0 deletions(-) + libempathy/empathy-contact.h | 14 +++++ + 2 files changed, 154 insertions(+) commit 76db409a25964cfb74e030c2edb426bc1aab2d6a Author: Cyril Roelandt @@ -40369,7 +40483,7 @@ (#625575) libempathy-gtk/empathy-account-widget.c | 24 ++++++++++++++++++++++-- - 1 files changed, 22 insertions(+), 2 deletions(-) + 1 file changed, 22 insertions(+), 2 deletions(-) commit bfe50b4fa80f68bc55b0f10565257d9de9900178 Author: Fran Diéguez @@ -40378,8 +40492,8 @@ Updated Galician translations po/gl.po | 112 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 59 insertions(+), 53 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 59 insertions(+), 53 deletions(-) commit a1b5bb68482c204dcd1c06671bb48e63d6131279 Author: Daniel Nylander @@ -40388,8 +40502,8 @@ Updated Swedish translation po/sv.po | 700 - +++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 447 insertions(+), 253 deletions(-) + +++++++++++++++++++++++++++++++++++++++----------------------- + 1 file changed, 447 insertions(+), 253 deletions(-) commit 9bbc278fd11492150729e4734301dca97bb0903f Author: Khaled Hosny @@ -40399,7 +40513,7 @@ po/ar.po | 235 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 132 insertions(+), 103 deletions(-) + 1 file changed, 132 insertions(+), 103 deletions(-) commit 019365d216471676ddc3c878219e1685874c3d7e Author: Philip Withnall @@ -40420,7 +40534,7 @@ libempathy-gtk/empathy-individual-store.c | 82 +++++++++++++++++------------ - 1 files changed, 48 insertions(+), 34 deletions(-) + 1 file changed, 48 insertions(+), 34 deletions(-) commit 8605cf086f2509d751beb4290921327bc409dde8 Author: Yaron Shahrabani @@ -40429,8 +40543,8 @@ Updated Hebrew translation. po/he.po | 240 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 134 insertions(+), 106 deletions(-) + +++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 134 insertions(+), 106 deletions(-) commit 336210d368813691731b96971407939f7d1319c1 Author: Philip Withnall @@ -40444,7 +40558,7 @@ libempathy-gtk/empathy-individual-menu.c | 91 ------------------------------ libempathy-gtk/empathy-individual-menu.h | 1 - - 2 files changed, 0 insertions(+), 92 deletions(-) + 2 files changed, 92 deletions(-) commit a4a6f1b83dcf33c57c0fca1a7f68735df05f888e Author: Philip Withnall @@ -40465,7 +40579,7 @@ Closes: bgo#627819 libempathy/empathy-individual-manager.c | 26 ++++++++++++++------------ - 1 files changed, 14 insertions(+), 12 deletions(-) + 1 file changed, 14 insertions(+), 12 deletions(-) commit 88a455a446bdf3617de594052dc5c756c1013da8 Merge: 1446a40 5091e14 @@ -40489,7 +40603,7 @@ (#628601) libempathy-gtk/empathy-account-widget.c | 23 +++++++++++++++++++++++ - 1 files changed, 23 insertions(+), 0 deletions(-) + 1 file changed, 23 insertions(+) commit 3ac7d8d0867872513543d71fe5fdb4a3825a560e Author: Kjartan Maraas @@ -40499,7 +40613,7 @@ po/nb.po | 537 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 338 insertions(+), 199 deletions(-) + 1 file changed, 338 insertions(+), 199 deletions(-) commit ba5f02669144bd3e9728ddf85f1ea8fcd3994332 Author: Philip Withnall @@ -40514,7 +40628,7 @@ Closes: bgo#628133 libempathy-gtk/empathy-individual-view.c | 20 ++++++++++++++++++++ - 1 files changed, 20 insertions(+), 0 deletions(-) + 1 file changed, 20 insertions(+) commit f32eb6e690caf29430e14fddb410491732d89800 Author: Philip Withnall @@ -40526,7 +40640,7 @@ libempathy-gtk/empathy-linking-dialog.c | 8 ++++++++ libempathy-gtk/empathy-linking-dialog.h | 5 +++++ - 2 files changed, 13 insertions(+), 0 deletions(-) + 2 files changed, 13 insertions(+) commit 0cdd19e18818fb096db954d48ae8770d3458908d Author: Philip Withnall @@ -40551,8 +40665,8 @@ Helps: bgo#628133 libempathy-gtk/empathy-individual-menu.c | 36 - ++++++++++++++++++++++------- - 1 files changed, 27 insertions(+), 9 deletions(-) + ++++++++++++++++++++++-------- + 1 file changed, 27 insertions(+), 9 deletions(-) commit 3172fd7585eef696197237c9e0d7dbd910a7af9f Author: Philip Withnall @@ -40573,7 +40687,7 @@ (#598394) libempathy-gtk/empathy-account-widget.c | 24 +++++++++++++++--------- - 1 files changed, 15 insertions(+), 9 deletions(-) + 1 file changed, 15 insertions(+), 9 deletions(-) commit dea80ff6471a66f17dc0ade2c1c5795439e4078c Author: Guillaume Desmottes @@ -40594,7 +40708,7 @@ libempathy-gtk/empathy-irc-network-chooser.c | 8 ++++++++ libempathy-gtk/empathy-irc-network-chooser.h | 4 ++++ - 2 files changed, 12 insertions(+), 0 deletions(-) + 2 files changed, 12 insertions(+) commit 9a4ee6c2e7a494afdc830043becbe11c08c69772 Author: Guillaume Desmottes @@ -40603,7 +40717,7 @@ NEWS: 2.31.91 secretely depends on gcr too NEWS | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 96bf4cf74db1b5c4be55202dcd0e7701ea6cbcd3 Author: Philip Withnall @@ -40616,7 +40730,7 @@ emptying the hash table will write into freed memory and crash. libempathy-gtk/empathy-individual-view.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 326f9c92459246f8124ad6b2091a7f91ec7d5bda Author: Guillaume Desmottes @@ -40625,7 +40739,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4ff89fc3800b496aab529fb7a1da5d1d7bf694f4 Author: Guillaume Desmottes @@ -40645,7 +40759,7 @@ po/pa.po | 954 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 600 insertions(+), 354 deletions(-) + 1 file changed, 600 insertions(+), 354 deletions(-) commit 007716dcb3720dc85aedbf01f33b787f66a2f8e6 Author: Felix Kaser @@ -40658,7 +40772,7 @@ the account details wont update the name in the accounts tree. libempathy-gtk/empathy-account-widget.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 416fc11e36c34a4c7ea489a25904ac9c6df4bd78 Author: Philip Withnall @@ -40674,7 +40788,7 @@ already been freed. libempathy-gtk/empathy-individual-view.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 85d6992961f24ed935a17ef8b09de11e75986c9e Author: Philip Withnall @@ -40688,7 +40802,7 @@ Closes: bgo#628106 libempathy-gtk/empathy-individual-view.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 900b09f4b5f9f51383519fa487079ce3124a38ae Author: Philip Withnall @@ -40704,7 +40818,7 @@ Individual. Closes: bgo#628481 libempathy-gtk/empathy-individual-widget.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit ab1bd1a137ac8ffd7245669663e739e309a0a86f Author: Guillaume Desmottes @@ -40721,8 +40835,8 @@ value (unknown) and so override the real capabilities of the contact. libempathy/empathy-contact.c | 75 - ++++++++++++++++++++--------------------- - 1 files changed, 37 insertions(+), 38 deletions(-) + +++++++++++++++++++++--------------------- + 1 file changed, 37 insertions(+), 38 deletions(-) commit ba2d90094dbbf611a6d28c9a45f7ed892b162e91 Author: Guillaume Desmottes @@ -40742,7 +40856,7 @@ the GTK3 flavour of gcr is gcr-3 (#627916) configure.ac | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 69a4acc92a7891595c624e89f2d5d0fc4e9327ff Author: Philip Withnall @@ -40768,7 +40882,7 @@ libempathy-gtk/empathy-individual-store.c | 82 ++++++++++++++++++----------- - 1 files changed, 51 insertions(+), 31 deletions(-) + 1 file changed, 51 insertions(+), 31 deletions(-) commit 6a558ab4c6d124e684544568ca85b74b25bd6c17 Merge: 819ea9b 4e0778f @@ -40784,7 +40898,7 @@ l10n: Updated Greek translation for empathy help help/el/el.po | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit d5848ae0fa3a3c7b2c4809aee270ee30eb30ab46 Author: Philip Withnall @@ -40794,7 +40908,7 @@ po/en_GB.po | 199 +++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 111 insertions(+), 88 deletions(-) + 1 file changed, 111 insertions(+), 88 deletions(-) commit 3121cfd3c3c30a11254a93b44e85d6a0c15bd3a2 Author: Michael Kotsarinis @@ -40804,7 +40918,7 @@ help/el/el.po | 3032 +++++++++++++++++---------------------------------------- - 1 files changed, 912 insertions(+), 2120 deletions(-) + 1 file changed, 912 insertions(+), 2120 deletions(-) commit 4e0778f0e0033d922d2fd0a925df9c12865fb832 Author: Mike Ruprecht @@ -40821,7 +40935,7 @@ using it. libempathy-gtk/empathy-log-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit b99d25fc2ec920c61fee30c98029f20785800ce5 Author: Michael Kotsarinis @@ -40831,7 +40945,7 @@ po/el.po | 341 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 178 insertions(+), 163 deletions(-) + 1 file changed, 178 insertions(+), 163 deletions(-) commit 09f51db6ad6efd94da25475cce99433c2c95e005 Author: Michael Kotsarinis @@ -40840,8 +40954,8 @@ l10n: Updated Greek translation for empathy po/el.po | 808 - ++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 503 insertions(+), 305 deletions(-) + ++++++++++++++++++++++++++++++++++++++------------------------ + 1 file changed, 503 insertions(+), 305 deletions(-) commit e5698f30ca5095c98492dbe2b4d630561fc73882 Author: Mattias Põldaru @@ -40850,8 +40964,8 @@ [l10n] Updated Estonian translation po/et.po | 79 - +++++++++++++++++++++++++++---------------------------------- - 1 files changed, 35 insertions(+), 44 deletions(-) + ++++++++++++++++++++++++++++---------------------------------- + 1 file changed, 35 insertions(+), 44 deletions(-) commit dd9eead438083aa52a4dafb918b8ae5389fe30c1 Author: Jorge González @@ -40861,7 +40975,7 @@ po/es.po | 225 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 117 insertions(+), 108 deletions(-) + 1 file changed, 117 insertions(+), 108 deletions(-) commit 3035176e9e2577693b1aadd670fa92f5aa87c417 Author: Gabor Kelemen @@ -40871,7 +40985,7 @@ po/hu.po | 179 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 98 insertions(+), 81 deletions(-) + 1 file changed, 98 insertions(+), 81 deletions(-) commit 050bb6f5ad36f0682d53d5bbdf9fa6941318b6dc Author: Branko Kokanović @@ -40880,9 +40994,9 @@ Updated Serbian translation po/sr.po | 297 - +++++++++++++++++++++++++------------------------------ + ++++++++++++++++++++++++++------------------------------ po/sr@latin.po | 297 - +++++++++++++++++++++++++------------------------------ + ++++++++++++++++++++++++++------------------------------ 2 files changed, 270 insertions(+), 324 deletions(-) commit ca1d01a1b550cac102eb8358dc97022dcd874db8 @@ -40892,8 +41006,8 @@ Updated Galician translations po/gl.po | 201 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 112 insertions(+), 89 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 112 insertions(+), 89 deletions(-) commit 32dbca048ba71329771a61ee33012db3b9581fca Author: Matej Urbančič @@ -40903,7 +41017,7 @@ po/sl.po | 416 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 231 insertions(+), 185 deletions(-) + 1 file changed, 231 insertions(+), 185 deletions(-) commit 3534770c5701a2bc3f53bf200b525e1055fb4cef Author: Guillaume Desmottes @@ -40912,7 +41026,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2fa738e0b080215563a5da9805d98dba89ba5554 Author: Guillaume Desmottes @@ -40921,7 +41035,7 @@ coding style fixes libempathy/empathy-tls-certificate.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit e060d3b2d0033e4a20eec2389c798872404d5fea Author: Guillaume Desmottes @@ -40930,7 +41044,7 @@ add empathy-irc-network-chooser-dialog.c to POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 49d08bdaa01855db315563c8cac613f524c3c91c Author: Guillaume Desmottes @@ -40940,7 +41054,7 @@ NEWS | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 4 +- + configure.ac | 4 +-- 2 files changed, 84 insertions(+), 2 deletions(-) commit 37d6905510d419e22e024adb05decddbc4595af3 @@ -40953,7 +41067,7 @@ This fixes the "Send File" entry not working. libempathy-gtk/empathy-individual-menu.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 59333ef35fe969e67e3a9da55f2bd5856d878e3a Author: Philip Withnall @@ -40964,7 +41078,7 @@ Closes: bgo#628320 libempathy-gtk/empathy-linking-dialog.c | 23 ++++++++++++++++++++--- - 1 files changed, 20 insertions(+), 3 deletions(-) + 1 file changed, 20 insertions(+), 3 deletions(-) commit dfcab5196d9ba84e4cce84ac31750495e4b36f06 Author: Philip Withnall @@ -40978,8 +41092,8 @@ libempathy-gtk/empathy-individual-linker.c | 56 ++++++++++++++++++++++++++++ - libempathy-gtk/empathy-individual-linker.h | 3 + - 2 files changed, 59 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-individual-linker.h | 3 ++ + 2 files changed, 59 insertions(+) commit 32905fa2cb9fb3419f50c5894ac7507fb9330f8f Author: Frédéric Péters @@ -40989,7 +41103,7 @@ configure.ac | 6 +++++- libempathy-gtk/Makefile.am | 2 ++ - 2 files changed, 7 insertions(+), 1 deletions(-) + 2 files changed, 7 insertions(+), 1 deletion(-) commit 5ea7f6cfbc591afac428bffbff513ccb77db3d63 Author: Philip Withnall @@ -41004,8 +41118,8 @@ than just the first available one. Helps: bgo#628121 libempathy-gtk/empathy-individual-menu.c | 48 - +++++++++++++++++++++-------- - libempathy-gtk/empathy-individual-view.c | 28 +++++++++++++++++- + ++++++++++++++++++++++-------- + libempathy-gtk/empathy-individual-view.c | 28 ++++++++++++++++- 2 files changed, 62 insertions(+), 14 deletions(-) commit eaa8c0029aa90c33d415a000342354bb2fe771d4 @@ -41030,7 +41144,7 @@ It clash with the Login button. libempathy-gtk/empathy-account-widget-jabber.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2457c2bc21a88f2f5cbeaa9ca64412ec0cef72ee Author: Guillaume Desmottes @@ -41041,7 +41155,7 @@ 'E' is used by Enabled now. libempathy-gtk/empathy-account-widget-jabber.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a736b53700bb6394f666834728754d032a1906ae Author: Guillaume Desmottes @@ -41051,8 +41165,8 @@ 'E' i's used by Enabled now. - .../empathy-account-widget-local-xmpp.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + libempathy-gtk/empathy-account-widget-local-xmpp.ui | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6fa2cd9457ec3434677a18862ed47f1ab0e382cd Author: Guillaume Desmottes @@ -41061,7 +41175,7 @@ account-widget: add accelerator on Enabled libempathy-gtk/empathy-account-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9935cd88e7ecb4bf5ccc6f708735b735b06ea2fa Author: Guillaume Desmottes @@ -41082,8 +41196,8 @@ 'n' is used by the Cancel button now. - .../empathy-account-widget-local-xmpp.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + libempathy-gtk/empathy-account-widget-local-xmpp.ui | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) commit fc35b678523bc01e1475345a9e339f52eb5637a1 Author: Guillaume Desmottes @@ -41092,7 +41206,7 @@ fix accelerator conflict with the Cancel button (#623164) libempathy-gtk/empathy-account-widget.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit 7bd4c5d096a48c7488774a9e0cc7f1f41e5b1e82 Author: Guillaume Desmottes @@ -41101,7 +41215,7 @@ fix accelerator conflict with the Apply button (#623164) libempathy-gtk/empathy-account-widget.c | 13 ++++++++++--- - 1 files changed, 10 insertions(+), 3 deletions(-) + 1 file changed, 10 insertions(+), 3 deletions(-) commit 73a8a1b248293643aaca7afe40480d2cf6de64e9 Author: Guillaume Desmottes @@ -41110,7 +41224,7 @@ factor out set_apply_button() libempathy-gtk/empathy-account-widget.c | 17 +++++++++++++---- - 1 files changed, 13 insertions(+), 4 deletions(-) + 1 file changed, 13 insertions(+), 4 deletions(-) commit 6fab1a3f3a374bbb914898ce7ddb7b5d80b09cf8 Author: Guillaume Desmottes @@ -41123,7 +41237,7 @@ to move the window to its saved position. (#608140) src/empathy-chat-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6d4a28c88bc0a70af8f0fe97943199b010d9870e Author: GLSJPN_Etsuko @@ -41133,7 +41247,7 @@ po/ja.po | 3084 ++++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 2113 insertions(+), 971 deletions(-) + 1 file changed, 2113 insertions(+), 971 deletions(-) commit 054086355fe0cb29c40c08da0e9b1f106ff5407a Author: Philip Withnall @@ -41147,7 +41261,7 @@ expand/contract more frequently (correctly). Helps: bgo#628106 libempathy-gtk/empathy-individual-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 788b62fd3efbfefcd2788772693af497d0123dc6 Author: Philip Withnall @@ -41162,8 +41276,8 @@ bgo#628123 libempathy-gtk/empathy-individual-linker.c | 44 - ++++++++++++++++++++++++--- - 1 files changed, 39 insertions(+), 5 deletions(-) + ++++++++++++++++++++++++---- + 1 file changed, 39 insertions(+), 5 deletions(-) commit 7373f750b996baae4d229952a4e2a0140820487c Author: Philip Withnall @@ -41173,7 +41287,7 @@ EmpathyIndividualWidget libempathy-gtk/empathy-individual-widget.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit e1d5083710cbafe299f37ce280e48005eaf85dca Author: Philip Withnall @@ -41187,7 +41301,7 @@ libempathy-gtk/empathy-persona-store.c | 44 ++++++++------------------------ - 1 files changed, 11 insertions(+), 33 deletions(-) + 1 file changed, 11 insertions(+), 33 deletions(-) commit 09116852afa9a1379d1dac957f787918432c1767 Author: Philip Withnall @@ -41201,7 +41315,7 @@ libempathy-gtk/empathy-individual-widget.c | 119 ++++++++++++++-------------- - 1 files changed, 61 insertions(+), 58 deletions(-) + 1 file changed, 61 insertions(+), 58 deletions(-) commit a2130e671045ce703e2f06647ceaac786aaf47a1 Author: Ivar Smolin @@ -41210,7 +41324,7 @@ [l10n] Updated Estonian translation po/et.po | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit eba7c8345b08ab112e0b68445cbec6833fd92516 Author: Philip Withnall @@ -41219,7 +41333,7 @@ Bug 628124 — Disallow activating group rows in the linking dialogue libempathy-gtk/empathy-individual-linker.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 7b68f5928812d926d27bb0a6fa8550629ef23a2c Author: Branko Kokanović @@ -41240,8 +41354,8 @@ [l10n] Updated Estonian translation po/et.po | 597 - +++++++++++++++++++++++++++++++++++++++++++++++++++---------- - 1 files changed, 499 insertions(+), 98 deletions(-) + +++++++++++++++++++++++++++++++++++++++++++++++++++----------- + 1 file changed, 499 insertions(+), 98 deletions(-) commit c524de9194894f5ced26cfb334ed61ab4fc794c7 Author: Philip Withnall @@ -41251,7 +41365,7 @@ po/en_GB.po | 203 ++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 110 insertions(+), 93 deletions(-) + 1 file changed, 110 insertions(+), 93 deletions(-) commit 4618baec28e21d5a710a6d419a9a7fae28d15321 Author: Bruno Brouard @@ -41261,7 +41375,7 @@ help/fr/fr.po | 332 ++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 177 insertions(+), 155 deletions(-) + 1 file changed, 177 insertions(+), 155 deletions(-) commit 00c3a65b897714cf0dcd0299ef572c9c943d31b5 Author: Gabor Kelemen @@ -41271,7 +41385,7 @@ po/hu.po | 284 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 153 insertions(+), 131 deletions(-) + 1 file changed, 153 insertions(+), 131 deletions(-) commit 301f5b9989b61b067fcf6d628f38c536529c7eb6 Author: Jorge González @@ -41281,7 +41395,7 @@ po/es.po | 223 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 130 insertions(+), 93 deletions(-) + 1 file changed, 130 insertions(+), 93 deletions(-) commit 4a142ae419c2c6c4ac0b0f2171e23b7b0ef64798 Author: Gabor Kelemen @@ -41290,8 +41404,8 @@ Updated Hungarian translation po/hu.po | 1776 - +++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1077 insertions(+), 699 deletions(-) + +++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 1077 insertions(+), 699 deletions(-) commit 75792c4923298aba3b45802f3c82b66cdd0cdb54 Author: Fran Diéguez @@ -41301,7 +41415,7 @@ po/gl.po | 305 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 167 insertions(+), 138 deletions(-) + 1 file changed, 167 insertions(+), 138 deletions(-) commit 1d0676cf03884445f11b29b9d06df547a836e95f Author: Khaled Hosny @@ -41311,7 +41425,7 @@ po/ar.po | 377 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 240 insertions(+), 137 deletions(-) + 1 file changed, 240 insertions(+), 137 deletions(-) commit ab866567be1702e6811f7c6d5827b446a29d7d83 Author: Yaron Shahrabani @@ -41321,7 +41435,7 @@ po/he.po | 384 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 246 insertions(+), 138 deletions(-) + 1 file changed, 246 insertions(+), 138 deletions(-) commit 410d7f6e391a3b88961fd4002a6048ca79640384 Author: Guillaume Desmottes @@ -41336,7 +41450,7 @@ configure.ac | 4 +--- nautilus-sendto-plugin/empathy-nautilus-sendto.c | 18 ------------------ - 2 files changed, 1 insertions(+), 21 deletions(-) + 2 files changed, 1 insertion(+), 21 deletions(-) commit 973ebccf5c1ba3664677a8c5d1bdfe52009f82be Author: Philip Withnall @@ -41361,7 +41475,7 @@ libempathy-gtk/empathy-individual-menu.c | 6 ++++++ libempathy-gtk/empathy-linking-dialog.c | 6 ++++++ - 2 files changed, 12 insertions(+), 0 deletions(-) + 2 files changed, 12 insertions(+) commit 7b31c4e8aec4e800fef27bbe25b90a26186f2b20 Author: Philip Withnall @@ -41372,7 +41486,7 @@ Helps: bgo#628062 src/empathy-accounts-dialog.ui | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit df0638989774934a9553d3355decd3e5ccaece83 Author: Guillaume Desmottes @@ -41381,7 +41495,7 @@ new-chatroom-dialog: remove markup from transltable string src/empathy-new-chatroom-dialog.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit cb6f0691b1129d7ba2e5d88147733b8e87241ad5 Author: Guillaume Desmottes @@ -41408,8 +41522,8 @@ libempathy-gtk/empathy-individual-linker.c | 1 + libempathy-gtk/empathy-individual-view.c | 49 ++++++++++++++++++++++++++++ - libempathy-gtk/empathy-individual-view.h | 6 +++ - 3 files changed, 56 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-individual-view.h | 6 ++++ + 3 files changed, 56 insertions(+) commit 2c7fdebf7a7cea6efbc0a305e681b7e7d158d821 Author: Philip Withnall @@ -41418,7 +41532,7 @@ Move all individual view visibility logic into is_visible_individual() libempathy-gtk/empathy-individual-view.c | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit a0d79de6f5151ee14b25364060e5dd2338f800a9 Author: Philip Withnall @@ -41435,7 +41549,7 @@ configure.ac | 2 +- libempathy-gtk/empathy-individual-menu.c | 5 +++++ - 2 files changed, 6 insertions(+), 1 deletions(-) + 2 files changed, 6 insertions(+), 1 deletion(-) commit b4a1d5606e68916a99ca672818bcbebb5c2a8ee0 Author: Guillaume Desmottes @@ -41444,7 +41558,7 @@ accounts-dialog.ui: set pango properties in the UI file (#628063) src/empathy-accounts-dialog.ui | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 5e28683dab504d1b1c4d4d4a3bbcdb17519f335e Merge: 17d3840 7504002 @@ -41465,7 +41579,7 @@ along to its users. libempathy/empathy-individual-manager.c | 13 ++++--------- - 1 files changed, 4 insertions(+), 9 deletions(-) + 1 file changed, 4 insertions(+), 9 deletions(-) commit 270a982f2cf19635a61f41e6cc49f7d6e8cfd016 Author: Philip Withnall @@ -41482,7 +41596,7 @@ libempathy-gtk/empathy-individual-linker.c | 86 +++++++++++++++++++++++++++- - 1 files changed, 84 insertions(+), 2 deletions(-) + 1 file changed, 84 insertions(+), 2 deletions(-) commit 86d76dc3d8e58b52749756f498648307fb513465 Author: Philip Withnall @@ -41499,7 +41613,7 @@ libempathy-gtk/empathy-persona-view.c | 225 +++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-persona-view.h | 8 +- - 2 files changed, 232 insertions(+), 1 deletions(-) + 2 files changed, 232 insertions(+), 1 deletion(-) commit 1337c4e6f42da41d1da84f32586f33812b8ec2b5 Author: Philip Withnall @@ -41509,7 +41623,7 @@ libempathy-gtk/empathy-individual-linker.c | 3 +- libempathy-gtk/empathy-persona-view.c | 43 - ++++++++++++++++++++++++++- + ++++++++++++++++++++++++++-- libempathy-gtk/empathy-persona-view.h | 9 +++++- 3 files changed, 51 insertions(+), 4 deletions(-) @@ -41520,7 +41634,7 @@ Accept text/plain drops as file transfers, rather than as Individuals libempathy-gtk/empathy-individual-view.c | 8 +++----- - 1 files changed, 3 insertions(+), 5 deletions(-) + 1 file changed, 3 insertions(+), 5 deletions(-) commit 8c812cfbd960392d2acee585c3d7d3030d3e3fa8 Author: Philip Withnall @@ -41533,7 +41647,7 @@ which makes no sense (for the time being). Helps: bgo#627715 libempathy-gtk/empathy-individual-view.c | 119 - ++++++++++++++--------------- + ++++++++++++++---------------- libempathy-gtk/empathy-individual-view.h | 5 +- src/empathy-main-window.c | 5 +- 3 files changed, 64 insertions(+), 65 deletions(-) @@ -41565,8 +41679,8 @@ than just changing their groups. libempathy-gtk/empathy-individual-view.c | 84 - +++++++++++++++++------------ - libempathy-gtk/empathy-individual-view.h | 6 ++ + +++++++++++++++++------------- + libempathy-gtk/empathy-individual-view.h | 6 +++ 2 files changed, 55 insertions(+), 35 deletions(-) commit 3f23b6d1c7a04cf288872cf975cdb81da1325289 @@ -41577,7 +41691,7 @@ EmpathyIndividualView libempathy-gtk/empathy-individual-view.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 751691d4e019a00b7ee52de97b259fee3d9c8af3 Author: Philip Withnall @@ -41587,7 +41701,7 @@ Individuals libempathy-gtk/empathy-individual-view.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 7c2d23958c938a73eefbd35c2ecfb74fc57c1421 Author: Philip Withnall @@ -41616,8 +41730,8 @@ instance. Helps: bgo#627715 libempathy-gtk/empathy-individual-view.c | 38 - ++++++++++++++++++++++------- - libempathy-gtk/empathy-individual-view.h | 15 +++++++---- + +++++++++++++++++++++++------- + libempathy-gtk/empathy-individual-view.h | 15 +++++++----- 2 files changed, 38 insertions(+), 15 deletions(-) commit a1aea4b698a537c046e53215d2a64259b97cd935 @@ -41628,7 +41742,7 @@ libempathy-gtk/empathy-individual-view.c | 26 +++++++++++--------------- - 1 files changed, 11 insertions(+), 15 deletions(-) + 1 file changed, 11 insertions(+), 15 deletions(-) commit 56e80c63b33bff7d82cd43bc8e1dc02f1a10a1d4 Author: Philip Withnall @@ -41640,8 +41754,8 @@ This will make refactoring easier. Helps: bgo#627715 libempathy-gtk/empathy-individual-view.c | 73 - +++++++++++++---------------- - 1 files changed, 33 insertions(+), 40 deletions(-) + ++++++++++++++---------------- + 1 file changed, 33 insertions(+), 40 deletions(-) commit 4b17d88ae214bc8b9b74d7fd6c0c01e14f206478 Author: Philip Withnall @@ -41666,7 +41780,7 @@ main-window: define an enum for pages src/empathy-main-window.c | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit 7c95784276fa35bb9d0c91189ebfbb8be50f6564 Author: Guillaume Desmottes @@ -41677,7 +41791,7 @@ It looks less crap that way. src/empathy-main-window.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit ab97f58c9a4bf3b0230693f09c76e6de5a23d3fe Author: Guillaume Desmottes @@ -41686,7 +41800,7 @@ no need to use a #define src/empathy-main-window.c | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit c9bc158a8897e4ab2f0758d87084f048e51de165 Author: Jiří Techet @@ -41697,7 +41811,7 @@ Signed-off-by: Jiří Techet configure.ac | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit f2c8ce84037c1dd9afcd6114b9df366995e2c1be Author: Philip Withnall @@ -41706,7 +41820,7 @@ Fix British English translation po/en_GB.po | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 3bdcc8ded8e80167626ef22a89c85455f36b50c4 Author: Philip Withnall @@ -41716,7 +41830,7 @@ po/en_GB.po | 1824 ++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1119 insertions(+), 705 deletions(-) + 1 file changed, 1119 insertions(+), 705 deletions(-) commit 197d3f143f4ad7980bc651d9b643334d1dac910d Author: Jorge González @@ -41726,7 +41840,7 @@ po/es.po | 174 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 93 insertions(+), 81 deletions(-) + 1 file changed, 93 insertions(+), 81 deletions(-) commit 6db1a23b9956518d8c33443611960fe850e42872 Author: Philip Withnall @@ -41742,7 +41856,7 @@ libempathy-gtk/empathy-individual-linker.c | 37 +++++++++------------------- - 1 files changed, 12 insertions(+), 25 deletions(-) + 1 file changed, 12 insertions(+), 25 deletions(-) commit d58a372562b1de6bd73bd521bd6dfcf4276bdcec Author: Michael Kotsarinis @@ -41752,7 +41866,7 @@ po/el.po | 1850 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1157 insertions(+), 693 deletions(-) + 1 file changed, 1157 insertions(+), 693 deletions(-) commit aef5465e619c75eb8b310ebd38a511c1cb6f924b Author: Philip Withnall @@ -41765,7 +41879,7 @@ widget isn't in tooltip mode. Closes: bgo#627917 libempathy-gtk/empathy-individual-widget.c | 19 +++++++++++-------- - 1 files changed, 11 insertions(+), 8 deletions(-) + 1 file changed, 11 insertions(+), 8 deletions(-) commit d5872cec74644d7e3c53a65433271ca05c67c4b9 Author: Guillaume Desmottes @@ -41774,7 +41888,7 @@ unsensitive the remove button while loading src/empathy-accounts-dialog.c | 15 ++++++++++++++- - 1 files changed, 14 insertions(+), 1 deletions(-) + 1 file changed, 14 insertions(+), 1 deletion(-) commit c43467a6cc9dbc9f1e9eab28ce9bfd2feed3f998 Author: Guillaume Desmottes @@ -41783,7 +41897,7 @@ insensitive treeview while loading src/empathy-accounts-dialog.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit f3d884d8ddc2fbe3e2db3d333f41f03036ab71a4 Author: Guillaume Desmottes @@ -41793,7 +41907,7 @@ src/empathy-accounts-dialog.c | 27 +++++++++++++++++++++++++++ src/empathy-accounts-dialog.ui | 29 ++++++++++++++++++++++++++++- - 2 files changed, 55 insertions(+), 1 deletions(-) + 2 files changed, 55 insertions(+), 1 deletion(-) commit 5352fa2563809bcb5fc80ec4192dab28569130e6 Author: Guillaume Desmottes @@ -41802,8 +41916,8 @@ accounts-dialog: add a GtkNotebook src/empathy-accounts-dialog.ui | 166 - ++++++++++++++++++++++++--------------- - 1 files changed, 102 insertions(+), 64 deletions(-) + ++++++++++++++++++++++++---------------- + 1 file changed, 102 insertions(+), 64 deletions(-) commit d311e01d703d6040560e1edf913c5d612d0a5ad5 Author: Philip Withnall @@ -41812,7 +41926,7 @@ Fix the "Show Protocols" option with linked contacts libempathy-gtk/empathy-individual-store.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3962499d4caedcce812fe1ce9b09b7a775e33a86 Author: Felix Kaser @@ -41822,8 +41936,8 @@ while searching, the enter key allows you to select an irc network - .../empathy-irc-network-chooser-dialog.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 12 ++++++++++++ + 1 file changed, 12 insertions(+) commit 692cee58aba936f5df2c791b89b697c1b05d208c Merge: d02dfde 08c4500 @@ -41847,7 +41961,7 @@ .../empathy-irc-network-chooser-dialog.c | 26 ++++++++++++++++---- - 1 files changed, 21 insertions(+), 5 deletions(-) + 1 file changed, 21 insertions(+), 5 deletions(-) commit 77a7caeaf8ce5d3c83b8f61d9eea6efe15c5886f Author: Guillaume Desmottes @@ -41857,7 +41971,7 @@ (#624353) src/empathy-accounts-dialog.c | 20 ++++++++++++++++++-- - 1 files changed, 18 insertions(+), 2 deletions(-) + 1 file changed, 18 insertions(+), 2 deletions(-) commit 08c450056e0bb41e7ecc10f505ae0e6fea6dc6ea Author: Guillaume Desmottes @@ -41866,7 +41980,7 @@ account-assistant: stop blacklisting IRC (#596086) src/empathy-account-assistant.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 975f45f447bb3ceea7a467766a513b301c4b36c2 Author: Guillaume Desmottes @@ -41875,7 +41989,7 @@ use the simple variant of the IRC widget if needed libempathy-gtk/empathy-account-widget.c | 12 ++++++++++-- - 1 files changed, 10 insertions(+), 2 deletions(-) + 1 file changed, 10 insertions(+), 2 deletions(-) commit 94895f1acb08a01dc28dae1f423abe43e8f6afbd Author: Guillaume Desmottes @@ -41884,10 +41998,10 @@ account-widget-irc: add simple version of the widget libempathy-gtk/empathy-account-widget-irc.c | 41 +++++++++++++++++ - libempathy-gtk/empathy-account-widget-irc.h | 3 + + libempathy-gtk/empathy-account-widget-irc.h | 3 ++ libempathy-gtk/empathy-account-widget-irc.ui | 63 ++++++++++++++++++++++++++ - 3 files changed, 107 insertions(+), 0 deletions(-) + 3 files changed, 107 insertions(+) commit 2de3bc4c03f97f1ceea44f43a1b86dedcb7e6893 Merge: f7a63b4 e624601 @@ -41902,8 +42016,8 @@ grab focus on the treeview after adding, editing or removing network - .../empathy-irc-network-chooser-dialog.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 4 ++++ + 1 file changed, 4 insertions(+) commit 3ba9a682ce49528af7db7a6d7e5b5baddd475618 Author: Guillaume Desmottes @@ -41911,9 +42025,9 @@ irc-network-chooser-dialog: make it transient and modal - .../empathy-irc-network-chooser-dialog.c | 6 +++++- - .../empathy-irc-network-chooser-dialog.h | 3 ++- - libempathy-gtk/empathy-irc-network-chooser.c | 5 ++++- + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 6 +++++- + libempathy-gtk/empathy-irc-network-chooser-dialog.h | 3 ++- + libempathy-gtk/empathy-irc-network-chooser.c | 5 ++++- 3 files changed, 11 insertions(+), 3 deletions(-) commit f7a63b4c249208122cfa17f668a19d853d158dfa @@ -41932,7 +42046,7 @@ causing chaos. See bgo#567481. Closes: bgo#628011 libempathy-gtk/empathy-individual-linker.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c48ad853488aed4cd28eeb20d6c4614f01b4b2f0 Author: Guillaume Desmottes @@ -41944,8 +42058,8 @@ Also scroll to the selected network when cancelling the search. .../empathy-irc-network-chooser-dialog.c | 23 - ++++++++++++++++++- - 1 files changed, 21 insertions(+), 2 deletions(-) + ++++++++++++++++++-- + 1 file changed, 21 insertions(+), 2 deletions(-) commit acc900cd828e7883436fe41ca68d5de3b27cf1df Author: Guillaume Desmottes @@ -41953,8 +42067,8 @@ Hide the search after picking the network to get the right one - .../empathy-irc-network-chooser-dialog.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) commit 83d9b1cb0f1b3ff248b24e0b25a1139e475677ef Author: Philip Withnall @@ -41964,7 +42078,7 @@ EmpathyGroupsWidget libempathy-gtk/empathy-groups-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit deddbb95eba55352658572a9a3c9293fed4842c2 Author: Guillaume Desmottes @@ -41975,7 +42089,7 @@ account-widget needs it to add the "Enabled" checkbox. libempathy-gtk/empathy-account-widget-irc.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c9815085eed66cf02ab8dfb40fbf0aab393ccd4d Author: Philip Withnall @@ -41984,7 +42098,7 @@ Don't expand rows if the tree view has been destroyed libempathy-gtk/empathy-individual-view.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit f8c7011a571c35d976e00526491d499ec623acb9 Author: Guillaume Desmottes @@ -41992,8 +42106,8 @@ cance live search when adding/removing a network - .../empathy-irc-network-chooser-dialog.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 4 ++++ + 1 file changed, 4 insertions(+) commit 469e9ea6d1e007265f7a5ec518e27052be9305a3 Author: Guillaume Desmottes @@ -42001,8 +42115,8 @@ search_text_notify_cb: rename iter to filter_iter to avoid confusion - .../empathy-irc-network-chooser-dialog.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 7 ++++--- + 1 file changed, 4 insertions(+), 3 deletions(-) commit 0ead72dafcd03ac8db7b854cf883bea7a8394616 Author: Guillaume Desmottes @@ -42012,7 +42126,7 @@ .../empathy-irc-network-chooser-dialog.c | 35 ++++++++++++-------- - 1 files changed, 21 insertions(+), 14 deletions(-) + 1 file changed, 21 insertions(+), 14 deletions(-) commit 98318894ea8217020e29be42b2cae209831b179c Author: Guillaume Desmottes @@ -42020,8 +42134,8 @@ scroll_to_iter: need a filter iter - .../empathy-irc-network-chooser-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) commit d4e129c0d66340a755a9cb14f91e92539426e76d Author: Guillaume Desmottes @@ -42031,8 +42145,8 @@ If they do we did something wrong. - .../empathy-irc-network-chooser-dialog.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) commit e12b292643c831d8e35ddeca8aed4d24269cfe7f Author: Matej Urbančič @@ -42041,7 +42155,7 @@ Updated Slovenian translation po/sl.po | 19 +++---------------- - 1 files changed, 3 insertions(+), 16 deletions(-) + 1 file changed, 3 insertions(+), 16 deletions(-) commit af80486a7408355ede05b131af5e848b84e62d5e Author: Matej Urbančič @@ -42051,7 +42165,7 @@ po/sl.po | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------- - 1 files changed, 114 insertions(+), 19 deletions(-) + 1 file changed, 114 insertions(+), 19 deletions(-) commit 88cdfb884de9b2e288d07924624083a8fabe643f Author: Guillaume Desmottes @@ -42059,8 +42173,8 @@ select_iter: set the cursor as well - .../empathy-irc-network-chooser-dialog.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 10 ++++++++++ + 1 file changed, 10 insertions(+) commit 102c526be04a1356d1935844f293431fd864d9fe Author: Guillaume Desmottes @@ -42068,8 +42182,8 @@ make title clearer - .../empathy-irc-network-chooser-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) commit c196520a0117248010140b0612e7d2726d135afc Author: Guillaume Desmottes @@ -42077,8 +42191,8 @@ don't allow to select a network if none is actually selected - .../empathy-irc-network-chooser-dialog.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 9 +++++++-- + 1 file changed, 7 insertions(+), 2 deletions(-) commit 75f7bc8ce00e28a84d19bf036382e2566b60f9e8 Author: Guillaume Desmottes @@ -42086,8 +42200,8 @@ replace the close button by 'Select' - .../empathy-irc-network-chooser-dialog.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) commit cc260a6fe68be18a935dbc81caf25107325b5563 Author: Guillaume Desmottes @@ -42095,8 +42209,8 @@ select the first matching network when searching - .../empathy-irc-network-chooser-dialog.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-irc-network-chooser-dialog.c | 6 ++++++ + 1 file changed, 6 insertions(+) commit fd86b3c72bcc01a3592cc5beec052526c098e1bd Author: Guillaume Desmottes @@ -42105,8 +42219,8 @@ pass filter iter to select_iter() and scroll_to_iter() .../empathy-irc-network-chooser-dialog.c | 46 - +++++++++++-------- - 1 files changed, 27 insertions(+), 19 deletions(-) + ++++++++++++-------- + 1 file changed, 27 insertions(+), 19 deletions(-) commit 1d030ae9e63bbaac4fcd805dae61e22e3b1f5592 Author: Guillaume Desmottes @@ -42115,7 +42229,7 @@ irc-network-chooser: use network accessors libempathy-gtk/empathy-irc-network-chooser.c | 11 ++++------- - 1 files changed, 4 insertions(+), 7 deletions(-) + 1 file changed, 4 insertions(+), 7 deletions(-) commit a687feb900220a231b63bce08f43743488dc6bbe Author: Guillaume Desmottes @@ -42124,8 +42238,8 @@ irc-network-chooser-dialog: use network accessors .../empathy-irc-network-chooser-dialog.c | 22 - +++---------------- - 1 files changed, 4 insertions(+), 18 deletions(-) + ++++---------------- + 1 file changed, 4 insertions(+), 18 deletions(-) commit c7c68087a5a17cb270ac120e631cf4dbe7339fa4 Author: Guillaume Desmottes @@ -42135,7 +42249,7 @@ .../empathy-irc-network-chooser-dialog.c | 98 ++++++++++++++++++-- - 1 files changed, 91 insertions(+), 7 deletions(-) + 1 file changed, 91 insertions(+), 7 deletions(-) commit e1513fcc6cebe513e0b3b0778b5cfe18097fe576 Author: Guillaume Desmottes @@ -42145,7 +42259,7 @@ libempathy/empathy-irc-network.c | 16 ++++++++++++++++ libempathy/empathy-irc-network.h | 4 ++++ - 2 files changed, 20 insertions(+), 0 deletions(-) + 2 files changed, 20 insertions(+) commit ba36ddff81ce9f228f150246069ceb76425cfee5 Author: Guillaume Desmottes @@ -42157,7 +42271,7 @@ libempathy-gtk/empathy-account-widget-irc.c | 405 ++------------------------ - libempathy-gtk/empathy-account-widget-irc.ui | 78 +----- + libempathy-gtk/empathy-account-widget-irc.ui | 78 +---- 2 files changed, 24 insertions(+), 459 deletions(-) commit f867ae2b8bbe9b885419f9748465d96ce70755d9 @@ -42168,7 +42282,7 @@ libempathy-gtk/empathy-irc-network-chooser.c | 63 +++++++++++++++++++++++++- - 1 files changed, 62 insertions(+), 1 deletions(-) + 1 file changed, 62 insertions(+), 1 deletion(-) commit 8f678a31a63eccb4fc086a8caddb37b1a0e7de91 Author: Guillaume Desmottes @@ -42182,7 +42296,7 @@ .../empathy-irc-network-chooser-dialog.c | 487 ++++++++++++++++++++ .../empathy-irc-network-chooser-dialog.h | 70 +++ - 3 files changed, 559 insertions(+), 0 deletions(-) + 3 files changed, 559 insertions(+) commit 4b08cbd1605f1671a9d90ffa7f3a3a1776e5a61a Author: Guillaume Desmottes @@ -42194,7 +42308,7 @@ libempathy-gtk/empathy-irc-network-chooser.c | 299 ++++++++++++++++++++++++++ libempathy-gtk/empathy-irc-network-chooser.h | 61 ++++++ - 3 files changed, 362 insertions(+), 0 deletions(-) + 3 files changed, 362 insertions(+) commit 860c26554e90126287adcba3ae9dc536bdfbb622 Author: Guillaume Desmottes @@ -42204,8 +42318,8 @@ libempathy/empathy-irc-network-manager.c | 34 ++++++++++++++++++++++++++++++ - libempathy/empathy-irc-network-manager.h | 2 + - 2 files changed, 36 insertions(+), 0 deletions(-) + libempathy/empathy-irc-network-manager.h | 2 ++ + 2 files changed, 36 insertions(+) commit 1ceaa6d1ee7135f6a578eecb12686493fac88d6c Author: Felix Kaser @@ -42218,7 +42332,7 @@ data/.gitignore | 1 + src/.gitignore | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 656ba0f01d0a55af0c07d2d76e8e9d17502b12b6 Author: Sjoerd Simons @@ -42227,7 +42341,7 @@ Use gmodule-export-2.0 so introspecting ourselves works configure.ac | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 05166126df1b96b26a7fb2c9eb6c344214878371 Author: Saleem Abdulrasool @@ -42248,8 +42362,8 @@ Update Galician translations po/gl.po | 126 - +++++++++++++++++++++++++++++++++++++++++++++++++++++-------- - 1 files changed, 109 insertions(+), 17 deletions(-) + +++++++++++++++++++++++++++++++++++++++++++++++++++++--------- + 1 file changed, 109 insertions(+), 17 deletions(-) commit 927ccfb98fa72539dee8e3a418faff1be49751b9 Author: Jorge González @@ -42259,7 +42373,7 @@ po/es.po | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------- - 1 files changed, 111 insertions(+), 18 deletions(-) + 1 file changed, 111 insertions(+), 18 deletions(-) commit 56bcabd8df3185bca2805f1e4945c3adf28f0be1 Author: Travis Reitter @@ -42268,7 +42382,7 @@ Don't leak a reference when updating an IndividualWidget. libempathy-gtk/empathy-individual-widget.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 4f79cd98c0501367570bc140776b5ec40bfee49c Author: Travis Reitter @@ -42278,7 +42392,7 @@ signal handler libempathy/empathy-contact.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 3bd33b4812d0b909a8a44b12791fcac75fcf365d Merge: 180d834 dc73f3d @@ -42299,7 +42413,7 @@ return. libempathy/empathy-tls-certificate.c | 26 ++++++++++++++++++++++++++ - 1 files changed, 26 insertions(+), 0 deletions(-) + 1 file changed, 26 insertions(+) commit 76d38803e7992e50333c1054c48bb789ff63c699 Author: Cosimo Cecchi @@ -42308,7 +42422,7 @@ Don't leak certificate data libempathy/empathy-tls-certificate.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit b76f9bf45aca489bfe40c333a048be513410f36c Author: Cosimo Cecchi @@ -42318,7 +42432,7 @@ libempathy/empathy-server-tls-handler.c | 43 +++++++++++++++++++++---------- - 1 files changed, 29 insertions(+), 14 deletions(-) + 1 file changed, 29 insertions(+), 14 deletions(-) commit 1426cd161d371c161e1e6e66ed7b66a163d5bdaa Author: Cosimo Cecchi @@ -42353,7 +42467,7 @@ from EmpathyAvatar. libempathy-gtk/empathy-theme-boxes.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 597f34ccdbe2000aad148147d9ecafb3e17c9e0a Author: Philip Withnall @@ -42365,7 +42479,7 @@ libempathy/empathy-contact.c | 17 ----------------- libempathy/empathy-contact.h | 2 -- - 2 files changed, 0 insertions(+), 19 deletions(-) + 2 files changed, 19 deletions(-) commit c71c43c5756061e2e3d877aa47078140b518e3fa Author: Philip Withnall @@ -42397,7 +42511,7 @@ be used. fixes bug #627500 libempathy-gtk/empathy-individual-linker.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 503e6b771b4ba4455dc47483af9f6502a3447ae1 Author: Khaled Hosny @@ -42407,7 +42521,7 @@ po/ar.po | 1530 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 920 insertions(+), 610 deletions(-) + 1 file changed, 920 insertions(+), 610 deletions(-) commit e3f2c5cbd45c8c7974062e4bdd845db9b833bc8e Author: Petr Kovar @@ -42417,7 +42531,7 @@ po/cs.po | 1525 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 931 insertions(+), 594 deletions(-) + 1 file changed, 931 insertions(+), 594 deletions(-) commit 9145d78fe35ab4accec07c899c5dcc89e3fc566d Author: Jorge González @@ -42426,7 +42540,7 @@ Updated Spanish translation po/es.po | 18 +++++++++++------- - 1 files changed, 11 insertions(+), 7 deletions(-) + 1 file changed, 11 insertions(+), 7 deletions(-) commit 248e2de94a951d5e0727c0d5ab87a707c853b4da Author: Guillaume Desmottes @@ -42435,7 +42549,7 @@ linker: add some padding in the 2 part of the pane libempathy-gtk/empathy-individual-linker.c | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit a39128b04df75da0965452c9c74b902c633e25ee Author: Guillaume Desmottes @@ -42444,7 +42558,7 @@ individual-widget: adapt number of rows to the features needed libempathy-gtk/empathy-individual-widget.c | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit 9609495ef4dedb1c80a39faeb780fe1f660cc411 Author: Guillaume Desmottes @@ -42453,7 +42567,7 @@ linker: add a label explaining how to use the dialog libempathy-gtk/empathy-individual-linker.c | 20 ++++++++++++++++++-- - 1 files changed, 18 insertions(+), 2 deletions(-) + 1 file changed, 18 insertions(+), 2 deletions(-) commit 3ecae374709ef76a984656f90f360e5f42831fc0 Author: Cheng-Chia Tseng @@ -42475,7 +42589,7 @@ libempathy-gtk/empathy-individual-widget.c | 44 ++++++++++++++++------------ - 1 files changed, 25 insertions(+), 19 deletions(-) + 1 file changed, 25 insertions(+), 19 deletions(-) commit 784b4a32084df08c173e6ca63a8d270e01cc81eb Author: Guillaume Desmottes @@ -42496,7 +42610,7 @@ linker: display titles in bold libempathy-gtk/empathy-individual-linker.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit db05ed13ac1bb1e4b58d7b3c14e382679ea5f92d Author: Guillaume Desmottes @@ -42511,7 +42625,7 @@ the room contact list. libempathy/empathy-contact.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit aa3556ffa5eb1571b928918cf8995705db4754a1 Author: Fran Diéguez @@ -42520,8 +42634,8 @@ Updated galician translations po/gl.po | 131 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 73 insertions(+), 58 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 73 insertions(+), 58 deletions(-) commit 7a499be36ac62d1321f80ec7e3578ebed0aee3b1 Author: Kenneth Nielsen @@ -42531,7 +42645,7 @@ po/da.po | 1546 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 915 insertions(+), 631 deletions(-) + 1 file changed, 915 insertions(+), 631 deletions(-) commit 00bc52c3017d481d64a78c1dad1fe06c0014a1f3 Author: Jorge González @@ -42540,8 +42654,8 @@ Updated Spanish translation po/es.po | 147 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 79 insertions(+), 68 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 79 insertions(+), 68 deletions(-) commit f7e35697066068b2e95fddf5221a22cce5dd8239 Author: Kjartan Maraas @@ -42551,7 +42665,7 @@ po/nb.po | 858 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 526 insertions(+), 332 deletions(-) + 1 file changed, 526 insertions(+), 332 deletions(-) commit eb2bc994c92ff8f5682394d3c08efc52f048e97a Author: Matej Urbančič @@ -42561,7 +42675,7 @@ po/sl.po | 249 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 153 insertions(+), 96 deletions(-) + 1 file changed, 153 insertions(+), 96 deletions(-) commit 1d2734c7c782359266dc824b12945883ec11c761 Author: Yaron Shahrabani @@ -42571,7 +42685,7 @@ po/he.po | 241 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 153 insertions(+), 88 deletions(-) + 1 file changed, 153 insertions(+), 88 deletions(-) commit 485836b9e046d420bc349749ac15c82b0dbd6261 Author: Philip Withnall @@ -42590,8 +42704,8 @@ Allow EmpathyIndividualInformationDialog to be resized - .../empathy-individual-information-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + libempathy-gtk/empathy-individual-information-dialog.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) commit 598d4c4821575442bb87329cb9d8b0b61db51dee Author: Philip Withnall @@ -42618,7 +42732,7 @@ libempathy-gtk/empathy-individual-widget.c | 39 +++++++++++++++++++++++++++ - libempathy-gtk/empathy-individual-widget.ui | 20 +++++++++++-- + libempathy-gtk/empathy-individual-widget.ui | 20 +++++++++++--- 2 files changed, 56 insertions(+), 3 deletions(-) commit 00b878b87455a47494ef640c0b5fd2cab4e6b66c @@ -42632,7 +42746,7 @@ right-hand side of the linking dialogue. Closes: bgo#626715 libempathy-gtk/empathy-persona-view.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit a63a58b777180d1b5c9eee39faab5edd891ac80d Author: Philip Withnall @@ -42644,7 +42758,7 @@ libempathy-gtk/empathy-persona-store.c | 9 +++++++++ libempathy-gtk/empathy-persona-store.h | 1 + - 2 files changed, 10 insertions(+), 0 deletions(-) + 2 files changed, 10 insertions(+) commit 4c7d5bbab4325fbfae01a0d2ef58756403c18fb7 Author: Will Thompson @@ -42657,7 +42771,7 @@ Reviewed-by: Guillaume Desmottes libempathy-gtk/empathy-new-call-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5fa714c470951e828f8dab44856b8cc2d4c30340 Author: Philip Withnall @@ -42690,8 +42804,8 @@ libempathy/empathy-individual-manager.c | 34 +++++++++++++++++++++++++++++++ - libempathy/empathy-individual-manager.h | 4 +++ - 2 files changed, 38 insertions(+), 0 deletions(-) + libempathy/empathy-individual-manager.h | 4 ++++ + 2 files changed, 38 insertions(+) commit e09695146f8ac0fad504ead9e080b70fe70d3b9b Author: Fran Diéguez @@ -42701,7 +42815,7 @@ po/gl.po | 236 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 148 insertions(+), 88 deletions(-) + 1 file changed, 148 insertions(+), 88 deletions(-) commit 23566ca74cbdca4b237f9fd0758493bee26e95a9 Author: Philip Withnall @@ -42711,7 +42825,7 @@ is unset libempathy-gtk/empathy-individual-view.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 7906c05973b29175938775fa5fabc3e3f347b372 Author: Philip Withnall @@ -42738,7 +42852,7 @@ po/es.po | 241 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 149 insertions(+), 92 deletions(-) + 1 file changed, 149 insertions(+), 92 deletions(-) commit b992a04452d574d1afb5787499ee0498b74210d3 Author: Philip Withnall @@ -42747,8 +42861,8 @@ Use EmpathyIndividualWidget in EmpathyIndividualInformationDialog .../empathy-individual-information-dialog.c | 38 - +++++-------------- - 1 files changed, 10 insertions(+), 28 deletions(-) + ++++++-------------- + 1 file changed, 10 insertions(+), 28 deletions(-) commit 4c6aa4d6c9ffa412fa0cf1513dab34af6aedc7e9 Author: Philip Withnall @@ -42757,7 +42871,7 @@ Use EmpathyIndividualWidget in EmpathyIndividualView tooltips libempathy-gtk/empathy-individual-view.c | 20 ++++++++------------ - 1 files changed, 8 insertions(+), 12 deletions(-) + 1 file changed, 8 insertions(+), 12 deletions(-) commit b733c20124b92b6dedec267eee6b586b312e5d5b Author: Philip Withnall @@ -42766,7 +42880,7 @@ Fix the flags given to the widget in EmpathyIndividualLinker libempathy-gtk/empathy-individual-linker.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 48417775ef19cdb1ebe2ecd631953f431aa144b4 Author: Philip Withnall @@ -42810,7 +42924,7 @@ live-search: fix typo libempathy-gtk/empathy-live-search.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d077181fac75859a864eede51d28c9517127afd8 Author: Matej Urbančič @@ -42819,8 +42933,8 @@ Updated Slovenian translation po/sl.po | 84 - +++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 51 insertions(+), 33 deletions(-) + ++++++++++++++++++++++++++++++++++++++------------------------ + 1 file changed, 51 insertions(+), 33 deletions(-) commit f2a86e5a6df46be0ce54d5a379f4c9c934c90f58 Author: Yaron Shahrabani @@ -42830,7 +42944,7 @@ po/he.po | 125 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 67 insertions(+), 58 deletions(-) + 1 file changed, 67 insertions(+), 58 deletions(-) commit 2a5ce3706d080bec3c949bda07e9b926659b7e77 Author: Daniel Nylander @@ -42840,7 +42954,7 @@ po/sv.po | 179 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 101 insertions(+), 78 deletions(-) + 1 file changed, 101 insertions(+), 78 deletions(-) commit 433ed2c918f81aeac6fd7eb1dacfbeb2d82a6f6d Author: Philip Withnall @@ -42850,7 +42964,7 @@ libempathy-gtk/empathy-individual-store.c | 77 ++++++++++++++++++++++------- - 1 files changed, 58 insertions(+), 19 deletions(-) + 1 file changed, 58 insertions(+), 19 deletions(-) commit 015070caec0ec80ac53127c619bde516081670e6 Author: Philip Withnall @@ -42878,7 +42992,7 @@ Use _complete instead of _complete_in_idle() libempathy/empathy-tls-certificate.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ea19d00b74b36acc40115a3b48218ccc6af54d04 Author: Cosimo Cecchi @@ -42887,7 +43001,7 @@ Don't show the error if user-requested is set src/empathy-main-window.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 92aee43c95f51aa828c34c828c18c38a3e1fdcb6 Author: Cosimo Cecchi @@ -42896,7 +43010,7 @@ Use new API in EmpathyAccountsDialog src/empathy-accounts-dialog.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 5b7271c8f3c349637516c6b5bdb442aa9a480925 Author: Cosimo Cecchi @@ -42916,7 +43030,7 @@ libempathy-gtk/empathy-tls-dialog.c | 31 ++++++++++++++++++++++++++++--- - 1 files changed, 28 insertions(+), 3 deletions(-) + 1 file changed, 28 insertions(+), 3 deletions(-) commit d7d8916076c8dcca1b1d95f090444cc6e7a05cd6 Author: Cosimo Cecchi @@ -42925,7 +43039,7 @@ Fill 'user-requested' when we reject the certificate src/empathy-auth-client.c | 14 +++++++++++--- - 1 files changed, 11 insertions(+), 3 deletions(-) + 1 file changed, 11 insertions(+), 3 deletions(-) commit 6c3c7278e4d1716342d1d222891c33e98d829691 Author: Cosimo Cecchi @@ -42957,7 +43071,7 @@ Add new files to extensions/Makefile.am extensions/Makefile.am | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 709119042e1c45e0aafb38659ac6ea7396c8aa0c Author: Cosimo Cecchi @@ -42966,7 +43080,7 @@ Add new files to POTFILES.in po/POTFILES.in | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 526dbcddf5a3969a8714b49441e4dd62927837f3 Author: Cosimo Cecchi @@ -42978,7 +43092,7 @@ src/empathy-auth-client.c | 64 ++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 63 insertions(+), 1 deletions(-) + 1 file changed, 63 insertions(+), 1 deletion(-) commit 5286587e932047f9b32001429a395d8caf193b26 Author: Cosimo Cecchi @@ -43001,7 +43115,7 @@ Don't allow calling verify_async() twice libempathy/empathy-tls-verifier.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit a272c04575698908bff1363f3d652cc67876e599 Author: Cosimo Cecchi @@ -43010,7 +43124,7 @@ Use tp_clear_pointer() where possible libempathy/empathy-tls-verifier.c | 10 +++------- - 1 files changed, 3 insertions(+), 7 deletions(-) + 1 file changed, 3 insertions(+), 7 deletions(-) commit 53966af9c627e5217fb247b64ef62bf40541c5f8 Author: Cosimo Cecchi @@ -43019,7 +43133,7 @@ Push the details table to the dialog after verification src/empathy-auth-helper.c | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit 86eac228724f7a4c45b8bc58254af77bdad1e766 Author: Cosimo Cecchi @@ -43049,7 +43163,7 @@ Make it more clear which snippets are taken from GnuTLS libempathy/empathy-tls-verifier.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit f735801461c5748ee212eaba80c894f33ecf3f10 Author: Cosimo Cecchi @@ -43058,7 +43172,7 @@ Assert when we have an invalid pointer libempathy/empathy-tls-verifier.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 69983e8165de21075d7e9102fa855c99ffa2290b Author: Cosimo Cecchi @@ -43067,7 +43181,7 @@ Update to the new EmpathyTLSCertificate async API src/empathy-auth-helper.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit d20fcc3aedd0b76b3ea0307bb69324121f49b555 Author: Cosimo Cecchi @@ -43076,8 +43190,8 @@ Make _accept/_reject real async methods libempathy/empathy-tls-certificate.c | 69 - +++++++++++++++++++++++++++++---- - libempathy/empathy-tls-certificate.h | 17 +++++++- + +++++++++++++++++++++++++++++----- + libempathy/empathy-tls-certificate.h | 17 +++++++-- 2 files changed, 74 insertions(+), 12 deletions(-) commit 92c282488352fd9067fdfbd1d9e96b668a2ff19c @@ -43090,7 +43204,7 @@ libempathy/empathy-server-tls-handler.c | 65 ++++++++++--------------------- - 1 files changed, 21 insertions(+), 44 deletions(-) + 1 file changed, 21 insertions(+), 44 deletions(-) commit d9428d22891d01b25b08f23278317daa78871274 Author: Cosimo Cecchi @@ -43099,8 +43213,8 @@ Properly use errors when handling channels libempathy/empathy-auth-factory.c | 70 - +++++++++++++++++++++++++++++------- - 1 files changed, 56 insertions(+), 14 deletions(-) + +++++++++++++++++++++++++++++-------- + 1 file changed, 56 insertions(+), 14 deletions(-) commit 41c88d2a8b3670901473061dd53eb83e6f7ad34c Author: Guillaume Desmottes @@ -43109,7 +43223,7 @@ Display invite dialog even if we don't know the inviter (#627228) src/empathy-event-manager.c | 21 ++++++++++++++------- - 1 files changed, 14 insertions(+), 7 deletions(-) + 1 file changed, 14 insertions(+), 7 deletions(-) commit 35cde642055edd0334283ad63224608e0f388fdb Author: Guillaume Desmottes @@ -43118,7 +43232,7 @@ display_invite_room_dialog: deal with contact being NULL src/empathy-event-manager.c | 14 +++++++++++--- - 1 files changed, 11 insertions(+), 3 deletions(-) + 1 file changed, 11 insertions(+), 3 deletions(-) commit 12edcf477eaf0bd6a2c9307e2d82a0c1383646d8 Author: Guillaume Desmottes @@ -43127,7 +43241,7 @@ factor out display_invite_room_dialog src/empathy-event-manager.c | 37 ++++++++++++++++++++++--------------- - 1 files changed, 22 insertions(+), 15 deletions(-) + 1 file changed, 22 insertions(+), 15 deletions(-) commit 2b47047e4493f4ea950d9ecbe4174a0553812d3e Author: Baurzhan Muftakhidinov @@ -43137,7 +43251,7 @@ po/kk.po | 3557 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 3557 insertions(+), 0 deletions(-) + 1 file changed, 3557 insertions(+) commit 29770cf3aedfe6c55016cf3428fd55b6fa246798 Author: Baurzhan Muftakhidinov @@ -43146,7 +43260,7 @@ l10n: Added Kazakh (kk) to po/LINGUAS for empathy po/LINGUAS | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 03c9af3782b65f1d9d549c1b6326d36705a4900a Author: Guillaume Desmottes @@ -43155,7 +43269,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 64aab02057a9a9496bcc94435f47f6a91cf1564a Author: Guillaume Desmottes @@ -43165,7 +43279,7 @@ NEWS | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 6 ++-- + configure.ac | 6 ++--- 2 files changed, 72 insertions(+), 3 deletions(-) commit 1fba1db04fde57223ace7332111d146a124a643a @@ -43176,7 +43290,7 @@ libempathy-gtk/gcr-simple-certificate.c | 3 +++ libempathy-gtk/gcr-simple-certificate.h | 3 +++ - 2 files changed, 6 insertions(+), 0 deletions(-) + 2 files changed, 6 insertions(+) commit 1f436c6ef319671d80b1c35bd498dd4893c6919b Author: Cosimo Cecchi @@ -43185,7 +43299,7 @@ Require GnuTLS >= 2.8.5 configure.ac | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 83bb1d62a578f41b8961c59cf805230b6ccc0e67 Author: Guillaume Desmottes @@ -43194,7 +43308,7 @@ event-manager: use tp_user_action_time_from_x11() src/empathy-event-manager.c | 11 ++++------- - 1 files changed, 4 insertions(+), 7 deletions(-) + 1 file changed, 4 insertions(+), 7 deletions(-) commit 4c7bf004cedea3f3faca74ca9308ba826c3ecaab Author: Guillaume Desmottes @@ -43204,7 +43318,7 @@ tp_user_action_time_should_present src/empathy-chat-window.c | 7 ++----- - 1 files changed, 2 insertions(+), 5 deletions(-) + 1 file changed, 2 insertions(+), 5 deletions(-) commit 682b70335bf789a60508f1d0b1b1ab119fc3f4dc Author: Guillaume Desmottes @@ -43230,7 +43344,7 @@ Update tp-glib dep to 0.11.13 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1214fc8fc351f1861add2b6adbc6b1334bced1f7 Author: Philip Withnall @@ -43247,7 +43361,7 @@ libempathy-gtk/empathy-individual-view.c | 132 ++++++++++++++++++++++-------- - 1 files changed, 96 insertions(+), 36 deletions(-) + 1 file changed, 96 insertions(+), 36 deletions(-) commit 8362ce9f550adecdbb48391dc7a342f3cdd2ad13 Author: Philip Withnall @@ -43256,7 +43370,7 @@ Don't recursively expand contact list rows unnecessarily libempathy-gtk/empathy-individual-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9e050b87711ad401c2a19b0c59fbe4ed0a4bd325 Author: Philip Withnall @@ -43271,7 +43385,7 @@ Closes: bgo#626552 libempathy-gtk/empathy-individual-view.c | 20 +++++++++++++++----- - 1 files changed, 15 insertions(+), 5 deletions(-) + 1 file changed, 15 insertions(+), 5 deletions(-) commit 8a94e12fda3bc8d98b32f7ef05a32af7875da6f7 Author: Philip Withnall @@ -43281,7 +43395,7 @@ libempathy-gtk/empathy-individual-view.c | 218 +++++++++++++++--------------- - 1 files changed, 109 insertions(+), 109 deletions(-) + 1 file changed, 109 insertions(+), 109 deletions(-) commit 57c1c9e225fee6aa2e08ffc85418a8c3fa4e0daf Author: Fran Diéguez @@ -43291,7 +43405,7 @@ po/gl.po | 62 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 33 insertions(+), 29 deletions(-) + 1 file changed, 33 insertions(+), 29 deletions(-) commit 302275ca112b66a6932dd7912b58c9910648c44d Author: Jorge González @@ -43300,8 +43414,8 @@ Updated Spanish translation po/es.po | 64 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 34 insertions(+), 30 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 34 insertions(+), 30 deletions(-) commit 2b0610ec22197d334ee3af336cafaa57a513823e Author: Matej Urbančič @@ -43310,8 +43424,8 @@ Updated Slovenian translation po/sl.po | 77 - +++++++++++++++++++++++++++---------------------------------- - 1 files changed, 34 insertions(+), 43 deletions(-) + +++++++++++++++++++++++++++----------------------------------- + 1 file changed, 34 insertions(+), 43 deletions(-) commit 3a21eabe7faefff44c3690c00b38ff63cca1f808 Author: Matej Urbančič @@ -43320,7 +43434,7 @@ Updated Slovenian translation po/sl.po | 35 ++++++++++++++++++++--------------- - 1 files changed, 20 insertions(+), 15 deletions(-) + 1 file changed, 20 insertions(+), 15 deletions(-) commit 62f67957957bd4616bd2b8371cdf37cb3ef8c972 Author: Guillaume Desmottes @@ -43331,7 +43445,7 @@ libempathy/empathy-gsettings.h | 3 +++ src/empathy-preferences.c | 11 +++++++++++ src/empathy-preferences.ui | 14 ++++++++++++++ - 3 files changed, 28 insertions(+), 0 deletions(-) + 3 files changed, 28 insertions(+) commit 7abe2062d5933836bf6d3eb5de28179bf3aa4a64 Author: Yaron Shahrabani @@ -43341,7 +43455,7 @@ po/he.po | 393 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 224 insertions(+), 169 deletions(-) + 1 file changed, 224 insertions(+), 169 deletions(-) commit 5d5ac4802ebcc1a1b9b3b5aff408a1032d4feb55 Author: Jorge González @@ -43351,7 +43465,7 @@ po/es.po | 193 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 102 insertions(+), 91 deletions(-) + 1 file changed, 102 insertions(+), 91 deletions(-) commit 977d92ecf1403c7597cb243ed4dd7e2b1a5e8ba5 Author: Fran Diéguez @@ -43360,7 +43474,7 @@ Updated Galician translations po/gl.po | 49 +++++++++++++++++++++++++++++++------------------ - 1 files changed, 31 insertions(+), 18 deletions(-) + 1 file changed, 31 insertions(+), 18 deletions(-) commit c643efd2670c2cfa708eea02db2bb98fc05d44a3 Author: Travis Reitter @@ -43380,7 +43494,7 @@ Support chat room invites in the Personas menu. libempathy-gtk/empathy-individual-menu.c | 107 - ++++++++++++++++++----------- + ++++++++++++++++++------------ libempathy-gtk/empathy-individual-menu.h | 3 +- 2 files changed, 68 insertions(+), 42 deletions(-) @@ -43391,7 +43505,7 @@ Support desktop sharing in the Personas menu. libempathy-gtk/empathy-individual-menu.c | 24 ++++++++++++++++++------ - 1 files changed, 18 insertions(+), 6 deletions(-) + 1 file changed, 18 insertions(+), 6 deletions(-) commit 90a91152a1d7db0c8f33eaf73ca766051efd7422 Author: Travis Reitter @@ -43410,9 +43524,9 @@ Support calls in the Personas menu. libempathy-gtk/empathy-individual-menu.c | 48 - ++++++++++++++++++++++------- - libempathy-gtk/empathy-individual-menu.h | 6 ++- - libempathy-gtk/empathy-individual-view.c | 4 +- + ++++++++++++++++++++++-------- + libempathy-gtk/empathy-individual-menu.h | 6 ++-- + libempathy-gtk/empathy-individual-view.c | 4 +-- 3 files changed, 42 insertions(+), 16 deletions(-) commit eba39f0ca541d20531528eb92e86aa7d623bf3fd @@ -43437,7 +43551,7 @@ Make the Share my Desktop item map to the first capable contact. libempathy-gtk/empathy-individual-menu.c | 24 +++++------------------- - 1 files changed, 5 insertions(+), 19 deletions(-) + 1 file changed, 5 insertions(+), 19 deletions(-) commit 8cb990ba2b68d4c3eb30f3fcdc536b3f2503f80d Author: Travis Reitter @@ -43447,8 +43561,8 @@ subcontacts. libempathy-gtk/empathy-individual-menu.c | 115 - +++++++++++++++++++++++++---- - 1 files changed, 99 insertions(+), 16 deletions(-) + +++++++++++++++++++++++++----- + 1 file changed, 99 insertions(+), 16 deletions(-) commit 65ebc3c5f77b566def16ef0477109877d82fe185 Author: Travis Reitter @@ -43457,7 +43571,7 @@ Make Send File context menu choose the first capable contact. libempathy-gtk/empathy-individual-menu.c | 24 ++++++------------------ - 1 files changed, 6 insertions(+), 18 deletions(-) + 1 file changed, 6 insertions(+), 18 deletions(-) commit 148655a23b2ead60f6349590d8ce7793abe11989 Author: Philip Withnall @@ -43469,8 +43583,8 @@ TpContact. libempathy-gtk/empathy-individual-menu.c | 121 - +++++++++++++++++++---------- - 1 files changed, 79 insertions(+), 42 deletions(-) + +++++++++++++++++++----------- + 1 file changed, 79 insertions(+), 42 deletions(-) commit 0bb172885c0bcaa133a091bde15805aa98912503 Author: Philip Withnall @@ -43494,7 +43608,7 @@ po/sl.po | 157 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 84 insertions(+), 73 deletions(-) + 1 file changed, 84 insertions(+), 73 deletions(-) commit dc3a07f523c0d903d62cc9d871095605d35a99fe Author: Guillaume Desmottes @@ -43507,7 +43621,7 @@ (#626994). libempathy-gtk/empathy-log-window.ui | 16 ++++++++++++---- - 1 files changed, 12 insertions(+), 4 deletions(-) + 1 file changed, 12 insertions(+), 4 deletions(-) commit 1006c7a80aa4010a73ac4cef2213b5d32ab33e9a Author: Fran Diéguez @@ -43517,7 +43631,7 @@ po/gl.po | 207 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 117 insertions(+), 90 deletions(-) + 1 file changed, 117 insertions(+), 90 deletions(-) commit c0c7a37b928335ace7f541b7759e46931f81afdd Author: Guillaume Desmottes @@ -43526,8 +43640,8 @@ log-window: fix ordering of the Back and Previous buttons (#626992) libempathy-gtk/empathy-log-window.ui | 58 - +++++++++++++++++++++------------ - 1 files changed, 37 insertions(+), 21 deletions(-) + ++++++++++++++++++++++------------ + 1 file changed, 37 insertions(+), 21 deletions(-) commit 90eb02c032e70dc8b2e01739bde6a083668d253b Author: A S Alam @@ -43537,7 +43651,7 @@ po/pa.po | 652 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 376 insertions(+), 276 deletions(-) + 1 file changed, 376 insertions(+), 276 deletions(-) commit 033c9bf29b0a47c9c24fb2057ce52565cc356fcb Author: Jorge González @@ -43547,7 +43661,7 @@ po/es.po | 333 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 190 insertions(+), 143 deletions(-) + 1 file changed, 190 insertions(+), 143 deletions(-) commit 83612527fdb34beb1c7a6c5e35748efb3b1859a8 Author: Daniel Nylander @@ -43557,7 +43671,7 @@ po/sv.po | 376 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 205 insertions(+), 171 deletions(-) + 1 file changed, 205 insertions(+), 171 deletions(-) commit 2c95c1dd40e651b5f565e027b1a07cae251f87b2 Author: Cosimo Cecchi @@ -43568,7 +43682,7 @@ Also, add a comment to explain why. libempathy-gtk/empathy-tls-dialog.c | 19 ++++++++++++++----- - 1 files changed, 14 insertions(+), 5 deletions(-) + 1 file changed, 14 insertions(+), 5 deletions(-) commit 1937b83032ff55814c27176c22e4184d0d30e045 Author: Cosimo Cecchi @@ -43577,7 +43691,7 @@ Save the certificate when we are told to remember src/empathy-auth-helper.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 2d6a216618624813b28495701d50c184c9934d77 Author: Cosimo Cecchi @@ -43586,7 +43700,7 @@ Build the right path when looking at user certs libempathy/empathy-tls-verifier.c | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit 48973a29e5016c9e88b3b19fdfe8e31856ce9cf5 Author: Cosimo Cecchi @@ -43596,7 +43710,7 @@ libempathy-gtk/empathy-tls-dialog.c | 35 +++++++++++++++++++++++++++++++++-- - 1 files changed, 33 insertions(+), 2 deletions(-) + 1 file changed, 33 insertions(+), 2 deletions(-) commit dd57dd21018ac62e2cc89f5aa5e24d682d4c9886 Author: Cosimo Cecchi @@ -43607,7 +43721,7 @@ libempathy/empathy-tls-certificate.c | 119 ++++++++++++++++++++++++++++++++++ libempathy/empathy-tls-certificate.h | 2 + - 2 files changed, 121 insertions(+), 0 deletions(-) + 2 files changed, 121 insertions(+) commit c61bb1765e65369933a571b6dccb07ec338cb515 Author: Cosimo Cecchi @@ -43617,7 +43731,7 @@ src/empathy-auth-helper.c | 42 +++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 41 insertions(+), 1 deletions(-) + 1 file changed, 41 insertions(+), 1 deletion(-) commit ae9cd01797616138fc16931e558fa1b65d9301eb Author: Cosimo Cecchi @@ -43633,7 +43747,7 @@ libempathy-gtk/gcr-simple-certificate.c | 131 +++++++++++++++++++++++++++++++ libempathy-gtk/gcr-simple-certificate.h | 58 ++++++++++++++ - 3 files changed, 190 insertions(+), 0 deletions(-) + 3 files changed, 190 insertions(+) commit f0f6e527dfe5de231d202bcc3cfcb4c7d85ab19e Author: Cosimo Cecchi @@ -43645,7 +43759,7 @@ libempathy-gtk/empathy-tls-dialog.c | 275 +++++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-tls-dialog.h | 68 +++++++++ - 3 files changed, 345 insertions(+), 0 deletions(-) + 3 files changed, 345 insertions(+) commit 1c109373f9911de8f639cb6b355035478c0ab899 Author: Cosimo Cecchi @@ -43655,7 +43769,7 @@ configure.ac | 3 ++- libempathy-gtk/Makefile.am | 1 + - 2 files changed, 3 insertions(+), 1 deletions(-) + 2 files changed, 3 insertions(+), 1 deletion(-) commit b06a27336c0e42fc81ae4c9e51dfd2a02967e88f Author: Cosimo Cecchi @@ -43668,7 +43782,7 @@ libempathy/empathy-tls-verifier.c | 83 ++++++++++++++++++++++++++++++++++--- - 1 files changed, 77 insertions(+), 6 deletions(-) + 1 file changed, 77 insertions(+), 6 deletions(-) commit 20a75e4d53bb2b72de3f2fc535956a9ad57b9eb4 Author: Cosimo Cecchi @@ -43677,7 +43791,7 @@ Cosmetic changes libempathy/empathy-tls-verifier.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit 8d376fae7df339ead4ab9ef2ae588e2762849ccf Author: Cosimo Cecchi @@ -43686,8 +43800,8 @@ Implement hostname checking libempathy/empathy-tls-verifier.c | 59 - +++++++++++++++++++++++++++++++++--- - 1 files changed, 54 insertions(+), 5 deletions(-) + +++++++++++++++++++++++++++++++++---- + 1 file changed, 54 insertions(+), 5 deletions(-) commit dd4b301661b2516731027eebbf3147692292d749 Author: Cosimo Cecchi @@ -43698,8 +43812,8 @@ I.e. emit SelfSigned if we don't have any trusted CAs in our cache. libempathy/empathy-tls-verifier.c | 43 - ++++++++++++++++++++++++++++-------- - 1 files changed, 33 insertions(+), 10 deletions(-) + ++++++++++++++++++++++++++++--------- + 1 file changed, 33 insertions(+), 10 deletions(-) commit 7472633dcbe1e50a28224960a02b8cf8f83bf422 Author: Cosimo Cecchi @@ -43708,7 +43822,7 @@ Use the right GnuTLS->Tp mapping for reasons. libempathy/empathy-tls-verifier.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e04b713c4a14b7accff86fe57ca78cb4cd5e0e46 Author: Cosimo Cecchi @@ -43717,7 +43831,7 @@ Use the right index to access the cert array. libempathy/empathy-tls-verifier.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5c313ddb2557218b7ccd4b3dd13dc1aad3834506 Author: Cosimo Cecchi @@ -43736,7 +43850,7 @@ Whitespace fix libempathy/empathy-server-tls-handler.h | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit e750de24904feef14c5e1e4bd68f935abd3cb6de Author: Cosimo Cecchi @@ -43745,8 +43859,8 @@ Verify the certificate from the helper. src/empathy-auth-helper.c | 56 - +++++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 52 insertions(+), 4 deletions(-) + +++++++++++++++++++++++++++++++++++++++++---- + 1 file changed, 52 insertions(+), 4 deletions(-) commit 2db2e6fb886a7406736c8343f9cbd8d61edc5b16 Author: Cosimo Cecchi @@ -43755,7 +43869,7 @@ Add debug output libempathy/empathy-tls-certificate.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 8293e56eb851b8780986e67043b55304218cb1cb Author: Cosimo Cecchi @@ -43765,7 +43879,7 @@ libempathy/empathy-tls-certificate.c | 31 ++++++------------------------- - 1 files changed, 6 insertions(+), 25 deletions(-) + 1 file changed, 6 insertions(+), 25 deletions(-) commit b8fcad07a799884570e6ac115622e8bf0f2762ce Author: Cosimo Cecchi @@ -43775,7 +43889,7 @@ libempathy/empathy-server-tls-handler.c | 29 +++++++++++++++++++++++++++++ - 1 files changed, 29 insertions(+), 0 deletions(-) + 1 file changed, 29 insertions(+) commit b5e5d4af88422f5afc0377bb20a0863520911837 Author: Cosimo Cecchi @@ -43785,7 +43899,7 @@ extensions/Authentication_TLS_Certificate.xml | 308 +++++++++++---------- - extensions/Channel_Type_Server_TLS_Connection.xml | 26 ++- + extensions/Channel_Type_Server_TLS_Connection.xml | 26 +- 2 files changed, 173 insertions(+), 161 deletions(-) commit 6a16791dc335fed6706352e1612893f312a80a3f @@ -43800,9 +43914,9 @@ libempathy/Makefile.am | 2 + libempathy/empathy-tls-verifier.c | 558 +++++++++++++++++++++++++++++++++++++ - libempathy/empathy-tls-verifier.h | 78 +++++ + libempathy/empathy-tls-verifier.h | 78 ++++++ src/empathy-auth-helper.c | 9 + - 5 files changed, 648 insertions(+), 0 deletions(-) + 5 files changed, 648 insertions(+) commit 2f63c0828065d86239a6ff6ebbb8b07ddc929046 Author: Cosimo Cecchi @@ -43837,8 +43951,8 @@ libempathy/empathy-tls-certificate.c | 96 ++++++++++++++++++++++++++++++++++ - libempathy/empathy-tls-certificate.h | 6 ++ - 2 files changed, 102 insertions(+), 0 deletions(-) + libempathy/empathy-tls-certificate.h | 6 +++ + 2 files changed, 102 insertions(+) commit 7a8b4058baa7f61cf93aa41076047a6f08d0eecb Author: Cosimo Cecchi @@ -43847,7 +43961,7 @@ Add the Authentication.TLSCertificate iface libempathy/empathy-tls-certificate.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 6ce5a087dad56816cb895dbdb2b30ac3a0c1f9a4 Author: Cosimo Cecchi @@ -43859,7 +43973,7 @@ also, if someone wants to keep it, they can always ref it. libempathy/empathy-auth-factory.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 268f91e2666922f1a7ced025d0a69956a7257e73 Author: Cosimo Cecchi @@ -43869,7 +43983,7 @@ libempathy/empathy-debug.c | 1 + libempathy/empathy-debug.h | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit c41523ab7160693a91640a68f309d5266c5708ad Author: Cosimo Cecchi @@ -43877,9 +43991,11 @@ Add the service files for the new client. - data/Empathy.Auth.client | 6 ++++++ - data/Makefile.am | 9 +++++++-- - ...esktop.Telepathy.Client.Empathy.Auth.service.in | 3 +++ + data/Empathy.Auth.client | + 6 ++++++ + data/Makefile.am | + 9 +++++++-- + data/org.freedesktop.Telepathy.Client.Empathy.Auth.service.in | 3 +++ 3 files changed, 16 insertions(+), 2 deletions(-) commit 487385179b4d3156348c82637109bdc3f6f319f1 @@ -43892,7 +44008,7 @@ +++++++++++++++++++++ extensions/Channel_Type_Server_TLS_Connection.xml | 54 ++++++ extensions/misc.xml | 2 + - 3 files changed, 247 insertions(+), 0 deletions(-) + 3 files changed, 247 insertions(+) commit 494ed942822cc9657465a03a5b95936cb60da280 Author: Cosimo Cecchi @@ -43903,7 +44019,7 @@ src/Makefile.am | 6 ++- src/empathy-auth-helper.c | 93 +++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 98 insertions(+), 1 deletions(-) + 2 files changed, 98 insertions(+), 1 deletion(-) commit ed819ae5dfef5c6fd584fd8a63bbce9080cd4040 Author: Cosimo Cecchi @@ -43915,7 +44031,7 @@ libempathy/empathy-auth-factory.c | 208 +++++++++++++++++++++++++++++++++++++ libempathy/empathy-auth-factory.h | 66 ++++++++++++ - 3 files changed, 276 insertions(+), 0 deletions(-) + 3 files changed, 276 insertions(+) commit 2cbd1c3661cc56f3558bd7391c6f15cc16f2f61f Author: Cosimo Cecchi @@ -43927,7 +44043,7 @@ libempathy/empathy-server-tls-handler.c | 265 +++++++++++++++++++++++++++++++ libempathy/empathy-server-tls-handler.h | 74 +++++++++ - 3 files changed, 341 insertions(+), 0 deletions(-) + 3 files changed, 341 insertions(+) commit 92655cecb16b8f0d370d03450804a5cbc4fd89d2 Author: Cosimo Cecchi @@ -43939,7 +44055,7 @@ libempathy/empathy-tls-certificate.c | 292 ++++++++++++++++++++++++++++++++++ libempathy/empathy-tls-certificate.h | 69 ++++++++ - 3 files changed, 363 insertions(+), 0 deletions(-) + 3 files changed, 363 insertions(+) commit 81c51d3c1b3fd68cb31848ef86d8c3d1859aacdf Author: Guillaume Desmottes @@ -43948,7 +44064,7 @@ event-manager: we don't use the dispatcher any more src/empathy-event-manager.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 5d63780e638c33a9622b5f205890a4daef06d250 Author: Guillaume Desmottes @@ -43960,7 +44076,7 @@ libempathy/empathy-contact.c | 2 +- libempathy/empathy-contact.h | 1 - - 2 files changed, 1 insertions(+), 2 deletions(-) + 2 files changed, 1 insertion(+), 2 deletions(-) commit d84c92507bd5398340faf5323965df92f97bb4e2 Author: Guillaume Desmottes @@ -43970,7 +44086,7 @@ empathy_contact_new libempathy-gtk/empathy-persona-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 36d92a29445e3841c2c20befad039031fcd869bc Author: Guillaume Desmottes @@ -43980,7 +44096,7 @@ empathy_contact_new libempathy-gtk/empathy-persona-store.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 3d2f200b14e889d1ac91b3d081c1c00abd0d2e37 Author: Guillaume Desmottes @@ -43990,7 +44106,7 @@ libempathy/empathy-tp-call.c | 1 + libempathy/empathy-tp-chat.c | 3 +++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit 4454890cf434cece46d5cf56b3e23b500cb6ac43 Author: Guillaume Desmottes @@ -43999,7 +44115,7 @@ empathy_tp_call_get_connection_manager: use the account directly libempathy/empathy-tp-call.c | 15 +-------------- - 1 files changed, 1 insertions(+), 14 deletions(-) + 1 file changed, 1 insertion(+), 14 deletions(-) commit 2f6aec58f110a13b8c370d676bdd9fb6946893ee Author: Guillaume Desmottes @@ -44021,7 +44137,7 @@ chat: get the account from the tp-chat libempathy-gtk/empathy-chat.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 567a34cbbb5c93b40ee44739fff9a908bd31195b Author: Guillaume Desmottes @@ -44044,7 +44160,7 @@ po/sl.po | 310 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 166 insertions(+), 144 deletions(-) + 1 file changed, 166 insertions(+), 144 deletions(-) commit cabd8bb506a891fd75ba2a9edb43783e479161ab Author: Guillaume Desmottes @@ -44056,7 +44172,7 @@ Thanks to Bilal Akhtar for the original patch. libempathy-gtk/empathy-account-widget-irc.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit faa8d609e0c6bcb70a61f1e78ea97d0557a98942 Author: Guillaume Desmottes @@ -44067,7 +44183,7 @@ It's safer and we could have 2 proxies for the same Account. libempathy-gtk/empathy-log-window.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 193a5cf3e7a55366f6ad6adb8496e0ccbd6e15b1 Author: Guillaume Desmottes @@ -44076,7 +44192,7 @@ use tp_strdiff libempathy-gtk/empathy-log-window.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 5a811009ecdfaf640e41a46e9edece1f3ef5bced Author: Guillaume Desmottes @@ -44085,7 +44201,7 @@ use explicit pointer comparaisons libempathy-gtk/empathy-log-window.c | 22 +++++++++++----------- - 1 files changed, 11 insertions(+), 11 deletions(-) + 1 file changed, 11 insertions(+), 11 deletions(-) commit 647d188902cbd616ad2a3681e9b3062fad46d31c Author: Guillaume Desmottes @@ -44094,7 +44210,7 @@ select_account_once_ready: free the account and ID to avoid leaks libempathy-gtk/empathy-log-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit ba7ad370ba65cf7a2f445307b445681a488b0d96 Author: Guillaume Desmottes @@ -44106,7 +44222,7 @@ logger 0.1.5 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4f9a1a249f0447b45f8c96d3228013280e94e082 Author: Guillaume Desmottes @@ -44116,7 +44232,7 @@ (#622714) libempathy-gtk/empathy-log-window.c | 22 ++++++++++++++++------ - 1 files changed, 16 insertions(+), 6 deletions(-) + 1 file changed, 16 insertions(+), 6 deletions(-) commit d21720ea54edc73128bcdcdcc4faee834d7c1c4f Author: Guillaume Desmottes @@ -44133,7 +44249,7 @@ https://bugs.freedesktop.org/show_bug.cgi?id=29058 libempathy-gtk/empathy-log-window.c | 12 ++++-------- - 1 files changed, 4 insertions(+), 8 deletions(-) + 1 file changed, 4 insertions(+), 8 deletions(-) commit 12bbcaef96d24f781f1cc12757a09acc15b217ba Author: Guillaume Desmottes @@ -44143,7 +44259,7 @@ log_window_chats_set_selected libempathy-gtk/empathy-log-window.c | 22 ++++++++-------------- - 1 files changed, 8 insertions(+), 14 deletions(-) + 1 file changed, 8 insertions(+), 14 deletions(-) commit 5e5c683936f90d3cdc8028827b3d45d71e7dc4a3 Author: Guillaume Desmottes @@ -44152,7 +44268,7 @@ also use select_account_once_ready when the window already exists libempathy-gtk/empathy-log-window.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 861b7dab7368472935d533a9bb0c65ad6c1e35c2 Author: Guillaume Desmottes @@ -44161,7 +44277,7 @@ keep a ref on the account libempathy-gtk/empathy-log-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 67372f1ad852b29b7c8c638a7bae397b6be3098c Author: Guillaume Desmottes @@ -44171,7 +44287,7 @@ libempathy-gtk/empathy-log-window.c | 34 ++++++++++++++++++++++------------ - 1 files changed, 22 insertions(+), 12 deletions(-) + 1 file changed, 22 insertions(+), 12 deletions(-) commit 99c59741441d9b10df00b2c63f5a119de9cfc5f2 Author: Philip Withnall @@ -44182,7 +44298,7 @@ Closes: bgo#626130 libempathy-gtk/empathy-individual-menu.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit dd8b8fb6b503194aecec14b4f5f9186c253a46c6 Author: Philip Withnall @@ -44195,7 +44311,7 @@ accessible by a "Link" entry in the contacts' context menu. libempathy-gtk/Makefile.am | 2 + - libempathy-gtk/empathy-individual-menu.c | 39 +++++++- + libempathy-gtk/empathy-individual-menu.c | 39 ++++++- libempathy-gtk/empathy-individual-menu.h | 4 +- libempathy-gtk/empathy-linking-dialog.c | 175 ++++++++++++++++++++++++++++++ @@ -44216,8 +44332,8 @@ libempathy/empathy-individual-manager.c | 34 +++++++++++++++++++++++++++++++ - libempathy/empathy-individual-manager.h | 3 ++ - 2 files changed, 37 insertions(+), 0 deletions(-) + libempathy/empathy-individual-manager.h | 3 +++ + 2 files changed, 37 insertions(+) commit 4b7d482ea72ad143c4ed2c7b778581ed669723e3 Author: Philip Withnall @@ -44234,7 +44350,7 @@ ++++++++++++++++++++++++++++ libempathy-gtk/empathy-individual-linker.h | 70 ++++ po/POTFILES.in | 1 + - 4 files changed, 682 insertions(+), 0 deletions(-) + 4 files changed, 682 insertions(+) commit 62318cf781b2d94dc8bc4d5f084e12e6a269f354 Author: Philip Withnall @@ -44250,7 +44366,7 @@ libempathy-gtk/empathy-individual-widget.c | 257 ++++++++++++++++++++++++++++ libempathy-gtk/empathy-individual-widget.h | 106 ++++++++++++ - 3 files changed, 365 insertions(+), 0 deletions(-) + 3 files changed, 365 insertions(+) commit 9acc3aabf75d159a0c7b6bb729ccfd9d8daff865 Author: Philip Withnall @@ -44269,7 +44385,7 @@ libempathy-gtk/empathy-persona-store.h | 107 +++ libempathy-gtk/empathy-persona-view.c | 574 ++++++++++++++++ libempathy-gtk/empathy-persona-view.h | 74 ++ - 5 files changed, 1927 insertions(+), 0 deletions(-) + 5 files changed, 1927 insertions(+) commit 7322c5352d6b719da9f632c68fa48ae1ea81977f Author: Philip Withnall @@ -44278,7 +44394,7 @@ Bump libfolks requirement to 0.1.13 for the linking API changes configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f84b2a0c688bf42002ddb93ca941af166c846687 Author: Philip Withnall @@ -44288,7 +44404,7 @@ is enabled libempathy-gtk/empathy-individual-view.c | 15 +++++++++------ - 1 files changed, 9 insertions(+), 6 deletions(-) + 1 file changed, 9 insertions(+), 6 deletions(-) commit c10575354749cf6e26a2826a214a31eac4815196 Author: Fran Diéguez @@ -44298,7 +44414,7 @@ po/gl.po | 339 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 181 insertions(+), 158 deletions(-) + 1 file changed, 181 insertions(+), 158 deletions(-) commit aef77c9a4bd157f0dd128a845c26c7ff134b3b2d Author: Guillaume Desmottes @@ -44310,12 +44426,12 @@ libempathy/empathy-call-factory.h | 1 - libempathy/empathy-dispatch-operation.c | 627 ------------------------------- - libempathy/empathy-dispatch-operation.h | 126 ------ + libempathy/empathy-dispatch-operation.h | 126 ------- libempathy/empathy-dispatcher.h | 1 - libempathy/empathy-ft-factory.h | 1 - libempathy/empathy-utils.c | 1 - src/empathy.c | 1 - - 8 files changed, 0 insertions(+), 760 deletions(-) + 8 files changed, 760 deletions(-) commit e5f1b9ae3ff61e5a4ed0dca4576879744032233c Author: Guillaume Desmottes @@ -44325,7 +44441,7 @@ libempathy/empathy-dispatcher.c | 75 +-------------------------------------- - 1 files changed, 1 insertions(+), 74 deletions(-) + 1 file changed, 1 insertion(+), 74 deletions(-) commit adacbe4f6ef767063a0727368de48cecef1f8fb6 Merge: 02cc95c 4e2b408 @@ -44341,8 +44457,8 @@ dispatcher: use TpCapabilities to get the RCC (#626636) libempathy/empathy-dispatcher.c | 75 - +++++++++++++++----------------------- - 1 files changed, 30 insertions(+), 45 deletions(-) + ++++++++++++++++----------------------- + 1 file changed, 30 insertions(+), 45 deletions(-) commit 1c08a3a0b5538cc4e1b97535efd66f6f0d5146d5 Author: Guillaume Desmottes @@ -44352,7 +44468,7 @@ tp_connection_call_when_ready libempathy/empathy-dispatcher.c | 18 ++++++++++++------ - 1 files changed, 12 insertions(+), 6 deletions(-) + 1 file changed, 12 insertions(+), 6 deletions(-) commit 4e2b40828d4f8c7fd4cbaf27ff345ce2adb4ffcf Author: Louis-Francis Ratté-Boulianne @@ -44362,7 +44478,7 @@ Ignore socket errors when closing the file-transfer channel libempathy/empathy-tp-file.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit dd4f24ee49d50145a30722010f6d849d36129c7c Author: Guillaume Desmottes @@ -44374,7 +44490,7 @@ libempathy/empathy-handler.c | 416 ------------------------------------------ libempathy/empathy-handler.h | 91 --------- - 3 files changed, 0 insertions(+), 509 deletions(-) + 3 files changed, 509 deletions(-) commit 7ccdd1850f123f1e4a3bcc019ab422b1291c39e1 Author: Guillaume Desmottes @@ -44385,7 +44501,7 @@ libempathy/empathy-dispatcher.c | 945 --------------------------------------- libempathy/empathy-dispatcher.h | 28 -- - 2 files changed, 0 insertions(+), 973 deletions(-) + 2 files changed, 973 deletions(-) commit 95efa6ca70aa8cf1dc3283706c2254f45cad59c5 Merge: 9a48fa9 734ecf3 @@ -44401,8 +44517,8 @@ empathy_dispatcher_join_muc: use TpAccountChannelRequest libempathy/empathy-dispatcher.c | 103 - +++++--------------------------------- - 1 files changed, 14 insertions(+), 89 deletions(-) + ++++++--------------------------------- + 1 file changed, 14 insertions(+), 89 deletions(-) commit d339921eaf86de17aaae585070ae479cfbf4734f Author: Guillaume Desmottes @@ -44410,14 +44526,14 @@ empathy_dispatcher_join_muc: get an account instead of a connection - libempathy-gtk/empathy-chat.c | 9 +++-- - libempathy/empathy-dispatcher.c | 13 +++++-- + libempathy-gtk/empathy-chat.c | 9 +++--- + libempathy/empathy-dispatcher.c | 13 +++++--- libempathy/empathy-dispatcher.h | 2 +- src/empathy-chat-manager.c | 62 ++++++------------------------------- src/empathy-main-window.c | 5 +-- src/empathy-new-chatroom-dialog.c | 6 ++-- - src/empathy.c | 9 ++--- + src/empathy.c | 9 ++---- 7 files changed, 32 insertions(+), 74 deletions(-) commit fabcd2ec298f6773112c6fad57238c6f7bc2d77e @@ -44434,9 +44550,9 @@ libempathy-gtk/empathy-individual-menu.c | 3 +- libempathy-gtk/empathy-individual-view.c | 2 +- libempathy/empathy-dispatcher.c | 46 - ++------------------------- + +++------------------------- libempathy/empathy-dispatcher.h | 4 +-- - tests/interactive/empetit.c | 22 +------------- + tests/interactive/empetit.c | 22 +------------ 7 files changed, 10 insertions(+), 72 deletions(-) commit 17624f70285d74ed77f27d62f452095589512310 @@ -44447,7 +44563,7 @@ libempathy/empathy-dispatcher.c | 67 +++++++++++++-------------------------- - 1 files changed, 22 insertions(+), 45 deletions(-) + 1 file changed, 22 insertions(+), 45 deletions(-) commit 72e7c137e1ce5f45c93583540b04fc106b2656d1 Author: Guillaume Desmottes @@ -44471,8 +44587,8 @@ Updated Slovenian translation po/sl.po | 101 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 56 insertions(+), 45 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 56 insertions(+), 45 deletions(-) commit 8a8ba7a5697c6e5494854c99dc9aa4a7fc7a45bd Author: Guillaume Desmottes @@ -44497,7 +44613,7 @@ empathy_call_factory_new_call_with_streams: don't leak the hash table libempathy/empathy-call-factory.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c6840c1afba475378163f5bb54cc1abcbc2deccc Author: Guillaume Desmottes @@ -44506,8 +44622,8 @@ share-my-desktop: use TpAccountChannelRequest libempathy-gtk/empathy-share-my-desktop.c | 32 - +++++++++++++++++++++------- - 1 files changed, 24 insertions(+), 8 deletions(-) + +++++++++++++++++++++-------- + 1 file changed, 24 insertions(+), 8 deletions(-) commit 45e0ed0dd99ba9909721ef0838306764c9156655 Author: Guillaume Desmottes @@ -44516,7 +44632,7 @@ tp-chat: use TpAccountChannelRequest libempathy/empathy-tp-chat.c | 32 ++++++++++++++++++++++++-------- - 1 files changed, 24 insertions(+), 8 deletions(-) + 1 file changed, 24 insertions(+), 8 deletions(-) commit 8bf01d9bbd8a80cd1d898ecc26430304ac1482c9 Author: Guillaume Desmottes @@ -44525,8 +44641,8 @@ new-call-dialog: use TpAccountChannelRequest libempathy-gtk/empathy-new-call-dialog.c | 35 - +++++++++++++++++++++-------- - 1 files changed, 25 insertions(+), 10 deletions(-) + +++++++++++++++++++++--------- + 1 file changed, 25 insertions(+), 10 deletions(-) commit b952de7a60106948665bc429ebc5129539d4ff2a Author: Guillaume Desmottes @@ -44536,7 +44652,7 @@ libempathy/empathy-call-factory.c | 33 +++++++++++++++++++++++++++------ - 1 files changed, 27 insertions(+), 6 deletions(-) + 1 file changed, 27 insertions(+), 6 deletions(-) commit 3f28e2304aab16ad6d68054a19dcbfdd5c75e7c8 Author: Guillaume Desmottes @@ -44561,8 +44677,8 @@ tp_account_channel_request_create_and_handle_channel_async libempathy/empathy-call-handler.c | 43 - +++++++++++++++++++++++++----------- - 1 files changed, 30 insertions(+), 13 deletions(-) + ++++++++++++++++++++++++++----------- + 1 file changed, 30 insertions(+), 13 deletions(-) commit 17810b94827e9103136ea2cf9192629eebe689b0 Author: Guillaume Desmottes @@ -44581,7 +44697,7 @@ add support for the errors introduced in spec 0.19.11 libempathy/empathy-utils.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit de947130fc39cc6168f18b87b82707a529094e2f Author: Guillaume Desmottes @@ -44590,7 +44706,7 @@ fix indentation libempathy/empathy-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ccad7f9df7f97342731733cc7027054b693e240b Author: Philip Withnall @@ -44602,7 +44718,7 @@ manager or programmatically gracefully. src/empathy-ft-manager.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 105ef42a1690c3c092879995767584b640741e12 Author: Bilal Akhtar @@ -44611,7 +44727,7 @@ Use GimpNet as default IRC network (#625675) libempathy-gtk/empathy-account-widget-irc.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 0c52aee9583e68377b3c5da4d4f671761ae33e10 Author: Guillaume Desmottes @@ -44620,8 +44736,8 @@ stop using Empathy's internal dispatcher to request FT channel libempathy/empathy-ft-handler.c | 49 - ++++++++++++++++++++++---------------- - 1 files changed, 28 insertions(+), 21 deletions(-) + ++++++++++++++++++++++----------------- + 1 file changed, 28 insertions(+), 21 deletions(-) commit faccecc4a1c1d2f08c98aa0c1b1418e70ce3990f Author: Guillaume Desmottes @@ -44632,7 +44748,7 @@ We need it for TpAccountChannelRequest. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 247b08745627b9189ef93c50a346f2a7b7c52e1c Author: Guillaume Desmottes @@ -44653,7 +44769,7 @@ tp-file: remove unused ready variable libempathy/empathy-tp-file.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 325786d466cc7a8b6eed06e52b9b5223ba5dc7fd Author: Guillaume Desmottes @@ -44675,7 +44791,7 @@ call-factory: don't leak the handler libempathy/empathy-call-factory.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b5b068d39f35ace8b1328c27a0b3d7e9de735dea Author: Guillaume Desmottes @@ -44683,9 +44799,9 @@ stop handling internally FT channels - libempathy/empathy-dispatch-operation.c | 13 +----- + libempathy/empathy-dispatch-operation.c | 13 +------ src/empathy.c | 65 - +----------------------------- + ++----------------------------- 2 files changed, 5 insertions(+), 73 deletions(-) commit 56e0f6c86b79bfd6ac8807f15c098e627922cb30 @@ -44695,7 +44811,7 @@ remove empathy_dispatcher_send_file_to_contact prototype libempathy/empathy-dispatcher.h | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit 9db18eddff2b697256b6fcde7bbcb57bcef5c48d Author: Guillaume Desmottes @@ -44719,7 +44835,7 @@ po/sv.po | 1548 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 866 insertions(+), 682 deletions(-) + 1 file changed, 866 insertions(+), 682 deletions(-) commit 8a5b247139826f2fae8f66bd512f544bd069c810 Author: Philip Withnall @@ -44738,7 +44854,7 @@ empathy-individual-menu: no need to get the call factory libempathy-gtk/empathy-individual-menu.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 934b3c383e8e4f26ab7edef385767d9e7836f729 Author: Matej Urbančič @@ -44747,7 +44863,7 @@ Updated Slovenian translation po/sl.po | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit 8f599de3f64c57848bb27c6fdbc26c47337530fc Author: Nicolò Chieffo <84yelo3@gmail.com> @@ -44756,7 +44872,7 @@ Allow translators to localize time formats (#623934) libempathy/empathy-time.h | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 878faf8c3357c3b96a5dc49d53754382079bd470 Author: Philip Withnall @@ -44767,8 +44883,8 @@ Closes: bgo#626162 libempathy-gtk/empathy-individual-store.c | 41 - ++++++++++++++++++++++++---- - 1 files changed, 35 insertions(+), 6 deletions(-) + ++++++++++++++++++++++++----- + 1 file changed, 35 insertions(+), 6 deletions(-) commit da3e8203013b3cf8329fceedaf07c0827cb27114 Author: Felix Kaser @@ -44780,7 +44896,7 @@ (without searching) src/empathy-main-window.c | 20 +++++++------------- - 1 files changed, 7 insertions(+), 13 deletions(-) + 1 file changed, 7 insertions(+), 13 deletions(-) commit fa83f9abc2842ee142e373f4bdb1ad9b1a243594 Author: Yaron Shahrabani @@ -44789,7 +44905,7 @@ Updated Hebrew translation. po/he.po | 52 ++++++++++++++++++++++------------------------------ - 1 files changed, 22 insertions(+), 30 deletions(-) + 1 file changed, 22 insertions(+), 30 deletions(-) commit 6b4f49860f7e5f19ea86c96e25ac42daf6bb078b Author: Yaron Shahrabani @@ -44798,8 +44914,8 @@ Updated Hebrew translation. po/he.po | 411 - +++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 249 insertions(+), 162 deletions(-) + +++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 249 insertions(+), 162 deletions(-) commit 2f7d7b2d43b15f9133e2c89ead564651b03e6bd5 Author: Guillaume Desmottes @@ -44813,7 +44929,7 @@ Thanks to Jiri Techet to have spotted this. src/empathy.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 8f76c30b382669eb3bd2d630b686100886e0114e Author: Jorge González @@ -44822,8 +44938,8 @@ Updated Spanish translation po/es.po | 272 - ++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 134 insertions(+), 138 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 134 insertions(+), 138 deletions(-) commit 16db868e0bad210cce52cc472c6598bfcf2436c8 Author: Philip Withnall @@ -44836,7 +44952,7 @@ use them. src/empathy-call-window.c | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit 4bfa27bac875e9c5e4615fc907c343436198c7ee Author: Matej Urbančič @@ -44845,8 +44961,8 @@ Updated Slovenian translation po/sl.po | 412 - +++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 250 insertions(+), 162 deletions(-) + ++++++++++++++++++++++++++++++++++++++------------------------ + 1 file changed, 250 insertions(+), 162 deletions(-) commit a423a3b9b916f2188063f4c3abbf376bb5548b09 Author: Philip Withnall @@ -44855,7 +44971,7 @@ Add casts to fix constness problems in empathy-import-pidgin.c src/empathy-import-pidgin.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 265a072dab29839e7e195470f49e7f9980afc838 Author: Philip Withnall @@ -44868,7 +44984,7 @@ fields in a static struct. libempathy-gtk/empathy-individual-view.c | 21 +++++++++++++-------- - 1 files changed, 13 insertions(+), 8 deletions(-) + 1 file changed, 13 insertions(+), 8 deletions(-) commit 9039976a1e17444081eb9df2e480d3b4c5266a88 Author: Philip Withnall @@ -44877,7 +44993,7 @@ Add noreturn annotation to version callback function src/empathy.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 03e54b66952397d0a54807f74187c5b68b5eb12c Author: Philip Withnall @@ -44886,7 +45002,7 @@ Fix old-style function definition (missing void) libempathy-gtk/empathy-avatar-chooser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a3faa867baeb51bb55e04fb507aaa45038f760a5 Author: Philip Withnall @@ -44914,26 +45030,26 @@ Added missing default cases and missing enum cases. libempathy-gtk/empathy-account-widget.c | 1 + - libempathy-gtk/empathy-avatar-image.c | 4 +-- - libempathy-gtk/empathy-chat.c | 4 +++ - libempathy-gtk/empathy-contact-list-store.c | 3 ++ - libempathy-gtk/empathy-contact-list-view.c | 4 +-- - libempathy-gtk/empathy-individual-store.c | 3 ++ - libempathy-gtk/empathy-individual-view.c | 4 +-- + libempathy-gtk/empathy-avatar-image.c | 4 +--- + libempathy-gtk/empathy-chat.c | 4 ++++ + libempathy-gtk/empathy-contact-list-store.c | 3 +++ + libempathy-gtk/empathy-contact-list-view.c | 4 +--- + libempathy-gtk/empathy-individual-store.c | 3 +++ + libempathy-gtk/empathy-individual-view.c | 4 +--- libempathy-gtk/empathy-live-search.c | 24 ++++++++++++++++++++++ libempathy-gtk/empathy-ui-utils.c | 1 + - libempathy/empathy-contact.c | 6 +++++ - libempathy/empathy-dispatch-operation.c | 5 +++- - libempathy/empathy-dispatcher.c | 3 ++ + libempathy/empathy-contact.c | 6 ++++++ + libempathy/empathy-dispatch-operation.c | 5 ++++- + libempathy/empathy-dispatcher.c | 3 +++ libempathy/empathy-ft-handler.c | 1 + - libempathy/empathy-message.c | 3 ++ - libempathy/empathy-status-presets.c | 4 ++- - libempathy/empathy-utils.c | 7 ++++++ - src/empathy-account-assistant.c | 14 ++++-------- + libempathy/empathy-message.c | 3 +++ + libempathy/empathy-status-presets.c | 4 +++- + libempathy/empathy-utils.c | 7 +++++++ + src/empathy-account-assistant.c | 14 +++++-------- src/empathy-call-window.c | 29 +++++++++++++++++++++++++++ - src/empathy-ft-manager.c | 2 + - src/empathy-main-window.c | 3 ++ + src/empathy-ft-manager.c | 2 ++ + src/empathy-main-window.c | 3 +++ 20 files changed, 105 insertions(+), 20 deletions(-) commit 5cc326f741ab695e4fac8f4c4ccd99cf235115fc @@ -44957,7 +45073,7 @@ po/es.po | 102 ++++++++++++++++++++++++++++++++++++++++++++++++-------------- - 1 files changed, 79 insertions(+), 23 deletions(-) + 1 file changed, 79 insertions(+), 23 deletions(-) commit 439b05f9d36c750da3e490a8667dde2aeeb06e52 Author: Philip Withnall @@ -44974,7 +45090,7 @@ libempathy-gtk/empathy-individual-store.c | 56 ++++++++++++++++++++--------- - 1 files changed, 39 insertions(+), 17 deletions(-) + 1 file changed, 39 insertions(+), 17 deletions(-) commit bd7b9b376ea305ca57bb0beab6bfae8a82d69012 Author: Fran Diéguez @@ -44983,8 +45099,8 @@ Updated Galician translations po/gl.po | 240 - +++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 161 insertions(+), 79 deletions(-) + +++++++++++++++++++++++++++++++++++++++++--------------------- + 1 file changed, 161 insertions(+), 79 deletions(-) commit 7cd053aff86931fdf85c8016701956d1fb43e646 Author: Felix Kaser @@ -45013,8 +45129,8 @@ because the live search matched nothing src/empathy-main-window.c | 52 - +++++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 48 insertions(+), 4 deletions(-) + +++++++++++++++++++++++++++++++++++++++++---- + 1 file changed, 48 insertions(+), 4 deletions(-) commit d9db9822240a5aece8ee660bebb2afe7202a7f53 Author: Felix Kaser @@ -45043,7 +45159,7 @@ no need to pass the reason to main_window_error_display src/empathy-main-window.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 1707cb8bb953cb4886a8e3b8ab0eeddf0d6b0567 Author: Guillaume Desmottes @@ -45065,7 +45181,7 @@ hash table libempathy/empathy-utils.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit b5c916cfcee92d2c20d4ee25889dd56d9abb8721 Author: Guillaume Desmottes @@ -45075,7 +45191,7 @@ libempathy/empathy-utils.c | 2 +- libempathy/empathy-utils.h | 1 - - 2 files changed, 1 insertions(+), 2 deletions(-) + 2 files changed, 1 insertion(+), 2 deletions(-) commit d3c850f72226ae5b9a6d0cdaf357d81f0fd261d1 Author: Guillaume Desmottes @@ -45084,7 +45200,7 @@ accounts-dialog: use empathy_account_get_error_message (#523895) src/empathy-accounts-dialog.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 42d87a3d0d9048d6661449a5997d7dadc9a2a3c4 Author: Guillaume Desmottes @@ -45093,7 +45209,7 @@ main-window: use empathy_account_get_error_message (#523895) src/empathy-main-window.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit fde1ddca54a6f94fd4112f9d4e5c49d823ed00a4 Author: Guillaume Desmottes @@ -45112,7 +45228,7 @@ create_errors_to_message_hash: add support for more errors libempathy/empathy-utils.c | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit 0b5e1ce2f0aafecaaf855b1f81d52821862f6526 Author: Guillaume Desmottes @@ -45125,7 +45241,7 @@ libempathy/empathy-utils.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ libempathy/empathy-utils.h | 1 + - 2 files changed, 45 insertions(+), 0 deletions(-) + 2 files changed, 45 insertions(+) commit 76a6ff433280ed7bee6346ab05caa00ceb2aba49 Author: Guillaume Desmottes @@ -45135,7 +45251,7 @@ main_window_error_display src/empathy-main-window.c | 11 +++++------ - 1 files changed, 5 insertions(+), 6 deletions(-) + 1 file changed, 5 insertions(+), 6 deletions(-) commit c735abd4a11c57d0cabb50051e45b57cdb80652d Author: Jorge González @@ -45145,7 +45261,7 @@ po/es.po | 150 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 89 insertions(+), 61 deletions(-) + 1 file changed, 89 insertions(+), 61 deletions(-) commit d4397c1120f65ce0f4051156c255857d08b1b4ae Merge: 493056e 6d744e0 @@ -45161,7 +45277,7 @@ display the tooltip on the info image src/empathy-call-window.c | 24 +++++++++++++++++------- - 1 files changed, 17 insertions(+), 7 deletions(-) + 1 file changed, 17 insertions(+), 7 deletions(-) commit f74839c25648a0ed910d582d84965f3c0107b45e Author: Guillaume Desmottes @@ -45170,8 +45286,8 @@ add 'info' icon next to the candidates src/empathy-call-window.ui | 96 - ++++++++++++++++++++++++++++++++++++------- - 1 files changed, 80 insertions(+), 16 deletions(-) + ++++++++++++++++++++++++++++++++++++-------- + 1 file changed, 80 insertions(+), 16 deletions(-) commit 493056ec895710376ee79e403e6c17ea93029e4a Author: Philip Withnall @@ -45186,7 +45302,7 @@ Closes: bgo#626041 libempathy-gtk/empathy-individual-view.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 1b603a6d7dcc0a46544b8f34baa1610195e8f6c7 Author: Guillaume Desmottes @@ -45195,8 +45311,8 @@ call-window: use candidates-changed signal src/empathy-call-window.c | 116 - ++++++++++++++------------------------------ - 1 files changed, 37 insertions(+), 79 deletions(-) + +++++++++++++++------------------------------ + 1 file changed, 37 insertions(+), 79 deletions(-) commit a27087fda3a50d3454384bfa3664f79a17ac3f0a Author: Guillaume Desmottes @@ -45205,7 +45321,7 @@ call-handler: add candidates-changed signal libempathy/empathy-call-handler.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit fd401e8a06921ead2aa06131afdd08ee46b9de92 Author: Guillaume Desmottes @@ -45214,7 +45330,7 @@ use a space to separate the IP from the port src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2b7aea94f1db089bb9f3fee62fd924f7a2c27c63 Author: Guillaume Desmottes @@ -45223,7 +45339,7 @@ add tooltips giving a bit more context about the candidate src/empathy-call-window.c | 23 +++++++++++++++++++++++ - 1 files changed, 23 insertions(+), 0 deletions(-) + 1 file changed, 23 insertions(+) commit 6f618087dea59d0a7c0d4ff0c63cd0dc38f76ac2 Author: Guillaume Desmottes @@ -45232,7 +45348,7 @@ destroy the old candidates before updating them libempathy/empathy-call-handler.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit c2aacd4f46a4fbb449f78809a88aff08d3084974 Author: Guillaume Desmottes @@ -45240,10 +45356,10 @@ call-window: display candidates info (#599166) - src/empathy-call-window.c | 129 +++++++++++++++++++++++ + src/empathy-call-window.c | 129 ++++++++++++++++++++++++ src/empathy-call-window.ui | 241 ++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 370 insertions(+), 0 deletions(-) + 2 files changed, 370 insertions(+) commit 81e35b4237433cf031004aa840e94d5f03c1b2f8 Author: Guillaume Desmottes @@ -45254,7 +45370,7 @@ libempathy/empathy-call-handler.c | 161 +++++++++++++++++++++++++++++++++++++ libempathy/empathy-call-handler.h | 12 +++ - 2 files changed, 173 insertions(+), 0 deletions(-) + 2 files changed, 173 insertions(+) commit b51dda50b585f6c3cee76996bfb6f45da000447d Author: Kjartan Maraas @@ -45263,8 +45379,8 @@ Updated Norwegian bokmål translation po/nb.po | 461 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 257 insertions(+), 204 deletions(-) + +++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 257 insertions(+), 204 deletions(-) commit ed56a1d64e3aa20e47452374fa4fd76c86271e7f Author: Brian Curtis @@ -45275,7 +45391,7 @@ It's redundant with freenode. libempathy/irc-networks.xml | 5 ----- - 1 files changed, 0 insertions(+), 5 deletions(-) + 1 file changed, 5 deletions(-) commit 6eb5156a637f6790b09e1b9a6df99302d5d560a9 Author: A S Alam @@ -45285,7 +45401,7 @@ po/pa.po | 1466 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 799 insertions(+), 667 deletions(-) + 1 file changed, 799 insertions(+), 667 deletions(-) commit e9125fce7bd864e9b9292c2b890007b2c245f536 Author: Felix Kaser @@ -45294,7 +45410,7 @@ use member variable instead of getter libempathy-gtk/empathy-individual-view.c | 8 +++----- - 1 files changed, 3 insertions(+), 5 deletions(-) + 1 file changed, 3 insertions(+), 5 deletions(-) commit dfa83a219e8ac885f2e9930656e5d186a164b386 Author: Felix Kaser @@ -45303,7 +45419,7 @@ removed fixme comment when toggling show_offline src/empathy-main-window.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit a84e9e79c7f7a0dca20e1f5b5bc576400238e55c Author: Felix Kaser @@ -45319,7 +45435,7 @@ libempathy-gtk/empathy-individual-store.c | 106 +---------------------------- libempathy-gtk/empathy-individual-store.h | 7 -- - libempathy-gtk/empathy-individual-view.c | 63 ++++++++++++++++- + libempathy-gtk/empathy-individual-view.c | 63 +++++++++++++++-- libempathy-gtk/empathy-individual-view.h | 7 ++ src/empathy-main-window.c | 2 +- 5 files changed, 70 insertions(+), 115 deletions(-) @@ -45332,7 +45448,7 @@ po/sl.po | 837 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 470 insertions(+), 367 deletions(-) + 1 file changed, 470 insertions(+), 367 deletions(-) commit ed0f30f24ec8f045647b3886da9cd086f263c5f1 Author: Xavier Claessens @@ -45341,7 +45457,7 @@ Connect signals only once, it's enough libempathy-gtk/empathy-individual-view.c | 7 ------- - 1 files changed, 0 insertions(+), 7 deletions(-) + 1 file changed, 7 deletions(-) commit acc539549da986e0cfb4dd29142dcdf34743ce7d Author: Philip Withnall @@ -45360,7 +45476,7 @@ libempathy/empathy-contact.c | 3 ++- libempathy/empathy-utils.c | 1 + - 2 files changed, 3 insertions(+), 1 deletions(-) + 2 files changed, 3 insertions(+), 1 deletion(-) commit 737212cbc975c9113f4aaf105fb765811805c54a Author: Felix Kaser @@ -45369,7 +45485,7 @@ fixing a method name typo libempathy-gtk/empathy-individual-store.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 9901d38f39d9d4a71f8232ec4b6ea24426b6b062 Author: Leonid Kanter @@ -45380,7 +45496,7 @@ po/ru.po | 1457 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 795 insertions(+), 662 deletions(-) + 1 file changed, 795 insertions(+), 662 deletions(-) commit 8f92e7fc2a7f3f3fe86f8f1ac5b226d443352e2e Author: Guillaume Desmottes @@ -45389,7 +45505,7 @@ contact: coding style fix libempathy/empathy-contact.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 663ef268deaa411db38c865ce90260d86eea0b41 Author: Guillaume Desmottes @@ -45401,7 +45517,7 @@ Thanks to mahfiaz@gmail.com for his suggestion. src/empathy-preferences.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a1528a5fb3a3bfc78edeedd2c6c28093a879cee7 Author: Funda Wang @@ -45438,7 +45554,7 @@ remove released flag configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 19089099870f5bfe681aa18b90136906025caab7 Author: Guillaume Desmottes @@ -45459,7 +45575,7 @@ Closes: bgo#625830 libempathy/empathy-individual-manager.c | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit 25c5ac2188cde02fe35d9d29eccb11adb6950a8b Author: Guillaume Desmottes @@ -45470,7 +45586,7 @@ src/empathy-map-view.c | 228 +++++++++++++++++++++++++++++------------------ src/empathy-map-view.h | 24 +++++ - src/empathy-map-view.ui | 123 ++++++++++++-------------- + src/empathy-map-view.ui | 123 ++++++++++++------------- 3 files changed, 221 insertions(+), 154 deletions(-) commit f0f07ffc65b2b8f353262ee8e0f5e4cc535a9772 @@ -45480,7 +45596,7 @@ free the list returned by clutter_container_get_children() src/empathy-map-view.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit bf773817f5ea14ac8566171153e2df793aeb03aa Author: Nicolò Chieffo @@ -45502,7 +45618,7 @@ gnome-control-center has been ported to GTK+3 in 2.31.4 configure.ac | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit f77a8afd5d85a230b743d97e12ed069a0309b660 Author: Xavier Claessens @@ -45514,7 +45630,7 @@ libempathy-gtk/empathy-live-search.c | 138 +++++++++++++++++----------------- - 1 files changed, 69 insertions(+), 69 deletions(-) + 1 file changed, 69 insertions(+), 69 deletions(-) commit 6f3136b0a2168dee114dae4381f9e5c0b9d0ba0d Author: Xavier Claessens @@ -45523,7 +45639,7 @@ Abort directly if a test failed tests/empathy-live-search-test.c | 10 ++++------ - 1 files changed, 4 insertions(+), 6 deletions(-) + 1 file changed, 4 insertions(+), 6 deletions(-) commit 3251e70779cb69865797a32da731194eaa89f882 Author: Xavier Claessens @@ -45533,7 +45649,7 @@ libempathy-gtk/empathy-live-search.c | 124 +++++++++++++++++----------------- - 1 files changed, 63 insertions(+), 61 deletions(-) + 1 file changed, 63 insertions(+), 61 deletions(-) commit fa60b75334999bedb28dfacdbb5a73f1cc62193a Author: Xavier Claessens @@ -45552,7 +45668,7 @@ Add unit tests for the multi-word searching tests/empathy-live-search-test.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 0cdeb7e2b28f91b84cefb15d72eaa21af8a5be99 Author: Xavier Claessens @@ -45564,7 +45680,7 @@ libempathy-gtk/empathy-live-search.c | 101 +++++++++++++++++++++++++--------- - 1 files changed, 74 insertions(+), 27 deletions(-) + 1 file changed, 74 insertions(+), 27 deletions(-) commit 09224fdb009abd2cc54ff4c3b6c64b47970f47d3 Author: Xavier Claessens @@ -45573,7 +45689,7 @@ Add GTK_LIBS to build tests tests/Makefile.am | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 9f98cdc5cb1e709fbe150bb98b94e49e165e6d12 Author: Felix Kaser @@ -45582,7 +45698,7 @@ backport the last commit to contact-list-view libempathy-gtk/empathy-contact-list-view.c | 16 ++++++++++------ - 1 files changed, 10 insertions(+), 6 deletions(-) + 1 file changed, 10 insertions(+), 6 deletions(-) commit df5cfb43b2c1bb9d0cd5f55b7397cfd327aedd34 Author: Felix Kaser @@ -45618,7 +45734,7 @@ added check for null before scroll to cell libempathy-gtk/empathy-individual-view.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit 673b6d90189c65ef4d859e2a3139ce7c0cea1e49 Author: Felix Kaser @@ -45631,7 +45747,7 @@ react to key navigation. libempathy-gtk/empathy-individual-view.c | 23 +++++++++++++++++++++++ - 1 files changed, 23 insertions(+), 0 deletions(-) + 1 file changed, 23 insertions(+) commit f49028633f80ab1c641f29f85ae39e2184894f93 Author: Felix Kaser @@ -45643,7 +45759,7 @@ when the search is hidden. libempathy-gtk/empathy-individual-view.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 6568f7b78787cd1c6dbf7a447b71865986b12bc6 Author: Felix Kaser @@ -45667,7 +45783,7 @@ it from the treeview and propagate it to the live search entry. libempathy-gtk/empathy-live-search.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 4ac906564f1cfc4991f7482a8469881ef79639e8 Author: Felix Kaser @@ -45676,7 +45792,7 @@ fixed a critical when quiting while searching libempathy-gtk/empathy-live-search.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 85e71e2cfadaceab73addb357c04557652d0cee9 Author: Felix Kaser @@ -45685,7 +45801,7 @@ added zh_CN to help/.gitignore help/.gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 423f378b511ca9e15b2e476d0c453b087470bc1a Author: Felix Kaser @@ -45694,7 +45810,7 @@ fix small regression with expanding groups libempathy-gtk/empathy-individual-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c5634d7706322a4c86bef37b0c59740bd4f3ec0e Author: Mario Blättermann @@ -45704,7 +45820,7 @@ po/de.po | 242 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 132 insertions(+), 110 deletions(-) + 1 file changed, 132 insertions(+), 110 deletions(-) commit f84aee88c44c0b9f58709e95675c7b3fd6547428 Author: Fran Diéguez @@ -45714,7 +45830,7 @@ po/gl.po | 208 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 115 insertions(+), 93 deletions(-) + 1 file changed, 115 insertions(+), 93 deletions(-) commit 34e8fc1344c5433be1a9d8f8614cdb84933a84fb Merge: 4ca3b29 a976f81 @@ -45742,7 +45858,7 @@ folks_individual_aggregator_remove_individual() libempathy/empathy-individual-manager.c | 20 +++++++++++++++++++- - 1 files changed, 19 insertions(+), 1 deletions(-) + 1 file changed, 19 insertions(+), 1 deletion(-) commit da3c11790a80db7fce92778352481bafd95bf939 Author: Philip Withnall @@ -45755,7 +45871,7 @@ configure.ac | 2 +- libempathy/empathy-individual-manager.c | 1 + - 2 files changed, 2 insertions(+), 1 deletions(-) + 2 files changed, 2 insertions(+), 1 deletion(-) commit 4ca3b29b70ca4f624153783c26f0d746f58003a8 Author: Aron Xu @@ -45766,7 +45882,7 @@ help/Makefile.am | 2 +- help/zh_CN/zh_CN.po | 2711 +++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 2712 insertions(+), 1 deletions(-) + 2 files changed, 2712 insertions(+), 1 deletion(-) commit d3edbb376910878781d5a326c52cb9885d9b15d2 Author: Fran Diéguez @@ -45776,7 +45892,7 @@ help/gl/gl.po | 2653 ++++++++++++++++++++++++++++----------------------------- - 1 files changed, 1324 insertions(+), 1329 deletions(-) + 1 file changed, 1324 insertions(+), 1329 deletions(-) commit 8f1e4293a4d4410c48ca3572c71c3a2eb9509d71 Author: Jorge González @@ -45786,7 +45902,7 @@ po/es.po | 250 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 134 insertions(+), 116 deletions(-) + 1 file changed, 134 insertions(+), 116 deletions(-) commit fc4697f53ca3bde0ec9cb911587806d2245a536e Author: Sjoerd Simons @@ -45795,7 +45911,7 @@ Committed version of x264enc needs profile=1 for baseline data/element-properties | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8c67868e68f97c9822f9f66ad2de0554a16f9882 Author: Torstein Adolf Winterseth @@ -45805,7 +45921,7 @@ po/nn.po | 1147 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 584 insertions(+), 563 deletions(-) + 1 file changed, 584 insertions(+), 563 deletions(-) commit 27b984d49c08f1504da5dda6f449a759795721bd Author: Torstein Adolf Winterseth @@ -45816,7 +45932,7 @@ po/LINGUAS | 1 + po/nn.po | 3335 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 3336 insertions(+), 0 deletions(-) + 2 files changed, 3336 insertions(+) commit fa64735c16e43857bdcee54b55b4911766731f3b Author: Andrej Žnidaršič @@ -45826,7 +45942,7 @@ po/sl.po | 352 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 172 insertions(+), 180 deletions(-) + 1 file changed, 172 insertions(+), 180 deletions(-) commit 2c0802e450f955c5688babc552d6af029267a5d8 Author: Fran Diéguez @@ -45836,7 +45952,7 @@ help/gl/gl.po | 210 +++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 138 insertions(+), 72 deletions(-) + 1 file changed, 138 insertions(+), 72 deletions(-) commit e5fbae9a9796477e1373098e036b6247d1aa0b6b Author: Cheng-Chia Tseng @@ -45858,7 +45974,7 @@ po/he.po | 252 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 137 insertions(+), 115 deletions(-) + 1 file changed, 137 insertions(+), 115 deletions(-) commit aa08e47f9ae2bcbb7aeeeabb5bd30d7c09cc9aaa Author: Xavier Claessens @@ -45867,7 +45983,7 @@ Add help/gl/ in gitignore help/.gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit f82c41d6384f727fec1f2937714f831d84e20dfd Author: Xavier Claessens @@ -45876,7 +45992,7 @@ Remove cc-empathy-accounts-page.c from POTFILE.in po/POTFILES.in | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit ffe01c047fd5fcc7f6443c2bd2bf01a91882c6e8 Author: Yunqiang Su @@ -45886,7 +46002,7 @@ po/zh_CN.po | 164 +++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 92 insertions(+), 72 deletions(-) + 1 file changed, 92 insertions(+), 72 deletions(-) commit e3955eea9b1a64b4252226936c985f4eae8db5aa Author: Fran Diéguez @@ -45895,7 +46011,7 @@ Updated Galician translations po/gl.po | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit d79516d0ed6831314ff73a2f0563c39c20e9c462 Author: Philip Withnall @@ -45905,7 +46021,7 @@ libempathy/empathy-contact.c | 40 +++++++++++++++++++++++++--------------- - 1 files changed, 25 insertions(+), 15 deletions(-) + 1 file changed, 25 insertions(+), 15 deletions(-) commit 0c9907c6a704bed65db982ac9ae5fe83912c647d Author: Philip Withnall @@ -45918,7 +46034,7 @@ personas for efficiency purposes. libempathy/empathy-contact.c | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit e922ae799989e073cb6649578555ad686bcb0fc8 Author: Philip Withnall @@ -45932,10 +46048,10 @@ libfolks backend. - libempathy-gtk/empathy-contact-widget.c | 13 +------- + libempathy-gtk/empathy-contact-widget.c | 13 ++------- libempathy/empathy-contact.c | 47 +++++++++++++++++++++++++++++++ - libempathy/empathy-contact.h | 2 + + libempathy/empathy-contact.h | 2 ++ 3 files changed, 51 insertions(+), 11 deletions(-) commit d64a31579c0cdaa7013f5165f5111d57feb9b92e @@ -45945,7 +46061,7 @@ Update FolksPersona:alias when updating EmpathyContact:alias libempathy/empathy-contact.c | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit b6568db4f81cf4e78e96aa5fe23f020de5ff6557 Author: Philip Withnall @@ -45971,10 +46087,10 @@ libempathy/empathy-individual-manager.c | 2 +- libempathy/empathy-message.c | 2 +- libempathy/empathy-tp-chat.c | 2 +- - src/empathy-call-window.c | 8 +- + src/empathy-call-window.c | 8 +-- src/empathy-chat-window.c | 2 +- src/empathy-event-manager.c | 20 +++--- - src/empathy-ft-manager.c | 10 ++-- + src/empathy-ft-manager.c | 10 +-- src/empathy-map-view.c | 2 +- 20 files changed, 91 insertions(+), 107 deletions(-) @@ -45989,9 +46105,9 @@ persona instead of acquiring an individual and mutating that instead. libempathy-gtk/empathy-contact-widget.c | 48 - +++++++++--------------------- - libempathy/empathy-contact.c | 36 +++++------------------ - libempathy/empathy-utils.c | 32 -------------------- + ++++++++++--------------------- + libempathy/empathy-contact.c | 36 ++++++----------------- + libempathy/empathy-utils.c | 32 --------------------- libempathy/empathy-utils.h | 1 - 4 files changed, 23 insertions(+), 94 deletions(-) @@ -46006,9 +46122,9 @@ libempathy/empathy-contact.c | 95 +++++++++++++++++++++++++++++++ - libempathy/empathy-contact.h | 4 + + libempathy/empathy-contact.h | 4 ++ libempathy/empathy-individual-manager.c | 3 + - 3 files changed, 102 insertions(+), 0 deletions(-) + 3 files changed, 102 insertions(+) commit da5ec3c2bf5f816cff03932d23aec183beb18ee5 Author: Travis Reitter @@ -46033,7 +46149,7 @@ Re-add support for the "People Nearby" group libempathy-gtk/empathy-individual-store.c | 16 ++++++++++++---- - 1 files changed, 12 insertions(+), 4 deletions(-) + 1 file changed, 12 insertions(+), 4 deletions(-) commit 5f58a8e1491eb0a2c44bbcd73674cf88877500e3 Author: Khaled Hosny @@ -46042,7 +46158,7 @@ Typos po/ar.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e2af25ce63ffd32d5bc3d411a3e57462d14a48f4 Author: Danielle Madeley @@ -46064,8 +46180,8 @@ Generated critical warnings under GTK+ 3 src/empathy-accounts-dialog.c | 44 - ++++++++-------------------------------- - 1 files changed, 9 insertions(+), 35 deletions(-) + +++++++++-------------------------------- + 1 file changed, 9 insertions(+), 35 deletions(-) commit de35a9afcc8b6c6273ae01876919a14c6179c5a5 Author: Danielle Madeley @@ -46077,7 +46193,7 @@ src/Makefile.am | 2 - src/cc-empathy-accounts-page.c | 264 ----------------------------------- - src/cc-empathy-accounts-page.h | 55 ------- + src/cc-empathy-accounts-page.h | 55 -------- src/cc-empathy-accounts-panel.c | 171 +++++++++++++++++------ src/cc-empathy-accounts-panel.h | 2 +- 6 files changed, 130 insertions(+), 365 deletions(-) @@ -46089,7 +46205,7 @@ Update gnome-control-center dependency configure.ac | 13 ++++++++++--- - 1 files changed, 10 insertions(+), 3 deletions(-) + 1 file changed, 10 insertions(+), 3 deletions(-) commit 033b4fe0ddcf1827b4b3f6a617c47978e7edfde7 Author: Danielle Madeley @@ -46099,7 +46215,7 @@ highlighting configure.ac | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit f3e4307c1cfda8b363ac516e789a3b9668df23b3 Author: Travis Reitter @@ -46108,7 +46224,7 @@ Take advantage of tp_asv_new(). libempathy/empathy-individual-manager.c | 8 +++----- - 1 files changed, 3 insertions(+), 5 deletions(-) + 1 file changed, 3 insertions(+), 5 deletions(-) commit 83b905bd5e671421b6346b328461017927440211 Author: Travis Reitter @@ -46118,7 +46234,7 @@ empathy_pixbuf_avatar_from_individual_scaled_*(). libempathy-gtk/empathy-ui-utils.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 7beead812ce0f9cf5b96233505f28ca479d58fd1 Author: Travis Reitter @@ -46138,7 +46254,7 @@ configure.ac | 2 +- libempathy/empathy-individual-manager.c | 37 - +++++++++++------------------- + ++++++++++++------------------- libempathy/empathy-utils.c | 7 ++++++ libempathy/empathy-utils.h | 1 + 4 files changed, 23 insertions(+), 24 deletions(-) @@ -46150,7 +46266,7 @@ Don't depend on Folks capabilities in the IndividualView libempathy-gtk/empathy-individual-view.c | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit 9d7bdfa085b50a7c96082ffeebd5489c7192f4e2 Author: Travis Reitter @@ -46164,7 +46280,7 @@ libempathy-gtk/empathy-individual-store.c | 45 +++++++++++++++++++++-------- - 1 files changed, 33 insertions(+), 12 deletions(-) + 1 file changed, 33 insertions(+), 12 deletions(-) commit 61814a215542bfe7353679affcc1d5dfaf1db094 Author: Travis Reitter @@ -46173,7 +46289,7 @@ Only have one parameter per function definition line. libempathy/empathy-individual-manager.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 4be5fe61180e2c211114435b6490f820fd04d18c Author: Travis Reitter @@ -46182,7 +46298,7 @@ Cut excessive G_STRLOC in DEBUG statements. libempathy/empathy-individual-manager.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit e17c5b6110887b9fa038d174f9deb203d2e8259c Author: Travis Reitter @@ -46191,7 +46307,7 @@ Chain up IndividualManager's dispose() to call its parent's dispose(). libempathy/empathy-individual-manager.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit eee71e1200b22c9d168db3b111075f88595e5130 Author: Travis Reitter @@ -46201,7 +46317,7 @@ not finalize. libempathy/empathy-individual-manager.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 57ad2410667935dfdab6d58fb09594ae94f83e05 Author: Travis Reitter @@ -46211,7 +46327,7 @@ policy. libempathy/empathy-individual-manager.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 75d01286920321fd40c5cfbe3d040789359e8a5e Author: Travis Reitter @@ -46222,7 +46338,7 @@ libempathy/empathy-individual-manager.c | 76 ++++++++++++++++++------------- - 1 files changed, 44 insertions(+), 32 deletions(-) + 1 file changed, 44 insertions(+), 32 deletions(-) commit 784be67cd65bcf43252d1d48067ca909add9b26e Author: Travis Reitter @@ -46231,7 +46347,7 @@ Take advantage of tp_clear_object(). libempathy-gtk/empathy-individual-view.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 16b9e5e98e4e57896751ee1d37012cd30a8d508a Author: Travis Reitter @@ -46241,7 +46357,7 @@ a string. libempathy-gtk/empathy-individual-view.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 4705170690b772c5c4ee375926272fd178a2fd19 Author: Travis Reitter @@ -46250,7 +46366,7 @@ Enclose a non-trivial expression in () in an assignment. libempathy-gtk/empathy-individual-store.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b2dd6cd0f905bc78c678ea1206de81193fcadebc Author: Travis Reitter @@ -46260,7 +46376,7 @@ libempathy-gtk/empathy-individual-store.c | 27 ++++++++++++++++++++++++--- - 1 files changed, 24 insertions(+), 3 deletions(-) + 1 file changed, 24 insertions(+), 3 deletions(-) commit 3f4a0ae03c0eee55bf84f413214f5c834308011b Author: Travis Reitter @@ -46290,7 +46406,7 @@ Cut obsolete comment. libempathy-gtk/empathy-individual-menu.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 325dee46c2ea53bdc24802fa264b632b8b704e5b Author: Travis Reitter @@ -46299,7 +46415,7 @@ Simplify validation. libempathy-gtk/empathy-individual-menu.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 22c93bf49f6a3fdf31496d2c2fd7b7553ee351f1 Author: Travis Reitter @@ -46319,7 +46435,7 @@ NULL, so simplify the conditional. libempathy-gtk/empathy-individual-dialogs.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b94698cb3423f9852dbf2347773ab22598df1136 Author: Travis Reitter @@ -46328,7 +46444,7 @@ Stick with the term 'contact' instead of adding 'individual'. libempathy-gtk/empathy-individual-dialogs.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cf0b25a06daab8458f4a469b7e81ccb5a5775096 Author: Travis Reitter @@ -46337,7 +46453,7 @@ Update copyright notice. libempathy-gtk/empathy-individual-dialogs.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 171cc611ef2f74bbd51196c56a2eedef342f8c28 Author: Travis Reitter @@ -46346,7 +46462,7 @@ Fix alignment. src/empathy-main-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a4421e0ebac291f3cb897f1ea0ff2839ec50d014 Author: Travis Reitter @@ -46359,7 +46475,7 @@ libempathy-gtk/empathy-individual-menu.c | 6 ++++++ libempathy-gtk/empathy-individual-store.c | 4 ++++ libempathy-gtk/empathy-individual-view.c | 3 ++- - 4 files changed, 15 insertions(+), 1 deletions(-) + 4 files changed, 15 insertions(+), 1 deletion(-) commit fef2dec3ea6216921b297c7edbb3665e6c222ef5 Author: Travis Reitter @@ -46369,15 +46485,15 @@ and folks_individual_from_empathy_contact() to make it clear that the return value has been referenced. - libempathy-gtk/empathy-contact-widget.c | 14 +++++----- + libempathy-gtk/empathy-contact-widget.c | 14 +++++------ libempathy-gtk/empathy-individual-dialogs.c | 2 +- libempathy-gtk/empathy-individual-menu.c | 34 - +++++++++++++------------- - libempathy-gtk/empathy-individual-store.c | 4 +- - libempathy-gtk/empathy-individual-view.c | 6 ++-- - libempathy/empathy-utils.c | 6 ++-- - libempathy/empathy-utils.h | 4 +- - src/empathy-main-window.c | 4 +- + +++++++++++++-------------- + libempathy-gtk/empathy-individual-store.c | 4 ++-- + libempathy-gtk/empathy-individual-view.c | 6 ++--- + libempathy/empathy-utils.c | 6 ++--- + libempathy/empathy-utils.h | 4 ++-- + src/empathy-main-window.c | 4 ++-- 8 files changed, 37 insertions(+), 37 deletions(-) commit 571d3f81c92099c569c061f38c1ac3b923c04637 @@ -46387,7 +46503,7 @@ Simplify empathy_folks_individual_contains_contact(). libempathy/empathy-utils.c | 11 ++--------- - 1 files changed, 2 insertions(+), 9 deletions(-) + 1 file changed, 2 insertions(+), 9 deletions(-) commit 151eb2b90cb579c7d538d0e3735e2d6157c57839 Author: Travis Reitter @@ -46396,7 +46512,7 @@ Add comments for the new Individual/Contact utility functions. libempathy/empathy-utils.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit ebea339331d9c7a8eb69c125bd261ab60b3781eb Author: Travis Reitter @@ -46404,7 +46520,7 @@ Use the gio async pattern for fetching Individuals' avatars - libempathy-gtk/empathy-individual-store.c | 37 ++++++++++---- + libempathy-gtk/empathy-individual-store.c | 37 +++++++++---- libempathy-gtk/empathy-ui-utils.c | 80 ++++++++++++++++++++--------- libempathy-gtk/empathy-ui-utils.h | 14 +++-- @@ -46417,7 +46533,7 @@ Reduce line length. libempathy-gtk/empathy-ui-utils.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit cb703ba93de027d1b62b1a9716ca7d9c0d90133b Author: Travis Reitter @@ -46427,9 +46543,9 @@ libempathy-gtk/empathy-individual-store.c | 28 ++++------------------ libempathy-gtk/empathy-individual-view.c | 37 - +++++----------------------- - libempathy-gtk/empathy-ui-utils.c | 4 +- - libempathy/empathy-individual-manager.c | 7 +---- + ++++++----------------------- + libempathy-gtk/empathy-ui-utils.c | 4 ++-- + libempathy/empathy-individual-manager.c | 7 ++---- 4 files changed, 16 insertions(+), 60 deletions(-) commit df6ea1a0a3bdef9fc134bfaaa02ca3614398ca16 @@ -46439,7 +46555,7 @@ Cut misinformed comment about a potential race condition. libempathy-gtk/empathy-ui-utils.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 980fc7fda64a1c2e5a9de44858362e7211aa7a32 Author: Travis Reitter @@ -46449,7 +46565,7 @@ libempathy-gtk/empathy-ui-utils.c | 37 ++++++++++++++++++++++++++----------- - 1 files changed, 26 insertions(+), 11 deletions(-) + 1 file changed, 26 insertions(+), 11 deletions(-) commit bd01a33901d5b12a07630e2b3e862838baa0369c Author: Travis Reitter @@ -46459,7 +46575,7 @@ toggles it. libempathy-gtk/empathy-contact-widget.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit 7473d7a97d02be9aeefa271269184485ddf460a4 Author: Travis Reitter @@ -46481,7 +46597,7 @@ Add the empathy-individual-* files to POTFILES.in po/POTFILES.in | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit e25fa2252ec8b46a9584f294d8604dee86ff7a38 Author: Philip Withnall @@ -46498,7 +46614,7 @@ the new contact to get lost. libempathy/empathy-individual-manager.c | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit 1acf1e0f3b5686b95f1b0787a5308e0a6298eb08 Author: Travis Reitter @@ -46507,7 +46623,7 @@ Add some more validation when sorting the contact list. libempathy-gtk/empathy-individual-store.c | 18 ++++++++++-------- - 1 files changed, 10 insertions(+), 8 deletions(-) + 1 file changed, 10 insertions(+), 8 deletions(-) commit c9602a81b0f64f20c1927947c8e456929c521119 Author: Philip Withnall @@ -46517,7 +46633,7 @@ libempathy-gtk/empathy-contact-widget.c | 33 +++++++++++++++---------------- - 1 files changed, 16 insertions(+), 17 deletions(-) + 1 file changed, 16 insertions(+), 17 deletions(-) commit ac58a4101765c64d94c18d10c59fde7fa67ea4ae Author: Philip Withnall @@ -46553,7 +46669,7 @@ Bump libfolks requirement. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e557b1763dc2f454695bceeb84db3d8931dde759 Author: Travis Reitter @@ -46562,7 +46678,7 @@ Fix trivial casting error. libempathy/empathy-individual-manager.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 2fcee569ba4bf86f78b6b5d6c12bfeeecbb1c47e Author: Philip Withnall @@ -46593,7 +46709,7 @@ Re-implement file sending with drag and drop libempathy-gtk/empathy-individual-view.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 6d9c8a607e2b44d20d54a11e917d0723da81078d Author: Philip Withnall @@ -46603,7 +46719,7 @@ menu libempathy-gtk/empathy-individual-menu.c | 9 --------- - 1 files changed, 0 insertions(+), 9 deletions(-) + 1 file changed, 9 deletions(-) commit ce240862c8f53b1bf62b80bba5f1fcdca07393d6 Author: Philip Withnall @@ -46612,7 +46728,7 @@ Remove an unused connection to the telepathy-logger service libempathy/empathy-individual-manager.c | 24 ------------------------ - 1 files changed, 0 insertions(+), 24 deletions(-) + 1 file changed, 24 deletions(-) commit 88e3360d3ac088cd67e0ca36710d84d63eca4d91 Author: Travis Reitter @@ -46621,7 +46737,7 @@ Bump required version of libfolks for API change. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 71d1825aac6609bb478c40e87c53fb50a1234d98 Author: Travis Reitter @@ -46631,7 +46747,7 @@ folks_individual_aggregator_get_members(). configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f3a1bdae4d3e5a93c5803dda1e46ee36f5851c35 Author: Travis Reitter @@ -46640,7 +46756,7 @@ Cut outdated comment. libempathy/empathy-individual-manager.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 5c2858c57a9718f9d78b1a7440e82ebf17bf31f4 Author: Travis Reitter @@ -46650,7 +46766,7 @@ for adding/removing individuals as favourites. libempathy-gtk/empathy-individual-menu.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit c41d778c8d76d17289f37909c0e7535603010b1a Author: Travis Reitter @@ -46659,7 +46775,7 @@ Hide/show groups as necessary when their members change. libempathy-gtk/empathy-individual-view.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit e0aec0ced01a21901075e046e39a343c7f6e5cc6 Author: Travis Reitter @@ -46669,7 +46785,7 @@ constructed function. libempathy-gtk/empathy-individual-view.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 268c9c8237b3948d3613233dc0a6615b5ea191a2 Author: Travis Reitter @@ -46678,7 +46794,7 @@ Catch up with convention for getting the view's model. libempathy-gtk/empathy-individual-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d714360e053a1e2c75d63cbc8497453a689cfd39 Author: Travis Reitter @@ -46688,7 +46804,7 @@ list store in the individual store. libempathy-gtk/empathy-individual-store.c | 15 ++++++++------- - 1 files changed, 8 insertions(+), 7 deletions(-) + 1 file changed, 8 insertions(+), 7 deletions(-) commit 0dea2287893dc5cf657bb48c2707e30139118cb4 Author: Philip Withnall @@ -46699,7 +46815,7 @@ libempathy-gtk/empathy-individual-store.c | 41 +++++++++++++++-------------- libempathy-gtk/empathy-individual-view.c | 7 ----- - libempathy/empathy-individual-manager.c | 22 +++++++++++++++ + libempathy/empathy-individual-manager.c | 22 ++++++++++++++++ 3 files changed, 43 insertions(+), 27 deletions(-) commit e54fe4814b321be3e32e99f7dfd49b93e392bded @@ -46723,7 +46839,7 @@ libempathy-gtk/empathy-individual-dialogs.c | 152 +++++++++++++++++++++++++++ libempathy-gtk/empathy-individual-dialogs.h | 38 +++++++ - libempathy-gtk/empathy-individual-menu.c | 10 +-- + libempathy-gtk/empathy-individual-menu.c | 10 +- libempathy/empathy-individual-manager.c | 50 +++++++++ libempathy/empathy-individual-manager.h | 4 + src/empathy-main-window.c | 3 +- @@ -46750,7 +46866,7 @@ Fixes from merging master src/empathy-main-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6bf4569e50d1df275281b790adcae934b8a53ce7 Author: Travis Reitter @@ -46772,7 +46888,7 @@ FolksIndividual:TpContact relationship. libempathy/empathy-utils.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 9be29ffebe4166ab6e985d64efa2ea3a51d2e6b8 Author: Travis Reitter @@ -46782,7 +46898,7 @@ handler. libempathy-gtk/empathy-individual-view.c | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit 3e573e124347366975ae1effd18d7127e5fd9397 Author: Travis Reitter @@ -46792,7 +46908,7 @@ libempathy-gtk/empathy-individual-view.c | 49 +++++++++++++++++++++++++++++- - 1 files changed, 48 insertions(+), 1 deletions(-) + 1 file changed, 48 insertions(+), 1 deletion(-) commit c75319eb432d4d815bf07ee30396f958b021abed Author: Travis Reitter @@ -46820,7 +46936,7 @@ Don't crash if a row gets deleted before being expanded. libempathy-gtk/empathy-individual-view.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit c05d4cda33e0f10ce58a8afeaea0bad28af4b254 Author: Travis Reitter @@ -46829,8 +46945,8 @@ Fix the formatting of some calls to g_object_set() libempathy-gtk/empathy-individual-view.c | 32 - ++++++++++++++++++++++++----- - 1 files changed, 26 insertions(+), 6 deletions(-) + ++++++++++++++++++++++++------ + 1 file changed, 26 insertions(+), 6 deletions(-) commit 08a9285fea7fbe9e4ff25394b72c7852a77ea750 Author: Travis Reitter @@ -46839,7 +46955,7 @@ Back-port better solution for incorrect-groups-expanded problem. libempathy-gtk/empathy-individual-view.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 48a9944fd9f3b4461a239d2da490fba24874df80 Author: Travis Reitter @@ -46900,7 +47016,7 @@ GtkNotebookPage no longer exists in GTK+ 3 src/empathy-chat-window.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 004fb69b847bbf1ffbd28ed22e307e1b3a859da8 Author: Fran Diéguez @@ -46909,7 +47025,7 @@ Fixed headers in galician translation file po/gl.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1c4aae4eae9646b25aba931798f9af157f8296af Author: Fran Diéguez @@ -46919,7 +47035,7 @@ po/gl.po | 282 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 155 insertions(+), 127 deletions(-) + 1 file changed, 155 insertions(+), 127 deletions(-) commit 100f0a02a14a8c5594ab334e12c5ff3c543a2309 Author: Mattias Põldaru @@ -46928,8 +47044,8 @@ [l10n] Updated Estonian translation po/et.po | 301 - +++++++++++++++---------------------------------------------- - 1 files changed, 74 insertions(+), 227 deletions(-) + +++++++++++++++----------------------------------------------- + 1 file changed, 74 insertions(+), 227 deletions(-) commit 95ecb356a80e7a112b064ff24e91fd780337101e Author: Jorge González @@ -46938,8 +47054,8 @@ Updated Spanish translation po/es.po | 218 - +++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 125 insertions(+), 93 deletions(-) + +++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 125 insertions(+), 93 deletions(-) commit 0f533ff1229e8b3c6f0940ae85810f7f80b6c8b5 Author: Aron Xu @@ -46949,7 +47065,7 @@ po/zh_CN.po | 1434 +++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 758 insertions(+), 676 deletions(-) + 1 file changed, 758 insertions(+), 676 deletions(-) commit 5d145f0e4c4ddf32e5339acd928fef583993cd0a Author: Yaron Shahrabani @@ -46959,7 +47075,7 @@ po/he.po | 240 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 131 insertions(+), 109 deletions(-) + 1 file changed, 131 insertions(+), 109 deletions(-) commit 90d81c0c42cdc99642e7191be01a907cc1b2c852 Author: Marc-Antoine Perennou @@ -46970,7 +47086,7 @@ Check if approval is not NULL before trying to modify it src/empathy-event-manager.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 447bd35e4e5ff25cdbeda0d5273e11606d7f45c1 Author: Mario Blättermann @@ -46980,7 +47096,7 @@ po/de.po | 1309 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 618 insertions(+), 691 deletions(-) + 1 file changed, 618 insertions(+), 691 deletions(-) commit c79d81eff8d5894ac8cc92112ecce18ccc89f1dd Author: Sjoerd Simons @@ -46989,7 +47105,7 @@ Tune settings for the updated x264enc element data/element-properties | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit de9d358969dd483611cacf8c9b150a6932207d35 Author: Fran Diéguez @@ -46998,7 +47114,7 @@ Added gl to DOC_LINGUAS help/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c4c9150ec2d9133dcce5bde09305c7192c21bc67 Author: Fran Diéguez @@ -47008,7 +47124,7 @@ help/gl/gl.po | 2963 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2963 insertions(+), 0 deletions(-) + 1 file changed, 2963 insertions(+) commit ee6cdcf63e498ba848813e930d1b1544973ad98d Author: Cheng-Chia Tseng @@ -47031,7 +47147,7 @@ This avoid to crash while bug 623682 hasn't been fixed. libempathy-gtk/empathy-chat.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit ab41c50394233d90650679b9aced9b92f6eb630d Merge: f94f23d 652acf5 @@ -47047,7 +47163,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6dd1e61df46aabe6d24af0c7bd2ea7a5313b7c24 Author: Guillaume Desmottes @@ -47066,7 +47182,7 @@ display the clock rate of the codec as well src/empathy-call-window.c | 23 +++++++++++------------ - 1 files changed, 11 insertions(+), 12 deletions(-) + 1 file changed, 11 insertions(+), 12 deletions(-) commit c519ac92b5c2b928685edbb05e3dc781885ff07d Author: Laurent Bigonville @@ -47075,7 +47191,7 @@ libnm_glib.pc has been renamed to lib-glib.pc (#624202) configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cc0928eca755af7678b6aebe8e08af965f9f5d05 Author: Fran Diéguez @@ -47084,8 +47200,8 @@ Updated Galician translations po/gl.po | 115 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 64 insertions(+), 51 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 64 insertions(+), 51 deletions(-) commit 8d730f427e20c5e1727824b320dbe684b117f63f Author: Yaron Shahrabani @@ -47094,8 +47210,8 @@ Updated Hebrew translation. po/he.po | 109 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 59 insertions(+), 50 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 59 insertions(+), 50 deletions(-) commit d586d81c61b57221309317e5a56a24d0076bb4f4 Author: Guillaume Desmottes @@ -47104,7 +47220,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 70d8fff20eb68ad2febfaf72e81c3f22a2385774 Author: Guillaume Desmottes @@ -47123,7 +47239,7 @@ add GTK+ flags when building tests tests/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit bf4b7622a7dc16d156902095a2769250c22255e9 Author: Guillaume Desmottes @@ -47132,7 +47248,7 @@ preferences: coding style fix src/empathy-preferences.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1542510953ec87f4279165476c6f4f6cc71a5639 Author: Guillaume Desmottes @@ -47141,7 +47257,7 @@ main-window: coding style fix src/empathy-main-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 557c7faedb00dddc519226dec258a33dfdd63d32 Author: Guillaume Desmottes @@ -47150,7 +47266,7 @@ empathy-log-window: coding style fixes libempathy-gtk/empathy-log-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 0dc52c58e16a3438ae6de9f6cf80f973d856d0f7 Author: Guillaume Desmottes @@ -47159,7 +47275,7 @@ empathy-contact-list-view: coding style fix libempathy-gtk/empathy-contact-list-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit beeba464478b13169a2a2e7163d4de2088ca80b2 Author: Guillaume Desmottes @@ -47168,7 +47284,7 @@ add empathy-av.c to POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ddecbcd81f0377608de94dcdf7e3a797ae0022fd Author: Guillaume Desmottes @@ -47177,7 +47293,7 @@ reset codecs when call is disconnected src/empathy-call-window.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 33687760c2eb1d9ddf41092c88aef8ba65108df6 Author: Guillaume Desmottes @@ -47188,7 +47304,7 @@ src/empathy-call-window.c | 74 +++++++++++++++++++++++++++ src/empathy-call-window.ui | 121 ++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 195 insertions(+), 0 deletions(-) + 2 files changed, 195 insertions(+) commit eaa8e09ab61444d649d88f31c9047f006627b787 Author: Guillaume Desmottes @@ -47198,8 +47314,8 @@ libempathy/empathy-call-handler.c | 103 ++++++++++++++++++++++++++++++++++++- - libempathy/empathy-call-handler.h | 6 ++ - 2 files changed, 108 insertions(+), 1 deletions(-) + libempathy/empathy-call-handler.h | 6 +++ + 2 files changed, 108 insertions(+), 1 deletion(-) commit f93c1b261ed44eff2bbaa99d8c10ebd39682ca27 Author: Guillaume Desmottes @@ -47212,7 +47328,7 @@ src/empathy-call-window.c | 63 ++++++++++ src/empathy-call-window.ui | 276 ++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 339 insertions(+), 0 deletions(-) + 2 files changed, 339 insertions(+) commit 84307490fb67c43c291627d22381f542f6824206 Author: Guillaume Desmottes @@ -47221,7 +47337,7 @@ call-handler: add send audio/video codec properties libempathy/empathy-call-handler.c | 102 - +++++++++++++++++++++++++++++++++++- + +++++++++++++++++++++++++++++++++++-- libempathy/empathy-call-handler.h | 7 +++ 2 files changed, 106 insertions(+), 3 deletions(-) @@ -47234,7 +47350,7 @@ The API to get the TpStream object has been added in this version. configure.ac | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit c46ed4f0469071f10eb3b363c790c0beb464d5b7 Author: Guillaume Desmottes @@ -47243,7 +47359,7 @@ empathy-accounts.1: document --if-needed src/empathy-accounts.1 | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit f6cf9ea3896123239e838825da0c14de670c5e95 Author: Guillaume Desmottes @@ -47252,7 +47368,7 @@ empathy-accounts.1: --import has been removed src/empathy-accounts.1 | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 35c2f2093089a86cdbed59c77debf0e84ce5bd47 Author: Guillaume Desmottes @@ -47264,7 +47380,7 @@ src/Makefile.am | 3 ++- src/empathy-accounts.1 | 36 ++++++++++++++++++++++++++++++++++++ - 2 files changed, 38 insertions(+), 1 deletions(-) + 2 files changed, 38 insertions(+), 1 deletion(-) commit a36d0fe444e451f3bfc10c05510596901b1f72e1 Author: Guillaume Desmottes @@ -47273,7 +47389,7 @@ sync empathy manpage with Debian package src/empathy.1 | 40 +++++++++++++++++++++++++++++++--------- - 1 files changed, 31 insertions(+), 9 deletions(-) + 1 file changed, 31 insertions(+), 9 deletions(-) commit c60dc144eb53bc084f5ac51f0ee3794ecaceb6ac Author: Philip Withnall @@ -47284,7 +47400,7 @@ The avatar filename was being leaked. libempathy/empathy-contact.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 505c8415b87f7b0ebfce502ec44a39b0c3bf7ff5 Author: Will Thompson @@ -47303,7 +47419,7 @@ Toggled-by: Jonny Lamb libempathy-gtk/empathy-account-widget.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit b17b7bcb810f293a2de4515bbc7239b786189293 Author: Guillaume Desmottes @@ -47317,7 +47433,7 @@ empathy_main_window_show() by empathy_main_window_dup(). src/empathy-status-icon.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 5f4f3e491530aac63d78c00c6b06bb8cb1e4d043 Author: Guillaume Desmottes @@ -47328,7 +47444,7 @@ That's a regression introduced when we switch to GSettings. src/empathy-status-icon.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 47fe98399a18bd0a69b86656c7821addb7916885 Author: Kjartan Maraas @@ -47338,7 +47454,7 @@ po/nb.po | 567 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 300 insertions(+), 267 deletions(-) + 1 file changed, 300 insertions(+), 267 deletions(-) commit 15933b3643b147f29c4b34cef1f81502feaf0af7 Author: Jorge González @@ -47347,8 +47463,8 @@ Updated Spanish translation po/es.po | 101 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 51 insertions(+), 50 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 51 insertions(+), 50 deletions(-) commit 32e442f47b3a901d0a02ed364b9052750d989900 Author: Ivar Smolin @@ -47357,8 +47473,8 @@ [l10n] Updated Estonian translation po/et.po | 372 - ++++++++++++++++++++++++++++++++++++++++++++++--------------- - 1 files changed, 280 insertions(+), 92 deletions(-) + ++++++++++++++++++++++++++++++++++++++++++++++---------------- + 1 file changed, 280 insertions(+), 92 deletions(-) commit 85593df4f49b9ac3bd6d881446da7934aff77705 Author: Guillaume Desmottes @@ -47369,7 +47485,7 @@ Thanks to Danny Piccirillo for his suggestion. data/empathy.desktop.in.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 36db8ebb6a9bcc9852c7218b020ef05f6105bb69 Merge: 03635af 1607492 @@ -47394,8 +47510,8 @@ Remove some deprecated comments in th proccess. src/empathy-debug-window.c | 65 - +++++++++++++++++++++---------------------- - 1 files changed, 32 insertions(+), 33 deletions(-) + ++++++++++++++++++++++---------------------- + 1 file changed, 32 insertions(+), 33 deletions(-) commit ec08d8cafdf99f9ae3de2c92d3fcfbb94704bafd Author: Guillaume Desmottes @@ -47406,7 +47522,7 @@ This avoid to add one entry per Empathy head for example. src/empathy-debug-window.c | 23 ++++++++++------------- - 1 files changed, 10 insertions(+), 13 deletions(-) + 1 file changed, 10 insertions(+), 13 deletions(-) commit 678527d4d55a1b93916187f08f038fdacdfaf8d2 Author: Guillaume Desmottes @@ -47415,8 +47531,8 @@ FillCmChooserData: rename, add type field and helper functions src/empathy-debug-window.c | 47 - ++++++++++++++++++++++++++++++++----------- - 1 files changed, 35 insertions(+), 12 deletions(-) + +++++++++++++++++++++++++++++++++----------- + 1 file changed, 35 insertions(+), 12 deletions(-) commit bbe77b37c47e4e40967863f985fc4eacbf71d1d7 Author: Guillaume Desmottes @@ -47428,7 +47544,7 @@ src/empathy-debug-window.c | 164 ++++++++++++++++++++++---------------------- - 1 files changed, 82 insertions(+), 82 deletions(-) + 1 file changed, 82 insertions(+), 82 deletions(-) commit 63dc035915797386772ac3b9c2dfe968121565de Author: Guillaume Desmottes @@ -47437,7 +47553,7 @@ coding style fix src/empathy-debug-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 405a6c07d0579285dc4d35cb9cfee795fff0f744 Author: Guillaume Desmottes @@ -47447,7 +47563,7 @@ src/empathy-debug-window.c | 54 ++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 54 insertions(+), 0 deletions(-) + 1 file changed, 54 insertions(+) commit f598e0acbf7c981d5adaf7bf52a30d2a61d04aba Author: Guillaume Desmottes @@ -47456,7 +47572,7 @@ debug-window: remove hardcoded clients src/empathy-debug-window.c | 22 ---------------------- - 1 files changed, 0 insertions(+), 22 deletions(-) + 1 file changed, 22 deletions(-) commit 5b580ca6e7e87b15f829a621cf60556f1ce4942e Author: Guillaume Desmottes @@ -47466,7 +47582,7 @@ auto-approving mucs src/empathy-event-manager.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 16074928eee79472c804687556c193f50409ce8c Author: Guillaume Desmottes @@ -47475,7 +47591,7 @@ tp-chat: mark scrollback messages as backlog libempathy/empathy-tp-chat.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit fe9075a08d2ee01281397511752087e94ea3c3c2 Author: Guillaume Desmottes @@ -47486,7 +47602,7 @@ If the message is build from a TplEntry it *is* a backlog one. libempathy/empathy-message.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit acc341d1178dc9806b32d7aadc4154259dadf63c Author: Sjoerd Simons @@ -47495,7 +47611,7 @@ tell the chatroom manager asap about chats src/empathy-chat-manager.c | 30 ++++++++++++++++++++---------- - 1 files changed, 20 insertions(+), 10 deletions(-) + 1 file changed, 20 insertions(+), 10 deletions(-) commit 6bb5c181852365a1bb14820528bd2b925069140d Author: Xavier Claessens @@ -47504,7 +47620,7 @@ Some coding style fixes in configure.ac configure.ac | 52 +++++++++++++++++++++++++++++----------------------- - 1 files changed, 29 insertions(+), 23 deletions(-) + 1 file changed, 29 insertions(+), 23 deletions(-) commit 62bd07ab4997bb1959c1095fcce91f97c2878a8d Author: Xavier Claessens @@ -47515,7 +47631,7 @@ No need to check for libnm_glib twice configure.ac | 14 ++------------ - 1 files changed, 2 insertions(+), 12 deletions(-) + 1 file changed, 2 insertions(+), 12 deletions(-) commit 00c7156baa528fff2ee491c8d3452d3e2effb627 Author: Jorge González @@ -47524,8 +47640,8 @@ Updated Spanish translation po/es.po | 329 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 178 insertions(+), 151 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 178 insertions(+), 151 deletions(-) commit 701e8ee3edfb7a2de17f1d3b82137d0dfdb3388f Author: Xavier Claessens @@ -47534,7 +47650,7 @@ Fail to build if --enable-gtk3 is passed but only gtk2 is available configure.ac | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 5033a8f7fae372bece2f8c49c7fd1e7f69e37fb9 Author: Guillaume Desmottes @@ -47543,7 +47659,7 @@ add have_gtk3 var configure.ac | 15 ++++++++------- - 1 files changed, 8 insertions(+), 7 deletions(-) + 1 file changed, 8 insertions(+), 7 deletions(-) commit 6f95b307dda6580150cff92b974166958c9af222 Author: Guillaume Desmottes @@ -47552,7 +47668,7 @@ don't check GTK3 deps if GTK3 is not present configure.ac | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit 0664e133624ca7def05aa0f16b6e1a05669937a3 Author: Guillaume Desmottes @@ -47561,7 +47677,7 @@ tp-contact-list: add a comment libempathy/empathy-tp-contact-list.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit d5269ccea8739cc0cd0c40f1673ecfbeee8eb667 Author: Guillaume Desmottes @@ -47570,7 +47686,7 @@ simplify empathy_presence_chooser_new libempathy-gtk/empathy-presence-chooser.c | 6 +----- - 1 files changed, 1 insertions(+), 5 deletions(-) + 1 file changed, 1 insertion(+), 5 deletions(-) commit 1e7ad4e03e46b877974b7f73d28dbc737ec9a977 Author: Guillaume Desmottes @@ -47582,7 +47698,7 @@ It makes things much cleaner. libempathy/empathy-dispatcher.c | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit 0637683a2f89087f49fa0d91e44b04ed26d72ba3 Merge: 526cac7 6b1d425 @@ -47599,7 +47715,7 @@ icon_filename after freeing it libempathy-gtk/empathy-ui-utils.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 6b1d4251dc32cf7c75871002a1f8163af9775f65 Author: Guillaume Desmottes @@ -47618,7 +47734,7 @@ disable champlain when using GTK3 configure.ac | 18 ++++++++++++------ - 1 files changed, 12 insertions(+), 6 deletions(-) + 1 file changed, 12 insertions(+), 6 deletions(-) commit 757c4d6c3e3a1872588387bfd49f473ce444b3cf Author: Guillaume Desmottes @@ -47627,7 +47743,7 @@ Check for webkitgtk-3.0 when building with GTK3 configure.ac | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit 457808007540c9d7ab0f6b29f2d8e643d46eb8b4 Author: Guillaume Desmottes @@ -47636,7 +47752,7 @@ no need to explicitely check for gdk-x11 configure.ac | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit ce007d41e6854b9434efe29621e98efe95ff0d3b Author: Guillaume Desmottes @@ -47646,7 +47762,7 @@ configure.ac | 3 ++- src/Makefile.am | 4 ++++ - 2 files changed, 6 insertions(+), 1 deletions(-) + 2 files changed, 6 insertions(+), 1 deletion(-) commit c98757d4c4dff4e7f6cea083e4bcf8ac07e93a08 Author: Guillaume Desmottes @@ -47657,7 +47773,7 @@ Since 0.5.1 libnotify doesn't link on GTK+. configure.ac | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 9a1f7eef53c664ec9a81f51bfe9a7ec5659b8c6c Author: Guillaume Desmottes @@ -47666,7 +47782,7 @@ notify-manager: include empathy-contact.h as we use it libempathy-gtk/empathy-notify-manager.h | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit e56070fd87fe3429ee046550623c90d64c98eb83 Author: Guillaume Desmottes @@ -47676,7 +47792,7 @@ configure.ac | 7 ++++++- libempathy-gtk/Makefile.am | 2 ++ - 2 files changed, 8 insertions(+), 1 deletions(-) + 2 files changed, 8 insertions(+), 1 deletion(-) commit fc57cd132b0563feeec4dba0e5a7298c7d904a0a Author: Guillaume Desmottes @@ -47685,7 +47801,7 @@ Build with GTK+3 if available (#621753) configure.ac | 31 ++++++++++++++++++++++++++----- - 1 files changed, 26 insertions(+), 5 deletions(-) + 1 file changed, 26 insertions(+), 5 deletions(-) commit bc2b3bf0966076e8452a170a9741ded016051f44 Author: Guillaume Desmottes @@ -47708,7 +47824,7 @@ po/he.po | 496 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 265 insertions(+), 231 deletions(-) + 1 file changed, 265 insertions(+), 231 deletions(-) commit 71e2b896131187e81e4af8b485864f7a173d496b Author: Fran Diéguez @@ -47718,7 +47834,7 @@ po/gl.po | 507 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 273 insertions(+), 234 deletions(-) + 1 file changed, 273 insertions(+), 234 deletions(-) commit 85063c344a4dada140b609c726118a889e4e09ac Author: Guillaume Desmottes @@ -47727,7 +47843,7 @@ call-window: use gtk_widget_get_allocation() src/empathy-call-window.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 3dffe8d0ebce77eded0b7e9ed70ac03b09d0090e Author: Guillaume Desmottes @@ -47736,7 +47852,7 @@ sort dependencies configure.ac | 24 ++++++++++++++---------- - 1 files changed, 14 insertions(+), 10 deletions(-) + 1 file changed, 14 insertions(+), 10 deletions(-) commit 9fd5a0d64710c248045f245317f8d9e4ddbf005b Author: Guillaume Desmottes @@ -47749,10 +47865,10 @@ so there is not point continuing checking deps separately. configure.ac | 60 - +++++++------------------------------------ + ++++++++------------------------------------ extensions/Makefile.am | 2 +- - libempathy-gtk/Makefile.am | 4 +- - libempathy/Makefile.am | 4 +- + libempathy-gtk/Makefile.am | 4 +-- + libempathy/Makefile.am | 4 +-- 4 files changed, 15 insertions(+), 55 deletions(-) commit b9ae519cbeec01245b6f589a60d6fb63d730d19a @@ -47762,7 +47878,7 @@ rephrase 'Important Room' menu entry src/empathy-chat-window.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0ee5b6292c89521a3ca52780c3a230199f01ee85 Author: Guillaume Desmottes @@ -47771,7 +47887,7 @@ set a title to the room invitation dialog src/empathy-event-manager.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 32ea1c129259b67d020944b3092a410f8b84908a Author: Guillaume Desmottes @@ -47782,7 +47898,7 @@ This gives a bit more context when the dialog is displayed right away. libempathy-gtk/empathy-ui-utils.c | 12 ++++++++++-- - 1 files changed, 10 insertions(+), 2 deletions(-) + 1 file changed, 10 insertions(+), 2 deletions(-) commit 48d289288400d52adc40a78548ba0dbaf7dea3cd Author: Guillaume Desmottes @@ -47793,7 +47909,7 @@ This gives a bit more context when the dialog is displayed right away. src/empathy-event-manager.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit cc77a379d1daa6130dad17486d52808c874c62a7 Author: Guillaume Desmottes @@ -47803,7 +47919,7 @@ src/empathy-event-manager.c | 41 ++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 38 insertions(+), 3 deletions(-) + 1 file changed, 38 insertions(+), 3 deletions(-) commit 5b029371a79ba91901cf88f7362f86632e94e223 Author: Guillaume Desmottes @@ -47815,7 +47931,7 @@ libempathy/empathy-gsettings.h | 1 + src/empathy-preferences.c | 8 ++++++++ src/empathy-preferences.ui | 17 ++++++++++++++++- - 4 files changed, 31 insertions(+), 1 deletions(-) + 4 files changed, 31 insertions(+), 1 deletion(-) commit dbf13d34105beedc112b8d6005c0b8ff0646aa0f Author: Jorge González @@ -47825,7 +47941,7 @@ po/es.po | 539 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 275 insertions(+), 264 deletions(-) + 1 file changed, 275 insertions(+), 264 deletions(-) commit 24bf0cac9c5f51ba172e1ec9c673c5c1781e6379 Author: Guillaume Desmottes @@ -47834,7 +47950,7 @@ add accept/decline buttons to invitation notifications src/empathy-status-icon.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 4ac0eb75372d295c6ff7bd36fb7d708ad28132b2 Author: Guillaume Desmottes @@ -47853,7 +47969,7 @@ add accept/decline buttons to FT notifications src/empathy-status-icon.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit f589f32173b109b4bf8ade5710ff7a8a11f9b939 Author: Guillaume Desmottes @@ -47862,7 +47978,7 @@ event-manager: allow to reject FT channels src/empathy-event-manager.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit c4240a8b706c62564179654af0f6e423fa27b1e0 Author: Guillaume Desmottes @@ -47871,7 +47987,7 @@ add answer/decline buttons in call notifications (#597124) src/empathy-status-icon.c | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit cf452c7dd1d96a8d2f80b8cf8c64c03604a50c31 Author: Guillaume Desmottes @@ -47881,7 +47997,7 @@ src/empathy-event-manager.c | 10 ++++++++++ src/empathy-event-manager.h | 1 + - 2 files changed, 11 insertions(+), 0 deletions(-) + 2 files changed, 11 insertions(+) commit 8963051c95e0c4511f264eff2e7bc1336e4b9735 Author: Guillaume Desmottes @@ -47890,7 +48006,7 @@ Add 'Respond' button only for text channels and approve it directly src/empathy-status-icon.c | 18 +++++++++++------- - 1 files changed, 11 insertions(+), 7 deletions(-) + 1 file changed, 11 insertions(+), 7 deletions(-) commit 8e794ecc865cd0cc031963fa8c271de1b2e68993 Author: Guillaume Desmottes @@ -47900,7 +48016,7 @@ src/empathy-event-manager.c | 10 ++++++++++ src/empathy-event-manager.h | 1 + - 2 files changed, 11 insertions(+), 0 deletions(-) + 2 files changed, 11 insertions(+) commit 3103575b755da0765275fb3b774e2e8f8a88bd46 Author: Guillaume Desmottes @@ -47909,7 +48025,7 @@ factor out add_notification_actions src/empathy-status-icon.c | 25 ++++++++++++++++--------- - 1 files changed, 16 insertions(+), 9 deletions(-) + 1 file changed, 16 insertions(+), 9 deletions(-) commit ac6f56a439647386c15fdd6045c00b914f4975f9 Author: Guillaume Desmottes @@ -47918,7 +48034,7 @@ chat: add FIXME explaining how we should ideally request channels libempathy-gtk/empathy-chat.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 26110eb9baef0ef58e8daebff9c3373485da3e50 Author: Guillaume Desmottes @@ -47948,7 +48064,7 @@ get it. libempathy-gtk/empathy-chat.c | 28 ++-------------------------- - 1 files changed, 2 insertions(+), 26 deletions(-) + 1 file changed, 2 insertions(+), 26 deletions(-) commit a13ef5ed10746ecb68171f965fe62806189c4f27 Author: Guillaume Desmottes @@ -47959,7 +48075,7 @@ We want to let the text channel handler to handle it. libempathy-gtk/empathy-chat.c | 17 +---------------- - 1 files changed, 1 insertions(+), 16 deletions(-) + 1 file changed, 1 insertion(+), 16 deletions(-) commit e756c74ca8b2656a4975934fcc048cf5bf151a36 Author: Matej Urbančič @@ -47969,7 +48085,7 @@ po/sl.po | 1720 ++++++++++++++++++++++++-------------------------------------- - 1 files changed, 673 insertions(+), 1047 deletions(-) + 1 file changed, 673 insertions(+), 1047 deletions(-) commit b5e9f28beaa02f564016b30e173adb36e6279642 Author: Sjoerd Simons @@ -47981,7 +48097,7 @@ data/Empathy.client | 9 +++++++++ src/empathy-chat-manager.c | 11 +++++++++++ - 2 files changed, 20 insertions(+), 0 deletions(-) + 2 files changed, 20 insertions(+) commit c17ffb62ebc6e69071e0a0380b2402ba8201bb83 Author: Guillaume Desmottes @@ -47995,7 +48111,7 @@ invalidated or disposed object around if something weird happens. libempathy/empathy-dispatcher.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 5be45ef12ac579cbbb914f4d056df51a787bf98f Author: Guillaume Desmottes @@ -48004,7 +48120,7 @@ Empathy.AudioVideo.client: properly define filters data/Empathy.AudioVideo.client | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b07f3a5c948066219cb57bb113a48d0981106f23 Author: Guillaume Desmottes @@ -48016,8 +48132,8 @@ libempathy/empathy-chatroom-manager.c | 45 ++++++--------------------------- - libempathy/empathy-chatroom-manager.h | 6 +++- - src/empathy-chat-manager.c | 10 +++++++ + libempathy/empathy-chatroom-manager.h | 6 +++-- + src/empathy-chat-manager.c | 10 ++++++++ src/empathy.c | 1 - 4 files changed, 22 insertions(+), 40 deletions(-) @@ -48029,7 +48145,7 @@ data/Empathy.client | 9 --------- src/empathy-chat-manager.c | 11 ----------- - 2 files changed, 0 insertions(+), 20 deletions(-) + 2 files changed, 20 deletions(-) commit 49aabeaba61750883864e95dc5f1bb254dbdb20d Author: Guillaume Desmottes @@ -48038,7 +48154,7 @@ Update Empathy.client data/Empathy.client | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit f178351cb959326996921f56c7a881a8a3e1e771 Author: Guillaume Desmottes @@ -48060,7 +48176,7 @@ connect sigs using tp_g_signal_connect_object libempathy/empathy-tp-chat.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 23e70b8d3b88b893d3dd5ab818b5243d215bd48e Author: Guillaume Desmottes @@ -48069,7 +48185,7 @@ chat-manager: document the queue src/empathy-chat-manager.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 9be71372f5579a2517231f1c5c2733610a550975 Author: Guillaume Desmottes @@ -48089,7 +48205,7 @@ room list channels are not dispatched src/empathy.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit f01a6553b2bf073fd200e9ee3f8f442a3999a02b Author: Guillaume Desmottes @@ -48098,7 +48214,7 @@ main: destroy the window when we're done (#623396) src/empathy.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 5dc6e55d7bb8199aa54bba603eb5154ba41a49c7 Author: Guillaume Desmottes @@ -48107,7 +48223,7 @@ status-icon: drop our ref on the window when disposing src/empathy-status-icon.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7f5324c4a8e1c2bec44a79558c3b02ab95d906ac Author: Guillaume Desmottes @@ -48116,7 +48232,7 @@ empathy_geometry_save: fix string leak libempathy-gtk/empathy-geometry.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit af6301ba7e46881feaf21f696a4721bbec946ca6 Author: Guillaume Desmottes @@ -48125,7 +48241,7 @@ contact_widget_location_update: fix string leak libempathy-gtk/empathy-contact-widget.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 34676cc2bbd026908720a6c0067eee58dbf20d5b Author: Guillaume Desmottes @@ -48148,7 +48264,7 @@ tests/valgrind.supp | 784 +++++++++++++-------------------------------------- - 1 files changed, 203 insertions(+), 581 deletions(-) + 1 file changed, 203 insertions(+), 581 deletions(-) commit 268d7f421f60d1688134f6438fa2a2c4caf0a68f Author: Guillaume Desmottes @@ -48157,7 +48273,7 @@ empathy-types: remove EmpathyContactMonitor libempathy/empathy-types.h | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 2cba9cbe1638c309e680778598ff66e319615b0a Author: Guillaume Desmottes @@ -48176,7 +48292,7 @@ constructed. libempathy-gtk/empathy-chat.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 807c4cdfac49d1cf4d8eefbda394c2b53bd5598b Author: Guillaume Desmottes @@ -48184,9 +48300,12 @@ install empathy-av to libexec - data/Makefile.am | 2 +- - ....Telepathy.Client.Empathy.AudioVideo.service.in | 2 +- - src/Makefile.am | 4 +++- + data/Makefile.am | + 2 +- + .../org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service.in | + 2 +- + src/Makefile.am | + 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) commit 0d3a21856b23f8ba591e833f77ff3a5bcb465d24 @@ -48196,7 +48315,7 @@ add AV client to the debug window src/empathy-debug-window.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 4834af14fe305ac39331b1619e3cc4c3121a6c16 Author: Guillaume Desmottes @@ -48205,7 +48324,7 @@ Disable timer if EMPATHY_PERSIST is set src/empathy-av.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit bba82eedbef0a2e3ea30ef924d64c85a7a105ad4 Author: Guillaume Desmottes @@ -48217,7 +48336,7 @@ src/empathy-av.c | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 61 insertions(+), 0 deletions(-) + 1 file changed, 61 insertions(+) commit 8ad9151c1f7228436492e992158346e2bc808122 Author: Guillaume Desmottes @@ -48229,7 +48348,7 @@ data/Empathy.AudioVideo.client | 1 + libempathy/empathy-call-factory.c | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 9694c8d334037461fc11537920d0a01520a032e5 Author: Guillaume Desmottes @@ -48289,7 +48408,7 @@ empathy: stop handling media channels src/empathy.c | 25 +------------------------ - 1 files changed, 1 insertions(+), 24 deletions(-) + 1 file changed, 1 insertion(+), 24 deletions(-) commit 406dc93dff623caa69b1b416d526cfd2030aa09a Author: Danielle Madeley @@ -48298,7 +48417,7 @@ Fix up distribution of GSettings schemas data/Makefile.am | 16 +++++++++------- - 1 files changed, 9 insertions(+), 7 deletions(-) + 1 file changed, 9 insertions(+), 7 deletions(-) commit f563f6d7383c61c560d22a7e500dddb499cdea11 Author: Danielle Madeley @@ -48307,7 +48426,7 @@ Work around GCompletion deprecation for the time being libempathy-gtk/empathy-chat.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 65b4cee8ab5be953fa62cf182134d0de7339686f Author: Danielle Madeley @@ -48318,7 +48437,7 @@ This reverts commit 78031524a27be66bdf51f1132f8285fa859b0c7a. po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 0dfb3ff44eebef82fd9f6a5772363b74356459c6 Author: Guillaume Desmottes @@ -48327,7 +48446,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 78031524a27be66bdf51f1132f8285fa859b0c7a Author: Guillaume Desmottes @@ -48338,7 +48457,7 @@ It breaks "make distcheck" and I didn't have time to dig right now... po/POTFILES.in | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 2fee6f40ab6259146f10cb609c1f295c5d11cbd2 Author: Guillaume Desmottes @@ -48348,7 +48467,7 @@ NEWS | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 4 +- + configure.ac | 4 ++-- 2 files changed, 70 insertions(+), 2 deletions(-) commit ab65204f5cf4788225d96871f42b7fbb08364665 @@ -48370,7 +48489,7 @@ libempathy/empathy-tp-chat.c | 40 ++++++++++++++++++++++++++++++---------- - 1 files changed, 30 insertions(+), 10 deletions(-) + 1 file changed, 30 insertions(+), 10 deletions(-) commit 70f51868d4d8ea7cb8450f6250c3acc33e02ef83 Author: Mattias Põldaru @@ -48379,8 +48498,8 @@ [l10n] Updated Estonian translation po/et.po | 142 - +++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 68 insertions(+), 74 deletions(-) + ++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 68 insertions(+), 74 deletions(-) commit 17e7c371fea17571b9956fa4433e51c08c1e8f27 Author: Mattias Põldaru @@ -48390,7 +48509,7 @@ po/et.po | 310 +++++++++++++++----------------------------------------------- - 1 files changed, 75 insertions(+), 235 deletions(-) + 1 file changed, 75 insertions(+), 235 deletions(-) commit 88597272bf17b0922f27c4ae58f372bae79aa1cf Author: Cheng-Chia Tseng @@ -48413,8 +48532,8 @@ Contributed by Pablo Martin-Gomez and Claude Paroz po/fr.po | 1275 - ++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 627 insertions(+), 648 deletions(-) + ++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 627 insertions(+), 648 deletions(-) commit 5c7c725365a5892334f3e90083e59096d311fae7 Author: Guillaume Desmottes @@ -48427,7 +48546,7 @@ using IRC proxy for example) so we want to display it right away. src/empathy-event-manager.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 1371d08976f21ed34079aad293adbe827127cae8 Author: Guillaume Desmottes @@ -48438,7 +48557,7 @@ This is more coherent with Empathy.AV. src/empathy-event-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 26b67edf41dec99963ee6ac8463ad9c2b93fa243 Author: Danielle Madeley @@ -48447,7 +48566,7 @@ Add missing signal to EmpathyMainWindow src/empathy-main-window.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 37560cd2f2265eaded4024767d51e1ec51c8dc59 Author: Guillaume Desmottes @@ -48460,7 +48579,7 @@ src/empathy-import-mc4-accounts.c | 532 ------------------------------------- src/empathy-import-mc4-accounts.h | 34 --- - 4 files changed, 0 insertions(+), 568 deletions(-) + 4 files changed, 568 deletions(-) commit 86efddfe8356a9dd959efeb38be26698ab5a80d9 Author: Guillaume Desmottes @@ -48471,7 +48590,7 @@ data/empathy.convert | 4 ---- data/org.gnome.Empathy.gschema.xml.in | 7 ------- libempathy/empathy-gsettings.h | 1 - - 3 files changed, 0 insertions(+), 12 deletions(-) + 3 files changed, 12 deletions(-) commit 17460b3291e61861ed56cbb5d5867d910297da58 Author: Guillaume Desmottes @@ -48497,10 +48616,10 @@ Port EmpathyPreferences to GtkDialog subclass - src/empathy-main-window.c | 13 ++- + src/empathy-main-window.c | 13 +- src/empathy-preferences.c | 325 ++++++++++++++++++++++++-------------------- - src/empathy-preferences.h | 25 ++++- + src/empathy-preferences.h | 25 +++- src/empathy-preferences.ui | 49 ------- 4 files changed, 215 insertions(+), 197 deletions(-) @@ -48513,7 +48632,7 @@ src/empathy-event-manager.c | 29 ++- src/empathy-main-window.c | 466 ++++++++++++++++++++++++------------------- - src/empathy-main-window.h | 26 +++- + src/empathy-main-window.h | 26 ++- src/empathy-main-window.ui | 8 - src/empathy.c | 3 +- 5 files changed, 308 insertions(+), 224 deletions(-) @@ -48527,7 +48646,7 @@ Fixes bug #622266 libempathy-gtk/empathy-theme-adium.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 30963d50de3652cca566fda8d753e733f0fb243a Author: Jorge González @@ -48536,8 +48655,8 @@ Updated Spanish translation po/es.po | 568 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 289 insertions(+), 279 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 289 insertions(+), 279 deletions(-) commit 9ec19adf1ee7294ea71f128c509179ccd838651a Author: Guillaume Desmottes @@ -48549,7 +48668,7 @@ There is no reason to. libempathy-gtk/empathy-log-window.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 865c47d9121bb63474ecaed7f5451188db67382b Author: Guillaume Desmottes @@ -48558,7 +48677,7 @@ add 2 comments libempathy-gtk/empathy-log-window.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 09df593e038c3f7bfed05294155dbffeabba6ea0 Merge: 603a228 89ca74a @@ -48576,7 +48695,7 @@ libempathy-gtk/empathy-new-call-dialog.c | 65 ++++++++++-------------------- - 1 files changed, 22 insertions(+), 43 deletions(-) + 1 file changed, 22 insertions(+), 43 deletions(-) commit 603a22855ea710b276892654b86a529167f8d32b Author: Guillaume Desmottes @@ -48585,7 +48704,7 @@ debug-window: add the logger (#622381) src/empathy-debug-window.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 9f52496c8d0d54e898b3d9df419201617417bdba Author: Guillaume Desmottes @@ -48594,7 +48713,7 @@ log-window: check if the window still exist in async cb (#622273) libempathy-gtk/empathy-log-window.c | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit 0e6298a2a650970c32706c6e6b703417b747b7fd Author: Guillaume Desmottes @@ -48608,7 +48727,7 @@ a window or not. libempathy-gtk/empathy-log-window.c | 22 +++++++++++++--------- - 1 files changed, 13 insertions(+), 9 deletions(-) + 1 file changed, 13 insertions(+), 9 deletions(-) commit d22972c5b30ef8b771a148e57d80a9f4d54424c8 Author: Guillaume Desmottes @@ -48625,7 +48744,7 @@ libempathy/empathy-call-handler.c | 3 --- libempathy/empathy-tp-call.c | 22 ---------------------- libempathy/empathy-tp-call.h | 3 --- - 3 files changed, 0 insertions(+), 28 deletions(-) + 3 files changed, 28 deletions(-) commit 31e110e96745858e11fce4fffab2334d5e32a873 Author: Guillaume Desmottes @@ -48635,7 +48754,7 @@ libempathy/empathy-call-handler.c | 21 --------------------- libempathy/empathy-call-handler.h | 3 --- - 2 files changed, 0 insertions(+), 24 deletions(-) + 2 files changed, 24 deletions(-) commit b379e5e873e51d3bcad1fc055b2f7974267c7daa Author: Guillaume Desmottes @@ -48650,7 +48769,7 @@ But now TpCall object are created earlier so that's not true any more. libempathy/empathy-tp-call.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit bd2d501f03e157f8f26a52f75e06dcb49621f663 Author: Guillaume Desmottes @@ -48661,7 +48780,7 @@ libempathy/empathy-call-handler.c | 55 +++++++++---------------------------- - 1 files changed, 13 insertions(+), 42 deletions(-) + 1 file changed, 13 insertions(+), 42 deletions(-) commit 2064d5324ec602a7a6c2e9e63d5b406e5228824c Author: Guillaume Desmottes @@ -48672,10 +48791,10 @@ Also allow caller to pass the timestamp and an optionnal callback. - libempathy-gtk/empathy-contact-menu.c | 6 +++- - libempathy-gtk/empathy-new-call-dialog.c | 33 ++++++++++++++++++++++-- + libempathy-gtk/empathy-contact-menu.c | 6 +++-- + libempathy-gtk/empathy-new-call-dialog.c | 33 +++++++++++++++++++++--- libempathy/empathy-call-factory.c | 41 - +++++++++++++++++++---------- + ++++++++++++++++++++---------- libempathy/empathy-call-factory.h | 8 +++++- 4 files changed, 68 insertions(+), 20 deletions(-) @@ -48690,7 +48809,7 @@ destroyed. libempathy/empathy-tp-call.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 066f1c90a7e6461ccb8ea11a2f511604abbd2472 Author: Guillaume Desmottes @@ -48699,7 +48818,7 @@ tp-call: use TargetHandle to get the remote contact libempathy/empathy-tp-call.c | 25 +++++++++++++------------ - 1 files changed, 13 insertions(+), 12 deletions(-) + 1 file changed, 13 insertions(+), 12 deletions(-) commit eafc9830daea1f750be9b68d7360a8b4b8345e5a Author: Guillaume Desmottes @@ -48709,7 +48828,7 @@ incoming one or not libempathy/empathy-tp-call.c | 20 ++++++++------------ - 1 files changed, 8 insertions(+), 12 deletions(-) + 1 file changed, 8 insertions(+), 12 deletions(-) commit f20aa2a8401a472c6d9d2ffa0979ae8169f1df85 Author: Guillaume Desmottes @@ -48721,7 +48840,7 @@ libempathy/empathy-call-factory.c | 15 --------------- libempathy/empathy-call-factory.h | 3 --- - 2 files changed, 0 insertions(+), 18 deletions(-) + 2 files changed, 18 deletions(-) commit 6b7a7b32680892b3e5cc45e8ef012fc323d06a4c Author: Guillaume Desmottes @@ -48742,10 +48861,10 @@ We are going to do it properly using TpSimpleHandler. - libempathy/empathy-dispatch-operation.c | 30 ------------------------- + libempathy/empathy-dispatch-operation.c | 30 -------------------------- src/empathy.c | 36 +------------------------------ - 2 files changed, 1 insertions(+), 65 deletions(-) + 2 files changed, 1 insertion(+), 65 deletions(-) commit 6d577ec2bc68b365aa0b02235d8b1d8d1aac297c Author: Guillaume Desmottes @@ -48755,7 +48874,7 @@ empathy_dispatcher_create_channel libempathy-gtk/empathy-share-my-desktop.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 23347330b2a4859f7e1af042d00d54ba1c4d5b15 Author: Xavier Claessens @@ -48769,7 +48888,7 @@ libempathy-gtk/empathy-contact-list-view.c | 65 ++++++++++++++++++++++++++++ - 1 files changed, 65 insertions(+), 0 deletions(-) + 1 file changed, 65 insertions(+) commit b0e035046ad5d3b9d483e8f74ef5f36149a73f16 Author: Xavier Claessens @@ -48780,7 +48899,7 @@ It is emitted when its GtkEntry is activated. libempathy-gtk/empathy-live-search.c | 25 +++++++++++++++++++++++++ - 1 files changed, 25 insertions(+), 0 deletions(-) + 1 file changed, 25 insertions(+) commit 7ecb49662199bb39b38e38f58ab4dcf5e3393b7b Author: Guillaume Desmottes @@ -48792,7 +48911,7 @@ libempathy/empathy-dispatcher.c | 38 -------------------------------------- - 1 files changed, 0 insertions(+), 38 deletions(-) + 1 file changed, 38 deletions(-) commit e0dfeacc5638249a9b3864e04195353ea4271806 Merge: 91085fb 43db9e7 @@ -48825,7 +48944,7 @@ stuck. src/empathy-main-window.c | 20 ++++++++++++++++---- - 1 files changed, 16 insertions(+), 4 deletions(-) + 1 file changed, 16 insertions(+), 4 deletions(-) commit e7f7ba7259d1b668b0d1702687f7241581b74d87 Author: Guillaume Desmottes @@ -48834,7 +48953,7 @@ strip name of the room (#622201) src/empathy-new-chatroom-dialog.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit bfca0ccfebc3cf36e1f9add5cf720917fe17c54e Author: Xavier Claessens @@ -48847,7 +48966,7 @@ Fixes bug #621089 src/empathy-main-window.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit e3c21c1ec71d405844089814ec3dec058a2b39a7 Author: Xavier Claessens @@ -48857,7 +48976,7 @@ tests/test-helper.c | 103 --------------------------------------------------- - 1 files changed, 0 insertions(+), 103 deletions(-) + 1 file changed, 103 deletions(-) commit 56c3590ccf790223f30894c81c2e6c2ac0ffa4b8 Author: Xavier Claessens @@ -48884,7 +49003,7 @@ libempathy-gtk/empathy-share-my-desktop.c | 231 ++++------------------------- - 1 files changed, 28 insertions(+), 203 deletions(-) + 1 file changed, 28 insertions(+), 203 deletions(-) commit 6a401905c9f98fcf821383012e71f9ea8abe0bc3 Author: Guillaume Desmottes @@ -48912,7 +49031,7 @@ po/lv.po | 207 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 99 insertions(+), 108 deletions(-) + 1 file changed, 99 insertions(+), 108 deletions(-) commit 733ae445e0f0c79b13de25e408957f23ed9a53a9 Author: Sjoerd Simons @@ -48928,7 +49047,7 @@ result if we give it at least one non-contact. libempathy-gtk/empathy-contact-list-store.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit 96a20bbc3f491b9f6bfa00401beb4cf24b7a200c Author: Sjoerd Simons @@ -48939,11 +49058,11 @@ configure.ac | 30 --------------------------- - libempathy-gtk/empathy-contact-list-store.c | 2 - - libempathy-gtk/empathy-contact-menu.c | 4 --- + libempathy-gtk/empathy-contact-list-store.c | 2 -- + libempathy-gtk/empathy-contact-menu.c | 4 ---- libempathy-gtk/empathy-contact-widget.c | 8 ------- - libempathy/empathy-contact-list.c | 6 ----- - 5 files changed, 0 insertions(+), 50 deletions(-) + libempathy/empathy-contact-list.c | 6 ------ + 5 files changed, 50 deletions(-) commit fb06bf8e12d112645433eb7ed2bd9ffb82980278 Author: Sjoerd Simons @@ -48958,7 +49077,7 @@ if A and B are contacts... libempathy-gtk/empathy-contact-list-store.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 813e42dcf617f97e0ed0cdc7a77ad428d5b87ef2 Author: Sjoerd Simons @@ -48967,7 +49086,7 @@ Throw a warning if the contact sort function didn't get two contacts libempathy-gtk/empathy-contact-list-store.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit f6e4c9ebc9374f787d623fbb787a2afd5407f5fe Author: Sjoerd Simons @@ -48976,8 +49095,8 @@ Always prepare both the Connection and the Channel libempathy/empathy-dispatch-operation.c | 35 - +++++++++++++----------------- - 1 files changed, 15 insertions(+), 20 deletions(-) + +++++++++++++------------------ + 1 file changed, 15 insertions(+), 20 deletions(-) commit c39c07e8c009170514ebcdfa0d9a639d673ee604 Author: Sjoerd Simons @@ -48986,7 +49105,7 @@ Use the right GSettings scheme libempathy-gtk/empathy-chat.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 48d30c3fabc70f012542ffe6c67742f6a39c8f10 Author: Sjoerd Simons @@ -49005,7 +49124,7 @@ Remove IDT_COMPILE_WARNINGS as we don't have the macro anymore configure.ac | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 2ec790f9cb9f2025b5dcf25f2cbaed978f8c0fb5 Author: Yaron Shahrabani @@ -49014,8 +49133,8 @@ Updated Hebrew translation. po/he.po | 722 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 367 insertions(+), 355 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 367 insertions(+), 355 deletions(-) commit 61fa3b9bfc5656d7305d397104bbe03e969100a3 Author: Fran Diéguez @@ -49025,7 +49144,7 @@ po/gl.po | 687 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 350 insertions(+), 337 deletions(-) + 1 file changed, 350 insertions(+), 337 deletions(-) commit e32273c1e0315e0c491d59c974996428b89adc77 Author: Kjartan Maraas @@ -49034,8 +49153,8 @@ Added Norwegian bokmål translation po/nb.po | 711 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 361 insertions(+), 350 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 361 insertions(+), 350 deletions(-) commit 8855dfdbfb2fb0fc6b1158658b87cd300cd8c8fb Author: Kjartan Maraas @@ -49044,7 +49163,7 @@ Rename the schemas po/POTFILES.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit bfb75bb92f7e1a4aa93a9e144b781faf03df93eb Merge: 13699e0 247ea7a @@ -49067,7 +49186,7 @@ libempathy/empathy-log-store-empathy.h | 71 --- libempathy/empathy-log-store.c | 172 ------- libempathy/empathy-log-store.h | 104 ---- - 7 files changed, 0 insertions(+), 1877 deletions(-) + 7 files changed, 1877 deletions(-) commit d345fc72a9ff9ce2af454f428b56f78cb611416a Author: Guillaume Desmottes @@ -49075,10 +49194,10 @@ Depend on telepathy-logger (#610956) - configure.ac | 31 +--- + configure.ac | 31 +-- libempathy-gtk/Makefile.am | 2 - - libempathy-gtk/empathy-chat.c | 62 +------ - libempathy-gtk/empathy-contact-menu.c | 17 +-- + libempathy-gtk/empathy-chat.c | 62 +----- + libempathy-gtk/empathy-contact-menu.c | 17 +- libempathy-gtk/empathy-log-window.c | 352 --------------------------------- libempathy/Makefile.am | 27 --- @@ -49100,7 +49219,7 @@ use ISO-8601 dates in DEBUG libempathy-gtk/empathy-log-window.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 323e59fd738a061d741608f26e16d56fec1f4e09 Author: Guillaume Desmottes @@ -49109,7 +49228,7 @@ don't use strptime libempathy-gtk/empathy-log-window.c | 27 ++++++++------------------- - 1 files changed, 8 insertions(+), 19 deletions(-) + 1 file changed, 8 insertions(+), 19 deletions(-) commit 824264d894e91c80cc03cd2ef837eb767d4e5242 Author: Guillaume Desmottes @@ -49118,7 +49237,7 @@ depend on telepathy-logger-0.1 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3a2a8251d7b4c79962fd17a978475df5b3cb57a9 Author: Guillaume Desmottes @@ -49151,7 +49270,7 @@ tpl_log_manager_search_async libempathy-gtk/empathy-log-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 153e113efb28b8fb42054dc27b46c6f169dfeeea Author: Guillaume Desmottes @@ -49161,7 +49280,7 @@ libempathy-gtk/empathy-log-window.c | 164 +++++++++++++++++++++-------------- - 1 files changed, 100 insertions(+), 64 deletions(-) + 1 file changed, 100 insertions(+), 64 deletions(-) commit b606f4e60bd4ffe0d8d2b9121391d299a5941101 Author: Guillaume Desmottes @@ -49170,7 +49289,7 @@ nautilus-sendto: add TPL CFLAGS nautilus-sendto-plugin/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 51a18eccb46077ed826aa95590ae8a2211c7a316 Author: Guillaume Desmottes @@ -49180,7 +49299,7 @@ tests/Makefile.am | 2 ++ tests/interactive/Makefile.am | 2 ++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit 210388d6821d72dacd55063ad805857a27c14e3f Author: Guillaume Desmottes @@ -49215,7 +49334,7 @@ rename channel_claim_cb to reject_channel_claim_cb src/empathy-event-manager.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit b7d237fb040f262730fbc0b4e34ebeae5dc33b19 Author: Will Thompson @@ -49228,7 +49347,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=621703 src/empathy-main-window.ui | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit c563c362a275d985a2d51c218ce0aca7ad3248f0 Author: Danielle Madeley @@ -49260,10 +49379,10 @@ Add a keyfile for gsettings-data-convert - data/Makefile.am | 5 +++ + data/Makefile.am | 5 ++++ data/empathy.convert | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 79 insertions(+), 0 deletions(-) + 2 files changed, 79 insertions(+) commit a9c56d98390d3c2c592c00ceef0d10151d6f9c49 Author: Danielle Madeley @@ -49289,7 +49408,7 @@ libempathy-gtk/Makefile.am | 2 - libempathy-gtk/empathy-avatar-chooser.c | 21 +- libempathy-gtk/empathy-chat-text-view.c | 53 ++- - libempathy-gtk/empathy-chat.c | 72 ++-- + libempathy-gtk/empathy-chat.c | 72 +-- libempathy-gtk/empathy-conf.c | 371 ---------------- libempathy-gtk/empathy-conf.h | 135 ------ libempathy-gtk/empathy-location-manager.c | 84 ++-- @@ -49298,7 +49417,7 @@ libempathy-gtk/empathy-spell.c | 24 +- libempathy-gtk/empathy-theme-adium.c | 38 +- libempathy-gtk/empathy-theme-boxes.c | 1 - - libempathy-gtk/empathy-theme-manager.c | 49 +- + libempathy-gtk/empathy-theme-manager.c | 49 ++- libempathy-gtk/empathy-ui-utils.c | 1 - libempathy/Makefile.am | 1 + libempathy/empathy-gsettings.h | 92 ++++ @@ -49308,7 +49427,7 @@ src/empathy-chat-window.c | 37 +- src/empathy-event-manager.c | 21 +- src/empathy-ft-manager.c | 1 - - src/empathy-main-window.c | 160 ++++---- + src/empathy-main-window.c | 160 ++++--- src/empathy-migrate-butterfly-logs.c | 22 +- src/empathy-preferences.c | 676 +++++++++-------------------- @@ -49383,7 +49502,7 @@ libempathy/empathy-time.c | 1 + libempathy/empathy-time.h | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 437accd81b67da4e729acdf7a20ed5c2fa644f45 Author: Guillaume Desmottes @@ -49393,7 +49512,7 @@ GOSSIP-RELICENSING.txt | 411 ++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 411 insertions(+), 0 deletions(-) + 1 file changed, 411 insertions(+) commit 5185368aeb46bbf1380b4a80248e401f08a82ac0 Author: Guillaume Desmottes @@ -49403,7 +49522,7 @@ src/empathy-event-manager.c | 54 ++++++++++++++++--------------------------- - 1 files changed, 20 insertions(+), 34 deletions(-) + 1 file changed, 20 insertions(+), 34 deletions(-) commit 0b1118ceffb8320a75182c322a7942c8488cedc3 Author: Guillaume Desmottes @@ -49412,7 +49531,7 @@ approve_channels: use quarks to compare channel types src/empathy-event-manager.c | 13 +++++++------ - 1 files changed, 7 insertions(+), 6 deletions(-) + 1 file changed, 7 insertions(+), 6 deletions(-) commit eb0e906fdf31444a970cd907357cb383a61949c7 Author: Guillaume Desmottes @@ -49421,7 +49540,7 @@ fix typo src/empathy-event-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ddfaea7497d40b45295d657b3a1f905ed5899252 Author: Guillaume Desmottes @@ -49432,7 +49551,7 @@ src/empathy-event-manager.c | 376 +++++++++++++++++++++++++++++++------------ - 1 files changed, 275 insertions(+), 101 deletions(-) + 1 file changed, 275 insertions(+), 101 deletions(-) commit 8c8046a95a4db39a507aceb78e3c23f959eb7745 Author: Guillaume Desmottes @@ -49453,9 +49572,9 @@ libempathy/empathy-dispatch-operation.c | 50 +---------------------------- - libempathy/empathy-dispatch-operation.h | 4 -- + libempathy/empathy-dispatch-operation.h | 4 --- libempathy/empathy-dispatcher.c | 53 - ++---------------------------- + +++---------------------------- 3 files changed, 5 insertions(+), 102 deletions(-) commit 6255e0f1e25d1a2928fb29fd3a0417cabaec46b4 @@ -49465,7 +49584,7 @@ event-manager: disable approving for now src/empathy-event-manager.c | 21 ++++++--------------- - 1 files changed, 6 insertions(+), 15 deletions(-) + 1 file changed, 6 insertions(+), 15 deletions(-) commit 81073b4ead57026a71a8e192947123aef9f9a3cf Author: Guillaume Desmottes @@ -49480,7 +49599,7 @@ tested. libempathy/empathy-message.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit d0b4b584e9cab568cd6bc25e2ad0fc0a00cfbca2 Author: Xavier Claessens @@ -49491,9 +49610,9 @@ libempathy-gtk/empathy-contact-list-store.c | 42 --------------------------- - libempathy-gtk/empathy-contact-list-store.h | 5 --- - libempathy-gtk/empathy-contact-list-view.c | 4 -- - 3 files changed, 0 insertions(+), 51 deletions(-) + libempathy-gtk/empathy-contact-list-store.h | 5 ---- + libempathy-gtk/empathy-contact-list-view.c | 4 --- + 3 files changed, 51 deletions(-) commit fdaa85ff7081f8e3c23984872cb72d585ee1d76b Author: Xavier Claessens @@ -49503,7 +49622,7 @@ libempathy-gtk/empathy-contact-list-view.c | 56 ++++++++++++++++++++++++++++ - 1 files changed, 56 insertions(+), 0 deletions(-) + 1 file changed, 56 insertions(+) commit 3b25a660fcf33449a4de4b9106c8682e66952aa2 Author: Guillaume Desmottes @@ -49512,7 +49631,7 @@ map-view: add a debug message when adding a marker src/empathy-map-view.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit c5e4a16ea91a6857a9e8d3876f8e47872bfd2b8c Author: Guillaume Desmottes @@ -49526,7 +49645,7 @@ still displayed (#621789). src/empathy-chat-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit eb7d0f7647e16dff399ca6cc77e4971ff437a56a Author: Will Thompson @@ -49541,7 +49660,7 @@ (420 / 260 is approximately the Golden Ratio.) libempathy-gtk/empathy-status-preset-dialog.ui | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 59bff3ec68fae3ce295983234e2016d1f4cb760c Author: Jorge González @@ -49550,8 +49669,8 @@ Updated Spanish translation po/es.po | 231 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 117 insertions(+), 114 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 117 insertions(+), 114 deletions(-) commit 779239e5698e387aa19836b3079fbad5f271c559 Merge: 65117be 468edbc @@ -49567,7 +49686,7 @@ Bump required version of telepathy-glib to 0.11.7 for ContactInfo API configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3f2f102289b7cc3195d77afa03cdb2158dd2bcfc Author: Xavier Claessens @@ -49576,7 +49695,7 @@ Add a GtkSpinner to notify the RequestContactInfo progress libempathy-gtk/empathy-contact-widget.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 84db1f04162ce84f915f739d68e831d0d3baf449 Author: Xavier Claessens @@ -49603,7 +49722,7 @@ Fixes bug #621545 configure.ac | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 679fc9b59b198352af5c72881fe5d06b74a6ad3c Author: Xavier Claessens @@ -49613,7 +49732,7 @@ libempathy-gtk/empathy-live-search.c | 3 +++ libempathy-gtk/empathy-live-search.h | 3 +++ - 2 files changed, 6 insertions(+), 0 deletions(-) + 2 files changed, 6 insertions(+) commit b81b252fddaaa77207a7b6c11e7e05c9c2c26410 Author: Xavier Claessens @@ -49622,7 +49741,7 @@ If path is NULL, the signal is blocked forever libempathy-gtk/empathy-contact-list-view.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 95107dadaa0b19028c03bfe89f7c473ec91e9d8e Author: Kjartan Maraas @@ -49632,7 +49751,7 @@ po/nb.po | 174 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 87 insertions(+), 87 deletions(-) + 1 file changed, 87 insertions(+), 87 deletions(-) commit 492a5fc0e466526f991e30f82fe7a42c22b4ec64 Author: Xavier Claessens @@ -49641,7 +49760,7 @@ Do not crash if the row gets deleted before the expand idle cb libempathy-gtk/empathy-contact-list-view.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 17f8244abe8a5456512f860a7132d3b56613891a Author: Fran Diéguez @@ -49651,7 +49770,7 @@ po/gl.po | 116 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 58 insertions(+), 58 deletions(-) + 1 file changed, 58 insertions(+), 58 deletions(-) commit 4a47a43ac27b276bc74c6cf92ba18e104a3dfaf4 Author: Xavier Claessens @@ -49661,7 +49780,7 @@ a group in idle cb libempathy-gtk/empathy-contact-list-view.c | 16 +++++++++------- - 1 files changed, 9 insertions(+), 7 deletions(-) + 1 file changed, 9 insertions(+), 7 deletions(-) commit 468edbcfb17c5d67d945debf2f019dfd9974ccf9 Author: Danielle Madeley @@ -49681,8 +49800,8 @@ a GtkScrolledWindow libempathy-gtk/empathy-chat-text-view.c | 45 - +++++++++--------------------- - 1 files changed, 14 insertions(+), 31 deletions(-) + ++++++++++--------------------- + 1 file changed, 14 insertions(+), 31 deletions(-) commit 9e495e95ae426f691c8682285b698f84e0a942d3 Author: Xavier Claessens @@ -49691,7 +49810,7 @@ Use new GtkTextView API to make EmpathyChat build with GSEAL enabled libempathy-gtk/empathy-chat.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 702b642ccb80a59f204d9283993653495668df1c Author: Xavier Claessens @@ -49700,7 +49819,7 @@ Require GTK+ 2.21.2 configure.ac | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 287d005ac6346e5029ce10375e1773c1f77bdb2d Author: Guillaume Desmottes @@ -49709,7 +49828,7 @@ Don't display the 'Important Room' menu item in private chats src/empathy-chat-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 2bae9ac9f9dded0762344c1478202d78e7f01200 Author: Guillaume Desmottes @@ -49718,7 +49837,7 @@ check if the search widget exists before trying to use it libempathy-gtk/empathy-contact-list-view.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 904bdd9b2d01cba1894f7626cdfce74983e12a0b Author: Kristjan Schmidt @@ -49728,7 +49847,7 @@ po/eo.po | 4097 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 2739 insertions(+), 1358 deletions(-) + 1 file changed, 2739 insertions(+), 1358 deletions(-) commit 0a8c8a26392654e2f384015190665b42f7e2f73f Author: Guillaume Desmottes @@ -49737,7 +49856,7 @@ coding style fixes libempathy-gtk/empathy-contact-list-view.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 25ed66df1c96c44357d5d89d7feebbcd44fd4ceb Author: Guillaume Desmottes @@ -49748,7 +49867,7 @@ Avoid signed/unsigned comparaison in the for loop. libempathy-gtk/empathy-string-parser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 266835f4f2885c11109bd0777ed970241c52622e Author: Xavier Claessens @@ -49758,7 +49877,7 @@ matching. libempathy-gtk/empathy-contact-list-view.c | 16 ++++++++++++++-- - 1 files changed, 14 insertions(+), 2 deletions(-) + 1 file changed, 14 insertions(+), 2 deletions(-) commit a7bf51e52c22b1b5c4d2d86ea8ead88adfe97f75 Author: Xavier Claessens @@ -49767,7 +49886,7 @@ Show/Hide the live search before refiltering libempathy-gtk/empathy-live-search.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 0cb1c94b09fa663adbabe8b8869a6747524a9b3e Author: Felix Kaser @@ -49788,8 +49907,8 @@ factor out set_requirements libempathy-gtk/empathy-location-manager.c | 36 - +++++++++++++++++----------- - 1 files changed, 22 insertions(+), 14 deletions(-) + ++++++++++++++++++----------- + 1 file changed, 22 insertions(+), 14 deletions(-) commit e74e1d64e45dba2677757dfff5adafabc611b13f Author: Laurent Bigonville @@ -49803,7 +49922,7 @@ otherwise no provider will be selected (#621023) libempathy-gtk/empathy-location-manager.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit bf6242ed6cbd030902064c4d7d3460105ac986ab Author: Felix Kaser @@ -49817,7 +49936,7 @@ libempathy-gtk/empathy-contact-list-store.c | 26 +++++++------------------- - 1 files changed, 7 insertions(+), 19 deletions(-) + 1 file changed, 7 insertions(+), 19 deletions(-) commit 03c709802eebcacdabe2c2738e166da9f4cb1f31 Author: Guillaume Desmottes @@ -49827,7 +49946,7 @@ libempathy-gtk/empathy-string-parser.c | 16 +++++++++++++++- tests/empathy-parser-test.c | 4 ++++ - 2 files changed, 19 insertions(+), 1 deletions(-) + 2 files changed, 19 insertions(+), 1 deletion(-) commit 8b8e9567d5a5d44bbb565013e1b7856f21ab1c5f Author: Guillaume Desmottes @@ -49836,7 +49955,7 @@ empathy-parser-test: use empathy_string_replace_escaped tests/empathy-parser-test.c | 25 +++++++------------------ - 1 files changed, 7 insertions(+), 18 deletions(-) + 1 file changed, 7 insertions(+), 18 deletions(-) commit ce6520bd5432a14f9d2689aae388747a9303c014 Author: Guillaume Desmottes @@ -49847,7 +49966,7 @@ That's much easier to spot the test failing. tests/empathy-parser-test.c | 6 +----- - 1 files changed, 1 insertions(+), 5 deletions(-) + 1 file changed, 1 insertion(+), 5 deletions(-) commit e804261f77cf34814c56e947cd2667aff9d544cf Author: Xavier Claessens @@ -49856,10 +49975,10 @@ Add unit test for the live search matching tests/.gitignore | 1 + - tests/Makefile.am | 6 +++- + tests/Makefile.am | 6 ++- tests/empathy-live-search-test.c | 75 ++++++++++++++++++++++++++++++++++++++ - 3 files changed, 81 insertions(+), 1 deletions(-) + 3 files changed, 81 insertions(+), 1 deletion(-) commit d4e8ed896d085e3ad76c07861a93c3366d34f340 Author: Felix Kaser @@ -49871,7 +49990,7 @@ libempathy-gtk/empathy-live-search.c | 559 ++++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-live-search.h | 71 +++++ - 3 files changed, 632 insertions(+), 0 deletions(-) + 3 files changed, 632 insertions(+) commit d1799870d3b8e8de188b6843d25ae20737376f14 Author: Guillaume Desmottes @@ -49880,7 +49999,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3af3e97869d79ce191713b817d75f47645024c00 Author: Guillaume Desmottes @@ -49906,7 +50025,7 @@ Makefile.am fixes Makefile.am | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 7b4c1e7640abf3abc27ce9d3f7b066b14557840e Author: Guillaume Desmottes @@ -49927,8 +50046,8 @@ libempathy/empathy-tp-chat.c | 49 ++++++++++++++++++++++++++++++++++++++++++ - libempathy/empathy-tp-chat.h | 3 ++ - 2 files changed, 52 insertions(+), 0 deletions(-) + libempathy/empathy-tp-chat.h | 3 +++ + 2 files changed, 52 insertions(+) commit 52bb570645883d3920f4950aa1dca8f6d88b4b32 Author: Guillaume Desmottes @@ -49942,7 +50061,7 @@ may no be ready yet. libempathy/empathy-dispatch-operation.c | 25 +++++++++++++++++++++++++ - 1 files changed, 25 insertions(+), 0 deletions(-) + 1 file changed, 25 insertions(+) commit 63b5db096a4a8e706bf9d2b7043aa6c9fe5d5697 Author: Guillaume Desmottes @@ -49951,7 +50070,7 @@ dispatch-operation: factor out channel_wrapper_ready libempathy/empathy-dispatch-operation.c | 18 +++++++++++++----- - 1 files changed, 13 insertions(+), 5 deletions(-) + 1 file changed, 13 insertions(+), 5 deletions(-) commit 78a90f6800c2403452712d0a85d0c89a5cc165ea Author: Guillaume Desmottes @@ -49961,7 +50080,7 @@ libempathy/empathy-tp-call.c | 8 ++++++++ libempathy/empathy-tp-call.h | 2 ++ - 2 files changed, 10 insertions(+), 0 deletions(-) + 2 files changed, 10 insertions(+) commit f57e122a8c74452214cfcfcab1cfaa669d8c9e9e Author: Guillaume Desmottes @@ -49978,7 +50097,7 @@ src/empathy-call-window.c | 42 +++++++++++++++++++++++++++--------------- - 1 files changed, 27 insertions(+), 15 deletions(-) + 1 file changed, 27 insertions(+), 15 deletions(-) commit b6800e4915dba910dae84f0bedc76c6dbde318ce Author: Laurent Bigonville @@ -49990,7 +50109,7 @@ zero (#620657). libempathy-gtk/empathy-location-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit db76f50da5903bb18fb480beaf430cb7329b2679 Author: Javier Jardón @@ -49999,7 +50118,7 @@ [docs] Remove omf.in file: It's not needed anymore help/empathy.omf.in | 10 ---------- - 1 files changed, 0 insertions(+), 10 deletions(-) + 1 file changed, 10 deletions(-) commit 76565f1667094528459fc2cfa80932a48b60158a Author: Xavier Claessens @@ -50008,7 +50127,7 @@ One more coding style fix libempathy-gtk/empathy-contact-list-view.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 8b82da132567baf8f4ad19353d6b37731f20435a Author: Xavier Claessens @@ -50030,7 +50149,7 @@ po/th.po | 1256 +++++++++++++++++++++++--------------------------------------- - 1 files changed, 468 insertions(+), 788 deletions(-) + 1 file changed, 468 insertions(+), 788 deletions(-) commit 3ca24320ad62f6207501197d290a47d99bb487e4 Author: Guillaume Desmottes @@ -50054,7 +50173,7 @@ po/gl.po | 83 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 43 insertions(+), 40 deletions(-) + 1 file changed, 43 insertions(+), 40 deletions(-) commit 1b5d073289b76ccaa74da4feea023ad4896a1977 Author: Jorge González @@ -50064,7 +50183,7 @@ po/es.po | 110 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 55 insertions(+), 55 deletions(-) + 1 file changed, 55 insertions(+), 55 deletions(-) commit 29e870fa4ecbfe926b0f1eced78705ca9305b592 Author: Yaron Shahrabani @@ -50074,7 +50193,7 @@ po/he.po | 90 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 45 insertions(+), 45 deletions(-) + 1 file changed, 45 insertions(+), 45 deletions(-) commit 01f25c3ca3f7780086720be3a9ccecdda96e7517 Author: Paul Sladen @@ -50083,7 +50202,7 @@ Make FullName clearer (#611466) data/empathy.desktop.in.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 55b79bd79477ddb3be777d760e19fa1bc468e56b Author: Rob Bradford @@ -50100,8 +50219,8 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620476 src/empathy-accounts-dialog.c | 53 - +++++++++++++++++++++++++++++++--------- - 1 files changed, 41 insertions(+), 12 deletions(-) + +++++++++++++++++++++++++++++++---------- + 1 file changed, 41 insertions(+), 12 deletions(-) commit ff6007612e6560514dbd6a5a581475d72de8c29d Author: Rob Bradford @@ -50120,7 +50239,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620474 src/empathy-accounts-dialog.c | 14 ++++++++++---- - 1 files changed, 10 insertions(+), 4 deletions(-) + 1 file changed, 10 insertions(+), 4 deletions(-) commit 7d4202aa8e193c22e9cc3871fbc384454cb734ef Author: Guillaume Desmottes @@ -50129,7 +50248,7 @@ change 'disconnect' label to 'finally' src/empathy-main-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 585d72aa81e740176a8482312a24ad70afbb2009 Author: Guillaume Desmottes @@ -50143,7 +50262,7 @@ favorite rooms. src/empathy-main-window.c | 25 +++++++++++++++++++++++-- - 1 files changed, 23 insertions(+), 2 deletions(-) + 1 file changed, 23 insertions(+), 2 deletions(-) commit 37e0041feb76a63e8a4d93bb8686d12266d117aa Author: Guillaume Desmottes @@ -50153,7 +50272,7 @@ src/empathy-main-window.c | 69 ++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 68 insertions(+), 1 deletions(-) + 1 file changed, 68 insertions(+), 1 deletion(-) commit b9c8f8942d4d01118e73f6abddfd53d284b865c6 Author: Guillaume Desmottes @@ -50162,7 +50281,7 @@ factor out join_chatroom src/empathy-main-window.c | 22 ++++++++++++++++------ - 1 files changed, 16 insertions(+), 6 deletions(-) + 1 file changed, 16 insertions(+), 6 deletions(-) commit 8229e3eeedecaebce510ff1197dc3412e00bc5f7 Author: Jorge González @@ -50172,7 +50291,7 @@ that fixes two typos help/es/es.po | 38 ++++++++++++-------------------------- - 1 files changed, 12 insertions(+), 26 deletions(-) + 1 file changed, 12 insertions(+), 26 deletions(-) commit 5eba91c37b0fdcd1eb5a905477cc98dc1c6d15d9 Author: Danielle Madeley @@ -50183,7 +50302,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=616616 src/empathy-accounts-common.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 38bbb04d30bed88cf7af9e14c5183149fdb635c9 Author: Danielle Madeley @@ -50192,7 +50311,7 @@ Update location for mx-gtk.h libempathy-gtk/empathy-account-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d754e98ad2c3a5deefc47e1b3eeedbd982360cf4 Author: Guillaume Desmottes @@ -50201,7 +50320,7 @@ log-window: start the search when the entry is activated (#619863) libempathy-gtk/empathy-log-window.c | 20 ++++++++++++++++++-- - 1 files changed, 18 insertions(+), 2 deletions(-) + 1 file changed, 18 insertions(+), 2 deletions(-) commit b4db990e6e7273cef3be093304a1fea7b783bb21 Merge: a27cf4d b00a994 @@ -50220,8 +50339,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=612523 src/empathy-debug-window.c | 120 - ++++++++++++++++++++++++++++++++++++++----- - 1 files changed, 106 insertions(+), 14 deletions(-) + ++++++++++++++++++++++++++++++++++++++------ + 1 file changed, 106 insertions(+), 14 deletions(-) commit a27cf4d72f1bcbc67a287e365cb07f28d9d8ab66 Author: Wouter Bolsterlee @@ -50230,7 +50349,7 @@ Dutch translation updated by Wouter Bolsterlee po/nl.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c66fe4bf653d0e1252b2b43324a2b3ec5b88bee7 Author: Hannie Dumoleyn @@ -50240,7 +50359,7 @@ po/nl.po | 6123 +++++++++++++++++++++++++------------------------------------- - 1 files changed, 2449 insertions(+), 3674 deletions(-) + 1 file changed, 2449 insertions(+), 3674 deletions(-) commit b7115a8d8c39b1320886fba97d65c2cf50aa7522 Author: Fran Diéguez @@ -50249,8 +50368,8 @@ Updated Galician translationsus po/gl.po | 375 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 191 insertions(+), 184 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 191 insertions(+), 184 deletions(-) commit aa091f48b6d22ce558aa2f3dd5eec7d7fc361381 Author: Kjartan Maraas @@ -50259,8 +50378,8 @@ Updated Norwegian bokmål translation po/nb.po | 364 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 185 insertions(+), 179 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 185 insertions(+), 179 deletions(-) commit 91505a9b06c100931de5d617b09bda400043c2ca Author: Yaron Shahrabani @@ -50270,7 +50389,7 @@ po/he.po | 1502 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 765 insertions(+), 737 deletions(-) + 1 file changed, 765 insertions(+), 737 deletions(-) commit bbcab52f24f48ac22e1230fda4b95697055c9a50 Author: Mario Blättermann @@ -50280,7 +50399,7 @@ help/de/de.po | 96 +++++++++++++++++++++++++-------------------------------- - 1 files changed, 42 insertions(+), 54 deletions(-) + 1 file changed, 42 insertions(+), 54 deletions(-) commit a9f889317e902de3f70719cdc8431a7558f7a10f Author: Jorge González @@ -50290,7 +50409,7 @@ po/es.po | 198 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 100 insertions(+), 98 deletions(-) + 1 file changed, 100 insertions(+), 98 deletions(-) commit 5ab918a38a75d877cf0a8b3b79da0f2fc723e16c Merge: 246115e 9cd83f1 @@ -50316,7 +50435,7 @@ rephrase important room menu src/empathy-chat-window.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c886f096cf16280f02e4f5c4b3211f6dc8711f97 Author: Jonas Bonn @@ -50338,7 +50457,7 @@ libempathy/empathy-chatroom-manager.c | 14 ++++++++++++++ libempathy/empathy-chatroom-manager.dtd | 3 ++- - 2 files changed, 16 insertions(+), 1 deletions(-) + 2 files changed, 16 insertions(+), 1 deletion(-) commit 6da94f6bce71e0d2c1b44260da986eecd089defa Author: Jonas Bonn @@ -50367,10 +50486,10 @@ The "always urgent" option is off by default when joining a room. libempathy/empathy-chatroom.c | 48 ++++++++++++++++++++++++++++++++++- - libempathy/empathy-chatroom.h | 3 ++ + libempathy/empathy-chatroom.h | 3 +++ src/empathy-chat-window.c | 56 - ++++++++++++++++++++++++++++++++++++++-- - src/empathy-chat-window.ui | 7 +++++ + ++++++++++++++++++++++++++++++++++++++--- + src/empathy-chat-window.ui | 7 ++++++ 4 files changed, 110 insertions(+), 4 deletions(-) commit 2f9166bf42462e44b40462cbd9fc562f6cf507af @@ -50383,7 +50502,7 @@ callback. src/empathy-chat-window.c | 17 ++++++----------- - 1 files changed, 6 insertions(+), 11 deletions(-) + 1 file changed, 6 insertions(+), 11 deletions(-) commit 2cf16f8c3b783ac09ed638633b34dffc50279106 Author: Jonas Bonn @@ -50396,7 +50515,7 @@ libempathy/empathy-chatroom-manager.c | 22 ++++++++++++++++++++++ libempathy/empathy-chatroom-manager.h | 4 ++++ - 2 files changed, 26 insertions(+), 0 deletions(-) + 2 files changed, 26 insertions(+) commit 09969c342e7b887bdfc92ff52a6862ae0fe8fa3b Author: Mattias Põldaru @@ -50405,7 +50524,7 @@ Estonian translation updated po/et.po | 13 ++++++------- - 1 files changed, 6 insertions(+), 7 deletions(-) + 1 file changed, 6 insertions(+), 7 deletions(-) commit 6caef8aaf683117fb559a8c3c98e001a782914a4 Author: Robert McQueen @@ -50414,7 +50533,7 @@ fix 0-byte logfile crash (#619736) libempathy/empathy-log-store-empathy.c | 18 ++++++++++++------ - 1 files changed, 12 insertions(+), 6 deletions(-) + 1 file changed, 12 insertions(+), 6 deletions(-) commit c75bdbbfc79d0489051bb5f87227647157476433 Author: Jorge González @@ -50423,7 +50542,7 @@ Updated Spanish translation po/es.po | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 4e1b91e8cfa635fde04960c43312034b8a54d8e1 Author: Simon McVittie @@ -50433,7 +50552,7 @@ &> redirection tools/with-session-bus.sh | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit 961f968f204547c34ad419786447d1904783497f Author: Simon McVittie @@ -50445,7 +50564,7 @@ aren't POSIX (use test foo && test bar, test foo || test bar). configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 4ba1a8de87f108ad073e388711c4d6b05009851e Author: Xavier Claessens @@ -50467,7 +50586,7 @@ libempathy-gtk/empathy-avatar-chooser.c | 55 +++++++++++++++++++++---------- - 1 files changed, 37 insertions(+), 18 deletions(-) + 1 file changed, 37 insertions(+), 18 deletions(-) commit 1ea03406fc359c1623909ff6705c9c67b0e0c30b Author: Xavier Claessens @@ -50485,7 +50604,7 @@ ---------------------------------- libempathy/empathy-contact-monitor.h | 63 ----- libempathy/empathy-tp-chat.c | 24 -- - 7 files changed, 0 insertions(+), 542 deletions(-) + 7 files changed, 542 deletions(-) commit a9b78b0a3a5fe71e3119016c9f438d3897509bf8 Author: Xavier Claessens @@ -50495,7 +50614,7 @@ online/offline src/empathy-event-manager.c | 29 +++++++++++++++++++---------- - 1 files changed, 19 insertions(+), 10 deletions(-) + 1 file changed, 19 insertions(+), 10 deletions(-) commit 58521ffc5dc4ca1b67ce3df25c16799237061f02 Author: Xavier Claessens @@ -50504,7 +50623,7 @@ Play sound for contact connected/disconnected from EmpathyEventManager instead of main window - src/empathy-event-manager.c | 38 ++++++++++++++++++++++----------- + src/empathy-event-manager.c | 38 ++++++++++++++++++++++------------ src/empathy-main-window.c | 47 ------------------------------------------- 2 files changed, 25 insertions(+), 60 deletions(-) @@ -50516,7 +50635,7 @@ Do not use EmpathyContactMonitor to know when a contact is added src/empathy-main-window.c | 26 +++++++++++++++++--------- - 1 files changed, 17 insertions(+), 9 deletions(-) + 1 file changed, 17 insertions(+), 9 deletions(-) commit ea03354dacd0da472875bb64d0f2d8c124f3193b Author: Xavier Claessens @@ -50530,7 +50649,7 @@ libempathy/empathy-contact.h | 1 + libempathy/empathy-tp-contact-factory.c | 46 ------------------------------ - libempathy/empathy-tp-contact-factory.h | 2 - + libempathy/empathy-tp-contact-factory.h | 2 -- 6 files changed, 41 insertions(+), 50 deletions(-) commit 986064a03ac759da8e87d085b8941444c8b57c5a @@ -50540,7 +50659,7 @@ Make clear that contacts_table doesn't keep any ref libempathy/empathy-contact.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b8ff75d21c1be60e6df472a35599a9e22046a92b Author: Xavier Claessens @@ -50548,20 +50667,20 @@ Port to new EmpathyTpContactFactory API - libempathy-gtk/empathy-contact-dialogs.c | 10 +---- + libempathy-gtk/empathy-contact-dialogs.c | 10 ++---- libempathy-gtk/empathy-contact-list-view.c | 19 ++++------- libempathy-gtk/empathy-contact-widget.c | 24 +++---------- - libempathy-gtk/empathy-new-call-dialog.c | 8 +--- - libempathy/empathy-dispatch-operation.c | 8 +--- - libempathy/empathy-dispatcher.c | 8 +--- + libempathy-gtk/empathy-new-call-dialog.c | 8 ++--- + libempathy/empathy-dispatch-operation.c | 8 ++--- + libempathy/empathy-dispatcher.c | 8 ++--- libempathy/empathy-ft-handler.c | 10 ++---- - libempathy/empathy-tp-call.c | 7 +--- + libempathy/empathy-tp-call.c | 7 ++-- libempathy/empathy-tp-chat.c | 50 +++++++++++++--------------- - libempathy/empathy-tp-contact-list.c | 15 ++------ - src/empathy-call-window.c | 8 +--- - src/empathy-chat-window.c | 9 +---- - src/empathy-event-manager.c | 16 ++------- + libempathy/empathy-tp-contact-list.c | 15 +++------ + src/empathy-call-window.c | 8 ++--- + src/empathy-chat-window.c | 9 ++--- + src/empathy-event-manager.c | 16 +++------ 13 files changed, 60 insertions(+), 132 deletions(-) commit 696bd076bbd431aad122c66cadfb6ec3f5ff1762 @@ -50592,8 +50711,8 @@ libempathy/empathy-contact.c | 43 ++++++++++++++++++++++++++++++++++++++++++ - libempathy/empathy-contact.h | 2 + - 2 files changed, 45 insertions(+), 0 deletions(-) + libempathy/empathy-contact.h | 2 ++ + 2 files changed, 45 insertions(+) commit 84419982180bd444e611b874add261d053341e5f Author: Xavier Claessens @@ -50602,7 +50721,7 @@ Bump required telepathy-glib to 0.11.6 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6cd1d1bb310a9a427caad3b5de657ad9c4ad929b Author: Xavier Claessens @@ -50612,7 +50731,7 @@ Fixes bug #579812 - libempathy/empathy-contact.c | 77 ++++++----- + libempathy/empathy-contact.c | 77 +++++------ libempathy/empathy-contact.h | 4 - libempathy/empathy-tp-contact-factory.c | 226 +------------------------------ @@ -50626,7 +50745,7 @@ libempathy/empathy-tp-contact-factory.c | 133 ------------------------------- - 1 files changed, 0 insertions(+), 133 deletions(-) + 1 file changed, 133 deletions(-) commit ed5ef81eb92e49309f986acf9cd3ef6415c0ccad Author: Xavier Claessens @@ -50638,7 +50757,7 @@ libempathy-gtk/empathy-avatar-chooser.c | 48 +++++++++++++------------------ - 1 files changed, 20 insertions(+), 28 deletions(-) + 1 file changed, 20 insertions(+), 28 deletions(-) commit 6559cf694da1f141c8b958542ad6a5e61f3a336f Author: Guillaume Desmottes @@ -50647,7 +50766,7 @@ invite-participant-dialog: translate the 'invite' button (#619678) src/empathy-invite-participant-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1a45d12ba4413512b389cd8ac00c02ad98477ce7 Author: Jorge González @@ -50656,8 +50775,8 @@ Updated Spanish translation po/es.po | 178 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 90 insertions(+), 88 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 90 insertions(+), 88 deletions(-) commit 9cd83f199da867a18e8182e230505cb6ec8b6409 Author: Guillaume Desmottes @@ -50672,7 +50791,7 @@ impl_signal_prepare(). (#617971) src/empathy-account-assistant.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 1991cfd7220438c19cee7cb20861ddda57bd7ce7 Author: Frédéric Péters @@ -50681,7 +50800,7 @@ Fixed typo in variable name release.py | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 1a0a1811e796c9117e1bfe1e2ecc091d21e8b87d Author: Gabriel Burt @@ -50690,7 +50809,7 @@ Fix contact menu items' capitalization (#619378) libempathy-gtk/empathy-contact-menu.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 397550f132803b8ff16aeb8fd402fba1d9b01fbd Author: Mike Ruprecht @@ -50700,7 +50819,7 @@ libempathy-gtk/empathy-chat.c | 309 ++++++++++++++++++++++++++++++++++------- - 1 files changed, 256 insertions(+), 53 deletions(-) + 1 file changed, 256 insertions(+), 53 deletions(-) commit b8bd45099ed48decb876233cab1f2df217abc323 Author: Guillaume Desmottes @@ -50710,7 +50829,7 @@ src/empathy-account-assistant.c | 3 +++ src/empathy-accounts-dialog.c | 3 +++ - 2 files changed, 6 insertions(+), 0 deletions(-) + 2 files changed, 6 insertions(+) commit dc191ab0d987dd5478365e5d19da7dad55d11002 Author: Jorge González @@ -50720,7 +50839,7 @@ po/es.po | 407 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 204 insertions(+), 203 deletions(-) + 1 file changed, 204 insertions(+), 203 deletions(-) commit 9966caf8ea6fc6f5a5e6698371a9cfc6f24d7c41 Author: Guillaume Desmottes @@ -50729,7 +50848,7 @@ remove the release flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 71f34da10e1e25c8c861395beb97c4149f53a852 Author: Guillaume Desmottes @@ -50749,7 +50868,7 @@ po/nb.po | 423 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 211 insertions(+), 212 deletions(-) + 1 file changed, 211 insertions(+), 212 deletions(-) commit b9fba4f58c149afedd5a49ab9b44b95ac4ec4023 Author: Guillaume Desmottes @@ -50761,7 +50880,7 @@ This fix a crash if the account is connecting. src/empathy-main-window.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 8125535e64eb29da486f642103eb3b220a280fb7 Author: Xavier Claessens @@ -50771,7 +50890,7 @@ libempathy-gtk/empathy-ui-utils.c | 22 ---------------------- libempathy-gtk/empathy-ui-utils.h | 2 -- - 2 files changed, 0 insertions(+), 24 deletions(-) + 2 files changed, 24 deletions(-) commit 64d4af1b917c249a571f8b608c1976fb065dca49 Author: Danielle Madeley @@ -50792,7 +50911,7 @@ po/gl.po | 431 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 216 insertions(+), 215 deletions(-) + 1 file changed, 216 insertions(+), 215 deletions(-) commit da99affb434f4bd1b61287ad812c3a5cfb297772 Author: Guillaume Desmottes @@ -50816,7 +50935,7 @@ data/codec-preferences | 4 ++++ data/element-properties | 6 ++++++ - 2 files changed, 10 insertions(+), 0 deletions(-) + 2 files changed, 10 insertions(+) commit fe45d91be46ad4c05bdecf162b720ee7502c3f30 Author: Guillaume Desmottes @@ -50825,7 +50944,7 @@ initialize a GError pointer libempathy/empathy-dispatcher.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 692f6f48a36f967beec4ff2509b6ea2747e6ad76 Author: Guillaume Desmottes @@ -50838,7 +50957,7 @@ (#618883). libempathy-gtk/empathy-account-widget-irc.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ab223625f15bae56e5b32b4798e87cf0e4b04944 Author: Rob Bradford @@ -50872,7 +50991,7 @@ data/icons/Makefile.am | 1 + data/icons/hicolor_status_22x22_im-message.png | Bin 0 -> 654 bytes - 2 files changed, 1 insertions(+), 0 deletions(-) + 2 files changed, 1 insertion(+) commit bf7c9ffb5e2cf5b9c2c00b15da260648db1eadb9 Author: ekspiulo @@ -50882,7 +51001,7 @@ option (#618753) src/empathy-preferences.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 693aa043f996448c2a0ffb241c3f5c26b596a625 Author: Guillaume Desmottes @@ -50893,7 +51012,7 @@ The file is in libempathy/ libempathy-gtk/empathy-account-widget-irc.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ac12fee45e6a1f90189d675e1276c1da8588c887 Author: Brian Curtis @@ -50902,7 +51021,7 @@ use port 8001 to connect to freenode irc (#618401) libempathy/irc-networks.xml | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 51bb109841eee7c9099b938554bb80a3fa449c67 Author: Petr Kovar @@ -50912,7 +51031,7 @@ po/cs.po | 600 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 309 insertions(+), 291 deletions(-) + 1 file changed, 309 insertions(+), 291 deletions(-) commit d06fb95a0ed6337d4897e8f9b0538057dee8c053 Author: Robert McQueen @@ -50948,7 +51067,7 @@ po/en@shaw.po | 2451 +++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 1672 insertions(+), 779 deletions(-) + 1 file changed, 1672 insertions(+), 779 deletions(-) commit 81f64a90c243f460624ab1ddb2fb7954ac755d94 Author: Sjoerd Simons @@ -50959,7 +51078,7 @@ Fixes bug #618167 src/empathy-call-window.c | 20 ++++++++++++++------ - 1 files changed, 14 insertions(+), 6 deletions(-) + 1 file changed, 14 insertions(+), 6 deletions(-) commit 0cd0f8435131a23d216ee6f0f1ea866803ba625e Author: Rob Bradford @@ -50974,7 +51093,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617909 libempathy-gtk/empathy-ui-utils.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a56bf15a5dca91b8b7bce593c939ec6404ae37b6 Author: Sjoerd Simons @@ -50983,7 +51102,7 @@ If there is no publish list, don't auto-add people to it libempathy/empathy-tp-contact-list.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 95f8148c1324e21bdec46ebe8c43037ffb6f2328 Author: Cheng-Chia Tseng @@ -50992,7 +51111,7 @@ Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 772 - ++++++++++++++++++++++++++++++----------------------------- + +++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 781 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 787 insertions(+), 766 deletions(-) @@ -51004,7 +51123,7 @@ Add missing tp-glib/util.h header to the AccountsPage. src/cc-empathy-accounts-page.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit aac9ffc5d26531278f64d12209db21cfb5d44dfe Author: Xavier Claessens @@ -51013,7 +51132,7 @@ Remove unused #include from empathy-map-view.c src/empathy-map-view.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit da872faea7e299cd6cffe2b121354fd50f9a9409 Author: Andika Triwidada @@ -51025,7 +51144,7 @@ po/LINGUAS | 1 + po/id.po | 3248 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 3249 insertions(+), 0 deletions(-) + 2 files changed, 3249 insertions(+) commit 6b9ab475b3885f265d2d23f9f736575f9a176758 Author: Danishka Navin @@ -51035,7 +51154,7 @@ po/si.po | 1067 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 538 insertions(+), 529 deletions(-) + 1 file changed, 538 insertions(+), 529 deletions(-) commit 364823fc277db364723b8954135727f2ee200e06 Author: Harold Schreckengost @@ -51044,7 +51163,7 @@ [help] Reordered the topics in index.page help/C/index.page | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit 04d48c09e75845e6ca99b591f1821452667ba770 Author: Guillaume Desmottes @@ -51053,7 +51172,7 @@ release.py: update last_tag_patern release.py | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8e337f9b0c7af72c0dbc846d5581edfa69aa9874 Author: Guillaume Desmottes @@ -51062,7 +51181,7 @@ remove released flag configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit bd4c5a56246c01d70b5d0bc5232bff8146235fad Author: Guillaume Desmottes @@ -51082,7 +51201,7 @@ Set a target bitrate for theora data/element-properties | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit bb4750da5ff85a61e8e9d4643fc63fbefe34a1c0 Merge: 046792f 61de8fb @@ -51110,7 +51229,7 @@ fix typo in comment src/empathy-chat-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit da5288f52ae5af2100caff3fe80dd981d2333d32 Author: Sjoerd Simons @@ -51121,7 +51240,7 @@ libempathy/empathy-dispatch-operation.c | 10 ++++++++++ libempathy/empathy-dispatch-operation.h | 4 ++++ src/empathy-event-manager.c | 19 +++++++++++++++++++ - 3 files changed, 33 insertions(+), 0 deletions(-) + 3 files changed, 33 insertions(+) commit 86579ed008210dcdd95b0e0f92ab1648b0fd9494 Author: Sjoerd Simons @@ -51130,7 +51249,7 @@ Consider G_MAXIN64 as a secred code for GDK_CURRENT_TIME src/empathy-chat-window.c | 22 +++++++++++++--------- - 1 files changed, 13 insertions(+), 9 deletions(-) + 1 file changed, 13 insertions(+), 9 deletions(-) commit 05e3181257bc2664f462879467850d522450d48d Author: Sjoerd Simons @@ -51139,7 +51258,7 @@ Add a comment, fix indentation src/empathy-chat-window.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 046792f3fd596574132fe1d6217dd1877bffe743 Author: Jorge González @@ -51149,7 +51268,7 @@ po/es.po | 374 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 185 insertions(+), 189 deletions(-) + 1 file changed, 185 insertions(+), 189 deletions(-) commit 849dcc2fd36ec01352a3544c501cbbe5afa78d95 Author: Rob Bradford @@ -51162,7 +51281,7 @@ Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617262 src/empathy-accounts-module.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 875d4b68230acf60788d7cc40342dbb931c718e4 Author: Frédéric Péters @@ -51171,7 +51290,7 @@ Do not display "missing image" for contacts without avatar (#608103) libempathy-gtk/empathy-avatar-image.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 4716b7036a43d51b3e834c5d5a75c68e4fdb7a0a Author: Jorge González @@ -51180,8 +51299,8 @@ Updated Spanish translation help/es/es.po | 64 - +++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 38 insertions(+), 26 deletions(-) + ++++++++++++++++++++++++++++++++++----------------------- + 1 file changed, 38 insertions(+), 26 deletions(-) commit 871a256b4eda943d1924bde6109f66197be060ca Author: Harold Schreckengost @@ -51200,8 +51319,8 @@ Updated German translation po/de.po | 809 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 411 insertions(+), 398 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 411 insertions(+), 398 deletions(-) commit 97fc0a1dd8bd6bd293a09ce0dc34281068ccd620 Author: Xavier Claessens @@ -51223,7 +51342,7 @@ po/nb.po | 683 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 333 insertions(+), 350 deletions(-) + 1 file changed, 333 insertions(+), 350 deletions(-) commit 1a20f4da20a8d6c6b8206f13a41e0d50e9f110a8 Author: Jorge González @@ -51232,7 +51351,7 @@ Updated Spanish translation help/es/es.po | 48 +++++++++--------------------------------------- - 1 files changed, 9 insertions(+), 39 deletions(-) + 1 file changed, 9 insertions(+), 39 deletions(-) commit 0120881bdf600b459b47fcdb19b9d85214a455a1 Author: Paul Cutler @@ -51241,7 +51360,7 @@ Fixed small grammar issues in intro help/C/introduction.page | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit bfe8b3d75fefa2f7d5fa1afa923536fbb67fe99f Author: Mario Blättermann @@ -51251,7 +51370,7 @@ help/de/de.po | 138 +++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 75 insertions(+), 63 deletions(-) + 1 file changed, 75 insertions(+), 63 deletions(-) commit 1d916b24fde90ff3f3f0941aefc079003ab7058b Author: Mario Blättermann @@ -51261,7 +51380,7 @@ help/de/de.po | 1101 +++++++++++++++++++++++++++++---------------------------- - 1 files changed, 563 insertions(+), 538 deletions(-) + 1 file changed, 563 insertions(+), 538 deletions(-) commit 9112b095a25846d795221d371232afd70934c13f Merge: 6baa8e2 4354a8d @@ -51289,8 +51408,8 @@ feels like it they can add a tickybox to the Theme tab in Preferences. libempathy-gtk/empathy-theme-boxes.c | 37 - +++------------------------------ - 1 files changed, 4 insertions(+), 33 deletions(-) + ++++------------------------------ + 1 file changed, 4 insertions(+), 33 deletions(-) commit 6baa8e2c6789bde8337b61604aa3c15f80a9a080 Author: Jorge González @@ -51300,7 +51419,7 @@ help/es/es.po | 349 +++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 201 insertions(+), 148 deletions(-) + 1 file changed, 201 insertions(+), 148 deletions(-) commit 857837c539058df84e398d482b24de3b71e2469a Author: Guillaume Desmottes @@ -51309,7 +51428,7 @@ use TP_PROP_* constants libempathy/empathy-contact.c | 21 +++++++++++---------- - 1 files changed, 11 insertions(+), 10 deletions(-) + 1 file changed, 11 insertions(+), 10 deletions(-) commit 749997ed48b485fa703d4c417a4ee3224955fe6e Author: Guillaume Desmottes @@ -51318,7 +51437,7 @@ use tp_value_array_unpack libempathy/empathy-contact.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 623c65fa0d997818b6c955c01eaf0783c24ccf14 Author: Guillaume Desmottes @@ -51330,7 +51449,7 @@ libempathy/empathy-tp-contact-factory.c | 339 ------------------------------- - 1 files changed, 0 insertions(+), 339 deletions(-) + 1 file changed, 339 deletions(-) commit a275161d3810fa1729fe0e48b451b07f819fad0f Author: Guillaume Desmottes @@ -51339,7 +51458,7 @@ request the TP_CONTACT_FEATURE_CAPABILITIES feature libempathy/empathy-tp-contact-factory.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit d3155798adce20b724b1059ce2ece927950a42a7 Author: Guillaume Desmottes @@ -51349,7 +51468,7 @@ libempathy/empathy-contact.c | 82 ++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 82 insertions(+), 0 deletions(-) + 1 file changed, 82 insertions(+) commit 595c95a0f9237cda825ad343d76ed24f13f77dcc Author: Guillaume Desmottes @@ -51360,7 +51479,7 @@ We need TpContact:capabilities configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8dc0c03b37ff1b6abaeb6b73b85eb0e9b3ab32af Author: Jasper Lievisse Adriaanse @@ -51371,7 +51490,7 @@ The storage size of 'addr' isn't known without netinet/in.h (#616859). libempathy/empathy-tp-file.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 81083111d84e63d44f868bb656482e16d70859d9 Author: Shaun McCance @@ -51393,7 +51512,7 @@ src/Makefile.am | 1 + src/cc-empathy-accounts-panel.c | 4 ++++ - 2 files changed, 5 insertions(+), 0 deletions(-) + 2 files changed, 5 insertions(+) commit ecf57786b46e333e17d0b11c3209b0f4b069f65d Author: Guillaume Desmottes @@ -51412,7 +51531,7 @@ irc-networks.xml: properly spell 'freenode' (#616711) libempathy/irc-networks.xml | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 46338dc06aaa765efa00b98b497ca4a3dace5b5a Merge: 6cc47b6 97dd1e1 @@ -51428,7 +51547,7 @@ Fix French translation (fixes bug #615719) po/fr.po | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit f079b5e6d31c8ec8f18bc5dac4f54c11b22eae69 Author: Francisco Diéguez @@ -51438,7 +51557,7 @@ po/gl.po | 58 +++++++++++++++++++++++++++++----------------------------- - 1 files changed, 29 insertions(+), 29 deletions(-) + 1 file changed, 29 insertions(+), 29 deletions(-) commit dc016647861e791f1fe3374d34a580b0abb88d26 Author: Milo Casagrande @@ -51448,7 +51567,7 @@ help/it/it.po | 296 ++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 165 insertions(+), 131 deletions(-) + 1 file changed, 165 insertions(+), 131 deletions(-) commit d84744422bb86a38d130259b6ef7ecd41b630ce4 Author: Sjoerd Simons @@ -51457,7 +51576,7 @@ Only present and tab switch for new events src/empathy-chat-window.c | 27 +++++++++++++++++++++++++-- - 1 files changed, 25 insertions(+), 2 deletions(-) + 1 file changed, 25 insertions(+), 2 deletions(-) commit 9e34e6de9a81e02929cfc65d771a4da6eb348df6 Author: Sjoerd Simons @@ -51466,7 +51585,7 @@ No longer need to dig out the X time ourselves libempathy-gtk/empathy-ui-utils.c | 14 -------------- - 1 files changed, 0 insertions(+), 14 deletions(-) + 1 file changed, 14 deletions(-) commit 76332f0f9be6ffe77f7b756d00384e1c46c6cf9e Author: Sjoerd Simons @@ -51475,7 +51594,7 @@ Always at least show new chat windows even if not presenting them src/empathy-chat-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c633b9b25a6bd729b8441382332e807d31331a93 Author: Sjoerd Simons @@ -51506,9 +51625,9 @@ dispatch-operation: add user-action-time property libempathy/empathy-dispatch-operation.c | 36 - +++++++++++++++++++++++++++++- - libempathy/empathy-dispatch-operation.h | 10 +++++++- - libempathy/empathy-dispatcher.c | 12 ++++++---- + +++++++++++++++++++++++++++++-- + libempathy/empathy-dispatch-operation.h | 10 +++++++-- + libempathy/empathy-dispatcher.c | 12 ++++++----- 3 files changed, 49 insertions(+), 9 deletions(-) commit 221c1186f4b34b585767ae5b6f8e705410bf60dc @@ -51580,7 +51699,7 @@ libempathy-gtk/empathy-ui-utils.c | 64 +++++++------------------------------ - 1 files changed, 12 insertions(+), 52 deletions(-) + 1 file changed, 12 insertions(+), 52 deletions(-) commit 694d330bc1eda0fd5bfeb60496378e0843bfd1a6 Author: Ask H. Larsen @@ -51590,7 +51709,7 @@ po/da.po | 204 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 102 insertions(+), 102 deletions(-) + 1 file changed, 102 insertions(+), 102 deletions(-) commit 65a010f05fd89ec4b2e59e29f62effcf3637294a Author: Xandru Armesto @@ -51600,7 +51719,7 @@ po/ast.po | 2642 ++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 1740 insertions(+), 902 deletions(-) + 1 file changed, 1740 insertions(+), 902 deletions(-) commit 205a25fa895114721c9ee4b853edb24e4457de53 Author: Petr Kovar @@ -51610,7 +51729,7 @@ po/cs.po | 266 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 130 insertions(+), 136 deletions(-) + 1 file changed, 130 insertions(+), 136 deletions(-) commit 18caf0455ed4a811b503efcbe20491372dd66ae9 Author: Carles Ferrando @@ -51620,7 +51739,7 @@ po/ca@valencia.po | 5401 +++++++++++++++++++++++++++++++++++++++++------------ - 1 files changed, 4199 insertions(+), 1202 deletions(-) + 1 file changed, 4199 insertions(+), 1202 deletions(-) commit 09fe4a9dd7e53a6986d262b2d3fd8c37c5364f5c Author: Milo Casagrande @@ -51646,7 +51765,7 @@ po/it.po | 722 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 368 insertions(+), 354 deletions(-) + 1 file changed, 368 insertions(+), 354 deletions(-) commit 1c4e9ef872af537436a0b8676256fb6c1f7e4198 Author: David Laban @@ -51657,7 +51776,7 @@ Otherwise, we will crash because priv->handler is not there. src/empathy-call-window.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit f2684964e27ae50e40b9708aeb5f46562b25df29 Author: Guillaume Desmottes @@ -51670,7 +51789,7 @@ channels... libempathy/empathy-tp-contact-list.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 136e7561dbe34bafa1974ea6aa9aa5acceb00c61 Author: Guillaume Desmottes @@ -51693,7 +51812,7 @@ It's not needed any more. libempathy/empathy-dispatch-operation.c | 15 ++------------- - 1 files changed, 2 insertions(+), 13 deletions(-) + 1 file changed, 2 insertions(+), 13 deletions(-) commit 86a3d7231f766c1c157ce84bf2444c396610a4fb Author: Guillaume Desmottes @@ -51702,7 +51821,7 @@ dispatcher: don't check for Requests when fetching conn properties libempathy/empathy-dispatcher.c | 11 +++-------- - 1 files changed, 3 insertions(+), 8 deletions(-) + 1 file changed, 3 insertions(+), 8 deletions(-) commit 1f6d356c8b5d55afdc4a2383f3d56c458c56f53e Author: Guillaume Desmottes @@ -51714,7 +51833,7 @@ libempathy/empathy-dispatcher.c | 157 ++++----------------------------------- - 1 files changed, 15 insertions(+), 142 deletions(-) + 1 file changed, 15 insertions(+), 142 deletions(-) commit d7612089c859f73dbafae2498104cf9329b51e9b Author: Guillaume Desmottes @@ -51723,7 +51842,7 @@ call cb with an error if dispatcher_chat_with_contact* fails libempathy/empathy-dispatcher.c | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit e35291afaace4f378dd34377cd976003735af47c Author: Guillaume Desmottes @@ -51732,7 +51851,7 @@ dispatcher_connection_invalidated_cb: terminate pending requests libempathy/empathy-dispatcher.c | 23 +++++++++++++++++++++++ - 1 files changed, 23 insertions(+), 0 deletions(-) + 1 file changed, 23 insertions(+) commit e29d5a655b02386c615bef866f73ffec052ceba3 Author: Guillaume Desmottes @@ -51745,7 +51864,7 @@ (#615970). libempathy/empathy-dispatcher.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 6f392c8adacd186ac9895d44f64543e59cef8925 Author: Guillaume Desmottes @@ -51754,7 +51873,7 @@ user-extended-away has been renamed to user-idle.svg data/icons/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit bf99966390e344166336746fd821561fc8064b7d Author: Xavier Claessens @@ -51772,9 +51891,9 @@ Fix some build errors when GSEAL is enabled - configure.ac | 8 +++++- + configure.ac | 8 ++++++-- libempathy-gtk/empathy-chat-text-view.c | 33 - ++++++++++++++++++++++++++---- + ++++++++++++++++++++++++++----- 2 files changed, 34 insertions(+), 7 deletions(-) commit db806e6906469a1db633090b4a02298e4ebb4afd @@ -51786,7 +51905,7 @@ Fixes bug #612185 libempathy-gtk/empathy-string-parser.c | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) + 1 file changed, 8 deletions(-) commit cd798ab3c9d123c271245dea28682e3b85d3f9de Author: Xavier Claessens @@ -51826,7 +51945,7 @@ Force maintainer mode if it is not a released empathy configure.ac | 9 +++------ - 1 files changed, 3 insertions(+), 6 deletions(-) + 1 file changed, 3 insertions(+), 6 deletions(-) commit 1cb13f899d7d6a22db3e54a58f5dca2753da0637 Author: Jonny Lamb @@ -51839,7 +51958,7 @@ libempathy-gtk/empathy-contact-list-store.c | 45 +++++++++++++++++++++++++-- - 1 files changed, 42 insertions(+), 3 deletions(-) + 1 file changed, 42 insertions(+), 3 deletions(-) commit 60597b2520aebd3b13a5e576ec72d53febc15a5f Author: Mike Ruprecht @@ -51853,7 +51972,7 @@ moved back. Fixes #616012 src/empathy-chat-window.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 72f5c71dcb33e72e9f7b35d3f5c673360443eaa1 Author: Olav Vitters @@ -51862,7 +51981,7 @@ Fix doap file empathy.doap | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit bc89eb630dfeab4bd2e3ce7208824b4196381b33 Author: Francisco Diéguez @@ -51872,7 +51991,7 @@ po/gl.po | 717 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 365 insertions(+), 352 deletions(-) + 1 file changed, 365 insertions(+), 352 deletions(-) commit 354b5e3105ad91938d62691b76a84149cdc658c2 Author: Mirsal Ennaime @@ -51889,7 +52008,7 @@ left / right respectively, as it is in GNOME Terminal for instance. src/empathy-chat-window.ui | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 751cec65da3d79d0714c1e898a791b67640dc0e2 Author: Jorge González @@ -51899,7 +52018,7 @@ po/es.po | 518 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 267 insertions(+), 251 deletions(-) + 1 file changed, 267 insertions(+), 251 deletions(-) commit 12687af8e7e87e5c31a15df4b686ac89b58941e3 Author: Guillaume Desmottes @@ -51913,7 +52032,7 @@ manager file but actually don't. Should fix #61582 libempathy-gtk/empathy-protocol-chooser.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit e90abd7be91524f1692054920692c83b47662b07 Author: Guillaume Desmottes @@ -51924,7 +52043,7 @@ libempathy-gtk/empathy-account-widget-generic.ui | 36 +++++++++++++++------- - 1 files changed, 25 insertions(+), 11 deletions(-) + 1 file changed, 25 insertions(+), 11 deletions(-) commit 3d1d52b0eb6b199a24f9173befee734cb086df3b Merge: 438d9d9 a82dcc2 @@ -51941,7 +52060,7 @@ po/ta.po | 738 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 368 insertions(+), 370 deletions(-) + 1 file changed, 368 insertions(+), 370 deletions(-) commit 25696ab036340476c881762bf63171c125aa5458 Author: vasudeven @@ -51950,7 +52069,7 @@ updated Tamil translation po/ta.po | 56 ++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 36 insertions(+), 20 deletions(-) + 1 file changed, 36 insertions(+), 20 deletions(-) commit f6245033315d3edef775a49360f2371e70ea8579 Author: vasudeven @@ -51960,7 +52079,7 @@ po/ta.po | 476 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 252 insertions(+), 224 deletions(-) + 1 file changed, 252 insertions(+), 224 deletions(-) commit f5dcf3055489334a6b3254c54b1cc6cf8b3d8e31 Author: Vladimir Melo @@ -51970,7 +52089,7 @@ po/pt_BR.po | 700 ++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 355 insertions(+), 345 deletions(-) + 1 file changed, 355 insertions(+), 345 deletions(-) commit a82dcc2fc27ff9e069c7046c3eaba8768aa6b06c Author: David Laban @@ -51995,7 +52114,7 @@ that now, but the patch is tested and works. src/empathy-account-assistant.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 5cc1da760b9ef6fd18861da30cbf6c28f5659410 Author: Yannig Marchegay @@ -52004,8 +52123,8 @@ Occitan translation update po/oc.po | 350 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 189 insertions(+), 161 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 189 insertions(+), 161 deletions(-) commit a5874f2717a5bf55bdc0a0831dd992cb59e4738d Author: Yannig Marchegay @@ -52015,7 +52134,7 @@ po/oc.po | 474 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 251 insertions(+), 223 deletions(-) + 1 file changed, 251 insertions(+), 223 deletions(-) commit 9ce24420531516f4afc723e65d3de628261e5827 Author: Yannig Marchegay @@ -52025,7 +52144,7 @@ po/oc.po | 3870 +++++++++++++++++++++++++++++++++++++++++++------------------- - 1 files changed, 2704 insertions(+), 1166 deletions(-) + 1 file changed, 2704 insertions(+), 1166 deletions(-) commit 8bb1dbf33289a7b07187e40258cd90990d90c715 Author: Xavier Claessens @@ -52035,7 +52154,7 @@ settings libempathy-gtk/empathy-account-widget-jabber.ui | 16 ++++++++++------ - 1 files changed, 10 insertions(+), 6 deletions(-) + 1 file changed, 10 insertions(+), 6 deletions(-) commit da10da28e05b0846027f416786b2202cb251ef4d Author: Khaled Hosny @@ -52045,7 +52164,7 @@ po/ar.po | 579 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 298 insertions(+), 281 deletions(-) + 1 file changed, 298 insertions(+), 281 deletions(-) commit f55bbff68f75e6f4d60c5a37c0db8fcd16842f24 Author: Guillaume Desmottes @@ -52055,7 +52174,7 @@ we want to use the default libempathy-gtk/empathy-search-bar.ui | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit bfd5bc0696c9cd69a0e91ebff7c4d42f571e3200 Author: Guillaume Desmottes @@ -52065,7 +52184,7 @@ property; we want to use the default libempathy-gtk/empathy-contact-widget.ui | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 9419dbfd770eca81f3a1bc35542e8313ff217005 Author: Guillaume Desmottes @@ -52075,7 +52194,7 @@ invisible_char property; we want to use the default libempathy-gtk/empathy-contact-selector-dialog.ui | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit da7208db24f379609c956cd7610a0d5958f49d6b Author: Guillaume Desmottes @@ -52085,7 +52204,7 @@ property; we want to use the default libempathy-gtk/empathy-account-widget-yahoo.ui | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) + 1 file changed, 8 deletions(-) commit 0a8de225f93e2ffaa2fa6911bd2132e7ae3d91d1 Author: Guillaume Desmottes @@ -52095,7 +52214,7 @@ property; we want to use the default libempathy-gtk/empathy-account-widget-sip.ui | 9 --------- - 1 files changed, 0 insertions(+), 9 deletions(-) + 1 file changed, 9 deletions(-) commit 3c3a67da628947d496693e88bafd7df1ad63e3a4 Author: Guillaume Desmottes @@ -52105,7 +52224,7 @@ property; we want to use the default libempathy-gtk/empathy-account-widget-msn.ui | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit 00a95939f6ccef38ba2f990a1cf14d30c22c0db2 Author: Guillaume Desmottes @@ -52114,8 +52233,8 @@ libempathy-gtk/empathy-account-widget-local-xmpp.ui: remove invisible_char property; we want to use the default - .../empathy-account-widget-local-xmpp.ui | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + libempathy-gtk/empathy-account-widget-local-xmpp.ui | 6 ------ + 1 file changed, 6 deletions(-) commit 312d0f3da73339acd57c95ae63083342055bec92 Author: Guillaume Desmottes @@ -52125,7 +52244,7 @@ property; we want to use the default libempathy-gtk/empathy-account-widget-jabber.ui | 12 ------------ - 1 files changed, 0 insertions(+), 12 deletions(-) + 1 file changed, 12 deletions(-) commit dd31cfee25e8315b920552c9ed4fc812611c5ef5 Author: Guillaume Desmottes @@ -52135,7 +52254,7 @@ property; we want to use the default libempathy-gtk/empathy-account-widget-irc.ui | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 5fe405d56c7559b6254fd442add272ff3a4d7271 Author: Guillaume Desmottes @@ -52145,7 +52264,7 @@ property; we want to use the default libempathy-gtk/empathy-account-widget-icq.ui | 7 ------- - 1 files changed, 0 insertions(+), 7 deletions(-) + 1 file changed, 7 deletions(-) commit 986c3ec062e8c9cee5c7d6ffb485d1ae4ff6369d Author: Guillaume Desmottes @@ -52155,7 +52274,7 @@ invisible_char property; we want to use the default libempathy-gtk/empathy-account-widget-groupwise.ui | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit db7249144136a0333a399de73327c04725327692 Author: Guillaume Desmottes @@ -52165,7 +52284,7 @@ property; we want to use the default libempathy-gtk/empathy-account-widget-aim.ui | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit ecf8a0957d0af767dcb1527cd6719feb321831e1 Author: Guillaume Desmottes @@ -52177,7 +52296,7 @@ 3479e2bafb401bd4cd7fc3332c52c3c3cbdc8ba0. libempathy-gtk/empathy-account-widget-sip.ui | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit 84dda47991e04e1db9c68b589f310662dd03527a Author: Guillaume Desmottes @@ -52186,7 +52305,7 @@ contact-widget: use empathy_account_chooser_get_account libempathy-gtk/empathy-contact-widget.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 5f90792f29e4a474e37dffc2deafcb3e8e310831 Author: Guillaume Desmottes @@ -52196,7 +52315,7 @@ libempathy-gtk/empathy-account-chooser.c | 14 ++++++++++++++ libempathy-gtk/empathy-account-chooser.h | 1 + - 2 files changed, 15 insertions(+), 0 deletions(-) + 2 files changed, 15 insertions(+) commit 5531c75fbba792d0b6af2ba8e72fdced6e67ca74 Author: Guillaume Desmottes @@ -52222,7 +52341,7 @@ contact-widget: use empathy_avatar_chooser_set_connection libempathy-gtk/empathy-contact-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cd734c192518f165b8af0247e6dc8f7398e7d063 Author: Guillaume Desmottes @@ -52232,7 +52351,7 @@ libempathy-gtk/empathy-avatar-chooser.c | 7 +++++++ libempathy-gtk/empathy-avatar-chooser.h | 3 +++ - 2 files changed, 10 insertions(+), 0 deletions(-) + 2 files changed, 10 insertions(+) commit d64ff737b787f2dd431d017739f1bf80a916554f Author: Žygimantas Beručka @@ -52241,7 +52360,7 @@ Updated Lithuanian translation po/lt.po | 24 ++++++++++++------------ - 1 files changed, 12 insertions(+), 12 deletions(-) + 1 file changed, 12 insertions(+), 12 deletions(-) commit 3d0a7fef9d5a82348eb75ca94319aa1326b4f392 Author: Guillaume Desmottes @@ -52252,7 +52371,7 @@ libempathy/empathy-utils.c | 86 -------------------------------------------- libempathy/empathy-utils.h | 5 --- - 2 files changed, 0 insertions(+), 91 deletions(-) + 2 files changed, 91 deletions(-) commit 4a007b35a3aa479fdd937137efccc6a3607fe1f9 Author: Guillaume Desmottes @@ -52262,7 +52381,7 @@ tp_g_signal_connect_object instead of empathy_signal_connect_weak libempathy-gtk/empathy-location-manager.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 4a764bfb273808bf08c2504cad952e1c4eb32a8d Author: Guillaume Desmottes @@ -52272,7 +52391,7 @@ of empathy_signal_connect_weak src/empathy-status-icon.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 897411fdb8e01d8f6a675aa9a8c814119b3cd21d Author: Guillaume Desmottes @@ -52282,7 +52401,7 @@ of empathy_signal_connect_weak src/empathy-chat-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b9e87dc7d7bf94ea2bd39dd675cf1806cf34bbe4 Author: Guillaume Desmottes @@ -52292,7 +52411,7 @@ of empathy_signal_connect_weak src/empathy-call-window.c | 25 ++++++++++++++----------- - 1 files changed, 14 insertions(+), 11 deletions(-) + 1 file changed, 14 insertions(+), 11 deletions(-) commit e55ee9e0a53d9f51aac4a1c94af38bed1e048e72 Author: Guillaume Desmottes @@ -52302,7 +52421,7 @@ of empathy_signal_connect_weak src/empathy-accounts-dialog.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 697c8d943e237bb023a844b29c14019a566fa47b Author: Guillaume Desmottes @@ -52312,7 +52431,7 @@ instead of empathy_signal_connect_weak src/cc-empathy-accounts-page.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 78d68b6e3d67526e86b2da55f5eeda2ac675a665 Author: Guillaume Desmottes @@ -52322,7 +52441,7 @@ of empathy_signal_connect_weak libempathy/empathy-idle.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b7b5032e10ebcb498909ffc06835f979f6346ef0 Author: Guillaume Desmottes @@ -52332,7 +52451,7 @@ instead of empathy_signal_connect_weak libempathy/empathy-dispatcher.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d63220c8c80096490cda7134a9641ad638936759 Author: Guillaume Desmottes @@ -52342,7 +52461,7 @@ instead of empathy_signal_connect_weak libempathy/empathy-contact-manager.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit de38f68e54c1d92fb966f15a6f1df888a7dd5677 Author: Guillaume Desmottes @@ -52352,7 +52471,7 @@ instead of empathy_signal_connect_weak libempathy/empathy-account-settings.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b57f4e748f8f631d56786d0c4856ab74bdfc5ff5 Author: Guillaume Desmottes @@ -52362,7 +52481,7 @@ tp_g_signal_connect_object instead of empathy_signal_connect_weak libempathy-gtk/empathy-presence-chooser.c | 24 ++++++++++++------------ - 1 files changed, 12 insertions(+), 12 deletions(-) + 1 file changed, 12 insertions(+), 12 deletions(-) commit 999e2a590caa9b013621902ea000a3e16be54b32 Author: Guillaume Desmottes @@ -52372,7 +52491,7 @@ of empathy_signal_connect_weak libempathy-gtk/empathy-chat.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 300328f66a6556ba8b1e54bc679efa77d1defce6 Author: Guillaume Desmottes @@ -52382,7 +52501,7 @@ tp_g_signal_connect_object instead of empathy_signal_connect_weak libempathy-gtk/empathy-account-widget.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e34f43e96600ce35768cd53540893c6a1bf96f2b Author: Guillaume Desmottes @@ -52392,7 +52511,7 @@ tp_g_signal_connect_object instead of empathy_signal_connect_weak libempathy-gtk/empathy-account-chooser.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 6cdc040da5561c019ed87cc0a3c6ac10eb5b9223 Author: Guillaume Desmottes @@ -52416,7 +52535,7 @@ Fixes bug #615058 src/empathy-account-assistant.c | 17 ++++++++++------- - 1 files changed, 10 insertions(+), 7 deletions(-) + 1 file changed, 10 insertions(+), 7 deletions(-) commit c8ed0aa2975b0e549e28c5e65d262e362a94c507 Author: Guillaume Desmottes @@ -52428,7 +52547,7 @@ This code was broken anyway so we don't change the current behaviour. src/empathy-status-icon.c | 28 ++-------------------------- - 1 files changed, 2 insertions(+), 26 deletions(-) + 1 file changed, 2 insertions(+), 26 deletions(-) commit 663b3a5cd91eb33a776094adb2c3bb8fad5a688d Author: Guillaume Desmottes @@ -52440,7 +52559,7 @@ This has the nice side effect of fixing bug #615027. src/empathy-chat-window.c | 30 +++--------------------------- - 1 files changed, 3 insertions(+), 27 deletions(-) + 1 file changed, 3 insertions(+), 27 deletions(-) commit 023eba833dab183c7d31250649290acdd5eff32d Author: Guillaume Desmottes @@ -52455,7 +52574,7 @@ This code was broken anyway so we don't change the current behaviour. src/empathy-chat-window.c | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) + 1 file changed, 8 deletions(-) commit 1c41a18e144b49a0ed793d907db93a049a9d1354 Author: Guillaume Desmottes @@ -52464,7 +52583,7 @@ look for the right key when checking if altitude is set libempathy/empathy-contact.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a55eb11a5775dd27041f4b6555d527aa67ba0069 Author: Guillaume Desmottes @@ -52473,7 +52592,7 @@ use tp_asv_set_double libempathy/empathy-contact.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e303afdaf2cdfde7467cffd9b311074e205281f0 Author: Guillaume Desmottes @@ -52489,7 +52608,7 @@ Should hopefully fix (#615135). libempathy/empathy-contact.c | 33 +++++++++++++++++++++------------ - 1 files changed, 21 insertions(+), 12 deletions(-) + 1 file changed, 21 insertions(+), 12 deletions(-) commit 093c7b7b64293adb9e8e31d08e557320a47dc757 Author: Guillaume Desmottes @@ -52498,7 +52617,7 @@ geocode_cb: don't update location if we didn't get the full position libempathy/empathy-contact.c | 32 +++++++++++++++----------------- - 1 files changed, 15 insertions(+), 17 deletions(-) + 1 file changed, 15 insertions(+), 17 deletions(-) commit ee8b4ad4f89343de7e965a2414e1f746bd018b5a Author: Guillaume Desmottes @@ -52512,7 +52631,7 @@ lon. libempathy/empathy-contact.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit e793c8e563a0ab7f61c06852423571a21f2e3c05 Author: Guillaume Desmottes @@ -52521,7 +52640,7 @@ don't start geocode search if the address is empty libempathy/empathy-contact.c | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit 04ef027198384baacd47346f59c8a22c5c7d2e20 Author: Guillaume Desmottes @@ -52530,7 +52649,7 @@ unref avatar and location in dispose rather than finalize libempathy/empathy-contact.c | 18 ++++++++++++------ - 1 files changed, 12 insertions(+), 6 deletions(-) + 1 file changed, 12 insertions(+), 6 deletions(-) commit 8ba8fc742b0f53228fb3e507cb99ddcb2e58120d Author: Felix Kaser @@ -52541,7 +52660,7 @@ the last_timestamp is updated with every message in chat-text-view libempathy-gtk/empathy-chat-text-view.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 77fd33616f44a907342651a5a2d7e326ad5ccf55 Author: Felix Kaser @@ -52564,8 +52683,8 @@ factor out iteration on channels libempathy/empathy-tp-contact-list.c | 46 - +++++++++++++-------------------- - 1 files changed, 18 insertions(+), 28 deletions(-) + +++++++++++++--------------------- + 1 file changed, 18 insertions(+), 28 deletions(-) commit 2a6a15152ede1372f283b87fc9db0c50cec0955e Author: Guillaume Desmottes @@ -52575,7 +52694,7 @@ catch list channels in NewChannels any more libempathy/empathy-tp-contact-list.c | 15 ++++----------- - 1 files changed, 4 insertions(+), 11 deletions(-) + 1 file changed, 4 insertions(+), 11 deletions(-) commit 9cf5ae7ff275a02cd8560b252e4d36d16eb20617 Author: Guillaume Desmottes @@ -52584,8 +52703,8 @@ pass properties hash table to tp_contact_list_group_add_channel libempathy/empathy-tp-contact-list.c | 38 - ++++++++------------------------- - 1 files changed, 9 insertions(+), 29 deletions(-) + ++++++++-------------------------- + 1 file changed, 9 insertions(+), 29 deletions(-) commit 622345a7aac9595346fa6e19afaf84389573aa64 Author: Guillaume Desmottes @@ -52595,8 +52714,8 @@ ListChannels() libempathy/empathy-tp-contact-list.c | 89 - +++++++++++++++++++-------------- - 1 files changed, 51 insertions(+), 38 deletions(-) + +++++++++++++++++++--------------- + 1 file changed, 51 insertions(+), 38 deletions(-) commit 005b8cbca64b9b6d71cea5dcab3b53ed89849e13 Author: Guillaume Desmottes @@ -52606,7 +52725,7 @@ libempathy/empathy-tp-contact-list.c | 32 ++++++++++++-------------------- - 1 files changed, 12 insertions(+), 20 deletions(-) + 1 file changed, 12 insertions(+), 20 deletions(-) commit 8a83a0fed90f5ad0061e1cf7aae573139f314206 Author: Guillaume Desmottes @@ -52616,7 +52735,7 @@ TP_HANDLE_TYPE_LIST libempathy/empathy-tp-contact-list.c | 22 ++++++++++------------ - 1 files changed, 10 insertions(+), 12 deletions(-) + 1 file changed, 10 insertions(+), 12 deletions(-) commit 08a935de1ab0f4f63b8d2c7704d1ebf98b228a65 Author: Guillaume Desmottes @@ -52627,7 +52746,7 @@ We are going to use it to get group channels as well. libempathy/empathy-tp-contact-list.c | 20 +------------------- - 1 files changed, 1 insertions(+), 19 deletions(-) + 1 file changed, 1 insertion(+), 19 deletions(-) commit d94b3a1b1ee4359882f0773f7e9c379ca05bd362 Author: Guillaume Desmottes @@ -52661,7 +52780,7 @@ add the current date as suffix the the log name src/empathy-debug-window.c | 17 +++++++++++++++-- - 1 files changed, 15 insertions(+), 2 deletions(-) + 1 file changed, 15 insertions(+), 2 deletions(-) commit 7906aeb81fc96b59fc3cb3b137dfdf50a87af099 Author: Guillaume Desmottes @@ -52670,7 +52789,7 @@ set default name when saving logs (#615052) src/empathy-debug-window.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit fc107ee85585fe7a482f25a24fcce56494d23a3d Author: Guillaume Desmottes @@ -52679,7 +52798,7 @@ factor out get_active_cm_name src/empathy-debug-window.c | 28 ++++++++++++++++++---------- - 1 files changed, 18 insertions(+), 10 deletions(-) + 1 file changed, 18 insertions(+), 10 deletions(-) commit b3abb681b83f36c6893a4a181e84aad29e1ceac2 Author: Guillaume Desmottes @@ -52688,7 +52807,7 @@ debug-window: set temp directory as default folder when saving logs src/empathy-debug-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 280cd635f51af340e13b81dde87241b75484b8f1 Author: Simon McVittie @@ -52701,7 +52820,7 @@ notifications happening in the right order. libempathy-gtk/empathy-location-manager.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit ef99f724c790755478e66542bd0b25582d8307a7 Author: Theppitak Karoonboonyanan @@ -52711,7 +52830,7 @@ po/th.po | 775 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 402 insertions(+), 373 deletions(-) + 1 file changed, 402 insertions(+), 373 deletions(-) commit db1c4ea0a5d8f1e472d2f3ffd899b2f9effb7048 Author: Guillaume Desmottes @@ -52721,7 +52840,7 @@ libempathy/empathy-contact.c | 239 ++++++++++++++++++++++-------------------- - 1 files changed, 127 insertions(+), 112 deletions(-) + 1 file changed, 127 insertions(+), 112 deletions(-) commit bb155a9fa3c8b940205ed787b730ccb5bedf14f6 Author: Guillaume Desmottes @@ -52730,7 +52849,7 @@ don't define update_geocode if geoclue is not enabled libempathy/empathy-contact.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 3607fded92aa603e2f6135144e16b109bfb900f8 Author: Guillaume Desmottes @@ -52750,7 +52869,7 @@ libempathy/empathy-tp-contact-factory.c | 76 ------------------------------- - 1 files changed, 0 insertions(+), 76 deletions(-) + 1 file changed, 76 deletions(-) commit 561bd44882f577b3d1f9bb83d43fb58b8e448453 Author: Guillaume Desmottes @@ -52771,7 +52890,7 @@ pass Location feature to Contacts libempathy/empathy-tp-contact-factory.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ab5053cba9d2cea3610916eff7aa88b4f219a22c Author: Guillaume Desmottes @@ -52784,7 +52903,7 @@ libempathy/empathy-tp-contact-factory.c | 61 ------------------------------- libempathy/empathy-tp-contact-factory.h | 4 -- - 2 files changed, 0 insertions(+), 65 deletions(-) + 2 files changed, 65 deletions(-) commit a75c2aa330535747d736c53cf69f0601fbf0f7b3 Author: Guillaume Desmottes @@ -52793,8 +52912,8 @@ Use Account.Avatar to set our own avatar (#613043) libempathy-gtk/empathy-contact-widget.c | 32 - +++++++++++++++++++++++++++++- - 1 files changed, 30 insertions(+), 2 deletions(-) + +++++++++++++++++++++++++++++-- + 1 file changed, 30 insertions(+), 2 deletions(-) commit 73b0aa1cb6fed931065e566646c004985cf433ad Author: Guillaume Desmottes @@ -52805,7 +52924,7 @@ We need it for tp_account_set_avatar_async() configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 47ce1857ea9407e99cb553ce0837e0905eada822 Author: Javier Jardón @@ -52816,7 +52935,7 @@ Fixes https://bugzilla.gnome.org/show_bug.cgi?id=614944 data/empathy-accounts.desktop.in.in | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 43c870b31162d6b2fcf0a846c3121f402021b249 Author: Ask H. Larsen @@ -52826,7 +52945,7 @@ po/da.po | 603 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 305 insertions(+), 298 deletions(-) + 1 file changed, 305 insertions(+), 298 deletions(-) commit 8d08c9ce5b488f09be435db11fbf26bf33e8ea00 Author: Guillaume Desmottes @@ -52838,7 +52957,7 @@ tests/interactive/Makefile.am | 4 +- tests/interactive/test-empathy-account-chooser.c | 45 ++++++++++++++++++++++ - 3 files changed, 49 insertions(+), 1 deletions(-) + 3 files changed, 49 insertions(+), 1 deletion(-) commit 6637bf59307f771e97481141f6dfa60f246dcd86 Author: Guillaume Desmottes @@ -52848,7 +52967,7 @@ (#614874) libempathy-gtk/empathy-account-chooser.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 8a541771a297fd390b5dae66340ea3fa2c1f4933 Author: Guillaume Desmottes @@ -52857,8 +52976,8 @@ Use Account.Nickname to set our own alias (#613044) libempathy-gtk/empathy-contact-widget.c | 38 - +++++++++++++++++++++++++++++- - 1 files changed, 36 insertions(+), 2 deletions(-) + +++++++++++++++++++++++++++++-- + 1 file changed, 36 insertions(+), 2 deletions(-) commit 86ebf6f6a255295675ab717045471e01096057cc Author: Guillaume Desmottes @@ -52869,7 +52988,7 @@ This will be needed to set avatar and nickname properties on Account. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 342669c9505ebd80c264187338a58e5f129e0d26 Author: Guillaume Desmottes @@ -52878,8 +52997,8 @@ map-view: no need to create a model src/empathy-map-view.c | 58 - ++++++++++++++--------------------------------- - 1 files changed, 17 insertions(+), 41 deletions(-) + ++++++++++++++---------------------------------- + 1 file changed, 17 insertions(+), 41 deletions(-) commit b87be7d45c4696125bc815b67bdb5433bc655d95 Author: Reşat SABIQ @@ -52888,7 +53007,7 @@ Minor update for Crimean Tatar/Turkish translation po/crh.po | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 24d8a05c4b6a428add69fb51bfc45fee904c9616 Author: Xavier Claessens @@ -52899,7 +53018,7 @@ Fixes bug #533638 libempathy-gtk/empathy-chat.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 0df6dd7c16289086ed9e3744edbe6db109219da9 Author: Xavier Claessens @@ -52909,7 +53028,7 @@ libempathy-gtk/empathy-chat.c | 93 +++++++++++++++++++++++++++++++++++++++- - libempathy-gtk/empathy-chat.ui | 12 +---- + libempathy-gtk/empathy-chat.ui | 12 ++---- 2 files changed, 95 insertions(+), 10 deletions(-) commit be561a17e0f0045128bca90226635be54165af44 @@ -52920,7 +53039,7 @@ po/ca.po | 574 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 291 insertions(+), 283 deletions(-) + 1 file changed, 291 insertions(+), 283 deletions(-) commit 1d042fed20a17c94c546538af93e911c77a7f33e Author: Guillaume Desmottes @@ -52930,7 +53049,7 @@ (#614562) libempathy-gtk/empathy-cell-renderer-text.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 9d03a4333a55b07e137f3be5460e7550ec8bedb5 Author: Guillaume Desmottes @@ -52941,7 +53060,7 @@ It has been deprecated. libempathy/empathy-idle.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit bc2eade547a04c1324b3cfc563353d9b06dff1aa Author: Guillaume Desmottes @@ -52952,7 +53071,7 @@ It has been deprecated. libempathy/empathy-handler.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 01b686e3cd62fb958c36e9f6ad534bac1cc81c5f Merge: a078336 c36eb1e @@ -52980,7 +53099,7 @@ empathy_call_window_sink_added_cb: unref the pad src/empathy-call-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 35b83837a6c7cba0cf8ae91d8f1194c8f87160f9 Author: Guillaume Desmottes @@ -52989,7 +53108,7 @@ unref liveadder when disposing src/empathy-call-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit cd6761777585a8defa934562abd4a35bc7e816e9 Author: Guillaume Desmottes @@ -52999,7 +53118,7 @@ to destroy it src/empathy-call-window.c | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit c34f2be5d70d9a45b953b4f9b0f09b9b1ee4a231 Author: Guillaume Desmottes @@ -53008,7 +53127,7 @@ don't leak the fullscreen window src/empathy-call-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 99bda309f129b94db112c52dfa674cd7355f4374 Author: Guillaume Desmottes @@ -53017,7 +53136,7 @@ init_contact_avatar_with_size: don't leak the pixbuf src/empathy-call-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 764a5d2e90664a02b0d8e33dd5ce41a388de87b9 Author: Guillaume Desmottes @@ -53026,7 +53145,7 @@ stop using gst_bin_add_many and gst_element_link_many src/empathy-call-window.c | 34 ++++++++++++++++++++++++++++++---- - 1 files changed, 30 insertions(+), 4 deletions(-) + 1 file changed, 30 insertions(+), 4 deletions(-) commit feab20693e67e58701010c2a4613d8345d7fedcf Author: Guillaume Desmottes @@ -53036,7 +53155,7 @@ empathy_call_window_video_stream_changed_cb manually src/empathy-call-window.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 961ccc0473138e4dd195b7af6e80d0a43ae2463f Author: Guillaume Desmottes @@ -53049,7 +53168,7 @@ ready. src/empathy-call-window.c | 13 ++++++++++++- - 1 files changed, 12 insertions(+), 1 deletions(-) + 1 file changed, 12 insertions(+), 1 deletion(-) commit 1f5ff2f5609f1915d20140f0446a47088c3d6fb5 Author: Guillaume Desmottes @@ -53059,7 +53178,7 @@ (#602937) src/empathy-call-window.c | 19 +++++++++++++++---- - 1 files changed, 15 insertions(+), 4 deletions(-) + 1 file changed, 15 insertions(+), 4 deletions(-) commit d8b0cb43c5cfc1bae067ce513a440327e181171e Author: Guillaume Desmottes @@ -53071,7 +53190,7 @@ Widgets should already be properly displayed. src/empathy-call-window.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 1cf5eb7686a37fad462ecfc1ddd0afb9f59afaf1 Author: Guillaume Desmottes @@ -53083,7 +53202,7 @@ is restarted. src/empathy-call-window.c | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit 93fdc771e51c327cad047b39a9be05f66d58fa21 Author: Guillaume Desmottes @@ -53098,8 +53217,8 @@ and add_video_preview_to_pipeline(). src/empathy-call-window.c | 80 - ++++++++++++++++++++++++++++++-------------- - 1 files changed, 54 insertions(+), 26 deletions(-) + ++++++++++++++++++++++++++++++--------------- + 1 file changed, 54 insertions(+), 26 deletions(-) commit ef79ba8294dbb740f38c3d15d732b7a8933264a7 Author: Guillaume Desmottes @@ -53109,7 +53228,7 @@ (#602937) src/empathy-call-window.c | 12 ------------ - 1 files changed, 0 insertions(+), 12 deletions(-) + 1 file changed, 12 deletions(-) commit f33b0e66fb97038aed56563b6e7754c37bd8625b Author: Guillaume Desmottes @@ -53124,7 +53243,7 @@ reusing the old one. src/empathy-call-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 11bae3305bed3b10b5b1288ef589bff12d758bf2 Author: Guillaume Desmottes @@ -53133,7 +53252,7 @@ split create_video_output_widget out of create_pipeline src/empathy-call-window.c | 12 +++++++++--- - 1 files changed, 9 insertions(+), 3 deletions(-) + 1 file changed, 9 insertions(+), 3 deletions(-) commit cbf57d8ce685d1c959f4c207157dd327155d636f Author: Guillaume Desmottes @@ -53142,7 +53261,7 @@ recycle the audio input gst element src/empathy-call-window.c | 18 +++--------------- - 1 files changed, 3 insertions(+), 15 deletions(-) + 1 file changed, 3 insertions(+), 15 deletions(-) commit cd06c1463688a3684fc17d474bf227f1a984b665 Author: Guillaume Desmottes @@ -53153,7 +53272,7 @@ There is no point to recreate it for each call. src/empathy-call-window.c | 14 +++++++++----- - 1 files changed, 9 insertions(+), 5 deletions(-) + 1 file changed, 9 insertions(+), 5 deletions(-) commit bfa6966c0a677b418a14b5864326b175d926036c Author: Guillaume Desmottes @@ -53162,7 +53281,7 @@ rename initialize_output_elements to create_video_output_widget src/empathy-call-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 688514d4d5cca5ad23d6b9c54506252089ac5b49 Author: Guillaume Desmottes @@ -53173,7 +53292,7 @@ There is no point to create a new one for each call. src/empathy-call-window.c | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit e274163d0c1adafbf989096a3637d57867e19e23 Author: Guillaume Desmottes @@ -53186,7 +53305,7 @@ after. src/empathy-call-window.c | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit 3942c3d23f6ad8b1e476e6c32bec7e936fca89d4 Author: Guillaume Desmottes @@ -53198,7 +53317,7 @@ src/empathy-call-window.c | 59 +++++++++++++++++++++++---------------------- - 1 files changed, 30 insertions(+), 29 deletions(-) + 1 file changed, 30 insertions(+), 29 deletions(-) commit 80facfc7c3f11f3b75ab0c3cebbcc0a9801040d9 Author: Guillaume Desmottes @@ -53207,8 +53326,8 @@ call-window: factor out create_pipeline src/empathy-call-window.c | 64 - +++++++++++++++++++++++--------------------- - 1 files changed, 33 insertions(+), 31 deletions(-) + +++++++++++++++++++++++---------------------- + 1 file changed, 33 insertions(+), 31 deletions(-) commit c36eb1e8df169da9691acf730a9cd1996aed5d76 Author: Danielle Madeley @@ -53228,7 +53347,7 @@ Falgs -> Flags libempathy-gtk/empathy-contact-list-view.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 2516bd84d5ed687f352746ce8e67676868680c15 Author: Danielle Madeley @@ -53251,7 +53370,7 @@ Updated Italian translation po/it.po | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 19efaa3785a92464fe4057fef0a840917d67f395 Author: Guillaume Desmottes @@ -53260,7 +53379,7 @@ compare_separator_and_groups: fix check if a is a bottom group libempathy-gtk/empathy-contact-list-store.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 77f461b861167a019ced300be89b169e787bb9ad Author: Guillaume Desmottes @@ -53273,7 +53392,7 @@ libempathy-gtk/empathy-contact-list-store.c | 23 ----------------------- - 1 files changed, 0 insertions(+), 23 deletions(-) + 1 file changed, 23 deletions(-) commit fb4dd0e753b8ff6fa717096edcacab43ee2a56f2 Author: Guillaume Desmottes @@ -53283,7 +53402,7 @@ TP_CONNECTION_PRESENCE_TYPE_UNKNOWN libempathy/empathy-utils.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit e3f34384ba4de2c35bd120f75df167fe2d2d242a Author: Guillaume Desmottes @@ -53292,7 +53411,7 @@ fix indentation libempathy/empathy-tp-contact-list.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 71c849737edc440b6f98f4d61a428ab7b0673e70 Author: Guillaume Desmottes @@ -53303,7 +53422,7 @@ This allow us to display contacts with subscriptio='none' (#539765). libempathy/empathy-tp-contact-list.c | 24 ++++++++++++++++++++++++ - 1 files changed, 24 insertions(+), 0 deletions(-) + 1 file changed, 24 insertions(+) commit f898afc1d4e7bfae0ee8e3c5e6b7a0a0427fd6e3 Author: Guillaume Desmottes @@ -53319,7 +53438,7 @@ try to re-add it twice. libempathy/empathy-tp-contact-list.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 821a05da92cf42b7d3971500575375e3f0308866 Author: Guillaume Desmottes @@ -53328,7 +53447,7 @@ add members of 'publish' as members of the TpContactList libempathy/empathy-tp-contact-list.c | 28 ++++++++++++++++++++++++---- - 1 files changed, 24 insertions(+), 4 deletions(-) + 1 file changed, 24 insertions(+), 4 deletions(-) commit 9a36a55fb92e7f0a0c92a9c04c4d02215af7a4b6 Author: Guillaume Desmottes @@ -53338,7 +53457,7 @@ libempathy/empathy-tp-contact-list.c | 75 +++++++++++++++++++--------------- - 1 files changed, 42 insertions(+), 33 deletions(-) + 1 file changed, 42 insertions(+), 33 deletions(-) commit 43258f57de15a215d15ecf373a6d55547733f5fd Author: Guillaume Desmottes @@ -53353,7 +53472,7 @@ libempathy/empathy-tp-contact-list.c | 33 ++++++++++++++++++++++----------- - 1 files changed, 22 insertions(+), 11 deletions(-) + 1 file changed, 22 insertions(+), 11 deletions(-) commit a610fd969c0aa9483ef4d575d65ed989bf114cbc Author: Guillaume Desmottes @@ -53366,7 +53485,7 @@ contact from members. libempathy/empathy-tp-contact-list.c | 12 ++++++++++-- - 1 files changed, 10 insertions(+), 2 deletions(-) + 1 file changed, 10 insertions(+), 2 deletions(-) commit 8957694686f44c0bad99b2fc4995f198795597ef Author: Guillaume Desmottes @@ -53375,7 +53494,7 @@ factor out add_to_members libempathy/empathy-tp-contact-list.c | 29 ++++++++++++++++++++--------- - 1 files changed, 20 insertions(+), 9 deletions(-) + 1 file changed, 20 insertions(+), 9 deletions(-) commit e403541be39943e428b65f8615352eddea7cece8 Author: Guillaume Desmottes @@ -53385,7 +53504,7 @@ is unknown libempathy-gtk/empathy-ui-utils.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit fc421b1d10d92c197910a8b7ea6fa4ddccb092f4 Author: Guillaume Desmottes @@ -53394,7 +53513,7 @@ rename EMPATHY_IMAGE_UNKNOWN to EMPATHY_IMAGE_PENDING libempathy-gtk/empathy-images.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 86a7a528d7b54abf6335a023b3afc5099b3eea4f Author: Guillaume Desmottes @@ -53420,7 +53539,7 @@ fix #endif comment src/empathy.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 597aeabb364bc04027209e0a37fae53a7d4208b8 Author: Christian Kampka @@ -53440,7 +53559,7 @@ properly cast GArray content libempathy/empathy-tp-call.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0513f2521e2bed5451053d8dcf2fbe89f97f41c5 Author: Guillaume Desmottes @@ -53450,7 +53569,7 @@ created (#614012) src/empathy-map-view.c | 41 +++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 41 insertions(+), 0 deletions(-) + 1 file changed, 41 insertions(+) commit 02ee7fc17b51f8ee5be937f09f8ab01d21735548 Author: Guillaume Desmottes @@ -53459,7 +53578,7 @@ factor out contact_added src/empathy-map-view.c | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit 7e082683ab606d1521fbbaa7dffd75efe7395e20 Author: Guillaume Desmottes @@ -53469,7 +53588,7 @@ twice src/empathy-map-view.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit b3967cf0f91e74052af81df1b6a7a93b02be3df4 Author: Guillaume Desmottes @@ -53482,7 +53601,7 @@ the map has been created (#614012). src/empathy-map-view.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 496a7fb5c48fbc3eb5756d9a63e81bd1d8146d1c Author: Guillaume Desmottes @@ -53493,7 +53612,7 @@ map_view_update_contact_position will do it if needed. src/empathy-map-view.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 14819097275f60f97d9960dee3f031a11223ca47 Author: Guillaume Desmottes @@ -53502,7 +53621,7 @@ map_view_update_contact_position: create marker if needed src/empathy-map-view.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 7dc3996067e1b97aaf49a478dcb7a72265fecba3 Author: Guillaume Desmottes @@ -53511,7 +53630,7 @@ factor out contact_has_location src/empathy-map-view.c | 29 +++++++++++++++++++---------- - 1 files changed, 19 insertions(+), 10 deletions(-) + 1 file changed, 19 insertions(+), 10 deletions(-) commit 2d93063b49b5a05272d37f7de10bd5970480a2cf Author: Guillaume Desmottes @@ -53521,7 +53640,7 @@ src/empathy-map-view.c | 47 ++++++++++++++++++++++++++++------------------- - 1 files changed, 28 insertions(+), 19 deletions(-) + 1 file changed, 28 insertions(+), 19 deletions(-) commit 2c8bdd816922be9da7db6f57ac87ed027aad1266 Author: Guillaume Desmottes @@ -53532,7 +53651,7 @@ a marker src/empathy-map-view.c | 32 ++++++++++++++------------------ - 1 files changed, 14 insertions(+), 18 deletions(-) + 1 file changed, 14 insertions(+), 18 deletions(-) commit 00d66d902bbec612e612275191f917ac9f56b028 Author: Guillaume Desmottes @@ -53541,7 +53660,7 @@ map-view: add a mapping from EmpathyContact to ChamplainMarker src/empathy-map-view.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 6101ab6b84beb8a9e19527a2416e0e6fcd6438c1 Author: Guillaume Desmottes @@ -53550,7 +53669,7 @@ empathy_tp_call_leave: allocate the array on the stack libempathy/empathy-tp-call.c | 9 ++------- - 1 files changed, 2 insertions(+), 7 deletions(-) + 1 file changed, 2 insertions(+), 7 deletions(-) commit 174a1b4a20753f7467c1c78f5163660a233fb36b Author: Guillaume Desmottes @@ -53562,7 +53681,7 @@ This will gracefully hang up calls (#610477). libempathy/empathy-call-handler.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c95542fa3be19a5350bec6b631d97a4734e9f27d Author: Guillaume Desmottes @@ -53572,8 +53691,8 @@ libempathy/empathy-tp-call.c | 46 ++++++++++++++++++++++++++++++++++++++++++ - libempathy/empathy-tp-call.h | 2 + - 2 files changed, 48 insertions(+), 0 deletions(-) + libempathy/empathy-tp-call.h | 2 ++ + 2 files changed, 48 insertions(+) commit 09c8c6dee9aaf2ff5e19bc78c3c59d5013098990 Author: Guillaume Desmottes @@ -53584,7 +53703,7 @@ This will allow us to properly terminate the call. src/empathy-call-window.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 3b1c4d6e3e072373bc7b55db8dbe8c50796bf7fd Author: Guillaume Desmottes @@ -53594,7 +53713,7 @@ empathy_call_window_reset_pipeline out of variable declarations src/empathy-call-window.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 3479e2bafb401bd4cd7fc3332c52c3c3cbdc8ba0 Author: Guillaume Desmottes @@ -53604,14 +53723,14 @@ libempathy-gtk/empathy-account-widget-aim.ui | 35 ++--------- libempathy-gtk/empathy-account-widget-groupwise.ui | 63 - +++++-------------- + ++++++-------------- libempathy-gtk/empathy-account-widget-icq.ui | 35 ++--------- - libempathy-gtk/empathy-account-widget-jabber.ui | 26 +-------- + libempathy-gtk/empathy-account-widget-jabber.ui | 26 +------- libempathy-gtk/empathy-account-widget-msn.ui | 63 - +++++-------------- + ++++++-------------- libempathy-gtk/empathy-account-widget-private.h | 1 - libempathy-gtk/empathy-account-widget-sip.c | 1 - - libempathy-gtk/empathy-account-widget-sip.ui | 40 ------------ + libempathy-gtk/empathy-account-widget-sip.ui | 40 ------------- libempathy-gtk/empathy-account-widget-yahoo.ui | 35 ++--------- libempathy-gtk/empathy-account-widget.c | 60 ------------------- @@ -53625,7 +53744,7 @@ libempathy-gtk/empathy-account-widget.c | 42 +++++++++++++++++++++++++++++++ - 1 files changed, 42 insertions(+), 0 deletions(-) + 1 file changed, 42 insertions(+) commit ea4d3e69aa11e413f83e418ea640cab31ac07269 Author: Guillaume Desmottes @@ -53634,7 +53753,7 @@ 2.31 here we go configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6e47476b2258d7c5f7bd268ee0edb93431f69acc Author: Guillaume Desmottes @@ -53646,7 +53765,7 @@ implemented in the theme. - data/icons/Makefile.am | 60 ++++---- + data/icons/Makefile.am | 60 ++++----- .../hicolor_status_16x16_empathy-available.png | Bin 685 -> 0 bytes data/icons/hicolor_status_16x16_empathy-away.png | Bin 536 -> 0 bytes data/icons/hicolor_status_16x16_empathy-busy.png | Bin 618 -> 0 bytes @@ -53730,7 +53849,7 @@ Use standard names for status icons (#602420) libempathy-gtk/empathy-images.h | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 940d0e9778828657a6ffbcadd35a8a84d706ac70 Merge: e7f7047 fff7680 @@ -53746,7 +53865,7 @@ Remove People Nearby from sorted groups list libempathy-gtk/empathy-contact-list-store.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit e7f70475f0533c310995a9dc3b2f5ee1eb58b618 Author: Will Thompson @@ -53765,7 +53884,7 @@ G_PARAM_STATIC_NAME) || is_canonical (name)' failed libempathy-gtk/empathy-cell-renderer-text.c | 14 ++++++++------ - 1 files changed, 8 insertions(+), 6 deletions(-) + 1 file changed, 8 insertions(+), 6 deletions(-) commit 802baeadd5caf73b813462791b29d052a7134cd6 Author: Will Thompson @@ -53799,8 +53918,8 @@ Use a temporary variable for param specs libempathy-gtk/empathy-cell-renderer-text.c | 45 - ++++++++++---------------- - 1 files changed, 17 insertions(+), 28 deletions(-) + ++++++++++----------------- + 1 file changed, 17 insertions(+), 28 deletions(-) commit c821e81c68acc1daba78899c9c844f916ea2c99e Author: Guillaume Desmottes @@ -53810,7 +53929,7 @@ care about libempathy/empathy-tp-contact-list.c | 20 +++++++++++++++++++- - 1 files changed, 19 insertions(+), 1 deletions(-) + 1 file changed, 19 insertions(+), 1 deletion(-) commit 7ba0f1046ada332737644ecbe1892911b81d6aef Author: Guillaume Desmottes @@ -53827,7 +53946,7 @@ libempathy/empathy-tp-contact-list.c | 47 ++++++++++++++++++++++++++++++++++ - 1 files changed, 47 insertions(+), 0 deletions(-) + 1 file changed, 47 insertions(+) commit 4893de0412531c4cb0eb846cffc9fec8031d5a1d Author: Guillaume Desmottes @@ -53839,7 +53958,7 @@ Also allow to pass other list channel such as 'deny' for example. libempathy/empathy-tp-contact-list.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 944632a01dd934666170583b87e970f32211f810 Author: Guillaume Desmottes @@ -53849,7 +53968,7 @@ libempathy/empathy-tp-contact-list.c | 46 ++++++++++++++++++++-------------- - 1 files changed, 27 insertions(+), 19 deletions(-) + 1 file changed, 27 insertions(+), 19 deletions(-) commit 6af5464b86a9e013ffc36b5243055c5c0d8495f9 Author: Guillaume Desmottes @@ -53858,7 +53977,7 @@ don't leak the classes list src/empathy-new-chatroom-dialog.c | 16 ++++++++++++---- - 1 files changed, 12 insertions(+), 4 deletions(-) + 1 file changed, 12 insertions(+), 4 deletions(-) commit c9c1f10a1684e62f9e628974206578bb2f79ace3 Author: Guillaume Desmottes @@ -53867,7 +53986,7 @@ Unsensitive roomlist expander if roomlist is not supported (#614002) src/empathy-new-chatroom-dialog.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 5c93e102dc5ac20a01a805e1f8bfc5d1986fedb0 Author: Guillaume Desmottes @@ -53876,7 +53995,7 @@ Don't request roomlist channel if not supported (#614002) src/empathy-new-chatroom-dialog.c | 15 ++++++++++++++- - 1 files changed, 14 insertions(+), 1 deletions(-) + 1 file changed, 14 insertions(+), 1 deletion(-) commit 57cbda8c31761ad2cc577c6139199ef57a9e2976 Author: Guillaume Desmottes @@ -53890,7 +54009,7 @@ (for example roomlist channels). libempathy/empathy-dispatcher.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit d03f537aabceae14cd953bd45d5e13768e6aa2d6 Author: Guillaume Desmottes @@ -53899,7 +54018,7 @@ release.py: releases are now tagged EMPATHY_2_30* release.py | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a7fc06448ff7adffc32be7ee3b4d8232cf3ef5e9 Author: Aaron Brown @@ -53909,7 +54028,7 @@ gtk-keynav-wrap-around and tab position (#613382) src/empathy-chat-window.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit 9026fc61824658c231847e1f023be6fd1eb673e4 Author: Khaled Hosny @@ -53918,8 +54037,8 @@ Updated Arabic translation po/ar.po | 246 - ++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 121 insertions(+), 125 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 121 insertions(+), 125 deletions(-) commit eb7c5a3ae3ba35ee8e0c5952e2f4b17fc803f59c Author: Peteris Krisjanis @@ -53929,7 +54048,7 @@ po/lv.po | 809 ++++++++++++++++++++++++++------------------------------------ - 1 files changed, 335 insertions(+), 474 deletions(-) + 1 file changed, 335 insertions(+), 474 deletions(-) commit f5600abfa444ec8ccbca5ffb11c3e649e16f338e Author: Guillaume Desmottes @@ -53944,7 +54063,7 @@ (#612363). libempathy-gtk/empathy-chat.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e3c822bf3b14a6a769353a35a137a0b0e183ac15 Author: Guillaume Desmottes @@ -53953,7 +54072,7 @@ chat_input_text_buffer_changed_cb: 'priv' is useless libempathy-gtk/empathy-chat.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit b8cc8019e97c48c259c04e100443f2ce526a821c Author: Guillaume Desmottes @@ -53962,7 +54081,7 @@ coding style fixes src/empathy-call-window.c | 11 +++++------ - 1 files changed, 5 insertions(+), 6 deletions(-) + 1 file changed, 5 insertions(+), 6 deletions(-) commit 66d8d07abade96645aca23d9c0dd526a9ed5481c Author: Olivier Crête @@ -53972,7 +54091,7 @@ src/empathy-call-window.c | 67 ++++++++++++++++++++++++++++++++++++++++----- - 1 files changed, 60 insertions(+), 7 deletions(-) + 1 file changed, 60 insertions(+), 7 deletions(-) commit 1711b4dffc6c39c948ac441aec2bd81a99c411ff Author: Olivier Crête @@ -53981,7 +54100,7 @@ Verify that the video source could be linked into the pipeline src/empathy-call-window.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit ee584165872d730f364018915231e014fb0ca37f Author: Olivier Crête @@ -53990,7 +54109,7 @@ Return error when the audio source can not be started src/empathy-call-window.c | 35 +++++++++++++++++++++++++++++++---- - 1 files changed, 31 insertions(+), 4 deletions(-) + 1 file changed, 31 insertions(+), 4 deletions(-) commit bcbcb511ce03d1bfde0096830f28bfa21c703569 Author: Olivier Crête @@ -53999,7 +54118,7 @@ telepathy-glib sucks, need to send stream error from the main thread libempathy/empathy-call-handler.c | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit b860ad599ff905a735ca00f4f256c43411c09a85 Author: Olivier Crête @@ -54023,7 +54142,7 @@ thread. src/empathy-call-window.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 92be33483073c5475567d60b442c8c130dd1babb Author: Olivier Crête @@ -54033,7 +54152,7 @@ src/empathy-call-window.c | 44 +++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 43 insertions(+), 1 deletions(-) + 1 file changed, 43 insertions(+), 1 deletion(-) commit 49542a8ff607d5b1b60d14d3d34ebef943362778 Author: Olivier Crête @@ -54042,7 +54161,7 @@ Add fakesink to srcpad if not real sink could be linked src/empathy-call-window.c | 30 ++++++++++++++++++++++++++++++ - 1 files changed, 30 insertions(+), 0 deletions(-) + 1 file changed, 30 insertions(+) commit 6f2876c2a265e4dbd968113795ec222dec86d008 Author: Olivier Crête @@ -54051,7 +54170,7 @@ Emit error when failing to link audio pad src/empathy-call-window.c | 13 ++++++++++++- - 1 files changed, 12 insertions(+), 1 deletions(-) + 1 file changed, 12 insertions(+), 1 deletion(-) commit 4a4a8f89579147d1e712d5da257c83786f86439f Author: Olivier Crête @@ -54071,7 +54190,7 @@ src/empathy-call-window.c | 58 +++++++++++++++++++++++++++++++++++++++++---- - 1 files changed, 53 insertions(+), 5 deletions(-) + 1 file changed, 53 insertions(+), 5 deletions(-) commit c3d5568a05b65ec18ff7ff6012be6420340bebab Author: Andrew Gorcester @@ -54081,7 +54200,7 @@ src/empathy-new-chatroom-dialog.c | 46 ++++++++++++++++++++++++++++++++++++- - 1 files changed, 45 insertions(+), 1 deletions(-) + 1 file changed, 45 insertions(+), 1 deletion(-) commit c3057afe0d6ffddc4b7223fab51751473dfb1a1f Author: Guillaume Desmottes @@ -54090,7 +54209,7 @@ tp-chat: update self user if it has been renamed (#613930) libempathy/empathy-tp-chat.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 2fcfa45d056d18a8eec36b3da755d82e7dcf7484 Author: Guillaume Desmottes @@ -54099,7 +54218,7 @@ start dev of next release configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4717ca516f32e001c8888de619ea6624ef074dae Author: Felix Kaser @@ -54111,7 +54230,7 @@ id. this fixes bug #614162 libempathy/empathy-contact.c | 13 ++++++++----- - 1 files changed, 8 insertions(+), 5 deletions(-) + 1 file changed, 8 insertions(+), 5 deletions(-) commit d0c2fc30cafbc9e1f2066bff136f0d19074268ee Author: Felix Kaser @@ -54123,7 +54242,7 @@ infobar. fixes bug #609823 src/empathy-main-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 0f13fb09fbc611dcf24df92a1e4a59b039abb094 Author: Simos Xenitellis @@ -54132,7 +54251,7 @@ Updated Greek translation for empathy documentation help/el/el.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7de31d272fb3aa732befbe56aa277ca3532e4e08 Author: Guillaume Desmottes @@ -54142,7 +54261,7 @@ NEWS | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 6 ++-- + configure.ac | 6 ++--- 2 files changed, 74 insertions(+), 3 deletions(-) commit 947c4ba4558c7cb156956ac63000b03bddbb0c9c @@ -54152,7 +54271,7 @@ release.py: add release date in NEWS release.py | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit f468e66e0f35532de89ffd072828ea26d496090d Author: Guillaume Desmottes @@ -54161,7 +54280,7 @@ release.py: draw a 'line' of the length of the title release.py | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 8a7843d2d137f6bd8ca336b79226b7e7a9d79bfa Author: Aron Xu @@ -54171,7 +54290,7 @@ po/zh_CN.po | 1686 ++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 960 insertions(+), 726 deletions(-) + 1 file changed, 960 insertions(+), 726 deletions(-) commit 6bd3bfe6aa288d05f1aaf4cdbbf2f9ac574a3121 Author: Guillaume Desmottes @@ -54181,7 +54300,7 @@ libempathy/empathy-log-store-empathy.c | 7 ------- libempathy/empathy-log-store-empathy.h | 3 --- - 2 files changed, 0 insertions(+), 10 deletions(-) + 2 files changed, 10 deletions(-) commit 025b934de806230bb79a51b0758cc8b87f9f4e67 Author: Guillaume Desmottes @@ -54202,8 +54321,8 @@ cycle. src/empathy-migrate-butterfly-logs.c | 37 - +++++++++++++++++++++++++++++---- - 1 files changed, 32 insertions(+), 5 deletions(-) + +++++++++++++++++++++++++++++----- + 1 file changed, 32 insertions(+), 5 deletions(-) commit cfc400ded9d7fa0ef6ab7649b0b34f7a048a93bb Author: Guillaume Desmottes @@ -54212,7 +54331,7 @@ coding style fixes libempathy-gtk/empathy-ui-utils.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b1dbf73f50b304032c9caf49fee748b8eca81f72 Author: Guillaume Desmottes @@ -54221,7 +54340,7 @@ fix menu_tabs_right accelerator src/empathy-chat-window.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b0f4c4e1287dd2c2d4cc58b819cc467e46316600 Merge: fd2a444 4bbaced @@ -54238,7 +54357,7 @@ left/right (#614155) src/empathy-chat-window.ui | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 39d1d503097a0c4a0999629377f1dc7cf57eea7b Author: Branko Kokanović @@ -54259,7 +54378,7 @@ Update Czech translation po/cs.po | 49 ++++++++++++++++++++++--------------------------- - 1 files changed, 22 insertions(+), 27 deletions(-) + 1 file changed, 22 insertions(+), 27 deletions(-) commit ee3304194ccf4a241bddc79caf3666c16b9a5cbb Author: Jamil Ahmed @@ -54269,7 +54388,7 @@ po/bn.po | 280 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 132 insertions(+), 148 deletions(-) + 1 file changed, 132 insertions(+), 148 deletions(-) commit a8e9eb71a1a35a04e9d5191c69615a07321ccc32 Author: Ask H. Larsen @@ -54279,7 +54398,7 @@ po/da.po | 2490 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1528 insertions(+), 962 deletions(-) + 1 file changed, 1528 insertions(+), 962 deletions(-) commit e42a38b11705aed85f420bb2f780cdb0793327b0 Author: Simos Xenitellis @@ -54288,7 +54407,7 @@ Updated Greek translation po/el.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 051cc1c0efa6dde4fec6350f830a60df22f42a0d Author: Inaki Larranaga Murgoitio @@ -54297,7 +54416,7 @@ Updated Basque language po/eu.po | 54 +++++++++++++++++++++++++++++++++++++++--------------- - 1 files changed, 39 insertions(+), 15 deletions(-) + 1 file changed, 39 insertions(+), 15 deletions(-) commit bfc1579d2720ed173d29c43f8ba5b626dfbf8944 Author: Jamil Ahmed @@ -54307,7 +54426,7 @@ po/bn.po | 1379 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 741 insertions(+), 638 deletions(-) + 1 file changed, 741 insertions(+), 638 deletions(-) commit b36357c57875a6e2da423a366d25c3990e1ac82c Author: Cheng-Chia Tseng @@ -54329,7 +54448,7 @@ po/nb.po | 490 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 250 insertions(+), 240 deletions(-) + 1 file changed, 250 insertions(+), 240 deletions(-) commit d177a45c881341397702c92b28c72d1e5182684e Author: Jiri Eischmann @@ -54339,7 +54458,7 @@ po/cs.po | 2316 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1385 insertions(+), 931 deletions(-) + 1 file changed, 1385 insertions(+), 931 deletions(-) commit eb6de3a66f0c945999561a4e2ee989fc7763d985 Author: Žygimantas Beručka @@ -54349,7 +54468,7 @@ po/lt.po | 2445 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1578 insertions(+), 867 deletions(-) + 1 file changed, 1578 insertions(+), 867 deletions(-) commit 7dc6046d1986a74212b4d4789caa4a47d54ff722 Author: Marios Zindilis @@ -54359,7 +54478,7 @@ help/el/el.po | 185 +++++++++++++++------------------------------------------ - 1 files changed, 47 insertions(+), 138 deletions(-) + 1 file changed, 47 insertions(+), 138 deletions(-) commit 4bbaced7e7674a62c4c071d483e5d9f9058a6603 Author: Travis Reitter @@ -54369,7 +54488,7 @@ Advanced section will be somewhat-reasonably-sized. src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 782d06ab7f1f053bc3153315735838ea8d4c95e7 Author: Sîmurg56 @@ -54379,7 +54498,7 @@ po/ku.po | 2120 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1275 insertions(+), 845 deletions(-) + 1 file changed, 1275 insertions(+), 845 deletions(-) commit c726208ae4c6b6e6c8eda8b56e05c7c089037141 Author: Sîmurg56 @@ -54389,7 +54508,7 @@ po/ku.po | 2065 +++++++++++++++++++++----------------------------------------- - 1 files changed, 703 insertions(+), 1362 deletions(-) + 1 file changed, 703 insertions(+), 1362 deletions(-) commit 38204039e3b2199d9837af3decc2992f78a20d1c Author: Maxim V. Dziumanenko @@ -54399,7 +54518,7 @@ po/uk.po | 430 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 225 insertions(+), 205 deletions(-) + 1 file changed, 225 insertions(+), 205 deletions(-) commit 863a1653f6c7d262e36ac6cf9c257df6161509ba Author: Mario Blättermann @@ -54409,7 +54528,7 @@ help/de/de.po | 822 +++++++++++++++++++++++++++++---------------------------- - 1 files changed, 420 insertions(+), 402 deletions(-) + 1 file changed, 420 insertions(+), 402 deletions(-) commit a450bc13ff9de2546bc450e41479a531e85ea647 Author: Guillaume Desmottes @@ -54419,7 +54538,7 @@ look nice libempathy-gtk/empathy-account-widget-jabber.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 600a7af1f885043ff82c3ea09ae5d3b44b1446a3 Author: Timo Jyrinki @@ -54428,7 +54547,7 @@ One more time... po/fi.po | 26 +++++++++++++------------- - 1 files changed, 13 insertions(+), 13 deletions(-) + 1 file changed, 13 insertions(+), 13 deletions(-) commit 7e69b277ef2ecb8de723a3a2d6d8e6f540127dfb Author: Bruno Brouard @@ -54437,7 +54556,7 @@ Updated French doc translation help/fr/fr.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 8f27abc5614d08dd8c4eb916c9c71c35595e43a3 Author: Timo Jyrinki @@ -54447,7 +54566,7 @@ po/fi.po | 250 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 126 insertions(+), 124 deletions(-) + 1 file changed, 126 insertions(+), 124 deletions(-) commit b83d40cbb92d2579d18a5847f7f49fbb09192f73 Author: Reşat SABIQ @@ -54457,7 +54576,7 @@ po/crh.po | 2377 ++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1500 insertions(+), 877 deletions(-) + 1 file changed, 1500 insertions(+), 877 deletions(-) commit 9229bb3761d7051c5bd6e3a8fe7f9115ccdcdca4 Author: Nicolò Chieffo <84yelo3@gmail.com> @@ -54466,7 +54585,7 @@ Removed the non standard notification capabilities from the list libempathy-gtk/empathy-notify-manager.h | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit f43443d48a3982739a2872ee389cda4937c9bc82 Merge: 0988fd7 301e13e @@ -54483,7 +54602,7 @@ help/el/el.po | 2123 ++++++++++++++++++++++++++------------------------------- - 1 files changed, 973 insertions(+), 1150 deletions(-) + 1 file changed, 973 insertions(+), 1150 deletions(-) commit 301e13ea631e31f7dcb43750d6db9fb5cd4325c1 Author: Guillaume Desmottes @@ -54491,8 +54610,8 @@ Launch Empathy in hidden mode when invoked (#613892) - ...freedesktop.Telepathy.Client.Empathy.service.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + data/org.freedesktop.Telepathy.Client.Empathy.service.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0d830578c9f264708ef32c96950df7386b0127bd Author: Kostas Papadimas @@ -54502,7 +54621,7 @@ po/el.po | 1220 +++++++++++++++++++++----------------------------------------- - 1 files changed, 411 insertions(+), 809 deletions(-) + 1 file changed, 411 insertions(+), 809 deletions(-) commit 021db6b4be5579b06a00c3b1cddcdccae254f5c5 Author: Jorge González @@ -54511,7 +54630,7 @@ Updated Spanish translation help/es/es.po | 14 ++++++++------ - 1 files changed, 8 insertions(+), 6 deletions(-) + 1 file changed, 8 insertions(+), 6 deletions(-) commit 4eb6eb2634f170ac8dc8c44bf6293d05f5b80733 Author: Travis Reitter @@ -54535,7 +54654,7 @@ fix enalbe typo - bgo 613772 help/C/prob-conn-acctdisabled.page | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3c3e9cd0b59d3a3b835d76c894f40be776c2545f Author: Fran Diéguez @@ -54544,7 +54663,7 @@ Updated Galician translation po/gl.po | 46 ++++++++++++++++++++-------------------------- - 1 files changed, 20 insertions(+), 26 deletions(-) + 1 file changed, 20 insertions(+), 26 deletions(-) commit a71fd64977dbe42f53c52c4a861d35f64b6f7714 Author: Bruno Brouard @@ -54557,7 +54676,7 @@ help/fr/fr.po | 4007 ++++++++++++++++++++++++++++++++++++++++++--------------- - 1 files changed, 2982 insertions(+), 1025 deletions(-) + 1 file changed, 2982 insertions(+), 1025 deletions(-) commit 2eea9e870d0f9a5de6bd1ac2bafccbe5f5337cd3 Author: Danielle Madeley @@ -54566,7 +54685,7 @@ Same reap-child fix for empathy-debugger src/empathy-main-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a79cbb8de56de5a163340d31524f0f77bc35ac2a Author: Danielle Madeley @@ -54596,7 +54715,7 @@ libempathy-gtk/empathy-contact-list-store.c | 61 +++++++++++++++++++++++---- - 1 files changed, 52 insertions(+), 9 deletions(-) + 1 file changed, 52 insertions(+), 9 deletions(-) commit 9cd08545e92314b01ca95b5432ef612720e24afb Author: Danielle Madeley @@ -54605,7 +54724,7 @@ Add an icon for People Nearby libempathy-gtk/empathy-contact-list-view.c | 13 ++++++++----- - 1 files changed, 8 insertions(+), 5 deletions(-) + 1 file changed, 8 insertions(+), 5 deletions(-) commit 505b19ef1cd82dd94c701c3229cbab6626855167 Author: Danielle Madeley @@ -54626,7 +54745,7 @@ weak_object libempathy/empathy-contact-manager.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 3ef2b98db024258db0161755b35bfc2a0a577bad Author: Danielle Madeley @@ -54636,7 +54755,7 @@ struct libempathy/empathy-contact-manager.c | 19 +++++-------------- - 1 files changed, 5 insertions(+), 14 deletions(-) + 1 file changed, 5 insertions(+), 14 deletions(-) commit ae5f68d68c85b00d8b9dc337bb77fea393341f1c Author: Gil Forcada @@ -54646,7 +54765,7 @@ po/ca.po | 2503 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1513 insertions(+), 990 deletions(-) + 1 file changed, 1513 insertions(+), 990 deletions(-) commit 390d589fe52fce28aff5b09521ae38c5aa2ae7ed Author: Guillaume Desmottes @@ -54657,7 +54776,7 @@ If we don't set it the debugger is not translated. src/empathy-debugger.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c91768a1567df411b23f4068c799a5334f45612a Author: A S Alam @@ -54667,7 +54786,7 @@ po/pa.po | 120 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 64 insertions(+), 56 deletions(-) + 1 file changed, 64 insertions(+), 56 deletions(-) commit 5d7e9cb53b5a5eab698da0f8535d23af9521fc37 Author: Inaki Larranaga Murgoitio @@ -54676,7 +54795,7 @@ Updated Basque language po/eu.po | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit cc1cdbf44c5471f3fd54d4fc2a1fab342ef72f7c Author: Guillaume Desmottes @@ -54689,7 +54808,7 @@ (#613596). src/empathy-accounts.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7270ae487433b9a0bc4381b7afe5c991bf074820 Author: Adi Roiban @@ -54699,7 +54818,7 @@ po/ro.po | 442 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 235 insertions(+), 207 deletions(-) + 1 file changed, 235 insertions(+), 207 deletions(-) commit 4fad374b36f1b750397ce29ccd313464052f6f59 Author: Guillaume Desmottes @@ -54710,7 +54829,7 @@ They don't really give us anything useful and flood logs. src/empathy-chat-window.c | 15 --------------- - 1 files changed, 0 insertions(+), 15 deletions(-) + 1 file changed, 15 deletions(-) commit 3011ba3c2dd559c63c1ec659ccf494d7e85fe8f2 Author: Guillaume Desmottes @@ -54719,8 +54838,8 @@ empathy_window_present: use X server time if there is no event libempathy-gtk/empathy-ui-utils.c | 53 - +++++++++++++++++++++++++++++++++++- - 1 files changed, 51 insertions(+), 2 deletions(-) + +++++++++++++++++++++++++++++++++++-- + 1 file changed, 51 insertions(+), 2 deletions(-) commit e8e8bfcd27704588c20755eb5528c08571c87406 Author: Ivar Smolin @@ -54729,7 +54848,7 @@ Estonian translation updated po/et.po | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 42ee648e8fa97511f60caf6fdf5d2a4fdd276256 Author: Gabor Kelemen @@ -54739,7 +54858,7 @@ po/hu.po | 1702 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 957 insertions(+), 745 deletions(-) + 1 file changed, 957 insertions(+), 745 deletions(-) commit b6cd6faafcab427ba5d627d414a7fffb5f5e2a31 Author: Duarte Loreto @@ -54749,7 +54868,7 @@ po/pt.po | 2343 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1481 insertions(+), 862 deletions(-) + 1 file changed, 1481 insertions(+), 862 deletions(-) commit b81b3b92534ce3a0594e03315e3cdfe3b67fe1e3 Author: Fran Diéguez @@ -54759,7 +54878,7 @@ po/gl.po | 387 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 213 insertions(+), 174 deletions(-) + 1 file changed, 213 insertions(+), 174 deletions(-) commit ab919f20f4b0c9f72c3ea11ebb152176c9d65b92 Author: Cheng-Chia Tseng @@ -54780,7 +54899,7 @@ Updated German translation po/de.po | 14 +++++--------- - 1 files changed, 5 insertions(+), 9 deletions(-) + 1 file changed, 5 insertions(+), 9 deletions(-) commit b3b0ed2f35dce09ba41adee1430005191e6e8f1c Author: Changwoo Ryu @@ -54790,7 +54909,7 @@ po/ko.po | 2322 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1430 insertions(+), 892 deletions(-) + 1 file changed, 1430 insertions(+), 892 deletions(-) commit 8644b710942ce2358ee2345ceb6bf35326dab26b Author: Travis Reitter @@ -54813,7 +54932,7 @@ Updated Arabic translation po/ar.po | 22 ++++++++++++++-------- - 1 files changed, 14 insertions(+), 8 deletions(-) + 1 file changed, 14 insertions(+), 8 deletions(-) commit a656c296e38c884682a6eb68fc03f911a7f2a48e Author: Daniel Nylander @@ -54822,7 +54941,7 @@ Updated Swedish translation po/sv.po | 52 ++++++++++++++++++++++++++-------------------------- - 1 files changed, 26 insertions(+), 26 deletions(-) + 1 file changed, 26 insertions(+), 26 deletions(-) commit 28002acf167557350bb3710e689f2d5167d6d567 Author: Milo Casagrande @@ -54831,7 +54950,7 @@ Updated Italian translation po/it.po | 16 ++++++++++------ - 1 files changed, 10 insertions(+), 6 deletions(-) + 1 file changed, 10 insertions(+), 6 deletions(-) commit 79bf5e0855c5b4271b8872dcccde7abf1ee3b2f4 Author: Piotr Drąg @@ -54840,7 +54959,7 @@ Updated Polish translation po/pl.po | 42 +++++++++++++++++++++--------------------- - 1 files changed, 21 insertions(+), 21 deletions(-) + 1 file changed, 21 insertions(+), 21 deletions(-) commit 35a28a5b61996dea0afd29349bef0c32075b4378 Author: Mattias Põldaru @@ -54849,8 +54968,8 @@ Estonian translation updated po/et.po | 65 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 34 insertions(+), 31 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 34 insertions(+), 31 deletions(-) commit 16d2a4a8852d0dca6bb225adb922b83ad623a627 Author: Timo Jyrinki @@ -54859,8 +54978,8 @@ Updated Finnish translation by Jiri Grönroos. Via Launchpad. po/fi.po | 2706 - +++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 1819 insertions(+), 887 deletions(-) + ++++++++++++++++++++++++++++++++++++++++++-------------------- + 1 file changed, 1819 insertions(+), 887 deletions(-) commit 314a0a3b682031509ef72c1dbe0402829b510f01 Author: Leonid Kanter @@ -54869,7 +54988,7 @@ Updated Russian translation from Yury Kozlov po/ru.po | 57 ++++++++++++++++++--------------------------------------- - 1 files changed, 18 insertions(+), 39 deletions(-) + 1 file changed, 18 insertions(+), 39 deletions(-) commit 9919fd1de0bc1c8428bd3510ccbe38eb6b4be0c0 Author: Djavan Fagundes @@ -54879,7 +54998,7 @@ po/pt_BR.po | 384 ++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 207 insertions(+), 177 deletions(-) + 1 file changed, 207 insertions(+), 177 deletions(-) commit c87beda2353d636075e88797b516be79dfb825c8 Author: Bruno Brouard @@ -54889,7 +55008,7 @@ po/fr.po | 98 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 52 insertions(+), 46 deletions(-) + 1 file changed, 52 insertions(+), 46 deletions(-) commit 5232733b0303a081c6050b538ca098771e3c7040 Author: Bruce Cowan @@ -54899,7 +55018,7 @@ po/en_GB.po | 386 ++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 208 insertions(+), 178 deletions(-) + 1 file changed, 208 insertions(+), 178 deletions(-) commit 6686ef0069e2113446040abfa5c7a8204a41dc5e Author: Christian.Kirbach @@ -54909,7 +55028,7 @@ po/de.po | 380 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 207 insertions(+), 173 deletions(-) + 1 file changed, 207 insertions(+), 173 deletions(-) commit 5a3cce02732c0babacd63fdfa592ec7efcbbcf07 Author: Jorge González @@ -54919,7 +55038,7 @@ po/es.po | 110 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 55 insertions(+), 55 deletions(-) + 1 file changed, 55 insertions(+), 55 deletions(-) commit 230b2989b0ea8fa2e64e04a92f713ed111dcf099 Author: Alexander Shopov @@ -54928,7 +55047,7 @@ Updated Bulgarian translation po/bg.po | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit a48bc05ff7c4b56a875ff9942fc3ac168079bdb5 Author: Matej Urbančič @@ -54938,7 +55057,7 @@ po/sl.po | 106 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 53 insertions(+), 53 deletions(-) + 1 file changed, 53 insertions(+), 53 deletions(-) commit e9f383cf554f9b2b8370345044a69d48d2397b81 Author: Inaki Larranaga Murgoitio @@ -54947,8 +55066,8 @@ Updated Basque language po/eu.po | 124 - ++++++++++++++++++++++++------------------------------------- - 1 files changed, 49 insertions(+), 75 deletions(-) + +++++++++++++++++++++++++------------------------------------- + 1 file changed, 49 insertions(+), 75 deletions(-) commit 131b0099496470abddae9abda7fb50fedf6b4910 Author: Guillaume Desmottes @@ -54961,7 +55080,7 @@ it's supposed to be done that way (#612557). src/empathy-sidebar.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e7f1335e41ac72ac24684a8126151745a019c5a7 Author: Gabor Kelemen @@ -54980,7 +55099,7 @@ Added gtk-keynav-wrap-around check before cycling tabs src/empathy-chat-window.c | 12 ++++++++++-- - 1 files changed, 10 insertions(+), 2 deletions(-) + 1 file changed, 10 insertions(+), 2 deletions(-) commit 1d082229cc10c2fcf53f304b38780b125fd98c79 Author: A S Alam @@ -54990,7 +55109,7 @@ po/pa.po | 480 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 248 insertions(+), 232 deletions(-) + 1 file changed, 248 insertions(+), 232 deletions(-) commit 3e1e37bfffbe0e81f036cc6cee11c5e720b71bb0 Author: simurg56 @@ -55000,7 +55119,7 @@ po/ku.po | 4328 ++++++++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 3101 insertions(+), 1227 deletions(-) + 1 file changed, 3101 insertions(+), 1227 deletions(-) commit 13cde1ee20456977630af54aff986a432bf81cd4 Author: Inaki Larranaga Murgoitio @@ -55010,7 +55129,7 @@ po/eu.po | 112 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 69 insertions(+), 43 deletions(-) + 1 file changed, 69 insertions(+), 43 deletions(-) commit 354df7003597836171a1fa628b7924ba167f91f6 Author: Inaki Larranaga Murgoitio @@ -55019,8 +55138,8 @@ Updated Basque language po/eu.po | 386 - ++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 190 insertions(+), 196 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 190 insertions(+), 196 deletions(-) commit 3c5a697f0941ac92fc8179bcdb17ec1a2b39efbc Author: Alexander Shopov @@ -55030,7 +55149,7 @@ po/bg.po | 465 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 237 insertions(+), 228 deletions(-) + 1 file changed, 237 insertions(+), 228 deletions(-) commit 4bf2c8998e866162af3fa8d4884025b0432acd57 Author: Leonid Kanter @@ -55040,7 +55159,7 @@ po/ru.po | 468 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 246 insertions(+), 222 deletions(-) + 1 file changed, 246 insertions(+), 222 deletions(-) commit 59cb12b8740ce412c6488a4c988b834ba81d2232 Author: Guillaume Desmottes @@ -55049,7 +55168,7 @@ start dev of next release configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cd62f0f8b13ec65077faa6dfc1552730ad0ceb7e Author: Milo Casagrande @@ -55061,7 +55180,7 @@ po/it.po | 6141 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 3050 insertions(+), 3091 deletions(-) + 1 file changed, 3050 insertions(+), 3091 deletions(-) commit dd8208c3597a234a62e3502f098d3c32fcedf70a Author: Francesco Marlatta @@ -55071,7 +55190,7 @@ po/it.po | 6141 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 3091 insertions(+), 3050 deletions(-) + 1 file changed, 3091 insertions(+), 3050 deletions(-) commit 15474ed7e0781fbf7ca651592e2e9726e708ea2a Author: Claude Paroz @@ -55081,7 +55200,7 @@ po/fr.po | 303 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 160 insertions(+), 143 deletions(-) + 1 file changed, 160 insertions(+), 143 deletions(-) commit a53c8d302baeb2256b6a3250bd375e383a6be8fb Author: Milo Casagrande @@ -55091,7 +55210,7 @@ po/it.po | 484 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 247 insertions(+), 237 deletions(-) + 1 file changed, 247 insertions(+), 237 deletions(-) commit a8760001a9a893f14f2b49f196dea0cf78be7114 Author: Khaled Hosny @@ -55100,8 +55219,8 @@ Updated Arabic translation po/ar.po | 462 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 242 insertions(+), 220 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 242 insertions(+), 220 deletions(-) commit df721bdb355c5c2d8549fcd9bd288137b9afd1dc Author: Daniel Nylander @@ -55111,7 +55230,7 @@ po/sv.po | 553 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 285 insertions(+), 268 deletions(-) + 1 file changed, 285 insertions(+), 268 deletions(-) commit 8916885875f64feb520d029634c0d386197df94b Author: Jorge González @@ -55120,8 +55239,8 @@ Updated Spanish translation po/es.po | 111 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 58 insertions(+), 53 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 58 insertions(+), 53 deletions(-) commit d8407527e25ad3079cfd0da4cc6a5a86ec319c08 Author: Guillaume Desmottes @@ -55130,7 +55249,7 @@ fix typo in release name NEWS | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c88fa694db6c603fd01674591255ccfa830e30e5 Author: Guillaume Desmottes @@ -55156,7 +55275,7 @@ DnD: add a text/path-list target to contact list windows too libempathy-gtk/empathy-contact-list-view.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit c7085dce8076c1e98049adc7dbcb593b16ac5df8 Author: Olivier Le Thanh Duong @@ -55169,7 +55288,7 @@ circumvent Tomboy returning note:// uri in its uri-list. src/empathy-chat-window.c | 19 +++++++++++++------ - 1 files changed, 13 insertions(+), 6 deletions(-) + 1 file changed, 13 insertions(+), 6 deletions(-) commit f3842fe890a0819331c3a5901437c88b2e88d282 Author: Piotr Drąg @@ -55179,7 +55298,7 @@ po/pl.po | 438 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 222 insertions(+), 216 deletions(-) + 1 file changed, 222 insertions(+), 216 deletions(-) commit 4d2d5a1622f93b69af195d7e3c4d4cb424dbec6e Author: Guillaume Desmottes @@ -55188,7 +55307,7 @@ empathy_window_present: use _NET_WM_USER_TIME only has a fallback libempathy-gtk/empathy-ui-utils.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit f22c92022672a78bead49aa44947bc9380ebf2b8 Author: Guillaume Desmottes @@ -55206,7 +55325,7 @@ Fixes bug #609001. libempathy-gtk/empathy-ui-utils.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit c1d6af1cfbb1801d26a0a550dc7ae9a81e642bc0 Author: Guillaume Desmottes @@ -55229,7 +55348,7 @@ main_window_chat_quit_cb: release the reference on the chatroom mgr src/empathy-main-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 170e1d8999a460bb3c293188b4dcc7ea492ab509 Author: Guillaume Desmottes @@ -55238,7 +55357,7 @@ call-window: display the 'audio input' page by default (#612450) src/empathy-call-window.c | 13 +++++++------ - 1 files changed, 7 insertions(+), 6 deletions(-) + 1 file changed, 7 insertions(+), 6 deletions(-) commit 0d1cf12a9eae8334778e51934d5e6a3b0cb58b4a Author: Brian Curtis @@ -55248,7 +55367,7 @@ from idle (#566832) libempathy/empathy-idle.c | 17 +++-------------- - 1 files changed, 3 insertions(+), 14 deletions(-) + 1 file changed, 3 insertions(+), 14 deletions(-) commit a7d443e78a3c58d6d188432ada7f7706b3c10cf2 Author: Matej Urbančič @@ -55258,7 +55377,7 @@ po/sl.po | 454 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 236 insertions(+), 218 deletions(-) + 1 file changed, 236 insertions(+), 218 deletions(-) commit fd87c03fb0a0ae22d27e581bd46df84ac96a4c04 Author: Guillaume Desmottes @@ -55270,7 +55389,7 @@ Also sort EXTRA_DIST. Makefile.am | 14 +++++++++----- - 1 files changed, 9 insertions(+), 5 deletions(-) + 1 file changed, 9 insertions(+), 5 deletions(-) commit b91ab973ed932fc95357a0531e8c548edacce215 Author: Guillaume Desmottes @@ -55279,7 +55398,7 @@ return correct value in g_return_val_if_fail libempathy-gtk/empathy-contact-selector-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c30bc2459bfdbd29f5607e48c9d94f1476defc80 Author: Guillaume Desmottes @@ -55288,7 +55407,7 @@ contact-selector-dialog: unref filter_account when disposing libempathy-gtk/empathy-contact-selector-dialog.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 00a119d8f895506897c86165c5b7592c3ff4f787 Author: Guillaume Desmottes @@ -55298,7 +55417,7 @@ tp_account_get_connection being NULL libempathy-gtk/empathy-contact-selector-dialog.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit f75ecac41ace8d80c9253e3f16fc5e068885a1f0 Author: Guillaume Desmottes @@ -55327,7 +55446,7 @@ libempathy-gtk/empathy-contact-selector-dialog.c | 68 +++++++++++++++++++++- - libempathy-gtk/empathy-contact-selector-dialog.h | 7 ++ + libempathy-gtk/empathy-contact-selector-dialog.h | 7 +++ 2 files changed, 72 insertions(+), 3 deletions(-) commit 9f839398aa851f66bcd426f5a1754c7becb8c990 @@ -55338,7 +55457,7 @@ contact_widget_favourites_changed_cb if favorite support is disabled libempathy-gtk/empathy-contact-widget.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 8af9b4b15e86ed2d7307977ca1d2708d894baaf0 Author: Guillaume Desmottes @@ -55347,7 +55466,7 @@ Allow to unmark contacts as favorite using DnD libempathy-gtk/empathy-contact-list-view.c | 15 +++++++++++++-- - 1 files changed, 13 insertions(+), 2 deletions(-) + 1 file changed, 13 insertions(+), 2 deletions(-) commit 91c1a372d9b58a42fd57cc4ce98888771b273f8d Author: Guillaume Desmottes @@ -55356,7 +55475,7 @@ Allow to remove contact from the 'Ungrouped' group using DnD libempathy-gtk/empathy-contact-list-view.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 71ad0f9d2f6a6c35719fbd4d5315ef1104299e7e Author: Guillaume Desmottes @@ -55366,7 +55485,7 @@ libempathy-gtk/empathy-contact-list-view.c | 25 +++++++++++++++++++------ - 1 files changed, 19 insertions(+), 6 deletions(-) + 1 file changed, 19 insertions(+), 6 deletions(-) commit 3cab7c229b83bd9668c45a60d562a2e2574dfc49 Author: Guillaume Desmottes @@ -55375,7 +55494,7 @@ Support to tag contact as favorite using DnD libempathy-gtk/empathy-contact-list-view.c | 13 +++++++++++-- - 1 files changed, 11 insertions(+), 2 deletions(-) + 1 file changed, 11 insertions(+), 2 deletions(-) commit 8ae91c9509dde4dea0bc735dd24c7e3a690b4c9a Author: Guillaume Desmottes @@ -55409,7 +55528,7 @@ remove double ; libempathy-gtk/empathy-contact-list-view.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d1c7199036cf8006fc1da210c77f7b0787f682fa Author: Guillaume Desmottes @@ -55418,7 +55537,7 @@ rephrase fake favorite group display name libempathy-gtk/empathy-contact-list-store.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2b8caddf10e90935b10748ea8c48e462bfc686ab Author: Guillaume Desmottes @@ -55429,7 +55548,7 @@ configure.ac | 2 -- libempathy-gtk/Makefile.am | 2 -- libempathy/Makefile.am | 2 -- - 3 files changed, 0 insertions(+), 6 deletions(-) + 3 files changed, 6 deletions(-) commit 639c68cc074ea525cb769213939383c9ee57fb57 Author: Guillaume Desmottes @@ -55438,7 +55557,7 @@ libtelepathy-logger has been renamed to telepathy-logger configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cd054461923a9c8c7d05fab2a5f7a88b9f2e6431 Author: Guillaume Desmottes @@ -55451,7 +55570,7 @@ libempathy-gtk/empathy-contact-list-store.c | 35 --------------------------- libempathy-gtk/empathy-contact-list-store.h | 1 - - 2 files changed, 0 insertions(+), 36 deletions(-) + 2 files changed, 36 deletions(-) commit b92ad3740762d958364d4f9421095b088f0d845b Author: Guillaume Desmottes @@ -55473,8 +55592,8 @@ fake one libempathy-gtk/empathy-contact-list-store.c | 28 - ++++++++++++++------------ - 1 files changed, 15 insertions(+), 13 deletions(-) + ++++++++++++++------------- + 1 file changed, 15 insertions(+), 13 deletions(-) commit 18c1a21f066f5077ff487ffb92554fd1539ff997 Author: Guillaume Desmottes @@ -55497,7 +55616,7 @@ contact list libempathy-gtk/empathy-contact-list-store.c | 13 +++---------- - 1 files changed, 3 insertions(+), 10 deletions(-) + 1 file changed, 3 insertions(+), 10 deletions(-) commit 28202c4333c27f360d9298427a9f196954cf8f9f Author: Guillaume Desmottes @@ -55507,7 +55626,7 @@ libempathy-gtk/empathy-contact-list-view.c | 53 ++++++++++++++++++++++++++++ - 1 files changed, 53 insertions(+), 0 deletions(-) + 1 file changed, 53 insertions(+) commit d8d32209c69c82ebec704126c461abb9e39e1b8f Author: Guillaume Desmottes @@ -55516,7 +55635,7 @@ Display the fake 'Favorites' group at the top of the contact list libempathy-gtk/empathy-contact-list-store.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 1accacab8c375482d6bd16de400529e333c8078f Author: Guillaume Desmottes @@ -55526,7 +55645,7 @@ libempathy-gtk/empathy-contact-list-store.c | 19 ++++++++++++++++++- libempathy-gtk/empathy-contact-list-store.h | 1 + - 2 files changed, 19 insertions(+), 1 deletions(-) + 2 files changed, 19 insertions(+), 1 deletion(-) commit a15866686e0851f4951144f0d7a6118e963b605d Author: Guillaume Desmottes @@ -55536,7 +55655,7 @@ libempathy-gtk/empathy-contact-list-store.c | 50 +++++++++++++-------------- - 1 files changed, 24 insertions(+), 26 deletions(-) + 1 file changed, 24 insertions(+), 26 deletions(-) commit 4ac942f53ca44bcfc1e3b8aa9329dddf014b44b8 Author: Guillaume Desmottes @@ -55545,7 +55664,7 @@ Move the 'Ungrouped' fake contact to the bottom of the contact list libempathy-gtk/empathy-contact-list-store.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 3828abfc717a381003c81119dc96ef93b3d69d50 Author: Guillaume Desmottes @@ -55555,7 +55674,7 @@ libempathy-gtk/empathy-contact-list-store.c | 86 ++++++++++++++------------- - 1 files changed, 45 insertions(+), 41 deletions(-) + 1 file changed, 45 insertions(+), 41 deletions(-) commit 256b001de17b36d197f21e202d82547510868a5b Author: Guillaume Desmottes @@ -55565,7 +55684,7 @@ libempathy-gtk/empathy-contact-list-store.c | 15 ++++++++++++++- libempathy-gtk/empathy-contact-list-store.h | 2 ++ - 2 files changed, 16 insertions(+), 1 deletions(-) + 2 files changed, 16 insertions(+), 1 deletion(-) commit 3e47aa6e9b32793d878488d0344afb0ba9c09f2e Author: Guillaume Desmottes @@ -55574,7 +55693,7 @@ Move the 'Favorite' menu item after 'Information' libempathy-gtk/empathy-contact-menu.c | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit 9a912cfc5dfe0592d4e04c7da517383b49c99b95 Author: Guillaume Desmottes @@ -55583,7 +55702,7 @@ remove EMPATHY_IMAGE_(UN)FAVOURITE libempathy-gtk/empathy-images.h | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 40586f1a404d9e053ce4f282c50f3988e6976659 Author: Guillaume Desmottes @@ -55595,7 +55714,7 @@ libempathy-gtk/empathy-contact-list-view.c | 88 ---------------------------- - 1 files changed, 0 insertions(+), 88 deletions(-) + 1 file changed, 88 deletions(-) commit 8df2cf237283de1b049b4c24b0906384e45c4320 Author: Guillaume Desmottes @@ -55606,7 +55725,7 @@ libempathy-gtk/empathy-contact-menu.c | 49 +++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-contact-menu.h | 1 + - 2 files changed, 50 insertions(+), 0 deletions(-) + 2 files changed, 50 insertions(+) commit 27591216de0bdbf8cfecd562414faa34138a1a52 Author: Guillaume Desmottes @@ -55615,7 +55734,7 @@ check that logger is not NULL before unrefing it libempathy/empathy-contact-manager.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 52d2d0aff0c3a8bbbdd433bb63434207c2e74001 Author: Guillaume Desmottes @@ -55628,7 +55747,7 @@ don't have to ref it. libempathy/empathy-contact-manager.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 01e4fe629f1861723d004daba9d190abe1e3ec00 Author: Guillaume Desmottes @@ -55637,8 +55756,8 @@ factor out add_contacts_to_favourites libempathy/empathy-contact-manager.c | 61 - ++++++++++++++++----------------- - 1 files changed, 30 insertions(+), 31 deletions(-) + +++++++++++++++++----------------- + 1 file changed, 30 insertions(+), 31 deletions(-) commit 0117b6e07afbe6b05add3baba61aae8d36093051 Author: Guillaume Desmottes @@ -55649,7 +55768,7 @@ empathy_contact_list_get_members return a list of reffed contacts. libempathy/empathy-contact-manager.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 6a74d80616929d756322a1cb61ab890d16c43e99 Author: Guillaume Desmottes @@ -55658,7 +55777,7 @@ log an error if {Add,Remove}FavouriteContact failed libempathy/empathy-contact-manager.c | 24 ++++++++++++++++++++++-- - 1 files changed, 22 insertions(+), 2 deletions(-) + 1 file changed, 22 insertions(+), 2 deletions(-) commit 1e8b4cff641adf7cd0a17a1fe429ada46f99907f Author: Guillaume Desmottes @@ -55667,7 +55786,7 @@ document the favorites hash table libempathy/empathy-contact-manager.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 2f6934c6f206596cfffe0497adad83a231cc24d7 Author: Guillaume Desmottes @@ -55679,7 +55798,7 @@ ++++++++++++++------------- libempathy-gtk/empathy-contact-list-view.c | 20 ++++++++-------- libempathy/empathy-contact-list.c | 12 +++++----- - libempathy/empathy-contact-list.h | 8 +++--- + libempathy/empathy-contact-list.h | 8 +++---- libempathy/empathy-contact-manager.c | 32 ++++++++++++++------------ 5 files changed, 54 insertions(+), 51 deletions(-) @@ -55693,7 +55812,7 @@ It now has the 'x' type. extensions/generic-types.xml | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit c66e6c536d776414f6bfada650dc25d97dc95803 Author: Travis Reitter @@ -55706,10 +55825,10 @@ extensions/Makefile.am | 6 +- extensions/all.xml | 2 + extensions/misc.xml | 1 + - libempathy-gtk/empathy-contact-list-store.c | 66 ++++++- + libempathy-gtk/empathy-contact-list-store.c | 66 +++++- libempathy-gtk/empathy-contact-list-view.c | 10 +- libempathy/empathy-contact-list.c | 11 +- - libempathy/empathy-contact-list.h | 19 ++- + libempathy/empathy-contact-list.h | 19 +- libempathy/empathy-contact-manager.c | 291 +++++++++++++++++++++++++++ 9 files changed, 564 insertions(+), 21 deletions(-) @@ -55722,9 +55841,9 @@ libempathy-gtk/empathy-contact-list-store.c | 60 +-------------------------- - libempathy-gtk/empathy-contact-list-view.c | 7 --- - libempathy/empathy-contact-list.c | 41 ++++++++++++++---- - libempathy/empathy-contact-list.h | 3 - + libempathy-gtk/empathy-contact-list-view.c | 7 ---- + libempathy/empathy-contact-list.c | 41 +++++++++++++----- + libempathy/empathy-contact-list.h | 3 -- 4 files changed, 33 insertions(+), 78 deletions(-) commit 50a0138f16ceabeecd1ee92f127684a9d50b3e70 @@ -55736,12 +55855,12 @@ configure.ac | 32 +++++++++++++++++++++++++++ - libempathy-gtk/Makefile.am | 2 + + libempathy-gtk/Makefile.am | 2 ++ libempathy-gtk/empathy-contact-list-store.c | 22 ++++++++++++++++++ - libempathy-gtk/empathy-contact-list-view.c | 8 ++++++ - libempathy/Makefile.am | 2 + - libempathy/empathy-contact-list.c | 2 + - 6 files changed, 68 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-contact-list-view.c | 8 +++++++ + libempathy/Makefile.am | 2 ++ + libempathy/empathy-contact-list.c | 2 ++ + 6 files changed, 68 insertions(+) commit b8657a61fe72be0da2d91325b0851dd4d7fd533c Author: Travis Reitter @@ -55757,7 +55876,7 @@ +++++++++++++++++++++++++++ libempathy-gtk/empathy-images.h | 2 + libempathy/empathy-contact-list.c | 17 +++++ - libempathy/empathy-contact-list.h | 7 ++ + libempathy/empathy-contact-list.h | 7 +++ 6 files changed, 181 insertions(+), 6 deletions(-) commit 870983d8050e267e1894f36c7ab6fe7fe0295441 @@ -55767,7 +55886,7 @@ Updated Spanish translation po/es.po | 21 +++++++++++---------- - 1 files changed, 11 insertions(+), 10 deletions(-) + 1 file changed, 11 insertions(+), 10 deletions(-) commit 1d6dbd3894044fb1d7240de3c8a36d6fe3591329 Author: Jorge González @@ -55777,7 +55896,7 @@ po/es.po | 425 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 221 insertions(+), 204 deletions(-) + 1 file changed, 221 insertions(+), 204 deletions(-) commit 350d6eb6ab8dd109eb8250ebf8792ceb15eaa8b7 Author: Danielle Madeley @@ -55786,7 +55905,7 @@ empathy-accounts: set a title for the assistant src/empathy-account-assistant.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 6b55164a3957ac07824d2598f36e397686c62533 Author: Guillaume Desmottes @@ -55797,7 +55916,7 @@ It's more friendly to translators. src/empathy-accounts.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 221f5f70a908aec35711448c78fcea87fa894fa1 Author: Guillaume Desmottes @@ -55808,7 +55927,7 @@ It's more friendly to translators. src/empathy-debugger.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8e638ddd817039c0b6cdf342ce657b1b1e975b45 Author: Mike Ruprecht @@ -55818,10 +55937,10 @@ po/POTFILES.in | 1 + src/.gitignore | 1 + - src/Makefile.am | 7 +++++- + src/Makefile.am | 7 ++++++- src/empathy-debugger.c | 50 +++++++++++++++++++++++++++++++++++++++++++++ - src/empathy-main-window.c | 32 +++++++++++++++++++++++++++- + src/empathy-main-window.c | 32 +++++++++++++++++++++++++++-- 5 files changed, 88 insertions(+), 3 deletions(-) commit df53944e1ba92732760d1cfe437b8b56edda526b @@ -55838,8 +55957,8 @@ Updated Spanish translation help/es/es.po | 64 - ++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 43 insertions(+), 21 deletions(-) + ++++++++++++++++++++++++++++++++++++++------------------- + 1 file changed, 43 insertions(+), 21 deletions(-) commit 4623d70bbcac3aae9ef3df096128e2cb8423dcf2 Author: Milo Casagrande @@ -55849,7 +55968,7 @@ help/it/it.po | 158 +++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 91 insertions(+), 67 deletions(-) + 1 file changed, 91 insertions(+), 67 deletions(-) commit 1f8dfaf0c19c173385b305466cf2de15669a01d5 Author: Fran Diéguez @@ -55858,8 +55977,8 @@ Update Galician translation po/gl.po | 65 - ++++++++++++++++++++++++------------------------------------- - 1 files changed, 26 insertions(+), 39 deletions(-) + +++++++++++++++++++++++++------------------------------------- + 1 file changed, 26 insertions(+), 39 deletions(-) commit d81fef008bfdc3de122c80f001e7eed6c4f064d8 Author: Mario Blättermann @@ -55868,8 +55987,8 @@ Updated German doc translation help/de/de.po | 65 - ++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 44 insertions(+), 21 deletions(-) + ++++++++++++++++++++++++++++++++++++++------------------- + 1 file changed, 44 insertions(+), 21 deletions(-) commit e8f3e042b0792106ce288d26bd19949f834300a2 Author: Milo Casagrande @@ -55879,7 +55998,7 @@ now works help/C/irc-join-pwd.page | 30 +++++++++++++++++++++--------- - 1 files changed, 21 insertions(+), 9 deletions(-) + 1 file changed, 21 insertions(+), 9 deletions(-) commit c448b89bb4f18377818b7802f4cb66ba47e3fe04 Author: Jonny Lamb @@ -55891,16 +56010,16 @@ Signed-off-by: Jonny Lamb - data/empathy.schemas.in | 14 ++ + data/empathy.schemas.in | 14 +++ libempathy-gtk/empathy-conf.h | 1 + - libempathy/empathy-log-store-empathy.c | 7 + + libempathy/empathy-log-store-empathy.c | 7 ++ libempathy/empathy-log-store-empathy.h | 5 + src/Makefile.am | 1 + src/empathy-main-window.c | 18 +++ src/empathy-migrate-butterfly-logs.c | 213 ++++++++++++++++++++++++++++++++ src/empathy-migrate-butterfly-logs.h | 32 +++++ - 8 files changed, 291 insertions(+), 0 deletions(-) + 8 files changed, 291 insertions(+) commit cb3e4ee7e0d7d20c95b0067abbff640c005bccc8 Author: Guillaume Desmottes @@ -55909,7 +56028,7 @@ set $HOME as default directory when sending a file libempathy-gtk/empathy-ui-utils.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit c57f6e063efe334033061088263d246868477c88 Author: Guillaume Desmottes @@ -55919,7 +56038,7 @@ (#612672) libempathy-gtk/empathy-ui-utils.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 2d9cbe355d22570bbc32d2cde0d7942adab355e0 Author: Mario Blättermann @@ -55929,7 +56048,7 @@ help/de/de.po | 918 ++++++++++++++++++++++++++++----------------------------- - 1 files changed, 455 insertions(+), 463 deletions(-) + 1 file changed, 455 insertions(+), 463 deletions(-) commit 37a671b0f78ddd621041bb529edc7662f317cc86 Author: deniarnuad @@ -55939,7 +56058,7 @@ po/br.po | 3047 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1985 insertions(+), 1062 deletions(-) + 1 file changed, 1985 insertions(+), 1062 deletions(-) commit d4843ddddb24f03451db3aed59a31d2158084171 Author: Jorge González @@ -55949,7 +56068,7 @@ help/es/es.po | 151 +++++++++++++++++++++++++++------------------------------ - 1 files changed, 72 insertions(+), 79 deletions(-) + 1 file changed, 72 insertions(+), 79 deletions(-) commit ac93e53085ee405164bc4f9f09ce2a39523727d5 Author: Milo Casagrande @@ -55973,7 +56092,7 @@ Fix a small typo po/it.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 02141c6718553ad9bf05afee05e1ef834d3bdd62 Merge: c1dd662 2a98cb3 @@ -56002,7 +56121,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-tp-chat.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit c1dd662a2d2c94b19e431750ddc9109b5509e3b6 Author: Guillaume Desmottes @@ -56012,7 +56131,7 @@ COPYING.SHARE-ALIKE | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 61 insertions(+), 0 deletions(-) + 1 file changed, 61 insertions(+) commit c8516f4f6ea59ac596579dd55e16477d9f107f3e Author: Guillaume Desmottes @@ -56022,7 +56141,7 @@ COPYING-DOCS | 451 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 451 insertions(+), 0 deletions(-) + 1 file changed, 451 insertions(+) commit 6a35cfc707c5b64aed0a3eecdc0001df6078fa06 Author: Guillaume Desmottes @@ -56032,7 +56151,7 @@ COPYING.LGPL | 504 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 504 insertions(+), 0 deletions(-) + 1 file changed, 504 insertions(+) commit b168624ab6f99b6f4fe1778e8309ee264e18b336 Author: Maxim V. Dziumanenko @@ -56042,7 +56161,7 @@ po/uk.po | 2284 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 1262 insertions(+), 1022 deletions(-) + 1 file changed, 1262 insertions(+), 1022 deletions(-) commit 13a7c40c5aaf9b6ff9d75073775472f413959033 Author: Jonny Lamb @@ -56073,7 +56192,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-tp-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7d8f163d8dcb540f611b3581389e2c15971e479f Author: Jonny Lamb @@ -56084,7 +56203,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-dispatcher.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 70d4d71b08e3d8d5a0caaa051218180cd421187e Author: Guillaume Desmottes @@ -56093,7 +56212,7 @@ Show offline contacts by default (#612448) data/empathy.schemas.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a814276b7d9222f2a3a8d556ffc2f86d4769d5fa Author: Guillaume Desmottes @@ -56102,7 +56221,7 @@ Sort contacts by state by default (#612448) data/empathy.schemas.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 931c6e727885bdfab4f519ef7fcd7d90f30b3303 Author: Ken VanDine @@ -56114,7 +56233,7 @@ Fixes bug #612433 src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 77192dd163342a513b88618bd8a4d213574d40c1 Author: Xavier Claessens @@ -56125,7 +56244,7 @@ This actually invert the logic libempathy-gtk/empathy-string-parser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5601d115d7e74b78dc1a884902c08c23be7626a8 Author: Xavier Claessens @@ -56136,7 +56255,7 @@ Using links in labels could make a freeze, see GNOME #612066 libempathy-gtk/empathy-string-parser.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 53a27a44ec3180efe29ed24f31091ecfd0bda3ad Author: Xavier Claessens @@ -56174,7 +56293,7 @@ po/ru.po | 2431 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 1428 insertions(+), 1003 deletions(-) + 1 file changed, 1428 insertions(+), 1003 deletions(-) commit 72ddf3a41e879b907b0e40f37e96468ce2d42f8e Author: Guillaume Desmottes @@ -56183,7 +56302,7 @@ start dev of next release configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ae87026eae01dd6dbb34a2ae9c1f3a6dcf4b0f2f Author: Guillaume Desmottes @@ -56211,7 +56330,7 @@ favorite chatroom name then this bug would become apparent. libempathy/empathy-chatroom-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 656d02dd23d1b41cf1924ec3e5ae48c82b570851 Author: A S Alam @@ -56221,7 +56340,7 @@ po/pa.po | 1107 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 541 insertions(+), 566 deletions(-) + 1 file changed, 541 insertions(+), 566 deletions(-) commit d2bb178a1f1b97d7b82f1654898b8d08ac8bd5b9 Author: Branko Kokanović @@ -56243,7 +56362,7 @@ po/lv.po | 2240 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1418 insertions(+), 822 deletions(-) + 1 file changed, 1418 insertions(+), 822 deletions(-) commit efb42513359f4db545e3312e3c583d07c6306418 Author: Xavier Claessens @@ -56289,7 +56408,7 @@ data/icons/hicolor_apps_scalable_im-icq.svg | 200 +++++++++++++++++++ data/icons/hicolor_apps_scalable_im-yahoo.svg | 266 +++++++++++++++++++++++++ - 19 files changed, 667 insertions(+), 0 deletions(-) + 19 files changed, 667 insertions(+) commit 071f93ad6cbb539bbf8546e3e3cd2b9486ec1616 Author: Adi Roiban @@ -56299,7 +56418,7 @@ po/ro.po | 567 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 284 insertions(+), 283 deletions(-) + 1 file changed, 284 insertions(+), 283 deletions(-) commit 35e2a6150395b18e684e17f22ff4315cba0a7b2c Merge: 5bc1e2c 023e73e @@ -56316,7 +56435,7 @@ po/de.po | 486 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 244 insertions(+), 242 deletions(-) + 1 file changed, 244 insertions(+), 242 deletions(-) commit 7cd269a090cf6e6e8dc150e6610614239e9d6488 Author: Claude Paroz @@ -56328,7 +56447,7 @@ po/fr.po | 749 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 415 insertions(+), 334 deletions(-) + 1 file changed, 415 insertions(+), 334 deletions(-) commit f787c71eeac5bba47bd101cb3b963956461288a5 Author: Chao-Hsiung Liao @@ -56353,7 +56472,7 @@ Signed-off-by: Jonny Lamb src/empathy-chat-manager.c | 113 - ++++++++++++++++++++++++++++++++++++++----- + ++++++++++++++++++++++++++++++++++++++------ src/empathy-chat-manager.h | 4 +- src/empathy-chat-window.c | 8 ++-- 3 files changed, 105 insertions(+), 20 deletions(-) @@ -56365,8 +56484,8 @@ Updated Basque language po/eu.po | 104 - +++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 70 insertions(+), 34 deletions(-) + ++++++++++++++++++++++++++++++++++++++++++-------------------- + 1 file changed, 70 insertions(+), 34 deletions(-) commit 023e73e6c363e37de3f9306e0c81c9d255a1a880 Author: Mike Ruprecht @@ -56382,7 +56501,7 @@ Fixes #607626 libempathy-gtk/empathy-contact-list-view.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 57961ab9946ed770f2dbf95504cac9ffe2d2d642 Author: Mario Blättermann @@ -56392,7 +56511,7 @@ help/de/de.po | 1381 ++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 769 insertions(+), 612 deletions(-) + 1 file changed, 769 insertions(+), 612 deletions(-) commit 7415009e9f118174703834d95b91653f8de4e3f4 Author: Jonny Lamb @@ -56426,7 +56545,7 @@ src/empathy-chat-window.ui | 8 +++ src/empathy-main-window.c | 20 +++++++ src/empathy.c | 6 ++ - 7 files changed, 261 insertions(+), 0 deletions(-) + 7 files changed, 261 insertions(+) commit df799743c6e79136ffa44e22cb19dce0146ec422 Author: Philip Withnall @@ -56436,7 +56555,7 @@ po/en_GB.po | 506 ++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 257 insertions(+), 249 deletions(-) + 1 file changed, 257 insertions(+), 249 deletions(-) commit d271e787a1445a23c7ecdbfb537a27799f3ceb64 Author: Fran Diéguez @@ -56446,7 +56565,7 @@ po/gl.po | 611 +++++++++++++++++++++++++++----------------------------------- - 1 files changed, 261 insertions(+), 350 deletions(-) + 1 file changed, 261 insertions(+), 350 deletions(-) commit b6b0b1081d21f84235051424aa4f74c5e769f01d Author: Inaki Larranaga Murgoitio @@ -56456,7 +56575,7 @@ po/eu.po | 2071 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1246 insertions(+), 825 deletions(-) + 1 file changed, 1246 insertions(+), 825 deletions(-) commit f0555970a6dd57a4494c295f1e29e42d8aafec2d Author: Olivier Le Thanh Duong @@ -56469,7 +56588,7 @@ of only the first one. src/empathy-chat-window.c | 11 ++++------- - 1 files changed, 4 insertions(+), 7 deletions(-) + 1 file changed, 4 insertions(+), 7 deletions(-) commit b80b4032b86e961fc967fabb9ccdb7775e2dec7b Author: Jonh Wendell @@ -56479,7 +56598,7 @@ po/pt_BR.po | 528 ++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 267 insertions(+), 261 deletions(-) + 1 file changed, 267 insertions(+), 261 deletions(-) commit 38e506af9cab3a8d1953f29dc0ca59efdee55d00 Author: Xavier Claessens @@ -56491,7 +56610,7 @@ This reverts commit 400dc9cfed1e4ff95e10ecec47c51871332302a9. tests/Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c1adb24c891c732119266475c5e4dc55de019d79 Author: Xavier Claessens @@ -56500,7 +56619,7 @@ Parser API is moved from empathy-ui-utils to empathy-string-parser tests/empathy-parser-test.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2ea942c7645bbc3634a8d6a231cfed3f73fc9974 Author: Guillaume Desmottes @@ -56509,7 +56628,7 @@ start dev of next release configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 400dc9cfed1e4ff95e10ecec47c51871332302a9 Author: Guillaume Desmottes @@ -56518,7 +56637,7 @@ Disable empathy-parser-test for now as it doesn't build any more tests/Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 16555ecff5536c8be45b0d7001bb65eba0d11bee Author: Guillaume Desmottes @@ -56537,7 +56656,7 @@ Force windows to jump to the foreground if we present them libempathy-gtk/empathy-ui-utils.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit f79f134280bb47d7fd10b958ccf60ca10bd40757 Author: Guillaume Desmottes @@ -56583,7 +56702,7 @@ configured src/empathy.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 475ab0143677586dd29be933795e88c35b4a2706 Author: Guillaume Desmottes @@ -56593,7 +56712,7 @@ src/empathy-accounts-common.c | 13 +++++++++++++ src/empathy-accounts-common.h | 2 ++ - 2 files changed, 15 insertions(+), 0 deletions(-) + 2 files changed, 15 insertions(+) commit 8c8ad6b6959801d97881dba347ce8827d470c7a2 Author: Guillaume Desmottes @@ -56605,7 +56724,7 @@ libempathy-gtk/empathy-conf.h | 1 - src/empathy-account-assistant.c | 6 ------ src/empathy-auto-salut-account-helper.c | 19 ------------------- - 4 files changed, 0 insertions(+), 41 deletions(-) + 4 files changed, 41 deletions(-) commit 6cbff108ac6211bfdc3638f23f3226f6521449fc Merge: 82d2397 b4d0635 @@ -56625,7 +56744,7 @@ it's not there, just don't display a bookmark icon) Fixes: #611794 libempathy-gtk/empathy-presence-chooser.c | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit 3550e13cd3e02e85962755851ce3ae2329ed02e3 Author: Sjoerd Simons @@ -56634,7 +56753,7 @@ Connect to the accounts signals in one central place src/empathy-accounts-dialog.c | 15 +++++---------- - 1 files changed, 5 insertions(+), 10 deletions(-) + 1 file changed, 5 insertions(+), 10 deletions(-) commit c15ddf6b53db97e61acd45da5fd8cc9f804d7625 Author: Sjoerd Simons @@ -56664,7 +56783,7 @@ #611792 src/empathy-account-assistant.c | 19 ++++++++++++------- - 1 files changed, 12 insertions(+), 7 deletions(-) + 1 file changed, 12 insertions(+), 7 deletions(-) commit 82d23975943d3d1087c4c23ce88c78ae0dc468a0 Author: Guillaume Desmottes @@ -56676,7 +56795,7 @@ (#611753). libempathy-gtk/empathy-smiley-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 56872bd8f7c14cdb9a6cd303db3d21b008a6f07a Merge: 3b09aca 7c9a7e0 @@ -56694,7 +56813,7 @@ libempathy-gtk/empathy-string-parser.c | 2 +- libempathy-gtk/empathy-string-parser.h | 2 ++ - 2 files changed, 3 insertions(+), 1 deletions(-) + 2 files changed, 3 insertions(+), 1 deletion(-) commit 207c3bdd45e280beb019153ca6c844178f6e331a Author: Xavier Claessens @@ -56705,7 +56824,7 @@ It is not clickable, but still nice looking libempathy-gtk/empathy-contact-widget.c | 15 ++++----------- - 1 files changed, 4 insertions(+), 11 deletions(-) + 1 file changed, 4 insertions(+), 11 deletions(-) commit 1c9ef08484efd1596c57e1da7a17d3eb790d304d Author: Xavier Claessens @@ -56715,7 +56834,7 @@ libempathy-gtk/empathy-ui-utils.c | 13 ------------- libempathy-gtk/empathy-ui-utils.h | 6 ------ - 2 files changed, 0 insertions(+), 19 deletions(-) + 2 files changed, 19 deletions(-) commit 3b09acab5942361ac9ab12dc0a3bbbd10ffa42d7 Author: Mario Blättermann @@ -56724,8 +56843,8 @@ Updated German translation po/de.po | 63 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 33 insertions(+), 30 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 33 insertions(+), 30 deletions(-) commit 2974961bd9d46886312db774fe5dfc86f133de17 Author: Khaled Hosny @@ -56735,7 +56854,7 @@ po/ar.po | 340 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 175 insertions(+), 165 deletions(-) + 1 file changed, 175 insertions(+), 165 deletions(-) commit 62d4f1ef160e79dd0291959fb769432d3a2b0961 Author: Guillaume Desmottes @@ -56744,7 +56863,7 @@ start dev of next release configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f2feaec269edf3af49eea8adc66788d856d6de05 Author: Guillaume Desmottes @@ -56764,7 +56883,7 @@ po/ta.po | 342 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 175 insertions(+), 167 deletions(-) + 1 file changed, 175 insertions(+), 167 deletions(-) commit 00ab069a55f05f0203bf58f071fa7adc54b6e9ac Author: Xavier Claessens @@ -56787,7 +56906,7 @@ libempathy-gtk/empathy-string-parser.c | 16 ++++++++++++++++ libempathy-gtk/empathy-string-parser.h | 3 +++ - 2 files changed, 19 insertions(+), 0 deletions(-) + 2 files changed, 19 insertions(+) commit 3e4bea3436209cca9ce685fdbacec7fcc11f1388 Author: Xavier Claessens @@ -56855,7 +56974,7 @@ Fixes: #611224 libempathy-gtk/empathy-account-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 21ffdb809e2ce2f9a67977ccdc2527a887e54d33 Author: Kjartan Maraas @@ -56865,7 +56984,7 @@ po/nb.po | 435 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 243 insertions(+), 192 deletions(-) + 1 file changed, 243 insertions(+), 192 deletions(-) commit 73b1b8d04ee110d6f9f6f52ba62d26acec06f0f2 Author: Iswandi Basri @@ -56875,7 +56994,7 @@ po/ms.po | 4165 +++++++++++++++++++++++++++++++++++++++++++++++--------------- - 1 files changed, 3166 insertions(+), 999 deletions(-) + 1 file changed, 3166 insertions(+), 999 deletions(-) commit 0a7c5c811ceb721a16c69a010c50cd3e20be8f28 Author: Piotr Drąg @@ -56885,7 +57004,7 @@ po/pl.po | 2246 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1420 insertions(+), 826 deletions(-) + 1 file changed, 1420 insertions(+), 826 deletions(-) commit 4728aaffa21812eb2e6bd8b9eeac0cceccb85437 Merge: 46adf4f 1dab115 @@ -56902,7 +57021,7 @@ (#603463) libempathy-gtk/empathy-account-widget.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit b0ef41dd204e2841a3f1eeb6c5dca709f2e725b1 Author: Guillaume Desmottes @@ -56912,7 +57031,7 @@ changed by the user libempathy-gtk/empathy-account-widget.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit b31d50fb0533f178263d8ce111b56517dd0faf9a Author: Guillaume Desmottes @@ -56922,7 +57041,7 @@ if not needed libempathy/empathy-account-settings.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit f4d060f23d99950a2686fc1dffa2101fd855e82a Author: Guillaume Desmottes @@ -56932,7 +57051,7 @@ dispose function libempathy-gtk/empathy-account-widget.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 46adf4f15f0d9fee5b3b2e22e2cffca0d48a7184 Author: Alexander Shopov @@ -56942,7 +57061,7 @@ po/bg.po | 329 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 166 insertions(+), 163 deletions(-) + 1 file changed, 166 insertions(+), 163 deletions(-) commit 67308bd569a5a3884225b65b8514725fdf8f3117 Author: Guillaume Desmottes @@ -56966,7 +57085,7 @@ This saves us a D-Bus call. src/empathy-account-assistant.c | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit 46d00adb33b8b356e56f633d2ac25dfa06705bbe Author: Guillaume Desmottes @@ -56982,7 +57101,7 @@ a more relevant name. (#611675) src/empathy-account-assistant.c | 15 ++++++--------- - 1 files changed, 6 insertions(+), 9 deletions(-) + 1 file changed, 6 insertions(+), 9 deletions(-) commit 4a7553f1f6ab0f7675da83749ab91515450f9944 Author: Jorge González @@ -56992,7 +57111,7 @@ po/es.po | 62 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 33 insertions(+), 29 deletions(-) + 1 file changed, 33 insertions(+), 29 deletions(-) commit 36ea10ea3a0bdbd6300bea47cedeab4cc08751a2 Merge: 5697449 52d67df @@ -57009,7 +57128,7 @@ po/it.po | 145 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 72 insertions(+), 73 deletions(-) + 1 file changed, 72 insertions(+), 73 deletions(-) commit 52d67df161e27a893bc24a13a50d86bf251f5ad9 Author: Travis Reitter @@ -57030,7 +57149,7 @@ empathy-accounts: the TpDBusDaemon is not used any more src/empathy-accounts.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit d1aba86ad64035b92811b0c0a33b3409754c956f Author: Guillaume Desmottes @@ -57039,7 +57158,7 @@ account-assistant: ensure that new accounts are connected (#611565) src/empathy-account-assistant.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit b7329ee88d54447ed5b8a0de32a6b26a25ef5024 Author: Guillaume Desmottes @@ -57050,7 +57169,7 @@ libempathy-gtk/empathy-account-widget.c | 28 +---------------------- libempathy/empathy-utils.c | 37 +++++++++++++++++++++++++++++++ - libempathy/empathy-utils.h | 4 +++ + libempathy/empathy-utils.h | 4 ++++ 3 files changed, 42 insertions(+), 27 deletions(-) commit 2af6c1375e1465566d57170d8090e1b425de88fa @@ -57067,7 +57186,7 @@ so the account wasn't connected. (#611565) libempathy-gtk/empathy-account-widget.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit b228ca8e3fd252d289f06699c0e1f6bc62f6ea5b Author: Matej Urbančič @@ -57077,7 +57196,7 @@ po/sl.po | 58 ++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 32 insertions(+), 26 deletions(-) + 1 file changed, 32 insertions(+), 26 deletions(-) commit 41ca7cb4fea39f928976b7b69466a61c78a5f7ed Merge: 74b2a16 3c8e671 @@ -57100,7 +57219,7 @@ will always fail and is thus pointless src/empathy-accounts.c | 20 -------------------- - 1 files changed, 0 insertions(+), 20 deletions(-) + 1 file changed, 20 deletions(-) commit 9a9ce40c7f0a6e5fc19e035dba5c1812a9d4434a Author: Sjoerd Simons @@ -57120,8 +57239,8 @@ Disable the Cancel button in the accounts dialog if there are no existing accounts to display (ie, we're creating our first account). - libempathy-gtk/empathy-account-widget.c | 44 +++++++++++++++++- - libempathy-gtk/empathy-account-widget.h | 3 + + libempathy-gtk/empathy-account-widget.c | 44 +++++++++++++++++-- + libempathy-gtk/empathy-account-widget.h | 3 ++ src/empathy-accounts-dialog.c | 73 ++++++++++++++++++++++++++++++- 3 files changed, 116 insertions(+), 4 deletions(-) @@ -57151,11 +57270,11 @@ src/empathy-accounts-common.c | 56 +-------------------------- src/empathy-accounts-common.h | 4 -- - src/empathy-accounts-dialog.c | 6 +- + src/empathy-accounts-dialog.c | 6 +-- src/empathy-accounts-dialog.h | 2 +- src/empathy-accounts.c | 85 - ++++++++++++++++++++++------------------ - src/empathy.c | 5 +- + +++++++++++++++++++++++------------------ + src/empathy.c | 5 ++- 6 files changed, 55 insertions(+), 103 deletions(-) commit 886357ee6af17fe37523337209a09aa6f3112604 @@ -57165,7 +57284,7 @@ Always popup the accounts wizard if we don't have salut accounts src/cc-empathy-accounts-page.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 8fb1b3a30ee4a9bc98087781cd6651cab8c4c96d Author: Sjoerd Simons @@ -57174,7 +57293,7 @@ Only launch empathy-accounts if needed src/empathy.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 8254654ccb030f05cd72f1c011d02c4de8816589 Author: Sjoerd Simons @@ -57183,7 +57302,7 @@ Also potentially popup the account dialog when activate by libunique src/empathy.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 74b2a167ce29bbda607b1b1a0ac8ef96c51a924c Author: Jennie Petoumenou @@ -57193,7 +57312,7 @@ po/el.po | 771 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 402 insertions(+), 369 deletions(-) + 1 file changed, 402 insertions(+), 369 deletions(-) commit 2f54d54b0f73b08de6be479eb62bf49b4a1162dc Merge: 2af7013 5b1255d @@ -57210,7 +57329,7 @@ po/he.po | 1777 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 1022 insertions(+), 755 deletions(-) + 1 file changed, 1022 insertions(+), 755 deletions(-) commit 67c96f4177dfc04a36e853957b0bef7825fded55 Author: Daniel Nylander @@ -57220,7 +57339,7 @@ po/sv.po | 356 ++++++++++++++++++++++++++++---------------------------------- - 1 files changed, 159 insertions(+), 197 deletions(-) + 1 file changed, 159 insertions(+), 197 deletions(-) commit 165cfca726200c8df42a031686301f86bc67f530 Author: Guillaume Desmottes @@ -57230,18 +57349,28 @@ We don't need those any more. - data/icons/Makefile.am | 10 ---------- - data/icons/hicolor_apps_16x16_empathy-starred.png | Bin 1468 -> 0 bytes - .../icons/hicolor_apps_16x16_empathy-unstarred.png | Bin 1424 -> 0 bytes - data/icons/hicolor_apps_22x22_empathy-starred.png | Bin 2310 -> 0 bytes - .../icons/hicolor_apps_22x22_empathy-unstarred.png | Bin 2390 -> 0 bytes - data/icons/hicolor_apps_24x24_empathy-starred.png | Bin 2634 -> 0 bytes - .../icons/hicolor_apps_24x24_empathy-unstarred.png | Bin 2693 -> 0 bytes - data/icons/hicolor_apps_32x32_empathy-starred.png | Bin 3989 -> 0 bytes - .../icons/hicolor_apps_32x32_empathy-unstarred.png | Bin 4086 -> 0 bytes - data/icons/hicolor_apps_48x48_empathy-starred.png | Bin 2658 -> 0 bytes - .../icons/hicolor_apps_48x48_empathy-unstarred.png | Bin 2255 -> 0 bytes - 11 files changed, 0 insertions(+), 10 deletions(-) + data/icons/Makefile.am | 10 ---------- + data/icons/hicolor_apps_16x16_empathy-starred.png | Bin 1468 -> + 0 bytes + data/icons/hicolor_apps_16x16_empathy-unstarred.png | Bin 1424 -> + 0 bytes + data/icons/hicolor_apps_22x22_empathy-starred.png | Bin 2310 -> + 0 bytes + data/icons/hicolor_apps_22x22_empathy-unstarred.png | Bin 2390 -> + 0 bytes + data/icons/hicolor_apps_24x24_empathy-starred.png | Bin 2634 -> + 0 bytes + data/icons/hicolor_apps_24x24_empathy-unstarred.png | Bin 2693 -> + 0 bytes + data/icons/hicolor_apps_32x32_empathy-starred.png | Bin 3989 -> + 0 bytes + data/icons/hicolor_apps_32x32_empathy-unstarred.png | Bin 4086 -> + 0 bytes + data/icons/hicolor_apps_48x48_empathy-starred.png | Bin 2658 -> + 0 bytes + data/icons/hicolor_apps_48x48_empathy-unstarred.png | Bin 2255 -> + 0 bytes + 11 files changed, 10 deletions(-) commit 379db3d78312b3159693d8c98a1b6ee0805702d1 Author: Guillaume Desmottes @@ -57250,7 +57379,7 @@ update the not-favorite icon when the theme is changed libempathy-gtk/empathy-presence-chooser.c | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + 1 file changed, 18 insertions(+) commit 96f6ab994f7631af1a478f0f625357976195ace0 Author: Guillaume Desmottes @@ -57265,7 +57394,7 @@ libempathy-gtk/empathy-presence-chooser.c | 27 +++++++++++++++++++++++++-- - 1 files changed, 25 insertions(+), 2 deletions(-) + 1 file changed, 25 insertions(+), 2 deletions(-) commit a8afec3bb227e3a04a3cbb4d6b14f5ba5882654a Author: Guillaume Desmottes @@ -57278,7 +57407,7 @@ re-inventing our own. libempathy-gtk/empathy-presence-chooser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 79df35b2f0c0d68ec60ae880c70b17cc014c684d Author: Guillaume Desmottes @@ -57294,7 +57423,7 @@ (#610847). src/empathy-accounts-dialog.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 74be0ae5e7a1c1fe845a056cd38977c649e0989a Author: Travis Reitter @@ -57304,7 +57433,7 @@ become sensitive when we change the account protocol src/empathy-accounts-dialog.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit d5ae581b39fd3532e8a8e90d383164039b2fafc7 Author: Travis Reitter @@ -57314,7 +57443,7 @@ account and we change protocols in the protocol combo box. src/empathy-accounts-dialog.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit a84e1e573eec373609ede78a56103dbab3da6046 Merge: 79c2194 08cf375 @@ -57330,8 +57459,8 @@ Updated Italian translation po/it.po | 187 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 95 insertions(+), 92 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 95 insertions(+), 92 deletions(-) commit 2bc424cbbdc47ddd1e8cc76273a8c09b782afbb6 Author: Mario Blättermann @@ -57341,7 +57470,7 @@ po/de.po | 252 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 126 insertions(+), 126 deletions(-) + 1 file changed, 126 insertions(+), 126 deletions(-) commit b847ad5c4af3920bed5fa880ae2c4416725fc3f9 Author: Matej Urbančič @@ -57351,7 +57480,7 @@ po/sl.po | 256 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 129 insertions(+), 127 deletions(-) + 1 file changed, 129 insertions(+), 127 deletions(-) commit b4bb3fb577d6eaddaa8ca90fff22ef96e37ad356 Author: Jorge González @@ -57361,7 +57490,7 @@ po/es.po | 248 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 123 insertions(+), 125 deletions(-) + 1 file changed, 123 insertions(+), 125 deletions(-) commit 5b1255d0e3e92635985aa058bdd87670e8891095 Author: Cosimo Alfarano @@ -57386,7 +57515,7 @@ Estonian translation updated po/et.po | 18 ++++++++++-------- - 1 files changed, 10 insertions(+), 8 deletions(-) + 1 file changed, 10 insertions(+), 8 deletions(-) commit 4baafa4a6c64a678e0f52a376d3907337297ac2f Author: Mattias Põldaru @@ -57395,8 +57524,8 @@ Estonian translation updated po/et.po | 132 - ++++++++++++++++++++++++++++++++++++++++++------------------- - 1 files changed, 91 insertions(+), 41 deletions(-) + +++++++++++++++++++++++++++++++++++++++++++------------------- + 1 file changed, 91 insertions(+), 41 deletions(-) commit 04a3f49597c3ffb367b48fe6c01f972bdd15ea11 Merge: e86aa10 28244a9 @@ -57412,7 +57541,7 @@ Remove the SKIP_TASKBAR hint when the main window is activated src/empathy.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 3403dfda538c4ff2d3eacfb3b148602d493033ea Author: Mike Ruprecht @@ -57421,7 +57550,7 @@ Add the capability to search debug messages in the debug window. src/empathy-debug-window.c | 36 ++++++++++++++++++++++++++++++++++++ - 1 files changed, 36 insertions(+), 0 deletions(-) + 1 file changed, 36 insertions(+) commit 08cf375e793f4f9255e10ca61850af279a07ce1a Author: Danielle Madeley @@ -57433,7 +57562,7 @@ Fixes: #611131 src/empathy-accounts-common.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 28244a9c41e2c4274d2cb298c20b5e8909f7578a Author: Cosimo Alfarano @@ -57445,7 +57574,7 @@ or it will allow race conditions libempathy-gtk/empathy-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9010489b970c479609c095ec6b15b1e893e8b548 Author: Will Thompson @@ -57456,7 +57585,7 @@ Fixes: #611071 libempathy/empathy-tp-chat.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 8d4d46e440c7a6bd321fc098265db8ede27c07de Author: Cosimo Alfarano @@ -57469,11 +57598,11 @@ configure.ac | 28 ++ libempathy-gtk/Makefile.am | 2 + - libempathy-gtk/empathy-chat.c | 183 ++++++++++-- + libempathy-gtk/empathy-chat.c | 183 +++++++++-- libempathy-gtk/empathy-contact-menu.c | 18 +- libempathy-gtk/empathy-log-window.c | 533 +++++++++++++++++++++++++++++++- - libempathy/Makefile.am | 34 ++- + libempathy/Makefile.am | 34 +- libempathy/empathy-contact.c | 30 ++ libempathy/empathy-contact.h | 7 + libempathy/empathy-log-manager.h | 4 + @@ -57495,7 +57624,7 @@ I forgot to set it after latest release... configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 351da00be344cf578612ae5ef5eb2d708473dd77 Author: Guillaume Desmottes @@ -57504,7 +57633,7 @@ show map license libempathy-gtk/empathy-contact-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d74946a42f83c5daaf0847011d722cf6138a4eed Author: Guillaume Desmottes @@ -57513,7 +57642,7 @@ contact-widget: increase zoom on map libempathy-gtk/empathy-contact-widget.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 8e24107b437f63d9b2ca93e0d5b7379ee87af98d Author: Sjoerd Simons @@ -57522,8 +57651,8 @@ Cope with tp-glib calling the callback in sync libempathy/empathy-dispatcher.c | 45 - +++++++++++++++++++++++++------------- - 1 files changed, 29 insertions(+), 16 deletions(-) + +++++++++++++++++++++++++-------------- + 1 file changed, 29 insertions(+), 16 deletions(-) commit 0e74039b5cadb3e33aa01f5c2f3650b9d39f16ae Author: Sjoerd Simons @@ -57532,7 +57661,7 @@ No reason to get Channels from connections, that's MCs job libempathy/empathy-dispatcher.c | 27 --------------------------- - 1 files changed, 0 insertions(+), 27 deletions(-) + 1 file changed, 27 deletions(-) commit 3e67f2f4f77ba1e59f69721f9821a482cba1678a Author: Guillaume Desmottes @@ -57549,7 +57678,7 @@ libempathy-gtk/empathy-contact-widget.c | 27 +++++++++++++++++++-------- - 1 files changed, 19 insertions(+), 8 deletions(-) + 1 file changed, 19 insertions(+), 8 deletions(-) commit ed582f419d68c95dabfc26d4453c89d0d7f038a4 Merge: 81aeb65 0653070 @@ -57565,7 +57694,7 @@ Updated Arabic translation po/ar.po | 43 ++++++++++++++++--------------------------- - 1 files changed, 16 insertions(+), 27 deletions(-) + 1 file changed, 16 insertions(+), 27 deletions(-) commit 065307088d490e8f8bc4c04d3981b047c9fb408f Author: Sjoerd Simons @@ -57575,7 +57704,7 @@ from request data libempathy/empathy-dispatcher.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit c292475ad620051bc676321adfb832b8efca770c Author: Sander Dijkhuis @@ -57586,7 +57715,7 @@ This looks cleaner. (#610886) src/empathy-main-window.ui | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 1e878d27797a90e0602180972f1727caed6c87eb Author: Sjoerd Simons @@ -57606,7 +57735,7 @@ Assert that the account exists libempathy/empathy-dispatcher.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 05caf0ff7d093fa342fbff5e7c0e681750bf1523 Author: Sjoerd Simons @@ -57615,7 +57744,7 @@ Small coding style fix libempathy/empathy-dispatcher.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit c98d650deadd48624a6dba026aa466ddc5b58626 Author: Sjoerd Simons @@ -57624,7 +57753,7 @@ Set ourselves as the preferred handler if there is a callback libempathy/empathy-dispatcher.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 0e9bd3f5a6c19512f088993bfac8cec6aaabff7b Author: Sjoerd Simons @@ -57634,7 +57763,7 @@ action libempathy/empathy-dispatcher.c | 17 +++++++++++++++-- - 1 files changed, 15 insertions(+), 2 deletions(-) + 1 file changed, 15 insertions(+), 2 deletions(-) commit eea99156d893167e6289906e4c237ad5210dbc99 Author: Sjoerd Simons @@ -57643,7 +57772,7 @@ Add a debug message for when errors are signaled libempathy/empathy-ft-handler.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit eb8a6e36a56cbc3342368baf8190e0ef17e9a8f7 Author: Sjoerd Simons @@ -57653,7 +57782,7 @@ libempathy/empathy-handler.c | 10 +++++++++- libempathy/empathy-handler.h | 2 ++ - 2 files changed, 11 insertions(+), 1 deletions(-) + 2 files changed, 11 insertions(+), 1 deletion(-) commit 871cd053641dfb087db16e120c53c338cc442d4a Author: Sjoerd Simons @@ -57662,7 +57791,7 @@ Output the path before trying to register it libempathy/empathy-handler.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 09a20a4289d896f18360be9020c984876d55a29b Author: Sjoerd Simons @@ -57671,7 +57800,7 @@ Replace tabs with spaces libempathy/empathy-handler.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 696f7bdae93846bdf809ae7e19be5f2ea9913fe6 Author: Sjoerd Simons @@ -57691,7 +57820,7 @@ libempathy/empathy-dispatcher.c | 98 +-------------------------------------- - 1 files changed, 2 insertions(+), 96 deletions(-) + 1 file changed, 2 insertions(+), 96 deletions(-) commit 93aeafe92673b2e383fbfe3426c7ab918829d7ad Author: Sjoerd Simons @@ -57708,7 +57837,7 @@ handle through HandleChannels. So we shouldn't filter any of them. libempathy/empathy-dispatcher.c | 11 ----------- - 1 files changed, 0 insertions(+), 11 deletions(-) + 1 file changed, 11 deletions(-) commit 6c349195014a84995fa3283611eebd77f66046d3 Author: Sjoerd Simons @@ -57717,8 +57846,8 @@ Check if channels we requested satisfy requests libempathy/empathy-dispatcher.c | 69 - ++++++++++++++++++++++++++++---------- - 1 files changed, 51 insertions(+), 18 deletions(-) + +++++++++++++++++++++++++++++---------- + 1 file changed, 51 insertions(+), 18 deletions(-) commit 6298cb37bb9a2d5ba87be44733136f6f373c9941 Author: Sjoerd Simons @@ -57727,8 +57856,8 @@ Request channels from the CD instead of the CM libempathy/empathy-dispatcher.c | 168 - ++++++++++++++++++++++++++++++++------ - 1 files changed, 141 insertions(+), 27 deletions(-) + ++++++++++++++++++++++++++++++++------- + 1 file changed, 141 insertions(+), 27 deletions(-) commit d66105db6105b9ffc3ede09b2513f1243e0a426d Author: Guillaume Desmottes @@ -57742,7 +57871,7 @@ shouldn't assume it is (#610942). libempathy/empathy-account-settings.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 6ba961fc2bd6d0e1e5b58ad5509ed0b63c427c74 Author: Cheng-Chia Tseng @@ -57762,7 +57891,7 @@ po/en_GB.po | 1131 +++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 631 insertions(+), 500 deletions(-) + 1 file changed, 631 insertions(+), 500 deletions(-) commit 25d5765846da294ca8b42e9ff4d2c25be84cf763 Author: Mario Blättermann @@ -57772,7 +57901,7 @@ po/de.po | 853 ++++++++++++++++---------------------------------------------- - 1 files changed, 223 insertions(+), 630 deletions(-) + 1 file changed, 223 insertions(+), 630 deletions(-) commit 775fecfd93f0df135771692526f1af3ac864819d Author: Guillaume Desmottes @@ -57782,7 +57911,7 @@ a pixbuf now libempathy-gtk/empathy-contact-selector.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1c9bb59ff2669b5778dfe551288b5f5af0676318 Author: Brian Pepple @@ -57791,7 +57920,7 @@ Add missing libm linking (#610751) src/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit e11a543286c84b3c1cdd3d7c616ed555bbe715ee Author: Alexander Shopov @@ -57801,7 +57930,7 @@ po/bg.po | 389 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 226 insertions(+), 163 deletions(-) + 1 file changed, 226 insertions(+), 163 deletions(-) commit 700fcc2dfb0d745b79e25f37828d63f8c3b828b4 Author: Daniel Nylander @@ -57811,7 +57940,7 @@ po/sv.po | 390 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 219 insertions(+), 171 deletions(-) + 1 file changed, 219 insertions(+), 171 deletions(-) commit 510ac416e1e33ce0f655e47837e0e4e4202a46a5 Author: Milo Casagrande @@ -57821,7 +57950,7 @@ po/it.po | 2058 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1238 insertions(+), 820 deletions(-) + 1 file changed, 1238 insertions(+), 820 deletions(-) commit cbbc6043ad0ad96af8d0fb77712ac9431cf91585 Author: Guillaume Desmottes @@ -57831,7 +57960,7 @@ NEWS | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - configure.ac | 4 +- + configure.ac | 4 ++-- 2 files changed, 66 insertions(+), 2 deletions(-) commit df4b9f7d0799110489721ee3d2c537ad2645a8e8 @@ -57844,7 +57973,7 @@ src/empathy.c | 56 +++++++++++++------------------------------------------- - 1 files changed, 13 insertions(+), 43 deletions(-) + 1 file changed, 13 insertions(+), 43 deletions(-) commit 1b3ea6b00704d60166a1733894184105edf04586 Author: Guillaume Desmottes @@ -57864,7 +57993,7 @@ remove old services from gitignore src/.gitignore | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 99ce33b5078ef5db9dcaf198a2c739fd88f8feb2 Author: Guillaume Desmottes @@ -57877,7 +58006,7 @@ Empathy instance is running. src/empathy.c | 24 ++---------------------- - 1 files changed, 2 insertions(+), 22 deletions(-) + 1 file changed, 2 insertions(+), 22 deletions(-) commit 8b7b49e0fa549ead1f7f8a62914f3c50576fac10 Author: Guillaume Desmottes @@ -57887,7 +58016,7 @@ org.freedesktop.Telepathy.Client.Empathy src/empathy-debug-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 97334b2ceab261eb75f4eadbbb5acb51a59bf0eb Author: Chao-Hsiung Liao @@ -57909,7 +58038,7 @@ po/gl.po | 233 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 116 insertions(+), 117 deletions(-) + 1 file changed, 116 insertions(+), 117 deletions(-) commit 15d71955d6c65cc9f4a70a97979d109af3b72df1 Author: Khaled Hosny @@ -57919,7 +58048,7 @@ po/ar.po | 522 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 313 insertions(+), 209 deletions(-) + 1 file changed, 313 insertions(+), 209 deletions(-) commit d5a96cec5e4cf549a86f5b331f77c9c09abe02a3 Author: Guillaume Desmottes @@ -57940,7 +58069,7 @@ closing (#610461) libempathy/empathy-tp-chat.c | 36 +++++++++++++++++++++++++++++++++++- - 1 files changed, 35 insertions(+), 1 deletions(-) + 1 file changed, 35 insertions(+), 1 deletion(-) commit 998ef19cf8a2e546208d1fb0a835032a7e07e543 Author: Guillaume Desmottes @@ -57951,7 +58080,7 @@ libempathy-gtk/empathy-chat.c | 2 +- libempathy/empathy-tp-chat.c | 6 ++++++ libempathy/empathy-tp-chat.h | 2 ++ - 3 files changed, 9 insertions(+), 1 deletions(-) + 3 files changed, 9 insertions(+), 1 deletion(-) commit 6e6f54464f4fe105bbda956699a6fc130c72b8d0 Author: Guillaume Desmottes @@ -57966,7 +58095,7 @@ Fixes bug #609995. src/empathy-account-assistant.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 95466c01c61e06f33c29b9a243789e6ef34335d7 Author: Guillaume Desmottes @@ -57976,7 +58105,7 @@ switching protocol src/empathy-account-assistant.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 96254dab84d19af25964e0d6a1a73b0872428222 Author: Guillaume Desmottes @@ -57986,7 +58115,7 @@ fields (#610380) src/empathy-account-assistant.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 8ce1c64808b2772e61be3f162defa22072117267 Author: Danielle Madeley @@ -57996,10 +58125,10 @@ At the request of Rob Bradford - configure.ac | 34 +++++++++++----------- - libempathy-gtk/Makefile.am | 4 +- + configure.ac | 34 +++++++++++------------ + libempathy-gtk/Makefile.am | 4 +-- libempathy-gtk/empathy-account-widget.c | 46 - +++++++++++++++--------------- + +++++++++++++++---------------- src/empathy-accounts-dialog.c | 12 ++++---- 4 files changed, 48 insertions(+), 48 deletions(-) @@ -58011,7 +58140,7 @@ po/sl.po | 240 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 117 insertions(+), 123 deletions(-) + 1 file changed, 117 insertions(+), 123 deletions(-) commit 7b03cea8d49bd2d09b4c93fe04fd5bb9dd542d53 Author: Djavan Fagundes @@ -58021,7 +58150,7 @@ po/pt_BR.po | 3263 ++++++++++++++++++++++++----------------------------------- - 1 files changed, 1335 insertions(+), 1928 deletions(-) + 1 file changed, 1335 insertions(+), 1928 deletions(-) commit 4bc690a44edd3bbe18d321893fa21b1c23b5c216 Author: Milo Casagrande @@ -58031,7 +58160,7 @@ help/it/it.po | 2469 ++++++++++++++++----------------------------------------- - 1 files changed, 703 insertions(+), 1766 deletions(-) + 1 file changed, 703 insertions(+), 1766 deletions(-) commit efba0ae450f343ba1eea5af8702c1910c672d40a Author: Milo Casagrande @@ -58051,7 +58180,7 @@ help/es/es.po | 227 ++++++++++++++++++++++++++++----------------------------- - 1 files changed, 110 insertions(+), 117 deletions(-) + 1 file changed, 110 insertions(+), 117 deletions(-) commit 0625fb11e5a203dfe74df6b06df4035bc9fafef4 Author: Jorge González @@ -58060,8 +58189,8 @@ Updated Spanish translation po/es.po | 242 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 123 insertions(+), 119 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 123 insertions(+), 119 deletions(-) commit 399aaaeee55ad253dd39a99664558f8124ce842a Author: Frédéric Péters @@ -58070,7 +58199,7 @@ Point Makefile.am to .lo files, to please some libtool deity tests/interactive/Makefile.am | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 32061585dc6be565457a19df27037bd91ff01210 Author: vasudeven @@ -58079,8 +58208,8 @@ updated Tamil translation po/ta.po | 450 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 251 insertions(+), 199 deletions(-) + +++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 251 insertions(+), 199 deletions(-) commit 93f0695d387c3cb939c052848aa4c002090ddc81 Author: Guillaume Desmottes @@ -58095,7 +58224,7 @@ this button when it's useless. src/empathy-status-icon.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit a32038569c0eec120ef9ff0c75bcc12e98fde1fa Author: Guillaume Desmottes @@ -58106,7 +58235,7 @@ It's not used any more. src/empathy-event-manager.h | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit dd01b11f2a0cda9384ceb4ebdcbfac22c51a1981 Author: Guillaume Desmottes @@ -58117,7 +58246,7 @@ Wrapping the label will add them for us. src/empathy-account-assistant.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit a921a695e89f621cdd62e5dc9c003eb943b6ccd4 Author: Guillaume Desmottes @@ -58126,7 +58255,7 @@ account-assistant: Wrap secondary error message (#607908) src/empathy-account-assistant.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 8429eac0cc68664c1c19ad99b8343fae5f03eefb Author: Guillaume Desmottes @@ -58139,7 +58268,7 @@ as that's an really an error (#609822). src/empathy-main-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 37aabc6b1e5b97747da6bb1b3070fa2fdaffa530 Author: Jonny Lamb @@ -58151,8 +58280,8 @@ libempathy/empathy-debug.c | 14 ++- libempathy/empathy-debugger.c | 270 ----------------------------------------- - libempathy/empathy-debugger.h | 88 ------------- - src/empathy-debug-window.c | 27 ++-- + libempathy/empathy-debugger.h | 88 -------------- + src/empathy-debug-window.c | 27 +++-- src/empathy.c | 41 ++----- 6 files changed, 34 insertions(+), 408 deletions(-) @@ -58185,7 +58314,7 @@ Empathy from a not installed build. src/empathy-accounts-dialog.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 4253e9ae71c3df9918e1ee4f81ecd1e90639edeb Author: Guillaume Desmottes @@ -58196,7 +58325,7 @@ That's cleaner to build a path. src/empathy-accounts-dialog.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 57f093617f28dea1a4d4ab948561579d3f623427 Merge: 4219fa9 c4bd37a @@ -58212,7 +58341,7 @@ Remove duplicate and buggy bookkeeping of pending messages libempathy-gtk/empathy-chat.c | 21 +++++++-------------- - 1 files changed, 7 insertions(+), 14 deletions(-) + 1 file changed, 7 insertions(+), 14 deletions(-) commit 94539737998972571a33af133ae91b2769f7cd99 Author: Sjoerd Simons @@ -58222,7 +58351,7 @@ libempathy/empathy-tp-chat.c | 7 +++++++ libempathy/empathy-tp-chat.h | 1 + - 2 files changed, 8 insertions(+), 0 deletions(-) + 2 files changed, 8 insertions(+) commit 4219fa9dd2a048563bd6684a0bfba08dd1629759 Author: Guillaume Desmottes @@ -58241,7 +58370,7 @@ it stays valid. libempathy/empathy-dispatcher.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 926bd94a134044ed2416537f02e55d7e4ef6cb1e Author: Guillaume Desmottes @@ -58255,7 +58384,7 @@ as hitting it as the side effect of reconnecting the account. libempathy-gtk/empathy-account-widget.c | 22 +++++++--------------- - 1 files changed, 7 insertions(+), 15 deletions(-) + 1 file changed, 7 insertions(+), 15 deletions(-) commit 5db0929af3f0b94d57ff21938ed49e2cfb0f4b88 Author: Guillaume Desmottes @@ -58269,7 +58398,7 @@ that won't connect it. libempathy-gtk/empathy-account-widget.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 76f92daf5490a9fd5189862feaa067115d967d15 Author: Matej Urbančič @@ -58278,7 +58407,7 @@ Updated Slovenian translation po/sl.po | 48 ++++++++++++++++++++++++++++++++++++++++-------- - 1 files changed, 40 insertions(+), 8 deletions(-) + 1 file changed, 40 insertions(+), 8 deletions(-) commit 466a60d6bfc58a9fc4bd87f6e90fa8eff77caff6 Author: Jorge González @@ -58288,7 +58417,7 @@ help/es/es.po | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 59 insertions(+), 1 deletions(-) + 1 file changed, 59 insertions(+), 1 deletion(-) commit 0e7074dbf801ca17ab88c15e9d261b244d2ecdd5 Author: Guillaume Desmottes @@ -58316,7 +58445,7 @@ at the end of the first call of the callback. (#609575) src/empathy-accounts-dialog.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit 1f08efd25771856f49285ea26e8a5056ff86763f Author: Sjoerd Simons @@ -58332,7 +58461,7 @@ This reverts commit 183fa2e8a94d94a7098120fc43cde9ad83869de6. src/empathy-chat-window.c | 15 +++++++-------- - 1 files changed, 7 insertions(+), 8 deletions(-) + 1 file changed, 7 insertions(+), 8 deletions(-) commit 6b4d4954a4231209d261ced4ae0140ae11de6814 Author: Sjoerd Simons @@ -58367,8 +58496,8 @@ handle these for us src/empathy-chat-window.c | 51 - +++++++++++++++++++++++++++----------------- - 1 files changed, 31 insertions(+), 20 deletions(-) + +++++++++++++++++++++++++++------------------ + 1 file changed, 31 insertions(+), 20 deletions(-) commit d132874edb6b5af1a2755e006db4c87355a0d206 Author: Theppitak Karoonboonyanan @@ -58378,7 +58507,7 @@ po/th.po | 343 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 199 insertions(+), 144 deletions(-) + 1 file changed, 199 insertions(+), 144 deletions(-) commit 267e4a1d3a1d79fc559386d807cb100fc5bd4f88 Author: Fran Diéguez @@ -58387,8 +58516,8 @@ Updated Galician Translation po/gl.po | 68 - +++++++++++++++++++++++++++++++++++++++++++++++-------------- - 1 files changed, 52 insertions(+), 16 deletions(-) + +++++++++++++++++++++++++++++++++++++++++++++++--------------- + 1 file changed, 52 insertions(+), 16 deletions(-) commit 6cfaf6920953783e52db4000d5e5892654e25262 Author: Jorge González @@ -58397,7 +58526,7 @@ Updated Spanish translation help/es/es.po | 42 +++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 41 insertions(+), 1 deletions(-) + 1 file changed, 41 insertions(+), 1 deletion(-) commit 12286b44fc0a2117d9268f8a770a9b4f1c3f6a95 Author: Jorge González @@ -58406,7 +58535,7 @@ Updated Spanish translation po/es.po | 19 ++++++++----------- - 1 files changed, 8 insertions(+), 11 deletions(-) + 1 file changed, 8 insertions(+), 11 deletions(-) commit 26222a532d619fd676554eea6b99ff44d99017a8 Merge: 8b27464 4dd044b @@ -58422,8 +58551,8 @@ Updated Spanish translation help/es/es.po | 66 - ++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 35 insertions(+), 31 deletions(-) + ++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 35 insertions(+), 31 deletions(-) commit 3de8c425aa4d6d070be67dc31022dfe0e9ba7338 Author: Jorge González @@ -58433,7 +58562,7 @@ help/es/es.po | 1270 +++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 727 insertions(+), 543 deletions(-) + 1 file changed, 727 insertions(+), 543 deletions(-) commit 424556bda9542472a3546002b86d3564878cc652 Author: Jorge González @@ -58442,7 +58571,7 @@ Updated Spanish translation help/es/es.po | 19 ++++++++++++++++++- - 1 files changed, 18 insertions(+), 1 deletions(-) + 1 file changed, 18 insertions(+), 1 deletion(-) commit 05d6231a5e3fc80dcbe3b5ec584ff83b5136d45c Author: Milo Casagrande @@ -58457,17 +58586,17 @@ * Removed legal.xml * Updated Makefile - help/C/account-irc.page | 7 +++- - help/C/account-jabber.page | 7 +++- + help/C/account-irc.page | 7 +++-- + help/C/account-jabber.page | 7 +++-- help/C/accounts-window.page | 5 ++- help/C/add-account.page | 36 +++++++++------------ help/C/add-contact.page | 5 ++- - help/C/audio-call.page | 18 ++++++---- + help/C/audio-call.page | 18 ++++++----- help/C/audio-video.page | 11 ++++++- help/C/change-status.page | 5 ++- help/C/create-account.page | 5 ++- - help/C/disable-account.page | 19 +++++------ - help/C/favorite-rooms.page | 8 +++- + help/C/disable-account.page | 19 ++++++----- + help/C/favorite-rooms.page | 8 +++-- help/C/figures/empathy-logo.png | Bin 0 -> 1813 bytes help/C/geolocation-not-showing.page | 5 ++- help/C/geolocation-privacy.page | 5 ++- @@ -58479,14 +58608,14 @@ help/C/import-account.page | 5 ++- help/C/index.page | 22 +++++++------ help/C/introduction.page | 5 ++- - help/C/irc-commands.page | 28 ++++++++++++++++ + help/C/irc-commands.page | 28 +++++++++++++++++ help/C/irc-join-pwd.page | 5 ++- - help/C/irc-join-room.page | 7 +++- - help/C/irc-manage.page | 8 +++- + help/C/irc-join-room.page | 7 +++-- + help/C/irc-manage.page | 8 +++-- help/C/irc-nick-password.page | 5 ++- help/C/irc-send-file.page | 5 ++- - help/C/irc-start-conversation.page | 7 +++- - help/C/legal.xml | 9 ----- + help/C/irc-start-conversation.page | 7 +++-- + help/C/legal.xml | 9 ------ help/C/license.page | 59 +++++++++++++++++++++++++++++++++++ help/C/offline-contacts.page | 5 ++- @@ -58504,7 +58633,7 @@ help/C/share-desktop.page | 5 ++- help/C/status-icons.page | 5 ++- help/C/video-call.page | 17 +++++----- - help/Makefile.am | 5 ++- + help/Makefile.am | 5 +-- 47 files changed, 308 insertions(+), 110 deletions(-) commit 342c49d96ffdf18146d6f582d3fe1d55a6fc0562 @@ -58514,8 +58643,8 @@ Updated Spanish translation po/es.po | 100 - +++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 67 insertions(+), 33 deletions(-) + +++++++++++++++++++++++++++++++++++++++++--------------------- + 1 file changed, 67 insertions(+), 33 deletions(-) commit 4f6021eb06b9e5c6339e45ef87743033cca59d6d Author: Lucian Adrian Grijincu @@ -58525,7 +58654,7 @@ po/ro.po | 1922 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 1005 insertions(+), 917 deletions(-) + 1 file changed, 1005 insertions(+), 917 deletions(-) commit 82ee2cfb806cd91b6a58a1e3d4cceabbe736ee5a Author: Sjoerd Simons @@ -58534,7 +58663,7 @@ Don't reinvent g_slist_foreach libempathy-gtk/empathy-chat.c | 8 +++----- - 1 files changed, 3 insertions(+), 5 deletions(-) + 1 file changed, 3 insertions(+), 5 deletions(-) commit 0306a490cce67d9df54255cd8c7d1efea4c7377f Author: Sjoerd Simons @@ -58543,7 +58672,7 @@ Only act when the account got a connection src/empathy.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 26024d8ad63511ec46f928d12bc2689098480104 Author: Will Thompson @@ -58554,7 +58683,7 @@ Fixes: #609843 libempathy-gtk/empathy-chat.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit a0e6a68707d834fbae1cdf93dadc4674a665c032 Author: Travis Reitter @@ -58579,7 +58708,7 @@ libempathy-gtk/empathy-account-chooser.c | 48 ++++++++++++++++++++---------- - 1 files changed, 32 insertions(+), 16 deletions(-) + 1 file changed, 32 insertions(+), 16 deletions(-) commit 8e3b113ee061ce053f7dff8f6d8b351a8ac2fb4d Author: Guillaume Desmottes @@ -58588,7 +58717,7 @@ update data/.gitignore data/.gitignore | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 9ea6c05701eaff48caeafef2d10fe4ad5676893f Author: Guillaume Desmottes @@ -58598,7 +58727,7 @@ po/POTFILES.in | 4 ++++ po/POTFILES.skip | 2 +- - 2 files changed, 5 insertions(+), 1 deletions(-) + 2 files changed, 5 insertions(+), 1 deletion(-) commit 73fe36dc22ca12d3e2c4670c2948f75e808bd964 Author: Matej Urbančič @@ -58607,8 +58736,8 @@ Updated Slovenian translation po/sl.po | 167 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 93 insertions(+), 74 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 93 insertions(+), 74 deletions(-) commit f390cc946b33d2a22a2c47ec0f9b7470f254853e Author: Will Thompson @@ -58632,7 +58761,7 @@ else branch. libempathy-gtk/empathy-account-chooser.c | 8 +------- - 1 files changed, 1 insertions(+), 7 deletions(-) + 1 file changed, 1 insertion(+), 7 deletions(-) commit bc744cd293dc2b9b0884fd0d1af9cbc91dcfb7b4 Author: Danielle Madeley @@ -58652,7 +58781,7 @@ po/gl.po | 412 ++++++++++++++++++++++++++------------------------------------ - 1 files changed, 170 insertions(+), 242 deletions(-) + 1 file changed, 170 insertions(+), 242 deletions(-) commit ea639834be0504f90ca56a6993dfd8ba33edbd5e Author: Jorge González @@ -58662,7 +58791,7 @@ po/es.po | 229 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 126 insertions(+), 103 deletions(-) + 1 file changed, 126 insertions(+), 103 deletions(-) commit 28bd41e002c64a01e7efbb0b47417e098533e93b Author: Jorge González @@ -58671,7 +58800,7 @@ Updated Spanish translation help/es/es.po | 27 ++++++++++++++++++++++----- - 1 files changed, 22 insertions(+), 5 deletions(-) + 1 file changed, 22 insertions(+), 5 deletions(-) commit 774efbddb7a480acb093d0a653fef0de7ecfd95e Author: Danielle Madeley @@ -58681,7 +58810,7 @@ src/Makefile.am | 1 + src/empathy-accounts-dialog.c | 2 +- - 2 files changed, 2 insertions(+), 1 deletions(-) + 2 files changed, 2 insertions(+), 1 deletion(-) commit 2aa506e8a17ef67ddf43ee716b21afc780a9d0d2 Author: Travis Reitter @@ -58714,7 +58843,7 @@ +++++++++++++++++++++++++++++++++ src/empathy-accounts.h | 25 +++ src/empathy-main-window.c | 12 +- - src/empathy.c | 199 +++--------------------- + src/empathy.c | 199 +++-------------------- 18 files changed, 1311 insertions(+), 199 deletions(-) commit 1abde726f2920d166728b79cc6e2cdc5e72ea1df @@ -58724,7 +58853,7 @@ Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 368 - ++++++++++++++++++++++++++++------------------------------ + ++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 375 +++++++++++++++++++++++++++++------------------------------ 2 files changed, 361 insertions(+), 382 deletions(-) @@ -58748,7 +58877,7 @@ embold the part of the Facebook URL showing the ID to make it clearer libempathy-gtk/empathy-account-widget-jabber.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6d2a11ac6fa575de2a4ed9e5f9fe239c2063e07f Author: Guillaume Desmottes @@ -58759,7 +58888,7 @@ libempathy-gtk/empathy-account-widget-jabber.ui | 93 +++++++++++++++++++++++ libempathy-gtk/empathy-account-widget.c | 17 ++++- - 2 files changed, 109 insertions(+), 1 deletions(-) + 2 files changed, 109 insertions(+), 1 deletion(-) commit 9be6f0a2e28b9719bceafbd95ed49d27363b33c0 Author: Guillaume Desmottes @@ -58768,7 +58897,7 @@ Improve default display name for Facebook accounts libempathy-gtk/empathy-account-widget.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 79718737e209ee469d5b0ea9b7cabf5e6d5adb87 Author: Guillaume Desmottes @@ -58781,7 +58910,7 @@ libempathy-gtk/empathy-account-widget.c | 77 ++++++++++++++++++++++++++++++- - 1 files changed, 76 insertions(+), 1 deletions(-) + 1 file changed, 76 insertions(+), 1 deletion(-) commit 438199f57bc03b42aae12a18888c73597b04c1ec Author: Guillaume Desmottes @@ -58801,7 +58930,7 @@ Help user to understand what Facebook alias are and how to set it libempathy-gtk/empathy-account-widget-jabber.ui | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 457d59921b00b2acb008df1cd0428d4433ec981a Author: Guillaume Desmottes @@ -58811,7 +58940,7 @@ libempathy-gtk/empathy-account-widget-jabber.ui | 2 +- libempathy-gtk/empathy-account-widget.c | 3 +++ - 2 files changed, 4 insertions(+), 1 deletions(-) + 2 files changed, 4 insertions(+), 1 deletion(-) commit 2f011b0419e1d37ce9eadba249fa11f6852e1d8e Author: Guillaume Desmottes @@ -58820,7 +58949,7 @@ don't display the register options for Facebook accounts libempathy-gtk/empathy-account-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit aba09644412809a256dc1b8b570022c772e3009d Author: Guillaume Desmottes @@ -58829,7 +58958,7 @@ account-widget: display facebook example label libempathy-gtk/empathy-account-widget.c | 25 +++++++++++++++++++++---- - 1 files changed, 21 insertions(+), 4 deletions(-) + 1 file changed, 21 insertions(+), 4 deletions(-) commit d5c50301939772d752c7f8789a9b5ae81334fab3 Author: Guillaume Desmottes @@ -58854,7 +58983,7 @@ account or not libempathy-gtk/empathy-protocol-chooser.c | 15 ++++++++++++--- - 1 files changed, 12 insertions(+), 3 deletions(-) + 1 file changed, 12 insertions(+), 3 deletions(-) commit a2ca8c402f0d0be1f2f7c47b6159c92f44181bff Author: Guillaume Desmottes @@ -58863,7 +58992,7 @@ add example label for Facebook accounts libempathy-gtk/empathy-account-widget-jabber.ui | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit 73ad6627b646932f5af9754122521b3a904c9a97 Author: Guillaume Desmottes @@ -58872,7 +59001,7 @@ account_widget_build_jabber: add few comments libempathy-gtk/empathy-account-widget.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 90480686db5a6f52b29abc6b9294428a347511da Author: Guillaume Desmottes @@ -58883,7 +59012,7 @@ Everyone should use Gabble now. libempathy-gtk/empathy-protocol-chooser.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 894061fd27c27db5026c8d90bdb72339223f1798 Author: Xavier Claessens @@ -58892,7 +59021,7 @@ Add facebook in protocol chooser for gabble CM. libempathy-gtk/empathy-protocol-chooser.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit fe0619ea555d88ac4342d2b5172b4738a6836b02 Author: Fran Diéguez @@ -58902,7 +59031,7 @@ po/gl.po | 1823 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1086 insertions(+), 737 deletions(-) + 1 file changed, 1086 insertions(+), 737 deletions(-) commit 307edc47ea9dc3abe2d4e6ab7e3778850a696faa Author: Łukasz Jernaś @@ -58911,7 +59040,7 @@ fixed typo in help help/C/video-call.page | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 488cf6f19faeb2fef4990a0d17f58efe0dadea99 Author: Matej Urbančič @@ -58920,8 +59049,8 @@ Updated Slovenian translation po/sl.po | 230 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 117 insertions(+), 113 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 117 insertions(+), 113 deletions(-) commit b9a03b13e7dd8ef685362a3fbf8e09497f3f15b6 Author: Guillaume Desmottes @@ -58932,7 +59061,7 @@ We already unref it once the async callback is done. src/empathy.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 3c1479077106c5afb4791f7c5f21574d737f4bf6 Author: Jorge González @@ -58941,7 +59070,7 @@ Updated Spanish translation help/es/es.po | 44 +++++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 43 insertions(+), 1 deletions(-) + 1 file changed, 43 insertions(+), 1 deletion(-) commit ca16ccb91698c5e39675f72bc7b0352e03da85de Author: vasudeven @@ -58950,7 +59079,7 @@ updated Tamil translation po/ta.po | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 0fdb87b573e442e0690388d791a122eb05bd089d Author: vasudeven @@ -58960,7 +59089,7 @@ po/ta.po | 434 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 255 insertions(+), 179 deletions(-) + 1 file changed, 255 insertions(+), 179 deletions(-) commit 1fda9ad7589e487885827f667e2253d5bd4dccb0 Author: vasudeven @@ -58970,7 +59099,7 @@ po/ta.po | 1682 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 981 insertions(+), 701 deletions(-) + 1 file changed, 981 insertions(+), 701 deletions(-) commit 1485f01d0fd8cc305d18825df32b4189d8072f9f Author: vasudeven @@ -58979,7 +59108,7 @@ updated Tamil translation po/ta.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e61dc7bebe7788d7a08c92f5d8f647ba0bffba3f Author: Kjartan Maraas @@ -58989,7 +59118,7 @@ po/nb.po | 337 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 192 insertions(+), 145 deletions(-) + 1 file changed, 192 insertions(+), 145 deletions(-) commit 1c1c28d84322625bcd83aae9e705c00bbc2095d6 Merge: d6d5fd2 41f9f0a @@ -59034,8 +59163,8 @@ they are not POINTER but OBJECT, so we have to unref them. src/empathy-accounts-dialog.c | 53 - +++++++++++++++++++++++++--------------- - 1 files changed, 33 insertions(+), 20 deletions(-) + +++++++++++++++++++++++++---------------- + 1 file changed, 33 insertions(+), 20 deletions(-) commit 5e16c7dc88686748aa7a79a8d3e97f58736b4dee Author: Guillaume Desmottes @@ -59050,7 +59179,7 @@ next page. src/empathy-account-assistant.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 0ad091ed52c2818870dbfc3d7cd1aed573f5099f Author: Guillaume Desmottes @@ -59062,7 +59191,7 @@ impl_signal_prepare. src/empathy-account-assistant.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit bb10972967005ad19d42287597ae52d1a11e543b Author: Guillaume Desmottes @@ -59075,7 +59204,7 @@ message (#609537). src/empathy-accounts-dialog.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 77a36e4b92c5f01bccd6c1f790c20b92e7452af3 Author: K.Vishnoo Charan Reddy @@ -59095,7 +59224,7 @@ data/icons/hicolor_apps_48x48_im-mxit.png | Bin 0 -> 1306 bytes data/icons/hicolor_apps_scalable_im-mxit.svg | 106 ++++++++++++++++++++++++++ - 7 files changed, 112 insertions(+), 0 deletions(-) + 7 files changed, 112 insertions(+) commit ccb3964865cf65dcca05a145ceac91137746c331 Author: Guillaume Desmottes @@ -59104,7 +59233,7 @@ Use the 'phone' icon for the 'sms' protocol libempathy/empathy-utils.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 3a3b095dd0f76eec019f424105e40d3d344a59e2 Author: Jorge González @@ -59113,7 +59242,7 @@ Updated Spanish translation help/es/es.po | 32 +++++++++++++++++++++++++++++--- - 1 files changed, 29 insertions(+), 3 deletions(-) + 1 file changed, 29 insertions(+), 3 deletions(-) commit 2253498a5c1a8edaab0296b752c3327fc7b4e1f3 Author: Guillaume Desmottes @@ -59134,7 +59263,7 @@ Fixes bug #609220. src/empathy-account-assistant.c | 21 +++++++++++++++++++-- - 1 files changed, 19 insertions(+), 2 deletions(-) + 1 file changed, 19 insertions(+), 2 deletions(-) commit a36df4571d37a9046e22e99d88e1a3642f612b8a Author: Guillaume Desmottes @@ -59148,7 +59277,7 @@ never succeeds any more. src/empathy-account-assistant.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit ddbfc6ec6a3b2ffab1f83471dbf1f82630292f8a Author: K.Vishnoo Charan Reddy @@ -59162,7 +59291,7 @@ data/icons/hicolor_apps_32x32_im-silc.png | Bin 475 -> 547 bytes data/icons/hicolor_apps_48x48_im-silc.png | Bin 468 -> 749 bytes data/icons/hicolor_apps_scalable_im-silc.svg | 57 - +++++++++++++++---------- + +++++++++++++++----------- 6 files changed, 34 insertions(+), 23 deletions(-) commit 6595e1660bb1dc21fc7fefb6fe6a9e925f9189c3 @@ -59186,7 +59315,7 @@ data/icons/hicolor_apps_48x48_im-zephyr.png | Bin 0 -> 2303 bytes data/icons/hicolor_apps_scalable_im-zephyr.svg | 182 ++++++++++++++++++++++++ - 7 files changed, 188 insertions(+), 0 deletions(-) + 7 files changed, 188 insertions(+) commit fe9e7dd4083299e534a1f82be51d4d092237f994 Author: Frédéric Péters @@ -59195,7 +59324,7 @@ Disable sound notifications for login/logout of contacts (#609319) data/empathy.schemas.in | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 6bcd28a6ac046bdc612dbcf71f97fbbbe0038e12 Author: Jorge González @@ -59204,7 +59333,7 @@ Updated Spanish translation help/es/es.po | 27 ++++++++++++++++++++++++++- - 1 files changed, 26 insertions(+), 1 deletions(-) + 1 file changed, 26 insertions(+), 1 deletion(-) commit 607d9295b45f34d9328d247b0dbea49f0e6b440c Author: Jorge González @@ -59214,7 +59343,7 @@ po/es.po | 59 +++++++++++++++++++++++++++++------------------------------ - 1 files changed, 29 insertions(+), 30 deletions(-) + 1 file changed, 29 insertions(+), 30 deletions(-) commit d927a3b3bb87953e0d1f429885e3c88e1cbb12a7 Author: Jorge González @@ -59224,7 +59353,7 @@ help/es/es.po | 212 +++++++-------------------------------------------------- - 1 files changed, 25 insertions(+), 187 deletions(-) + 1 file changed, 25 insertions(+), 187 deletions(-) commit 7444974aba04059220371ca286e7205193a667ef Author: Jorge González @@ -59233,7 +59362,7 @@ Updated Spanish translation po/es.po | 44 ++++++++++++++++++++++++-------------------- - 1 files changed, 24 insertions(+), 20 deletions(-) + 1 file changed, 24 insertions(+), 20 deletions(-) commit 4c184062d7d9d5e507c5fad23897b82cce6af795 Author: Guillaume Desmottes @@ -59242,7 +59371,7 @@ start dev of next release configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 09a7a076bb941188de520241a5929b5cae6c363f Author: Guillaume Desmottes @@ -59263,7 +59392,7 @@ SIMPLE is a SIP extension. libempathy/empathy-utils.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 5e08c5298729a858681a2c211356eeee0d1d4399 Author: Guillaume Desmottes @@ -59298,7 +59427,7 @@ just pointing it out. libempathy-gtk/empathy-chat.c | 19 +++++++++++++------ - 1 files changed, 13 insertions(+), 6 deletions(-) + 1 file changed, 13 insertions(+), 6 deletions(-) commit 30d84cace706ad67081df9ac309190ba07aa7bac Author: Guillaume Desmottes @@ -59307,7 +59436,7 @@ Add translation context for the "Edit" contact menu (#608690) libempathy-gtk/empathy-contact-menu.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit a05cdbc540f5b855fa01d55ed9c99cbd16fbf431 Author: Łukasz Jernaś @@ -59316,7 +59445,7 @@ Fix typo in help (#608882) help/C/salut-protocol.page | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4ee728df4875d0f62e1953851a1eb01627eb9e9e Author: Danielle Madeley @@ -59344,7 +59473,7 @@ remove the contact from the other lists anyway (#608974). libempathy/empathy-tp-contact-list.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit e14dedc9e30c2026eff27bb349eb810f5dc0de30 Author: Reimundo Heluani @@ -59354,7 +59483,7 @@ (#608053) src/empathy-chat-window.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 7d2b2ea25261c064505c22dba1918bb781b215e6 Author: Travis Reitter @@ -59366,7 +59495,7 @@ Fixes #608813 libempathy/empathy-idle.c | 19 ++++++++++++++++--- - 1 files changed, 16 insertions(+), 3 deletions(-) + 1 file changed, 16 insertions(+), 3 deletions(-) commit 47ce699f4a9b8bd726330c39995f508fa819b85d Author: Danielle Madeley @@ -59377,7 +59506,7 @@ Fixes bug introduced in 24db41f217eea1cbf929cc3e623c50ca626db4b src/empathy.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit d4088b6b8af17417b110927a73aa26c98680f208 Author: Jorge González @@ -59386,7 +59515,7 @@ Updated Spanish translation help/es/es.po | 42 +++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 41 insertions(+), 1 deletions(-) + 1 file changed, 41 insertions(+), 1 deletion(-) commit 5eb4501d4236b5aa797d581aaf525e96753b25b6 Author: Jorge González @@ -59395,7 +59524,7 @@ Updated Spanish translation help/es/es.po | 52 +++++++++++++++++++++++++++++++++++----------------- - 1 files changed, 35 insertions(+), 17 deletions(-) + 1 file changed, 35 insertions(+), 17 deletions(-) commit 53f6566d9749f1a9a59dd6089f793df3f98411b8 Author: Daniel Nylander @@ -59405,7 +59534,7 @@ po/sv.po | 610 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 322 insertions(+), 288 deletions(-) + 1 file changed, 322 insertions(+), 288 deletions(-) commit 10dda657fd472071163059d191899139cbec436f Author: Jorge González @@ -59415,7 +59544,7 @@ help/es/es.po | 170 +++++++++++++++++++++++++++++---------------------------- - 1 files changed, 87 insertions(+), 83 deletions(-) + 1 file changed, 87 insertions(+), 83 deletions(-) commit 06debe05c85a0a3a12d121eef2a6e6003209cd08 Author: Jorge González @@ -59425,7 +59554,7 @@ help/es/es.po | 56 +++++++++++++++++++++++--------------------------------- - 1 files changed, 23 insertions(+), 33 deletions(-) + 1 file changed, 23 insertions(+), 33 deletions(-) commit a1678761ea7647fe18ea51fc2bd2775f299d8bf4 Author: Jorge González @@ -59434,7 +59563,7 @@ Modified Spanish screenshot help/es/figures/empathy-main-window.png | Bin 8904 -> 10432 bytes - 1 files changed, 0 insertions(+), 0 deletions(-) + 1 file changed, 0 insertions(+), 0 deletions(-) commit 9b1ef69314edc0845a93c6b5502f285017f95457 Author: Jorge González @@ -59443,7 +59572,7 @@ Updated Spanish translation help/es/es.po | 37 +++++++++++++++++++++++++------------ - 1 files changed, 25 insertions(+), 12 deletions(-) + 1 file changed, 25 insertions(+), 12 deletions(-) commit dbbfdafd17ae6f3d45e79d45dc419fc32e846d28 Author: Jorge González @@ -59452,7 +59581,7 @@ Updated Spanish translation help/es/es.po | 40 ++++++++++++++++++++++++++-------------- - 1 files changed, 26 insertions(+), 14 deletions(-) + 1 file changed, 26 insertions(+), 14 deletions(-) commit f49aadb2fde712a6b1cd3b1d808411c4bdd7809a Author: Jorge González @@ -59462,7 +59591,7 @@ help/es/es.po | 56 ++++++++++++++++++++++++++++---------------------------- - 1 files changed, 28 insertions(+), 28 deletions(-) + 1 file changed, 28 insertions(+), 28 deletions(-) commit 217938e7edb8c3f7609d6cba79bbf1a9bb0bcd71 Author: Christian Kirbach @@ -59472,7 +59601,7 @@ po/de.po | 2229 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1374 insertions(+), 855 deletions(-) + 1 file changed, 1374 insertions(+), 855 deletions(-) commit 669bc587b32bce95ccb4edb85dc4a0161cb8f1a4 Author: Jorge González @@ -59481,7 +59610,7 @@ Updated Spanish translation help/es/es.po | 28 ++++++++++++++++------------ - 1 files changed, 16 insertions(+), 12 deletions(-) + 1 file changed, 16 insertions(+), 12 deletions(-) commit 9bb7e5e6c0ef17449581e849da834394883f7163 Author: Danielle Madeley @@ -59490,7 +59619,7 @@ Adding myself to contributors src/empathy-about-dialog.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 866ea5bbf6e5dcfee81347d4fda5699bc54d3e64 Author: Jorge González @@ -59499,7 +59628,7 @@ Updated Spanish translation help/es/es.po | 43 +++++++++++++++++++++++++++---------------- - 1 files changed, 27 insertions(+), 16 deletions(-) + 1 file changed, 27 insertions(+), 16 deletions(-) commit d70eb48318c5f522a435facd2aca195630d28b2b Author: Mattias Põldaru @@ -59509,7 +59638,7 @@ po/et.po | 1021 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 647 insertions(+), 374 deletions(-) + 1 file changed, 647 insertions(+), 374 deletions(-) commit 91f170a7f003a7f03a4941d08ee6303ccfba2fe5 Author: Jorge González @@ -59518,7 +59647,7 @@ Updated Spanish translation help/es/es.po | 28 ++++++++++++++++------------ - 1 files changed, 16 insertions(+), 12 deletions(-) + 1 file changed, 16 insertions(+), 12 deletions(-) commit 2d8c66e1b09b7c3f92b14ca1007a7e357e97c41d Author: Jorge González @@ -59527,8 +59656,8 @@ Updated Spanish translation help/es/es.po | 59 - +++++++++++++++++++++++++++++--------------------------- - 1 files changed, 31 insertions(+), 28 deletions(-) + ++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 31 insertions(+), 28 deletions(-) commit e88ee48f30541e195ea3bfec5c836009067665a7 Author: Simos Xenitellis @@ -59538,7 +59667,7 @@ po/el.po | 2060 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1295 insertions(+), 765 deletions(-) + 1 file changed, 1295 insertions(+), 765 deletions(-) commit 065a0b9192346ba2faee48ac28b99686e0fadc68 Author: Alexander Shopov @@ -59548,7 +59677,7 @@ po/bg.po | 1922 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 1129 insertions(+), 793 deletions(-) + 1 file changed, 1129 insertions(+), 793 deletions(-) commit 09df9c99325ce624c23ece42fedca852e8682e49 Author: Matej Urbančič @@ -59558,7 +59687,7 @@ po/sl.po | 7102 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 3579 insertions(+), 3523 deletions(-) + 1 file changed, 3579 insertions(+), 3523 deletions(-) commit 19f691a07f555c2f30989fd3951b6749fd8b8d4d Author: Theppitak Karoonboonyanan @@ -59568,7 +59697,7 @@ po/th.po | 1042 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 555 insertions(+), 487 deletions(-) + 1 file changed, 555 insertions(+), 487 deletions(-) commit fb6bfe185cdf80fd572f6585cb281944f91d8058 Author: Jamil Ahmed @@ -59578,7 +59707,7 @@ po/bn.po | 2269 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1367 insertions(+), 902 deletions(-) + 1 file changed, 1367 insertions(+), 902 deletions(-) commit 4f6e6ebe6c3213a71a6566e07f46921c1066e365 Author: Chao-Hsiung Liao @@ -59587,7 +59716,7 @@ Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 1095 - +++++++++++++++++++++++++++++------------------------------ + +++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 1098 +++++++++++++++++++++++++++++------------------------------ 2 files changed, 1071 insertions(+), 1122 deletions(-) @@ -59599,7 +59728,7 @@ Updated Spanish translation po/es.po | 33 ++++++++++++++++++++------------- - 1 files changed, 20 insertions(+), 13 deletions(-) + 1 file changed, 20 insertions(+), 13 deletions(-) commit 94a9c2b4e23654dea4fabd9651e881fa7ffc51f9 Author: Jorge González @@ -59608,8 +59737,8 @@ Updated Spanish translation po/es.po | 220 - +++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 133 insertions(+), 87 deletions(-) + +++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 133 insertions(+), 87 deletions(-) commit 643db91dd39701eeb7a3424732379d22427f756f Author: Guillaume Desmottes @@ -59618,7 +59747,7 @@ start dev of 2.29.7 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit fed14b06f3a6625998ec5b7d46c9ef71c06799a3 Author: Guillaume Desmottes @@ -59629,7 +59758,7 @@ NEWS | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 59 insertions(+), 1 deletions(-) + 2 files changed, 59 insertions(+), 1 deletion(-) commit e3496e8e45bc201a55f64c000933ca30df86e43a Author: Guillaume Desmottes @@ -59651,7 +59780,7 @@ show_protocol variable libempathy-gtk/empathy-contact-list-store.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 3b3954e6e71f30324c88a2d70cbcc5375a19aaae Author: Guillaume Desmottes @@ -59661,7 +59790,7 @@ variable libempathy-gtk/empathy-contact-list-store.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 2b6d806d6e22c20387f6cd9a9308c570dd4a7fb0 Author: Will Thompson @@ -59673,7 +59802,7 @@ when an account with a long name fails to connect. Fixes: #608043 src/empathy-main-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit bbf4bebc4c243fb47d9e0698af88621f859a7449 Author: Will Thompson @@ -59682,7 +59811,7 @@ Fix building nst plugin out of tree. nautilus-sendto-plugin/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 386ee2dc8453117ff1a2042ff0428a34d646b952 Author: Guillaume Desmottes @@ -59696,7 +59825,7 @@ already ready (#607925). src/empathy-accounts-dialog.c | 33 +++++++++++++++++---------------- - 1 files changed, 17 insertions(+), 16 deletions(-) + 1 file changed, 17 insertions(+), 16 deletions(-) commit 6a09345e6cc8002dcb2da52da273c949107b9de3 Merge: 906f3a0 5c94274 @@ -59712,7 +59841,7 @@ split strings to no translate markups src/empathy-account-assistant.c | 23 ++++++++++++++++------- - 1 files changed, 16 insertions(+), 7 deletions(-) + 1 file changed, 16 insertions(+), 7 deletions(-) commit 367020d3ffc220ced07c93c3cc13841ed2a383ab Author: Guillaume Desmottes @@ -59721,7 +59850,7 @@ there is no reasy why error would be NULL if e_book_get_self failed src/empathy-auto-salut-account-helper.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 95cd2370571dafcd4aab34ebb93499b915a70bcb Author: Guillaume Desmottes @@ -59733,7 +59862,7 @@ src/empathy-auto-salut-account-helper.c | 109 ------------------------------- src/empathy-auto-salut-account-helper.h | 2 - - 2 files changed, 0 insertions(+), 111 deletions(-) + 2 files changed, 111 deletions(-) commit 3ee94f0e0e9c0757735f9bae72ce12ae9749d790 Author: Guillaume Desmottes @@ -59742,7 +59871,7 @@ rephrase the salut error page src/empathy-account-assistant.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit b5b352cfbea1dd9ae47dbea05a37ab5fc523e9b6 Author: Guillaume Desmottes @@ -59751,7 +59880,7 @@ add a hint about how to reach the accounts dialog src/empathy-account-assistant.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 1b15b1d3623dd0f2fc584e50d8ae981aea50c9be Author: Guillaume Desmottes @@ -59761,7 +59890,7 @@ translators src/empathy-account-assistant.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit 0aaa3f2b2c4c6ad3e7d52d13a28103a6490c26ce Author: Guillaume Desmottes @@ -59770,7 +59899,7 @@ rename build_error_page to build_error_vbox src/empathy-account-assistant.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit ef60aa9e573bea328d0cad4b3619912b021d0d9b Author: Guillaume Desmottes @@ -59782,7 +59911,7 @@ This fix a bug if user chooses to not create a salut account. src/empathy-account-assistant.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 1a42d308197d71aac322a61978eb5dce266bbe95 Author: Guillaume Desmottes @@ -59791,7 +59920,7 @@ Display 'back' button in the import and create page src/empathy-account-assistant.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 001c1043c2670229dc379edf90d6f9041371d0d7 Author: Guillaume Desmottes @@ -59806,7 +59935,7 @@ have an id greater than that. src/empathy-account-assistant.c | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit 3bda80255069253fcb801673c3c81c8d1cd4a67e Author: Guillaume Desmottes @@ -59816,7 +59945,7 @@ need to src/empathy-account-assistant.c | 30 +++++++++++++++++++++++++++--- - 1 files changed, 27 insertions(+), 3 deletions(-) + 1 file changed, 27 insertions(+), 3 deletions(-) commit f1cca624fa83a3a1fe33a227edd4b8c6f0e0978c Author: Guillaume Desmottes @@ -59826,7 +59955,7 @@ need to src/empathy-account-assistant.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit cc1003c0f40aa8165194c0412a63da672ce0e869 Author: Guillaume Desmottes @@ -59835,7 +59964,7 @@ Display the salut page after the create one src/empathy-account-assistant.c | 33 +++++++++++++++------------------ - 1 files changed, 15 insertions(+), 18 deletions(-) + 1 file changed, 15 insertions(+), 18 deletions(-) commit ebafe1dbc235b57e286fce9901ca65652fdc9898 Author: Guillaume Desmottes @@ -59844,7 +59973,7 @@ Display the salut page after the import one src/empathy-account-assistant.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 933b597933edb8a02b4cda32fe08290dbb1e1903 Author: Guillaume Desmottes @@ -59853,7 +59982,7 @@ rename should_create_salut_account to display_salut_page src/empathy-account-assistant.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 1943ad3113ef82a02f4c30b6f6ad8b19a56c3ee8 Author: Guillaume Desmottes @@ -59864,8 +59993,8 @@ Please enter the commit message for your changes. Lines starting src/empathy-account-assistant.c | 40 - +++++++++++++++++++++++++++++++------- - 1 files changed, 32 insertions(+), 8 deletions(-) + +++++++++++++++++++++++++++++++-------- + 1 file changed, 32 insertions(+), 8 deletions(-) commit 5321b5a3fca104ceeb265c053da7460a1809a53f Author: Guillaume Desmottes @@ -59875,7 +60004,7 @@ src/empathy-account-assistant.c | 52 ++++++++++++++++++++++++--------------- - 1 files changed, 32 insertions(+), 20 deletions(-) + 1 file changed, 32 insertions(+), 20 deletions(-) commit c4cdb393343d6c7a18364d01202f8b150233c145 Author: Guillaume Desmottes @@ -59886,8 +60015,8 @@ We are going to need the connection managers received as a property. src/empathy-account-assistant.c | 41 - ++++++++++++++++++++------------------ - 1 files changed, 22 insertions(+), 19 deletions(-) + +++++++++++++++++++++------------------ + 1 file changed, 22 insertions(+), 19 deletions(-) commit a24db41f217eea1cbf929cc3e623c50ca626db4b Author: Guillaume Desmottes @@ -59919,8 +60048,8 @@ it clearer and easier to understand. src/empathy.c | 88 - ++++++++++++++++++++++++++++++++++++++++---------------- - 1 files changed, 63 insertions(+), 25 deletions(-) + +++++++++++++++++++++++++++++++++++++++++---------------- + 1 file changed, 63 insertions(+), 25 deletions(-) commit 54190b275f2328e9e43ccfcfafaa63177fe1018f Author: Guillaume Desmottes @@ -59930,7 +60059,7 @@ src/empathy-account-assistant.c | 57 +++++++++++++++++++++++++++++++++++++++ - 1 files changed, 57 insertions(+), 0 deletions(-) + 1 file changed, 57 insertions(+) commit 6328e566344f1f6bd83bc01f4951d2c1fd680f6e Author: Guillaume Desmottes @@ -59940,7 +60069,7 @@ created src/empathy-account-assistant.c | 16 ++++++++++++++-- - 1 files changed, 14 insertions(+), 2 deletions(-) + 1 file changed, 14 insertions(+), 2 deletions(-) commit e18077ddd872c65bcca5f755fce4abceb0eebfab Author: Guillaume Desmottes @@ -59951,7 +60080,7 @@ Display name is already set for the salut account. src/empathy-account-assistant.c | 15 +++++++++------ - 1 files changed, 9 insertions(+), 6 deletions(-) + 1 file changed, 9 insertions(+), 6 deletions(-) commit a33e906abb007ae8f56377140c74db11dc1742ad Author: Guillaume Desmottes @@ -59961,7 +60090,7 @@ and respect the settings defined by user src/empathy-account-assistant.c | 30 ++++++++++++++++++------------ - 1 files changed, 18 insertions(+), 12 deletions(-) + 1 file changed, 18 insertions(+), 12 deletions(-) commit 9a0777b347b50e56840190472cda3d979c6f3045 Author: Guillaume Desmottes @@ -59975,7 +60104,7 @@ src/empathy-account-assistant.c | 136 +++++++++++++++++++++++++++++++++++---- - 1 files changed, 124 insertions(+), 12 deletions(-) + 1 file changed, 124 insertions(+), 12 deletions(-) commit 3e258d7e2a040df13320f34af03f034bc88008d9 Author: Guillaume Desmottes @@ -59983,9 +60112,9 @@ account-widget-salut: don't display advanced properties in simple mode - .../empathy-account-widget-local-xmpp.ui | 2 +- - libempathy-gtk/empathy-account-widget.c | 5 +++++ - 2 files changed, 6 insertions(+), 1 deletions(-) + libempathy-gtk/empathy-account-widget-local-xmpp.ui | 2 +- + libempathy-gtk/empathy-account-widget.c | 5 +++++ + 2 files changed, 6 insertions(+), 1 deletion(-) commit 17ea62102f51a9d6e50a12f516fec4af60ce0c88 Author: Guillaume Desmottes @@ -60005,7 +60134,7 @@ rename "Hidden" to "Invisible" in docs help/C/status-icons.page | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 5c94274e5bd070ea580716fe8dbaad32b901654e Author: Felix Kaser @@ -60017,7 +60146,7 @@ bug #606329 src/empathy-main-window.c | 9 --------- - 1 files changed, 0 insertions(+), 9 deletions(-) + 1 file changed, 9 deletions(-) commit 6ba051c2deb8c8b5f1148ac2173f6901d50d1a89 Author: Guillaume Desmottes @@ -60027,7 +60156,7 @@ _in_idle libempathy/empathy-connection-managers.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 07961d71bdc15756e355c701a02856dbcd801bdd Author: Guillaume Desmottes @@ -60052,7 +60181,7 @@ empathy_connection_managers_call_when_ready libempathy-gtk/empathy-protocol-chooser.c | 22 +++++++++++----------- - 1 files changed, 11 insertions(+), 11 deletions(-) + 1 file changed, 11 insertions(+), 11 deletions(-) commit 61caee80d36af8064a9c0953ce4ee7123bf6115d Author: Guillaume Desmottes @@ -60061,7 +60190,7 @@ empathy.c: use empathy_connection_managers_call_when_ready src/empathy.c | 32 +++++++++++--------------------- - 1 files changed, 11 insertions(+), 21 deletions(-) + 1 file changed, 11 insertions(+), 21 deletions(-) commit 7ed6676eb0dc2c05718774fbc1939d6a8a5c6445 Author: Guillaume Desmottes @@ -60070,7 +60199,7 @@ empathy-import-widget: use empathy_connection_managers_call_when_ready src/empathy-import-widget.c | 19 ++++++++++--------- - 1 files changed, 10 insertions(+), 9 deletions(-) + 1 file changed, 10 insertions(+), 9 deletions(-) commit f6d60f33a0ab2af025e7d13a8dea9a93c6eab3f9 Author: Guillaume Desmottes @@ -60083,7 +60212,7 @@ libempathy/empathy-connection-managers.c | 63 ++++++++++++++++++++++++++++++ libempathy/empathy-connection-managers.h | 10 +++++ - 2 files changed, 73 insertions(+), 0 deletions(-) + 2 files changed, 73 insertions(+) commit ec21e853954665c0f3ad8f7d16001a77e535715d Author: Guillaume Desmottes @@ -60092,7 +60221,7 @@ spspps-interval has been renamed to config-interval data/element-properties | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7c0d4aca42f309b89684636ad84fd4969eac6943 Author: Thomas Meire @@ -60114,7 +60243,7 @@ removed some trailing spaces libempathy-gtk/empathy-chat.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 0c011e92bb7f0d3d14117b0c2f6bf4b73a1a30e7 Author: Thomas Meire @@ -60135,7 +60264,7 @@ improve behaviour of match_case callback libempathy-gtk/empathy-search-bar.c | 28 ++++++++++++++++++++++------ - 1 files changed, 22 insertions(+), 6 deletions(-) + 1 file changed, 22 insertions(+), 6 deletions(-) commit ba2326210afd63d1ae622c57b76b3b1f56ab4e9e Author: Thomas Meire @@ -60144,11 +60273,11 @@ add match_case option to find_abilities libempathy-gtk/empathy-chat-text-view.c | 49 - +++++++++++++++++++++--------- - libempathy-gtk/empathy-chat-view.c | 2 + - libempathy-gtk/empathy-chat-view.h | 2 + + +++++++++++++++++++++---------- + libempathy-gtk/empathy-chat-view.c | 2 ++ + libempathy-gtk/empathy-chat-view.h | 2 ++ libempathy-gtk/empathy-log-window.c | 3 ++ - libempathy-gtk/empathy-search-bar.c | 11 ++++-- + libempathy-gtk/empathy-search-bar.c | 11 ++++--- libempathy-gtk/empathy-theme-adium.c | 1 + 6 files changed, 49 insertions(+), 19 deletions(-) @@ -60159,7 +60288,7 @@ respect match_case in chat_text_view_highlight libempathy-gtk/empathy-chat-text-view.c | 21 ++++++++++++++------- - 1 files changed, 14 insertions(+), 7 deletions(-) + 1 file changed, 14 insertions(+), 7 deletions(-) commit a60052ef99b114614a598bc6fd623ae4bd6b4d52 Author: Thomas Meire @@ -60171,7 +60300,7 @@ libempathy-gtk/empathy-chat-text-view.c | 46 +++++++++++++++++++++++-------- - 1 files changed, 34 insertions(+), 12 deletions(-) + 1 file changed, 34 insertions(+), 12 deletions(-) commit 20941452d76810e181d91510168a7204c986edbd Author: Thomas Meire @@ -60180,7 +60309,7 @@ added checkbox callback libempathy-gtk/empathy-search-bar.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 1d1701965496cb0d66a759cb4f7996de44a02044 Author: Thomas Meire @@ -60204,7 +60333,7 @@ make the adium theme respect new_search libempathy-gtk/empathy-theme-adium.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit d128e3a36e43a08a9dfe4a2c42b9485e146faeae Author: Thomas Meire @@ -60228,7 +60357,7 @@ libempathy-gtk/empathy-search-bar.c | 7 +++++++ libempathy-gtk/empathy-search-bar.ui | 12 ++++++++++++ - 2 files changed, 19 insertions(+), 0 deletions(-) + 2 files changed, 19 insertions(+) commit aab9053d638c375560d8784eee995969b004b5ba Author: Thomas Meire @@ -60238,7 +60367,7 @@ libempathy-gtk/empathy-search-bar.c | 87 ++++++++++++++++------------------- - 1 files changed, 40 insertions(+), 47 deletions(-) + 1 file changed, 40 insertions(+), 47 deletions(-) commit aa27406264f677978586a2f2ae583ab672b1029c Author: Ken VanDine @@ -60247,7 +60376,7 @@ Make the "Edit Custom Messages" window 420px wide by default (#607463) libempathy-gtk/empathy-status-preset-dialog.ui | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 4cbba43910919eac6cf0eda94988b7a5ae6563d1 Author: Guillaume Desmottes @@ -60256,7 +60385,7 @@ add empathy-auto-salut-account-helper.c to POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 12cf97ee46d91833368b27fa93c0da91e284e350 Author: Olivier Crête @@ -60265,7 +60394,7 @@ Re-send sps/pps regulary with H.264 data/element-properties | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 38069d2a7ed386cc85876aaefaa0dee9cd2ee484 Author: Guillaume Desmottes @@ -60305,8 +60434,7 @@ src/empathy-auto-salut-account-helper.c | 215 +++++++++++++++++++++++++++++++ src/empathy-auto-salut-account-helper.h | 35 +++++ - src/empathy.c | 182 - +-------------------------- + src/empathy.c | 182 +------------------------- 4 files changed, 252 insertions(+), 181 deletions(-) commit c4f65286eb3b7f82d25afa63c5204a98bd85408a @@ -60318,7 +60446,7 @@ Google Talk doesn't support inband registration (#607455). src/empathy-account-assistant.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 8da0a6feaddfa5ab7df373f0f85c7124b31774e8 Author: Guillaume Desmottes @@ -60343,7 +60471,7 @@ We use another page in the assistant to create new accounts (#607455). libempathy-gtk/empathy-account-widget.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 48a4f5ec33f06f0e26017fcf7fc4c235a8e6d7df Author: Guillaume Desmottes @@ -60355,7 +60483,7 @@ It's not created in the 'simple' version of the widget. (#607455) libempathy-gtk/empathy-account-widget.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit f7cee33cf8bd3598f9d9869797d7d0737573b6c6 Author: Cosimo Cecchi @@ -60374,8 +60502,8 @@ Updated Norwegian bokmål translation po/nb.po | 159 - ++++++++++++++++++++++--------------------------------------- - 1 files changed, 57 insertions(+), 102 deletions(-) + ++++++++++++++++++++++---------------------------------------- + 1 file changed, 57 insertions(+), 102 deletions(-) commit d9364ce3c97b72e1ff96a499ff6343e4efa49d05 Author: Xavier Claessens @@ -60385,8 +60513,8 @@ in-treeview icon. src/empathy-accounts-dialog.c | 74 - +++++++++++++++++++++++++++++++-------- - src/empathy-accounts-dialog.ui | 40 ++++++++++++++++++--- + ++++++++++++++++++++++++++++++++-------- + src/empathy-accounts-dialog.ui | 40 ++++++++++++++++++---- 2 files changed, 93 insertions(+), 21 deletions(-) commit 73ac36ec1868e3000155ccf7c18a6b29e461984d @@ -60397,7 +60525,7 @@ po/es.po | 153 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 72 insertions(+), 81 deletions(-) + 1 file changed, 72 insertions(+), 81 deletions(-) commit fbb51c0510a2c4c21ac0ef1f846cb04510546005 Author: Guillaume Desmottes @@ -60409,7 +60537,7 @@ generic-types.xml extensions/all.xml | 26 -------------------------- - 1 files changed, 0 insertions(+), 26 deletions(-) + 1 file changed, 26 deletions(-) commit 2350876b533822606ad8080e53840fb55de83f3a Author: Guillaume Desmottes @@ -60421,7 +60549,7 @@ ---------------------------------------- extensions/Makefile.am | 1 - extensions/misc.xml | 1 - - 3 files changed, 0 insertions(+), 64 deletions(-) + 3 files changed, 64 deletions(-) commit 602c58582b0e7add0585c7f8e708d16acaf25668 Author: Guillaume Desmottes @@ -60433,7 +60561,7 @@ extensions/Tube_Handler.xml | 57 ------------------------------------------- extensions/misc.xml | 1 - - 3 files changed, 0 insertions(+), 59 deletions(-) + 3 files changed, 59 deletions(-) commit c30eaa7a26e66671c53c81f85296443e7c8198bd Author: Guillaume Desmottes @@ -60451,7 +60579,7 @@ src/empathy-tube-dispatch.c | 467 ------------------------------------- src/empathy-tube-dispatch.h | 75 ------ - 9 files changed, 1 insertions(+), 905 deletions(-) + 9 files changed, 1 insertion(+), 905 deletions(-) commit edf04ad86a916e81ce13fda6c9544ea78eb6b809 Author: Guillaume Desmottes @@ -60465,7 +60593,7 @@ src/empathy-event-manager.c | 123 --------------------------------------- src/empathy.c | 6 -- - 3 files changed, 0 insertions(+), 130 deletions(-) + 3 files changed, 130 deletions(-) commit 7d9ef8cc5b24cb51018c37d81b686edb8a458823 Author: Cosimo Cecchi @@ -60488,7 +60616,7 @@ This fix bug #603472 libempathy/empathy-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit abe61c3e3f10ceeb911cfe6ee1ae16617adfac70 Author: Thomas Meire @@ -60497,7 +60625,7 @@ Fix /join command with one channel (#607306) libempathy-gtk/empathy-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 508ae6971b3b64e6f5db47cf1c452d70137993c9 Author: Guillaume Desmottes @@ -60506,7 +60634,7 @@ fix identation src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7a3f2ebca0e3b23f384a6173645e94b4a424704d Author: Guillaume Desmottes @@ -60519,7 +60647,7 @@ display it (in an unclear way) in the protocol icon as well. src/empathy-accounts-dialog.c | 24 ------------------------ - 1 files changed, 0 insertions(+), 24 deletions(-) + 1 file changed, 24 deletions(-) commit 2680f3635db17529e00ea200a625c53e0a0b0209 Author: Guillaume Desmottes @@ -60528,7 +60656,7 @@ update account in treeview when it's disabled src/empathy-accounts-dialog.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit efcf558673f83faf9621fe644ea1c20c78756d9f Author: Guillaume Desmottes @@ -60537,7 +60665,7 @@ update treeview when account's status is changed src/empathy-accounts-dialog.c | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit e7dc37cd2c4be8c8ab892bfcebf57249c4a15460 Author: Guillaume Desmottes @@ -60547,7 +60675,7 @@ src/empathy-accounts-dialog.c | 78 +++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 78 insertions(+), 0 deletions(-) + 1 file changed, 78 insertions(+) commit d8a99a7d7f833b1e6fae18661d1fb54ef22133b1 Author: Guillaume Desmottes @@ -60557,7 +60685,7 @@ accounts_dialog_model_protocol_pixbuf_data_func src/empathy-accounts-dialog.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit c9b1a29662c4a681f7e53a4bdf7477e326b45298 Author: Guillaume Desmottes @@ -60567,7 +60695,7 @@ protocol (#605532) src/empathy-accounts-dialog.c | 29 +++++++++++++++++++++++++++++ - 1 files changed, 29 insertions(+), 0 deletions(-) + 1 file changed, 29 insertions(+) commit f82cf307e75f0446b4e590b0036a179b64862939 Author: Guillaume Desmottes @@ -60582,8 +60710,8 @@ libempathy-gtk/empathy-account-widget.c | 32 +++++++++++++++++++++++++++++++ - libempathy-gtk/empathy-account-widget.h | 6 +++++ - 2 files changed, 38 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-account-widget.h | 6 ++++++ + 2 files changed, 38 insertions(+) commit 3d2438bfc48b2858c2800feb9ca96fda3634a089 Author: Jorge González @@ -60593,7 +60721,7 @@ po/es.po | 163 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 79 insertions(+), 84 deletions(-) + 1 file changed, 79 insertions(+), 84 deletions(-) commit f687777360a213c638374c1d497ca849717ce174 Author: Javier Jardón @@ -60609,18 +60737,18 @@ Signed-off-by: Jonny Lamb - .gitignore | 2 - + .gitignore | 2 -- configure.ac | 11 +++--- data/Makefile.am | 2 +- extensions/Makefile.am | 30 ++++++++--------- - libempathy-gtk/Makefile.am | 15 ++++---- - libempathy/Makefile.am | 15 ++++---- + libempathy-gtk/Makefile.am | 15 ++++----- + libempathy/Makefile.am | 15 ++++----- m4/shave.m4 | 77 ------------------------------------------ shave-libtool.in | 69 -------------------------------------- shave.in | 79 -------------------------------------------- - src/Makefile.am | 5 +-- + src/Makefile.am | 5 ++- tools/Makefile.am | 20 +++++------ tools/shave.mk | 1 - 12 files changed, 46 insertions(+), 280 deletions(-) @@ -60635,7 +60763,7 @@ (#604706) src/empathy-accounts-dialog.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 605672f66eb239c2aed2de45cf737f9278374614 Author: Guillaume Desmottes @@ -60645,7 +60773,7 @@ available (#604700) src/empathy-accounts-dialog.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 878db108e421ef8ed628ffb7e223b1ee6e031909 Author: Guillaume Desmottes @@ -60655,7 +60783,7 @@ it clearer (#606510) libempathy/empathy-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2734f01164697128745c9a16e417521cff7a9370 Author: Guillaume Desmottes @@ -60667,8 +60795,8 @@ We use it only as a fallback if it's not. libempathy/empathy-tp-contact-factory.c | 38 - ++++++++++++++++++------------ - 1 files changed, 23 insertions(+), 15 deletions(-) + +++++++++++++++++++------------ + 1 file changed, 23 insertions(+), 15 deletions(-) commit a551a0d1cdf34a3f36d21d235257a652db264f7e Author: Guillaume Desmottes @@ -60678,7 +60806,7 @@ libempathy/empathy-tp-contact-factory.c | 122 +++++++++++++++---------------- - 1 files changed, 58 insertions(+), 64 deletions(-) + 1 file changed, 58 insertions(+), 64 deletions(-) commit b61b45cfe0862f75d7d60708484a588bb54c9cae Author: Guillaume Desmottes @@ -60687,7 +60815,7 @@ Use ContactCapabilities to get audio/video caps (#599163) libempathy/empathy-tp-contact-factory.c | 17 ++++++++++++++++- - 1 files changed, 16 insertions(+), 1 deletions(-) + 1 file changed, 16 insertions(+), 1 deletion(-) commit 5d54cdabd84b5425e36596426dec5025e09f7de5 Author: Guillaume Desmottes @@ -60697,8 +60825,8 @@ implemented libempathy/empathy-tp-contact-factory.c | 40 - +++++++++++++++--------------- - 1 files changed, 20 insertions(+), 20 deletions(-) + +++++++++++++++---------------- + 1 file changed, 20 insertions(+), 20 deletions(-) commit 398f69f13a9c9ee415fba5b1b393f27984b558bc Author: Guillaume Desmottes @@ -60708,7 +60836,7 @@ contact capabilities libempathy/empathy-tp-contact-factory.c | 17 ++++++++++------- - 1 files changed, 10 insertions(+), 7 deletions(-) + 1 file changed, 10 insertions(+), 7 deletions(-) commit 0fc14712b0e218d6ab5244eb995cc632d02f3b34 Author: Guillaume Desmottes @@ -60719,7 +60847,7 @@ libempathy/empathy-tp-contact-factory.c | 91 +++++++++++++++++++++++++++++++ - 1 files changed, 91 insertions(+), 0 deletions(-) + 1 file changed, 91 insertions(+) commit af80a92b8af244fff6567706d8a79010e2c21cc7 Author: Guillaume Desmottes @@ -60728,7 +60856,7 @@ Don't assume contacts support FT if ContactCapabilities is implemented libempathy/empathy-tp-contact-factory.c | 23 +++++++++++++++++++---- - 1 files changed, 19 insertions(+), 4 deletions(-) + 1 file changed, 19 insertions(+), 4 deletions(-) commit 49c0ca0a3327016e3b4b64490c6494ef0383ce7e Author: Guillaume Desmottes @@ -60737,7 +60865,7 @@ account-widget: use empathy_account_widget_changed libempathy-gtk/empathy-account-widget.c | 18 +++++------------- - 1 files changed, 5 insertions(+), 13 deletions(-) + 1 file changed, 5 insertions(+), 13 deletions(-) commit 6dfc3153eb4551778f2cdbb6f9acc48013c7ddc4 Author: Guillaume Desmottes @@ -60751,7 +60879,7 @@ widget contains pending changes (#606642). libempathy-gtk/empathy-account-widget-irc.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7f3762d3676e2b0711793f82f6cd789ba237106a Author: Guillaume Desmottes @@ -60761,7 +60889,7 @@ libempathy-gtk/empathy-account-widget.c | 10 ++++++++++ libempathy-gtk/empathy-account-widget.h | 3 +++ - 2 files changed, 13 insertions(+), 0 deletions(-) + 2 files changed, 13 insertions(+) commit b4cac9d1b0e95f27e294b71d6aa653d86f1a9287 Author: Khaled Hosny @@ -60771,7 +60899,7 @@ po/ar.po | 917 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 475 insertions(+), 442 deletions(-) + 1 file changed, 475 insertions(+), 442 deletions(-) commit 89ca489b3fd31b1faf3ff85c37dd30b89bce3cf0 Author: Claude Paroz @@ -60781,7 +60909,7 @@ po/fr.po | 1892 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 1115 insertions(+), 777 deletions(-) + 1 file changed, 1115 insertions(+), 777 deletions(-) commit 03e17755a77004fca9cabd9213123fc8c498fc4e Author: Kjartan Maraas @@ -60791,7 +60919,7 @@ po/nb.po | 476 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 252 insertions(+), 224 deletions(-) + 1 file changed, 252 insertions(+), 224 deletions(-) commit 2ea53064d10dfe8ab13f6a7af3355a3f56d2d56f Author: Guillaume Desmottes @@ -60810,7 +60938,7 @@ libempathy/empathy-contact-groups.c | 1 - libempathy/empathy-irc-network-manager.c | 1 - src/empathy.c | 1 + - 5 files changed, 1 insertions(+), 5 deletions(-) + 5 files changed, 1 insertion(+), 5 deletions(-) commit 4ec913aeb99b71c85da47e47490954a22465babc Merge: 23bfa8e e4337e5 @@ -60844,7 +60972,7 @@ of bug. src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f6aaf7478dd61a3696cc27a225a206ec89076a16 Author: Jorge González @@ -60854,7 +60982,7 @@ help/es/es.po | 84 +++++++++++++++------------------------------------------ - 1 files changed, 22 insertions(+), 62 deletions(-) + 1 file changed, 22 insertions(+), 62 deletions(-) commit e684a3eff7d6f4ab3e50bd75047a1dc83ace7910 Author: Jorge González @@ -60864,7 +60992,7 @@ po/es.po | 415 +++++++++++++++++++++++++------------------------------------- - 1 files changed, 169 insertions(+), 246 deletions(-) + 1 file changed, 169 insertions(+), 246 deletions(-) commit 939f04e4a193187fb4bc79a0ecf2ab3c580dc661 Author: Guillaume Desmottes @@ -60884,7 +61012,7 @@ to work fine now. src/empathy-status-icon.c | 9 ++------- - 1 files changed, 2 insertions(+), 7 deletions(-) + 1 file changed, 2 insertions(+), 7 deletions(-) commit 0ee842ac627f30fa14d75b06cd7147a67090731e Author: Thomas Meire @@ -60894,7 +61022,7 @@ libempathy-gtk/Makefile.am | 5 +- libempathy-gtk/empathy-chat-text-view.c | 5 +- - libempathy-gtk/empathy-chat.c | 17 ++- + libempathy-gtk/empathy-chat.c | 17 +- libempathy-gtk/empathy-search-bar.c | 263 +++++++++++++++++++++++++++++++ libempathy-gtk/empathy-search-bar.h | 64 ++++++++ @@ -60911,7 +61039,7 @@ sure they stay alive when doing DnD src/empathy-chat-window.c | 15 ++++++++------- - 1 files changed, 8 insertions(+), 7 deletions(-) + 1 file changed, 8 insertions(+), 7 deletions(-) commit 7e1c5b16b61c68e536c005b5286fbe9823db5d2f Author: Guillaume Desmottes @@ -60920,7 +61048,7 @@ start dev of next version configure.ac | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 477531547e3e8d8b93f32944ca9bfc61ee372277 Author: Guillaume Desmottes @@ -60943,7 +61071,7 @@ po/LINGUAS | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 75 insertions(+), 0 deletions(-) + 1 file changed, 75 insertions(+) commit 522f9fa9e51b1e2e6f011c6b34a829f1c245111f Author: Xavier Claessens @@ -60953,7 +61081,7 @@ libempathy-gtk/empathy-contact-widget.c | 2101 +++++++++++++++---------------- - 1 files changed, 1028 insertions(+), 1073 deletions(-) + 1 file changed, 1028 insertions(+), 1073 deletions(-) commit 178900e51fac46c1bb8d6ecbaba45ca40bb62e28 Author: A S Alam @@ -60963,7 +61091,7 @@ po/pa.po | 2166 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1378 insertions(+), 788 deletions(-) + 1 file changed, 1378 insertions(+), 788 deletions(-) commit 58fe2a2c2568044544c18d353cb8fef83192a09b Author: Guillaume Desmottes @@ -60972,7 +61100,7 @@ start dev of 2.29.6 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c4b3eac5b0ee4c3c3df23908e0e1b566305bdce5 Author: Guillaume Desmottes @@ -60981,7 +61109,7 @@ add Channel_Interface_Conference.xml to EXTRA_DIST extensions/Makefile.am | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 54ec2ae71ed911aac17e2da5565b842fb95a0f04 Author: Guillaume Desmottes @@ -61002,7 +61130,7 @@ return if icon_name is NULL libempathy-gtk/empathy-contact-list-store.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit ad84d268b925a1950625ad85221bb8e9007bb55b Author: Guillaume Desmottes @@ -61012,7 +61140,7 @@ supposed to be NULL libempathy-gtk/empathy-ui-utils.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 2de6e5e0bb4d5d6c68fc44bd4ac7e6c1949364df Author: Guillaume Desmottes @@ -61023,7 +61151,7 @@ libempathy/empathy-dispatcher.c | 35 +++++++++++++++++++++++++++++++++++ - 1 files changed, 35 insertions(+), 0 deletions(-) + 1 file changed, 35 insertions(+) commit efa437ce79b0df44f5595c6006a355a209b3608f Author: Guillaume Desmottes @@ -61032,7 +61160,7 @@ store status-changed sig handler in a hash table libempathy/empathy-dispatcher.c | 24 ++++++++++++++++++++++++ - 1 files changed, 24 insertions(+), 0 deletions(-) + 1 file changed, 24 insertions(+) commit 5fc16e172814745c2f40dffb35bb04c3d4f75f2b Author: Guillaume Desmottes @@ -61041,7 +61169,7 @@ factor out connect_account libempathy/empathy-dispatcher.c | 21 ++++++++++++++------- - 1 files changed, 14 insertions(+), 7 deletions(-) + 1 file changed, 14 insertions(+), 7 deletions(-) commit eab24ccdd00311bd06ce47c36ac388489237ae12 Author: Guillaume Desmottes @@ -61050,7 +61178,7 @@ empathy_dispatcher_join_muc: assert than connection_data is not NULL libempathy/empathy-dispatcher.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 3a96a951349e51717785605fcb32aecf0b8a96e4 Author: Guillaume Desmottes @@ -61063,7 +61191,7 @@ (#605549). src/empathy-call-window.c | 17 ++++++++++------- - 1 files changed, 10 insertions(+), 7 deletions(-) + 1 file changed, 10 insertions(+), 7 deletions(-) commit f9f6639f8f1cee0cb49fbe607cb00bb59fc02208 Author: Guillaume Desmottes @@ -61072,7 +61200,7 @@ factor out start_call src/empathy-call-window.c | 17 +++++++++++------ - 1 files changed, 11 insertions(+), 6 deletions(-) + 1 file changed, 11 insertions(+), 6 deletions(-) commit 3c31c5f856635a1a50c4fb107abd6d1871b48df7 Author: Guillaume Desmottes @@ -61083,7 +61211,7 @@ The callback fired when tool_button_camera_on will call it for us. src/empathy-call-window.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 9dd268d147b52e7bcb1beaebf3ab5fd13cf5e73a Author: Felix Kaser @@ -61096,7 +61224,7 @@ src/empathy-main-window.c | 41 +++++++++++++++++++++++++++++++++++++---- - 1 files changed, 37 insertions(+), 4 deletions(-) + 1 file changed, 37 insertions(+), 4 deletions(-) commit a4f5f649d912e3726b568fd7e67ded887f92587b Author: Felix Kaser @@ -61107,7 +61235,7 @@ in the signature of the account-created signal libempathy-gtk/empathy-account-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7a8efe86d8f47d911b15a9ad3f56c52ba66de41f Author: Felix Kaser @@ -61120,7 +61248,7 @@ fixes bug #604628 libempathy/empathy-contact-manager.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 32f691f2a35bce50b8167b7de32ba357f3e40343 Author: Felix Kaser @@ -61132,7 +61260,7 @@ created accounts to display error-infobar src/empathy-main-window.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit b7fd289a92a01ba588ce29b9499f220d6d6c342f Author: Felix Kaser @@ -61160,7 +61288,7 @@ fixed with this commit src/empathy-accounts-dialog.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 6129abad0d991e8cb7d8aa8f582e8427fd96c5c5 Author: Felix Kaser @@ -61171,7 +61299,7 @@ fixes bug 604154 src/empathy-accounts-dialog.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 1f682ae31e796c0da98665416b2981b004a58ecf Author: Claude Paroz @@ -61180,7 +61308,7 @@ Convert the context info to a translator comment (#606513) src/empathy-new-chatroom-dialog.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit b24ca484fb47cc6acc7585fb56377e7b3e6a71cf Author: Guillaume Desmottes @@ -61202,7 +61330,7 @@ po/sv.po | 2595 ++++++++++++++++++++++++++++---------------------------------- - 1 files changed, 1181 insertions(+), 1414 deletions(-) + 1 file changed, 1181 insertions(+), 1414 deletions(-) commit 15e0f47f2039c05737a5613f913b725d5cfef697 Author: Felix Kaser @@ -61213,8 +61341,8 @@ in generic-widget, fixes bug 605529 libempathy-gtk/empathy-account-widget-generic.ui | 38 - ++++++--------------- - 1 files changed, 11 insertions(+), 27 deletions(-) + +++++++--------------- + 1 file changed, 11 insertions(+), 27 deletions(-) commit 44ecf9f2153aaf5e8d51fb915af8bba120ea3a66 Author: Jorge González @@ -61224,7 +61352,7 @@ help/es/es.po | 3243 ++++++++++++++++++++++++++++++++++++++++----------------- - 1 files changed, 2302 insertions(+), 941 deletions(-) + 1 file changed, 2302 insertions(+), 941 deletions(-) commit d9b76661b133461f2ca816328902f5de1efe06f2 Author: Jorge González @@ -61233,7 +61361,7 @@ Updated Spanish translation po/es.po | 46 ++++++---------------------------------------- - 1 files changed, 6 insertions(+), 40 deletions(-) + 1 file changed, 6 insertions(+), 40 deletions(-) commit 027aa3f769422d5cb1a4c09541f0f2928028464b Author: Guillaume Desmottes @@ -61249,7 +61377,7 @@ libempathy-gtk/empathy-contact-list-view.c | 52 +++------------------------- - 1 files changed, 5 insertions(+), 47 deletions(-) + 1 file changed, 5 insertions(+), 47 deletions(-) commit 6ebf46cb5048e90de75dceead5df6052e776a3a3 Author: Guillaume Desmottes @@ -61259,7 +61387,7 @@ libempathy-gtk/empathy-contact-list-view.c | 69 +++++++++++++--------------- - 1 files changed, 32 insertions(+), 37 deletions(-) + 1 file changed, 32 insertions(+), 37 deletions(-) commit 63c518d5469107144ad3c6ba8cc8c4c7f066747e Author: Guillaume Desmottes @@ -61271,7 +61399,7 @@ (#606220). libempathy/empathy-ft-handler.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 52d8bb2ebe6ef009d2adccbacfb3acbcca0a30c3 Author: Thomas Meire @@ -61280,7 +61408,7 @@ allow multiple rooms with /join (bug #604347) libempathy-gtk/empathy-chat.c | 21 ++++++++++++++++----- - 1 files changed, 16 insertions(+), 5 deletions(-) + 1 file changed, 16 insertions(+), 5 deletions(-) commit 772d724cb68633175ece7439ae0cc2a672ba7e10 Author: Jorge González @@ -61290,7 +61418,7 @@ po/es.po | 237 +++++++++++++++++++++++++------------------------------------- - 1 files changed, 96 insertions(+), 141 deletions(-) + 1 file changed, 96 insertions(+), 141 deletions(-) commit 06adc78c2ea964c5cc993916b7ccdaf1d1067dd4 Author: Guillaume Desmottes @@ -61300,7 +61428,7 @@ the cache libempathy-gtk/empathy-contact-list-store.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 6137828a9955f5e571a08f503ba46308568fb4e0 Author: Xavier Claessens @@ -61310,7 +61438,7 @@ contact list tooltip too. libempathy-gtk/empathy-contact-widget.c | 26 ++++++++++++++++++++++---- - 1 files changed, 22 insertions(+), 4 deletions(-) + 1 file changed, 22 insertions(+), 4 deletions(-) commit a8260d4f1de4ab185922be3b7713c15f55f1f0a3 Author: Guillaume Desmottes @@ -61319,7 +61447,7 @@ rename 'location' to 'loc' to fix shadow declaration libempathy-gtk/empathy-contact-widget.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit e38cc7c99febaf760bc07e118c8ce3f2d1ffe615 Author: Philip Withnall @@ -61331,14 +61459,14 @@ of code to automatically add markup to the translated string. - libempathy-gtk/empathy-account-widget-aim.ui | 10 +++++- - libempathy-gtk/empathy-account-widget-groupwise.ui | 10 +++++- - libempathy-gtk/empathy-account-widget-icq.ui | 10 +++++- - libempathy-gtk/empathy-account-widget-jabber.ui | 20 +++++++++-- - libempathy-gtk/empathy-account-widget-msn.ui | 10 +++++- + libempathy-gtk/empathy-account-widget-aim.ui | 10 ++++-- + libempathy-gtk/empathy-account-widget-groupwise.ui | 10 ++++-- + libempathy-gtk/empathy-account-widget-icq.ui | 10 ++++-- + libempathy-gtk/empathy-account-widget-jabber.ui | 20 +++++++++--- + libempathy-gtk/empathy-account-widget-msn.ui | 10 ++++-- libempathy-gtk/empathy-account-widget-sip.ui | 34 ++++++++++++++------ - libempathy-gtk/empathy-account-widget-yahoo.ui | 10 +++++- + libempathy-gtk/empathy-account-widget-yahoo.ui | 10 ++++-- libempathy-gtk/empathy-contact-widget.c | 6 +++- 8 files changed, 85 insertions(+), 25 deletions(-) @@ -61349,7 +61477,7 @@ show_protocols should be disabled by default (#605822) data/empathy.schemas.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 528eeaea5097034456fd5b322924c5301e92e9cd Author: Jorge González @@ -61358,8 +61486,8 @@ Updated Spanish translation po/es.po | 584 - +++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 392 insertions(+), 192 deletions(-) + +++++++++++++++++++++++++++++++++++++++++--------------------- + 1 file changed, 392 insertions(+), 192 deletions(-) commit f65faee618844e60b0910107b683f7e74f4523bb Author: Thomas Meire @@ -61368,7 +61496,7 @@ Print autocompletion suggestions to chatview (#599779) libempathy-gtk/empathy-chat.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit 35c99e3a75272c03b71e04c3e1bf1944167295ee Author: Thomas Meire @@ -61391,7 +61519,7 @@ space before that. (#554767) libempathy-gtk/empathy-chat.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 7b2c1fab3ca841fcf54cfb10d21eb0cc3fbbc7a3 Author: Guillaume Desmottes @@ -61400,7 +61528,7 @@ POTFILES.in: add empathy-invite-participant-dialog.c po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 94c432662adf5e77b8f49441c84899ff8a83d06e Author: Kjartan Maraas @@ -61410,7 +61538,7 @@ po/nb.po | 783 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 401 insertions(+), 382 deletions(-) + 1 file changed, 401 insertions(+), 382 deletions(-) commit 1d68331dcfd8fde3efe3b7bde82e808c3a59ba67 Author: Matej Urbančič @@ -61420,7 +61548,7 @@ po/sl.po | 6945 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 3523 insertions(+), 3422 deletions(-) + 1 file changed, 3523 insertions(+), 3422 deletions(-) commit 89d36ccc021bd173e95e62326cb84b7f873c123f Author: Philip Withnall @@ -61433,24 +61561,24 @@ Signed-off-by: Jonny Lamb - data/empathy.schemas.in | 8 ++++---- - libempathy-gtk/empathy-account-widget-icq.ui | 2 +- - libempathy-gtk/empathy-account-widget-irc.ui | 2 +- - .../empathy-account-widget-local-xmpp.ui | 2 +- - libempathy-gtk/empathy-account-widget-msn.ui | 2 +- - libempathy-gtk/empathy-account-widget-yahoo.ui | 8 ++++---- - libempathy-gtk/empathy-avatar-chooser.c | 2 +- - libempathy-gtk/empathy-chat.c | 2 +- - libempathy-gtk/empathy-contact-menu.c | 2 +- - libempathy-gtk/empathy-contact-widget.ui | 6 +++--- - nautilus-sendto-plugin/empathy-nautilus-sendto.c | 4 ++-- - src/empathy-account-assistant.c | 8 ++++---- - src/empathy-accounts-dialog.c | 2 +- - src/empathy-call-window.c | 2 +- - src/empathy-chat-window.ui | 2 +- - src/empathy-event-manager.c | 4 ++-- - src/empathy-preferences.ui | 2 +- - src/empathy-tube-dispatch.c | 2 +- + data/empathy.schemas.in | 8 ++++---- + libempathy-gtk/empathy-account-widget-icq.ui | 2 +- + libempathy-gtk/empathy-account-widget-irc.ui | 2 +- + libempathy-gtk/empathy-account-widget-local-xmpp.ui | 2 +- + libempathy-gtk/empathy-account-widget-msn.ui | 2 +- + libempathy-gtk/empathy-account-widget-yahoo.ui | 8 ++++---- + libempathy-gtk/empathy-avatar-chooser.c | 2 +- + libempathy-gtk/empathy-chat.c | 2 +- + libempathy-gtk/empathy-contact-menu.c | 2 +- + libempathy-gtk/empathy-contact-widget.ui | 6 +++--- + nautilus-sendto-plugin/empathy-nautilus-sendto.c | 4 ++-- + src/empathy-account-assistant.c | 8 ++++---- + src/empathy-accounts-dialog.c | 2 +- + src/empathy-call-window.c | 2 +- + src/empathy-chat-window.ui | 2 +- + src/empathy-event-manager.c | 4 ++-- + src/empathy-preferences.ui | 2 +- + src/empathy-tube-dispatch.c | 2 +- 18 files changed, 31 insertions(+), 31 deletions(-) commit 3fa03d64274f3fa8b939991e3e61d9cdeeffb5ff @@ -61490,8 +61618,8 @@ Signed-off-by: Jonny Lamb data/empathy.schemas.in | 72 - +++++++++++++++++++++++----------------------- - 1 files changed, 36 insertions(+), 36 deletions(-) + +++++++++++++++++++++++------------------------ + 1 file changed, 36 insertions(+), 36 deletions(-) commit 6ea47f6e2806d7187afb7fe0c6ad0bbab0d54fbe Author: Cheng-Chia Tseng @@ -61502,7 +61630,7 @@ po/zh_HK.po | 392 ++++++++++++++++++++++------------------------------------- po/zh_TW.po | 391 - ++++++++++++++++++++++------------------------------------- + ++++++++++++++++++++++------------------------------------ 2 files changed, 291 insertions(+), 492 deletions(-) commit 26f31d66832b7ec72aa5544de15cd99cbf90640e @@ -61513,7 +61641,7 @@ po/LINGUAS | 75 ------------------------------------------------------------ - 1 files changed, 0 insertions(+), 75 deletions(-) + 1 file changed, 75 deletions(-) commit cb8864ec7666cc8e67494a46cab2202071d063c7 Author: Danishka Navin @@ -61523,7 +61651,7 @@ po/si.po | 3108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 3108 insertions(+), 0 deletions(-) + 1 file changed, 3108 insertions(+) commit 33044833c1081d18f9e6d15825220cb70b9b8424 Author: Danishka Navin @@ -61532,7 +61660,7 @@ added si to LINGUAS file po/LINGUAS | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c17337f0c17f721a10e108a683fd26ba21301660 Author: Philip Withnall @@ -61542,7 +61670,7 @@ po/en_GB.po | 1775 +++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1108 insertions(+), 667 deletions(-) + 1 file changed, 1108 insertions(+), 667 deletions(-) commit d034683efc6d614ce6f07c78911a4cc2c5e63919 Author: Jorge González @@ -61551,8 +61679,8 @@ Updated Spanish translation po/es.po | 87 - +++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 41 insertions(+), 46 deletions(-) + +++++++++++++++++++++++++++++--------------------------------- + 1 file changed, 41 insertions(+), 46 deletions(-) commit 4b314d711658cee9f98cf55b83506755e33cfbeb Author: Jorge González @@ -61562,7 +61690,7 @@ po/es.po | 308 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 165 insertions(+), 143 deletions(-) + 1 file changed, 165 insertions(+), 143 deletions(-) commit c487338c1247c8bac23ddd90410c126b09196461 Author: Khaled Hosny @@ -61572,7 +61700,7 @@ po/ar.po | 1696 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1092 insertions(+), 604 deletions(-) + 1 file changed, 1092 insertions(+), 604 deletions(-) commit 8e342c724ef0eed52fc08e04dd4589bb02b41f89 Author: Cheng-Chia Tseng @@ -61598,7 +61726,7 @@ src/empathy-accounts-dialog.c | 162 ++++++++++++++++------------------------ src/empathy-accounts-dialog.ui | 157 - +++++++-------------------------------- + +++++++------------------------------- 2 files changed, 92 insertions(+), 227 deletions(-) commit a748e3cf4d08a94a674b4f675dc3a0457ab7c4e9 @@ -61613,7 +61741,7 @@ we shouldn't crash. libempathy/empathy-account-settings.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b2d926ba67fcb7bfbd7f5039e28e0d1bb5b2d6f0 Author: Guillaume Desmottes @@ -61627,7 +61755,7 @@ has already been destroyed. libempathy-gtk/empathy-account-widget.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 9ee5a2d0ec80e655cb834f8f95603f572c2f87f9 Author: Guillaume Desmottes @@ -61637,7 +61765,7 @@ tp_account_manager_prepare_async call libempathy-gtk/empathy-account-widget.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 50f96722448f152b8bfe0c24501c4b1eb0136359 Author: Guillaume Desmottes @@ -61647,7 +61775,7 @@ (#604481) src/empathy-status-icon.c | 14 +++++++++++--- - 1 files changed, 11 insertions(+), 3 deletions(-) + 1 file changed, 11 insertions(+), 3 deletions(-) commit 3e44a8a3c4268a401f4a2869ee4b8a806d23c51a Author: Guillaume Desmottes @@ -61657,7 +61785,7 @@ default status string src/empathy-status-icon.c | 16 ++++++++++------ - 1 files changed, 10 insertions(+), 6 deletions(-) + 1 file changed, 10 insertions(+), 6 deletions(-) commit 61aac31cb18ef645661c89c49f01bd9caca0124e Author: Nguyễn Thái Ngọc Duy @@ -61667,7 +61795,7 @@ po/vi.po | 3533 +++++++++++++++++++++++++++++++++++++++++++++----------------- - 1 files changed, 2550 insertions(+), 983 deletions(-) + 1 file changed, 2550 insertions(+), 983 deletions(-) commit 54faf210b72c259a0e2ab102f99c82d7f6755933 Author: Theppitak Karoonboonyanan @@ -61677,7 +61805,7 @@ po/th.po | 121 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 64 insertions(+), 57 deletions(-) + 1 file changed, 64 insertions(+), 57 deletions(-) commit 129fb769bbaff17cff505c9249d513828454a9d2 Author: Guillaume Desmottes @@ -61691,7 +61819,7 @@ g_option_context_parse and once when initializing clutter. src/empathy.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit 084d6772c28d3191af02cc86fd0b27f92f585edf Author: Theppitak Karoonboonyanan @@ -61701,7 +61829,7 @@ po/th.po | 1570 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 994 insertions(+), 576 deletions(-) + 1 file changed, 994 insertions(+), 576 deletions(-) commit 57eaa86ef594878efcc160ece99c375f5ee0dcbf Author: Laurent Bigonville @@ -61710,7 +61838,7 @@ libempathy/empathy-irc-network-manager.c: Fix typo similiar -> similar libempathy/empathy-irc-network-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1d1f5f138931c698a5ca07c6377278210d36d31c Author: Guillaume Desmottes @@ -61720,7 +61848,7 @@ libempathy-gtk/empathy-account-widget.c | 52 +++++++++++++++++++++++++++++++ - 1 files changed, 52 insertions(+), 0 deletions(-) + 1 file changed, 52 insertions(+) commit 6886131ed1c93f39dc8d961dbcd52ef85c64c18c Author: Guillaume Desmottes @@ -61729,7 +61857,7 @@ factor out account_widget_is_gtalk libempathy-gtk/empathy-account-widget.c | 13 ++++++++++--- - 1 files changed, 10 insertions(+), 3 deletions(-) + 1 file changed, 10 insertions(+), 3 deletions(-) commit 047a96316d388258fcff299ac4bea1bc3881ecae Author: Guillaume Desmottes @@ -61739,7 +61867,7 @@ libempathy/empathy-account-settings.c | 8 ++++++++ libempathy/empathy-account-settings.h | 3 +++ - 2 files changed, 11 insertions(+), 0 deletions(-) + 2 files changed, 11 insertions(+) commit 2cf8e876c22f6f7af9aa1701061d2624cbc0b5d3 Author: Guillaume Desmottes @@ -61753,7 +61881,7 @@ src/empathy-accounts-dialog.c | 35 ----------- src/empathy-accounts-dialog.ui | 130 - ++++++++++++--------------------------- + +++++++++++++--------------------------- 2 files changed, 40 insertions(+), 125 deletions(-) commit 36f39b9b545339768891665a5151540d6bc543a7 @@ -61767,8 +61895,8 @@ moblin tests to fit this structur. libempathy-gtk/empathy-account-widget.c | 54 - +++++++++++++++--------------- - 1 files changed, 27 insertions(+), 27 deletions(-) + +++++++++++++++---------------- + 1 file changed, 27 insertions(+), 27 deletions(-) commit 2cde466847cf06b8c0c276503464190b7ec1f2de Author: Guillaume Desmottes @@ -61780,7 +61908,7 @@ This change doesn't affect the Moblin version. libempathy-gtk/empathy-account-widget.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 5be13a29a3e4afc3f10542ba0982cb57e97d785e Author: Guillaume Desmottes @@ -61790,7 +61918,7 @@ libempathy-gtk/empathy-account-widget.c | 131 ++++++++++++++++--------------- - 1 files changed, 69 insertions(+), 62 deletions(-) + 1 file changed, 69 insertions(+), 62 deletions(-) commit 10bb432035ea43ab4ea7af7479fa0bc416cf7a59 Merge: d8a2cee fa65881 @@ -61806,7 +61934,7 @@ Remove FIXME src/empathy-chat-window.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit d07d688e26fc68890ec6a640090ddece560bb495 Author: Danielle Madeley @@ -61826,7 +61954,7 @@ Remove unneeded private struct src/empathy-invite-participant-dialog.c | 12 ------------ - 1 files changed, 0 insertions(+), 12 deletions(-) + 1 file changed, 12 deletions(-) commit d8a2cee1b7e31dc7d415bdfe6cf73c639e84cf7d Author: Guillaume Desmottes @@ -61835,7 +61963,7 @@ start dev of 2.94.5 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 314fd3df8e43b2a97678f8b6133dd9cbd8a6d024 Author: Guillaume Desmottes @@ -61845,7 +61973,7 @@ NEWS | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 54 insertions(+), 1 deletions(-) + 2 files changed, 54 insertions(+), 1 deletion(-) commit 582759cb421b0095a82179a8e81de9a6da650178 Author: Guillaume Desmottes @@ -61857,7 +61985,7 @@ eed9993f70997795d52828ebe56e5831c9566206. libempathy-gtk/empathy-account-widget-sip.ui | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit c80fb17f32ce997a631e228a7b6fd89d2120a09d Author: Guillaume Desmottes @@ -61869,7 +61997,7 @@ This avoid to crash when trying to re-remove an old event (#603485). src/empathy-event-manager.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit 4d26e574b71c760e752a70eb5f2eb448b63f93e4 Author: Pascal Potvin @@ -61879,7 +62007,7 @@ libempathy-gtk/empathy-presence-chooser.c | 1 + libempathy-gtk/empathy-status-preset-dialog.c | 2 ++ - 2 files changed, 3 insertions(+), 0 deletions(-) + 2 files changed, 3 insertions(+) commit 2840411971e6e2a25a75b05a4ab0a0d8922b7fcb Author: Danielle Madeley @@ -61888,7 +62016,7 @@ Make Invite Participant menu entry sensitive only when available src/empathy-chat-window.c | 28 ++++++++++++++++++++++++++++ - 1 files changed, 28 insertions(+), 0 deletions(-) + 1 file changed, 28 insertions(+) commit eb36cae56aec0cd245d693ebf2bcb4ce20fb458b Author: Danielle Madeley @@ -61917,7 +62045,7 @@ use the same abstraction here too. libempathy-gtk/empathy-contact-menu.c | 9 ++------- - 1 files changed, 2 insertions(+), 7 deletions(-) + 1 file changed, 2 insertions(+), 7 deletions(-) commit 79074c4ba575f4b01782f6f498a3e9f91cd7ba21 Author: Danielle Madeley @@ -61926,7 +62054,7 @@ Replace raw Tp call with existing abstraction in EmpathyTpChat src/empathy-chat-window.c | 14 +++++--------- - 1 files changed, 5 insertions(+), 9 deletions(-) + 1 file changed, 5 insertions(+), 9 deletions(-) commit 845c851672bb392dd265cd63afde325ed1dfad49 Author: Danielle Madeley @@ -61949,7 +62077,7 @@ Bump tp-glib version to 0.9.2 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 91b6954805de2541dad743256cc3f9e9c6f65943 Author: Danielle Madeley @@ -61964,7 +62092,7 @@ libempathy/empathy-dispatcher.c | 13 +++++++++++++ src/empathy-chat-window.c | 2 +- - 2 files changed, 14 insertions(+), 1 deletions(-) + 2 files changed, 14 insertions(+), 1 deletion(-) commit 041b5b174f64ddde0f400843ed2a8b89b52ba18d Author: Danielle Madeley @@ -61973,7 +62101,7 @@ Add support for inviting to MUCs src/empathy-chat-window.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit b39e12f74ac06de310870a54b08e7fb32d2d2fe0 Author: Danielle Madeley @@ -61997,7 +62125,7 @@ Use EmpathyDispatcher to create the PMUC channel src/empathy-chat-window.c | 30 ++++++------------------------ - 1 files changed, 6 insertions(+), 24 deletions(-) + 1 file changed, 6 insertions(+), 24 deletions(-) commit 0ad2641ae9ac96dc082d79feef619ce9572eda63 Author: Danielle Madeley @@ -62006,7 +62134,7 @@ Don't leak GPtrArray src/empathy-chat-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 5dcbaaf03567a2aede850bf17e4d595126ea98b4 Author: Danielle Madeley @@ -62016,7 +62144,7 @@ channel src/empathy-chat-window.c | 76 - ++++++++++++++++++++++++++++++++++++++++++- + ++++++++++++++++++++++++++++++++++++++++++-- src/empathy-chat-window.ui | 7 ++++ 2 files changed, 81 insertions(+), 2 deletions(-) @@ -62029,7 +62157,7 @@ extensions/Channel_Interface_Conference.xml | 400 +++++++++++++++++++++++++++ extensions/misc.xml | 1 + - 2 files changed, 401 insertions(+), 0 deletions(-) + 2 files changed, 401 insertions(+) commit 4a9ec5b513a5e7c183cfcb55b1b2bcda1e5f2f52 Author: Danielle Madeley @@ -62051,9 +62179,9 @@ libempathy-gtk/empathy-contact-selector-dialog.c | 56 ++++++++++------------ - libempathy-gtk/empathy-contact-selector-dialog.h | 7 +-- - libempathy-gtk/empathy-new-call-dialog.c | 24 +++++++-- - libempathy-gtk/empathy-new-message-dialog.c | 25 +++++++-- + libempathy-gtk/empathy-contact-selector-dialog.h | 7 ++- + libempathy-gtk/empathy-new-call-dialog.c | 24 +++++++--- + libempathy-gtk/empathy-new-message-dialog.c | 25 +++++++--- 4 files changed, 65 insertions(+), 47 deletions(-) commit c56343b28433a6285ad3d954cb276f03e0a6d665 @@ -62064,7 +62192,7 @@ correctly libempathy-gtk/empathy-contact-selector-dialog.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit afa788702e58636d3f05845dc7b7a750300a7348 Author: Christian Kirbach @@ -62073,8 +62201,8 @@ Updated German help translation help/de/de.po | 834 - +++++++++++++++++++++++++++----------------------------- - 1 files changed, 402 insertions(+), 432 deletions(-) + +++++++++++++++++++++++++++------------------------------ + 1 file changed, 402 insertions(+), 432 deletions(-) commit ee8585d60d8ec1b6d1ffe494fdccb0d9220be398 Author: Jorge González @@ -62084,7 +62212,7 @@ po/es.po | 752 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 429 insertions(+), 323 deletions(-) + 1 file changed, 429 insertions(+), 323 deletions(-) commit d9406c1b700fdc1fcd4a4030b9013a4d999e8808 Author: Danielle Madeley @@ -62094,7 +62222,7 @@ libempathy-gtk/empathy-contact-selector-dialog.c | 36 +++++++++++++--------- - 1 files changed, 21 insertions(+), 15 deletions(-) + 1 file changed, 21 insertions(+), 15 deletions(-) commit ef8f800b78bcf4795a9d9c01e21390c62663524b Author: Danielle Madeley @@ -62103,7 +62231,7 @@ [EmpathyContactSelectorDialog] tweak padding libempathy-gtk/empathy-contact-selector-dialog.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 2afe25753afb3279629a1e63c9340a4738c9bfa9 Author: Danielle Madeley @@ -62126,7 +62254,7 @@ libempathy-gtk/empathy-contact-selector-dialog.c | 115 +++++++++++++++++++-- - libempathy-gtk/empathy-contact-selector-dialog.h | 6 + + libempathy-gtk/empathy-contact-selector-dialog.h | 6 ++ libempathy-gtk/empathy-contact-selector-dialog.ui | 2 +- 3 files changed, 115 insertions(+), 8 deletions(-) @@ -62139,7 +62267,7 @@ i.e. a type that must be inherited and can't be created directly libempathy-gtk/empathy-contact-selector-dialog.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 4d8f47ca8199f166c7eb5b0bdf5981652055ac12 Author: Danielle Madeley @@ -62148,7 +62276,7 @@ [EmpathyContactSelectorDialog] Add missing include libempathy-gtk/empathy-contact-selector-dialog.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 4979eef6c9ba13e8050c15ed99f72e7ed650f675 Author: Guillaume Desmottes @@ -62157,7 +62285,7 @@ block/unblock the right signals on menu actions src/empathy-call-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 6cc05c13a047c904df1b615075c826a12b351359 Author: Guillaume Desmottes @@ -62166,7 +62294,7 @@ tp-call: set debug domain to voip libempathy/empathy-tp-call.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 650117104f4e23cd2739e2e623dce070c0e02c33 Author: Guillaume Desmottes @@ -62175,7 +62303,7 @@ save the geometry of the call window src/empathy-call-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 499b394d0033da606c04e13afae4052818d9a431 Author: Guillaume Desmottes @@ -62188,7 +62316,7 @@ see if we are receiving an audio or video call. src/empathy-event-manager.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit 3860bc951676c103e145a4a9403eb750f73e84c7 Author: Guillaume Desmottes @@ -62200,7 +62328,7 @@ data/icons/hicolor_apps_scalable_im-groupwise.svg | 215 +++++++++++++++++++++ - 1 files changed, 215 insertions(+), 0 deletions(-) + 1 file changed, 215 insertions(+) commit 5f00c9a99a1c1ecf9ebd08f0bda58bbfed0f052f Author: Guillaume Desmottes @@ -62210,7 +62338,7 @@ libempathy-gtk/empathy-contact-list-store.c | 33 +++++++++++++-------------- - libempathy-gtk/empathy-contact-list-store.h | 3 -- + libempathy-gtk/empathy-contact-list-store.h | 3 --- 2 files changed, 16 insertions(+), 20 deletions(-) commit beb0b7e42281f326f379bd9233297e855e5ad020 @@ -62220,7 +62348,7 @@ main-window: don't add the protocol icon on top of event icons src/empathy-main-window.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 3fbe87fc0d91b765ac55c1ad683e328af446110b Author: Guillaume Desmottes @@ -62229,7 +62357,7 @@ contact-selector-dialog: set a border of 12 as defined in the HIG libempathy-gtk/empathy-contact-selector-dialog.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 5a7cfe477ccf6c5280c0281046d277b4f14740af Author: Guillaume Desmottes @@ -62239,7 +62367,7 @@ libempathy-gtk/empathy-new-message-dialog.c | 35 +++++++++++++++++++++++++++ - 1 files changed, 35 insertions(+), 0 deletions(-) + 1 file changed, 35 insertions(+) commit c4ffa18abd28523741b079ab2913fcdff7f39865 Author: Guillaume Desmottes @@ -62249,7 +62377,7 @@ libempathy-gtk/empathy-new-call-dialog.c | 35 ++++++++++++++++++++++++++++++ - 1 files changed, 35 insertions(+), 0 deletions(-) + 1 file changed, 35 insertions(+) commit 0af3c68b4c8c9392174d780712f5d4a12d0e13e6 Author: Guillaume Desmottes @@ -62270,8 +62398,8 @@ new-call-dialog: add 'Send Video' check button libempathy-gtk/empathy-new-call-dialog.c | 33 - ++++++++++++++++++++++++++++- - 1 files changed, 31 insertions(+), 2 deletions(-) + ++++++++++++++++++++++++++++-- + 1 file changed, 31 insertions(+), 2 deletions(-) commit 43e69eaeb5ea47d0e4a8a75a95ed537696a2639b Author: Guillaume Desmottes @@ -62292,7 +62420,7 @@ contact-selector-dialog: emit response when the entry is activated libempathy-gtk/empathy-contact-selector-dialog.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 59f03a7aef175ffa8792eb0fbf825346cf5d5c4a Author: Guillaume Desmottes @@ -62302,7 +62430,7 @@ src/empathy-status-icon.c | 9 +++++++++ src/empathy-status-icon.ui | 8 ++++++++ - 2 files changed, 17 insertions(+), 0 deletions(-) + 2 files changed, 17 insertions(+) commit c5b4c8eedb2f1f28cc8fedf21ceb42eadfcf1162 Author: Guillaume Desmottes @@ -62312,7 +62440,7 @@ src/empathy-main-window.c | 10 ++++++++++ src/empathy-main-window.ui | 9 +++++++++ - 2 files changed, 19 insertions(+), 0 deletions(-) + 2 files changed, 19 insertions(+) commit 83d23c5c7c31616c36a2c1dd6f1cb422f5d4d36b Author: Guillaume Desmottes @@ -62325,7 +62453,7 @@ ++++++++++++++++++++++++++++++ libempathy-gtk/empathy-new-call-dialog.h | 65 +++++++++++ po/POTFILES.in | 1 + - 4 files changed, 245 insertions(+), 0 deletions(-) + 4 files changed, 245 insertions(+) commit f143221d55b5139588f7f6ba55b7a6fe21dadb4c Author: Guillaume Desmottes @@ -62381,7 +62509,7 @@ libempathy-gtk/empathy-contact-selector-dialog.c | 320 ++++++++++++++++++++++ libempathy-gtk/empathy-contact-selector-dialog.h | 72 +++++ - 3 files changed, 394 insertions(+), 0 deletions(-) + 3 files changed, 394 insertions(+) commit 3aadcbead0634ad2a9ef6f182b75fda18758fafb Author: Guillaume Desmottes @@ -62393,7 +62521,7 @@ libempathy-gtk/empathy-new-message-dialog.c | 43 ++------------------------- - 1 files changed, 3 insertions(+), 40 deletions(-) + 1 file changed, 3 insertions(+), 40 deletions(-) commit fbaeb693027d63d94488702635630644971dfc2f Author: chantra @@ -62407,7 +62535,7 @@ libempathy-gtk/empathy-contact-list-store.c | 143 ++++++++++++++++++++++++++- libempathy-gtk/empathy-contact-list-store.h | 8 ++ - libempathy-gtk/empathy-contact-list-view.c | 14 ++- + libempathy-gtk/empathy-contact-list-view.c | 14 +-- libempathy-gtk/empathy-contact-selector.c | 2 +- libempathy-gtk/empathy-ui-utils.c | 112 +++++++++++++++++++++ libempathy-gtk/empathy-ui-utils.h | 9 ++ @@ -62423,7 +62551,7 @@ po/nb.po | 407 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 218 insertions(+), 189 deletions(-) + 1 file changed, 218 insertions(+), 189 deletions(-) commit 6f0ca35e45900f91aa7a0960a478fcf7e062d0dc Author: Felix Kaser @@ -62434,7 +62562,7 @@ probably the product of a faulty merge in 4bca2228 src/empathy-accounts-dialog.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 5217557e08ac29fb01bfe92dd901d92502154135 Author: Guillaume Desmottes @@ -62443,7 +62571,7 @@ say if incoming call are video or not (#582596) src/empathy-event-manager.c | 27 +++++++++++++++++++++++---- - 1 files changed, 23 insertions(+), 4 deletions(-) + 1 file changed, 23 insertions(+), 4 deletions(-) commit 33999734f01e9f8d3a85532904bb04dcb3271f0b Author: Guillaume Desmottes @@ -62453,7 +62581,7 @@ libempathy/empathy-tp-call.c | 22 ++++++++++++++++++++++ libempathy/empathy-tp-call.h | 2 ++ - 2 files changed, 24 insertions(+), 0 deletions(-) + 2 files changed, 24 insertions(+) commit 594e7fee5d0fc22e385da905e1db93829553f0ed Author: Guillaume Desmottes @@ -62463,7 +62591,7 @@ (#604567) libempathy/empathy-utils.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 881ee2e637f50afaaba49447d428632233676279 Author: Felix Kaser @@ -62472,7 +62600,7 @@ dont show infobar when creating an account src/empathy-accounts-dialog.c | 22 ++++++++-------------- - 1 files changed, 8 insertions(+), 14 deletions(-) + 1 file changed, 8 insertions(+), 14 deletions(-) commit efa5be890a30290f23e0d460932ebd41504fa973 Author: Felix Kaser @@ -62481,7 +62609,7 @@ get connectivity only when needed src/empathy-accounts-dialog.c | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit 53aeb4caa6e0927a1c4be687675701d4bebb360f Author: Felix Kaser @@ -62494,7 +62622,7 @@ src/empathy-accounts-dialog.c | 40 +++++++++++++++++++++++++++++++++------- - 1 files changed, 33 insertions(+), 7 deletions(-) + 1 file changed, 33 insertions(+), 7 deletions(-) commit ca5fc936fb56cb00ebb436872697585d46d2c0df Author: Felix Kaser @@ -62506,7 +62634,7 @@ auto reconnect on a faulty account triggered the update src/empathy-accounts-dialog.c | 20 ++++++++++++++++++++ - 1 files changed, 20 insertions(+), 0 deletions(-) + 1 file changed, 20 insertions(+) commit b54fd8c9d094ff6fc162b1d30b118185207d9f04 Author: Felix Kaser @@ -62517,7 +62645,7 @@ small updates on the status messages src/empathy-accounts-dialog.c | 24 ++++++++++++++++++------ - 1 files changed, 18 insertions(+), 6 deletions(-) + 1 file changed, 18 insertions(+), 6 deletions(-) commit fbce68e65c37e7f004bdfd6cfeb59e7ea2a67b07 Author: Felix Kaser @@ -62529,7 +62657,7 @@ at all. src/empathy-accounts-dialog.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 0a39af61f6bab052ead17918ab372e0cbb8eab3c Author: Felix Kaser @@ -62553,7 +62681,7 @@ added case for requested disconnection src/empathy-accounts-dialog.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 76af01fa4ced883f28b8464d835522b3f0af1cb6 Author: Felix Kaser @@ -62567,7 +62695,7 @@ passed by the callbacks. src/empathy-accounts-dialog.c | 30 ++++++++++++++++++++---------- - 1 files changed, 20 insertions(+), 10 deletions(-) + 1 file changed, 20 insertions(+), 10 deletions(-) commit 904a7310bff53399f126a343741bc3812a2c4864 Author: Felix Kaser @@ -62579,7 +62707,7 @@ error occured src/empathy-accounts-dialog.c | 24 +++++++++++++++++------- - 1 files changed, 17 insertions(+), 7 deletions(-) + 1 file changed, 17 insertions(+), 7 deletions(-) commit 4480008a770cd2039eec01a97ca4d83877311a43 Author: Felix Kaser @@ -62590,7 +62718,7 @@ the infobar should not be expanded when the window is resized src/empathy-accounts-dialog.ui | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit de7b6beeaff6ad9d6ed9d52d40adb35b739af288 Author: Felix Kaser @@ -62603,7 +62731,7 @@ src/empathy-accounts-dialog.c | 180 +++++++++++++++++++++++------------------ - 1 files changed, 100 insertions(+), 80 deletions(-) + 1 file changed, 100 insertions(+), 80 deletions(-) commit 9da3da13b18e1b72800f355297beda52e2822f46 Author: Felix Kaser @@ -62612,8 +62740,8 @@ added reson to status infobar src/empathy-accounts-dialog.c | 68 - ++++++++++++++++++++++++++++++++++------ - 1 files changed, 57 insertions(+), 11 deletions(-) + ++++++++++++++++++++++++++++++++++------- + 1 file changed, 57 insertions(+), 11 deletions(-) commit f9d025086633f300da83d1222609cea3953fe20d Author: Felix Kaser @@ -62622,7 +62750,7 @@ added spinner to connecting infobar src/empathy-accounts-dialog.c | 32 +++++++++++++++++++++++--------- - 1 files changed, 23 insertions(+), 9 deletions(-) + 1 file changed, 23 insertions(+), 9 deletions(-) commit 693487af854d750c32700ef6622473a7953e6643 Author: Felix Kaser @@ -62633,7 +62761,7 @@ when disconnected the infobar shows the offline icon src/empathy-accounts-dialog.c | 16 +++++++++++++++- - 1 files changed, 15 insertions(+), 1 deletions(-) + 1 file changed, 15 insertions(+), 1 deletion(-) commit 220c7e08dbcce8325c8695573643e7448d98b9e1 Author: Felix Kaser @@ -62653,7 +62781,7 @@ use different message types in infobar src/empathy-accounts-dialog.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit fe04111c230ccccc78fd14153cf3faa059f495a8 Author: Felix Kaser @@ -62665,7 +62793,7 @@ src/empathy-accounts-dialog.c | 39 +++++++++++++++++++++++++++++++++++++++ - 1 files changed, 39 insertions(+), 0 deletions(-) + 1 file changed, 39 insertions(+) commit 0346b097ed20b5617d6b2cf4c0e0dc498e7b1516 Author: Felix Kaser @@ -62674,7 +62802,7 @@ added infobar with empty label src/empathy-accounts-dialog.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 1a85521a5acf30995d71b86d733ef56c17e619e6 Author: Felix Kaser @@ -62698,7 +62826,7 @@ use remove_error function everywhere the error is removed src/empathy-main-window.c | 18 +++--------------- - 1 files changed, 3 insertions(+), 15 deletions(-) + 1 file changed, 3 insertions(+), 15 deletions(-) commit 8a0d77c2ad1908136329d8ebe5348136e4e49387 Author: Felix Kaser @@ -62709,7 +62837,7 @@ fixes bug #601379 src/empathy-main-window.c | 34 +++++++++++++++++++++++++++++----- - 1 files changed, 29 insertions(+), 5 deletions(-) + 1 file changed, 29 insertions(+), 5 deletions(-) commit 3291e323833f781ba858801a0ebeeb22bc7f712d Author: Guillaume Desmottes @@ -62727,7 +62855,7 @@ data/icons/hicolor_apps_48x48_im-silc.png | Bin 0 -> 468 bytes data/icons/hicolor_apps_scalable_im-silc.svg | 92 ++++++++++++++++++++++++++ - 7 files changed, 98 insertions(+), 0 deletions(-) + 7 files changed, 98 insertions(+) commit e39a5b99f4bc566ddce8c6e441afb40b98733cb9 Author: Guillaume Desmottes @@ -62736,7 +62864,7 @@ add empathy-new-message-dialog.c to POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit f04b86652a33b9182e04b20efe4be4fa35789e8a Author: Guillaume Desmottes @@ -62745,7 +62873,7 @@ add myself to AUTHORS AUTHORS | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 06e9054f40ad9660325c87181f597c3039f767cf Author: Guillaume Desmottes @@ -62755,7 +62883,7 @@ CONTRIBUTORS | 2 +- src/empathy-about-dialog.c | 1 + - 2 files changed, 2 insertions(+), 1 deletions(-) + 2 files changed, 2 insertions(+), 1 deletion(-) commit 357abe46ebdc57f29037d12350c06d7fd14581b3 Merge: 0e98e5f 2e7c1dd @@ -62781,8 +62909,8 @@ adding current members manually. libempathy/empathy-tp-contact-list.c | 140 - +++++++++++++++++++-------------- - 1 files changed, 81 insertions(+), 59 deletions(-) + ++++++++++++++++++++-------------- + 1 file changed, 81 insertions(+), 59 deletions(-) commit 2767e7bb07bcb8f4e9349955c42efd58df176c63 Author: Xavier Claessens @@ -62792,7 +62920,7 @@ libempathy/empathy-tp-contact-list.c | 181 +++++++++------------------------- - 1 files changed, 47 insertions(+), 134 deletions(-) + 1 file changed, 47 insertions(+), 134 deletions(-) commit 13d43c86bb62e15b78f61058a3003b30eae9caf1 Author: Guillaume Desmottes @@ -62804,7 +62932,7 @@ It floods debug logs. libempathy-gtk/empathy-spell.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 2e7c1dd9ccb1b67b19393fdfd2fe32a2b4727f42 Author: Felix Kaser @@ -62821,7 +62949,7 @@ still shows up. libempathy-gtk/empathy-account-widget.c | 25 ++++++++++++++----------- - 1 files changed, 14 insertions(+), 11 deletions(-) + 1 file changed, 14 insertions(+), 11 deletions(-) commit 194a6d0d636eb62add7719edc48b60906081a3ba Merge: 0ff7162 7190ca9 @@ -62837,7 +62965,7 @@ use tp_asv_new libempathy/empathy-tp-contact-list.c | 20 +++++--------------- - 1 files changed, 5 insertions(+), 15 deletions(-) + 1 file changed, 5 insertions(+), 15 deletions(-) commit db0b0f0ad369618f8204bbdf918aa574ccb25c8c Author: Guillaume Desmottes @@ -62846,7 +62974,7 @@ tp_contact_list_remove: add FIXME about potential race libempathy/empathy-tp-contact-list.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 7b4335bd88919c0d377ee0f67f1158d4f6b7dc2d Author: Guillaume Desmottes @@ -62856,7 +62984,7 @@ (#604181) libempathy/empathy-tp-contact-list.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 311cd30ad1aa251d029e37be4dd4ff96482d46db Author: Guillaume Desmottes @@ -62866,7 +62994,7 @@ libempathy/empathy-tp-contact-list.c | 67 +++++++++++++++++++++++++++++++++- - 1 files changed, 66 insertions(+), 1 deletions(-) + 1 file changed, 66 insertions(+), 1 deletion(-) commit 7190ca926a151a3fa1fec7ec9faf6a490a378b8e Author: Guillaume Desmottes @@ -62876,7 +63004,7 @@ libempathy-gtk/empathy-account-chooser.c | 40 ++++++++++++++++++++++++++++++ - 1 files changed, 40 insertions(+), 0 deletions(-) + 1 file changed, 40 insertions(+) commit d7a4689a729cbd5da40d34d532f4b61f2e3aeadb Author: Guillaume Desmottes @@ -62898,7 +63026,7 @@ po/zh_CN.po | 743 +++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 465 insertions(+), 278 deletions(-) + 1 file changed, 465 insertions(+), 278 deletions(-) commit cce0608573b9a8f675cd948622322f4f1ef2e947 Author: Guillaume Desmottes @@ -62918,7 +63046,7 @@ from logs (#603980). libempathy-gtk/empathy-chat.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 9a2a6a34682af3eb6ff1741e45a0c1b5cd4d386f Author: ranjiao @@ -62928,7 +63056,7 @@ libempathy-gtk/empathy-chat.c | 24 ++++++++++++++++++++++++ libempathy-gtk/empathy-conf.h | 1 + - 2 files changed, 25 insertions(+), 0 deletions(-) + 2 files changed, 25 insertions(+) commit ff031d276cc1ae2cb16fa700e84497fc599624b8 Author: Guillaume Desmottes @@ -62937,7 +63065,7 @@ remove useless cast libempathy-gtk/empathy-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ce76a397628746402c494ee8aec6e14a7d8322c7 Author: Guillaume Desmottes @@ -62948,7 +63076,7 @@ libempathy-gtk/empathy-chat.c | 67 +++++++++++++++++++++++++++-------------- - 1 files changed, 44 insertions(+), 23 deletions(-) + 1 file changed, 44 insertions(+), 23 deletions(-) commit 3f3d218978d49b77f18464977f3b92c5d644bc1b Author: Guillaume Desmottes @@ -62957,7 +63085,7 @@ chat-window: ref the contact stored as a data in the chat src/empathy-chat-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 206b3a79c8b5d941d20a65f258a5beb0b7b32270 Author: Guillaume Desmottes @@ -62966,7 +63094,7 @@ Separate geometry of private and muc chat windows (#604003) src/empathy-chat-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 23414db5acced9ab25ca012e86b4efbd1653bbcc Author: Guillaume Desmottes @@ -62989,7 +63117,7 @@ fix comments src/empathy-chat-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 247a7866ebdf6f51f357c89a3ffb6e801188f683 Author: Guillaume Desmottes @@ -63015,7 +63143,7 @@ re-arrange the tabs manually). src/empathy-chat-window.c | 14 ++++++++++++-- - 1 files changed, 12 insertions(+), 2 deletions(-) + 1 file changed, 12 insertions(+), 2 deletions(-) commit bc50bd062a3a9bb85e6c3e0228571c670532fdf9 Author: Guillaume Desmottes @@ -63025,7 +63153,7 @@ src/empathy-chat-window.c | 14 ++++++++++++++ src/empathy-chat-window.h | 1 + - 2 files changed, 15 insertions(+), 0 deletions(-) + 2 files changed, 15 insertions(+) commit 487f4d0fc504b9c0cb77a030869893054c907d6d Author: Abner Silva @@ -63050,7 +63178,7 @@ list when reconnecting if needed (#598964). libempathy-gtk/empathy-chat.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 31b467503ba8705c32b3de475f543a2fabd6cba6 Author: Guillaume Desmottes @@ -63062,7 +63190,7 @@ priv->show_contacts. libempathy-gtk/empathy-chat.c | 14 ++++++++------ - 1 files changed, 8 insertions(+), 6 deletions(-) + 1 file changed, 8 insertions(+), 6 deletions(-) commit eecff5c85657bd20626ad9cb426a79a66eb771a6 Author: Kjartan Maraas @@ -63072,7 +63200,7 @@ po/nb.po | 810 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 517 insertions(+), 293 deletions(-) + 1 file changed, 517 insertions(+), 293 deletions(-) commit 26da2e88c968de373b15c127173d6d79b86a4b81 Author: Matej Urbančič @@ -63081,8 +63209,8 @@ Updated Slovenian translation po/sl.po | 304 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 164 insertions(+), 140 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 164 insertions(+), 140 deletions(-) commit 2a89ad8bcc909d2b4e8651c6eccb3a0de4da2ea5 Author: Yaron Sharabani @@ -63092,7 +63220,7 @@ po/he.po | 1501 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 992 insertions(+), 509 deletions(-) + 1 file changed, 992 insertions(+), 509 deletions(-) commit 52898e966ab9d41e6016ae5ca58f1dbf7fa7dbe3 Author: Guillaume Desmottes @@ -63108,7 +63236,7 @@ data/icons/hicolor_apps_24x24_im-groupwise.png | Bin 0 -> 1494 bytes data/icons/hicolor_apps_32x32_im-groupwise.png | Bin 0 -> 2164 bytes data/icons/hicolor_apps_48x48_im-groupwise.png | Bin 0 -> 3817 bytes - 6 files changed, 6 insertions(+), 0 deletions(-) + 6 files changed, 6 insertions(+) commit 3d2adf9323509792856a56a75eca2ad2f14ac7b3 Author: Guillaume Desmottes @@ -63121,7 +63249,7 @@ (#603593). libempathy-gtk/empathy-chat.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit cf81786242c9143e0c8cb4956006ff29f1309d8d Author: Guillaume Desmottes @@ -63130,7 +63258,7 @@ Don't highlight scrollback messages (#602288) libempathy/empathy-message.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 52376d81c4c2d29ac6845070efbc0785d7989d28 Author: Guillaume Desmottes @@ -63139,7 +63267,7 @@ tp-chat: set the flags of the message libempathy/empathy-tp-chat.c | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit 8d1543fd36e67823e390477548dfa43f86afa2e2 Author: Guillaume Desmottes @@ -63149,7 +63277,7 @@ libempathy/empathy-message.c | 35 +++++++++++++++++++++++++++++++++++ libempathy/empathy-message.h | 4 ++++ - 2 files changed, 39 insertions(+), 0 deletions(-) + 2 files changed, 39 insertions(+) commit 623c7ba6130a483a2581dadce6f674755cdf44d3 Author: Brian Pepple @@ -63160,7 +63288,7 @@ libempathy-gtk/empathy-contact-widget.c | 1 + libempathy-gtk/empathy-contact-widget.ui | 1 - - 2 files changed, 1 insertions(+), 1 deletions(-) + 2 files changed, 1 insertion(+), 1 deletion(-) commit cf5b53f8292a03fddb4894eb8f50db70a84ab287 Author: Guillaume Desmottes @@ -63178,7 +63306,7 @@ data/icons/hicolor_apps_48x48_im-sametime.png | Bin 0 -> 3417 bytes data/icons/hicolor_apps_scalable_im-sametime.svg | 127 ++++++++++++++++++++++ - 7 files changed, 133 insertions(+), 0 deletions(-) + 7 files changed, 133 insertions(+) commit 4fb2cbb8ecc681614dbc6729a5c9b4d9fb550024 Author: Guillaume Desmottes @@ -63189,7 +63317,7 @@ data/icons/Makefile.am | 2 ++ data/icons/hicolor_apps_24x24_im-meanwhile.png | Bin 0 -> 1423 bytes data/icons/hicolor_apps_32x32_im-meanwhile.png | Bin 0 -> 2086 bytes - 3 files changed, 2 insertions(+), 0 deletions(-) + 3 files changed, 2 insertions(+) commit eb8cb1d761372e0a5732f205d0f6ce20243d5bac Author: Guillaume Desmottes @@ -63207,7 +63335,7 @@ data/icons/hicolor_apps_48x48_im-myspace.png | Bin 0 -> 1619 bytes data/icons/hicolor_apps_scalable_im-myspace.svg | 109 +++++++++++++++++++++++ - 7 files changed, 115 insertions(+), 0 deletions(-) + 7 files changed, 115 insertions(+) commit bf5f6a6ca78beb479a1e7c1f1e7a1f12cfdc1c16 Author: Guillaume Desmottes @@ -63216,7 +63344,7 @@ chat: don't display latest logs in room libempathy-gtk/empathy-chat.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 3e6fc17bc72bb426af351e0cfc33abb775ada155 Author: Felix Kaser @@ -63228,7 +63356,7 @@ have already been destroyed. this is important for some async calls. libempathy-gtk/empathy-account-widget.c | 21 ++++++++++++++++++++- - 1 files changed, 20 insertions(+), 1 deletions(-) + 1 file changed, 20 insertions(+), 1 deletion(-) commit 19d28abca284a7a85a98f8bdd01aeb0ff54860e7 Author: Felix Kaser @@ -63240,7 +63368,7 @@ was destroyed before the callback was called. libempathy-gtk/empathy-account-widget.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 02c70cf6746cd909a873f54dd320772160f9ec13 Author: Felix Kaser @@ -63254,8 +63382,8 @@ with TpAccount. fixes bug #602821 libempathy-gtk/empathy-account-widget.c | 49 - ++++++++++++++++++++++++------ - 1 files changed, 39 insertions(+), 10 deletions(-) + ++++++++++++++++++++++++------- + 1 file changed, 39 insertions(+), 10 deletions(-) commit 53a0fc1ae74070e6268173294ba986bc2c7e3e07 Author: Felix Kaser @@ -63268,7 +63396,7 @@ reason the account could not be enabled. libempathy-gtk/empathy-account-widget.c | 13 ++++--------- - 1 files changed, 4 insertions(+), 9 deletions(-) + 1 file changed, 4 insertions(+), 9 deletions(-) commit 5d472d0d977e00de90039af2e67a785721da5d51 Author: Guillaume Desmottes @@ -63277,7 +63405,7 @@ rephrase the 'redial' tooltip src/empathy-call-window.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 891a40763f86c9e2ad2b7c2306e8a24a038f2c99 Author: Laurent Bigonville @@ -63286,7 +63414,7 @@ Link libempathy-gtk against libnotify libempathy-gtk/Makefile.am | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 93adac828a2e0465c0a4d77051856e9602a5e6b0 Author: Guillaume Desmottes @@ -63295,7 +63423,7 @@ add tooltips on the hang-up, redial and audio buttons (#576542) src/empathy-call-window.ui | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit c193319ca0b9d130abb525e88ac87c4293e2fb0b Author: Guillaume Desmottes @@ -63304,7 +63432,7 @@ rename update_join_button_sensitivy to update_join_button_sensitivity src/empathy-new-chatroom-dialog.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit d7a092467227ecdcfb5173a1f26a6207606c2154 Author: Guillaume Desmottes @@ -63318,7 +63446,7 @@ src/empathy-new-chatroom-dialog.c | 37 ++++++++++++++++++++++++++++++++++++- - 1 files changed, 36 insertions(+), 1 deletions(-) + 1 file changed, 36 insertions(+), 1 deletion(-) commit 63824875083611f8503deaff302887dd6c47a603 Author: Guillaume Desmottes @@ -63327,7 +63455,7 @@ factor out update_join_button_sensitivy src/empathy-new-chatroom-dialog.c | 17 +++++++++++------ - 1 files changed, 11 insertions(+), 6 deletions(-) + 1 file changed, 11 insertions(+), 6 deletions(-) commit 832c7689e8060ec508f4dbae53d51f7200ddf2ad Author: Guillaume Desmottes @@ -63336,7 +63464,7 @@ new-chatroom-dialog: store the currently selected account src/empathy-new-chatroom-dialog.c | 27 +++++++++++++++------------ - 1 files changed, 15 insertions(+), 12 deletions(-) + 1 file changed, 15 insertions(+), 12 deletions(-) commit 1805af473647ce9cdde47ae7ed37b1d3fd37d74d Author: Guillaume Desmottes @@ -63345,7 +63473,7 @@ dep on nautilus-sendto is actually 2.28.1 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a7f2c69cc15e8e971928ef8012d61f45442da8ca Author: Xavier Claessens @@ -63354,7 +63482,7 @@ Use \s to match spaces, it is the same as [ \t\n\r\f\v] libempathy-gtk/empathy-ui-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 35f5ca3376db3a641d4deb0f1eedd76a0ca2cd15 Author: Guillaume Desmottes @@ -63363,7 +63491,7 @@ start dev of 2.29.4 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 5f1d509ea8e964df5ea439f855892b4530566fce Author: Guillaume Desmottes @@ -63373,7 +63501,7 @@ NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 45 insertions(+), 1 deletions(-) + 2 files changed, 45 insertions(+), 1 deletion(-) commit c2fc41220152f8907f8511fb59d1c8153ddad5d6 Author: Matej Urbančič @@ -63383,7 +63511,7 @@ po/sl.po | 436 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 290 insertions(+), 146 deletions(-) + 1 file changed, 290 insertions(+), 146 deletions(-) commit 6e1756e9eafd1fb88c0e09fbb80a31185c6c13ff Author: Guillaume Desmottes @@ -63398,7 +63526,7 @@ (#603384). src/empathy-debug-window.c | 23 ++++++++++++++++++++++- - 1 files changed, 22 insertions(+), 1 deletions(-) + 1 file changed, 22 insertions(+), 1 deletion(-) commit 740a34efd932ad1bf6d5cd1d4580fd3b6af0eacc Merge: 8d21537 9ec54fd @@ -63419,7 +63547,7 @@ (#603361). libempathy/empathy-contact-manager.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 75bbe2b4d9e2dfbc0706fcad8bc77cae2579dfa0 Author: Guillaume Desmottes @@ -63428,7 +63556,7 @@ add tooltips on the camera buttons src/empathy-call-window.ui | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 3d8a5d2b45d490142b021b43fb4ef1b232ed7910 Author: Brian Pepple @@ -63439,7 +63567,7 @@ Fixes bug #599315. configure.ac | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit ad74851368bf2a5b355696f4ad8f55f184070179 Author: Felix Kaser @@ -63452,7 +63580,7 @@ TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED. src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 297ebd5f9415f444b2bc6db3e30a1ab8c2654a22 Author: Gabor Kelemen @@ -63462,7 +63590,7 @@ po/hu.po | 826 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 506 insertions(+), 320 deletions(-) + 1 file changed, 506 insertions(+), 320 deletions(-) commit 476130b2add6244a24be51ce32393a095df4a4ef Author: Jorge González @@ -63472,7 +63600,7 @@ po/es.po | 287 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 166 insertions(+), 121 deletions(-) + 1 file changed, 166 insertions(+), 121 deletions(-) commit a59cf9be7760bdbcadbdca2922c777878b9d960a Author: Guillaume Desmottes @@ -63485,7 +63613,7 @@ information (#590700). src/empathy-event-manager.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 865a820252f569238f53a5a401836a1925acd2f9 Author: Guillaume Desmottes @@ -63494,7 +63622,7 @@ Capitalize first letter of debug msg src/empathy-call-window.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 68cdcde0b0a029379d3a0b9e0e62bfda7e0bcf7f Author: Guillaume Desmottes @@ -63505,7 +63633,7 @@ This is a workaround until bug 602937 is fixed. src/empathy-call-window.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit 9e048d003178ce72ca6599cb8d847dd64427a2da Author: Guillaume Desmottes @@ -63514,7 +63642,7 @@ enable the camera-off button if call doens't have initial video src/empathy-call-window.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit d7fa9cd2d46574d739d0ad78f7accf7410481ec6 Author: Guillaume Desmottes @@ -63525,7 +63653,7 @@ Disabling the camera on button doesn't make sense any more. src/empathy-call-window.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit e0a94c57e1266deadd58f158989980c91d7ab4ee Author: Guillaume Desmottes @@ -63535,7 +63663,7 @@ the call is not connected yet src/empathy-call-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 76a7dfdf4fcd250f7787c166da87e1bfa6b70761 Author: Guillaume Desmottes @@ -63544,7 +63672,7 @@ disable_camera: disable send video only if we were sending it src/empathy-call-window.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 015746e131559133730f2112777d26c581c6ac50 Author: Guillaume Desmottes @@ -63554,7 +63682,7 @@ radio buttons src/empathy-call-window.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 8d1e30bfa8cacadaf2411c03396bd01ad41332c3 Author: Guillaume Desmottes @@ -63563,7 +63691,7 @@ hook the camera radio buttons src/empathy-call-window.c | 35 ++++++++++++++++++++++++++++++++++- - 1 files changed, 34 insertions(+), 1 deletions(-) + 1 file changed, 34 insertions(+), 1 deletion(-) commit 0961715329c70614a83e874c3c8a5b64cea5691b Author: Guillaume Desmottes @@ -63573,7 +63701,7 @@ are already in the desired state src/empathy-call-window.c | 27 +++++++++++++++------------ - 1 files changed, 15 insertions(+), 12 deletions(-) + 1 file changed, 15 insertions(+), 12 deletions(-) commit 90c8334a4a0c8e84fdd430c44fffb54fa8623b7c Author: Guillaume Desmottes @@ -63582,7 +63710,7 @@ update radio actions when a button is pressed src/empathy-call-window.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 21c54ffdc6d8ff5c47a7a7768aca6bc213075f7f Author: Guillaume Desmottes @@ -63592,7 +63720,7 @@ src/empathy-call-window.ui | 41 +++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 41 insertions(+), 0 deletions(-) + 1 file changed, 41 insertions(+) commit 46d8c4965781a2327c6f6206b233f6d72f88b8bb Author: Guillaume Desmottes @@ -63604,7 +63732,7 @@ src/empathy-call-window.c | 35 ----------------------------------- src/empathy-call-window.ui | 8 -------- - 2 files changed, 0 insertions(+), 43 deletions(-) + 2 files changed, 43 deletions(-) commit 05cfdd280b8a53948d3c2c38c8dc74cfd8672909 Author: Guillaume Desmottes @@ -63613,7 +63741,7 @@ empathy_call_window_set_send_video: add a debug msg src/empathy-call-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 76a44dbf5a997548cc5e2377041d5081369a4c8a Author: Guillaume Desmottes @@ -63622,7 +63750,7 @@ stop sending video when 'camera off' or 'preview' is enabled src/empathy-call-window.c | 14 +++++++++++--- - 1 files changed, 11 insertions(+), 3 deletions(-) + 1 file changed, 11 insertions(+), 3 deletions(-) commit fe97bdb9c202f40f57b1438df9d0045fad8f40c8 Author: Guillaume Desmottes @@ -63631,7 +63759,7 @@ early return if the camera_state is already the one we want src/empathy-call-window.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit c2b043aa2094b697ce903186ea06038f24e1ef4b Author: Guillaume Desmottes @@ -63641,7 +63769,7 @@ src/empathy-call-window.c | 42 +++++++++++++++++++++++++++++++----------- - 1 files changed, 31 insertions(+), 11 deletions(-) + 1 file changed, 31 insertions(+), 11 deletions(-) commit 05d1a875137abbbefdb249aa02de0d582fe9f3e5 Author: Guillaume Desmottes @@ -63667,7 +63795,7 @@ src/empathy-call-window.c | 25 ------------------------- src/empathy-call-window.ui | 8 -------- - 2 files changed, 0 insertions(+), 33 deletions(-) + 2 files changed, 33 deletions(-) commit 5432a3fc4003e8285ef230c707ffdfe70b38be90 Author: Guillaume Desmottes @@ -63677,7 +63805,7 @@ src/empathy-call-window.c | 121 +++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 121 insertions(+), 0 deletions(-) + 1 file changed, 121 insertions(+) commit 3d6c558cf87c2a7144c40edecd8cebbfac9a1596 Author: Guillaume Desmottes @@ -63686,7 +63814,7 @@ set the icon of the camera_off button src/empathy-call-window.c | 20 ++++++++++++++++++++ - 1 files changed, 20 insertions(+), 0 deletions(-) + 1 file changed, 20 insertions(+) commit 49df4fbadf79b918a67356647e586bf76cd1f0b7 Author: Guillaume Desmottes @@ -63697,7 +63825,7 @@ Also rename "send video" to "camera on" src/empathy-call-window.ui | 31 ++++++++++++++++++++++++++++++- - 1 files changed, 30 insertions(+), 1 deletions(-) + 1 file changed, 30 insertions(+), 1 deletion(-) commit 374054f9c4525fb6da432ab82e89d62d78f0e7a9 Author: Guillaume Desmottes @@ -63706,7 +63834,7 @@ call-window: check box labels should use sentence capitalization src/empathy-call-window.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5b1fa500d7047b6759f1c6e2a090c84a1a81c483 Author: Guillaume Desmottes @@ -63715,7 +63843,7 @@ We should display the avatar/preview when call is disconnected src/empathy-call-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 71b1700af75c01dc9ead0621c7b52e460383fcaa Author: Guillaume Desmottes @@ -63724,7 +63852,7 @@ call-window: add some debug msg src/empathy-call-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit a8f35052d171a1dff4be5eae80f4532ae735da7b Author: Guillaume Desmottes @@ -63733,7 +63861,7 @@ disable video preview when we turn off video sending src/empathy-call-window.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 4db67c186241cca03b2f4002ac592b4d86601eb8 Author: Guillaume Desmottes @@ -63743,7 +63871,7 @@ 'initial video' (#601288) src/empathy-call-window.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit af3cc2af6c30341cc2a12f63b397d733d3de8a6f Author: Guillaume Desmottes @@ -63755,7 +63883,7 @@ there is no point to enforce it at this stage. src/empathy-call-window.c | 10 ---------- - 1 files changed, 0 insertions(+), 10 deletions(-) + 1 file changed, 10 deletions(-) commit ba1c519dde7bede7ea44d94246b41d909265c04c Author: Guillaume Desmottes @@ -63764,7 +63892,7 @@ we don't want to hide the self frame anymore src/empathy-call-window.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit ee4c91ff7f14c4f1249ee271cd56faae92ce96be Author: Guillaume Desmottes @@ -63777,7 +63905,7 @@ sending video. src/empathy-call-window.c | 24 ------------------------ - 1 files changed, 0 insertions(+), 24 deletions(-) + 1 file changed, 24 deletions(-) commit f4b6d60a4b454233cac3fb5b5e1c407e7496baa6 Author: Guillaume Desmottes @@ -63787,8 +63915,8 @@ video preview src/empathy-call-window.c | 51 - ++++++++++++++++++++++++++++++++------------ - 1 files changed, 37 insertions(+), 14 deletions(-) + ++++++++++++++++++++++++++++++++------------- + 1 file changed, 37 insertions(+), 14 deletions(-) commit cac3a717a5e34df4439ec5a0660d5ffdc76a27c5 Author: Guillaume Desmottes @@ -63798,7 +63926,7 @@ libempathy/empathy-debug.c | 1 + libempathy/empathy-debug.h | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 50f433180ff289b9933860527f00800f77096505 Author: Guillaume Desmottes @@ -63827,7 +63955,7 @@ change 'unread from everyone' to 'unread from all' src/empathy-chat-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c925d2a550ebbe3e90eac80cf3340714c2c9cb4b Author: Guillaume Desmottes @@ -63836,7 +63964,7 @@ fix typo in comments src/empathy-chat-window.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 9764ef80a02af7894a38c396d5d57e8b760a8f2a Author: Guillaume Desmottes @@ -63845,7 +63973,7 @@ update the window title when a new message is received src/empathy-chat-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 761a836a296d32c4af5200d8efc80f3fa9cb33e0 Author: Guillaume Desmottes @@ -63854,8 +63982,8 @@ display the number of unread message in the window title (#548701) src/empathy-chat-window.c | 67 - +++++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 62 insertions(+), 5 deletions(-) + +++++++++++++++++++++++++++++++++++++++++---- + 1 file changed, 62 insertions(+), 5 deletions(-) commit 06dc17735c9966d9b2ecab4f0257bfa9c2eb1742 Author: Guillaume Desmottes @@ -63864,7 +63992,7 @@ call empathy_chat_messages_read when messages have been read in a tab src/empathy-chat-window.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit b01de2f8b4e0ba170e1194615290e3d80865083f Author: Guillaume Desmottes @@ -63874,7 +64002,7 @@ libempathy-gtk/empathy-chat.c | 23 +++++++++++++++++++++++ libempathy-gtk/empathy-chat.h | 3 +++ - 2 files changed, 26 insertions(+), 0 deletions(-) + 2 files changed, 26 insertions(+) commit 8b5eb07207e7aa74a0e9081a73502f71d1be58c1 Author: Guillaume Desmottes @@ -63883,7 +64011,7 @@ display the number of other tabs src/empathy-chat-window.c | 20 +++++++++++++++++++- - 1 files changed, 19 insertions(+), 1 deletions(-) + 1 file changed, 19 insertions(+), 1 deletion(-) commit c09471eb2c996367eb023f430b4fa3e599c9df09 Author: Guillaume Desmottes @@ -63894,7 +64022,7 @@ Dup the string as we are going to use g_strdup_printf src/empathy-chat-window.c | 12 +++++++++--- - 1 files changed, 9 insertions(+), 3 deletions(-) + 1 file changed, 9 insertions(+), 3 deletions(-) commit 02fa89520bb3b2ca00af8307f476973e8cad83c0 Author: Adi Roiban @@ -63918,7 +64046,7 @@ when copying using the text view context menu (#603031). libempathy-gtk/empathy-chat-text-view.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 6b90cf0b018fa420e46ce23f17b2dfca3168b44b Author: Antón Méixome @@ -63928,7 +64056,7 @@ po/gl.po | 1259 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 745 insertions(+), 514 deletions(-) + 1 file changed, 745 insertions(+), 514 deletions(-) commit 38fb31535052089c55fc012d3356758363ae7bb3 Author: Guillaume Desmottes @@ -63939,7 +64067,7 @@ There is no reason to only display it when an account is selected. src/empathy-chatrooms-window.c | 15 --------------- - 1 files changed, 0 insertions(+), 15 deletions(-) + 1 file changed, 15 deletions(-) commit 1e3bb1380521ae6bb0b16ceb98e36834aeba70d8 Author: Xavier Claessens @@ -63948,7 +64076,7 @@ Remember the geometry of debug window src/empathy-debug-window.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 0ab9a70d10856dd6876b9a4b31bcf7f5f1663495 Author: Sjoerd Simons @@ -63957,7 +64085,7 @@ gssize isn't an int on various platforms libempathy-gtk/empathy-theme-adium.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9ff14672ab605f20789a2db6f9f89673cf8f2c4b Merge: 078aa4b 0b86e86 @@ -63976,7 +64104,7 @@ Clean how we insert smileys in adium themes libempathy-gtk/empathy-theme-adium.c | 18 +++++------------- - 1 files changed, 5 insertions(+), 13 deletions(-) + 1 file changed, 5 insertions(+), 13 deletions(-) commit 02ca446606c2c9f2673188b811891dd107c21e19 Author: Xavier Claessens @@ -63985,7 +64113,7 @@ Clean how we insert link in adium themes libempathy-gtk/empathy-theme-adium.c | 14 ++++++-------- - 1 files changed, 6 insertions(+), 8 deletions(-) + 1 file changed, 6 insertions(+), 8 deletions(-) commit 12924ec3e9b06460c5ec6ccb5e84a58ab64cd762 Author: Xavier Claessens @@ -63994,7 +64122,7 @@ Rework the link regex to have "(user@server.com)" case work. libempathy-gtk/empathy-ui-utils.c | 16 +++++++++------- - 1 files changed, 9 insertions(+), 7 deletions(-) + 1 file changed, 9 insertions(+), 7 deletions(-) commit fe57de44b370951c5e0a5de0aa78e0bb0fca9849 Author: Xavier Claessens @@ -64004,7 +64132,7 @@ to debug tests/empathy-parser-test.c | 26 ++++++++++++++++++-------- - 1 files changed, 18 insertions(+), 8 deletions(-) + 1 file changed, 18 insertions(+), 8 deletions(-) commit 2d9bbb26709398a1211312306ce5bee4b639f2a3 Author: Gustavo Noronha Silva @@ -64020,7 +64148,7 @@ Bug #597049 libempathy-gtk/empathy-theme-adium.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 9ec54fdc072173c6676ec2d8ea0b8eabe6936cef Author: Shaun McCance @@ -64029,7 +64157,7 @@ Some improvements to file drag-and-drop based on comments on #595226 src/empathy-chat-window.c | 28 ++++++++++++++++++---------- - 1 files changed, 18 insertions(+), 10 deletions(-) + 1 file changed, 18 insertions(+), 10 deletions(-) commit 89bc747b15ff519b81b8b153bcf94c8cd19245b1 Author: Shaun McCance @@ -64039,7 +64167,7 @@ contacts libempathy-gtk/empathy-contact-list-view.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit bcc824a40f40c86e87cfdd84c00652ada111fdaa Author: Shaun McCance @@ -64050,7 +64178,7 @@ src/empathy-chat-window.c | 82 ++++++++++++++++++++++++++++++++++----------- - 1 files changed, 62 insertions(+), 20 deletions(-) + 1 file changed, 62 insertions(+), 20 deletions(-) commit adade63c475294db24a422c3a0e5f6b3879641b6 Author: Shaun McCance @@ -64069,7 +64197,7 @@ [empathy-chat-window] Documented MOVE/COPY selection in drag_motion src/empathy-chat-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 43390cb381e1dd4b68771c3c285bc1f5326a5b74 Author: Shaun McCance @@ -64078,7 +64206,7 @@ Fixed leak in drag motion and added comments for bug #595226 libempathy-gtk/empathy-contact-list-view.c | 16 +++++++++++++++- - 1 files changed, 15 insertions(+), 1 deletions(-) + 1 file changed, 15 insertions(+), 1 deletion(-) commit f167ec2d92a526d19f1faf8320d9ff975ae1e502 Author: Shaun McCance @@ -64087,13 +64215,13 @@ Utilitiy function to send files from a URI list, for dnd implementations - libempathy-gtk/empathy-chat.c | 5 ++++ - libempathy-gtk/empathy-contact-list-view.c | 20 +---------------- + libempathy-gtk/empathy-chat.c | 5 +++++ + libempathy-gtk/empathy-contact-list-view.c | 20 ++----------------- libempathy-gtk/empathy-ui-utils.c | 30 ++++++++++++++++++++++++++++ - libempathy-gtk/empathy-ui-utils.h | 2 + + libempathy-gtk/empathy-ui-utils.h | 2 ++ src/empathy-chat-window.c | 27 - +----------------------- + ++----------------------- 5 files changed, 41 insertions(+), 43 deletions(-) commit cfb4283d66005aa2f12b15ce0d5aefde965d815a @@ -64104,7 +64232,7 @@ libempathy-gtk/empathy-contact-list-view.c | 259 +++++++++++++++------------- - 1 files changed, 141 insertions(+), 118 deletions(-) + 1 file changed, 141 insertions(+), 118 deletions(-) commit 85e7ae3c96ccc9734f5f09371cd44817ff751ce6 Author: Shaun McCance @@ -64116,7 +64244,7 @@ This is a hack. There's a comment explaining the hack. Read it. libempathy-gtk/empathy-contact-list-view.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit 18be92ecfb97887044867643e130ee0ee7c6b3f8 Author: Shaun McCance @@ -64127,7 +64255,7 @@ libempathy-gtk/empathy-contact-list-view.c | 25 ++++++++++++++++++++----- - 1 files changed, 20 insertions(+), 5 deletions(-) + 1 file changed, 20 insertions(+), 5 deletions(-) commit 3cbb3a10e138e1f777427311bf33f30cb6d4839e Author: Shaun McCance @@ -64147,7 +64275,7 @@ Handle MOVE and COPY drags better, change contact-id drags to COPY src/empathy-chat-window.c | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit 42185f1d38082579ca113d612000c670eac76869 Author: Shaun McCance @@ -64156,7 +64284,7 @@ Always prefer GDK_ACTION_COPY for text/uri-list drags src/empathy-chat-window.c | 39 +++++++++++++++++++++++++++++++-------- - 1 files changed, 31 insertions(+), 8 deletions(-) + 1 file changed, 31 insertions(+), 8 deletions(-) commit 810fc88802d72b880ff9472be7374f72a34df748 Author: Shaun McCance @@ -64165,7 +64293,7 @@ Don't try to offer file transfers to MUCs src/empathy-chat-window.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit df2e42c11963a62c729ca592c3fb291a82ccedb9 Author: Shaun McCance @@ -64174,7 +64302,7 @@ Call gtk_drag_finish when we get a file transfer drag on a chat window src/empathy-chat-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 2e2fdd45ae2d7fac58c9cc40b48c84ffc6b3f48e Author: Shaun McCance @@ -64184,7 +64312,7 @@ libempathy-gtk/empathy-chat.c | 1 + libempathy-gtk/empathy-ui-utils.c | 36 +++++++++++++++++++----------- - libempathy-gtk/empathy-ui-utils.h | 2 + + libempathy-gtk/empathy-ui-utils.h | 2 ++ src/empathy-chat-window.c | 44 +++++++++++++++++++++++++++++++++++++ 4 files changed, 70 insertions(+), 13 deletions(-) @@ -64196,7 +64324,7 @@ Add test for bug #597049 tests/empathy-parser-test.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit 0b86e861b20e3c083baa04bb9e0fa2df31df8e8d Author: Xavier Claessens @@ -64205,8 +64333,8 @@ Do not escape twice /me messages with adium theme. libempathy-gtk/empathy-theme-adium.c | 47 - +++++++++++++++++++-------------- - 1 files changed, 27 insertions(+), 20 deletions(-) + +++++++++++++++++++--------------- + 1 file changed, 27 insertions(+), 20 deletions(-) commit 9863c689d9dab2772bb6ffda97d7376702142394 Author: Xavier Claessens @@ -64216,7 +64344,7 @@ libempathy-gtk/empathy-ui-utils.c | 2 +- tests/empathy-parser-test.c | 72 - ++++++++++++++++++++++++++---------- + ++++++++++++++++++++++++++----------- 2 files changed, 53 insertions(+), 21 deletions(-) commit 9c1e21c7ad3ba913ebf144b498aa2de6d22a7797 @@ -64229,9 +64357,9 @@ libempathy-gtk/empathy-chat-text-view.c | 147 ++++++++++++++----------------- libempathy-gtk/empathy-theme-adium.c | 78 ++++++++++------ - libempathy-gtk/empathy-ui-utils.c | 63 ++++++------- + libempathy-gtk/empathy-ui-utils.c | 63 +++++++------ libempathy-gtk/empathy-ui-utils.h | 39 ++++---- - tests/empathy-parser-test.c | 26 +++++- + tests/empathy-parser-test.c | 26 ++++-- 5 files changed, 184 insertions(+), 169 deletions(-) commit ebaadd93adf03514e9e629b6ae7b065803b046e7 @@ -64241,7 +64369,7 @@ Also parse smileys in tests tests/empathy-parser-test.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit 3ad67fbdadb2b1da16c53a34fb04489a2acf1def Author: Xavier Claessens @@ -64250,7 +64378,7 @@ Init GTK from test_init() tests/test-helper.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 8ab216aca28acaa857b4b7faa606cd3af26b6cd9 Author: Xavier Claessens @@ -64262,7 +64390,7 @@ tests/Makefile.am | 6 +++- tests/empathy-parser-test.c | 66 +++++++++++++++++++++++++++++++++++++++++++ - 3 files changed, 72 insertions(+), 1 deletions(-) + 3 files changed, 72 insertions(+), 1 deletion(-) commit 2fc34dbe48ff603b99b6e56ce4ea94d6a3a8c450 Author: Xavier Claessens @@ -64271,7 +64399,7 @@ Call empathy_init() from test_init() tests/test-helper.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit c4eea520c7ed8adaf378e9424f199aa49efbccc7 Author: Xavier Claessens @@ -64281,7 +64409,7 @@ libempathy/empathy-debug.c | 1 + libempathy/empathy-debug.h | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit ce6f2983d99033c0144a622295ae72ec567e2582 Author: Xavier Claessens @@ -64291,8 +64419,8 @@ libempathy-gtk/empathy-theme-adium.c | 92 ++++++++++++++++------------------ - libempathy-gtk/empathy-ui-utils.c | 79 ++++++++++++++++++++-------- - libempathy-gtk/empathy-ui-utils.h | 46 ++++++++++++---- + libempathy-gtk/empathy-ui-utils.c | 79 ++++++++++++++++++++--------- + libempathy-gtk/empathy-ui-utils.h | 46 ++++++++++++----- 3 files changed, 133 insertions(+), 84 deletions(-) commit 7731e5f2031462707a4e774d6ebe38d32641a6e5 @@ -64302,7 +64430,7 @@ Accept any foo:// URL Schemes libempathy-gtk/empathy-ui-utils.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 212ea18a107e8ddfda82b3b754a1df2b7db9735f Author: Xavier Claessens @@ -64325,7 +64453,7 @@ libempathy-gtk/empathy-smiley-manager.c | 32 ++++++++++++++++++++++++++++++- - libempathy-gtk/empathy-smiley-manager.h | 6 ++-- + libempathy-gtk/empathy-smiley-manager.h | 6 +++--- 2 files changed, 34 insertions(+), 4 deletions(-) commit 1af4342a53358f23f71fabd0012a0d868a13c194 @@ -64335,7 +64463,7 @@ Optimisation: Do not fetch use-smiley gconf key for each substring. libempathy-gtk/empathy-theme-adium.c | 13 +++++++------ - 1 files changed, 7 insertions(+), 6 deletions(-) + 1 file changed, 7 insertions(+), 6 deletions(-) commit 1d42b9fde60750fab76d7af606388bc28b1083ad Author: Xavier Claessens @@ -64345,10 +64473,10 @@ from empathy-theme-adium.c libempathy-gtk/empathy-theme-adium.c | 66 - +-------------------------------- + ++-------------------------------- libempathy-gtk/empathy-ui-utils.c | 62 - +++++++++++++++++++++++++++++++ - libempathy-gtk/empathy-ui-utils.h | 12 ++++++ + ++++++++++++++++++++++++++++++++ + libempathy-gtk/empathy-ui-utils.h | 12 +++++++ 3 files changed, 76 insertions(+), 64 deletions(-) commit 6ea436c8b313974d94eb9fe97974edcf4f47e46d @@ -64358,8 +64486,8 @@ Create API for generic string parser libempathy-gtk/empathy-theme-adium.c | 41 - +++++++++++++++++++++++---------- - libempathy-gtk/empathy-ui-utils.c | 14 +++++++++++ + +++++++++++++++++++++++----------- + libempathy-gtk/empathy-ui-utils.c | 14 ++++++++++++ libempathy-gtk/empathy-ui-utils.h | 12 ++++++++++ 3 files changed, 54 insertions(+), 13 deletions(-) @@ -64371,7 +64499,7 @@ libempathy-gtk/empathy-smiley-manager.c | 101 +++---------------------------- - libempathy-gtk/empathy-smiley-manager.h | 4 - + libempathy-gtk/empathy-smiley-manager.h | 4 -- 2 files changed, 10 insertions(+), 95 deletions(-) commit 591c58b68cb39c62d22d76f394c30481b0821018 @@ -64392,7 +64520,7 @@ exclude " and ' from links. libempathy-gtk/empathy-ui-utils.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e4b5562ff59eeab1c5b8d72d72cb5d935cd7d765 Author: Xavier Claessens @@ -64402,7 +64530,7 @@ libempathy-gtk/empathy-theme-adium.c | 216 ++++++++++++++++++++-------------- - 1 files changed, 126 insertions(+), 90 deletions(-) + 1 file changed, 126 insertions(+), 90 deletions(-) commit c2a7ae14574cd90f98f97cf84966152ab6023ace Author: Xavier Claessens @@ -64413,7 +64541,7 @@ libempathy-gtk/empathy-smiley-manager.c | 83 +++++++++++++++++++++++++++++++ libempathy-gtk/empathy-smiley-manager.h | 11 ++++ - 2 files changed, 94 insertions(+), 0 deletions(-) + 2 files changed, 94 insertions(+) commit 783fe36cb4d096a9ed17078e8ddc36b3542b638b Author: Jorge González @@ -64422,8 +64550,8 @@ Updated Spanish translation po/es.po | 177 - +++++++++++++++++++++++++++++++++++++++++++++++-------------- - 1 files changed, 136 insertions(+), 41 deletions(-) + +++++++++++++++++++++++++++++++++++++++++++++++--------------- + 1 file changed, 136 insertions(+), 41 deletions(-) commit d6c023acb730fd74dab269fd3f5883b0e655de5f Author: Gustavo Noronha Silva @@ -64438,7 +64566,7 @@ Bug #598381 libempathy-gtk/empathy-ui-utils.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d7737fbc077b6e1a5af4446cbda759cad0e22e95 Author: Guillaume Desmottes @@ -64447,7 +64575,7 @@ add empathy-account-widget-sip.c to POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a5881d0c3bce92cee5fa0f81d6c0313db5537747 Author: Xavier Claessens @@ -64457,7 +64585,7 @@ libempathy-gtk/empathy-geometry.c | 36 +++++++++++++++++++++--------------- - 1 files changed, 21 insertions(+), 15 deletions(-) + 1 file changed, 21 insertions(+), 15 deletions(-) commit 496598a1d17599b809d981c5c3016f90eec15376 Author: Xavier Claessens @@ -64481,7 +64609,7 @@ when switching workspace, and it seems reposition on map is enough. src/empathy-main-window.c | 16 ---------------- - 1 files changed, 0 insertions(+), 16 deletions(-) + 1 file changed, 16 deletions(-) commit 2035a59cc1d1a7b28d3fd583f49ca74c9b3db503 Author: Xavier Claessens @@ -64491,7 +64619,7 @@ libempathy-gtk/empathy-geometry.c | 65 +++++++++++++++++++++++++++++-------- - 1 files changed, 51 insertions(+), 14 deletions(-) + 1 file changed, 51 insertions(+), 14 deletions(-) commit 18f7718773d305ea2c83918c82ea938e2ff55ef3 Author: Xavier Claessens @@ -64501,7 +64629,7 @@ compiz. Fixes bug #602649 libempathy-gtk/empathy-ui-utils.c | 18 +++++++++++++++--- - 1 files changed, 15 insertions(+), 3 deletions(-) + 1 file changed, 15 insertions(+), 3 deletions(-) commit 05ecb3d3c81446517a71eaa884076efb9d3ae35a Author: Xavier Claessens @@ -64510,7 +64638,7 @@ Make sure to not save offscreen positioning. It happens with compiz. libempathy-gtk/empathy-geometry.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit cca12d5ca2612c344dd395da63a63c5a8c0a7969 Author: Guillaume Desmottes @@ -64522,7 +64650,7 @@ (#581626). src/empathy.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a0dc8b43d0776ae123cd7d6dfaeef7b4bd1672a6 Author: Guillaume Desmottes @@ -64531,7 +64659,7 @@ account-widget-sip: translate all the labels in combo box libempathy-gtk/empathy-account-widget-sip.c | 14 +++++++++----- - 1 files changed, 9 insertions(+), 5 deletions(-) + 1 file changed, 9 insertions(+), 5 deletions(-) commit e400d3cf3fee67202427344a74d51f92300c08cb Author: Guillaume Desmottes @@ -64540,7 +64668,7 @@ empathy-account-widget-private: fix coding style libempathy-gtk/empathy-account-widget-private.h | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 0aee963e52e7432567e664a385f4b0658fe8993c Author: Guillaume Desmottes @@ -64562,7 +64690,7 @@ fix position of the 2 combo boxes libempathy-gtk/empathy-account-widget-sip.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit cf5c186c7350a1fe174d202e72833352e4385903 Author: Guillaume Desmottes @@ -64572,7 +64700,7 @@ libempathy-gtk/empathy-account-widget-sip.ui | 211 +++++++++++++------------- - 1 files changed, 106 insertions(+), 105 deletions(-) + 1 file changed, 106 insertions(+), 105 deletions(-) commit 4a2c2ba5f988b0f716f85cfcde22f67663b4984a Author: Guillaume Desmottes @@ -64581,7 +64709,7 @@ indent the STUN Server/Port label under the checkbox libempathy-gtk/empathy-account-widget-sip.ui | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 02f43d5ef0ed93d0699b3093e13c46bb129256ef Author: Guillaume Desmottes @@ -64590,7 +64718,7 @@ rephrase subsection titles and their labels libempathy-gtk/empathy-account-widget-sip.ui | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit eed9993f70997795d52828ebe56e5831c9566206 Author: Guillaume Desmottes @@ -64599,8 +64727,8 @@ add indentation so subsections are clearer libempathy-gtk/empathy-account-widget-sip.ui | 324 - +++++++++++++++---------- - 1 files changed, 194 insertions(+), 130 deletions(-) + +++++++++++++++----------- + 1 file changed, 194 insertions(+), 130 deletions(-) commit 7cf2b5ad033f1929e2e0697d72e22cb9d4a8442d Author: Guillaume Desmottes @@ -64609,7 +64737,7 @@ rephrase the discover-stun checkbox label libempathy-gtk/empathy-account-widget-sip.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d37455f3e8525d70ec792a78319be8b398b38641 Author: Guillaume Desmottes @@ -64618,7 +64746,7 @@ rename Misc section to Miscellaneous libempathy-gtk/empathy-account-widget-sip.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6df549df80d1a2cede9a09d0523a09c892900640 Author: Guillaume Desmottes @@ -64638,7 +64766,7 @@ account-widget-sip: fix typo in variable name libempathy-gtk/empathy-account-widget-sip.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 4679f53f051665acb601de4516eb7d7f9e173f44 Author: Guillaume Desmottes @@ -64648,7 +64776,7 @@ is disabled libempathy-gtk/empathy-account-widget-sip.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 76ece46082b1a487acca4abea728c296b586824e Author: Guillaume Desmottes @@ -64657,7 +64785,7 @@ account_widget_combobox_changed_cb: check that param has a default libempathy-gtk/empathy-account-widget.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 6738d193bf3e30d0befaa3e8183cc75ffe607982 Author: Guillaume Desmottes @@ -64681,7 +64809,7 @@ unsensitive the keep-alive spin button if keep-alive is disabled libempathy-gtk/empathy-account-widget-sip.c | 22 ++++++++++++++++++++++ - 1 files changed, 22 insertions(+), 0 deletions(-) + 1 file changed, 22 insertions(+) commit 8c92880ac4be339e9047cb03f981c7ec5de9cbfb Author: Guillaume Desmottes @@ -64693,7 +64821,7 @@ libempathy-gtk/empathy-account-widget-sip.c | 22 ++++++++++++ libempathy-gtk/empathy-account-widget-sip.ui | 46 +++++++++++++++++++++++++- - 2 files changed, 67 insertions(+), 1 deletions(-) + 2 files changed, 67 insertions(+), 1 deletion(-) commit aa9f5c39b0600d7cba3d63124d8d7018e63209f1 Author: Guillaume Desmottes @@ -64703,7 +64831,7 @@ libempathy-gtk/empathy-account-widget-sip.c | 1 + libempathy-gtk/empathy-account-widget-sip.ui | 17 ++++++++++++++++- - 2 files changed, 17 insertions(+), 1 deletions(-) + 2 files changed, 17 insertions(+), 1 deletion(-) commit b212a106ec0395c312ea9e1242d6ed684729ff9f Author: Guillaume Desmottes @@ -64713,7 +64841,7 @@ libempathy-gtk/empathy-account-widget-sip.c | 1 + libempathy-gtk/empathy-account-widget-sip.ui | 17 ++++++++++++++++- - 2 files changed, 17 insertions(+), 1 deletions(-) + 2 files changed, 17 insertions(+), 1 deletion(-) commit 03b6a5b020c9c2f7cc3a2bf5240368ced685f1bc Author: Guillaume Desmottes @@ -64724,7 +64852,7 @@ libempathy-gtk/empathy-account-widget-sip.c | 24 ++++++++++++++++++++++++ libempathy-gtk/empathy-account-widget-sip.ui | 16 +++++++++++++++- - 2 files changed, 39 insertions(+), 1 deletions(-) + 2 files changed, 39 insertions(+), 1 deletion(-) commit 5443218a889c1866d8fbe29f5d74e76eb038e37e Author: Guillaume Desmottes @@ -64734,7 +64862,7 @@ libempathy-gtk/empathy-account-widget.c | 64 +++++++++++++++++++++++++++++++ - 1 files changed, 64 insertions(+), 0 deletions(-) + 1 file changed, 64 insertions(+) commit 03fb46a62ffebee924f1c610bfab31458df920de Author: Guillaume Desmottes @@ -64748,7 +64876,7 @@ libempathy-gtk/empathy-account-widget-private.h | 4 ++++ libempathy-gtk/empathy-account-widget.c | 2 +- - 2 files changed, 5 insertions(+), 1 deletions(-) + 2 files changed, 5 insertions(+), 1 deletion(-) commit 3528c4dd9364d2b178e49b259affc50022ed9af3 Author: Guillaume Desmottes @@ -64760,7 +64888,7 @@ libempathy-gtk/empathy-account-widget-sip.c | 3 + libempathy-gtk/empathy-account-widget-sip.ui | 85 +++++++++++++++++++++++++- - 2 files changed, 87 insertions(+), 1 deletions(-) + 2 files changed, 87 insertions(+), 1 deletion(-) commit 14e27827e307997db9ec5ad216900cd5282c2864 Author: Guillaume Desmottes @@ -64774,7 +64902,7 @@ and tp_connection_get_contacts_by_handle. libempathy/empathy-tp-contact-factory.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 9da605b25b64e25bc6a1b7651d001ea451fbeac9 Author: Guillaume Desmottes @@ -64787,7 +64915,7 @@ to the callback. src/empathy-event-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 250f2c784601f83fb5d0ccdd02d64d607ae0a385 Author: Guillaume Desmottes @@ -64800,7 +64928,7 @@ to the callback. libempathy/empathy-ft-handler.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 493d8e1b341aae18d3d94ff9fbe0187cd100a60d Author: Guillaume Desmottes @@ -64811,7 +64939,7 @@ to the cb libempathy/empathy-tp-contact-factory.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 228087733091adf20dcf31c9a4f305aa1152e163 Author: Matej Urbančič @@ -64820,8 +64948,8 @@ Updated Slovenian translation po/sl.po | 100 - +++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 48 insertions(+), 52 deletions(-) + ++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 48 insertions(+), 52 deletions(-) commit ba7b628e94f952f6e8692e275e1e8098430fadb9 Author: Jorge González @@ -64830,8 +64958,8 @@ Updated Spanish translation po/es.po | 130 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 68 insertions(+), 62 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 68 insertions(+), 62 deletions(-) commit eaf0587c3c9d674eca2350dec5a2f5c87705f402 Author: Guillaume Desmottes @@ -64840,7 +64968,7 @@ notify-manager: unref the account mgr when disposing libempathy-gtk/empathy-notify-manager.c | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit 0805caad8bb48b83e74648dbb3be85fd2869b541 Author: Guillaume Desmottes @@ -64853,8 +64981,8 @@ changed. libempathy-gtk/empathy-account-widget.c | 88 - +++++++++++++++++++----------- - 1 files changed, 56 insertions(+), 32 deletions(-) + ++++++++++++++++++++----------- + 1 file changed, 56 insertions(+), 32 deletions(-) commit 5e6b2ce12834a5b9a39ebfda3347377a52d00fac Author: Guillaume Desmottes @@ -64878,7 +65006,7 @@ of empathy_idle_get_state src/empathy.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 31e4f59e7c16016d0279070a711147fb6b460af1 Author: Guillaume Desmottes @@ -64889,7 +65017,7 @@ libempathy-gtk/empathy-notify-manager.c | 40 ++++++++++++++++++++++++++++++- - 1 files changed, 39 insertions(+), 1 deletions(-) + 1 file changed, 39 insertions(+), 1 deletion(-) commit 0a24fbcba90ec2b36ede035ec6d9a9915a740e1a Author: Guillaume Desmottes @@ -64903,7 +65031,7 @@ bug #601235. src/empathy-status-icon.c | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit aadb68944951a49704d0bf4a018b22041432a25e Author: Guillaume Desmottes @@ -64918,7 +65046,7 @@ libempathy-gtk/empathy-presence-chooser.c | 65 +++++++++++++++++++++-------- - 1 files changed, 48 insertions(+), 17 deletions(-) + 1 file changed, 48 insertions(+), 17 deletions(-) commit 91f13bff713e208272ad93d36c2faf0737cdd32c Author: Guillaume Desmottes @@ -64927,7 +65055,7 @@ tp-chat: copy the rename message libempathy/empathy-tp-chat.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 8a149be5cabca92862b84dff0642ee44ea16dfa3 Author: Guillaume Desmottes @@ -64936,7 +65064,7 @@ coding style fixes libempathy/empathy-tp-chat.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit fa08a8879c77e99f706ee805df0e2821f202e9de Author: Guillaume Desmottes @@ -64978,8 +65106,8 @@ add some wrapper functions. libempathy-gtk/empathy-contact-list-store.c | 82 - ++++++++++++-------------- - 1 files changed, 38 insertions(+), 44 deletions(-) + +++++++++++++-------------- + 1 file changed, 38 insertions(+), 44 deletions(-) commit 500093ef89387aead8be8086e33c05fa250446e9 Author: Jonathon Jongsma @@ -65017,7 +65145,7 @@ libempathy/empathy-contact-list.c | 9 +++ libempathy/empathy-tp-chat.c | 95 +++++++++++++++++++++++++++ - 4 files changed, 189 insertions(+), 0 deletions(-) + 4 files changed, 189 insertions(+) commit 79fcbc9965a60f8099ea355188b954ae2444eddc Author: Guillaume Desmottes @@ -65026,7 +65154,7 @@ tp-chat: no need to connect twice on the ChatStateChanged signal libempathy/empathy-tp-chat.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit c0619e8382aa29b5cbc872481abd7422ecc9b25b Author: Bastien Nocera @@ -65040,7 +65168,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=602324 nautilus-sendto-plugin/Makefile.am | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit db67069547cedf5728d0015b1c207da6bd5445f0 Author: Laurent Bigonville @@ -65049,11 +65177,11 @@ Move empathy-log to tests/interactive and don't install it anymore src/.gitignore | 1 - - src/Makefile.am | 5 +-- + src/Makefile.am | 5 +--- src/empathy-logs.c | 60 -------------------------------------- tests/interactive/.gitignore | 1 + - tests/interactive/Makefile.am | 2 + + tests/interactive/Makefile.am | 2 ++ tests/interactive/empathy-logs.c | 60 ++++++++++++++++++++++++++++++++++++++ 6 files changed, 64 insertions(+), 65 deletions(-) @@ -65066,7 +65194,7 @@ po/sl.po | 257 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 141 insertions(+), 116 deletions(-) + 1 file changed, 141 insertions(+), 116 deletions(-) commit b80b6e34115b8f2e483e89fa2dcd89fc7c4dfdcc Author: Guillaume Desmottes @@ -65076,8 +65204,8 @@ libempathy/empathy-idle.c | 46 --------------------------------------------- - libempathy/empathy-idle.h | 3 -- - 2 files changed, 0 insertions(+), 49 deletions(-) + libempathy/empathy-idle.h | 3 --- + 2 files changed, 49 deletions(-) commit 526e1430353d4a371d98bdd6a3064499c6a286e4 Author: Guillaume Desmottes @@ -65088,8 +65216,8 @@ This code is broken and unused since a while. libempathy-gtk/empathy-presence-chooser.c | 92 - +--------------------------- - 1 files changed, 4 insertions(+), 88 deletions(-) + ++--------------------------- + 1 file changed, 4 insertions(+), 88 deletions(-) commit 7cd2009c0869188a6968e64fd9b92981181ed129 Author: Guillaume Desmottes @@ -65101,7 +65229,7 @@ The frame was too close from the other widgets. libempathy-gtk/empathy-account-widget-jabber.ui | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 0e5d455892166362053c3d65549fc181bf664724 Author: Sjoerd Simons @@ -65110,7 +65238,7 @@ We should ensure, not create muc channels libempathy/empathy-dispatcher.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 8bc927ba13e76d0d3955acb71651449bbab90591 Author: Xavier Claessens @@ -65119,7 +65247,7 @@ Disable single include configure.ac | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 6f9fe3b417a3870ce48288f1273843af05d39624 Author: Javier Jardón @@ -65160,7 +65288,7 @@ po/es.po | 141 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 89 insertions(+), 52 deletions(-) + 1 file changed, 89 insertions(+), 52 deletions(-) commit d992856fae759eed04e9ae78e5242259462416f1 Author: Guillaume Desmottes @@ -65172,7 +65300,7 @@ (#600800). libempathy/empathy-log-store-empathy.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 60a1441ea328c9001ec1433be4d06fb363d34a42 Author: Guillaume Desmottes @@ -65181,7 +65309,7 @@ start dev of 2.29.3 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e9ee0e454f2eb341f7b1a4abfa614ccb65079855 Author: Guillaume Desmottes @@ -65192,7 +65320,7 @@ NEWS | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 84 insertions(+), 1 deletions(-) + 2 files changed, 84 insertions(+), 1 deletion(-) commit 2db2d8648b9f1ef1529c0b83fae9b47af504d63a Author: Guillaume Desmottes @@ -65214,7 +65342,7 @@ Reload the main window geometry when deiconify to workaround WM bugs. src/empathy-main-window.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit 441909cbcd7c740f49b714b61e31a5236d808538 Author: Xavier Claessens @@ -65224,10 +65352,10 @@ libempathy-gtk/empathy-geometry.c | 267 ++++++++++++++++++++++--------------- - libempathy-gtk/empathy-geometry.h | 21 ++-- - src/empathy-chat-window.c | 85 ++----------- - src/empathy-ft-manager.c | 59 +-------- - src/empathy-main-window.c | 59 +-------- + libempathy-gtk/empathy-geometry.h | 21 +-- + src/empathy-chat-window.c | 85 ++---------- + src/empathy-ft-manager.c | 59 +------- + src/empathy-main-window.c | 59 +------- 5 files changed, 184 insertions(+), 307 deletions(-) commit 9bfe3cdd27190113f8da56cf718c3af7ff9da5d9 @@ -65237,7 +65365,7 @@ media_stream_error_to_txt: display a link to the fdo bugzilla src/empathy-call-window.c | 17 +++++++++++++---- - 1 files changed, 13 insertions(+), 4 deletions(-) + 1 file changed, 13 insertions(+), 4 deletions(-) commit ff55f4aeee822b9533668ecdee722b4e5f6f2d89 Author: Guillaume Desmottes @@ -65246,7 +65374,7 @@ rephrase the TP_MEDIA_STREAM_ERROR_NO_CODECS error src/empathy-call-window.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 8512bd90845bb5eace68704c65203238587500f5 Author: Guillaume Desmottes @@ -65256,7 +65384,7 @@ TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR msg src/empathy-call-window.c | 20 +++++++++++++------- - 1 files changed, 13 insertions(+), 7 deletions(-) + 1 file changed, 13 insertions(+), 7 deletions(-) commit 3fa2b952c259dc6b44ce3f7e1e599e6ce9350b59 Author: Guillaume Desmottes @@ -65266,7 +65394,7 @@ libempathy/empathy-tp-call.c | 21 +++++++++++++++++++++ libempathy/empathy-tp-call.h | 2 ++ - 2 files changed, 23 insertions(+), 0 deletions(-) + 2 files changed, 23 insertions(+) commit a13ed429f988ec7ce1e473e8975fa65447cae309 Author: Guillaume Desmottes @@ -65276,7 +65404,7 @@ TP_MEDIA_STREAM_ERROR_NETWORK_ERROR src/empathy-call-window.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit f9674144fc2cb0a672cf3aa697eaea956d6a0e4f Author: Guillaume Desmottes @@ -65286,7 +65414,7 @@ TP_MEDIA_STREAM_ERROR_MEDIA_ERROR src/empathy-call-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit dc7b032347dac5fd9043f8243910b67cbdd7d28c Author: Guillaume Desmottes @@ -65296,7 +65424,7 @@ TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR src/empathy-call-window.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 6ada60b8764cd0d202fd962e8ed96a6c84037a80 Author: Guillaume Desmottes @@ -65306,7 +65434,7 @@ TP_MEDIA_STREAM_ERROR_NO_CODECS src/empathy-call-window.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 5bbac6517b4b111ca377922d3a1ddee6e895f016 Author: Aron Xu @@ -65315,8 +65443,8 @@ Updated Simplified Chinese translation. po/zh_CN.po | 73 - ++++++++++++++++++++++++++-------------------------------- - 1 files changed, 33 insertions(+), 40 deletions(-) + +++++++++++++++++++++++++++-------------------------------- + 1 file changed, 33 insertions(+), 40 deletions(-) commit 9dd7983e14f8e726ca3e1ffa01d2385e5c40c671 Author: Aron Xu @@ -65326,7 +65454,7 @@ po/zh_CN.po | 1187 ++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 719 insertions(+), 468 deletions(-) + 1 file changed, 719 insertions(+), 468 deletions(-) commit 28c8aaa95db1f26e18f8542458d6ff690fd2da49 Author: Guillaume Desmottes @@ -65337,7 +65465,7 @@ If not we could wait forever if the chooser became ready right away. libempathy-gtk/empathy-log-window.c | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit edf18bab031a39dfa79d54833f774b5acce64ba8 Author: Guillaume Desmottes @@ -65347,7 +65475,7 @@ libempathy-gtk/empathy-account-chooser.c | 10 ++++++++++ libempathy-gtk/empathy-account-chooser.h | 1 + - 2 files changed, 11 insertions(+), 0 deletions(-) + 2 files changed, 11 insertions(+) commit dc392002e18aad2efd7806f84ac94a94fa28cd61 Author: Guillaume Desmottes @@ -65360,7 +65488,7 @@ log_window_chats_set_selected can't find the chat (#601807). libempathy-gtk/empathy-log-window.c | 25 +++++++++++++++++++++---- - 1 files changed, 21 insertions(+), 4 deletions(-) + 1 file changed, 21 insertions(+), 4 deletions(-) commit 2b60435f91564f1d3848cb054599ecfe62a004b4 Author: Guillaume Desmottes @@ -65372,7 +65500,7 @@ accounts. libempathy-gtk/empathy-account-chooser.c | 19 +++++++++++++++++++ - 1 files changed, 19 insertions(+), 0 deletions(-) + 1 file changed, 19 insertions(+) commit 95fb98c0a53a1f69f9ef97c21fc890e61b74544b Merge: 1da83a9 8523d53 @@ -65388,8 +65516,8 @@ updated Tamil translation po/ta.po | 219 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 118 insertions(+), 101 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 118 insertions(+), 101 deletions(-) commit 3509fd39bc66c9d623850a9dc26faabf95c6075c Author: Matej Urbančič @@ -65399,7 +65527,7 @@ po/sl.po | 214 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 114 insertions(+), 100 deletions(-) + 1 file changed, 114 insertions(+), 100 deletions(-) commit 8523d53b5c5a88c2581ca15d92e253c9d3bc38bf Author: Xavier Claessens @@ -65408,7 +65536,7 @@ Implement /nick command libempathy-gtk/empathy-chat.c | 23 +++++++++++++++++++++++ - 1 files changed, 23 insertions(+), 0 deletions(-) + 1 file changed, 23 insertions(+) commit a9c15cf0385c3c7d3a73ab18e7fdced3365440bb Author: Jorge González @@ -65418,7 +65546,7 @@ po/es.po | 228 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 118 insertions(+), 110 deletions(-) + 1 file changed, 118 insertions(+), 110 deletions(-) commit 9af13416f222189ce0a4006375740544d6965570 Author: Guillaume Desmottes @@ -65427,7 +65555,7 @@ contact.h: remove empathy_contact_hash as it's not defined (#580254) libempathy/empathy-contact.h | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit dfa84f1d4f1c0a6147d3c57570d4bad8757a3fa8 Author: Guillaume Desmottes @@ -65438,7 +65566,7 @@ All the fields are mandatory so we should focus the first one. libempathy-gtk/empathy-account-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d7e43c8e57ef7e164b77823983acb16bb2026672 Author: Cosimo Cecchi @@ -65463,7 +65591,7 @@ accept the invitation. libempathy-gtk/empathy-chat.c | 20 ++++++++++++++++---- - 1 files changed, 16 insertions(+), 4 deletions(-) + 1 file changed, 16 insertions(+), 4 deletions(-) commit 279e787b1634fdd3269cb28f0562b9bcca79e496 Author: Guillaume Desmottes @@ -65473,7 +65601,7 @@ changes libempathy/empathy-tp-chat.c | 27 +++++++++++++++++++++++++++ - 1 files changed, 27 insertions(+), 0 deletions(-) + 1 file changed, 27 insertions(+) commit 1b95421ff7aff636a202763d996fd247d3b73ee3 Author: Guillaume Desmottes @@ -65482,7 +65610,7 @@ empathy-tp-chat: add 'password-needed' property libempathy/empathy-tp-chat.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 39c7d6c0773722c2af928a0faad15c4341336a5b Author: Guillaume Desmottes @@ -65492,7 +65620,7 @@ libempathy-gtk/empathy-chat.c | 152 +++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 152 insertions(+), 0 deletions(-) + 1 file changed, 152 insertions(+) commit fe838cf55249bf53c3f42098feb55edd5318bf34 Author: Guillaume Desmottes @@ -65503,7 +65631,7 @@ libempathy/empathy-tp-chat.c | 54 ++++++++++++++++++++++++++++++++++++++++++ libempathy/empathy-tp-chat.h | 9 +++++++ - 2 files changed, 63 insertions(+), 0 deletions(-) + 2 files changed, 63 insertions(+) commit a6a3c811cbd2bdd64f6d49702bf1ad2f2fdf027c Author: Guillaume Desmottes @@ -65516,7 +65644,7 @@ be able to get the members of the room. libempathy/empathy-tp-chat.c | 12 ++++++++++-- - 1 files changed, 10 insertions(+), 2 deletions(-) + 1 file changed, 10 insertions(+), 2 deletions(-) commit dd2c190bbbdbeec07e3923eb9d99af7d0e84b055 Author: Guillaume Desmottes @@ -65526,7 +65654,7 @@ libempathy/empathy-tp-chat.c | 36 ++++++++++++++++++++++++++++++++++++ libempathy/empathy-tp-chat.h | 2 ++ - 2 files changed, 38 insertions(+), 0 deletions(-) + 2 files changed, 38 insertions(+) commit 07e4c25c4a39705b7b6ecaaac6c8e001d611a713 Author: Guillaume Desmottes @@ -65535,7 +65663,7 @@ tp_chat_check_if_ready: split the test checking if the TpChat is ready libempathy/empathy-tp-chat.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 04840e3d006887d8c3909a8397b982a8b68d5252 Author: Guillaume Desmottes @@ -65544,7 +65672,7 @@ empathy-chat: don't grab focus on the input entry is it's insensitive libempathy-gtk/empathy-chat.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 223e02f1160189dc76b91a38ca3cb10085688b73 Author: Guillaume Desmottes @@ -65555,7 +65683,7 @@ This VBox will be used to display info bars. libempathy-gtk/empathy-chat.ui | 13 +++++++++++-- - 1 files changed, 11 insertions(+), 2 deletions(-) + 1 file changed, 11 insertions(+), 2 deletions(-) commit ef9f82c085a018e3959800ad010f47da62d9b364 Author: Guillaume Desmottes @@ -65569,7 +65697,7 @@ add a new row in the model for this account (#601796). src/empathy-accounts-dialog.c | 21 ++++++++++++++++++++- - 1 files changed, 20 insertions(+), 1 deletions(-) + 1 file changed, 20 insertions(+), 1 deletion(-) commit 9355fec8db2944c7d32a0e0ba3e1632d8088c88e Author: Guillaume Desmottes @@ -65577,9 +65705,9 @@ change 'capa' to 'cap' - libempathy-gtk/empathy-notify-manager.c | 10 ++++---- + libempathy-gtk/empathy-notify-manager.c | 10 ++++----- libempathy-gtk/empathy-notify-manager.h | 36 - +++++++++++++++--------------- + +++++++++++++++---------------- src/empathy-status-icon.c | 2 +- 3 files changed, 24 insertions(+), 24 deletions(-) @@ -65590,7 +65718,7 @@ remove old comment src/empathy-status-icon.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit ba58113720953da388390515cca8f83cbd4440ef Author: Guillaume Desmottes @@ -65600,7 +65728,7 @@ g_object_new libempathy-gtk/empathy-notify-manager.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit b176e4b26a65bcc92b9e38b0ef1ce1ecc6229749 Author: Guillaume Desmottes @@ -65609,7 +65737,7 @@ remove notify_manager_dispose as it doesn't do anything libempathy-gtk/empathy-notify-manager.c | 16 ---------------- - 1 files changed, 0 insertions(+), 16 deletions(-) + 1 file changed, 16 deletions(-) commit 2585245b3a13d640ac9988e7ecff2039ad9275c6 Author: Guillaume Desmottes @@ -65619,7 +65747,7 @@ libempathy-gtk/empathy-notify-manager.c | 29 +++++++++++++---------------- - 1 files changed, 13 insertions(+), 16 deletions(-) + 1 file changed, 13 insertions(+), 16 deletions(-) commit e5b71631aacf92ba8d242e0a3e3763555b8c751c Author: Guillaume Desmottes @@ -65663,13 +65791,13 @@ All its code was related to notifications. - libempathy-gtk/empathy-notify-manager.c | 44 +++++++++++++++++ + libempathy-gtk/empathy-notify-manager.c | 44 ++++++++++++++++++ libempathy-gtk/empathy-notify-manager.h | 14 ++++++ src/Makefile.am | 1 - src/empathy-chat-window.c | 2 +- src/empathy-misc.c | 77 ------------------------------- - src/empathy-misc.h | 49 ------------------- + src/empathy-misc.h | 49 -------------------- src/empathy-status-icon.c | 1 - 7 files changed, 59 insertions(+), 129 deletions(-) @@ -65681,7 +65809,7 @@ libempathy-gtk/empathy-notify-manager.h | 19 +++++++++++++++++++ src/empathy-status-icon.c | 3 ++- - 2 files changed, 21 insertions(+), 1 deletions(-) + 2 files changed, 21 insertions(+), 1 deletion(-) commit 9237fdc11b953a9201f9123789517b2d11c3bf34 Author: Guillaume Desmottes @@ -65691,7 +65819,7 @@ the 'actions' capa src/empathy-status-icon.c | 17 +++++------------ - 1 files changed, 5 insertions(+), 12 deletions(-) + 1 file changed, 5 insertions(+), 12 deletions(-) commit 73729806f2214306477756690ebbf8469d4ffe17 Author: Guillaume Desmottes @@ -65701,7 +65829,7 @@ libempathy-gtk/empathy-notify-manager.c | 9 +++++++++ libempathy-gtk/empathy-notify-manager.h | 3 +++ - 2 files changed, 12 insertions(+), 0 deletions(-) + 2 files changed, 12 insertions(+) commit f349f9df875a373dd4070a1e7f5d5a81cc02b230 Author: Guillaume Desmottes @@ -65710,7 +65838,7 @@ notify-manager: fetch capabilities of the notification server libempathy-gtk/empathy-notify-manager.c | 24 +++++++++++++++++++++++- - 1 files changed, 23 insertions(+), 1 deletions(-) + 1 file changed, 23 insertions(+), 1 deletion(-) commit 4c0ea57b6d3a4c77a27326c83ebaaffec194dd18 Author: Guillaume Desmottes @@ -65721,8 +65849,8 @@ libempathy-gtk/Makefile.am | 2 + libempathy-gtk/empathy-notify-manager.c | 112 +++++++++++++++++++++++++++++++ - libempathy-gtk/empathy-notify-manager.h | 56 +++++++++++++++ - 3 files changed, 170 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-notify-manager.h | 56 ++++++++++++++++ + 3 files changed, 170 insertions(+) commit e02025bf48c753213d2a5af7cc2c38823f2d13dc Author: Guillaume Desmottes @@ -65731,7 +65859,7 @@ src/Makefile.am: sort files src/Makefile.am | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit 839f4703a9c01289cc986c1c9d7206300f858493 Author: Guillaume Desmottes @@ -65740,7 +65868,7 @@ libempathy-gtk/Makefile.am: sort files libempathy-gtk/Makefile.am | 38 +++++++++++++++++++------------------- - 1 files changed, 19 insertions(+), 19 deletions(-) + 1 file changed, 19 insertions(+), 19 deletions(-) commit 762166d52a3ca78bfbf0c6485cbe0f987c59c170 Author: Guillaume Desmottes @@ -65749,7 +65877,7 @@ libempathy/Makefile.am: sort files libempathy/Makefile.am | 28 ++++++++++++++-------------- - 1 files changed, 14 insertions(+), 14 deletions(-) + 1 file changed, 14 insertions(+), 14 deletions(-) commit 8135adab4b538a6aa70f49652806f2eabaeb94d6 Author: Guillaume Desmottes @@ -65759,7 +65887,7 @@ gtk-doc Makefile.am | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit eac0b572a73559e88be8da3d62f15cf26d3bb1e1 Author: Guillaume Desmottes @@ -65769,7 +65897,7 @@ (#600705) src/empathy-account-assistant.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 2969485fc42fed028d1e8506534469b97cd5a283 Author: Guillaume Desmottes @@ -65782,7 +65910,7 @@ EmpathyAccountWidget. libempathy-gtk/empathy-account-widget.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 07cb259462d9958e65d2f94aef6e5728e83ccf29 Author: Guillaume Desmottes @@ -65799,7 +65927,7 @@ ++++++++++++++++++++++++++++++ libempathy-gtk/empathy-account-widget.h | 3 ++ src/empathy-accounts-dialog.c | 53 - +----------------------------- + ++----------------------------- 3 files changed, 57 insertions(+), 51 deletions(-) commit 801db029900423dd230edfda4731205c3c2a91a3 @@ -65810,7 +65938,7 @@ po/sl.po | 255 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 137 insertions(+), 118 deletions(-) + 1 file changed, 137 insertions(+), 118 deletions(-) commit b74721f9d85a253e1a6279b1ad7a7ecfef919aa7 Author: Gustavo Noronha Silva @@ -65819,7 +65947,7 @@ Call g_object_unref instead of gtk_rc_style_unref src/empathy-main-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6642c2d63dcb8e99e0c094e3d3fb93237a67b752 Author: vasudeven @@ -65829,7 +65957,7 @@ po/ta.po | 644 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 390 insertions(+), 254 deletions(-) + 1 file changed, 390 insertions(+), 254 deletions(-) commit 11a5ae372e20e9f053a4a9a46895c36b9f4e075b Author: Guillaume Desmottes @@ -65838,7 +65966,7 @@ empathy-call-window: display_error: simplify showing of the widgets src/empathy-call-window.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 49d4f11079e86ef8e17922bf32f19def10088df7 Author: Guillaume Desmottes @@ -65848,7 +65976,7 @@ the right src/empathy-call-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7220c2cc93f1e0bb09bf9b27ef3e4e91c37b39b1 Author: Guillaume Desmottes @@ -65859,7 +65987,7 @@ That way the image doesn't expand and stay on the right. src/empathy-call-window.c | 16 +++++++++++----- - 1 files changed, 11 insertions(+), 5 deletions(-) + 1 file changed, 11 insertions(+), 5 deletions(-) commit 245e0dec111026b6f68e1ef5731a0c57e72d4248 Author: Guillaume Desmottes @@ -65869,7 +65997,7 @@ as well src/empathy-call-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 8907e9a0664b82148c1ecae6fdeed0cdd6c91140 Author: Pierre-Luc Beaudoin @@ -65878,7 +66006,7 @@ Make location labels selectable libempathy-gtk/empathy-contact-widget.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit efb9104e6c9ea50eea6ee4a820f1ab20c574200d Author: Pierre-Luc Beaudoin @@ -65887,7 +66015,7 @@ Add missing location field in ordering libempathy-gtk/empathy-contact-widget.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit d5070182fd31bf85a4129e8f3b8677c3af78772b Author: Frederic Peters @@ -65897,7 +66025,7 @@ libempathy-gtk/empathy-contact-widget.c | 28 +++++++++++++++++++++------- - 1 files changed, 21 insertions(+), 7 deletions(-) + 1 file changed, 21 insertions(+), 7 deletions(-) commit 1020f57c4a8ea74b7738b6a8e20d299cdd65115d Author: Jonny Lamb @@ -65914,7 +66042,7 @@ libempathy-gtk/empathy-presence-chooser.c | 6 ++++++ src/empathy-status-icon.c | 7 +++++++ - 2 files changed, 13 insertions(+), 0 deletions(-) + 2 files changed, 13 insertions(+) commit 4950a9c2e79b6c92510c738283a2b40c936570d6 Author: Guillaume Desmottes @@ -65925,7 +66053,7 @@ if the contact hasn't been created libempathy/empathy-tp-contact-factory.c | 19 ++++++++++++++++++- - 1 files changed, 18 insertions(+), 1 deletions(-) + 1 file changed, 18 insertions(+), 1 deletion(-) commit 3a1d17fbbf289577c8849d6c087f864907e99a1a Author: Guillaume Desmottes @@ -65938,7 +66066,7 @@ disconnected before unrefing channel_wrapper. libempathy/empathy-dispatch-operation.c | 8 +++----- - 1 files changed, 3 insertions(+), 5 deletions(-) + 1 file changed, 3 insertions(+), 5 deletions(-) commit e22569b44b12df70532e12997fc15d3c2b507f79 Author: Jorge González @@ -65948,7 +66076,7 @@ po/es.po | 129 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 71 insertions(+), 58 deletions(-) + 1 file changed, 71 insertions(+), 58 deletions(-) commit b51918d47bda93b4c4cbbc6763f64bd1fdf7e5f0 Author: Felix Kaser @@ -65957,7 +66085,7 @@ use new tpAccount api src/empathy-main-window.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit c408acfee13af60ac62f3f2d51b35c3fc6a9f128 Author: Felix Kaser @@ -65966,7 +66094,7 @@ added tooltips to buttons src/empathy-main-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 9d4730f96d07c5f320640e8a5fc74a1b248c0902 Author: Felix Kaser @@ -65978,8 +66106,8 @@ edit, close src/empathy-main-window.c | 110 - +++++++++++++++++++++++++++++++++++++++----- - 1 files changed, 97 insertions(+), 13 deletions(-) + +++++++++++++++++++++++++++++++++++++++------ + 1 file changed, 97 insertions(+), 13 deletions(-) commit 8beb22ec2d4977bc1fc45260840188fdd793f0aa Author: Felix Kaser @@ -65991,7 +66119,7 @@ for the error src/empathy-main-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 53ef8f9b779e5f97f71c6fead1078c7bd4961637 Author: Felix Kaser @@ -66002,7 +66130,7 @@ removed one of two identical lines of code src/empathy-main-window.c | 10 ++++------ - 1 files changed, 4 insertions(+), 6 deletions(-) + 1 file changed, 4 insertions(+), 6 deletions(-) commit 1cccce497a62d381c69a20c116739d39b93eeea3 Author: Felix Kaser @@ -66011,7 +66139,7 @@ make the infobar smaller src/empathy-main-window.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 815f0ae2dc1aef40831a83e9ce758b5015a28fc2 Author: Felix Kaser @@ -66020,7 +66148,7 @@ use only one button in error-infobar src/empathy-main-window.c | 22 ++-------------------- - 1 files changed, 2 insertions(+), 20 deletions(-) + 1 file changed, 2 insertions(+), 20 deletions(-) commit a8a0b7d81176d5d151149df7be45b168a00b3fd5 Author: Felix Kaser @@ -66029,7 +66157,7 @@ use smaller account icons for error message src/empathy-main-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a86078b935d07e5a741159e015c615149855e5a1 Author: Felix Kaser @@ -66038,7 +66166,7 @@ use one lined error notifications src/empathy-main-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 64886f0504b7dd883cb1f1566df78fdf17306033 Author: Felix Kaser @@ -66049,7 +66177,7 @@ instead of gtk_container_add we should use gtk_box_pack_start src/empathy-main-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit bb3eb6c8c7dbe59445f40d14de67889781adb015 Author: Felix Kaser @@ -66060,7 +66188,7 @@ the infobar should use the account icon and not a generic warning sign src/empathy-main-window.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit 3e7a401084b4dced0bb3b16fae4b38fd54c455b7 Author: Felix Kaser @@ -66069,7 +66197,7 @@ added set message type to infobar src/empathy-main-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 863ca0ae5fcebf39d2fc8a5d051642720731fcba Author: Felix Kaser @@ -66080,8 +66208,8 @@ refactoring some names and calls src/empathy-main-window.c | 46 - ++++++++++++++++++++------------------------ - 1 files changed, 21 insertions(+), 25 deletions(-) + +++++++++++++++++++++------------------------ + 1 file changed, 21 insertions(+), 25 deletions(-) commit cb72a333828e186384cc82ac3774deee9bd5f358 Author: Felix Kaser @@ -66090,7 +66218,7 @@ bumped gtk-dep version to 2.18.0 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 152f79da724481c6e0ea203bb1c048d3bc7ab1a7 Author: Felix Kaser @@ -66101,7 +66229,7 @@ changed child into info_bar src/empathy-main-window.c | 34 +++++++++++++++++----------------- - 1 files changed, 17 insertions(+), 17 deletions(-) + 1 file changed, 17 insertions(+), 17 deletions(-) commit 94b2ac2c22c580eb6df70349c6cbd793f361f885 Author: Felix Kaser @@ -66110,7 +66238,7 @@ removed trailing whitespaces src/empathy-main-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f18e8e83287ac7056e6960a97740542e173a64a8 Author: Felix Kaser @@ -66123,8 +66251,8 @@ Added a button to retry a connection. src/empathy-main-window.c | 149 - ++++++++++++++------------------------------ - 1 files changed, 48 insertions(+), 101 deletions(-) + +++++++++++++++------------------------------ + 1 file changed, 48 insertions(+), 101 deletions(-) commit b8ad0668749e8f1da95ce8060aac26905d8a8782 Author: Guillaume Desmottes @@ -66138,7 +66266,7 @@ empathy_accounts_dialog_show anymore. src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 79823a12c3ddd74cea17164db13e16a21dd81ab3 Author: Guillaume Desmottes @@ -66152,7 +66280,7 @@ dialog is not standarized.  (#601336) src/empathy-main-window.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3df77a02867b34fb2ecefd2df1e91362db552123 Author: Guillaume Desmottes @@ -66162,7 +66290,7 @@ by Conversation (#601336) src/empathy-chat-window.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4a8a45fd6495f06a8fef623192cf8674baca71cb Author: Guillaume Desmottes @@ -66174,7 +66302,7 @@ set this padding (#601150). src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 27bf66610d8229978421fd9d0c0b0ddc7cded40f Author: Danielle Madeley @@ -66183,7 +66311,7 @@ Fix race where UI sensitivity was being set before the AM was ready src/empathy-main-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 920f6e2d9865b72baf76bff3ac26c6a26e260a03 Author: Danielle Madeley @@ -66192,7 +66320,7 @@ Warn if accessing connection status before AM is ready libempathy/empathy-utils.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 2ae61d037649fc6206b5aa47c9722e7ef24ffb02 Author: Rudolfs Mazurs @@ -66202,7 +66330,7 @@ po/lv.po | 3039 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 1998 insertions(+), 1041 deletions(-) + 1 file changed, 1998 insertions(+), 1041 deletions(-) commit 7fecd09b8b4fab7a7c30ffd8121820dda847a78a Author: Guillaume Desmottes @@ -66212,7 +66340,7 @@ stream doesn't exist libempathy/empathy-tp-call.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 513b764e2f6a6e26ff0046f2bbbecacfc3dec749 Author: Guillaume Desmottes @@ -66221,7 +66349,7 @@ main-window: save the size of the window when destroyed src/empathy-main-window.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 6b1512f94a9d211a7bab9ae44f1fd67b94d8e92d Author: Guillaume Desmottes @@ -66230,7 +66358,7 @@ empathy-ft-manager: save the size of the window when disposing src/empathy-ft-manager.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 9280234db0c507bcaee37841fa2f129ccfa87b0b Author: Guillaume Desmottes @@ -66243,7 +66371,7 @@ fired (#601190). src/empathy-chat-window.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit cb117f3038211d0ca8fe416c77fe47b588d8304f Author: Guillaume Desmottes @@ -66252,8 +66380,8 @@ TpContactFactory: wait that the connection is ready before using it libempathy/empathy-tp-contact-factory.c | 48 - ++++++++++++++++++++++-------- - 1 files changed, 35 insertions(+), 13 deletions(-) + ++++++++++++++++++++++--------- + 1 file changed, 35 insertions(+), 13 deletions(-) commit d2d8c7d06ac924b2b4113b46cda916bbf2fb7b98 Author: Guillaume Desmottes @@ -66264,7 +66392,7 @@ libempathy/empathy-dispatcher.c | 43 +++++++++++++++++++++++++++++---------- - 1 files changed, 32 insertions(+), 11 deletions(-) + 1 file changed, 32 insertions(+), 11 deletions(-) commit 6aafcb1c58ef0f8a5407cce2820d8bc30effc5b7 Author: Danielle Madeley @@ -66273,7 +66401,7 @@ Don't leak references to dup'ed objects src/empathy.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 4a2917a052f26751f18df7865a444c001555826b Author: Danielle Madeley @@ -66286,7 +66414,7 @@ online before our connection to the AccountManager is ready. src/empathy.c | 28 +++++++++++++++++----------- - 1 files changed, 17 insertions(+), 11 deletions(-) + 1 file changed, 17 insertions(+), 11 deletions(-) commit a74847a856efacde2142507fde3f7278e04a2f7c Author: Danielle Madeley @@ -66296,7 +66424,7 @@ is not libempathy/empathy-idle.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit 43f1111b8d907d5b5b2ab2dc665f896055483138 Author: Thomas Thurman @@ -66305,7 +66433,7 @@ Shavian translation po/en@shaw.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 4a84e78ed798f0700eadebd066c0c9cc9115d6a9 Author: Thomas Thurman @@ -66316,7 +66444,7 @@ po/LINGUAS | 1 + po/en@shaw.po | 2631 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 2632 insertions(+), 0 deletions(-) + 2 files changed, 2632 insertions(+) commit 543006c90b020c671a375a0fbb3e7bf48dde8faa Author: Kjartan Maraas @@ -66326,7 +66454,7 @@ po/nb.po | 729 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 403 insertions(+), 326 deletions(-) + 1 file changed, 403 insertions(+), 326 deletions(-) commit 9f6f43ad9643118291f59db3705a1d9a3edf3442 Author: Jorge González @@ -66335,7 +66463,7 @@ Updated Spanish translation po/es.po | 25 ++++++++++++++++++------- - 1 files changed, 18 insertions(+), 7 deletions(-) + 1 file changed, 18 insertions(+), 7 deletions(-) commit 72bf0c495eae881203eaa15ce839a77ce9034968 Author: Milo Casagrande @@ -66344,7 +66472,7 @@ Updated Italian translation po/it.po | 10 ---------- - 1 files changed, 0 insertions(+), 10 deletions(-) + 1 file changed, 10 deletions(-) commit e2c78e7f0f11378774c4afe40fc796ccdbc32634 Author: Milo Casagrande @@ -66353,7 +66481,7 @@ Updated Italian translation po/it.po | 20 ++++++++++++++++---- - 1 files changed, 16 insertions(+), 4 deletions(-) + 1 file changed, 16 insertions(+), 4 deletions(-) commit 39401a49473e8e202d91b9d43ea6ccbb9fca101c Author: Sjoerd Simons @@ -66362,7 +66490,7 @@ Disable codecs not meant for general purpose conferencing data/codec-preferences | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 872a7cc1b2a01c921817a77ad8c5d7b07189b8bc Author: Jorge González @@ -66372,7 +66500,7 @@ po/es.po | 229 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 123 insertions(+), 106 deletions(-) + 1 file changed, 123 insertions(+), 106 deletions(-) commit 5f2ad64b11e2c09682456141fdf5c851fb314f17 Author: Guillaume Desmottes @@ -66382,7 +66510,7 @@ was an audio one src/empathy-call-window.c | 22 +++++++++++++++------- - 1 files changed, 15 insertions(+), 7 deletions(-) + 1 file changed, 15 insertions(+), 7 deletions(-) commit 91dfb1ed94816eb894eaeeba639b8f26a9e5aaba Author: Guillaume Desmottes @@ -66395,7 +66523,7 @@ well (#600962). src/empathy-accounts-dialog.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 9ce289096e73d8310b0ec80287fe8d9047c93ef6 Author: Guillaume Desmottes @@ -66409,7 +66537,7 @@ well (#600962). src/empathy-accounts-dialog.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 97712b427cbef669192d1399718e22250b9bdcb2 Author: Guillaume Desmottes @@ -66422,7 +66550,7 @@ well (#600962). src/empathy-accounts-dialog.c | 15 --------------- - 1 files changed, 0 insertions(+), 15 deletions(-) + 1 file changed, 15 deletions(-) commit cc66599afc20a641f264565593de4075eb86810b Author: Guillaume Desmottes @@ -66435,7 +66563,7 @@ well (#600962). libempathy-gtk/empathy-account-widget.c | 23 +++++++++-------------- - 1 files changed, 9 insertions(+), 14 deletions(-) + 1 file changed, 9 insertions(+), 14 deletions(-) commit 6d6b41a31fb589cfa6b176c8935771c341099934 Author: Guillaume Desmottes @@ -66444,7 +66572,7 @@ rephrase the TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED message src/empathy-call-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 66155c621416a455adfbc9c548f71c6c00820554 Author: Matej Urbančič @@ -66454,7 +66582,7 @@ po/sl.po | 446 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 260 insertions(+), 186 deletions(-) + 1 file changed, 260 insertions(+), 186 deletions(-) commit 087e9a69efcec032b6ba181a3f03f1d9bd03cf28 Author: Jonny Lamb @@ -66467,7 +66595,7 @@ nautilus-sendto-plugin/empathy-nautilus-sendto.c | 36 ---------------------- - 1 files changed, 0 insertions(+), 36 deletions(-) + 1 file changed, 36 deletions(-) commit e6e01ab41d84a9b8a8e415cc3705f6d64b9344c1 Author: Pascal Terjan @@ -66476,7 +66604,7 @@ Fix --enable-nautilus-sendto configure.ac | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 26a92d6afa86dd70736863352682889d720587d5 Author: Pascal Terjan @@ -66487,8 +66615,8 @@ Signed-off-by: Pascal Terjan src/empathy-debug-window.c | 67 - ++++++++++++++++++++++++++++++++++++++----- - 1 files changed, 59 insertions(+), 8 deletions(-) + ++++++++++++++++++++++++++++++++++++++------ + 1 file changed, 59 insertions(+), 8 deletions(-) commit 7fb2dbc92e83fb1054e733c5007a6c774ece5f29 Author: Ryan LaBelle @@ -66498,7 +66626,7 @@ src/empathy-chat-window.c | 100 ++++++++++++++++++++++++++++++++++----------- - 1 files changed, 76 insertions(+), 24 deletions(-) + 1 file changed, 76 insertions(+), 24 deletions(-) commit 7a89f0e836e77d50b63cbf7aee35b1f3dc0a3e34 Author: Guillaume Desmottes @@ -66508,7 +66636,7 @@ TP_MEDIA_STREAM_ERROR_CONNECTION_FAILED (#575763) src/empathy-call-window.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 1b75b0f65fad1a388a59d4562c3700b7ac1ebc98 Author: Reşat SABIQ @@ -66517,8 +66645,8 @@ Updated Crimean Tatar (Crimean Turkish) translation po/crh.po | 89 - +++++++++++++++++++++++++++++++++++++++++++++++++++--------- - 1 files changed, 75 insertions(+), 14 deletions(-) + +++++++++++++++++++++++++++++++++++++++++++++++++++---------- + 1 file changed, 75 insertions(+), 14 deletions(-) commit 0f4640b918b8b1c4f6ba54a605be361f59f6ef90 Author: Reşat SABIQ @@ -66529,7 +66657,7 @@ po/LINGUAS | 1 + po/crh.po | 2912 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 2913 insertions(+), 0 deletions(-) + 2 files changed, 2913 insertions(+) commit c5dc13e2fd6126415d01e6035d74bf8cf2cb3792 Author: Guillaume Desmottes @@ -66538,7 +66666,7 @@ use 'Technical Details' as title of the expander src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f01e82a81513ca159ed4e806deb80c4baaf88d07 Author: Guillaume Desmottes @@ -66547,7 +66675,7 @@ pass NULL to gtk_label_new when creating an empty label src/empathy-call-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e88cfe1ffae499dac6fc2b19a7485c839e887b03 Author: Guillaume Desmottes @@ -66558,7 +66686,7 @@ This message is not localised but can contain useful informations. src/empathy-call-window.c | 35 ++++++++++++++++++++++++++++++----- - 1 files changed, 30 insertions(+), 5 deletions(-) + 1 file changed, 30 insertions(+), 5 deletions(-) commit cfa3f7aa8cc30c3a0056e2185e99a928460be568 Author: Guillaume Desmottes @@ -66567,7 +66695,7 @@ use the error message if we don't have a nice description src/empathy-call-window.c | 14 ++++++++++---- - 1 files changed, 10 insertions(+), 4 deletions(-) + 1 file changed, 10 insertions(+), 4 deletions(-) commit 20777152d7bfeca11a1477e4b472e3a3606c9de9 Author: Guillaume Desmottes @@ -66576,7 +66704,7 @@ factor out empathy_call_window_stream_error src/empathy-call-window.c | 29 ++++++++++++++++------------- - 1 files changed, 16 insertions(+), 13 deletions(-) + 1 file changed, 16 insertions(+), 13 deletions(-) commit ada2797e29180cea03fbb5c2a7d6c74d022b14c2 Author: Guillaume Desmottes @@ -66585,7 +66713,7 @@ fix typo in comment src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a410ade02281b10da83840f2782071935130ba3f Author: Guillaume Desmottes @@ -66594,7 +66722,7 @@ call_handler_notify_tp_call_cb: return if call is NULL src/empathy-call-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 512fe980bc5c90b54d37ae1ecf85cdf4dc0c787e Author: Guillaume Desmottes @@ -66604,7 +66732,7 @@ msg and mark it as translatable src/empathy-call-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit a01a1fdaa1c642739af034faf1d107bebacf7f14 Author: Guillaume Desmottes @@ -66615,7 +66743,7 @@ src/empathy-call-window.c | 136 +++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 136 insertions(+), 0 deletions(-) + 1 file changed, 136 insertions(+) commit 434fbe68174c188d9f3b4994147656a8c2d5f40d Author: Guillaume Desmottes @@ -66624,7 +66752,7 @@ empathy-call-window: add a VBox to display errors src/empathy-call-window.ui | 13 +++++++++++-- - 1 files changed, 11 insertions(+), 2 deletions(-) + 1 file changed, 11 insertions(+), 2 deletions(-) commit 784b5b8dae5d2844c65c4fc6904dbd421a34c2e0 Author: Guillaume Desmottes @@ -66634,7 +66762,7 @@ is set libempathy/empathy-call-handler.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 812c19a6c3c96b089cfe5be40d6fbd09e8b3e013 Author: Guillaume Desmottes @@ -66644,7 +66772,7 @@ libempathy/empathy-tp-call.c | 58 ++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 58 insertions(+), 0 deletions(-) + 1 file changed, 58 insertions(+) commit 424ded372a1884c12d9dce47199be00b3de531e4 Author: Guillaume Desmottes @@ -66657,7 +66785,7 @@ if there are valid accounts (#600798). src/empathy-main-window.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 85e5ade1f6c54dfac5d45011c299e49bf21a1bdb Author: Guillaume Desmottes @@ -66672,7 +66800,7 @@ "Previous Conversations". libempathy-gtk/empathy-contact-menu.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 489c8957f4edc936eb9ee1bf31cd14220959c2d8 Author: Guillaume Desmottes @@ -66684,7 +66812,7 @@ (#600671). configure.ac | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 583adbaf8dd535855e3f0ceb05234c38f9c6564b Author: Guillaume Desmottes @@ -66705,7 +66833,7 @@ They are meant to be used by developpers, not users. src/empathy-debug-window.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 816751a458d19c3e80eb0b16d09c48ea9fd1e0e8 Author: Guillaume Desmottes @@ -66717,7 +66845,7 @@ LaBelle for his help. (#600473) src/empathy-chat-window.c | 10 +--------- - 1 files changed, 1 insertions(+), 9 deletions(-) + 1 file changed, 1 insertion(+), 9 deletions(-) commit 8c1094bd3c37fa787ebd4800f88a821f7b59df18 Author: Jorge González @@ -66727,7 +66855,7 @@ po/es.po | 496 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 282 insertions(+), 214 deletions(-) + 1 file changed, 282 insertions(+), 214 deletions(-) commit 666672b3fcba8d463f0c12aebbbbf98e29aaedca Author: Gabor Kelemen @@ -66736,8 +66864,8 @@ Fix an error po/hu.po | 486 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 255 insertions(+), 231 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 255 insertions(+), 231 deletions(-) commit 941457df386b447ba7ecfb928f1184c6c8eb25d3 Author: Guillaume Desmottes @@ -66747,7 +66875,7 @@ while tp_channel_call_when_ready is running libempathy/empathy-dispatch-operation.c | 14 ++++++++++++-- - 1 files changed, 12 insertions(+), 2 deletions(-) + 1 file changed, 12 insertions(+), 2 deletions(-) commit 33a2f0c2162dfd7ba4e3b77f579c43d5eeb5c8bd Author: Guillaume Desmottes @@ -66757,7 +66885,7 @@ while tp_connection_call_when_ready is running (#600551) libempathy/empathy-dispatch-operation.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit 937c7947b3ae29cfafc3b6f3f07cf201edfea26c Author: Xavier Claessens @@ -66766,7 +66894,7 @@ Print "Unknown command" when typing "/help unknown" libempathy-gtk/empathy-chat.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 03d787f23201acdd662ad24a42c12695e07c4165 Author: Xavier Claessens @@ -66775,7 +66903,7 @@ Make parsing of commend with no args work again libempathy-gtk/empathy-chat.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 22c06bcfd832f65fe2de6e44657e22decf2f523d Merge: 2fdf428 e31c0e3 @@ -66791,7 +66919,7 @@ Optimisation: Remove of the duplicated check for the command prefix. libempathy-gtk/empathy-chat.c | 8 ++------ - 1 files changed, 2 insertions(+), 6 deletions(-) + 1 file changed, 2 insertions(+), 6 deletions(-) commit 59e8855f553fdcd3d23d3f0788ec6628192f0892 Author: Xavier Claessens @@ -66800,7 +66928,7 @@ Make clear that for(foo); does nothing. libempathy-gtk/empathy-chat.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 2fdf42815677e4e7f41a73f77997af87d5ae5eb2 Author: Guillaume Desmottes @@ -66810,7 +66938,7 @@ it's IRC or not src/empathy-accounts-dialog.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit f66a2306e3b29591cc4fce485afbc12f3221e459 Author: Guillaume Desmottes @@ -66823,7 +66951,7 @@ (#597678). src/empathy-new-chatroom-dialog.ui | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit 219e27e8fb0dd0be1514af3d30b35d95472245ee Author: Guillaume Desmottes @@ -66833,7 +66961,7 @@ are creating a new account which is not created yet libempathy-gtk/empathy-account-widget.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 24a3d8e3e4cee7272cc26d17ca3bdb8029581304 Author: Guillaume Desmottes @@ -66846,7 +66974,7 @@ src/empathy-accounts-dialog.c | 37 ++++++++++++++++++++++++------------- - 1 files changed, 24 insertions(+), 13 deletions(-) + 1 file changed, 24 insertions(+), 13 deletions(-) commit f72e6ddce1c1fd2ac17e11b3fcd285d08ba787dd Merge: 8b15780 ede64d4 @@ -66865,7 +66993,7 @@ empathy-account-widget: update apply button when our state changes libempathy-gtk/empathy-account-widget.c | 23 +++++++++++++++++++++++ - 1 files changed, 23 insertions(+), 0 deletions(-) + 1 file changed, 23 insertions(+) commit 51c871d17949a1366f09eb16e74aac0cae653086 Author: Guillaume Desmottes @@ -66874,8 +67002,8 @@ empathy-account-widget: replace the 'Connect' buton by a 'Save' one when we are offline (#600427) libempathy-gtk/empathy-account-widget.c | 38 - +++++++++++++++++++++++++++++- - 1 files changed, 36 insertions(+), 2 deletions(-) + +++++++++++++++++++++++++++++-- + 1 file changed, 36 insertions(+), 2 deletions(-) commit 64e877879a95dda07645726acb0b4881e3280093 Author: Guillaume Desmottes @@ -66884,7 +67012,7 @@ Use call-{start,stop} icons in the incoming call dialog src/empathy-event-manager.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 6ae8ca560dad6a96e614e564543643e2afb56fa7 Author: Guillaume Desmottes @@ -66894,7 +67022,7 @@ rules/check.mak | 120 ------------------------------------------------------- - 1 files changed, 0 insertions(+), 120 deletions(-) + 1 file changed, 120 deletions(-) commit d5c310f183d31c529f26d31ef79ac7e02662d4ee Author: Guillaume Desmottes @@ -66904,7 +67032,7 @@ Makefile.am | 6 +----- configure.ac | 24 ------------------------ - 2 files changed, 1 insertions(+), 29 deletions(-) + 2 files changed, 1 insertion(+), 29 deletions(-) commit c0796c470597870b3b821aad1ea352d666153e83 Author: Guillaume Desmottes @@ -66912,7 +67040,7 @@ rename check-irc-helper to test-irc-helper - tests/Makefile.am | 6 +- + tests/Makefile.am | 6 +-- tests/check-irc-helper.c | 80 ------------------------------ tests/check-irc-helper.h | 24 --------- @@ -66956,7 +67084,7 @@ tests/check-irc-helper.h | 3 -- tests/check-libempathy.h | 5 --- tests/check-main.c | 40 ------------------------ - 8 files changed, 1 insertions(+), 189 deletions(-) + 8 files changed, 1 insertion(+), 189 deletions(-) commit fe119ac9b883091e0ed3e0b3cbbb64bca753baad Author: Guillaume Desmottes @@ -67036,7 +67164,7 @@ port check-empathy-irc-server.c to GTest tests/.gitignore | 1 + - tests/Makefile.am | 8 ++- + tests/Makefile.am | 8 +++- tests/check-empathy-irc-server.c | 93 ------------------------------------ tests/check-irc-helper.c | 24 +++++----- @@ -67064,8 +67192,8 @@ port check-empathy-utils.c to GTest - tests/.gitignore | 2 + - tests/Makefile.am | 25 +++++++++++++++++++-- + tests/.gitignore | 2 ++ + tests/Makefile.am | 25 +++++++++++++++++++--- tests/check-empathy-utils.c | 29 -------------------------- tests/check-libempathy.h | 1 - tests/check-main.c | 1 - @@ -67080,8 +67208,8 @@ Autocomplete for offline contacts. Closes bug #583919. libempathy-gtk/empathy-new-message-dialog.c | 32 - ++++++++++++-------------- - 1 files changed, 15 insertions(+), 17 deletions(-) + +++++++++++++-------------- + 1 file changed, 15 insertions(+), 17 deletions(-) commit d06aae89f84d7bee74815879047e049aa99f39d7 Author: Jonny Lamb @@ -67093,7 +67221,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-account-chooser.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 1529840ddfa801111b2292c99de75d7e32272324 Author: Jonny Lamb @@ -67119,7 +67247,7 @@ Signed-off-by: Jonny Lamb src/empathy-accounts-dialog.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit 83edf41df3eb8a7925939756b4d6650700dbf75a Author: Danielle Madeley @@ -67128,7 +67256,7 @@ Remove LIBPANELAPPLET entry from configure.ac configure.ac | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 6100324f8be22975716366ae34fc9c7046e05bc2 Author: Guillaume Desmottes @@ -67138,7 +67266,7 @@ 'valid' argument (#600446) src/empathy-accounts-dialog.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 8c4fe70aad3622138957c49732fa612b1e2e9eb7 Merge: 1b4acf8 b6bb173 @@ -67166,7 +67294,7 @@ In case of unknown command, suggest /help libempathy-gtk/empathy-chat.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 018af67a500b8bab6b8b374c32a887f399339834 Author: Xavier Claessens @@ -67191,8 +67319,8 @@ Also improve a bit the support for optional args. libempathy-gtk/empathy-chat.c | 86 - ++++++++++++++++++++++------------------ - 1 files changed, 47 insertions(+), 39 deletions(-) + ++++++++++++++++++++++------------------- + 1 file changed, 47 insertions(+), 39 deletions(-) commit 894adf8d1f1763c6334c026fb46f7780a49405a3 Author: Xavier Claessens @@ -67204,7 +67332,7 @@ libempathy-gtk/empathy-chat.c | 256 ++++++++++++++++++++++++++--------------- - 1 files changed, 165 insertions(+), 91 deletions(-) + 1 file changed, 165 insertions(+), 91 deletions(-) commit 104502ee87c5eb9de5accb96fb837f6c73f889f4 Author: Xavier Claessens @@ -67215,8 +67343,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=573407 libempathy-gtk/empathy-chat.c | 212 - ++++++++++++++++++++++++---------------- - 1 files changed, 127 insertions(+), 85 deletions(-) + ++++++++++++++++++++++++----------------- + 1 file changed, 127 insertions(+), 85 deletions(-) commit 06f81e690da1a60ee385c9486bf59e221259fd1a Author: Xavier Claessens @@ -67227,8 +67355,8 @@ https://bugzilla.gnome.org/show_bug.cgi?id=573407 libempathy-gtk/empathy-chat.c | 76 - +++++++++++++++++++++++++++++++++++++++- - 1 files changed, 74 insertions(+), 2 deletions(-) + +++++++++++++++++++++++++++++++++++++++-- + 1 file changed, 74 insertions(+), 2 deletions(-) commit a24f350a5e3423913f3456ddf7d5f5c6d3ad3300 Author: Xavier Claessens @@ -67239,7 +67367,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=573407 libempathy-gtk/empathy-chat.c | 28 ++++++++++++++++++++++++++++ - 1 files changed, 28 insertions(+), 0 deletions(-) + 1 file changed, 28 insertions(+) commit d283411b3f1ba3685b329a7a41d59ae153bd15ba Author: Xavier Claessens @@ -67250,7 +67378,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=573407 libempathy-gtk/empathy-chat.c | 32 ++++++++++++++++++++++++++++++-- - 1 files changed, 30 insertions(+), 2 deletions(-) + 1 file changed, 30 insertions(+), 2 deletions(-) commit 940f9b60e27fe79d64357c651525cbf50a936567 Author: Xavier Claessens @@ -67260,10 +67388,10 @@ https://bugzilla.gnome.org/show_bug.cgi?id=573407 - libempathy-gtk/empathy-chat.c | 51 ++++++++++++++++++++++++++-- + libempathy-gtk/empathy-chat.c | 51 +++++++++++++++++++++++++--- libempathy/empathy-tp-chat.c | 73 ++++++++++++++++++++++++++++------------- - libempathy/empathy-tp-chat.h | 11 ++++++ + libempathy/empathy-tp-chat.h | 11 +++++++ 3 files changed, 108 insertions(+), 27 deletions(-) commit ede64d4975a1fca4a562e4635dc43856610788ed @@ -67275,7 +67403,7 @@ libempathy-gtk/empathy-chat.c | 192 +++++++++++++++++++++++------------------ - 1 files changed, 109 insertions(+), 83 deletions(-) + 1 file changed, 109 insertions(+), 83 deletions(-) commit b6bb173fe0840ec0857a145e265853e2a9083ee6 Author: Jonny Lamb @@ -67286,7 +67414,7 @@ Signed-off-by: Jonny Lamb configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6996bc2efb7643418baf090e9c158906724e2633 Author: Jonny Lamb @@ -67298,7 +67426,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-contact-list-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 61dae5c0f483835085509792200f39da28ef38c1 Author: Jonny Lamb @@ -67310,7 +67438,7 @@ Signed-off-by: Jonny Lamb src/empathy.c | 51 +++++++++++++++++++++++++++++++++++++-------------- - 1 files changed, 37 insertions(+), 14 deletions(-) + 1 file changed, 37 insertions(+), 14 deletions(-) commit e6da8954b005318b6e438a9306374cf07bd54030 Author: Jonny Lamb @@ -67321,7 +67449,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-log-store-empathy.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 17fa8e8c29b51a350babb894aad6acab11bea0e5 Author: Jonny Lamb @@ -67332,7 +67460,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-dispatcher.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1659a34e6b8cce932348b51c55db3ff33947f32f Author: Jonny Lamb @@ -67343,7 +67471,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-idle.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit a44cb2b8c74dab9135448dfa04a45c624cb59611 Author: Jonny Lamb @@ -67354,7 +67482,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-idle.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 0e5b0eca677e4aa60cebdaec8e289192b39b5017 Author: Jonny Lamb @@ -67365,7 +67493,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-idle.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit d299fc2bd39cabadfd6a1753f8e22b1d029a6ed9 Author: Jonny Lamb @@ -67376,7 +67504,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-idle.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 9447a3e1a68867e52ae22f22324dece3be70e8db Author: Jonny Lamb @@ -67395,7 +67523,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-utils.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit f2435188ed801faab430b40582e7dbd4cd8a0d56 Author: Jonny Lamb @@ -67407,7 +67535,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-location-manager.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit d5f2776bacfe750f02782cef348e984ed68916af Author: Jonny Lamb @@ -67443,7 +67571,7 @@ libempathy-gtk/empathy-chat.c | 73 +++++++++++++++++++++-------------------- - 1 files changed, 37 insertions(+), 36 deletions(-) + 1 file changed, 37 insertions(+), 36 deletions(-) commit a1e67bd4feaab4ac44d9df618059f4b5fccfd447 Author: Jerzy Mansarliński @@ -67453,7 +67581,7 @@ libempathy-gtk/empathy-chat.c | 248 +++++++++++++++++++++++++++++++++++------ - 1 files changed, 211 insertions(+), 37 deletions(-) + 1 file changed, 211 insertions(+), 37 deletions(-) commit e00d3a20de6603e927f4c977492052701cc0a988 Author: Rômulo Fernandes Machado @@ -67463,7 +67591,7 @@ src/empathy-chat-window.c | 61 ++++++++++++++++++++++++++++++++++++--------- - 1 files changed, 49 insertions(+), 12 deletions(-) + 1 file changed, 49 insertions(+), 12 deletions(-) commit c6494847b87a4fbd7d1409f5a7b717a125745466 Author: Guillaume Desmottes @@ -67476,7 +67604,7 @@ reference that it will release once the dialog as been destroyed. src/empathy-accounts-dialog.c | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit e76ce986941f3f95b3d35b23b77a0434991975f4 Author: Guillaume Desmottes @@ -67490,7 +67618,7 @@ accounts_dialog_destroy_cb). src/empathy-accounts-dialog.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 4363fe7a71208ee2d696211838f028ef97700b45 Author: Guillaume Desmottes @@ -67499,7 +67627,7 @@ Escape the header of the notification (#599431) src/empathy-status-icon.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit 4c2eb652ef61dd0f5ccac27e47f261417793aa73 Author: Guillaume Desmottes @@ -67511,7 +67639,7 @@ configure.ac | 1 + tests/.gitignore | 8 -- - tests/Makefile.am | 25 +------ + tests/Makefile.am | 25 +----- tests/contact-manager.c | 44 ---------- tests/empetit.c | 88 -------------------- @@ -67537,7 +67665,7 @@ Add new smileys available in the last Icon Naming Spec (#593327) libempathy-gtk/empathy-smiley-manager.c | 16 +++++++++++----- - 1 files changed, 11 insertions(+), 5 deletions(-) + 1 file changed, 11 insertions(+), 5 deletions(-) commit 5dd0de4c39cb752c26b86b3415c20c6a6c2588a0 Merge: 546cd4d b251e6f @@ -67554,7 +67682,7 @@ po/ta.po | 285 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 135 insertions(+), 150 deletions(-) + 1 file changed, 135 insertions(+), 150 deletions(-) commit b251e6fa7c1c90cabd7f03cf2e37bfa1ed3ffe63 Author: Danielle Madeley @@ -67563,7 +67691,7 @@ Add MissionControl to the debug window src/empathy-debug-window.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 32a099f4cd44a8ac22c34dc0c6db1e0ad41ef5d6 Author: Guillaume Desmottes @@ -67572,7 +67700,7 @@ release.py: update last_tag_patern release.py | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 63e967acace88aab74b4b781758313ded94648bb Author: Guillaume Desmottes @@ -67581,7 +67709,7 @@ start dev of 2.29.2 configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 4b9ac33d7edfa5fd301519a07806ef61ea26e335 Author: Guillaume Desmottes @@ -67592,7 +67720,7 @@ NEWS | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 129 insertions(+), 1 deletions(-) + 2 files changed, 129 insertions(+), 1 deletion(-) commit 8bc370bcaf9d03ec49368b18f84e539e6b89e13b Author: Guillaume Desmottes @@ -67605,7 +67733,7 @@ so we can't rely on it (#599612). libempathy/empathy-dispatcher.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cac9e049ba6a99b80aa1247cb33e1853b7bd7010 Author: Guillaume Desmottes @@ -67614,7 +67742,7 @@ theme_adium_parse_body: escape text between links libempathy-gtk/empathy-theme-adium.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit b0bab86aebbb9cdf0935c9cb78244f6674c3a2da Author: Guillaume Desmottes @@ -67624,7 +67752,7 @@ (#599640) libempathy-gtk/empathy-theme-adium.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit d5a8dbc1f792a965b4a4ec42ffab464465340293 Author: Xavier Claessens @@ -67633,7 +67761,7 @@ theme_adium_append_event: escape text libempathy-gtk/empathy-theme-adium.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 25db009b027a9c6ef1497924787a7eee3a0fbc69 Author: Matej Urbančič @@ -67643,7 +67771,7 @@ po/sl.po | 472 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 237 insertions(+), 235 deletions(-) + 1 file changed, 237 insertions(+), 235 deletions(-) commit be81b40879b405f5baff65c885cb564bdf2404ca Author: Xavier Claessens @@ -67652,7 +67780,7 @@ Fix crash when joining a chat, GTK_WIDGET_VISIBLE is not NULL-safe src/empathy-chat-window.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 71e0ec07afa999e30a85439eb7103939d557edf5 Author: Jonny Lamb @@ -67663,7 +67791,7 @@ Signed-off-by: Jonny Lamb tests/check-empathy-irc-network-manager.c | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit 12fcf479a49d90c34a203d1c93050fac762956f3 Author: Jonny Lamb @@ -67674,7 +67802,7 @@ Signed-off-by: Jonny Lamb tests/check-empathy-chatroom-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 18010cbf53463aa968b99eb718916de094fbb532 Author: Jonny Lamb @@ -67697,7 +67825,7 @@ Signed-off-by: Jonny Lamb po/POTFILES.in | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 2bfbe483b3403238bfcbb5e1eefd265fa5783e05 Author: Jonny Lamb @@ -67726,7 +67854,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-idle.c | 20 ++++++++------------ - 1 files changed, 8 insertions(+), 12 deletions(-) + 1 file changed, 8 insertions(+), 12 deletions(-) commit 3109ed5adee0f039b9010f23ae6cd84ef464a046 Author: Jonny Lamb @@ -67738,7 +67866,7 @@ src/empathy.c | 161 +++++++++++++++++++++++++++------------------------------ - 1 files changed, 76 insertions(+), 85 deletions(-) + 1 file changed, 76 insertions(+), 85 deletions(-) commit 2b7894262b4e647760477a9e8b6f8add5b321128 Author: Jonny Lamb @@ -67749,8 +67877,8 @@ Signed-off-by: Jonny Lamb src/empathy-status-icon.c | 57 - ++++++++++++++++++++++++++++---------------- - 1 files changed, 36 insertions(+), 21 deletions(-) + ++++++++++++++++++++++++++++----------------- + 1 file changed, 36 insertions(+), 21 deletions(-) commit b126bcf946e65de4e061d89481166fd6894ef44a Author: Jonny Lamb @@ -67761,7 +67889,7 @@ Signed-off-by: Jonny Lamb src/empathy-new-chatroom-dialog.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit eb593876a497fec9d0c1fd182af5d15a29fc1194 Author: Jonny Lamb @@ -67773,7 +67901,7 @@ src/empathy-main-window.c | 135 +++++++++++++++++++++++++++++---------------- - 1 files changed, 87 insertions(+), 48 deletions(-) + 1 file changed, 87 insertions(+), 48 deletions(-) commit 968589cc9a491fd60aeb46ba2eb8ac3f789e8b7a Author: Jonny Lamb @@ -67784,8 +67912,8 @@ Signed-off-by: Jonny Lamb src/empathy-import-widget.c | 57 - ++++++++++++++++++++++-------------------- - 1 files changed, 30 insertions(+), 27 deletions(-) + +++++++++++++++++++++++-------------------- + 1 file changed, 30 insertions(+), 27 deletions(-) commit 24031b2130a2143f100588d1d62ea2d21326f664 Author: Jonny Lamb @@ -67796,7 +67924,7 @@ Signed-off-by: Jonny Lamb src/empathy-import-mc4-accounts.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 94afc1026dce7dc92d12196cc61a320509080762 Author: Jonny Lamb @@ -67807,7 +67935,7 @@ Signed-off-by: Jonny Lamb src/empathy-event-manager.c | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit 8cf5bd07af7bcc53a115ff7cf7145c62b3d7dca6 Author: Jonny Lamb @@ -67818,7 +67946,7 @@ Signed-off-by: Jonny Lamb src/empathy-chatrooms-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 395e69cf663ec73e2041ab458ab3afaf862e55f4 Author: Jonny Lamb @@ -67854,7 +67982,7 @@ Signed-off-by: Jonny Lamb src/empathy-account-assistant.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit d23b04b4fce73fe16b5073b7d79c0ca8a9d64616 Author: Jonny Lamb @@ -67865,7 +67993,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-ui-utils.h | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 613e2bef219387d3089c3c583ae2047fc37f30e7 Author: Jonny Lamb @@ -67876,7 +68004,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-theme-adium.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 7a3e1db6e3a795a3bbf85c9d2489c43a9e6537e2 Author: Jonny Lamb @@ -67887,8 +68015,8 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-presence-chooser.c | 56 - +++++++++++++++++++++------- - 1 files changed, 42 insertions(+), 14 deletions(-) + +++++++++++++++++++++-------- + 1 file changed, 42 insertions(+), 14 deletions(-) commit ed1550ec4ce29466e6c4b840ee37f2d78862c3d9 Author: Jonny Lamb @@ -67899,7 +68027,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-new-message-dialog.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 2beb2a7609f6534697a8874aaa9fc33f3bd115d8 Author: Jonny Lamb @@ -67924,7 +68052,7 @@ libempathy-gtk/empathy-location-manager.c | 93 ++++++++++++++++++++++++----- - 1 files changed, 77 insertions(+), 16 deletions(-) + 1 file changed, 77 insertions(+), 16 deletions(-) commit d0285beb26e058b793d85ea9fef1d5f32558120b Author: Jonny Lamb @@ -67935,7 +68063,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-irc-network-dialog.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 62a7a3ea40c946f981d41f9ee338dc52b9bd8292 Author: Jonny Lamb @@ -67946,7 +68074,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-contact-widget.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit ce89ecf9f79cb6f2a57f8d279d6bff8cfff10283 Author: Jonny Lamb @@ -67957,7 +68085,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-contact-list-view.c | 18 ++++++++++-------- - 1 files changed, 10 insertions(+), 8 deletions(-) + 1 file changed, 10 insertions(+), 8 deletions(-) commit 4cd4787acbbd265f95b9e777ae9e3d2050f8c968 Author: Jonny Lamb @@ -67968,7 +68096,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-contact-dialogs.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 1f321d962150e7071a2b2757eb011e87766e65ad Author: Jonny Lamb @@ -67979,7 +68107,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-chat-text-view.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 6159fe788283ddafade12e0f24e34091a4fb9279 Author: Jonny Lamb @@ -68004,7 +68132,7 @@ libempathy-gtk/empathy-account-widget.c | 28 ++++++++++++++-------------- - 1 files changed, 14 insertions(+), 14 deletions(-) + 1 file changed, 14 insertions(+), 14 deletions(-) commit 38d2cb938c3b91f6cbc89b825d720bdf35fb8e5f Author: Jonny Lamb @@ -68052,8 +68180,8 @@ Signed-off-by: Jonny Lamb libempathy/empathy-log-store-empathy.c | 36 - ++++++++++++++++--------------- - 1 files changed, 19 insertions(+), 17 deletions(-) + +++++++++++++++++--------------- + 1 file changed, 19 insertions(+), 17 deletions(-) commit a751ea6b71abacbfebe72f3e5b4444372afa328e Author: Jonny Lamb @@ -68077,7 +68205,7 @@ libempathy/empathy-dispatcher.c | 75 +++++++++++++++++++++++++-------------- - 1 files changed, 48 insertions(+), 27 deletions(-) + 1 file changed, 48 insertions(+), 27 deletions(-) commit 753bdcb584f780ce3b6891782eca0e19ed598774 Author: Jonny Lamb @@ -68101,7 +68229,7 @@ libempathy/empathy-contact-manager.c | 68 +++++++++++++++++++++++----------- - 1 files changed, 46 insertions(+), 22 deletions(-) + 1 file changed, 46 insertions(+), 22 deletions(-) commit effa229f70dd19601ea90edb3185cd984546658e Author: Jonny Lamb @@ -68125,7 +68253,7 @@ libempathy/empathy-chatroom-manager.c | 57 ++++++++++++--------------------- - libempathy/empathy-chatroom-manager.h | 11 +++--- + libempathy/empathy-chatroom-manager.h | 11 ++++--- 2 files changed, 27 insertions(+), 41 deletions(-) commit dba0a67fd1ea3c7bdfd4d5069b4b9f2a43d622b6 @@ -68137,7 +68265,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-account-settings.c | 146 - ++++++++++++++++---------------- + ++++++++++++++++----------------- libempathy/empathy-account-settings.h | 8 +- 2 files changed, 77 insertions(+), 77 deletions(-) @@ -68151,8 +68279,8 @@ libempathy/empathy-idle.c | 68 +++++++++++++++++++++++++++++++++++++++++++++ - libempathy/empathy-idle.h | 2 + - 2 files changed, 70 insertions(+), 0 deletions(-) + libempathy/empathy-idle.h | 2 ++ + 2 files changed, 70 insertions(+) commit d133b3b80a6a7fd4911905a077be21dabe0ef4bb Author: Jonny Lamb @@ -68164,7 +68292,7 @@ libempathy/empathy-idle.c | 42 ++++++++++++++++++++++-------------------- - 1 files changed, 22 insertions(+), 20 deletions(-) + 1 file changed, 22 insertions(+), 20 deletions(-) commit bb173d8e042303ab7a0d9ec15c7a07f752cde200 Author: Jonny Lamb @@ -68176,7 +68304,7 @@ libempathy/empathy-utils.c | 34 ++++++++++++++++++++++++++++++++++ libempathy/empathy-utils.h | 2 ++ - 2 files changed, 36 insertions(+), 0 deletions(-) + 2 files changed, 36 insertions(+) commit 25fe1de65572fecd8b369f4c01df32e47d5afc28 Author: Jonny Lamb @@ -68188,7 +68316,7 @@ libempathy/empathy-utils.c | 35 ++++++++++++++++++++++++++++++++++- libempathy/empathy-utils.h | 2 ++ - 2 files changed, 36 insertions(+), 1 deletions(-) + 2 files changed, 36 insertions(+), 1 deletion(-) commit 1d66bb9bffcb1e9d6eb034be4bf7c5eaea839a5d Author: Jonny Lamb @@ -68199,8 +68327,8 @@ Signed-off-by: Jonny Lamb libempathy/empathy-idle.c | 51 - ++++++++++++++++++++++++++++++++++---------- - libempathy/empathy-idle.h | 5 ++++ + ++++++++++++++++++++++++++++++++++----------- + libempathy/empathy-idle.h | 5 +++++ 2 files changed, 44 insertions(+), 12 deletions(-) commit 24fb016e872b01bc3e4b8b3a36e99d60f2273784 @@ -68216,7 +68344,7 @@ Fixes: #591360 src/empathy-chat-window.c | 31 ++++++++++++++++++++++++++----- - 1 files changed, 26 insertions(+), 5 deletions(-) + 1 file changed, 26 insertions(+), 5 deletions(-) commit a7b6b344618cceca174eea62954373edf84543ac Author: Guillaume Desmottes @@ -68226,7 +68354,7 @@ is managed src/empathy.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit 9750a6735d088fa5c1930f2ac581619ff31c8491 Author: Jonny Lamb @@ -68242,7 +68370,7 @@ libempathy/empathy-account.c | 1305 ---------------------------------- libempathy/empathy-account.h | 124 ---- - 5 files changed, 0 insertions(+), 2604 deletions(-) + 5 files changed, 2604 deletions(-) commit f4e6cbe11974883a3883536461c0be08f75cdd39 Author: Jonny Lamb @@ -68253,7 +68381,7 @@ Signed-off-by: Jonny Lamb src/empathy-ft-manager.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 7c5ac57b9aafe95d159c2a96410a0afa76408678 Author: Matěj Cepl @@ -68269,7 +68397,7 @@ libempathy-gtk/empathy-theme-adium.c | 82 ++++++++++++++++++++++++++++++---- - 1 files changed, 73 insertions(+), 9 deletions(-) + 1 file changed, 73 insertions(+), 9 deletions(-) commit 4dce79a6d7b56185edfe19cf2803f1b71c8ddc74 Author: Guillaume Desmottes @@ -68280,7 +68408,7 @@ This allow us to release a 2.x.y.1 release without enabling Werror. configure.ac | 21 ++++++++++++--------- - 1 files changed, 12 insertions(+), 9 deletions(-) + 1 file changed, 12 insertions(+), 9 deletions(-) commit f366c52d4a8d41312424799c36178065fe0a814f Author: Guillaume Desmottes @@ -68289,7 +68417,7 @@ Enable extra error CFLAGS in tests/ tests/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 94fedc82f978087ed83e3ecb1af6c674064bc6bb Author: Guillaume Desmottes @@ -68298,7 +68426,7 @@ Enable extra error CFLAGS in libempathy/ libempathy/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit ced861778e7511c2300f03b0816fb18f800b8c56 Author: Guillaume Desmottes @@ -68307,7 +68435,7 @@ Enable extra error CFLAGS in libempathy-gtk/ libempathy-gtk/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 4998da97b7d884670b5167a2ee9f04a1b3fdca1c Author: Guillaume Desmottes @@ -68316,7 +68444,7 @@ Enable extra error CFLAGS in src/ src/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit bf79f1c56928a7270b679e5c35bff860440c077e Author: Guillaume Desmottes @@ -68325,7 +68453,7 @@ disable -Wstrict-prototypes as some GTK+ headers are bugged configure.ac | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit cc88cb87e38a54bb73926a2dbe67be416ef1cbd6 Author: Guillaume Desmottes @@ -68337,7 +68465,7 @@ m4/acinclude.m4 | 65 ------------------------------------------------------- - 1 files changed, 0 insertions(+), 65 deletions(-) + 1 file changed, 65 deletions(-) commit c5abfdfed55676136808fea854d9ad3ed7bd458e Author: Guillaume Desmottes @@ -68346,7 +68474,7 @@ copy error flags from Gabble configure.ac | 41 ++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 40 insertions(+), 1 deletions(-) + 1 file changed, 40 insertions(+), 1 deletion(-) commit be027f7002d11677cf32601acd1370c45f2d2c57 Author: Guillaume Desmottes @@ -68355,7 +68483,7 @@ add m4/as-compiler-flag.m4 m4/as-compiler-flag.m4 | 33 +++++++++++++++++++++++++++++++++ - 1 files changed, 33 insertions(+), 0 deletions(-) + 1 file changed, 33 insertions(+) commit 601e416af2bafa2b890b045139c9d50ed5aa9c65 Author: Guillaume Desmottes @@ -68364,7 +68492,7 @@ copy version management from Gabble configure.ac | 22 +++++++++++++++++++++- - 1 files changed, 21 insertions(+), 1 deletions(-) + 1 file changed, 21 insertions(+), 1 deletion(-) commit 6931154a620290ec29a50c017d427586fe6d8a3f Author: Guillaume Desmottes @@ -68380,7 +68508,7 @@ libempathy-gtk/empathy-protocol-chooser.c | 75 ++++++++++++++++++----------- - 1 files changed, 47 insertions(+), 28 deletions(-) + 1 file changed, 47 insertions(+), 28 deletions(-) commit 6843cf006192fecf2382b1dd87a2fb8531a34b5f Merge: a6eb75f a28c3a4 @@ -68396,7 +68524,7 @@ empathy-avatar-chooser.c: fix identation libempathy-gtk/empathy-avatar-chooser.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit a6eb75f8fddea5331c938c1ce42d08f962275f97 Author: Guillaume Desmottes @@ -68405,7 +68533,7 @@ fix a comment so the style checker is happy (#599243) libempathy-gtk/empathy-avatar-chooser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 74f0c713470d3b94b93536d6e60a9747ec923933 Author: Guillaume Desmottes @@ -68414,7 +68542,7 @@ empathy-utils.c: fix casting issues libempathy/empathy-utils.c | 14 ++++++++------ - 1 files changed, 8 insertions(+), 6 deletions(-) + 1 file changed, 8 insertions(+), 6 deletions(-) commit 6e414d115637bf307d16140ca3eff8c473d4e5a6 Author: Guillaume Desmottes @@ -68423,7 +68551,7 @@ empathy-tp-contact-list.c: fix shadow declaration and uint comparaison libempathy/empathy-tp-contact-list.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit a691a12763667768333cbdd30be75a2b09f69266 Author: Guillaume Desmottes @@ -68432,7 +68560,7 @@ empathy-tp-contact-factory.c: fix casting issue libempathy/empathy-tp-contact-factory.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1f391b975297fc276073fd48406b2b02eed61277 Author: Guillaume Desmottes @@ -68441,7 +68569,7 @@ empathy-time.c: fix shadow declaration libempathy/empathy-time.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 80dac46f3765ba8328bc563cba3fe49417680476 Author: Guillaume Desmottes @@ -68450,7 +68578,7 @@ empathy-status-presets.c: fix casting issues libempathy/empathy-status-presets.c | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) + 1 file changed, 10 insertions(+), 10 deletions(-) commit d3ebcb8302c5fa7e02af594cee984ab122c130ab Author: Guillaume Desmottes @@ -68459,7 +68587,7 @@ empathy-log-store-empathy.c: fix casting issues libempathy/empathy-log-store-empathy.c | 25 +++++++++++++------------ - 1 files changed, 13 insertions(+), 12 deletions(-) + 1 file changed, 13 insertions(+), 12 deletions(-) commit 06788aad0559de0d79a8e8353bc49fccbcaf8551 Author: Guillaume Desmottes @@ -68469,7 +68597,7 @@ libempathy/empathy-irc-network-manager.c | 51 +++++++++++++++++------------- - 1 files changed, 29 insertions(+), 22 deletions(-) + 1 file changed, 29 insertions(+), 22 deletions(-) commit fc4c32d681fd53c804c20b1e76d454a08821bbaa Author: Guillaume Desmottes @@ -68479,7 +68607,7 @@ libempathy/empathy-dispatcher.c | 245 +++++++++++++++++++-------------------- - 1 files changed, 122 insertions(+), 123 deletions(-) + 1 file changed, 122 insertions(+), 123 deletions(-) commit 3dcd2bd00c3120b97c3fcc93983e21a22f301020 Author: Guillaume Desmottes @@ -68488,7 +68616,7 @@ empathy-contact-groups.c: fix casting issues libempathy/empathy-contact-groups.c | 21 +++++++++++---------- - 1 files changed, 11 insertions(+), 10 deletions(-) + 1 file changed, 11 insertions(+), 10 deletions(-) commit 73ae73a1e6d938abf206035910f6b4de8572a8fc Author: Guillaume Desmottes @@ -68498,7 +68626,7 @@ libempathy/empathy-connection-managers.c | 28 ++++++++++++++-------------- - 1 files changed, 14 insertions(+), 14 deletions(-) + 1 file changed, 14 insertions(+), 14 deletions(-) commit d55286dab59129bd56b8fee99a22b69e731f9f65 Author: Guillaume Desmottes @@ -68507,7 +68635,7 @@ empathy-chatroom-manager.c: fix casting issues libempathy/empathy-chatroom-manager.c | 20 ++++++++++++-------- - 1 files changed, 12 insertions(+), 8 deletions(-) + 1 file changed, 12 insertions(+), 8 deletions(-) commit d5a1765f414f04f81922603af16f18d7c84f87a0 Author: Guillaume Desmottes @@ -68516,7 +68644,7 @@ empathy-account-settings.c: fix uint comparaison libempathy/empathy-account-settings.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 5f6e2d5c91cf79cdcec6de941db2393563bb0f82 Author: Guillaume Desmottes @@ -68525,7 +68653,7 @@ empathy-nautilus-sendto.c: fix shadow declaration nautilus-sendto-plugin/empathy-nautilus-sendto.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 17c8536264198291326446270faf84f6e00e399d Author: Guillaume Desmottes @@ -68535,7 +68663,7 @@ libempathy-gtk/totem-subtitle-encoding.c | 26 +++++++++++++------------- - 1 files changed, 13 insertions(+), 13 deletions(-) + 1 file changed, 13 insertions(+), 13 deletions(-) commit 62754283f2d0904b9f57cc291e4a4e1d4490f288 Author: Guillaume Desmottes @@ -68544,7 +68672,7 @@ empathy-ui-utils.c: fix shadow declaration libempathy-gtk/empathy-ui-utils.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit c77666dd4ec3151b2a3f2fdb1d6b75253bf09f43 Author: Guillaume Desmottes @@ -68553,7 +68681,7 @@ empathy-theme-manager.c: fix shadow declarations libempathy-gtk/empathy-theme-manager.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 05f02c1a884c7a6fd31cff468534a55f9bc248b2 Author: Guillaume Desmottes @@ -68562,7 +68690,7 @@ empathy-theme-boxes.c: fix shadow declarations libempathy-gtk/empathy-theme-boxes.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit b4d5fc6e7190ef220edd48f0b77a5591a5b20b7b Author: Guillaume Desmottes @@ -68571,7 +68699,7 @@ empathy-theme-adium.c: fix uint comparaisons libempathy-gtk/empathy-theme-adium.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e007409aae5aa30c28ef14761e55e73b52b8e113 Author: Guillaume Desmottes @@ -68580,7 +68708,7 @@ empathy-status-preset-dialog: fix uint comparaisons libempathy-gtk/empathy-status-preset-dialog.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit dd2c71fd1667a2237981f937230f7a2022fc6eac Author: Guillaume Desmottes @@ -68589,7 +68717,7 @@ empathy-contact-widget.c: fix shadow declarations libempathy-gtk/empathy-contact-widget.c | 22 +++++++++++----------- - 1 files changed, 11 insertions(+), 11 deletions(-) + 1 file changed, 11 insertions(+), 11 deletions(-) commit 812da360eeda6ed787ad3e15a740f9936371d5b9 Author: Guillaume Desmottes @@ -68599,7 +68727,7 @@ comparaisons libempathy-gtk/empathy-chat-text-view.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit c5c492f8ec371626affed5b5e940cc7b31245f95 Author: Guillaume Desmottes @@ -68608,7 +68736,7 @@ empathy-avatar-image.c: fix a casting issue libempathy-gtk/empathy-avatar-image.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 28c32abddcb9ae4863fa562c1bb97025db9d1d79 Author: Guillaume Desmottes @@ -68617,8 +68745,8 @@ empathy-avatar-chooser.c: fix casting issues libempathy-gtk/empathy-avatar-chooser.c | 34 - ++++++++++++++++-------------- - 1 files changed, 18 insertions(+), 16 deletions(-) + ++++++++++++++++--------------- + 1 file changed, 18 insertions(+), 16 deletions(-) commit 5c830b1f8defeeddc2ecef58310d23f07720b49f Author: Guillaume Desmottes @@ -68627,7 +68755,7 @@ empathy-account-widget.c: fix uint comparaison libempathy-gtk/empathy-account-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8e579dd7aea165cd3ca9b8e1f278fda16d94131f Author: Theppitak Karoonboonyanan @@ -68636,7 +68764,7 @@ Updated Thai translation. po/th.po | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit d8a3034999ca213ac75b4110a875d688b75fed5f Author: Guillaume Desmottes @@ -68648,7 +68776,7 @@ to fix compiler warnings. libempathy/empathy-account-settings.c | 16 +++++++++------- - 1 files changed, 9 insertions(+), 7 deletions(-) + 1 file changed, 9 insertions(+), 7 deletions(-) commit 0f12ed5628589596f4a2c02648ee66a9413c3f2a Author: Guillaume Desmottes @@ -68657,8 +68785,8 @@ empathy-location-manager.c: fix shadow declarations libempathy-gtk/empathy-location-manager.c | 90 - ++++++++++++++-------------- - 1 files changed, 45 insertions(+), 45 deletions(-) + ++++++++++++++--------------- + 1 file changed, 45 insertions(+), 45 deletions(-) commit 61f9d49b442ea64baa1f86a4121c1bce3daa30f9 Author: Guillaume Desmottes @@ -68668,7 +68796,7 @@ comparaisons libempathy-gtk/empathy-contact-list-view.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 167595e8a0108f2763949b6a1188dafcf99f276d Author: Guillaume Desmottes @@ -68677,7 +68805,7 @@ empathy-contact-list-store.c: fix shadow declarations libempathy-gtk/empathy-contact-list-store.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit a94bffadcc27ac011a8b5d8472d907f23c129955 Author: Guillaume Desmottes @@ -68686,7 +68814,7 @@ empathy-tp-chat.c: fix shadow declaration libempathy/empathy-tp-chat.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 10e8eb34e3ae90897bf2c2f1c08fa581e6394550 Author: Guillaume Desmottes @@ -68695,7 +68823,7 @@ empathy-contact: cast data pointers libempathy/empathy-contact.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit ceabd0c25b48fc983066781d70d4fc6bd5905943 Author: Guillaume Desmottes @@ -68704,7 +68832,7 @@ empathy-account-manager.c: fix uint comparaison libempathy/empathy-account-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a5e022f8e6251feafdfa8a2de50e02369ed215cc Author: Guillaume Desmottes @@ -68713,7 +68841,7 @@ empathy-irc-server: the port is a guint libempathy/empathy-irc-server.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 56fedf2764bef7f4a98c30b2e302daee975f8b1d Author: Žygimantas Beručka @@ -68723,7 +68851,7 @@ po/lt.po | 175 ++++++++++++++++++++++++++------------------------------------ - 1 files changed, 73 insertions(+), 102 deletions(-) + 1 file changed, 73 insertions(+), 102 deletions(-) commit 366373ccbc26bd0ea6dd494b7514b1a148b88b78 Merge: 7abf768 8c1e755 @@ -68753,7 +68881,7 @@ Signed-off-by: Jonny Lamb src/empathy-map-view.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 8c1e75542e1ac90bcd0dc167a2d89aeb54e9f12a Author: Felix Kaser @@ -68765,7 +68893,7 @@ more are ignored, fixes bug #598954 libempathy-gtk/empathy-spell.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit 8e9aa89166cf774b6d7efe83db68ac2d6540e840 Author: Jonny Lamb @@ -68811,7 +68939,7 @@ ------------------------ docs/libempathy/libempathy.types | 41 -------------- docs/libempathy/version.xml.in | 1 - - 16 files changed, 1 insertions(+), 394 deletions(-) + 16 files changed, 1 insertion(+), 394 deletions(-) commit 3a1bca56854b66d288c875c86756ae913cb80e60 Author: Guillaume Desmottes @@ -68820,7 +68948,7 @@ src/ephy-spinner.c: remove useless guint comparaisons src/ephy-spinner.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 0edac04163ea89ac3ae0375dbd8e60a013a7a8d6 Author: Guillaume Desmottes @@ -68829,7 +68957,7 @@ src/empathy.c: fix uint comparaison src/empathy.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3061cee2096b47945445367c87b6d2cf146dcc31 Author: Guillaume Desmottes @@ -68838,7 +68966,7 @@ src/empathy-sidebar.c: fix shadow declarations src/empathy-sidebar.c | 25 +++++++++++++------------ - 1 files changed, 13 insertions(+), 12 deletions(-) + 1 file changed, 13 insertions(+), 12 deletions(-) commit 2cb90d9082371198bdb18831d1f18759b9ed5b09 Author: Guillaume Desmottes @@ -68848,7 +68976,7 @@ comparaisons src/empathy-main-window.c | 16 +++++++++------- - 1 files changed, 9 insertions(+), 7 deletions(-) + 1 file changed, 9 insertions(+), 7 deletions(-) commit 4e1bf5a7cbd03f934a74ebdc1d1bc1da9fe0b429 Author: Guillaume Desmottes @@ -68858,7 +68986,7 @@ comparaisons src/empathy-preferences.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit 1f9ec7bc79c1aa3cc002f0afaf0f518f0b6ab455 Author: Guillaume Desmottes @@ -68867,7 +68995,7 @@ src/empathy-import-pidgin: cast strings to (xmlChar *) when needed src/empathy-import-pidgin.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 77803a3f4cc6adc42552fd823a43cd09474b0c3f Author: Guillaume Desmottes @@ -68876,7 +69004,7 @@ src/empathy-import-mc4-accounts.c: fix uint comparaison src/empathy-import-mc4-accounts.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit be4654da13c2c957c72637678ad3a9f07a4b4e9d Author: Guillaume Desmottes @@ -68886,7 +69014,7 @@ comparaisons src/empathy-debug-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 9f0ae2a124ecb68b8a553783002a2b01c02d5fb4 Author: Guillaume Desmottes @@ -68895,7 +69023,7 @@ src/empathy-chat-window: fix shadow declarations and uint comparaisons src/empathy-chat-window.c | 32 ++++++++++++++++---------------- - 1 files changed, 16 insertions(+), 16 deletions(-) + 1 file changed, 16 insertions(+), 16 deletions(-) commit a7f9ee4d7aeb8869d8ec0f86a1e3bdfb190bb037 Author: Guillaume Desmottes @@ -68904,7 +69032,7 @@ empathy-call-window: fix shadow declarations src/empathy-call-window.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 6eedc10b7367d6455aede5e74788b6a1ca608ea0 Author: Guillaume Desmottes @@ -68913,7 +69041,7 @@ Don't display any icon if we have been disconnected src/empathy-chat-window.c | 20 +++++++++++++++----- - 1 files changed, 15 insertions(+), 5 deletions(-) + 1 file changed, 15 insertions(+), 5 deletions(-) commit 7d2255306d8c07e760917b1e8a4351c78ee302ed Author: Guillaume Desmottes @@ -68923,7 +69051,7 @@ disconnected (#597680) src/empathy-chat-window.c | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit 729145dbf0039db5763533d046eb53f5de38a419 Author: Jonny Lamb @@ -68935,7 +69063,7 @@ m4/python.m4 | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 66 insertions(+), 0 deletions(-) + 1 file changed, 66 insertions(+) commit 105cc83e67ef41c35998aaaaae8bf18c56be65c0 Merge: 6496713 da50094 @@ -68976,7 +69104,7 @@ python/pyempathygtk/pyempathygtk.override | 87 - python/pyempathygtk/pyempathygtkmodule.c | 27 - python/update-binding.sh | 114 - - 17 files changed, 0 insertions(+), 6480 deletions(-) + 17 files changed, 6480 deletions(-) commit da500948288ec5e9e675502151e5305bdf063592 Author: Jonny Lamb @@ -69008,7 +69136,7 @@ nothere/src/nothere-applet.h | 52 -- po/POTFILES.in | 9 - po/POTFILES.skip | 2 - - 21 files changed, 0 insertions(+), 1129 deletions(-) + 21 files changed, 1129 deletions(-) commit 90469882929d06151352d3d8e8b0e6a1f5229905 Author: Leonid Kanter @@ -69018,7 +69146,7 @@ po/ru.po | 2412 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 1613 insertions(+), 799 deletions(-) + 1 file changed, 1613 insertions(+), 799 deletions(-) commit c865d84deb0bb7c49f59ff6cd77064b6da86ff7f Author: Guillaume Desmottes @@ -69027,7 +69155,7 @@ release.py: stop hardcoding the GNOME username used for uploads release.py | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit 725ab93e1b5b3e6ecdbbf3413b57d499ba6f23d9 Author: Xavier Claessens @@ -69036,7 +69164,7 @@ Correctly lookup project page for release notes release.py | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d52fd187091518977636b0844a98021775eaf0aa Author: Mattias Põldaru @@ -69046,7 +69174,7 @@ po/et.po | 84 +++++++++++++++++++++++++++++++++++++++++++++----------------- - 1 files changed, 61 insertions(+), 23 deletions(-) + 1 file changed, 61 insertions(+), 23 deletions(-) commit 028f83c3e8adf7755846643cee6114cf6d063893 Author: Jorge González @@ -69056,7 +69184,7 @@ po/es.po | 76 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 38 insertions(+), 38 deletions(-) + 1 file changed, 38 insertions(+), 38 deletions(-) commit e200b330a1d364da4ad87b7de5f6fcec6b03f312 Author: Sjoerd Simons @@ -69065,7 +69193,7 @@ Use the contacts alias in the information dialog libempathy-gtk/empathy-contact-dialogs.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 6ae71080bf117f76345e2d868d1e346c6021a0c1 Author: Sjoerd Simons @@ -69074,7 +69202,7 @@ Ensure we don't try to register invalid bus names libempathy/empathy-handler.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit 82063856bf2a278db370af8807c97e4e9c289afc Author: Sjoerd Simons @@ -69083,7 +69211,7 @@ Unset pending_call explicitly instead of implicitly libempathy/empathy-dispatcher.c | 13 +++++++++++-- - 1 files changed, 11 insertions(+), 2 deletions(-) + 1 file changed, 11 insertions(+), 2 deletions(-) commit 0da8cbd3fe50e4eba859f93600a4da9c07ea751c Author: Guillaume Desmottes @@ -69097,7 +69225,7 @@ called if the window is destroyed (#598453). src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 95580f110cf428940866d348447cee18062a468d Merge: 80a7e18 21236da @@ -69117,7 +69245,7 @@ callbacks so it should really be a dispose, not a finalize. libempathy-gtk/empathy-contact-list-store.c | 13 +++++++++---- - 1 files changed, 9 insertions(+), 4 deletions(-) + 1 file changed, 9 insertions(+), 4 deletions(-) commit 2ca081a4e27d46599053779c641e4646046f42ae Author: Guillaume Desmottes @@ -69130,7 +69258,7 @@ (#598452). libempathy-gtk/empathy-contact-list-store.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 09a5b716473a7f57f438b913c4d889798b084461 Author: Guillaume Desmottes @@ -69143,7 +69271,7 @@ destroyed (#598432). src/empathy-call-window.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 057159903dc48bfd304bd8e157c446122c880a0d Author: Guillaume Desmottes @@ -69153,7 +69281,7 @@ tp_protocol is NULL libempathy/empathy-account-settings.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit 98241a08a60d0741e6d00f52775ccad85d6693c3 Author: Guillaume Desmottes @@ -69166,7 +69294,7 @@ settings and so have to request it each time we need it. libempathy/empathy-account-settings.c | 18 ++++++++++++------ - 1 files changed, 12 insertions(+), 6 deletions(-) + 1 file changed, 12 insertions(+), 6 deletions(-) commit 395532bc9175deaac84c5ebbea9e6fc2b215286f Author: Sjoerd Simons @@ -69183,7 +69311,7 @@ no non-salut accounts src/empathy.c | 27 +++++++++++++++++++++------ - 1 files changed, 21 insertions(+), 6 deletions(-) + 1 file changed, 21 insertions(+), 6 deletions(-) commit 990d6cd96616a31eaa7adc4325f86c16538c8e7f Author: Sjoerd Simons @@ -69192,7 +69320,7 @@ Explain the -h option better src/empathy.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit a7439d664bed1547019591dee97b4ed5fa09f434 Author: Mike Ruprecht @@ -69203,7 +69331,7 @@ g_object_unref was called on a NULL pointer. src/empathy-call-window.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 03d7564f4936a56034bab91a5963ccab34fc5321 Author: Gabor Kelemen @@ -69212,7 +69340,7 @@ Updated Hungarian translation po/hu.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit bfc5410cb6460d745105c5e8dffb9d44533af851 Author: Jennie Petoumenou @@ -69222,7 +69350,7 @@ help/el/el.po | 4529 +++++++++++++++++++++++++++++++++++++++++++++------------ - 1 files changed, 3606 insertions(+), 923 deletions(-) + 1 file changed, 3606 insertions(+), 923 deletions(-) commit 4480f731fddb58b0fc68072f4096727d912d2261 Author: Jonny Lamb @@ -69234,7 +69362,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-idle.c | 23 +++++++++++++++++------ - 1 files changed, 17 insertions(+), 6 deletions(-) + 1 file changed, 17 insertions(+), 6 deletions(-) commit 4e360483d0a8dedc613faee420b8ace496243b05 Author: Jonny Lamb @@ -69245,7 +69373,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-window.c | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + 1 file changed, 18 insertions(+) commit 5c1565562c5d71d7b4d2fa1a2b7aca040e0eb0ce Author: Jorge González @@ -69254,8 +69382,8 @@ Updated Spanish translation po/es.po | 118 - +++++++++++++++++++++++++++---------------------------------- - 1 files changed, 52 insertions(+), 66 deletions(-) + +++++++++++++++++++++++++++----------------------------------- + 1 file changed, 52 insertions(+), 66 deletions(-) commit 2dc1a0df073d06fce26efd748ea3619339d90aa5 Merge: c0110e0 2d2dee0 @@ -69273,7 +69401,7 @@ Signed-off-by: Jonny Lamb src/empathy-import-mc4-accounts.c | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit 98bcced9ad8b35ce00666b9c8e08f0192bad0346 Author: Jonny Lamb @@ -69284,7 +69412,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-connectivity.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c0110e0dcaa72035bae2d7d3aff6d4609efb3df8 Author: André Gondim @@ -69294,7 +69422,7 @@ po/pt_BR.po | 269 ++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 138 insertions(+), 131 deletions(-) + 1 file changed, 138 insertions(+), 131 deletions(-) commit 7c95b31d12c54097edb493891f86d28cfb1f4089 Author: Jonny Lamb @@ -69305,7 +69433,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-presence-chooser.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit fbef69ba66c085d504fd2ea4ad3159d14023f789 Author: Jonny Lamb @@ -69319,7 +69447,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-presence-chooser.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit f7c8902cbc25a7f41483422062974af47175db1d Author: Daniel Nylander @@ -69329,7 +69457,7 @@ po/sv.po | 884 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------- - 1 files changed, 761 insertions(+), 123 deletions(-) + 1 file changed, 761 insertions(+), 123 deletions(-) commit 9c841cbcbe833a6dbfc5361935ba0bfd9158ef91 Author: Daniel Nylander @@ -69338,8 +69466,8 @@ Updated Swedish translation po/sv.po | 117 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 59 insertions(+), 58 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 59 insertions(+), 58 deletions(-) commit e2edcdccd7e02adf6d684ad66a25f8f2e75616ea Author: Claude Paroz @@ -69349,7 +69477,7 @@ po/fr.po | 358 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 204 insertions(+), 154 deletions(-) + 1 file changed, 204 insertions(+), 154 deletions(-) commit f98941e85d145915344bc158e48609b6d25e6014 Author: Sjoerd Simons @@ -69358,7 +69486,7 @@ Make sure -h is respected when there were no mc4 accounts to import src/empathy.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ad55f6268d5b940ff1e3a7bd966c757cd8879c4c Author: Cosimo Cecchi @@ -69367,7 +69495,7 @@ Factor out free-ing the message list. src/empathy-debug-window.c | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit 109e8841508f423be4e096bc02bef211282938ba Author: Cosimo Cecchi @@ -69380,7 +69508,7 @@ src/empathy-debug-window.c | 274 +++++++++++++++++++++++++++++++++++--------- - 1 files changed, 220 insertions(+), 54 deletions(-) + 1 file changed, 220 insertions(+), 54 deletions(-) commit 31c55199d35be7341de91a47b13feddaba20404b Author: Cosimo Cecchi @@ -69391,8 +69519,8 @@ Also, simplify the code for loading the avatar data from the file. libempathy-gtk/empathy-avatar-chooser.c | 42 - ++++++++---------------------- - 1 files changed, 11 insertions(+), 31 deletions(-) + ++++++++----------------------- + 1 file changed, 11 insertions(+), 31 deletions(-) commit 6703efaad20fd368471e43dc9eeed272f848e39a Author: Cosimo Cecchi @@ -69401,7 +69529,7 @@ Use new API in the test. tests/test-empathy-account-assistant.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 21236da0d1d89af62dd4e11e883b553af658f41a Author: Mike Ruprecht @@ -69418,7 +69546,7 @@ unreffing the EmpathyDispatcher and cancelling the pending request. libempathy/empathy-dispatcher.c | 20 ++++++++++++-------- - 1 files changed, 12 insertions(+), 8 deletions(-) + 1 file changed, 12 insertions(+), 8 deletions(-) commit eeafe98a27dbccc08a6023b7c73f7bd537c5e39c Author: Mike Ruprecht @@ -69437,7 +69565,7 @@ segmentation fault. libempathy/empathy-dispatcher.c | 18 ++++++++++-------- - 1 files changed, 10 insertions(+), 8 deletions(-) + 1 file changed, 10 insertions(+), 8 deletions(-) commit 98e2adadb7d8439ab5fb6e3035336979f8fd9b63 Author: Sjoerd Simons @@ -69446,7 +69574,7 @@ Make sure the account manager is completely unreffed when exiting src/empathy.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit a4dda5a12f49ea63efddec3cd4e81585e5816c00 Author: Sjoerd Simons @@ -69456,7 +69584,7 @@ src/empathy.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++---------- - 1 files changed, 52 insertions(+), 11 deletions(-) + 1 file changed, 52 insertions(+), 11 deletions(-) commit 4dce4c7c7f6282d06aceef5d63d3e653ac3b24cd Author: Sjoerd Simons @@ -69465,7 +69593,7 @@ When starting hidden don't show the assistant src/empathy.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit e288bb38a4f04cf4ce00e77b5b81937eda2f0a12 Author: Sjoerd Simons @@ -69485,7 +69613,7 @@ Use a nicer callback name libempathy-gtk/empathy-presence-chooser.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit 882784309a8bce349edff3632877f62f77003d01 Author: Sjoerd Simons @@ -69495,7 +69623,7 @@ libempathy-gtk/empathy-presence-chooser.c | 26 ++++++++++---------------- - 1 files changed, 10 insertions(+), 16 deletions(-) + 1 file changed, 10 insertions(+), 16 deletions(-) commit 0eb14eeb66bbec5985a12c0be24bf45d00ed311c Author: Sjoerd Simons @@ -69512,8 +69640,8 @@ Fixes #598354 libempathy-gtk/empathy-presence-chooser.c | 61 - +++++++++++++++++++++++++++- - 1 files changed, 58 insertions(+), 3 deletions(-) + +++++++++++++++++++++++++++-- + 1 file changed, 58 insertions(+), 3 deletions(-) commit 85c083ccf5ecdb66d13a597e9306a08dbeed3237 Author: Guillaume Desmottes @@ -69527,7 +69655,7 @@ dialog is disposed. (#598408) src/empathy-accounts-dialog.c | 14 +++----------- - 1 files changed, 3 insertions(+), 11 deletions(-) + 1 file changed, 3 insertions(+), 11 deletions(-) commit c8d648fff1a1f130baab6838a4aab2c6f2162d66 Author: Guillaume Desmottes @@ -69538,7 +69666,7 @@ libempathy/empathy-utils.c | 85 ++++++++++++++++++++++++++++++++++++++++++++ libempathy/empathy-utils.h | 5 +++ - 2 files changed, 90 insertions(+), 0 deletions(-) + 2 files changed, 90 insertions(+) commit a99138d9d745e0269f9a9a8182f8df92dcb61bda Author: Kostas Papadimas @@ -69548,7 +69676,7 @@ po/el.po | 1449 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 809 insertions(+), 640 deletions(-) + 1 file changed, 809 insertions(+), 640 deletions(-) commit b3cc80d48c1bb913de1907e1664a0f720c8e900a Author: Sjoerd Simons @@ -69563,7 +69691,7 @@ Fixes #598355 src/empathy-accounts-dialog.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 1e0632dcffc06127e9919fcd4dfa3571108ff0de Author: Mike Ruprecht @@ -69584,7 +69712,7 @@ callback isn't called with invalid data. Fixes #598332 libempathy/empathy-dispatcher.c | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit 03f2b62039ae8df84b138185a32bfdf0cc857581 Author: Petr Kovar @@ -69593,7 +69721,7 @@ Updated Czech translation by Marek Cernocky po/cs.po | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 365a1187423217048c946f6efc7e824571c00b2c Author: Xavier Claessens @@ -69602,7 +69730,7 @@ Fix typo, correctly set the description of the sound being played. libempathy-gtk/empathy-sound.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3dbc53992c5223dfc30a482350fc5189c9ff3909 Merge: db580fd 5219271 @@ -69619,7 +69747,7 @@ po/ta.po | 495 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 296 insertions(+), 199 deletions(-) + 1 file changed, 296 insertions(+), 199 deletions(-) commit 16177e2cc6f4f8c6eaf71793f34bb71aa578028c Author: Gabor Kelemen @@ -69628,8 +69756,8 @@ Updated Hungarian translation po/hu.po | 251 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 128 insertions(+), 123 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 128 insertions(+), 123 deletions(-) commit 408a1e568dd72653450f6c83bd950254cf8bc1af Author: Gabor Kelemen @@ -69638,8 +69766,8 @@ Updated Hungarian translation po/hu.po | 94 - +++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 60 insertions(+), 34 deletions(-) + +++++++++++++++++++++++++++++++++++++++----------------------- + 1 file changed, 60 insertions(+), 34 deletions(-) commit 4ce5d89720ae7d2bcf0831e964d61884b4a992b5 Author: Petr Kovar @@ -69651,7 +69779,7 @@ po/cs.po | 1637 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 869 insertions(+), 768 deletions(-) + 1 file changed, 869 insertions(+), 768 deletions(-) commit d3f1aba8f57f9ecbe34126763c3982896b692dbc Author: Jorge González @@ -69661,7 +69789,7 @@ po/es.po | 270 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 171 insertions(+), 99 deletions(-) + 1 file changed, 171 insertions(+), 99 deletions(-) commit 06f661b296a12ba89569d7b51b681f9215cf667c Author: Claude Paroz @@ -69670,7 +69798,7 @@ Improved French translation po/fr.po | 32 +++++++++++++++++--------------- - 1 files changed, 17 insertions(+), 15 deletions(-) + 1 file changed, 17 insertions(+), 15 deletions(-) commit 681bf89f5749a65f11e85697db089582a8aac380 Author: Milo Casagrande @@ -69680,7 +69808,7 @@ po/it.po | 215 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 124 insertions(+), 91 deletions(-) + 1 file changed, 124 insertions(+), 91 deletions(-) commit 52192715c5ea4dddd6bd42b8874fbb28412606ee Author: Gustavo Noronha Silva @@ -69704,7 +69832,7 @@ Add missing ; to make it build. libempathy-gtk/empathy-chat-text-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 72a91aa96ff999c6140e8d1ba8521fdfa03b38f3 Author: Alexander Shopov @@ -69714,7 +69842,7 @@ po/bg.po | 245 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 153 insertions(+), 92 deletions(-) + 1 file changed, 153 insertions(+), 92 deletions(-) commit 4b78d56f3ccf51285cac55e236ae371adcb436da Author: Gil Forcada @@ -69724,7 +69852,7 @@ po/ca.po | 1733 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 987 insertions(+), 746 deletions(-) + 1 file changed, 987 insertions(+), 746 deletions(-) commit ff1393e672b5e10fd7589a25349188ac6e9bbc73 Author: Gabriel Millaire @@ -69733,7 +69861,7 @@ Removed leak with g_string_free, added comment for 0xFFFC libempathy-gtk/empathy-chat-text-view.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 90f62ff1b5f9077482744ec8e218089d07fb8dc2 Author: Guillaume Desmottes @@ -69747,7 +69875,7 @@ this one should do as well. src/empathy-accounts-dialog.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 30d4036989990a22b4c40ffc2b805b57291b5548 Author: Theppitak Karoonboonyanan @@ -69757,7 +69885,7 @@ po/th.po | 2472 ++++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 1686 insertions(+), 786 deletions(-) + 1 file changed, 1686 insertions(+), 786 deletions(-) commit e6188730e17ae1e60bdc61034f0c31e015c6ccb9 Merge: 4f1c664 a6e2a62 @@ -69780,7 +69908,7 @@ upgrade Python bindings python/pyempathy/pyempathy.defs | 15 --------------- - 1 files changed, 0 insertions(+), 15 deletions(-) + 1 file changed, 15 deletions(-) commit 627db1c8bfa9b635ad01eb4c6eef64c6ac7378dd Author: Guillaume Desmottes @@ -69790,7 +69918,7 @@ been removed libempathy/empathy-account-manager.h | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 2acfc164bf9a1adb92e7cbb64328218132cce940 Author: Guillaume Desmottes @@ -69800,7 +69928,7 @@ been removed libempathy/empathy-tp-contact-list.h | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit c168aa58726f74d6df293ebbe18b62d4585a7017 Author: Xavier Claessens @@ -69821,7 +69949,7 @@ Fix the contact information dialog's window. libempathy-gtk/empathy-contact-dialogs.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f1a94b70df51d6fe024865b78f02141134ff491f Author: Guillaume Desmottes @@ -69831,7 +69959,7 @@ MAINTAINERS | 3 +++ empathy.doap | 6 ++++++ - 2 files changed, 9 insertions(+), 0 deletions(-) + 2 files changed, 9 insertions(+) commit cda1b2ba728779cc0728d1ed62619cefc22dec7b Author: Matej Urbančič @@ -69841,7 +69969,7 @@ po/sl.po | 98 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 62 insertions(+), 36 deletions(-) + 1 file changed, 62 insertions(+), 36 deletions(-) commit bf3271455ff554df3e0ae8e9323cb8f141c196e5 Author: Mario Blättermann @@ -69851,7 +69979,7 @@ help/de/de.po | 845 +++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 577 insertions(+), 268 deletions(-) + 1 file changed, 577 insertions(+), 268 deletions(-) commit fb6105962feb0455c0899fc04582678d42112197 Author: Milo Casagrande @@ -69860,7 +69988,7 @@ Updated italian translation po/it.po | 13 +++++++------ - 1 files changed, 7 insertions(+), 6 deletions(-) + 1 file changed, 7 insertions(+), 6 deletions(-) commit c2bb927bab8cba3fe9ca3e6a95eae88657cb4911 Author: Daniel Nylander @@ -69870,7 +69998,7 @@ po/sv.po | 311 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 179 insertions(+), 132 deletions(-) + 1 file changed, 179 insertions(+), 132 deletions(-) commit 3338f6365114f19790944d4e0f4741a8a3e50e72 Author: Milo Casagrande @@ -69879,8 +70007,8 @@ Updated Italian translation po/it.po | 171 - ++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 101 insertions(+), 70 deletions(-) + +++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 101 insertions(+), 70 deletions(-) commit c176057160c98197146fcfcd1c354b6c890dc707 Author: Mario Blättermann @@ -69890,7 +70018,7 @@ po/de.po | 249 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 136 insertions(+), 113 deletions(-) + 1 file changed, 136 insertions(+), 113 deletions(-) commit dff401109e3c25a4ce72ca59505aa08a841718cc Author: Guillaume Desmottes @@ -69899,7 +70027,7 @@ empathy-accounts-dialog: 'Create' button should be 'Next' on Moblin src/empathy-accounts-dialog.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit b32ef40cc7c4dfbc6376c37989e8203f744bc6de Author: Cosimo Cecchi @@ -69911,7 +70039,7 @@ Also, this fixes a crasher. libempathy-gtk/empathy-account-widget.c | 21 ++++----------------- - 1 files changed, 4 insertions(+), 17 deletions(-) + 1 file changed, 4 insertions(+), 17 deletions(-) commit 675a9ca2afc1f3ab506bc7b24d3fabf4b9c0ab7f Author: Guillaume Desmottes @@ -69921,7 +70049,7 @@ moblin specific libempathy-gtk/empathy-account-widget.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 9617b1fa7265ee6d1bda4bfba591107fb11a8df2 Author: Cosimo Cecchi @@ -69930,7 +70058,7 @@ Fix a typo in a string. src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5087ba96c4c93f03784c92eab3ffc212ef551b88 Author: Cosimo Cecchi @@ -69939,7 +70067,7 @@ Change strings for the remove dialog on the moblin build. src/empathy-accounts-dialog.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit fce1e0c10e9d02a010eceb1e5f3734b67a38b641 Author: Cosimo Cecchi @@ -69948,7 +70076,7 @@ Rename the Connect button to "Log in" on Moblin. libempathy-gtk/empathy-account-widget.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit abb123fcefb5ca1ecdeeb8ca2813de20da9f7e09 Author: Rob Bradford @@ -69964,7 +70092,7 @@ conversation and open the conversation window with the user. src/empathy-event-manager.c | 7 ------- - 1 files changed, 0 insertions(+), 7 deletions(-) + 1 file changed, 7 deletions(-) commit ce8d523beb33cd57df62715ae1cf1fad6a601366 Author: Guillaume Desmottes @@ -69973,7 +70101,7 @@ fix coding styles src/empathy-status-icon.c | 32 +++++++++++++++----------------- - 1 files changed, 15 insertions(+), 17 deletions(-) + 1 file changed, 15 insertions(+), 17 deletions(-) commit 817bde504ebb05cfefb136ba77450eab0c374dfa Author: Guillaume Desmottes @@ -69982,7 +70110,7 @@ empathy-status-icon: check if notification daemon supports actions src/empathy-status-icon.c | 22 +++++++++++++++++++++- - 1 files changed, 21 insertions(+), 1 deletions(-) + 1 file changed, 21 insertions(+), 1 deletion(-) commit d734b80c282ebb9120c630e1d6e7a8bad289daff Author: Guillaume Desmottes @@ -69994,7 +70122,7 @@ construction so libnotify has to be already initialized. src/empathy.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit ea995fbc6cc94712a4d10d931f48121c939db437 Author: Rob Bradford @@ -70007,7 +70135,7 @@ accomplished by clicking on the status icon. src/empathy-status-icon.c | 19 +++++++++++++++++++ - 1 files changed, 19 insertions(+), 0 deletions(-) + 1 file changed, 19 insertions(+) commit 34010895cf8b0915b5f6bb162ba6165271b48c3c Author: Guillaume Desmottes @@ -70016,8 +70144,8 @@ add event type to EmpathyEvent (#589409) src/empathy-event-manager.c | 52 - +++++++++++++++++++++++++----------------- - src/empathy-event-manager.h | 20 ++++++++++++---- + ++++++++++++++++++++++++++----------------- + src/empathy-event-manager.h | 20 ++++++++++++----- 2 files changed, 46 insertions(+), 26 deletions(-) commit 6b6983badfeb96c351829fc72816de849edbd5ad @@ -70042,7 +70170,7 @@ libempathy-gtk/empathy-cell-renderer-activatable.c | 148 +------------------- - 1 files changed, 3 insertions(+), 145 deletions(-) + 1 file changed, 3 insertions(+), 145 deletions(-) commit 267e769eda9406c324b19c308330143fde287cc8 Author: Cosimo Cecchi @@ -70051,7 +70179,7 @@ Return if the renderer has no pixbuf. libempathy-gtk/empathy-cell-renderer-activatable.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 991f4ed92181fae6c92a4d1b3506bc8d901b4a6c Author: Guillaume Desmottes @@ -70060,7 +70188,7 @@ empathy.schemas.in: s/criterium/criterion (#594308) data/empathy.schemas.in | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b62fa5c1f53e4bc8554e4071ed8249c5f5b49e4f Author: Pierre-Luc Beaudoin @@ -70069,7 +70197,7 @@ Rephrase geolocation preferences (#585957) src/empathy-preferences.ui | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 0e914b5142f3ca7c6f283edbbfda986dd570deaa Author: Gabriel Millaire @@ -70078,7 +70206,7 @@ Fixed a leak of str libempathy-gtk/empathy-chat-text-view.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d7cd12a662172eca0276c8bbe13fc1257e0d0609 Author: Gabriel Millaire @@ -70092,7 +70220,7 @@ libempathy-gtk/empathy-chat-text-view.c | 59 +++++++++++++++---------------- - libempathy-gtk/empathy-theme-boxes.c | 8 ++-- + libempathy-gtk/empathy-theme-boxes.c | 8 ++--- 2 files changed, 33 insertions(+), 34 deletions(-) commit 3f4adb1dc22d89c35b56ea5fa99a5976cfc101bb @@ -70106,9 +70234,9 @@ libempathy-gtk/empathy-chat-text-view.c | 47 ++++++++++++++++++++++++++++++- - libempathy-gtk/empathy-smiley-manager.c | 2 + - libempathy-gtk/empathy-theme-boxes.c | 11 +++++++ - 3 files changed, 59 insertions(+), 1 deletions(-) + libempathy-gtk/empathy-smiley-manager.c | 2 ++ + libempathy-gtk/empathy-theme-boxes.c | 11 ++++++++ + 3 files changed, 59 insertions(+), 1 deletion(-) commit d038bcbb47ea96e4c128f85f64897d557ea380b9 Author: Xavier Claessens @@ -70118,7 +70246,7 @@ js function for consecutive message. libempathy-gtk/empathy-theme-adium.c | 13 ++++++++----- - 1 files changed, 8 insertions(+), 5 deletions(-) + 1 file changed, 8 insertions(+), 5 deletions(-) commit 1d51095fdf7beea98a0a89c89d19b1dd1efec927 Author: Xavier Claessens @@ -70128,7 +70256,7 @@ bug #596317 libempathy-gtk/empathy-theme-adium.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 942b989926d9a4ebecafc1ecd0586be19ee4aeda Author: Xavier Claessens @@ -70139,7 +70267,7 @@ libempathy-gtk/empathy-theme-adium.c | 101 +++++++++++++++++----------------- - 1 files changed, 51 insertions(+), 50 deletions(-) + 1 file changed, 51 insertions(+), 50 deletions(-) commit b1661630396060bff43ce5f4e2aeefb7e292ea65 Author: Cosimo Cecchi @@ -70151,8 +70279,8 @@ option. src/empathy-accounts-dialog.c | 99 - +++++++++++++++++++++++++--------------- - 1 files changed, 62 insertions(+), 37 deletions(-) + ++++++++++++++++++++++++++--------------- + 1 file changed, 62 insertions(+), 37 deletions(-) commit 67fdffb909d907b62a4900b605c53f1288f31053 Author: Cosimo Cecchi @@ -70161,7 +70289,7 @@ Rename the Create button to Add on moblin. src/empathy-accounts-dialog.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 2a27b9a4f94d08614be03d915dbc261f30da9f42 Author: Cosimo Cecchi @@ -70170,7 +70298,7 @@ Disable account creation on moblin. src/empathy-accounts-dialog.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit ace52fb8ffdadc6795d1305de212e044a3625b19 Author: Cosimo Cecchi @@ -70179,7 +70307,7 @@ Add a spacing of 6 between the buttons. src/empathy-accounts-dialog.ui | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 150f031eb2d56c88a528bfc97650f2190b9822fd Author: Cosimo Cecchi @@ -70188,8 +70316,8 @@ Make sure the Add and Import buttons are always the same height. src/empathy-accounts-dialog.ui | 46 - +++++++++++++++++++++++---------------- - 1 files changed, 27 insertions(+), 19 deletions(-) + +++++++++++++++++++++++----------------- + 1 file changed, 27 insertions(+), 19 deletions(-) commit a1f8c26fcebd859e23dc4ee72b8215153aa728db Author: Cosimo Cecchi @@ -70198,7 +70326,7 @@ Don't expand/fill the import button. src/empathy-accounts-dialog.ui | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 20c14adfb956e9354ce7757fdd7647de8e7641a0 Author: Cosimo Cecchi @@ -70207,7 +70335,7 @@ Hide the action area if we're on moblin. src/empathy-accounts-dialog.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 78a64f4405ed0a6e690d5d165f4e3e13618c3db6 Author: Cosimo Cecchi @@ -70216,7 +70344,7 @@ Add a vertical padding to the rows. src/empathy-accounts-dialog.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 86cbe5d53c2826192741f179e3b434491f09c4a9 Author: Cosimo Cecchi @@ -70225,7 +70353,7 @@ Use the property in the accounts dialog. src/empathy-accounts-dialog.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 20d67de0b67588163800b633174d245dfd509f2e Author: Cosimo Cecchi @@ -70249,7 +70377,7 @@ help/de/de.po | 3041 +++++++++++++++++++++++++++++---------------------------- - 1 files changed, 1573 insertions(+), 1468 deletions(-) + 1 file changed, 1573 insertions(+), 1468 deletions(-) commit 32726fae58b90a02f3c6cdb7435d15966684cc37 Author: Cosimo Cecchi @@ -70261,7 +70389,7 @@ src/empathy-accounts-dialog.c | 17 ++++++++++++++++- src/empathy-accounts-dialog.ui | 11 +++++++++++ - 2 files changed, 27 insertions(+), 1 deletions(-) + 2 files changed, 27 insertions(+), 1 deletion(-) commit c637daaf5750c1809e05ff39fa2070591410aac3 Merge: ea2be64 51e36d3 @@ -70280,7 +70408,7 @@ Instant-apply the "enabled" setting. libempathy-gtk/empathy-account-widget.c | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit 51e36d3edfb6557c4cbafd81c534e6e633f393aa Author: Cosimo Cecchi @@ -70289,7 +70417,7 @@ Instant-apply the "enabled" setting. libempathy-gtk/empathy-account-widget.c | 21 ++++++++++++--------- - 1 files changed, 12 insertions(+), 9 deletions(-) + 1 file changed, 12 insertions(+), 9 deletions(-) commit c0c510473a1ac11e1718c7893f9276701b784eb6 Author: Cosimo Cecchi @@ -70299,7 +70427,7 @@ configure.ac | 28 ++++++++++++++++++++++++++++ libempathy-gtk/Makefile.am | 2 ++ - 2 files changed, 30 insertions(+), 0 deletions(-) + 2 files changed, 30 insertions(+) commit 05b934b4c03aa24f3be3ac493b7c7485756f6383 Author: Cosimo Cecchi @@ -70311,8 +70439,8 @@ an account enabled/disabled. libempathy-gtk/empathy-account-widget.c | 75 - ++++++++++++++++++++++++++++-- - 1 files changed, 70 insertions(+), 5 deletions(-) + ++++++++++++++++++++++++++++--- + 1 file changed, 70 insertions(+), 5 deletions(-) commit 125644f65e893c4f6922a7d0e88dbf08ebe08221 Author: Kentaro Kazuhama @@ -70322,7 +70450,7 @@ po/ja.po | 2465 ++++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 1678 insertions(+), 787 deletions(-) + 1 file changed, 1678 insertions(+), 787 deletions(-) commit 75d394d797214cd4bd5c2ff812d31c28fedd0eae Author: Milo Casagrande @@ -70331,7 +70459,7 @@ Updated Italian translation po/it.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 731b466318ee38df8917521ad99011225d5ff84e Author: Tomasz Dominikowski @@ -70341,7 +70469,7 @@ po/pl.po | 363 ++++++++++++++++++++------------------------------------------ - 1 files changed, 117 insertions(+), 246 deletions(-) + 1 file changed, 117 insertions(+), 246 deletions(-) commit 15fafb1a011fa2672712d7b8df4a2f59e25bc3ef Author: Bastien Nocera @@ -70350,7 +70478,7 @@ Update POTFILES to match new nst plugin name po/POTFILES.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0cd0ad2142e6722ffc620824e424277e1f622ce1 Author: Bastien Nocera @@ -70368,7 +70496,7 @@ nautilus-sendto-plugin/empathy-nautilus-sendto.c | 290 ++++++++++++++++++++++ po/POTFILES.in | 2 + - 5 files changed, 341 insertions(+), 0 deletions(-) + 5 files changed, 341 insertions(+) commit 3b1dc603c5f7174904bc1c6c01566700f0bab894 Author: Cosimo Cecchi @@ -70379,7 +70507,7 @@ This should fix bug #595945. src/empathy-call-window.c | 14 ++++++++++++-- - 1 files changed, 12 insertions(+), 2 deletions(-) + 1 file changed, 12 insertions(+), 2 deletions(-) commit afc13fa1d9a600647fa806a0b7c40446aca26658 Author: Jorge González @@ -70388,8 +70516,8 @@ Updated Spanish translation po/es.po | 108 - +++++++++++++++++++++++++++---------------------------------- - 1 files changed, 48 insertions(+), 60 deletions(-) + ++++++++++++++++++++++++++++---------------------------------- + 1 file changed, 48 insertions(+), 60 deletions(-) commit 360a16647a4fff130ab0c4c957adb28ddd71a3db Author: Xavier Claessens @@ -70398,7 +70526,7 @@ Fix little coding style src/empathy-chat-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 129fd234d566682e2ea839aa7a55f13cf3a72fb7 Author: Xavier Claessens @@ -70407,7 +70535,7 @@ Bump GLib requirement to 2.22.0 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit aebda6a7210c525cdbd6e878c508fed99b4ab7ab Author: Xavier Claessens @@ -70418,7 +70546,7 @@ This reverts commit 0343c43f77ab5e59c614af0c0fa60d518d78a774. libempathy/empathy-log-store-empathy.c | 9 +-------- - 1 files changed, 1 insertions(+), 8 deletions(-) + 1 file changed, 1 insertion(+), 8 deletions(-) commit 0e34ca788bcf7edd644139166175145b12ca037c Merge: 428ac42 e1d5864 @@ -70437,7 +70565,7 @@ currently selected, show a default icon. src/empathy-accounts-dialog.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 428ac420a4d6ccc2b7468c59232c98e05619f5fa Author: Cosimo Cecchi @@ -70446,7 +70574,7 @@ Don't always show the main window (#596044). src/empathy-main-window.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit eff3dea95f6aac46d5d4dda80d225c3464b403af Merge: d30b840 ea226b2 @@ -70463,7 +70591,7 @@ really be used not initialized anyway. libempathy-gtk/empathy-contact-list-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d30b840853d62cc54574372aeee1dd85d9b04aab Author: Will Thompson @@ -70474,7 +70602,7 @@ Fixes Gnome bug #595962. libempathy-gtk/empathy-cell-renderer-expander.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit cf5784fe3e77bedfe25f3b31dff6eb92e7a580ee Author: Olivier Le Thanh Duong @@ -70487,7 +70615,7 @@ src/empathy-map-view.c | 23 +++++++++++++++++++++++ src/empathy-map-view.ui | 10 ++++++++++ - 2 files changed, 33 insertions(+), 0 deletions(-) + 2 files changed, 33 insertions(+) commit 775ad4a575d720ef964d08e1ab12099da2f3af71 Author: Xavier Claessens @@ -70497,7 +70625,7 @@ because we don't link with -lm. libempathy-gtk/empathy-location-manager.c | 8 ++------ - 1 files changed, 2 insertions(+), 6 deletions(-) + 1 file changed, 2 insertions(+), 6 deletions(-) commit e1ac09b63ec657e8665540d4806a8d3cadef77ce Author: Xavier Claessens @@ -70506,7 +70634,7 @@ Bump version to 2.29.1 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 06d54b8496a7878bcc98b59ac74da61bac816735 Author: Xavier Claessens @@ -70516,8 +70644,8 @@ python/pyempathy/pyempathy.defs | 116 +++++++++++++++++++++++++++++++++ - python/pyempathygtk/pyempathygtk.defs | 22 ++++++ - 2 files changed, 138 insertions(+), 0 deletions(-) + python/pyempathygtk/pyempathygtk.defs | 22 +++++++ + 2 files changed, 138 insertions(+) commit 387058612889428532f1c7f6a9792e0d4aa7f1e5 Author: Xavier Claessens @@ -70526,7 +70654,7 @@ Update NEWS NEWS | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 57 insertions(+), 0 deletions(-) + 1 file changed, 57 insertions(+) commit 1f8c4430ca3b1e97c52e8bb76e2d2d2411fccd10 Author: Shaun McCance @@ -70576,7 +70704,7 @@ help/C/share-desktop.page | 2 ++ help/C/status-icons.page | 2 ++ help/C/video-call.page | 2 ++ - 42 files changed, 84 insertions(+), 0 deletions(-) + 42 files changed, 84 insertions(+) commit db0a8206853d58375960fabe1ae38267ba0576ec Merge: 3f69fec 1ca52da @@ -70604,7 +70732,7 @@ Add StreamMedia channelfilters with InitialAudio and InitialVideo src/empathy.c | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit 0863264ba49fbc3561084cac8c68e01748c7764c Author: Sjoerd Simons @@ -70613,7 +70741,7 @@ Set the ice-udp capability directly as well libempathy/empathy-dispatcher.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 2a68a8beb9a0cf4493f0370df175286603840144 Author: Yavor Doganov @@ -70623,7 +70751,7 @@ po/bg.po | 992 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 654 insertions(+), 338 deletions(-) + 1 file changed, 654 insertions(+), 338 deletions(-) commit 86b5fef59a5adca9a15f3743bbbea7bbe0adf8ad Author: Mattias Põldaru @@ -70632,7 +70760,7 @@ Updating Estonian translation po/et.po | 40 +++++++++++++++------------------------- - 1 files changed, 15 insertions(+), 25 deletions(-) + 1 file changed, 15 insertions(+), 25 deletions(-) commit 672166485bba1419dfc167a170a8bd9a6afe9b8e Author: Rajesh Ranjan @@ -70643,7 +70771,7 @@ po/LINGUAS | 1 + po/mai.po | 2815 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 2816 insertions(+), 0 deletions(-) + 2 files changed, 2816 insertions(+) commit f06b2c8323486f70643218e13b6ae9bc4206019e Merge: 5694ed5 ea8355c @@ -70660,7 +70788,7 @@ po/uk.po | 1059 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 680 insertions(+), 379 deletions(-) + 1 file changed, 680 insertions(+), 379 deletions(-) commit ea8355c99dc527d7602ce7b0c5bf3a83b2a8adaa Author: Jonny Lamb @@ -70675,7 +70803,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-presence-chooser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 362089ad2d09b2992453e567c6c39fb4bb356dbc Author: Jonny Lamb @@ -70693,7 +70821,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-idle.c | 31 +++++++++++++++++++++++++++++-- - 1 files changed, 29 insertions(+), 2 deletions(-) + 1 file changed, 29 insertions(+), 2 deletions(-) commit eba6377a41b2b4780850465f61a07d3030693269 Author: Lucian Adrian Grijincu @@ -70703,7 +70831,7 @@ po/ro.po | 2767 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1785 insertions(+), 982 deletions(-) + 1 file changed, 1785 insertions(+), 982 deletions(-) commit 5c9327240c2c1498a3441a8462d13ae479a0fae2 Author: Cosimo Cecchi @@ -70712,7 +70840,7 @@ Don't paste if the remote contact is disconnected (#595417). libempathy-gtk/empathy-chat.c | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit 847aa7cd822ea23d0619ebfdfcbee61ad374c42c Author: Will Thompson @@ -70722,7 +70850,7 @@ libempathy/empathy-tp-contact-factory.c | 49 ++++++++++++------------------- - 1 files changed, 19 insertions(+), 30 deletions(-) + 1 file changed, 19 insertions(+), 30 deletions(-) commit 7eb816f6c5ce610f767a40f387f0b4aef2a6e153 Author: Will Thompson @@ -70738,7 +70866,7 @@ libempathy/empathy-tp-contact-factory.c | 60 +++++++++++++++---------------- - 1 files changed, 29 insertions(+), 31 deletions(-) + 1 file changed, 29 insertions(+), 31 deletions(-) commit 8dfca8c1e51261928a12bcf62014927ebd279206 Author: Žygimantas Beručka @@ -70748,7 +70876,7 @@ po/lt.po | 1266 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 833 insertions(+), 433 deletions(-) + 1 file changed, 833 insertions(+), 433 deletions(-) commit bc3deb13a79fa311f9b0926f916673db3a8868e9 Author: Ilkka Tuohela @@ -70758,7 +70886,7 @@ po/fi.po | 1183 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 657 insertions(+), 526 deletions(-) + 1 file changed, 657 insertions(+), 526 deletions(-) commit e560183ac77e780c9ee732a2daf8d75cf0d823ca Author: Xavier Claessens @@ -70767,7 +70895,7 @@ Fix indentation of previous patch libempathy/empathy-contact.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 59741e29701de30b3cdb34a38cab4b48dd2384e7 Author: Xavier Claessens @@ -70776,7 +70904,7 @@ empathy_avatar_new takes ownership of arguments. Do not free filename. libempathy/empathy-contact.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit bbcee82de3ff150cf51c3cefa945e8ababcde4d7 Author: Tomasz Dominikowski @@ -70785,7 +70913,7 @@ Update Polish translation po/pl.po | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 064115126f2af7b527c05bdfc1935257105e581e Author: Tomasz Dominikowski @@ -70794,7 +70922,7 @@ Update Polish translation po/pl.po | 54 +++++++++++++++++++++++++++--------------------------- - 1 files changed, 27 insertions(+), 27 deletions(-) + 1 file changed, 27 insertions(+), 27 deletions(-) commit b3a02f8d04f843a508b1671782d2c63a5e89b170 Author: Piotr Drąg @@ -70803,8 +70931,8 @@ Updated Polish translation po/pl.po | 79 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 40 insertions(+), 39 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 40 insertions(+), 39 deletions(-) commit b1cd5c5bfaa4b0e8095bf35d6c2dd31d4967f619 Author: Piotr Drąg @@ -70813,7 +70941,7 @@ Updated Polish translation po/pl.po | 19 ++++++++++--------- - 1 files changed, 10 insertions(+), 9 deletions(-) + 1 file changed, 10 insertions(+), 9 deletions(-) commit f217cea60098ef05e1e3cc34464688b1c0610f4f Author: Matej Urbančič @@ -70822,7 +70950,7 @@ Updated Slovenian translation po/sl.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 178f99d48523f37ee95cf21384b52874047d4e9b Author: Matej Urbančič @@ -70832,7 +70960,7 @@ po/sl.po | 2755 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 1831 insertions(+), 924 deletions(-) + 1 file changed, 1831 insertions(+), 924 deletions(-) commit 69115f671d48fc76e4fb033268062a815bfe957e Author: Antón Méixome @@ -70842,7 +70970,7 @@ po/gl.po | 1038 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 669 insertions(+), 369 deletions(-) + 1 file changed, 669 insertions(+), 369 deletions(-) commit d18a42aba704a59875a95ecb51838c77722a8990 Author: Amitakhya Phukan @@ -70853,7 +70981,7 @@ po/LINGUAS | 1 + po/as.po | 2854 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 2855 insertions(+), 0 deletions(-) + 2 files changed, 2855 insertions(+) commit e1d2138e205e9e86a6046a00db184c5d25805b62 Author: Cosimo Cecchi @@ -70862,7 +70990,7 @@ Only handle manually text channels. libempathy/empathy-dispatcher.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 3c3d82a778c7f085bb0f9250c8ea109019a7a5e1 Author: Cosimo Cecchi @@ -70871,7 +70999,7 @@ Dispatch existing channels once we initialize the connection. libempathy/empathy-dispatcher.c | 21 +++++++++++++++++++++ - 1 files changed, 21 insertions(+), 0 deletions(-) + 1 file changed, 21 insertions(+) commit 324a3823750279b14a6251c793bf36a7a821faa6 Author: Gabor Kelemen @@ -70880,8 +71008,8 @@ Updated Hungarian translation po/hu.po | 166 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 92 insertions(+), 74 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 92 insertions(+), 74 deletions(-) commit 197cdb5ad8eddc57cd99c29790e71aa684915569 Author: Runa Bhattacharjee @@ -70891,7 +71019,7 @@ po/bn_IN.po | 175 +++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 105 insertions(+), 70 deletions(-) + 1 file changed, 105 insertions(+), 70 deletions(-) commit 92d9677c07a4591869cab86b27e21676221cf614 Author: Yaron Shahrabani @@ -70901,7 +71029,7 @@ po/he.po | 283 ++++++++++++++++++++++++++++---------------------------------- - 1 files changed, 128 insertions(+), 155 deletions(-) + 1 file changed, 128 insertions(+), 155 deletions(-) commit f1e62154f1e4469f7c4aad118b5e751a3e28a495 Author: krishnababu k @@ -70911,7 +71039,7 @@ po/te.po | 1645 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 860 insertions(+), 785 deletions(-) + 1 file changed, 860 insertions(+), 785 deletions(-) commit faa44db1d31171e757d52338b6f549476a2917c5 Author: Cosimo Cecchi @@ -70920,7 +71048,7 @@ Fix long lines. libempathy/empathy-dispatcher.c | 14 ++++++++------ - 1 files changed, 8 insertions(+), 6 deletions(-) + 1 file changed, 8 insertions(+), 6 deletions(-) commit 36fcf8ff5514a2e2d941a0f9544098db25b3d8d4 Author: Cosimo Cecchi @@ -70931,8 +71059,8 @@ So we can catch opened channels as well, e.g. if we crashed. libempathy/empathy-dispatcher.c | 52 - +++++++++++++++++++++++++++++++------- - 1 files changed, 42 insertions(+), 10 deletions(-) + +++++++++++++++++++++++++++++++-------- + 1 file changed, 42 insertions(+), 10 deletions(-) commit 93bc2c62fc9ae522b2d23d7354d0881936c72faa Author: Cosimo Cecchi @@ -70941,7 +71069,7 @@ Release the busname on disposal. libempathy/empathy-handler.c | 35 +++++++++++++++++++++++++++++++---- - 1 files changed, 31 insertions(+), 4 deletions(-) + 1 file changed, 31 insertions(+), 4 deletions(-) commit c490644841baa24bb39e6078ebd121f3883c1b2f Author: Milo Casagrande @@ -70950,7 +71078,7 @@ [help] Fixed MSN support of audio/video call, chenged to Yes help/C/audio-video.page | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 0b235f9223d30ea4a62c692cac65fa509f824635 Author: Sjoerd Simons @@ -70959,7 +71087,7 @@ Use : instead of / to seperate account and contact id megaphone/src/megaphone-applet.c | 18 +++++++++++------- - 1 files changed, 11 insertions(+), 7 deletions(-) + 1 file changed, 11 insertions(+), 7 deletions(-) commit c1b66fcb4e53cfa4207510541f2144ca605a5d98 Author: Sjoerd Simons @@ -70968,7 +71096,7 @@ Correctly split and sanity check dropped contacts libempathy-gtk/empathy-contact-list-view.c | 16 +++++++++------- - 1 files changed, 9 insertions(+), 7 deletions(-) + 1 file changed, 9 insertions(+), 7 deletions(-) commit c5f8856f80196642a8df35af72160ce9b260efdd Author: Sjoerd Simons @@ -70977,7 +71105,7 @@ Ignore the drop if we can't get the right information from it src/empathy-chat-window.c | 22 ++++++++++++++++------ - 1 files changed, 16 insertions(+), 6 deletions(-) + 1 file changed, 16 insertions(+), 6 deletions(-) commit dea33b57496a4aa8f5c3d6a9e541c95b54196fb3 Author: Cosimo Cecchi @@ -70998,7 +71126,7 @@ Sometimes, reworking trivial patches goes bad... libempathy-gtk/empathy-ui-utils.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit ff5b9397a4a2ca0e1b918b196cc14f9c6634d013 Author: Steve Frécinaux @@ -71018,7 +71146,7 @@ This fixes Bug 593883 - Empathy misbehaviour within gnome-shell. libempathy-gtk/empathy-ui-utils.c | 14 ++++++-------- - 1 files changed, 6 insertions(+), 8 deletions(-) + 1 file changed, 6 insertions(+), 8 deletions(-) commit 590428c77768377bcc5678364380b136fda96f35 Author: Pierre-Luc Beaudoin @@ -71027,7 +71155,7 @@ Depend on released libchamplain 0.4 configure.ac | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit fe0dd31c143abf6fa1e9a0a9c14f92508617d218 Author: Cosimo Cecchi @@ -71037,7 +71165,7 @@ libempathy/empathy-account-settings.c | 3 +++ libempathy/empathy-contact.c | 2 ++ - 2 files changed, 5 insertions(+), 0 deletions(-) + 2 files changed, 5 insertions(+) commit 178e57939162526089e56b8bd033ca2dcbb8f943 Author: Astur @@ -71048,7 +71176,7 @@ po/LINGUAS | 1 + po/ast.po | 2940 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 2941 insertions(+), 0 deletions(-) + 2 files changed, 2941 insertions(+) commit f3b365193241950efbe62737bcf049ac7d66d9c4 Author: Cosimo Cecchi @@ -71057,7 +71185,7 @@ Check for NULL sink. src/empathy-call-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit e6193d56618533455724a7ec82e4f275a81967c0 Author: Cosimo Cecchi @@ -71067,7 +71195,7 @@ src/empathy-call-window.c | 55 +++++++++++++++++++++++++++------------------ - 1 files changed, 33 insertions(+), 22 deletions(-) + 1 file changed, 33 insertions(+), 22 deletions(-) commit 1d14dfb12afb8f2cdd8db903573665799b4c7311 Author: Cosimo Cecchi @@ -71076,7 +71204,7 @@ Move the toolbar setup after we initialize the audio output src/empathy-call-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b49a67f96c17eed32be230bf8b6e59eb54ca595f Author: Runa Bhattacharjee @@ -71086,7 +71214,7 @@ po/bn_IN.po | 2099 ++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 1140 insertions(+), 959 deletions(-) + 1 file changed, 1140 insertions(+), 959 deletions(-) commit ba50e508b7552acf9c1652bd7a8ccb6e1ea6a6b7 Author: Cosimo Cecchi @@ -71095,7 +71223,7 @@ Fix a long line. src/empathy-import-pidgin.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 3a91ef0255c807c3e60f0a153b81ea3b1b427343 Author: Cosimo Cecchi @@ -71106,7 +71234,7 @@ We used to hardcode UINT, but this does not work for haze CMs. src/empathy-import-pidgin.c | 33 ++++++++++++++++++++++++++++----- - 1 files changed, 28 insertions(+), 5 deletions(-) + 1 file changed, 28 insertions(+), 5 deletions(-) commit 6f1ccfd73f5bc6446b50f1d557691b90b1024210 Author: Cosimo Cecchi @@ -71115,7 +71243,7 @@ Move accounts assignment after the CMS are ready src/empathy-import-widget.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 3ee3162a25751ce528cf84661b2d515820b15cfb Author: Cosimo Cecchi @@ -71125,8 +71253,8 @@ src/empathy-import-utils.c | 44 +++++++++++++++++++++++++++++++++++++++++++ - src/empathy-import-utils.h | 4 +++ - src/empathy-import-widget.c | 31 ++++------------------------- + src/empathy-import-utils.h | 4 ++++ + src/empathy-import-widget.c | 31 +++++------------------------- 3 files changed, 53 insertions(+), 26 deletions(-) commit ddcb7848002b70bc8950d45a9079582a8787c394 @@ -71154,7 +71282,7 @@ Fixes gnome bug #594890 libempathy-gtk/empathy-video-widget.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit 38cf0499b0329c0556cb2adc2460fb234c596a43 Author: Sjoerd Simons @@ -71164,7 +71292,7 @@ for a log libempathy/empathy-contact.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6d7f7edd8ee8290d0e07441523d6c9e44ed0a38d Author: Sjoerd Simons @@ -71174,7 +71302,7 @@ know it libempathy/empathy-log-store-empathy.c | 18 ++++-------------- - 1 files changed, 4 insertions(+), 14 deletions(-) + 1 file changed, 4 insertions(+), 14 deletions(-) commit c558a5ee937d50332885003c87a1b8c8520a412a Author: Sjoerd Simons @@ -71183,7 +71311,7 @@ Ensure we don't add the same contact twice at the top-level libempathy-gtk/empathy-contact-list-store.c | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + 1 file changed, 18 insertions(+) commit cbe0d0b4ecbffe71334fa7c25ff49612c521cf3d Author: Sjoerd Simons @@ -71193,7 +71321,7 @@ the list libempathy/empathy-tp-chat.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 074c63227fd6bd3ce7bae43135d0ff7e2bf37ba8 Author: Sjoerd Simons @@ -71202,7 +71330,7 @@ Ensure the notification callback data is always freed src/empathy-chat-window.c | 26 ++++++++++++++++++++------ - 1 files changed, 20 insertions(+), 6 deletions(-) + 1 file changed, 20 insertions(+), 6 deletions(-) commit 733da7c7268c0c77b7cb39701b4f9f1f15d63fd2 Author: Sjoerd Simons @@ -71211,7 +71339,7 @@ Fix potential usage of an unitialized value src/empathy-import-mc4-accounts.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0c620b73bc183858e16e859c66ab5c04baf176b8 Author: Ask H. Larsen @@ -71221,7 +71349,7 @@ po/da.po | 227 ++++++++++++++++++++++++-------------------------------------- - 1 files changed, 88 insertions(+), 139 deletions(-) + 1 file changed, 88 insertions(+), 139 deletions(-) commit 966524dc7fa0f85616f6b92714d10e39e652b2fc Author: Chao-Hsiung Liao @@ -71230,9 +71358,9 @@ Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 216 - +++++++++++++++++++++++++++++----------------------------- + +++++++++++++++++++++++++++++------------------------------ po/zh_TW.po | 216 - +++++++++++++++++++++++++++++----------------------------- + +++++++++++++++++++++++++++++------------------------------ 2 files changed, 216 insertions(+), 216 deletions(-) commit a25a901fe2999b7f1af294ffc527b4d5373499fa @@ -71243,7 +71371,7 @@ po/en_GB.po | 2604 ++++++++++++++++++++++++++++++++++++++++------------------- - 1 files changed, 1752 insertions(+), 852 deletions(-) + 1 file changed, 1752 insertions(+), 852 deletions(-) commit 0975d0897b78e859f6f4cd94e258f45840ca20e8 Author: Kenneth Nielsen @@ -71253,7 +71381,7 @@ po/da.po | 2806 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1800 insertions(+), 1006 deletions(-) + 1 file changed, 1800 insertions(+), 1006 deletions(-) commit 3f86788bd5ce08cfd5e77c25881ac42c4d2d54c0 Author: Jamil Ahmed @@ -71264,7 +71392,7 @@ po/LINGUAS | 1 + po/bn.po | 2965 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 2966 insertions(+), 0 deletions(-) + 2 files changed, 2966 insertions(+) commit 16c2a05f2036683dad271d89ab2b338c96506752 Author: Frédéric Péters @@ -71273,7 +71401,7 @@ remove duplicated id in yahoo account ui file (GNOME bug 594776) libempathy-gtk/empathy-account-widget-yahoo.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 54884e32bd264b2519ff3d3172f2b25791bb9e3c Author: Duarte Loreto @@ -71283,7 +71411,7 @@ po/pt.po | 2617 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 1725 insertions(+), 892 deletions(-) + 1 file changed, 1725 insertions(+), 892 deletions(-) commit fbbd61a878ebb1f0384b63370d202b70a9360a48 Author: Shankar Prasad @@ -71293,7 +71421,7 @@ po/kn.po | 239 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 146 insertions(+), 93 deletions(-) + 1 file changed, 146 insertions(+), 93 deletions(-) commit ec08c46daf6963fe7f9d28dc581973686c4f2c1e Author: Rajesh Ranjan @@ -71303,7 +71431,7 @@ po/hi.po | 2587 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 1708 insertions(+), 879 deletions(-) + 1 file changed, 1708 insertions(+), 879 deletions(-) commit aae4d7884219746b0a572ce4f19d7358e716e8ad Author: Baris Cicek @@ -71312,8 +71440,8 @@ Updated Turkish translation. po/tr.po | 310 - +++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 188 insertions(+), 122 deletions(-) + +++++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 188 insertions(+), 122 deletions(-) commit 0c24d4c40532127dba6f197b8e3f59ddbc12781b Author: Mario Blättermann @@ -71323,7 +71451,7 @@ help/de/de.po | 4023 ++++++++++++++++++++++++++++++++++++++++++--------------- - 1 files changed, 2971 insertions(+), 1052 deletions(-) + 1 file changed, 2971 insertions(+), 1052 deletions(-) commit 2a6b5684bd4e73e284b743af665322252f4a8649 Author: Shaun McCance @@ -71332,7 +71460,7 @@ [help] Adding geolocation note about servers supporting PEP help/C/geolocation-not-showing.page | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit d8e6d9a444325fa428fb27faabdbd605ce91e8d5 Author: Guillaume Desmottes @@ -71349,7 +71477,7 @@ Check if ConnectionData so Empathy won't crash in such case. libempathy/empathy-dispatcher.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit a64a6378eb3098be9e51d1dda253f7fb0c4c1fa3 Author: Shaun McCance @@ -71377,7 +71505,7 @@ empathy_account_settings_get returned NULL (#594653) libempathy/empathy-account-settings.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 46db0404512f9970483af8878ed826c43693c1b3 Author: Shaun McCance @@ -71403,7 +71531,7 @@ help/C/start-conversation.page | 71 ---------------------------------------- help/Makefile.am | 1 - - 2 files changed, 0 insertions(+), 72 deletions(-) + 2 files changed, 72 deletions(-) commit 45c141e27c6b99bf6824157e597ea379bf45c90c Author: Kostas Papadimas @@ -71413,7 +71541,7 @@ po/el.po | 2674 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1682 insertions(+), 992 deletions(-) + 1 file changed, 1682 insertions(+), 992 deletions(-) commit 9f82d7f6c050d574c1e9f48de05b7feb44f1b78b Author: Praveen Arimbrathodiyil @@ -71423,7 +71551,7 @@ po/ml.po | 2487 ++++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 1694 insertions(+), 793 deletions(-) + 1 file changed, 1694 insertions(+), 793 deletions(-) commit c8b0380c6788d5682f511734ba54ae808fafded3 Author: Cosimo Cecchi @@ -71432,7 +71560,7 @@ Bump telepathy-glib requirement to 0.7.35 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ec8548b264514c8d999ad6cb66c80805857943ee Author: Guillaume Desmottes @@ -71441,7 +71569,7 @@ start dev of 2.28.0 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9a55fa969dd580a88f271478d1a6077e034d7022 Author: Guillaume Desmottes @@ -71450,7 +71578,7 @@ upgrade NEWS for 2.27.92 NEWS | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 61 insertions(+), 0 deletions(-) + 1 file changed, 61 insertions(+) commit 0c16a75d15e2dd16011f615406176711613a93fa Author: Shaun McCance @@ -71503,8 +71631,8 @@ Signed-off-by: Jonny Lamb src/empathy.c | 86 - +++++++++++++++++++------------------------------------- - 1 files changed, 29 insertions(+), 57 deletions(-) + +++++++++++++++++++-------------------------------------- + 1 file changed, 29 insertions(+), 57 deletions(-) commit 0cfd64b658e967d9e2257bb21aa43dce4762ee29 Author: Sjoerd Simons @@ -71513,7 +71641,7 @@ Bump the libempathy and libempathy-gtk sonames again configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit bad3a4a0e80429a37eb02c2c59c3a60541ef41e0 Author: Sjoerd Simons @@ -71522,7 +71650,7 @@ fix typo src/empathy.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e423acc109dbfce1c34a23769c385dd38410f1f5 Author: Jonny Lamb @@ -71534,7 +71662,7 @@ src/empathy.c | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 123 insertions(+), 0 deletions(-) + 1 file changed, 123 insertions(+) commit b2ef2b768c2dbf77ff8647243862f183bb52cce0 Author: Jonny Lamb @@ -71545,7 +71673,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-chatroom-manager.c | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + 1 file changed, 18 insertions(+) commit abc3ceffca882c47c1b8678deb304f4d7d60955e Author: Sandeep Shedmake @@ -71555,7 +71683,7 @@ po/mr.po | 306 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 187 insertions(+), 119 deletions(-) + 1 file changed, 187 insertions(+), 119 deletions(-) commit 475604709d371c12f256f3c4b65280a1fa0c0e43 Author: Sweta Kothari @@ -71565,7 +71693,7 @@ po/gu.po | 246 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 148 insertions(+), 98 deletions(-) + 1 file changed, 148 insertions(+), 98 deletions(-) commit d8eccd299879640268f1ec96222991644dd5ba3e Author: Piotr Drąg @@ -71575,7 +71703,7 @@ po/pl.po | 3697 ++++++++++++++++++++++++++++---------------------------------- - 1 files changed, 1663 insertions(+), 2034 deletions(-) + 1 file changed, 1663 insertions(+), 2034 deletions(-) commit 1f5c37347a4d759b8f3b56e3e9986a3f255b893c Author: Inaki Larranaga Murgoitio @@ -71584,7 +71712,7 @@ Updated Basque language po/eu.po | 40 +++++++++++++++++++++++++++++++++++++--- - 1 files changed, 37 insertions(+), 3 deletions(-) + 1 file changed, 37 insertions(+), 3 deletions(-) commit 472ce530b4bc8d225ed9e579fbe1a8f6f6d98c4a Author: Ivar Smolin @@ -71593,7 +71721,7 @@ Updating Estonian translation po/et.po | 43 +++++++++++++++++++++++-------------------- - 1 files changed, 23 insertions(+), 20 deletions(-) + 1 file changed, 23 insertions(+), 20 deletions(-) commit b65f80f53709c7dd9235612d7277c282f9193e81 Author: Jonny Lamb @@ -71604,7 +71732,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-tp-contact-factory.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit ef621c236f7127f984e5796394264f2babd1920d Author: Branko Kokanović @@ -71625,7 +71753,7 @@ Convert Pidgin's int values to uints src/empathy-import-pidgin.c | 7 +++++-- - 1 files changed, 5 insertions(+), 2 deletions(-) + 1 file changed, 5 insertions(+), 2 deletions(-) commit e0c20c667a0a15a07b7cab30337f1078038968f3 Author: Cosimo Cecchi @@ -71634,7 +71762,7 @@ Fix a long line src/empathy-accounts-dialog.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 36809360e48fef7729b43ccc4416ed2b118fa459 Author: Cosimo Cecchi @@ -71643,7 +71771,7 @@ Manually handle delete events. src/empathy-accounts-dialog.c | 13 ++++++++++++- - 1 files changed, 12 insertions(+), 1 deletions(-) + 1 file changed, 12 insertions(+), 1 deletion(-) commit 3f5b50c88c4e87fcf6a2b340655179764fe07848 Author: A S Alam @@ -71653,7 +71781,7 @@ po/pa.po | 1537 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 942 insertions(+), 595 deletions(-) + 1 file changed, 942 insertions(+), 595 deletions(-) commit b6c586b2b29bf4a402da525a538430a99871d253 Author: Milo Casagrande @@ -71663,7 +71791,7 @@ po/it.po | 206 +------------------------------------------------------------- - 1 files changed, 2 insertions(+), 204 deletions(-) + 1 file changed, 2 insertions(+), 204 deletions(-) commit 650e90377f5cbd976ead1e1c3171ac69566fc9f4 Author: Jonny Lamb @@ -71676,7 +71804,7 @@ libempathy/empathy-chatroom-manager.c | 32 +++++++++++++++++++++++++++++++- - 1 files changed, 31 insertions(+), 1 deletions(-) + 1 file changed, 31 insertions(+), 1 deletion(-) commit 9e50c6c125ae7db79ce1c79c50403ba8e9670d4c Author: Milo Casagrande @@ -71698,7 +71826,7 @@ po/hu.po | 2309 +++++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 1521 insertions(+), 788 deletions(-) + 1 file changed, 1521 insertions(+), 788 deletions(-) commit 994ead0a4635d7aef920ea04e5bc23c5dfb4598f Author: Ivar Smolin @@ -71708,7 +71836,7 @@ po/et.po | 114 ++++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 77 insertions(+), 37 deletions(-) + 1 file changed, 77 insertions(+), 37 deletions(-) commit 7ad87858b7d15ec184149023a3278d0a26d47171 Author: Shaun McCance @@ -71729,7 +71857,7 @@ help/C/audio-call.page | 64 ++++++++++------------- help/C/audio-video.page | 132 ++++++++++++++++++++++++++++++++++------------- - help/C/video-call.page | 57 +++++++++------------ + help/C/video-call.page | 57 +++++++++----------- 3 files changed, 148 insertions(+), 105 deletions(-) commit 539195fab693e734688827d70934df5ef983092c @@ -71739,7 +71867,7 @@ [help] Fixed a wrong full stop on a title help/C/irc-start-conversation.page | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 54efd9ec89f13ef8fc53744c0218c3a4dd8a8a61 Author: Milo Casagrande @@ -71749,7 +71877,7 @@ po/it.po | 2476 ++++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 1676 insertions(+), 800 deletions(-) + 1 file changed, 1676 insertions(+), 800 deletions(-) commit f520ac2a3b78567276d0a531a7517afdb1142d67 Author: Christian Kirbach @@ -71758,8 +71886,8 @@ Updated German translation po/de.po | 247 - ++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 154 insertions(+), 93 deletions(-) + +++++++++++++++++++++++++++++++++++++++----------------------- + 1 file changed, 154 insertions(+), 93 deletions(-) commit 430f4ef62308439a0e2edb29e6c08165ceff4d8e Author: Guillaume Desmottes @@ -71771,7 +71899,7 @@ data/icons/hicolor_apps_16x16_im-facebook.png | Bin 0 -> 552 bytes data/icons/hicolor_apps_22x22_im-facebook.png | Bin 0 -> 731 bytes data/icons/hicolor_apps_48x48_im-facebook.png | Bin 0 -> 1521 bytes - 4 files changed, 3 insertions(+), 0 deletions(-) + 4 files changed, 3 insertions(+) commit 2778b79973dfd9a99cc049950f6c4c3546564b86 Author: Mark Krapivner @@ -71781,7 +71909,7 @@ po/he.po | 1203 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 740 insertions(+), 463 deletions(-) + 1 file changed, 740 insertions(+), 463 deletions(-) commit 785daf06de0021a59694d0d5a7b697d60777064b Author: Shaun McCance @@ -71819,7 +71947,7 @@ po/eu.po | 164 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 106 insertions(+), 58 deletions(-) + 1 file changed, 106 insertions(+), 58 deletions(-) commit 2bbaffa8f49b4490a65411012393c5576b631ac5 Author: Olivier Crête @@ -71828,7 +71956,7 @@ Limit the x264enc bitrate data/element-properties | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6488514c86e32c4f2f3914cf8f4b77c3388b0ce6 Author: Fábio Nogueira @@ -71839,7 +71967,7 @@ po/pt_BR.po | 1575 ++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 854 insertions(+), 721 deletions(-) + 1 file changed, 854 insertions(+), 721 deletions(-) commit b5cb6b662d66c8230f406c5da0697793d271e8d3 Author: Olivier Crête @@ -71849,7 +71977,7 @@ src/empathy-call-window.c | 48 +++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 48 insertions(+), 0 deletions(-) + 1 file changed, 48 insertions(+) commit b7c5ae7a1ae29b6acedfffde3d4319d3cfe15bc9 Author: Olivier Crête @@ -71859,7 +71987,7 @@ is closed libempathy/empathy-call-handler.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit cd494555f232b36409361f4a35cdd8b35cd9ed63 Author: Olivier Crête @@ -71868,7 +71996,7 @@ callback is for handler no TfChannel src/empathy-call-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 43ce322dd93f7294affa1847c6f311f7be176d67 Author: Olivier Crête @@ -71880,7 +72008,7 @@ displayed. src/empathy.c | 22 ++++++++++++++-------- - 1 files changed, 14 insertions(+), 8 deletions(-) + 1 file changed, 14 insertions(+), 8 deletions(-) commit 6288040da442c9e7cc7c2f1b8bfab13515a3d4a1 Author: Shaun McCance @@ -71889,15 +72017,15 @@ [help] More reviews and updates for account management topics help/C/add-contact.page | 32 ++++----- - help/C/change-status.page | 28 ++++--- + help/C/change-status.page | 28 ++++---- help/C/disable-account.page | 62 +++++++---------- help/C/figures/offline.png | Bin 0 -> 405 bytes help/C/index.page | 22 +++--- help/C/prev-conv.page | 159 ++++++++++++++++++------------------------- - help/C/remove-account.page | 62 ++++++----------- - help/C/status-icons.page | 128 ++++++++++++++--------------------- - help/Makefile.am | 6 ++- + help/C/remove-account.page | 62 +++++++---------- + help/C/status-icons.page | 128 ++++++++++++++-------------------- + help/Makefile.am | 6 +- 9 files changed, 211 insertions(+), 288 deletions(-) commit 8103a1764926a892a748aa04697245509ba672cd @@ -71906,16 +72034,16 @@ [help] Completed review of some pages - help/C/accounts-window.page | 5 +++- - help/C/add-account.page | 5 +++- - help/C/irc-join-pwd.page | 9 +++++-- - help/C/irc-join-room.page | 5 +++- - help/C/irc-manage.page | 25 ++++++++++++++-------- - help/C/irc-nick-password.page | 9 +++++-- - help/C/irc-send-file.page | 28 +++++++++++++++++++++++++ + help/C/accounts-window.page | 5 ++++- + help/C/add-account.page | 5 ++++- + help/C/irc-join-pwd.page | 9 ++++++--- + help/C/irc-join-room.page | 5 ++++- + help/C/irc-manage.page | 25 ++++++++++++++--------- + help/C/irc-nick-password.page | 9 ++++++--- + help/C/irc-send-file.page | 28 ++++++++++++++++++++++++++ help/C/irc-sending-file.page | 25 ----------------------- help/C/irc-start-conversation.page | 39 - +++++++++++++---------------------- + ++++++++++++++---------------------- help/Makefile.am | 2 +- 10 files changed, 84 insertions(+), 68 deletions(-) @@ -71936,7 +72064,7 @@ Fix long lines. libempathy/empathy-dispatcher.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 3e83992d52dcde84723dc31129546d4e78877f15 Author: Cosimo Cecchi @@ -71947,7 +72075,7 @@ It has to own a reference, as it will unref when free-ing the struct. libempathy/empathy-dispatcher.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 182f1d1d62275355fa248fcdb9ea9b9a09a60e08 Author: Cosimo Cecchi @@ -71964,7 +72092,7 @@ libempathy/empathy-dispatcher.c | 3 +++ libempathy/empathy-handler.c | 11 +++++++++++ - 2 files changed, 14 insertions(+), 0 deletions(-) + 2 files changed, 14 insertions(+) commit 834d75c763532d104e21a9add828d4a10afb799b Author: Kjartan Maraas @@ -71974,7 +72102,7 @@ po/nb.po | 942 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 609 insertions(+), 333 deletions(-) + 1 file changed, 609 insertions(+), 333 deletions(-) commit fdc260402b8cebded24053eb50dc09c3cc8a1608 Author: Davyd Madeley @@ -71983,7 +72111,7 @@ Fix duplicate XML ids in GtkBuilder file that stopped it from loading libempathy-gtk/empathy-account-widget-jabber.ui | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 577518e4c14b563c32d8486592f2c670acb9b857 Author: Davyd Madeley @@ -72008,7 +72136,7 @@ memory. libempathy-gtk/empathy-ui-utils.c | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit 08c465a2d1b55d42834d338c562e7fde42273d0f Author: Daniel Nylander @@ -72018,7 +72146,7 @@ po/sv.po | 320 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 192 insertions(+), 128 deletions(-) + 1 file changed, 192 insertions(+), 128 deletions(-) commit ab8b4d3b38e0baa79268bab514a7836b7db474c8 Author: Louis-Francis Ratté-Boulianne @@ -72029,7 +72157,7 @@ arguments src/empathy-accounts-dialog.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 687f31af1f31e84b52202a044353c442a0d0138f Author: Claude Paroz @@ -72041,7 +72169,7 @@ po/fr.po | 1551 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 879 insertions(+), 672 deletions(-) + 1 file changed, 879 insertions(+), 672 deletions(-) commit 158af0ec152bc4d8037e1f08890abaf6625b06af Author: Jorge González @@ -72051,7 +72179,7 @@ po/es.po | 248 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 147 insertions(+), 101 deletions(-) + 1 file changed, 147 insertions(+), 101 deletions(-) commit 1b161e754f1aafd32ec477d24341684fd97adfca Author: Shaun McCance @@ -72060,7 +72188,7 @@ [help] Remove irc-account from Makefile.am help/Makefile.am | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 97332942b44691aaa9105e63188145699af674b1 Author: Sjoerd Simons @@ -72069,8 +72197,8 @@ Always try to use the Requests interface before calling RequestChannel libempathy/empathy-dispatcher.c | 53 - +++++++++++++++++++++++++++++++------- - 1 files changed, 43 insertions(+), 10 deletions(-) + +++++++++++++++++++++++++++++++-------- + 1 file changed, 43 insertions(+), 10 deletions(-) commit 75544880821487471da44423eca14e2d16a112fb Author: Shaun McCance @@ -72080,7 +72208,7 @@ help/C/irc-join-pwd.page | 8 ++--- help/C/irc-nick-password.page | 78 - +++++++++++----------------------------- + ++++++++++++----------------------------- help/C/irc-sending-file.page | 8 ++--- 3 files changed, 28 insertions(+), 66 deletions(-) @@ -72105,7 +72233,7 @@ po/ar.po | 180 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 111 insertions(+), 69 deletions(-) + 1 file changed, 111 insertions(+), 69 deletions(-) commit 4f50ef89674ae7404f58a06cc78e00841e1c4d65 Author: Sjoerd Simons @@ -72114,7 +72242,7 @@ Only set the icon name to gtalk for gtalk accounts src/empathy-account-assistant.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit ffdee1a18641e764b04485417b96b0e21f50d9f0 Author: Sjoerd Simons @@ -72123,7 +72251,7 @@ Sort Gtalk after jabber libempathy-gtk/empathy-protocol-chooser.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit e4bddb2bcc2376056c9d24c634f8a30d31c047c1 Author: Cosimo Cecchi @@ -72132,7 +72260,7 @@ Add display name for "gtalk" libempathy/empathy-utils.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 75d28a9ddb083210eddf98e40b420c366fc1d805 Author: Cosimo Cecchi @@ -72152,7 +72280,7 @@ libempathy-gtk/empathy-protocol-chooser.c | 37 +++++++++++++++++++++++++---- - libempathy-gtk/empathy-protocol-chooser.h | 4 +- + libempathy-gtk/empathy-protocol-chooser.h | 4 ++-- 2 files changed, 34 insertions(+), 7 deletions(-) commit 61398dbbf1b7dc364c54e999fa983ce6fb078e3b @@ -72163,7 +72291,7 @@ libempathy-gtk/empathy-account-widget.c | 29 ++++++++++++++++++++++++++++- - 1 files changed, 28 insertions(+), 1 deletions(-) + 1 file changed, 28 insertions(+), 1 deletion(-) commit 032af43881ddaac3de000207ee73eec0d0448dd8 Author: Cosimo Cecchi @@ -72173,7 +72301,7 @@ libempathy-gtk/empathy-account-widget-jabber.ui | 119 ++++++++++++++++++++++- - 1 files changed, 114 insertions(+), 5 deletions(-) + 1 file changed, 114 insertions(+), 5 deletions(-) commit 8df108603d829a98f2c9cb99f5394200ea7c6972 Author: Cosimo Cecchi @@ -72182,7 +72310,7 @@ Fix a long line libempathy/empathy-account-settings.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit d603aec278728520651ea5aa8d918d0f745cdeca Author: Cosimo Cecchi @@ -72191,7 +72319,7 @@ Use empathy_protocol_icon_name() libempathy/empathy-account-settings.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0897839d5bffb9458abd5d2de2dcf0c1d09707ab Author: Cosimo Cecchi @@ -72200,7 +72328,7 @@ Fall back to the default icon if an empty icon name is set libempathy/empathy-account.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit 3c59ec5f8fc6de5c9be1fdd1638859a151bb6537 Author: Cosimo Cecchi @@ -72209,7 +72337,7 @@ Always set the icon name on account creation. libempathy/empathy-account-settings.c | 7 ++----- - 1 files changed, 2 insertions(+), 5 deletions(-) + 1 file changed, 2 insertions(+), 5 deletions(-) commit 35aa8545a7ba5d6bef718206f11d3b391dcfc4e4 Author: Cosimo Cecchi @@ -72231,7 +72359,7 @@ Use valid desktop category. data/empathy.desktop.in.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7792a4798c934d8871e4b8b4223c5aead10cc164 Author: Cosimo Cecchi @@ -72240,7 +72368,7 @@ Always update the control buttons sensitivity on creation. libempathy-gtk/empathy-account-widget.c | 18 +++++++----------- - 1 files changed, 7 insertions(+), 11 deletions(-) + 1 file changed, 7 insertions(+), 11 deletions(-) commit 8852aeef8fa4d6a76dfc030d8f337fab118dc463 Author: Jonathan Tellier @@ -72255,7 +72383,7 @@ - Fixed a style error in EmpathyAccountsDialog. libempathy-gtk/empathy-account-widget.c | 18 ++++++++++++++++-- - 1 files changed, 16 insertions(+), 2 deletions(-) + 1 file changed, 16 insertions(+), 2 deletions(-) commit 647858dc34ec9786c88b22fea74fc45ff3bb14f6 Merge: 5a1342e cd277c0 @@ -72278,8 +72406,8 @@ Updated Kannada(kn) translation po/kn.po | 186 - +++++++++++++++++++++++-------------------------------------- - 1 files changed, 70 insertions(+), 116 deletions(-) + +++++++++++++++++++++++--------------------------------------- + 1 file changed, 70 insertions(+), 116 deletions(-) commit 9eebd23f8a4a83cef5b13204a1bb377d59160bbf Merge: d181f7b e92cc2a @@ -72295,7 +72423,7 @@ Be consistent with EmpathyMessage style. libempathy/empathy-message.c | 24 ++++++++++++++++-------- - 1 files changed, 16 insertions(+), 8 deletions(-) + 1 file changed, 16 insertions(+), 8 deletions(-) commit d181f7ba0031ad758911e6f0c6f6530d3833b76e Author: Shaun McCance @@ -72304,11 +72432,11 @@ [help] Updating add-account and create-account help/C/accounts-window.page | 1 + - help/C/add-account.page | 22 +++++-- + help/C/add-account.page | 22 ++++-- help/C/create-account.page | 145 ++++++++++++++++++++-------------------- help/C/irc-nick-password.page | 1 + - help/C/prob-conn-neterror.page | 7 ++- + help/C/prob-conn-neterror.page | 7 +- 5 files changed, 97 insertions(+), 79 deletions(-) commit dd1f87d55d4b233ae2118fac82de51fb4dc8588f @@ -72319,7 +72447,7 @@ po/gu.po | 283 +++++++++++++++++++++++--------------------------------------- - 1 files changed, 103 insertions(+), 180 deletions(-) + 1 file changed, 103 insertions(+), 180 deletions(-) commit ad59f77dfdba77af558ae2d278c92b0a7ab747d7 Author: Will Thompson @@ -72350,7 +72478,7 @@ Fixes Gnome bug #593095 - Send errors are printed as normal messages. libempathy/empathy-tp-chat.c | 9 ++------- - 1 files changed, 2 insertions(+), 7 deletions(-) + 1 file changed, 2 insertions(+), 7 deletions(-) commit a0ee1ca8fbbbe6d34c123eb46b32fc4f1e75779b Author: Will Thompson @@ -72373,8 +72501,8 @@ Updated Tamil Translations po/ta.po | 165 - ++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 97 insertions(+), 68 deletions(-) + ++++++++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 97 insertions(+), 68 deletions(-) commit 817de24eacc3265b8a8c0ff19eb581d9aea5cc46 Author: Shaun McCance @@ -72383,8 +72511,8 @@ [help] Updates to 'Add an account' topic help/C/add-account.page | 72 - +++++++++++++++++----------------------------- - 1 files changed, 27 insertions(+), 45 deletions(-) + ++++++++++++++++++----------------------------- + 1 file changed, 27 insertions(+), 45 deletions(-) commit 533b73a6a80807838ed40245d6761691f47221ff Author: Sjoerd Simons @@ -72401,7 +72529,7 @@ Fixes #593041 src/empathy.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 43c0f0769a5117d7acdc07f22d4c73a2f06de0fe Author: Sjoerd Simons @@ -72416,7 +72544,7 @@ the client file and add an extra head which contains the complete list src/empathy.c | 21 ++++++++++++++++++--- - 1 files changed, 18 insertions(+), 3 deletions(-) + 1 file changed, 18 insertions(+), 3 deletions(-) commit 40f2188129d8fc2d8d718adea0bb3c417013465d Author: Sjoerd Simons @@ -72427,7 +72555,7 @@ libempathy/empathy-dispatcher.c | 70 +++++++++++++++++++++++++++++++++++++++ libempathy/empathy-dispatcher.h | 11 ++++++ - 2 files changed, 81 insertions(+), 0 deletions(-) + 2 files changed, 81 insertions(+) commit b3acc55a8c6401de41cfc320081e1aa0be17c27a Author: Sjoerd Simons @@ -72456,7 +72584,7 @@ po/de.po | 1086 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 665 insertions(+), 421 deletions(-) + 1 file changed, 665 insertions(+), 421 deletions(-) commit e20b4f1a90f521ff23aa464a2d068f040a578069 Author: Ivar Smolin @@ -72465,8 +72593,8 @@ Updating Estonian translation po/et.po | 267 - +++++++++++++++++++++++++++++++++++++++++++++++++++++-------- - 1 files changed, 232 insertions(+), 35 deletions(-) + ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- + 1 file changed, 232 insertions(+), 35 deletions(-) commit b5bfa796bda08430dc579985798980db7a6ac0c9 Author: Khaled Hosny @@ -72476,7 +72604,7 @@ po/ar.po | 988 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 622 insertions(+), 366 deletions(-) + 1 file changed, 622 insertions(+), 366 deletions(-) commit 2069b38305e90d63cbb93242802842dfc4e66f6b Author: Jorge González @@ -72486,7 +72614,7 @@ po/es.po | 884 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 572 insertions(+), 312 deletions(-) + 1 file changed, 572 insertions(+), 312 deletions(-) commit fa36fdfd63ffe148a5dd43d216a024e3419ca86f Author: Changwoo Ryu @@ -72496,7 +72624,7 @@ po/ko.po | 2336 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1476 insertions(+), 860 deletions(-) + 1 file changed, 1476 insertions(+), 860 deletions(-) commit f94874bcca81964baddb29eb1e7c7c90481f61a4 Author: Chao-Hsiung Liao @@ -72505,7 +72633,7 @@ Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 1152 - ++++++++++++++++++++++++++++++++++++----------------------- + +++++++++++++++++++++++++++++++++++----------------------- po/zh_TW.po | 1157 ++++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 1403 insertions(+), 906 deletions(-) @@ -72518,7 +72646,7 @@ po/eu.po | 198 ++++++++++++++++++++++++++------------------------------------ - 1 files changed, 83 insertions(+), 115 deletions(-) + 1 file changed, 83 insertions(+), 115 deletions(-) commit 7f14fdcabedcebe0a0c313dee05569de6a4078d8 Author: Alexander Nyakhaychyk @@ -72528,7 +72656,7 @@ po/be.po | 123 +++++++++++++++++++++++++++----------------------------------- - 1 files changed, 53 insertions(+), 70 deletions(-) + 1 file changed, 53 insertions(+), 70 deletions(-) commit cd277c0c7cbe0389c242abb58b995389000f3e53 Author: Jonathan Tellier @@ -72537,7 +72665,7 @@ Fixed style src/empathy-accounts-dialog.c | 33 ++++++++++++++++++--------------- - 1 files changed, 18 insertions(+), 15 deletions(-) + 1 file changed, 18 insertions(+), 15 deletions(-) commit 6600e6d9ff8505c9ef1765c1ca2ba17faad6f837 Author: Jonathan Tellier @@ -72546,7 +72674,7 @@ Marked strings for translation. src/empathy-accounts-dialog.c | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit 4bca222891fc950ce1f18de66a86f1a9ace6eba5 Author: Jonathan Tellier @@ -72555,7 +72683,7 @@ Merged with master src/empathy-accounts-dialog.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit e84021944cfde5665a5286b1dbabe296a67f7231 Author: Jonathan Tellier @@ -72575,7 +72703,7 @@ properly set to NULL. src/empathy-accounts-dialog.c | 17 +++++++++-------- - 1 files changed, 9 insertions(+), 8 deletions(-) + 1 file changed, 9 insertions(+), 8 deletions(-) commit 0f70b1bfb5714c98aa70d062b5ac7ec0e5a03dac Author: Jonathan Tellier @@ -72589,7 +72717,7 @@ of a GtkTreePath, we now use a GtkTreeRowReference. src/empathy-accounts-dialog.c | 19 ++++++++++--------- - 1 files changed, 10 insertions(+), 9 deletions(-) + 1 file changed, 10 insertions(+), 9 deletions(-) commit 9b845e9ce1fe88006335f73a02ff68853757bd30 Author: Jonathan Tellier @@ -72599,7 +72727,7 @@ changes src/empathy-accounts-dialog.c | 10 +++------- - 1 files changed, 3 insertions(+), 7 deletions(-) + 1 file changed, 3 insertions(+), 7 deletions(-) commit cb75a2c77a35fbf7ace246d5c45d7ecda8ae8ab1 Author: Jonathan Tellier @@ -72631,7 +72759,7 @@ Fixed style src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4c9f8ec9fb3173f3641ca344d3c743f582965a02 Author: Jonathan Tellier @@ -72640,7 +72768,7 @@ Fixed crash when checking if an account has pending changes src/empathy-accounts-dialog.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 1855aa4b32cc4bf06f9dd748b5c1a24c25129f0b Author: Jonathan Tellier @@ -72692,7 +72820,7 @@ Point to a help topic that exists from Accounts window src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d058ec42f339ff9ca62c729496030e6efa7edc19 Author: Shaun McCance @@ -72702,7 +72830,7 @@ help/C/account-irc.page | 145 +++++++++++++++++++++++++++++++++++++++++ - help/C/account-jabber.page | 62 +++++++++++++++++ + help/C/account-jabber.page | 62 ++++++++++++++++++ help/C/accounts-window.page | 38 +++++++++++ help/C/figures/gtk-add.png | Bin 0 -> 400 bytes help/C/figures/gtk-edit.png | Bin 0 -> 744 bytes @@ -72722,7 +72850,7 @@ libempathy-gtk/empathy-theme-adium.c | 2 +- libempathy-gtk/empathy-ui-utils.c | 37 +++++++++++++++++++++++----------- - libempathy-gtk/empathy-ui-utils.h | 2 + + libempathy-gtk/empathy-ui-utils.h | 2 ++ 3 files changed, 28 insertions(+), 13 deletions(-) commit e388248780b01e51a5a1515cefc0240064620e74 @@ -72732,7 +72860,7 @@ [help] Fixed a warning, was using id not style help/C/add-account.page | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit bb509e1840a7e1ab999c92c7a018fc69657643cf Author: Sjoerd Simons @@ -72742,7 +72870,7 @@ python/pyempathy/pyempathy.defs | 6 ++++++ python/pyempathygtk/pyempathygtk.defs | 1 - - 2 files changed, 6 insertions(+), 1 deletions(-) + 2 files changed, 6 insertions(+), 1 deletion(-) commit 189fc785879e90f39ff720e51ec7891833bfdf79 Author: Sjoerd Simons @@ -72751,7 +72879,7 @@ Make the protocol property read-only libempathy-gtk/empathy-account-widget.c | 12 +++--------- - 1 files changed, 3 insertions(+), 9 deletions(-) + 1 file changed, 3 insertions(+), 9 deletions(-) commit 91c325aabdb286f44729cb5ee7f69afd717dcca6 Author: Sjoerd Simons @@ -72768,10 +72896,10 @@ protocol isn't installed, but haze is and provides the protocol. libempathy-gtk/empathy-account-widget.c | 103 - +++++++++++++++++++----------- + +++++++++++++++++++------------ libempathy-gtk/empathy-account-widget.h | 1 - src/empathy-account-assistant.c | 3 +- - src/empathy-accounts-dialog.c | 33 +--------- + src/empathy-accounts-dialog.c | 33 ++-------- 4 files changed, 70 insertions(+), 70 deletions(-) commit 04434d6dd476e0613685adecfbad9b03eb4c2e4e @@ -72788,7 +72916,7 @@ Add missing ; src/empathy-account-assistant.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9488760608fb66ac49951fb39741d524cf009c02 Merge: b81c0c4 c2cbd1d @@ -72806,7 +72934,7 @@ Fix .desktop file (GNOME bug 592737) data/empathy.desktop.in.in | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit a72c1e74b5865aed5a132dc568c01038f4050281 Author: Frédéric Péters @@ -72816,7 +72944,7 @@ bug 593257) src/empathy-account-assistant.c | 22 ++++++---------------- - 1 files changed, 6 insertions(+), 16 deletions(-) + 1 file changed, 6 insertions(+), 16 deletions(-) commit 9e9c41e83b05829519a4ed5fe1cadd288b74ac8d Author: Cosimo Cecchi @@ -72825,7 +72953,7 @@ Only unref the AccountManager if it's not NULL libempathy/empathy-account-manager.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 29ce35b69e1727a0f5f6bd1a1fa2c72da5f7a56a Author: Milo Casagrande @@ -72834,7 +72962,7 @@ Word 'wizard' should not be used, fixes bug 593285 src/empathy-account-assistant.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit de9b0f034c3132adf869aba67c006bc9bf243914 Author: Sandeep Shedmake @@ -72843,8 +72971,8 @@ Updated Marathi Translations po/mr.po | 198 - ++++++++++++++++++------------------------------------------- - 1 files changed, 59 insertions(+), 139 deletions(-) + +++++++++++++++++++------------------------------------------- + 1 file changed, 59 insertions(+), 139 deletions(-) commit b4779c949d7abca68e9e7cdabee5038ed0102369 Author: Sandeep Shedmake @@ -72853,7 +72981,7 @@ Updated Marathi Translations po/mr.po | 50 ++++++++++++++++++++++++++------------------------ - 1 files changed, 26 insertions(+), 24 deletions(-) + 1 file changed, 26 insertions(+), 24 deletions(-) commit 6ea36010c99e50731601d783e3fff395d9492945 Author: Shankar Prasad @@ -72863,7 +72991,7 @@ po/kn.po | 1314 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 744 insertions(+), 570 deletions(-) + 1 file changed, 744 insertions(+), 570 deletions(-) commit f249e699dcaf497b4e03ec93d75f85184d61c3b8 Author: Branko Kokanović @@ -72888,11 +73016,11 @@ Used 2column for irc-manage help/C/add-account.page | 54 - +++++++++++++++++++----------------------- - help/C/disable-account.page | 10 ++++++- + +++++++++++++++++++------------------------ + help/C/disable-account.page | 10 ++++++-- help/C/irc-account.page | 1 + - help/C/irc-manage.page | 2 + - help/C/remove-account.page | 7 +++-- + help/C/irc-manage.page | 2 ++ + help/C/remove-account.page | 7 +++--- 5 files changed, 39 insertions(+), 35 deletions(-) commit 37f4764acb3c231cb3ed089a90b34e8499fd0989 @@ -72903,7 +73031,7 @@ po/be.po | 1387 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 777 insertions(+), 610 deletions(-) + 1 file changed, 777 insertions(+), 610 deletions(-) commit c2cbd1de858c0a8a994358fc717054ce32c8b895 Author: Will Thompson @@ -72915,7 +73043,7 @@ entered text for us. libempathy-gtk/empathy-chat.c | 30 ++++++++---------------------- - 1 files changed, 8 insertions(+), 22 deletions(-) + 1 file changed, 8 insertions(+), 22 deletions(-) commit c74685b02308c82d355fc59e1aa8491c84a2f114 Author: Will Thompson @@ -72931,7 +73059,7 @@ the string "/me". libempathy/empathy-message.c | 17 ++--------------- - 1 files changed, 2 insertions(+), 15 deletions(-) + 1 file changed, 2 insertions(+), 15 deletions(-) commit dec9d4dcf8c7611862221be9eadb53ef52a5bc3b Author: Will Thompson @@ -72947,7 +73075,7 @@ libempathy/empathy-message.c | 56 ++++++++++++++++++++++++++++++++++++++++++ libempathy/empathy-message.h | 1 + - 2 files changed, 57 insertions(+), 0 deletions(-) + 2 files changed, 57 insertions(+) commit cd9d7d1ef951ab85bf87e7ff56b1180169d053c2 Author: Will Thompson @@ -72956,7 +73084,7 @@ /clearly shouldn't clear the window. libempathy-gtk/empathy-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1c6faef3890bc3819bcc44299cff20e021fc3717 Author: Will Thompson @@ -72967,7 +73095,7 @@ Reviewed-by: Sjoerd Simons libempathy-gtk/empathy-theme-adium.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit aad78d378231d1a8a3c44ffda2ada5e63560a58a Author: Sjoerd Simons @@ -72982,7 +73110,7 @@ applied as soon as soon as we get network connectivity libempathy/empathy-idle.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 4c9b885598161f7ab91888c07c1a557249ce3c77 Author: Sjoerd Simons @@ -72992,7 +73120,7 @@ specialcasing libempathy/empathy-connectivity.c | 9 +-------- - 1 files changed, 1 insertions(+), 8 deletions(-) + 1 file changed, 1 insertion(+), 8 deletions(-) commit 09a260ea67ff01a17877c53e43ff1af6f28a59b6 Author: Sjoerd Simons @@ -73001,7 +73129,7 @@ Only assume connected when we have neither Connman or NM libempathy/empathy-connectivity.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 698b2c1a3ba1f5d9a27d5c30520e0dd0e8bb92bf Author: Sjoerd Simons @@ -73010,7 +73138,7 @@ Slightly improve debug info libempathy/empathy-connectivity.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 4757ddf6444718f9d627579e793fa2429e8b4822 Author: Jonathan Tellier @@ -73024,7 +73152,7 @@ server) src/empathy-accounts-dialog.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit e816bc40c79fed01bc9c8d13d45c5a51f2434239 Author: Inaki Larranaga Murgoitio @@ -73033,7 +73161,7 @@ Updated Basque language po/eu.po | 40 +++++++++++++++++++++++++++++++++++++--- - 1 files changed, 37 insertions(+), 3 deletions(-) + 1 file changed, 37 insertions(+), 3 deletions(-) commit b9f2dcb8ef38192fe56c78b157cdc9da12ac250c Author: Inaki Larranaga Murgoitio @@ -73042,8 +73170,8 @@ Updated Basque language po/eu.po | 110 - +++++++++++++++++++++++++++---------------------------------- - 1 files changed, 49 insertions(+), 61 deletions(-) + ++++++++++++++++++++++++++++---------------------------------- + 1 file changed, 49 insertions(+), 61 deletions(-) commit 2099caae0f5a46fc9ababbbb1749886863b9592f Author: Gustavo Noronha Silva @@ -73057,7 +73185,7 @@ fixed. libempathy-gtk/empathy-theme-adium.c | 28 +++++++++++++++++++--------- - 1 files changed, 19 insertions(+), 9 deletions(-) + 1 file changed, 19 insertions(+), 9 deletions(-) commit 461d3fa83d2608eccc5013e3af5669fa6b11e33c Merge: 607bea5 c66fa12 @@ -73081,7 +73209,7 @@ - Fixed leak of the the display name. src/empathy-accounts-dialog.c | 14 ++++++++++++-- - 1 files changed, 12 insertions(+), 2 deletions(-) + 1 file changed, 12 insertions(+), 2 deletions(-) commit 5a9bf924644f14f67a62717eeca98a0dfbce60d7 Author: Jonathan Tellier @@ -73093,8 +73221,8 @@ * If there is no account property use "[protocol] Account" src/empathy-accounts-dialog.c | 49 - ++++++++++++++++++++++++++++++++-------- - 1 files changed, 39 insertions(+), 10 deletions(-) + ++++++++++++++++++++++++++++++++--------- + 1 file changed, 39 insertions(+), 10 deletions(-) commit 28c3c1f834345cf6da157262841e2731feaf85ed Author: Jonathan Tellier @@ -73104,7 +73232,7 @@ this property. src/empathy-accounts-dialog.c | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit 5a464a08117785832583bdf720288502410952aa Author: Jonathan Tellier @@ -73116,7 +73244,7 @@ src/empathy-accounts-dialog.c | 55 ++++++++++++++++++++++++++++++++++++++++- - 1 files changed, 54 insertions(+), 1 deletions(-) + 1 file changed, 54 insertions(+), 1 deletion(-) commit c8eb8757721031aba99238804896881f2182bd9e Author: Pierre-Luc Beaudoin @@ -73137,7 +73265,7 @@ Update POTFILES.in after file renaming po/POTFILES.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 45808d25bd1565d811a1cebb6d74af5318c9ec95 Author: Cosimo Cecchi @@ -73146,7 +73274,7 @@ Only request presence when the account is enabled (#593161). libempathy/empathy-account.c | 21 ++++++++++++--------- - 1 files changed, 12 insertions(+), 9 deletions(-) + 1 file changed, 12 insertions(+), 9 deletions(-) commit 2d3e3cdf6e8cf6753b9fb1167399c68f90b55c75 Author: Sjoerd Simons @@ -73159,7 +73287,7 @@ ensure that we start and stop the sounds from the same thread. src/empathy-call-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit cb4361a992c348f7c57ec75afb1c642fba20fb15 Author: Cosimo Cecchi @@ -73173,7 +73301,7 @@ libempathy/empathy-account-manager.c | 80 ++++++++++++++++++++++++++++++---- - 1 files changed, 71 insertions(+), 9 deletions(-) + 1 file changed, 71 insertions(+), 9 deletions(-) commit 151a069b2039195a33d0e0540deec1803ddd3d23 Author: Cosimo Cecchi @@ -73192,7 +73320,7 @@ Fix long lines. libempathy/empathy-account-manager.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit 2defc6dbbe38216941d4fa6f7462627154059de7 Author: Cosimo Cecchi @@ -73202,7 +73330,7 @@ libempathy/empathy-account-manager.c | 75 +++++++++++++++++++++------------- - 1 files changed, 47 insertions(+), 28 deletions(-) + 1 file changed, 47 insertions(+), 28 deletions(-) commit 8dba3957946252b622ba9c09e209f007d5961199 Author: Jonathan Tellier @@ -73217,7 +73345,7 @@ libempathy-gtk/empathy-account-widget.c | 63 +++++++++++++------------------ libempathy/empathy-account.c | 43 +++++++++++++++++++++ - libempathy/empathy-account.h | 7 +++ + libempathy/empathy-account.h | 7 ++++ 3 files changed, 76 insertions(+), 37 deletions(-) commit df5323f845906bf4cdb85fc430f5412d5956b4c7 @@ -73228,7 +73356,7 @@ po/mr.po | 2479 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1581 insertions(+), 898 deletions(-) + 1 file changed, 1581 insertions(+), 898 deletions(-) commit c3046adb6683638ce2d1aae9068ad09018f70cdd Author: ifelix @@ -73237,7 +73365,7 @@ Updated Tamil Translations po/ta.po | 54 +++++++++++++++++++++++++++++++----------------------- - 1 files changed, 31 insertions(+), 23 deletions(-) + 1 file changed, 31 insertions(+), 23 deletions(-) commit a7f2adbcc0600e073766459152f56d2b61b752ce Author: Sweta Kothari @@ -73247,7 +73375,7 @@ po/gu.po | 2436 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1561 insertions(+), 875 deletions(-) + 1 file changed, 1561 insertions(+), 875 deletions(-) commit 79b5a3f46d6466d72eb77cef87300a80135d475e Author: Inaki Larranaga Murgoitio @@ -73257,7 +73385,7 @@ po/eu.po | 985 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 622 insertions(+), 363 deletions(-) + 1 file changed, 622 insertions(+), 363 deletions(-) commit ff6420aecaf02a50c3ea07e01f4c2a0cafaa7af0 Author: ifelix @@ -73267,7 +73395,7 @@ po/ta.po | 842 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 522 insertions(+), 320 deletions(-) + 1 file changed, 522 insertions(+), 320 deletions(-) commit 1669cc99bae84e2506bb6b671843bd980f16b2bc Merge: fbaa610 13c650f @@ -73318,7 +73446,7 @@ Request presence again when an account is enabled libempathy/empathy-account.c | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 7df0207fe8f3f28c00068d50b39a7fb0527d30d9 Author: Daniel Nylander @@ -73328,7 +73456,7 @@ po/sv.po | 851 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 520 insertions(+), 331 deletions(-) + 1 file changed, 520 insertions(+), 331 deletions(-) commit 24ddbb54827d18a0b1d51aef9436cb4b576463a6 Author: Xavier Claessens @@ -73337,7 +73465,7 @@ Bump version configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ffc481bca5abef41fe88b080066bb1ca5aaf0b85 Author: Xavier Claessens @@ -73346,7 +73474,7 @@ Update NEWS NEWS | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit e4b630b944fa4ae434bc615777d73798ddb3d601 Author: Xavier Claessens @@ -73355,7 +73483,7 @@ remove trailing spaces libempathy-gtk/empathy-account-widget-private.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit f9481eacf1f60d8ec361f009773b2cfea077f80e Author: Xavier Claessens @@ -73364,7 +73492,7 @@ Remove the generate .service file data/Makefile.am | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit d8c01c6adc1c97570bf414898eef9f913596fb5b Author: Xavier Claessens @@ -73374,7 +73502,7 @@ NEWS | 5 +++++ configure.ac | 2 +- - 2 files changed, 6 insertions(+), 1 deletions(-) + 2 files changed, 6 insertions(+), 1 deletion(-) commit 97192df58084dadcbce48efc2e75e38377f86d46 Author: Xavier Claessens @@ -73383,7 +73511,7 @@ We require gnome-doc-utils 0.17.3 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f72b24607c9d457d83f4d1eb4f197d876010d0ca Author: Baris Cicek @@ -73393,7 +73521,7 @@ po/tr.po | 1628 +++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 760 insertions(+), 868 deletions(-) + 1 file changed, 760 insertions(+), 868 deletions(-) commit 52848f117b58fc4d95ca5ae87c9d264c5ced737b Author: Xavier Claessens @@ -73402,7 +73530,7 @@ Ship empathy-account-widget-private.h within the tarball. libempathy-gtk/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 55860699cea38c5df7a624ee394da7a5f89bd891 Author: Xavier Claessens @@ -73412,7 +73540,7 @@ get keyring support rsn. NEWS | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit ee852bfb67fa679091edfabbace9eedf33bf3318 Author: Xavier Claessens @@ -73438,7 +73566,7 @@ python/pyempathygtk/pyempathygtk.defs | 121 ++++++ python/pyempathygtk/pyempathygtk.override | 6 + python/update-binding.sh | 10 + - 5 files changed, 775 insertions(+), 0 deletions(-) + 5 files changed, 775 insertions(+) commit 98d56a7c21f8723e03f55415937376f7cde1087b Author: Xavier Claessens @@ -73447,7 +73575,7 @@ Fix alignment libempathy/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 341e9618ce2a2ccd5f361749990b62ae1ffb40a9 Author: Xavier Claessens @@ -73457,7 +73585,7 @@ NEWS | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 94 insertions(+), 0 deletions(-) + 1 file changed, 94 insertions(+) commit db9fe18c0a3462d9e6cf7147538efbcac6822c74 Author: Xavier Claessens @@ -73466,7 +73594,7 @@ Bump ABI versions configure.ac | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit cc0e441c674b44fbc83f53be98a4d72cb995a3d0 Author: Xavier Claessens @@ -73475,7 +73603,7 @@ Bump version to 2.27.91 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f36e15d51645589811bb5ed1d973ec49d534e7eb Author: Will Thompson @@ -73484,7 +73612,7 @@ Don't display 'null' in accounts UI for unknown protocols src/empathy-accounts-dialog.c | 15 ++++++++++----- - 1 files changed, 10 insertions(+), 5 deletions(-) + 1 file changed, 10 insertions(+), 5 deletions(-) commit d3ab5e2272f7fa5f20657c386cdc1cc80880e1ed Author: Will Thompson @@ -73497,7 +73625,7 @@ translating too (perhaps "Clavardage de Facebook"?). libempathy/empathy-utils.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 8f8d69de56449b6259d6567652dea8e9ac7930a8 Author: Will Thompson @@ -73506,7 +73634,7 @@ Call gettext for translated protocol names libempathy/empathy-utils.c | 26 ++++++++++++++++---------- - 1 files changed, 16 insertions(+), 10 deletions(-) + 1 file changed, 16 insertions(+), 10 deletions(-) commit 19ccd0e26d96beaeb2c649004aaa04110d1d8d4a Author: Pierre-Luc Beaudoin @@ -73529,7 +73657,7 @@ Use datadir instead of the dir suggested in the dbus pkgfile data/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4ddcac7537e2fb2404f95d45349b64e93d906724 Author: Jonny Lamb @@ -73539,11 +73667,12 @@ Signed-off-by: Jonny Lamb - data/.gitignore | 1 + - data/Empathy.client | 6 ++++++ - data/Makefile.am | 14 +++++++++++++- - ...freedesktop.Telepathy.Client.Empathy.service.in | 3 +++ - 4 files changed, 23 insertions(+), 1 deletions(-) + data/.gitignore | 1 + + data/Empathy.client | 6 ++++++ + data/Makefile.am | 14 + +++++++++++++- + data/org.freedesktop.Telepathy.Client.Empathy.service.in | 3 +++ + 4 files changed, 23 insertions(+), 1 deletion(-) commit 0b21afc9c0dd2b3944637449cc36f3229e29275f Author: Manoj Kumar Giri @@ -73553,7 +73682,7 @@ po/or.po | 1060 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 640 insertions(+), 420 deletions(-) + 1 file changed, 640 insertions(+), 420 deletions(-) commit 84f127d075d2f2de415e777064680b58014ac3ff Author: Aron Xu @@ -73563,7 +73692,7 @@ po/zh_CN.po | 1166 +++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 703 insertions(+), 463 deletions(-) + 1 file changed, 703 insertions(+), 463 deletions(-) commit fefe898e2ccbca4a0aa75d849073faef5d37bb65 Author: Jonny Lamb @@ -73576,7 +73705,7 @@ libempathy/empathy-dispatch-operation.c | 28 ++++++++++++++++++++++------ - 1 files changed, 22 insertions(+), 6 deletions(-) + 1 file changed, 22 insertions(+), 6 deletions(-) commit c2967dfd3643cd14dde26ad7e1a08479c0d6ee1f Author: Sjoerd Simons @@ -73585,7 +73714,7 @@ Remove unused variable libempathy-gtk/empathy-protocol-chooser.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 6ea9a50172bdee58bf7edae22ed1ee419e22996c Author: Cosimo Cecchi @@ -73594,7 +73723,7 @@ Use the display name in hte adium parser libempathy-gtk/empathy-theme-adium.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit c4e5e4b975463d6f5d596afd3aa5623b63ece9a0 Author: Cosimo Cecchi @@ -73603,7 +73732,7 @@ Add a missing include libempathy-gtk/empathy-protocol-chooser.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 1522b80f3f6c2f0ac3cef0def5b4df362550c6b2 Author: Cosimo Cecchi @@ -73612,7 +73741,7 @@ Use the new function in the accounts dialog src/empathy-accounts-dialog.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 073dc5b0186057f6f30818c3fc50d2070b1743a1 Author: Cosimo Cecchi @@ -73634,7 +73763,7 @@ Rename Salut to People Nearby libempathy-gtk/empathy-protocol-chooser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4822aa271618d166b48062fa21ab3fc99532c35e Author: Cosimo Cecchi @@ -73646,7 +73775,7 @@ Yahoo->Yahoo! libempathy-gtk/empathy-protocol-chooser.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 48a3c02a73569956acbc4c9e90e52910dfba7452 Author: Cosimo Cecchi @@ -73655,7 +73784,7 @@ Fix coding style libempathy-gtk/empathy-protocol-chooser.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 5faa01e8bd1609409490e9620f910c6c35d62f69 Author: Cosimo Cecchi @@ -73664,7 +73793,7 @@ Use the correct protocol name for the sorting libempathy-gtk/empathy-protocol-chooser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5256f84f04342be01b5f15d0730fecccbf3e4083 Author: Cosimo Cecchi @@ -73676,7 +73805,7 @@ libempathy-gtk/empathy-protocol-chooser.c | 84 ++++++++++++++++++++++++++--- - 1 files changed, 77 insertions(+), 7 deletions(-) + 1 file changed, 77 insertions(+), 7 deletions(-) commit aee5f035ce319f43a541bcf0cbdc536d648192eb Author: Cosimo Cecchi @@ -73685,7 +73814,7 @@ Check for NULL values returned by dup_selected() src/empathy-accounts-dialog.c | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 3702cb89aa2fe19bea22e280b55fc71e677e9568 Author: Sjoerd Simons @@ -73702,7 +73831,7 @@ a result of which the TpConnection would get disposed again... libempathy/empathy-account.c | 31 +++++++++++-------------------- - 1 files changed, 11 insertions(+), 20 deletions(-) + 1 file changed, 11 insertions(+), 20 deletions(-) commit 15066163b889c48346948a9b0b963c37ec124d1c Author: ifelix @@ -73711,8 +73840,8 @@ Updated Tamil Translations po/ta.po | 435 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 242 insertions(+), 193 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 242 insertions(+), 193 deletions(-) commit 2e6d8132394680ea42a3ebdc1daad33ff5e07b86 Merge: 7cfb268 d7f82b0 @@ -73728,7 +73857,7 @@ Rename empathy_profile_chooser_get_type to _protocol_ docs/libempathy-gtk/libempathy-gtk.types | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit de0881ae79de1418b8a2400ab1b8c5df64efff30 Author: Sjoerd Simons @@ -73737,7 +73866,7 @@ Remove non-existing file from POTFILES.in po/POTFILES.in | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit db8e44564590cc422920d83ed80fda900400abc0 Author: Jonny Lamb @@ -73749,7 +73878,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-account-manager.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7cfb268c7d96f929646c5eb093e6f07aa8b1abea Author: Pierre-Luc Beaudoin @@ -73761,7 +73890,7 @@ src/empathy-map-view.c | 96 +++++++++++++++++++++++++++++++++--------------- - 1 files changed, 66 insertions(+), 30 deletions(-) + 1 file changed, 66 insertions(+), 30 deletions(-) commit 2b0b994dca5c7fe90f26befab4fd01d92908edef Author: Cosimo Cecchi @@ -73772,17 +73901,17 @@ Also, fix padding and make the label prettier. libempathy-gtk/empathy-account-widget-aim.ui | 33 - ++++++++++++++++--- + ++++++++++++++++---- libempathy-gtk/empathy-account-widget-groupwise.ui | 28 ++++++++++++++--- libempathy-gtk/empathy-account-widget-icq.ui | 33 - ++++++++++++++++--- + ++++++++++++++++---- libempathy-gtk/empathy-account-widget-jabber.ui | 3 +- libempathy-gtk/empathy-account-widget-msn.ui | 28 ++++++++++++++--- - libempathy-gtk/empathy-account-widget-sip.ui | 26 +++++++++++++-- + libempathy-gtk/empathy-account-widget-sip.ui | 26 ++++++++++++--- libempathy-gtk/empathy-account-widget-yahoo.ui | 33 - ++++++++++++++++--- + ++++++++++++++++---- 7 files changed, 151 insertions(+), 33 deletions(-) commit cdf5ef7743814ca18104d5dba1a04e79a3554d0e @@ -73792,7 +73921,7 @@ empathy-accounts-dialog: remove the hardcoded Gmail label src/empathy-accounts-dialog.ui | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 532d0bd9055bdc5ff75eba8568953022ffa6e6df Author: Guillaume Desmottes @@ -73802,7 +73931,7 @@ 'Activate' checkbox libempathy-gtk/empathy-account-widget.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 153573554bde794ee8fe60b5115ac9bce01c0dd8 Author: Denis Arnaud @@ -73811,7 +73940,7 @@ Updated breton translation po/br.po | 28 ++++++++-------------------- - 1 files changed, 8 insertions(+), 20 deletions(-) + 1 file changed, 8 insertions(+), 20 deletions(-) commit 1cd5827a7e47c76834ed22ab4548a564623d3245 Author: Sjoerd Simons @@ -73820,7 +73949,7 @@ Free the allocated dirname after usage libempathy/empathy-log-store-empathy.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit f421f61bb5e2ef7e8067b5874e0230961be389d5 Author: Sjoerd Simons @@ -73839,7 +73968,7 @@ Add empathy-import-mc4-accounts to POTFILES po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7a6984c4afb6d7080b833c4cbd9c7f500ff7693e Author: Denis Arnaud @@ -73848,7 +73977,7 @@ Updated breton translation po/br.po | 30 +++++++++++++++++------------- - 1 files changed, 17 insertions(+), 13 deletions(-) + 1 file changed, 17 insertions(+), 13 deletions(-) commit 276a8e15dae658c49849aed43ac3094a0f6225e1 Author: Sjoerd Simons @@ -73857,7 +73986,7 @@ Don't use a custom function to build the log dir libempathy/empathy-log-store-empathy.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit f23c28d9775e5679fa17568cb49e296b8251e0ea Author: Sjoerd Simons @@ -73866,7 +73995,7 @@ Have log_store_empathy_search_hit_new lookup accounts properly libempathy/empathy-log-store-empathy.c | 24 +++++++++++++++++------- - 1 files changed, 17 insertions(+), 7 deletions(-) + 1 file changed, 17 insertions(+), 7 deletions(-) commit aa0487edef4dc671e99a9e4dc6a1895c0fdaca4a Author: Sjoerd Simons @@ -73875,7 +74004,7 @@ Split out the account name to dirname translation libempathy/empathy-log-store-empathy.c | 20 ++++++++++++++------ - 1 files changed, 14 insertions(+), 6 deletions(-) + 1 file changed, 14 insertions(+), 6 deletions(-) commit 7894d6060831bbb8134386cb24e1cf741a146ace Author: Sjoerd Simons @@ -73884,7 +74013,7 @@ Ensure that the connection data is setup when handle channels libempathy/empathy-dispatcher.c | 19 ++++++++++++++++--- - 1 files changed, 16 insertions(+), 3 deletions(-) + 1 file changed, 16 insertions(+), 3 deletions(-) commit 25bd33610962da0a8ff8dba645ac84e9f84d7e4f Author: Sjoerd Simons @@ -73909,7 +74038,7 @@ is always set src/empathy-import-mc4-accounts.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 05deeddf094d51dfdfc6133850f40e3e1d5591ca Author: Sjoerd Simons @@ -73918,7 +74047,7 @@ Put string up for translation src/empathy-import-mc4-accounts.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 81ad518058d0ae188c1dc229c55d6c8f71f84dbe Author: Sjoerd Simons @@ -73927,7 +74056,7 @@ Fix use after free src/empathy-import-mc4-accounts.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 93e0d79fad604f7b0494f738f65cd5c6c46ecc8c Author: Sjoerd Simons @@ -73957,7 +74086,7 @@ src/empathy-import-mc4-accounts.c | 96 +++++++++++++++++++++++++++++++++++-- - 1 files changed, 92 insertions(+), 4 deletions(-) + 1 file changed, 92 insertions(+), 4 deletions(-) commit a71220d4f3f8c5acec4e17b18573225dd0a5c125 Author: Sjoerd Simons @@ -73966,7 +74095,7 @@ Make the dir names for the logs look nicer libempathy/empathy-log-store-empathy.c | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit 96ae3367ff3aca2ef4c33e7e1f4790c7d5cc6fe3 Author: Sjoerd Simons @@ -73982,8 +74111,8 @@ * If we haven't created a salut account, do so src/empathy.c | 67 - +++++++++++++++++++++++++++++++------------------------- - 1 files changed, 37 insertions(+), 30 deletions(-) + +++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 37 insertions(+), 30 deletions(-) commit 97ce0c3a078943c1c25ad8e2411482ffc9edc8c8 Author: Sjoerd Simons @@ -73992,7 +74121,7 @@ Always set the mc4 imported gconf key src/empathy-import-mc4-accounts.c | 11 ++--------- - 1 files changed, 2 insertions(+), 9 deletions(-) + 1 file changed, 2 insertions(+), 9 deletions(-) commit 3cdcb21a13d11a2026d242c242704b0581a7b475 Author: Sjoerd Simons @@ -74001,7 +74130,7 @@ Fix debug strings, don't unref the gconf client twice src/empathy-import-mc4-accounts.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit 9d3432812718541748315d119b22960c190a2ffd Author: Sjoerd Simons @@ -74011,7 +74140,7 @@ src/empathy-import-mc4-accounts.c | 14 ++++++++++++++ src/empathy-import-mc4-accounts.h | 1 + - 2 files changed, 15 insertions(+), 0 deletions(-) + 2 files changed, 15 insertions(+) commit afd7de0052654752aa60edc8dddfd628eaa49ce6 Author: Sjoerd Simons @@ -74029,7 +74158,7 @@ Grab passwords from the keyring if needed - configure.ac | 2 + + configure.ac | 2 ++ src/empathy-import-mc4-accounts.c | 47 +++++++++++++++++++++++++++++++++---- 2 files changed, 44 insertions(+), 5 deletions(-) @@ -74052,7 +74181,7 @@ Don't override the display_name when creating the account libempathy/empathy-account-settings.c | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit 9498d6a67a0085d0bab3e49cd11288daa6474771 Author: Sjoerd Simons @@ -74061,7 +74190,7 @@ Use g_str_has_prefix convenience function for clarity src/empathy-import-mc4-accounts.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 4b5fa08436333e571186c991496549be520f21eb Author: Sjoerd Simons @@ -74080,7 +74209,7 @@ Don't unref the account object as we don't own it src/empathy-import-mc4-accounts.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit b466c826795481a46c47f74773689633d9bb0b6c Author: Sjoerd Simons @@ -74089,7 +74218,7 @@ Use new async enable api src/empathy-import-mc4-accounts.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 50a7def3f5ba311a0e5f8725d6ccaa1215742db6 Author: Sjoerd Simons @@ -74098,7 +74227,7 @@ Return the correct object when querying the dbus-daemon property libempathy/empathy-account.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 047eaa1027bc50f98f0980f0169b3ccbdda34238 Author: Sjoerd Simons @@ -74107,7 +74236,7 @@ Remove unused finalize libempathy/empathy-connection-managers.c | 16 ---------------- - 1 files changed, 0 insertions(+), 16 deletions(-) + 1 file changed, 16 deletions(-) commit 53077973f94837e583296a2d4c93db84317e1913 Author: Arnaud Maillet @@ -74116,7 +74245,7 @@ Instantiate the mc4 account importer in empathy.c src/empathy.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 5b34b46eb22ab9b178144959a23ca99d5b20f3ac Author: Arnaud Maillet @@ -74125,7 +74254,7 @@ Add the mc4 account importer files in the makefile src/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit cd4e69ec454107edd7e6ef4b36d75a28e7588c77 Author: Arnaud Maillet @@ -74135,7 +74264,7 @@ libempathy/empathy-debug.c | 1 + libempathy/empathy-debug.h | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 4e9b2251c70bd47c52806963a7cd9f6389240798 Author: Arnaud Maillet @@ -74144,7 +74273,7 @@ Add a new gconf value to know if mc4 accounts have to be imported data/empathy.schemas.in | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 1173e9d086df6304f2436edf0d8cc6c1540414f9 Author: Arnaud Maillet @@ -74154,8 +74283,8 @@ src/empathy-import-mc4-accounts.c | 555 +++++++++++++++++++++++++++++++++++++ - src/empathy-import-mc4-accounts.h | 31 ++ - 2 files changed, 586 insertions(+), 0 deletions(-) + src/empathy-import-mc4-accounts.h | 31 +++ + 2 files changed, 586 insertions(+) commit f2ab339f3d092ac3b666e66fb3b1d50352e1c999 Author: Alexander Shopov @@ -74164,7 +74293,7 @@ Updated Bulgarian translation po/bg.po | 30 ++++++++++++++---------------- - 1 files changed, 14 insertions(+), 16 deletions(-) + 1 file changed, 14 insertions(+), 16 deletions(-) commit 0f44e04c0dc6b8c0cb67246f6af58c36c6bff3bc Author: Milo Casagrande @@ -74173,7 +74302,7 @@ [help] Used figure for the image in the introduction help/C/introduction.page | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 9a0b883ee43536dfd302526f60e5396ff9e7fa72 Author: Xavier Claessens @@ -74182,7 +74311,7 @@ Ignore tests/test-empathy-account-assistant tests/.gitignore | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 69587b5167623c9c73a06ab9c86695019c2146c6 Author: Xavier Claessens @@ -74191,7 +74320,7 @@ Use better avatar location: ~/.cache/// libempathy/empathy-contact.c | 10 +++------- - 1 files changed, 3 insertions(+), 7 deletions(-) + 1 file changed, 3 insertions(+), 7 deletions(-) commit c0bb2a5ad81932cb761f99495324701af2bae10b Author: Alexander Shopov @@ -74201,7 +74330,7 @@ po/bg.po | 1989 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1220 insertions(+), 769 deletions(-) + 1 file changed, 1220 insertions(+), 769 deletions(-) commit 45a6ac022bc86f649bb49f909f95b9311eec57c9 Author: Sjoerd Simons @@ -74210,7 +74339,7 @@ Use the right default answer if we're not importing accounts src/empathy-account-assistant.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit f984475cb967427790466d21b42b6e703fa55a26 Author: Sjoerd Simons @@ -74220,7 +74349,7 @@ button libempathy-gtk/empathy-account-widget.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit fe39c811b7ef600c0262b905683f3a8966311129 Author: Sjoerd Simons @@ -74229,7 +74358,7 @@ Clean up the dialog a bit src/empathy-accounts-dialog.ui | 25 +++++-------------------- - 1 files changed, 5 insertions(+), 20 deletions(-) + 1 file changed, 5 insertions(+), 20 deletions(-) commit 1eda75c91abf01bc7fe25d4eb41465a21f042596 Author: Sjoerd Simons @@ -74239,7 +74368,7 @@ libempathy-gtk/empathy-account-widget-jabber.ui | 22 +++++++--------------- - 1 files changed, 7 insertions(+), 15 deletions(-) + 1 file changed, 7 insertions(+), 15 deletions(-) commit c10e3fbca90c684a3f0988a119cfad3d14def218 Author: Sjoerd Simons @@ -74251,7 +74380,7 @@ Also use it as a general utility function in other parts of the code libempathy/empathy-account-settings.c | 26 +++++++++++++------------- - 1 files changed, 13 insertions(+), 13 deletions(-) + 1 file changed, 13 insertions(+), 13 deletions(-) commit 4174547fb3fcc5d9447b20728a3fb086cf90b9e0 Author: Sjoerd Simons @@ -74260,7 +74389,7 @@ If the parameter wasn't known return NULL for the dbus signature libempathy/empathy-account-settings.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit b72ead7076cd2ba308d32f0ae42fc50efc82bd51 Author: Sjoerd Simons @@ -74270,7 +74399,7 @@ libempathy-gtk/empathy-account-widget.h | 3 --- src/empathy-accounts-dialog.c | 4 +--- - 2 files changed, 1 insertions(+), 6 deletions(-) + 2 files changed, 1 insertion(+), 6 deletions(-) commit bd062af39b10bb87d86b9561001f4ab9184e037d Author: Sjoerd Simons @@ -74279,7 +74408,7 @@ Don't leak a ref to EmpathyAccountSettings src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0888975ccb8c6ead5761659677d18991c53fe23a Author: Sjoerd Simons @@ -74288,7 +74417,7 @@ Make the alignment names in the sip.ui file unique libempathy-gtk/empathy-account-widget-sip.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 75787cf5aabb97b37bacbb86d0acd0dfcd2e3350 Author: Milo Casagrande @@ -74297,7 +74426,7 @@ [help] Fixed some indentation help/C/import-account.page | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit d2b306d115c9c7b46da2e2018e061aa38e6397bf Author: Sjoerd Simons @@ -74306,7 +74435,7 @@ Don't free the icon name that we don't own src/empathy-accounts-dialog.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit f454a43c73519864fde157ce1ba5e61139c98ee6 Author: Sjoerd Simons @@ -74315,7 +74444,7 @@ Update python bindings python/pyempathygtk/pyempathygtk.defs | 21 ++++++++++++++++++++- - 1 files changed, 20 insertions(+), 1 deletions(-) + 1 file changed, 20 insertions(+), 1 deletion(-) commit d047670385b7dcc65ccdb89969f0e43deea7c93e Author: Jonathan Tellier @@ -74355,11 +74484,11 @@ First part of an overhaul of the accounts dialog - libempathy-gtk/empathy-account-widget-jabber.ui | 53 +++- - libempathy-gtk/empathy-account-widget.c | 302 ++++++++++++++--- + libempathy-gtk/empathy-account-widget-jabber.ui | 53 ++- + libempathy-gtk/empathy-account-widget.c | 302 +++++++++++++--- libempathy-gtk/empathy-account-widget.h | 16 +- libempathy/empathy-account-manager.c | 9 +- - libempathy/empathy-account-settings.c | 49 +++- + libempathy/empathy-account-settings.c | 49 ++- libempathy/empathy-account-settings.h | 3 + src/empathy-account-assistant.c | 5 +- src/empathy-accounts-dialog.c | 416 @@ -74374,7 +74503,7 @@ [help] Added the new topic to Makefile.am help/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit e4d23c49aa343b07db175dbcea5bc164d6fa737a Author: Milo Casagrande @@ -74383,7 +74512,7 @@ [help] Added one more step to the import-account topic help/C/import-account.page | 7 +++++++ - 1 files changed, 7 insertions(+), 0 deletions(-) + 1 file changed, 7 insertions(+) commit b5c1bfbf253614882a22a2050ff1961860c3f015 Author: Milo Casagrande @@ -74392,7 +74521,7 @@ [help] Added a seealso link to import-account help/C/import-account.page | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 18630f95cd3df91201132602b6147a38b33cd4e9 Author: Milo Casagrande @@ -74401,8 +74530,8 @@ [help] Updated the import-account topic help/C/import-account.page | 66 - ++++++++++++++++++++++--------------------- - 1 files changed, 34 insertions(+), 32 deletions(-) + +++++++++++++++++++++++--------------------- + 1 file changed, 34 insertions(+), 32 deletions(-) commit 8bd06a9a817724cf109e8c4a7def1f6ac7300077 Author: Peter Haslam @@ -74412,7 +74541,7 @@ help/C/import-account.page | 78 ++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 78 insertions(+), 0 deletions(-) + 1 file changed, 78 insertions(+) commit 165945e35293556ba6d133f5f90a7251de8d8e4b Author: Cosimo Cecchi @@ -74422,7 +74551,7 @@ src/empathy-account-assistant.c | 167 ++++++++++++++++++++++++++++++--------- - 1 files changed, 131 insertions(+), 36 deletions(-) + 1 file changed, 131 insertions(+), 36 deletions(-) commit f77948f72bf1863ed85d903c9a6f28353f36b175 Author: Cosimo Cecchi @@ -74431,19 +74560,19 @@ Add example labels to the simple widgets libempathy-gtk/empathy-account-widget-aim.ui | 28 - +++++++++++++++++-- + +++++++++++++++++--- libempathy-gtk/empathy-account-widget-groupwise.ui | 28 - +++++++++++++++++-- + +++++++++++++++++--- libempathy-gtk/empathy-account-widget-icq.ui | 28 - +++++++++++++++++-- + +++++++++++++++++--- libempathy-gtk/empathy-account-widget-jabber.ui | 28 - +++++++++++++++++-- + +++++++++++++++++--- libempathy-gtk/empathy-account-widget-msn.ui | 28 - +++++++++++++++++-- + +++++++++++++++++--- libempathy-gtk/empathy-account-widget-sip.ui | 28 - +++++++++++++++++-- + +++++++++++++++++--- libempathy-gtk/empathy-account-widget-yahoo.ui | 28 - +++++++++++++++++-- + +++++++++++++++++--- 7 files changed, 175 insertions(+), 21 deletions(-) commit 0e5397ae0e6cc3d75f8e9db19ca872cf28cf41be @@ -74464,16 +74593,16 @@ from which to import. src/Makefile.am | 1 + - src/empathy-account-assistant.c | 7 ++- + src/empathy-account-assistant.c | 7 ++-- src/empathy-accounts-dialog.c | 3 +- src/empathy-import-dialog.c | 44 +-------------------- - src/empathy-import-dialog.h | 18 -------- + src/empathy-import-dialog.h | 18 --------- src/empathy-import-pidgin.c | 2 +- src/empathy-import-utils.c | 76 ++++++++++++++++++++++++++++++++++++ src/empathy-import-utils.h | 56 ++++++++++++++++++++++++++ src/empathy-import-widget.c | 82 - +++++++++++++++++++++++++++++++------- + ++++++++++++++++++++++++++++++++------- src/empathy-import-widget.h | 4 +- tests/Makefile.am | 2 +- 11 files changed, 213 insertions(+), 82 deletions(-) @@ -74486,7 +74615,7 @@ src/empathy-account-assistant.c | 1 + src/empathy-import-dialog.c | 4 ---- - 2 files changed, 1 insertions(+), 4 deletions(-) + 2 files changed, 1 insertion(+), 4 deletions(-) commit 7bbf2dfc7a29041ab5efeb1683fab7d213d480df Author: Cosimo Cecchi @@ -74495,7 +74624,7 @@ The assistant should not be resizable src/empathy-account-assistant.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 34f824dd1b1642afab7474d32b53e65074a5495c Author: Cosimo Cecchi @@ -74504,7 +74633,7 @@ Don't hardcode new lines src/empathy-account-assistant.c | 28 +++++++++++++++++----------- - 1 files changed, 17 insertions(+), 11 deletions(-) + 1 file changed, 17 insertions(+), 11 deletions(-) commit fdb4edb101b73e0860c37570e877f8c2a57b3b76 Author: Cosimo Cecchi @@ -74513,7 +74642,7 @@ Update the test tests/Makefile.am | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 5f31f7e68a4d8e132aa9c1d0c6305e1546368666 Author: Cosimo Cecchi @@ -74522,8 +74651,8 @@ Hook the import UI in the assistant src/empathy-account-assistant.c | 92 - +++++++++++++++++++++++++++++--------- - 1 files changed, 70 insertions(+), 22 deletions(-) + +++++++++++++++++++++++++++++---------- + 1 file changed, 70 insertions(+), 22 deletions(-) commit 72ade92677b8c069b2933b76c64e340222a31254 Author: Cosimo Cecchi @@ -74532,7 +74661,7 @@ Adapt to the new API src/empathy-accounts-dialog.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit a7e5be33b8ff0bf0cdeaf4672d967e14f80c54eb Author: Cosimo Cecchi @@ -74541,7 +74670,7 @@ Add the new files to the Makefile.am src/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 2f019885754917e5130b35d167cadb4c5ca966d5 Author: Cosimo Cecchi @@ -74554,7 +74683,7 @@ src/empathy-import-dialog.c | 493 +++++++++++++----------------------------- src/empathy-import-dialog.h | 39 +++- - src/empathy-import-dialog.ui | 78 ++------ + src/empathy-import-dialog.ui | 78 ++----- src/empathy-import-widget.c | 464 +++++++++++++++++++++++++++++++++++++++ src/empathy-import-widget.h | 68 ++++++ @@ -74567,7 +74696,7 @@ Remove the hardcode src/empathy-accounts-dialog.c | 36 +++++++++++++----------------------- - 1 files changed, 13 insertions(+), 23 deletions(-) + 1 file changed, 13 insertions(+), 23 deletions(-) commit b047c404615a4137ced83c40d214f1092fbc733b Author: Cosimo Cecchi @@ -74577,7 +74706,7 @@ src/empathy-account-assistant.c | 53 +++++++++++++++++++++++++++++++++------ - 1 files changed, 45 insertions(+), 8 deletions(-) + 1 file changed, 45 insertions(+), 8 deletions(-) commit 85883a63be4daae817ed194ba6fa014266d27c09 Author: Cosimo Cecchi @@ -74596,8 +74725,8 @@ Make the set_enabled API async libempathy/empathy-account.c | 57 - +++++++++++++++++++++++++++++++---------- - libempathy/empathy-account.h | 7 +++- + +++++++++++++++++++++++++++++++----------- + libempathy/empathy-account.h | 7 ++++-- 2 files changed, 48 insertions(+), 16 deletions(-) commit a4f73e80b9f3015356fd0ee7d33fc0c7a8a21c8c @@ -74609,8 +74738,8 @@ Also, move to implementing GTK+ signals rather than connecting src/empathy-account-assistant.c | 101 - +++++++++++++++++++++++--------------- - 1 files changed, 61 insertions(+), 40 deletions(-) + +++++++++++++++++++++++---------------- + 1 file changed, 61 insertions(+), 40 deletions(-) commit 2cfd3d52a13089bd00c863a2ff2a721ec04190b5 Author: Cosimo Cecchi @@ -74619,7 +74748,7 @@ Add a comment over the window type hint src/empathy-account-assistant.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 1d0f90da95786ef6143460ed7234156ec9c46936 Author: Cosimo Cecchi @@ -74628,7 +74757,7 @@ Enable newly created accounts src/empathy-account-assistant.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit f9cbc778a336d3a891d67914d289841222fb679b Author: Cosimo Cecchi @@ -74637,7 +74766,7 @@ Implement dispose src/empathy-account-assistant.c | 23 +++++++++++++++++++++++ - 1 files changed, 23 insertions(+), 0 deletions(-) + 1 file changed, 23 insertions(+) commit b264035637b60c6fc09839f2a58f2bc16f573113 Author: Cosimo Cecchi @@ -74647,7 +74776,7 @@ src/empathy-account-assistant.c | 118 ++++++++++++++++++++++++++++++++++++++- - 1 files changed, 117 insertions(+), 1 deletions(-) + 1 file changed, 117 insertions(+), 1 deletion(-) commit 9aafbf8e9f92b270036f61622ece41461342a279 Author: Cosimo Cecchi @@ -74656,7 +74785,7 @@ Fix long lines src/empathy.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 84fbdb813bbb7f29aceedbd7293dcb10c499d660 Author: Cosimo Cecchi @@ -74665,7 +74794,7 @@ Don't forward anymore after the end src/empathy-account-assistant.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit ce3eb60be50a9571bde936eccecc800ee54080f1 Author: Cosimo Cecchi @@ -74674,7 +74803,7 @@ Report back errors (right now just on stdout) src/empathy-account-assistant.c | 19 ++++++++++++++++++- - 1 files changed, 18 insertions(+), 1 deletions(-) + 1 file changed, 18 insertions(+), 1 deletion(-) commit bca9fa60a556e96dbad090afcfd407dab7a4532d Author: Cosimo Cecchi @@ -74696,7 +74825,7 @@ Fix long line libempathy/empathy-account-settings.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 06c242f4125d7a48667b069ac53902894cbcdf10 Author: Cosimo Cecchi @@ -74705,7 +74834,7 @@ Unref settings when changing the protocol src/empathy-account-assistant.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 3962f6f8d1680b6a304577dbc1ed366c33f6b206 Author: Cosimo Cecchi @@ -74714,9 +74843,9 @@ Change labels when creating an account libempathy-gtk/empathy-account-widget-jabber.ui | 28 - +++++++++++++++++++--- - libempathy-gtk/empathy-account-widget.c | 14 +++++++++++ - src/empathy-account-assistant.c | 4 +++ + +++++++++++++++++++---- + libempathy-gtk/empathy-account-widget.c | 14 ++++++++++++ + src/empathy-account-assistant.c | 4 ++++ 3 files changed, 42 insertions(+), 4 deletions(-) commit 877ca07d5b79400863997df5c31180feec7103db @@ -74731,7 +74860,7 @@ src/empathy-account-assistant.c | 319 +++++++++++++++++++++++++-------------- - 1 files changed, 205 insertions(+), 114 deletions(-) + 1 file changed, 205 insertions(+), 114 deletions(-) commit bc7cb0959c31644d271fc9945d17cd961dece03d Author: Cosimo Cecchi @@ -74741,7 +74870,7 @@ libempathy-gtk/empathy-protocol-chooser.c | 36 ++++++++++++++++------------- - 1 files changed, 20 insertions(+), 16 deletions(-) + 1 file changed, 20 insertions(+), 16 deletions(-) commit caa57e8e5e3fbbad790e3825597a5b3ddd2f3175 Author: Cosimo Cecchi @@ -74751,7 +74880,7 @@ libempathy-gtk/empathy-account-widget.c | 40 ++++++++++++++++++++++++------- - 1 files changed, 31 insertions(+), 9 deletions(-) + 1 file changed, 31 insertions(+), 9 deletions(-) commit fa77756bd1db1c0b657fc784508890330bd5bfb3 Author: Cosimo Cecchi @@ -74761,7 +74890,7 @@ libempathy/empathy-account-settings.c | 36 ++++++++++++++++++++++++++++++++- - 1 files changed, 35 insertions(+), 1 deletions(-) + 1 file changed, 35 insertions(+), 1 deletion(-) commit c037c417937a5a77a8c8bc168103cb3c5a19a659 Author: Cosimo Cecchi @@ -74770,7 +74899,7 @@ Filter out IRC and local-xmpp in the wizard src/empathy-account-assistant.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 3f21eaf356b78cd1e0a8c7d43818e85c7bc12e4a Author: Cosimo Cecchi @@ -74791,7 +74920,7 @@ libempathy-gtk/empathy-account-widget-sip.c | 81 +++++++++++++++++---------- - 1 files changed, 51 insertions(+), 30 deletions(-) + 1 file changed, 51 insertions(+), 30 deletions(-) commit 712f5f9f45105ce66f0f8d4fff40857924943ae8 Author: Cosimo Cecchi @@ -74817,8 +74946,8 @@ Update label layout and add an "apply" logic src/empathy-account-assistant.c | 66 - +++++++++++++++++++++++++++++++++----- - 1 files changed, 57 insertions(+), 9 deletions(-) + +++++++++++++++++++++++++++++++++------ + 1 file changed, 57 insertions(+), 9 deletions(-) commit f274e990d552235090b689071f5d464007948d52 Author: Cosimo Cecchi @@ -74840,8 +74969,8 @@ Also, add a sketched version of the other pages src/empathy-account-assistant.c | 170 - +++++++++++++++++++++++++++++++++++++- - 1 files changed, 165 insertions(+), 5 deletions(-) + +++++++++++++++++++++++++++++++++++++-- + 1 file changed, 165 insertions(+), 5 deletions(-) commit 008fe6aa33bcc251a83b4670ead7eff5f552c268 Author: Cosimo Cecchi @@ -74851,7 +74980,7 @@ libempathy-gtk/empathy-protocol-chooser.c | 81 ++++++++++++++++++++++++----- - libempathy-gtk/empathy-protocol-chooser.h | 11 ++++- + libempathy-gtk/empathy-protocol-chooser.h | 11 +++- 2 files changed, 78 insertions(+), 14 deletions(-) commit f6a4501ee0965a8353b9ed638d37367f7068b34a @@ -74872,8 +75001,8 @@ Fix long lines libempathy-gtk/empathy-account-widget.c | 35 - +++++++++++++++++++----------- - 1 files changed, 22 insertions(+), 13 deletions(-) + +++++++++++++++++++------------ + 1 file changed, 22 insertions(+), 13 deletions(-) commit 7ec689852cca3280e48f1d6cba3f5c358575844c Author: Cosimo Cecchi @@ -74882,7 +75011,7 @@ Remove dead code libempathy-gtk/empathy-protocol-chooser.h | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 63b3a10e4b442ef9865885f590f3d251ac006f04 Author: Cosimo Cecchi @@ -74892,7 +75021,7 @@ src/empathy-account-assistant.c | 62 +++++++++++++++++++++++++++++++++++++-- - 1 files changed, 59 insertions(+), 3 deletions(-) + 1 file changed, 59 insertions(+), 3 deletions(-) commit 91feedc5c6b02468fc029f83157445a9c6d8b7d4 Author: Cosimo Cecchi @@ -74901,7 +75030,7 @@ Style fixes src/empathy-account-assistant.h | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 01e526b8b694869c81996f9e817cc3e3a559c161 Author: Cosimo Cecchi @@ -74910,7 +75039,7 @@ Fix style src/empathy-account-assistant.c | 19 +++++++++++++------ - 1 files changed, 13 insertions(+), 6 deletions(-) + 1 file changed, 13 insertions(+), 6 deletions(-) commit 3ac8eb4e2f6909d6c54718d6910b156359e10b42 Author: Cosimo Cecchi @@ -74926,7 +75055,7 @@ src/empathy-account-assistant.c | 116 ++++++++++++++++++++++++++++ src/empathy-account-assistant.h | 60 ++++++++++++++ - tests/Makefile.am | 5 + + tests/Makefile.am | 5 ++ tests/test-empathy-account-assistant.c | 2 +- 8 files changed, 183 insertions(+), 179 deletions(-) @@ -74955,7 +75084,7 @@ src/Makefile.am | 1 + src/empathy-account-assistant.c | 32 ++++++++++++++++++++++++++++++++ src/empathy-account-assistant.h | 1 + - 3 files changed, 34 insertions(+), 0 deletions(-) + 3 files changed, 34 insertions(+) commit 1b1ba53e2b64a4e5b3f9e27a54b3b863f5be0d4a Author: Cosimo Cecchi @@ -74965,7 +75094,7 @@ tests/Makefile.am | 2 ++ tests/test-empathy-account-assistant.c | 25 +++++++++++++++++++++++++ - 2 files changed, 27 insertions(+), 0 deletions(-) + 2 files changed, 27 insertions(+) commit 8bccbdc3d107c019ef858d0ad15c769c31028731 Author: Cosimo Cecchi @@ -74976,7 +75105,7 @@ src/empathy-account-assistant.c | 43 ++++++++++++++++++++++++++++ src/empathy-account-assistant.h | 59 +++++++++++++++++++++++++++++++++++++++ - 2 files changed, 102 insertions(+), 0 deletions(-) + 2 files changed, 102 insertions(+) commit 74209eb1b8b0cf9df87e66e2e028cae885b39a5f Author: Cosimo Cecchi @@ -74986,7 +75115,7 @@ src/empathy.c | 1072 +++++++++++++++++++++++++++++---------------------------- - 1 files changed, 546 insertions(+), 526 deletions(-) + 1 file changed, 546 insertions(+), 526 deletions(-) commit 158dad3e3108fab76a64d9aac22b6d9306ce3d4f Author: Jorge González @@ -74996,7 +75125,7 @@ po/es.po | 168 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 90 insertions(+), 78 deletions(-) + 1 file changed, 90 insertions(+), 78 deletions(-) commit 1c989a207a5ef27f88b1c4a1a1b68cfcfd1d6efe Author: Olivier Crête @@ -75005,7 +75134,7 @@ Properly register video source gstreamer element too libempathy-gtk/empathy-video-src.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit 3245c197d95c326372323addde9f62ca96167a33 Author: Sjoerd Simons @@ -75014,7 +75143,7 @@ Fix a small memory leak src/empathy-import-pidgin.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit f51d76329d1f2994c450aa0c8bf3a37412512581 Author: Arnaud Maillet @@ -75023,7 +75152,7 @@ Instantiate mc5 pidgin account importer in empathy-accounts-dialog src/empathy-accounts-dialog.c | 15 --------------- - 1 files changed, 0 insertions(+), 15 deletions(-) + 1 file changed, 15 deletions(-) commit 6da962b47b8a9b6bba3aecf8fda82d1e58d547cf Author: Arnaud Maillet @@ -75032,7 +75161,7 @@ Add empathy-import-dialog and empathy-import-pidgin to the makefile src/Makefile.am | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 5e48d35061335282d7cf64e00dcf932dffcdfb54 Author: Arnaud Maillet @@ -75041,7 +75170,7 @@ Port empathy-import-pidgin to mc5 src/empathy-import-pidgin.c | 33 +++++++++++++++++---------------- - 1 files changed, 17 insertions(+), 16 deletions(-) + 1 file changed, 17 insertions(+), 16 deletions(-) commit 735481c7e2d0d2180d5970b83722452f8aa99ae9 Author: Arnaud Maillet @@ -75051,7 +75180,7 @@ src/empathy-import-dialog.c | 143 +++++++++++++++++++++++++++---------------- - src/empathy-import-dialog.h | 7 +- + src/empathy-import-dialog.h | 7 ++- 2 files changed, 93 insertions(+), 57 deletions(-) commit f1394c92c71040e26bf6ec204c3eb9d8bb11ba25 @@ -75061,7 +75190,7 @@ fix critical errors in the .hr translation po/hr.po | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 0ccf92f2b7b27dd85e722188cab07041f1083314 Author: Sjoerd Simons @@ -75071,7 +75200,7 @@ python/pyempathy/pyempathy.defs | 10 +++ python/pyempathygtk/pyempathygtk.defs | 143 - +++++--------------------------- + ++++++--------------------------- 2 files changed, 33 insertions(+), 120 deletions(-) commit fee38f8b6bb302fafb9e506cf7522c6071f76a55 @@ -75081,7 +75210,7 @@ Fix trailing spaces libempathy-gtk/empathy-protocol-chooser.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 10d2be90115f126fbc0a31050ee8555bf822ef89 Author: Sjoerd Simons @@ -75090,7 +75219,7 @@ Add new files to the POTFILES po/POTFILES.in | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 84e30dab1428affe335ef904377d07f8b5fdeb66 Merge: fd8e9c5 3803736 @@ -75118,7 +75247,7 @@ Don't hook up to invalidated when creating the connection failed libempathy/empathy-account.c | 21 +++++++++++---------- - 1 files changed, 11 insertions(+), 10 deletions(-) + 1 file changed, 11 insertions(+), 10 deletions(-) commit 0f736265600a180423b1640841923f560fba70c2 Author: Sjoerd Simons @@ -75127,7 +75256,7 @@ Let the cached parameters asv own the key strings libempathy/empathy-account-settings.c | 16 +++++++++------- - 1 files changed, 9 insertions(+), 7 deletions(-) + 1 file changed, 9 insertions(+), 7 deletions(-) commit 3803736b4326d4bc00d58ccd25f910907f0b4521 Author: Xavier Claessens @@ -75138,7 +75267,7 @@ This reverts commit 5a89234873d5c709ee852e2b43220f9c8c0a2033. libempathy/empathy-log-store-empathy.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a1f79e1c8bb3613005f5fe158e23d22290d27403 Author: Xavier Claessens @@ -75147,7 +75276,7 @@ Use g_strdup instead of casting a const gchar* to a gchar*. libempathy/empathy-account-settings.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 62e639c4f638eee069d73d3929af121a65bb9c84 Author: Ivar Smolin @@ -75156,7 +75285,7 @@ Updating Estonian translation po/et.po | 51 ++++++++++++++++++++++++++------------------------- - 1 files changed, 26 insertions(+), 25 deletions(-) + 1 file changed, 26 insertions(+), 25 deletions(-) commit 5a89234873d5c709ee852e2b43220f9c8c0a2033 Author: Kjartan Maraas @@ -75165,7 +75294,7 @@ Don't use deprecated g_mapped_file_free() libempathy/empathy-log-store-empathy.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 68bfadf58864571de7be1d9f3c7532b563483eb3 Author: Kjartan Maraas @@ -75175,7 +75304,7 @@ po/nb.po | 402 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 196 insertions(+), 206 deletions(-) + 1 file changed, 196 insertions(+), 206 deletions(-) commit a198698ff45b4b4fd214dbf45b9eb6d348984bac Author: Milo Casagrande @@ -75184,7 +75313,7 @@ [help] Reworked the send-file topic help/C/send-file.page | 36 ++++++++++++++++++------------------ - 1 files changed, 18 insertions(+), 18 deletions(-) + 1 file changed, 18 insertions(+), 18 deletions(-) commit f0675e594614857d8b5396aa584d7e8b08ff161c Author: Milo Casagrande @@ -75227,8 +75356,8 @@ Updated Swedish translation po/sv.po | 169 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 86 insertions(+), 83 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 86 insertions(+), 83 deletions(-) commit d458f689738ad5a94b3355fe73c167e469bce2dc Author: Sjoerd Simons @@ -75237,7 +75366,7 @@ Use new api to get connections libempathy/empathy-dispatcher.c | 12 ++++++++---- - 1 files changed, 8 insertions(+), 4 deletions(-) + 1 file changed, 8 insertions(+), 4 deletions(-) commit 8bd008f556dcab022cceb2eaceb3080cb7198efc Author: Sjoerd Simons @@ -75246,7 +75375,7 @@ Add API to get teh TpConnection for an account on a certain path libempathy/empathy-account.c | 90 - +++++++++++++++++++++++++++-------------- + +++++++++++++++++++++++++++--------------- libempathy/empathy-account.h | 2 + 2 files changed, 61 insertions(+), 31 deletions(-) @@ -75257,7 +75386,7 @@ [help] Modified the description of a topic, removed useless spaces help/C/set-custom-status.page | 26 +++++++++++++------------- - 1 files changed, 13 insertions(+), 13 deletions(-) + 1 file changed, 13 insertions(+), 13 deletions(-) commit 15dda78fbc8c5fa6e942b8e6098689678914b7c5 Author: Sjoerd Simons @@ -75267,7 +75396,7 @@ the new account object libempathy/empathy-account-manager.c | 19 +++++-------------- - 1 files changed, 5 insertions(+), 14 deletions(-) + 1 file changed, 5 insertions(+), 14 deletions(-) commit baa418e11bf914a99a5ce40d12c964cb394e0e63 Author: Sjoerd Simons @@ -75283,7 +75412,7 @@ libempathy/empathy-account-settings.c | 37 ++++++++++++++++++++++++++++++++- - 1 files changed, 36 insertions(+), 1 deletions(-) + 1 file changed, 36 insertions(+), 1 deletion(-) commit dcb2ab438c8b9d02e6eef6a53d93242836db2ae7 Author: Sjoerd Simons @@ -75299,7 +75428,7 @@ presence. libempathy/empathy-account-manager.c | 22 +++++++++------------- - 1 files changed, 9 insertions(+), 13 deletions(-) + 1 file changed, 9 insertions(+), 13 deletions(-) commit 6a6c9006908cb43e0cacca34cc22862582aadba6 Author: Sjoerd Simons @@ -75310,7 +75439,7 @@ libempathy/empathy-account-manager.c | 16 ++++++++++++++++ libempathy/empathy-account-manager.h | 5 +++++ - 2 files changed, 21 insertions(+), 0 deletions(-) + 2 files changed, 21 insertions(+) commit 64715cc98c7d507f9a291fe4d467bfda526fad26 Author: Guillaume Desmottes @@ -75322,7 +75451,7 @@ defined in empathy-enum-types.h. libempathy-gtk/empathy-contact-list-view.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 8d679cc2bb5dc81ce82e427e8818d253ece05476 Author: Guillaume Desmottes @@ -75331,9 +75460,9 @@ upgrade Python bindings python/pyempathy/pyempathy.defs | 73 - +++++++++++++++++++++++-------- + ++++++++++++++++++++++-------- python/pyempathygtk/pyempathygtk.defs | 78 - +++++++++++++++----------------- + ++++++++++++++++----------------- 2 files changed, 92 insertions(+), 59 deletions(-) commit 92954d703c6fa0eefe4b0963c9d28842c06fc10d @@ -75343,7 +75472,7 @@ [help] Moved license from US version to unported one help/C/legal.xml | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 900bb42ee52f895dd7c6ce252e7f6104968d1bf8 Merge: f6b001d 3336ae4 @@ -75359,7 +75488,7 @@ Updated Galician Translation po/gl.po | 54 ++++++++++++++++++++++++------------------------------ - 1 files changed, 24 insertions(+), 30 deletions(-) + 1 file changed, 24 insertions(+), 30 deletions(-) commit b22a4ae1998207e136d4e1c85e10cf159d82d8bc Author: Guillaume Desmottes @@ -75369,7 +75498,7 @@ the order of the args if needed (#587803) libempathy-gtk/empathy-chat.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit c0a80fc3e49e9235cc6cabbab091e68293eb7d0e Author: Christian Kirbach @@ -75389,7 +75518,7 @@ * Added al the new pages to Makefile * Fixed a typo in irc-manage - help/C/geolocation-not-showing.page | 37 ++++++++++++++ + help/C/geolocation-not-showing.page | 37 +++++++++++++++ help/C/geolocation-privacy.page | 89 +++++++++++++++++++++++++++++++++++ help/C/geolocation-supported.page | 47 ++++++++++++++++++ @@ -75397,7 +75526,7 @@ help/C/geolocation-what-is.page | 58 +++++++++++++++++++++++ help/C/geolocation.page | 33 +++++++++++++ help/C/irc-manage.page | 2 +- - help/C/prev-conv.page | 44 ++++++++++++++---- + help/C/prev-conv.page | 44 +++++++++++++---- help/Makefile.am | 7 +++ 9 files changed, 366 insertions(+), 10 deletions(-) @@ -75410,7 +75539,7 @@ Signed-off-by: Jonny Lamb configure.ac | 29 ++++++++++++----------------- - 1 files changed, 12 insertions(+), 17 deletions(-) + 1 file changed, 12 insertions(+), 17 deletions(-) commit 98bdc25304295c21761ee6d5547273d5f077f61b Author: Jonny Lamb @@ -75421,7 +75550,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-connectivity.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 4be054d9317f3f35c5fc799556f85f880e1761bf Author: Jonny Lamb @@ -75433,7 +75562,7 @@ libempathy/empathy-connectivity.c | 122 ++++++++++++++++++++++++++++++++++++- - 1 files changed, 120 insertions(+), 2 deletions(-) + 1 file changed, 120 insertions(+), 2 deletions(-) commit 094a490dac0da29d685e5f1cbb06bc6caa588d3a Author: Jonny Lamb @@ -75444,8 +75573,8 @@ Signed-off-by: Jonny Lamb configure.ac | 56 - ++++++++++++++++++++++++++++++++++++----------- - libempathy/Makefile.am | 6 +++- + +++++++++++++++++++++++++++++++++++++----------- + libempathy/Makefile.am | 6 ++++-- 2 files changed, 47 insertions(+), 15 deletions(-) commit 4b87ece33144d35023b713d8e7d1be9262bc272a @@ -75457,7 +75586,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-connectivity.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit 8e549e268287120c56eb2dbc25b9d70dadb895f2 Author: Jonny Lamb @@ -75484,7 +75613,7 @@ location is never sent for people who want privacy. data/empathy.schemas.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c98e85dcf635914dc66755d6a8560e2d370cfffe Author: Jonny Lamb @@ -75499,10 +75628,10 @@ Signed-off-by: Jonny Lamb - libempathy-gtk/empathy-presence-chooser.c | 3 +- + libempathy-gtk/empathy-presence-chooser.c | 3 +-- libempathy/empathy-connectivity.c | 31 - +++++++++++++++++++--------- - libempathy/empathy-idle.c | 5 +-- + +++++++++++++++++++---------- + libempathy/empathy-idle.c | 5 ++--- 3 files changed, 24 insertions(+), 15 deletions(-) commit c777b477a4003b4f49285500736f0c91767c76cb @@ -75514,7 +75643,7 @@ Signed-off-by: Jonny Lamb src/empathy.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 363e6b81d004687f286fcd30322e94bd15c14e8f Author: Jonny Lamb @@ -75529,7 +75658,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-idle.c | 20 -------------------- - 1 files changed, 0 insertions(+), 20 deletions(-) + 1 file changed, 20 deletions(-) commit 6d55ee1e5cfce1655ed34b8e36ef23167a7d9818 Author: Jonny Lamb @@ -75540,7 +75669,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-connectivity.c | 10 ---------- - 1 files changed, 0 insertions(+), 10 deletions(-) + 1 file changed, 10 deletions(-) commit 6f47d10791dac97495b73200e05122b6406ea74b Author: Sjoerd Simons @@ -75573,7 +75702,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-connectivity.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 1f9772288086230ec9b8ac63380ad90d413b73c0 Author: Jonny Lamb @@ -75585,7 +75714,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-connectivity.c | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit 6013dce0de5f8046d0b1318b7d01d672eac45b91 Author: Jonny Lamb @@ -75596,7 +75725,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-connectivity.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit bbe5b582755870e4e3d4865f49d8ef9bb5db0b8d Author: Jonny Lamb @@ -75608,7 +75737,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-connectivity.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit fe0d5cdd8602bebff90d27f4fd84dbf1790b418f Author: Antón Méixome @@ -75617,8 +75746,8 @@ Updated Galician Translation po/gl.po | 171 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 92 insertions(+), 79 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 92 insertions(+), 79 deletions(-) commit 0d6ea34bb155e74a5ceac71cea9c550d7baaa85a Author: Jonny Lamb @@ -75630,7 +75759,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-connectivity.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit d12645619d0fcf721d9edcdb8b7893e27364e17f Author: Jonny Lamb @@ -75641,7 +75770,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-connectivity.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit eaac8d0b0724b90e6891ae69c3c8937861b8cdc9 Author: Sjoerd Simons @@ -75658,7 +75787,7 @@ instead. src/empathy-accounts-dialog.c | 25 +------------------------ - 1 files changed, 1 insertions(+), 24 deletions(-) + 1 file changed, 1 insertion(+), 24 deletions(-) commit d183b3dbbdd4bf1aea48eff08ae33ddd27f23e57 Author: Jonny Lamb @@ -75673,7 +75802,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-connectivity.c | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit 4080b07d140362f0d2888d0baf6a4ecf60e8ea2a Author: Jonny Lamb @@ -75685,7 +75814,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-presence-chooser.c | 24 ++++++++++++++++++++++++ - 1 files changed, 24 insertions(+), 0 deletions(-) + 1 file changed, 24 insertions(+) commit 394527fe9f0394c41fcf980bba3668d84434040f Author: Jonny Lamb @@ -75696,7 +75825,7 @@ Signed-off-by: Jonny Lamb libempathy/empathy-idle.c | 37 +++++++++++++++++++++---------------- - 1 files changed, 21 insertions(+), 16 deletions(-) + 1 file changed, 21 insertions(+), 16 deletions(-) commit ac4264815de204513483ab37135daf92a6d6a912 Author: Michael Kanis @@ -75706,7 +75835,7 @@ po/de.po | 2237 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1413 insertions(+), 824 deletions(-) + 1 file changed, 1413 insertions(+), 824 deletions(-) commit 2492382f950439be2e9b44362e091155b0589616 Author: Milo Casagrande @@ -75716,7 +75845,7 @@ help/C/prev-conv.page | 103 +++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 103 insertions(+), 0 deletions(-) + 1 file changed, 103 insertions(+) commit deb6b846017739eab6f148aed544688dc7515af5 Author: Pierre-Luc Beaudoin @@ -75725,7 +75854,7 @@ Animate show in and out of markers src/empathy-map-view.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b9d913aced1b76300ce6b18b53878b4f40cf2264 Author: Pierre-Luc Beaudoin @@ -75734,7 +75863,7 @@ Don't create a marker for contacts with empty location src/empathy-map-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8b9afe55dba0cb3dc7c20d714574e8c85f9fdb11 Author: Pierre-Luc Beaudoin @@ -75743,7 +75872,7 @@ Use empathy_make_absolute_url to fix URLs that have no scheme libempathy-gtk/empathy-theme-adium.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit c5cf2e489ecda8e8f2f53f29120388ba15e635c8 Author: Pierre-Luc Beaudoin @@ -75763,7 +75892,7 @@ Always add to publish list libempathy/empathy-tp-contact-list.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit 04a8b6b56f3beaabbbc17fe7e54983325df2a8ea Author: Pierre-Luc Beaudoin @@ -75772,7 +75901,7 @@ Dim at 75% markers for location data older than a week src/empathy-map-view.c | 14 +++++++++++--- - 1 files changed, 11 insertions(+), 3 deletions(-) + 1 file changed, 11 insertions(+), 3 deletions(-) commit 34eecfb2542a01913f038616dbf8fe1563fe3e42 Author: Maxim V. Dziumanenko @@ -75782,7 +75911,7 @@ po/uk.po | 2589 ++++++++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 1838 insertions(+), 751 deletions(-) + 1 file changed, 1838 insertions(+), 751 deletions(-) commit 27e11ea6e41c5b2498307d581caa751936de30f1 Author: Sjoerd Simons @@ -75791,7 +75920,7 @@ replace UNIQUE_NAME_PREFIX by TP_ACCOUNT_OBJECT_PATH_BASE libempathy/empathy-account.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit eafc0f2bb66f45dbc2d79482c9c0caaf9c6f0c00 Author: Sjoerd Simons @@ -75800,7 +75929,7 @@ the status in EmpathyIdle is the status_message not the status string libempathy/empathy-idle.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit 84a60506e5b1cf6cdbf0e2838c0c37eeb3b4a480 Author: Sjoerd Simons @@ -75809,7 +75938,7 @@ Add a debug message for tracking global status libempathy/empathy-account-manager.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit c1d7093754507c971b61633f51b7a80f2dcb4c7d Author: Jonny Lamb @@ -75820,7 +75949,7 @@ Signed-off-by: Jonny Lamb src/empathy.c | 26 ++++++++++++++++---------- - 1 files changed, 16 insertions(+), 10 deletions(-) + 1 file changed, 16 insertions(+), 10 deletions(-) commit 21eba5b7a86ad221efd3738d415cd56eb0ee98b8 Author: Jonny Lamb @@ -75846,7 +75975,7 @@ libempathy/empathy-connectivity.c | 192 ++++++++++++++++++++++++++++++++++--- - libempathy/empathy-connectivity.h | 6 + + libempathy/empathy-connectivity.h | 6 ++ 2 files changed, 186 insertions(+), 12 deletions(-) commit 77363aa431aaa9a2938bf547500a3c2ce2cd17c2 @@ -75865,7 +75994,7 @@ Reviewed-by: Guillaume Desmottes libempathy/empathy-tp-contact-list.c | 17 ++++++++++------- - 1 files changed, 10 insertions(+), 7 deletions(-) + 1 file changed, 10 insertions(+), 7 deletions(-) commit f0a0befc9453c490d9db7c820708b49481c30f96 Author: Pierre-Luc Beaudoin @@ -75878,8 +76007,8 @@ do) libempathy-gtk/empathy-theme-adium.c | 53 - ++++++++++++++++----------------- - 1 files changed, 26 insertions(+), 27 deletions(-) + +++++++++++++++++----------------- + 1 file changed, 26 insertions(+), 27 deletions(-) commit fbec34e1aa516010e9aa037c8203dd2dbe6f1cee Author: Guillaume Desmottes @@ -75888,7 +76017,7 @@ empathy-call-window: add 2 translators comments (#592052) src/empathy-call-window.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 37dd3c3001f54daf3b2f41c2360bc2f46dcf00e8 Author: Davyd Madeley @@ -75897,7 +76026,7 @@ displatcher -> dispatcher libempathy/empathy-dispatcher.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 8daae9d4540406968b405c850586b26ca2a1699c Author: Jonny Lamb @@ -75918,7 +76047,7 @@ Get the DisplayName when the account is ready libempathy/empathy-account-settings.c | 13 ++++++++----- - 1 files changed, 8 insertions(+), 5 deletions(-) + 1 file changed, 8 insertions(+), 5 deletions(-) commit ac3c718ca603a8261dfd02536e5a75bc60edfb4a Author: Sjoerd Simons @@ -75927,8 +76056,8 @@ Fix indentation libempathy-gtk/empathy-account-widget.c | 39 - +++++++++++++++++------------- - 1 files changed, 22 insertions(+), 17 deletions(-) + +++++++++++++++++-------------- + 1 file changed, 22 insertions(+), 17 deletions(-) commit 58da89ed39904ba96f085fbc18b3a7cdad54ac57 Author: Sjoerd Simons @@ -75949,7 +76078,7 @@ keep a ref on the selected account src/empathy-accounts-dialog.c | 22 +++++++++++++++------- - 1 files changed, 15 insertions(+), 7 deletions(-) + 1 file changed, 15 insertions(+), 7 deletions(-) commit b6385d57ac531ea4dde4e6bf5478fc47924bcb07 Author: Jonny Lamb @@ -75961,7 +76090,7 @@ libempathy/empathy-debug.c | 1 + libempathy/empathy-debug.h | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 381d68e40a9ead2b8217c4f4da856c972d5d3228 Author: Jonny Lamb @@ -75975,7 +76104,7 @@ libempathy/empathy-connectivity.c | 129 +++++++++++++++++++++++++++++++++++++ libempathy/empathy-connectivity.h | 65 +++++++++++++++++++ - 3 files changed, 196 insertions(+), 0 deletions(-) + 3 files changed, 196 insertions(+) commit 447b48d17a454ccf32ab21f7426cdd28b1399979 Author: Shaun McCance @@ -75985,7 +76114,7 @@ help/C/audio-video.page | 54 ++++++++++++++++++++++---------------------- - help/C/salut-protocol.page | 4 +- + help/C/salut-protocol.page | 4 ++-- 2 files changed, 29 insertions(+), 29 deletions(-) commit 5586d8a26f0491766976471829dccabddce20a1a @@ -75994,7 +76123,7 @@ Updated breton translation - 0 files changed, 0 insertions(+), 0 deletions(-) + 0 files changed commit d8d8f1c750979f016fbd0f43e5c292a2479bba9c Author: Denis Arnaud @@ -76004,7 +76133,7 @@ po/br.po | 257 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 136 insertions(+), 121 deletions(-) + 1 file changed, 136 insertions(+), 121 deletions(-) commit 1e19000ef22ebfadf394ef823d6562bbac3ecb57 Author: Milo Casagrande @@ -76018,8 +76147,8 @@ * prev-conv: added stub topic for searching previous conversations help/C/group-conversations.page | 62 - +++++++++++++++++++++++++++++++++++--- - help/C/introduction.page | 9 +++-- + +++++++++++++++++++++++++++++++++++---- + help/C/introduction.page | 9 +++--- help/C/prev-conv.page | 24 +++++++++++++++ 3 files changed, 86 insertions(+), 9 deletions(-) @@ -76041,7 +76170,7 @@ Set gui to NULL after unreffing it libempathy-gtk/empathy-account-widget.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6c2a10287ca173821152889963efdd6bc66e7a26 Author: Sjoerd Simons @@ -76051,7 +76180,7 @@ libempathy/empathy-account-manager.c | 38 +++++++++++++++++----------------- - 1 files changed, 19 insertions(+), 19 deletions(-) + 1 file changed, 19 insertions(+), 19 deletions(-) commit acd0172ff0bcc511ec646f8859742542c0cd5393 Author: Sjoerd Simons @@ -76060,7 +76189,7 @@ Remove dead code libempathy/empathy-account-manager.c | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) + 1 file changed, 8 deletions(-) commit 955e5f31d9cf3056777ceaf321b8ed4dc33b06cd Author: Sjoerd Simons @@ -76070,7 +76199,7 @@ connection-status{-reason,} when changes happen libempathy/empathy-account.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 31ef7d012ce3fe7ab4872f4864deaf4230feede1 Author: Sjoerd Simons @@ -76079,7 +76208,7 @@ Use the remove function account src/empathy-accounts-dialog.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit d7ad9a427fa8c11bcee8628a0bb5f56602fc84b3 Author: Sjoerd Simons @@ -76088,7 +76217,7 @@ _new for a signleton needs to return a ref src/empathy-accounts-dialog.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 40ee5f34184be738a4f9f31456480c62a9ad3bb9 Author: Sjoerd Simons @@ -76097,7 +76226,7 @@ Fix identation src/empathy-accounts-dialog.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit cc4b0254397717079f7d53391560952a8b1992a5 Author: Sjoerd Simons @@ -76106,7 +76235,7 @@ Notify when display-name is updated libempathy/empathy-account.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 65e338cadaca67c77e418903d6887ee0f0196827 Author: Sjoerd Simons @@ -76116,7 +76245,7 @@ libempathy/empathy-account-manager.c | 32 ++++++++++++++------------------ - 1 files changed, 14 insertions(+), 18 deletions(-) + 1 file changed, 14 insertions(+), 18 deletions(-) commit ad9ed2451356457afaceddc7d0dc6b8b74a83bf6 Author: Sjoerd Simons @@ -76125,7 +76254,7 @@ Plug some leaks libempathy/empathy-account.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 665ec36c0690f5247e4803d7f5513097b2cf2bb4 Author: Sjoerd Simons @@ -76134,7 +76263,7 @@ Removed dead code libempathy/empathy-account-settings.c | 10 ---------- - 1 files changed, 0 insertions(+), 10 deletions(-) + 1 file changed, 10 deletions(-) commit 8a384ab9928c7d1a460b0233036edaa86010b444 Author: Andre Klapper @@ -76144,7 +76273,7 @@ po/cs.po | 2158 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1412 insertions(+), 746 deletions(-) + 1 file changed, 1412 insertions(+), 746 deletions(-) commit 80796607c55a6e27e051cd6ca0d43df43ddcb238 Author: Milo Casagrande @@ -76154,7 +76283,7 @@ Removed one image from the Makefile, image removed yesterday help/C/group-conversations.page | 75 - +++++++++++++++++++++++++++++++++++++- + +++++++++++++++++++++++++++++++++++++-- help/Makefile.am | 3 +- 2 files changed, 74 insertions(+), 4 deletions(-) @@ -76165,7 +76294,7 @@ Only cancel the name owner watch if the dbus proxy still exists libempathy/empathy-account-manager.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit af5442e540b7913f382e7691053c91472b867254 Author: Sjoerd Simons @@ -76174,7 +76303,7 @@ Fix coding style (tabs vs. spaces libempathy/empathy-account-manager.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit b7bc2ba10f00bf35fb6615e9565e69618b1528d3 Author: Sjoerd Simons @@ -76183,7 +76312,7 @@ no need to check for the size of the hash table libempathy/empathy-account-manager.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 9b497ff832bbffab66eb193ebae190161db55757 Author: Sjoerd Simons @@ -76192,7 +76321,7 @@ Remove double check for connection == NULL libempathy-gtk/empathy-contact-dialogs.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 8b24044e2bdeec4e282339c78d4eff9050cf964c Author: Sjoerd Simons @@ -76202,7 +76331,7 @@ the generic UI libempathy-gtk/empathy-account-widget.c | 9 +-------- - 1 files changed, 1 insertions(+), 8 deletions(-) + 1 file changed, 1 insertion(+), 8 deletions(-) commit bc0428f6f77805811fd5b43f05196925313dbacb Author: Guillaume Desmottes @@ -76211,7 +76340,7 @@ Use tp-glib Location stable API (#585843) libempathy/empathy-tp-contact-factory.c | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit 9b528dc51ee3fb403e46aae06a2fa6c6e531657b Author: Guillaume Desmottes @@ -76223,7 +76352,7 @@ -------------------------- extensions/Makefile.am | 1 - extensions/misc.xml | 1 - - 3 files changed, 0 insertions(+), 332 deletions(-) + 3 files changed, 332 deletions(-) commit 73d00714bc45edbe8a668b08e82fce28460a13e5 Author: Guillaume Desmottes @@ -76232,7 +76361,7 @@ bump tp-glib dep to 0.7.34: we need for stable Location API configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b1cc0a7eab8600d414199091da8d1d942f19bda0 Author: Guillaume Desmottes @@ -76241,7 +76370,7 @@ sync Debug interface with undrafted version in spec (#585844) extensions/Debug.xml | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit e7fc72be1c9584700ab05e24addfbefda811b944 Author: Tommi Vainikainen @@ -76250,8 +76379,8 @@ Updated Finnish translation po/fi.po | 2120 - +++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1355 insertions(+), 765 deletions(-) + +++++++++++++++++++++++++++++++++++++++----------------------- + 1 file changed, 1355 insertions(+), 765 deletions(-) commit af580dfdb1095e9fa76fdc5b8c9f548e1463a3ab Author: Milo Casagrande @@ -76260,7 +76389,7 @@ [help] Removed unused picture (extended-away) help/C/figures/extended-away.png | Bin 752 -> 0 bytes - 1 files changed, 0 insertions(+), 0 deletions(-) + 1 file changed, 0 insertions(+), 0 deletions(-) commit 432cd81fa944fad28041c93c3ad519fca407ca05 Author: Milo Casagrande @@ -76274,7 +76403,7 @@ help/C/introduction.page | 45 ++++++++++++++++++++++++++++++++ help/Makefile.am | 1 + - 3 files changed, 46 insertions(+), 0 deletions(-) + 3 files changed, 46 insertions(+) commit 824b3e64ef7bfc63a8a4833ab5c0f093bd1bde9d Author: Ivar Smolin @@ -76283,7 +76412,7 @@ Updating Estonian translation po/et.po | 52 ++++++++++++++++++++++------------------------------ - 1 files changed, 22 insertions(+), 30 deletions(-) + 1 file changed, 22 insertions(+), 30 deletions(-) commit f7cdf7d41863dae74dbda842c3cfb02aaa206477 Author: Jorge González @@ -76293,7 +76422,7 @@ help/es/es.po | 3115 +++++++++++++++------------------------------------------ - 1 files changed, 792 insertions(+), 2323 deletions(-) + 1 file changed, 792 insertions(+), 2323 deletions(-) commit f3ba3b59992a2fcaba14b65393a8362e2ea87f83 Author: Jorge González @@ -76303,7 +76432,7 @@ po/es.po | 114 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 55 insertions(+), 59 deletions(-) + 1 file changed, 55 insertions(+), 59 deletions(-) commit ea77d5da730a088e280f0c318c5bb519ec472afb Author: Khaled Hosny @@ -76312,8 +76441,8 @@ Updated Arabic translation po/ar.po | 206 - ++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 101 insertions(+), 105 deletions(-) + ++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 101 insertions(+), 105 deletions(-) commit 1b68597e6f4da4c6cdf6e6567aa70b0844dfaf04 Author: Milo Casagrande @@ -76346,7 +76475,7 @@ help/es/es.po | 783 +++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 542 insertions(+), 241 deletions(-) + 1 file changed, 542 insertions(+), 241 deletions(-) commit 0f931106903b01f7ec5a56e357dc704e913ab720 Author: Milo Casagrande @@ -76356,12 +76485,12 @@ * Removed comment sections as they show up in the po * Fixed some revision sections - help/C/add-contact.page | 6 ---- - help/C/irc-manage.page | 9 ------ - help/C/offline-contacts.page | 13 +-------- - help/C/prob-conn-auth.page | 11 +------ + help/C/add-contact.page | 6 ----- + help/C/irc-manage.page | 9 ------- + help/C/offline-contacts.page | 13 ++-------- + help/C/prob-conn-auth.page | 11 ++------- help/C/prob-conn.page | 56 - ++++++++++++++--------------------------- + ++++++++++++++---------------------------- help/C/status-icons.page | 12 --------- 6 files changed, 23 insertions(+), 84 deletions(-) @@ -76372,8 +76501,8 @@ Updated Spanish translation help/es/es.po | 92 - ++++++++++++++++++++++++++++++++++++++++++++++---------- - 1 files changed, 75 insertions(+), 17 deletions(-) + ++++++++++++++++++++++++++++++++++++++++++++++----------- + 1 file changed, 75 insertions(+), 17 deletions(-) commit 7a91c985c8e9b96764e29948de83fb016da9beda Author: Milo Casagrande @@ -76403,19 +76532,19 @@ * added new pages help/C/audio-video.page | 70 ++++++++++++++++++++++++++++++ - help/C/irc-join-room.page | 5 +- - help/C/irc-manage.page | 11 ++--- - help/C/irc-nick-password.page | 19 +++++--- + help/C/irc-join-room.page | 5 +-- + help/C/irc-manage.page | 11 +++-- + help/C/irc-nick-password.page | 19 ++++++--- help/C/irc-sending-file.page | 27 ++++++++++++ help/C/irc-start-conversation.page | 62 +++++++++++++++++++++++++++ help/C/prob-conn-acctdisabled.page | 68 ++++++++++++++++++----------- - help/C/prob-conn-auth.page | 52 ++++++++++++++--------- + help/C/prob-conn-auth.page | 52 +++++++++++++--------- help/C/prob-conn-name.page | 45 ++++++++++--------- help/C/prob-conn-neterror.page | 83 - +++++++++++++++++++---------------- - help/C/send-file.page | 16 +++--- + +++++++++++++++++++----------------- + help/C/send-file.page | 16 +++---- help/C/start-conversation.page | 71 ++++++++++++++++++++++++++++++ - help/Makefile.am | 3 + + help/Makefile.am | 3 ++ 13 files changed, 403 insertions(+), 129 deletions(-) commit 7b2b0bf17f28dffc39de8482989a72c401c6e263 @@ -76425,7 +76554,7 @@ Updated Spanish translation help/es/es.po | 30 +++++++++++++++++++++++++++++- - 1 files changed, 29 insertions(+), 1 deletions(-) + 1 file changed, 29 insertions(+), 1 deletion(-) commit bf265a7b5ab8dadbc2e7227dffa858ef115d220a Author: Jorge González @@ -76435,7 +76564,7 @@ help/es/es.po | 150 ++++++++++++++++++++++----------------------------------- - 1 files changed, 58 insertions(+), 92 deletions(-) + 1 file changed, 58 insertions(+), 92 deletions(-) commit 22c2deb643eef980ce94831a70fdb0614799abaa Author: Jorge González @@ -76444,7 +76573,7 @@ Updated Spanish translation help/es/es.po | 45 ++++++++++++++++++++++++++++++++++++++------- - 1 files changed, 38 insertions(+), 7 deletions(-) + 1 file changed, 38 insertions(+), 7 deletions(-) commit 83ed195c1e8eb5d7a4d5e1491598e2cd722bc8ca Author: Jorge González @@ -76454,7 +76583,7 @@ help/es/es.po | 236 +++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 136 insertions(+), 100 deletions(-) + 1 file changed, 136 insertions(+), 100 deletions(-) commit 1f0c078c1540453a3747a58f3e7a236944e73975 Author: Jorge González @@ -76463,7 +76592,7 @@ Updated Spanish translation po/es.po | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 8156f7589c1790f7b0a9b241265e4780b954285c Author: Jorge González @@ -76472,7 +76601,7 @@ Updated Spanish translation help/es/es.po | 24 +++++++++++++++++++----- - 1 files changed, 19 insertions(+), 5 deletions(-) + 1 file changed, 19 insertions(+), 5 deletions(-) commit 2645adeb5be91331fe6b3e989ea6daf5ac79f78a Author: krishnababu k @@ -76481,7 +76610,7 @@ Added entry for Telugu [te] in LINGUAS file po/LINGUAS | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b1b8ff996e3283deb17d57b8e43fb75ea9be4727 Author: krishnababu k @@ -76491,7 +76620,7 @@ po/te.po | 2813 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2813 insertions(+), 0 deletions(-) + 1 file changed, 2813 insertions(+) commit b15c53e7e8b21fcfb4e6c43e0740866a6c2a5130 Author: Will Thompson @@ -76503,7 +76632,7 @@ anything into an IRC channel. libempathy/empathy-tp-chat.c | 17 ++++++++++------- - 1 files changed, 10 insertions(+), 7 deletions(-) + 1 file changed, 10 insertions(+), 7 deletions(-) commit e3636c7d43ab2a0ab059def183d10a2fb7867418 Author: Milo Casagrande @@ -76513,7 +76642,7 @@ * Colses bug 591602 src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8231bae19efd93b161c03c5638e9cc0ca9b07e0b Author: Jorge González @@ -76523,7 +76652,7 @@ help/es/es.po | 3392 +++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 2340 insertions(+), 1052 deletions(-) + 1 file changed, 2340 insertions(+), 1052 deletions(-) commit ce4494fe1b9387bd5cb959e36828a638c10d478f Author: Baris Cicek @@ -76545,7 +76674,7 @@ This should prevent the crash #591612 src/empathy-preferences.c | 15 ++++++++------- - 1 files changed, 8 insertions(+), 7 deletions(-) + 1 file changed, 8 insertions(+), 7 deletions(-) commit cceeda115ec00094fd59d26fdbbb30a5e54bb47a Author: Daniel Nylander @@ -76555,7 +76684,7 @@ po/sv.po | 156 +++++++++++++++++++++++++++++++------------------------------- - 1 files changed, 78 insertions(+), 78 deletions(-) + 1 file changed, 78 insertions(+), 78 deletions(-) commit 19ac35f900dcb22c2a272ee751bccd76f64676f1 Author: Mattias Põldaru @@ -76564,8 +76693,8 @@ Updating Estonian translation po/et.po | 625 - +++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 297 insertions(+), 328 deletions(-) + +++++++++++++++++++++++++++++--------------------------------- + 1 file changed, 297 insertions(+), 328 deletions(-) commit c359242189bc96481f63fbdcecbf8a3218f608d7 Author: Frédéric Péters @@ -76574,7 +76703,7 @@ Add streamingprefs_DATA to EXTRA_DIST (GNOME bug 591582) data/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 1a4735d843a9d2757d73cdce9b0c2a0a2fb9d1b1 Merge: 03480a1 553761a @@ -76599,7 +76728,7 @@ I'm pretty sure this fixes #588840. src/empathy-chat-window.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 553761acd191a6879caab2a8943b5aae50f46290 Author: Frédéric Péters @@ -76640,7 +76769,7 @@ [help] let git ignore translated Mallard pages help/.gitignore | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 9d41af181cc388a5ee02f3eaa5681ca0bd33566b Author: Frédéric Péters @@ -76649,7 +76778,7 @@ [help] set required attributes on revision element help/C/salut-protocol.page | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0a88eb69853c26ec9a79a26950b906eb5d9b2403 Author: Frédéric Péters @@ -76658,7 +76787,7 @@ [help] embed answer to comment in another element help/C/prob-conn.page | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 0354a7cd79699a75b6d603fef2f6aa7a0cdcc244 Author: Frédéric Péters @@ -76667,7 +76796,7 @@ [help] fixed attribute name (versione -> version) help/C/offline-contacts.page | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ce43ae4e797fd7ff4157185782b08f550578193d Author: Frédéric Péters @@ -76676,7 +76805,7 @@ [help] remove invalid type attribute on element help/C/create-account.page | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit d91fef0b1a6c3d9bed0746b81cf044ababbd76f0 Author: Frédéric Péters @@ -76686,7 +76815,7 @@ help/C/audio-video.page | 2 ++ help/C/status-icons.page | 2 ++ - 2 files changed, 4 insertions(+), 0 deletions(-) + 2 files changed, 4 insertions(+) commit d437af598ae190650f5f7fb3aab5a79c9758e6bd Author: Frédéric Péters @@ -76726,7 +76855,7 @@ [help] remove duplicated revision entry help/C/send-file.page | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit e236e08f5276ff4923f58b3fdcecc296137ac001 Author: Milo Casagrande @@ -76736,18 +76865,18 @@ here and there, mostly small fixes help/C/add-account.page | 75 +++++++++++----------- - help/C/add-contact.page | 34 ++++------ - help/C/change-status.page | 9 +-- - help/C/create-account.page | 20 ++---- + help/C/add-contact.page | 34 +++++----- + help/C/change-status.page | 9 ++- + help/C/create-account.page | 20 +++--- help/C/disable-account.page | 56 +++++++---------- - help/C/irc-account.page | 7 +- - help/C/irc-join-pwd.page | 6 ++- + help/C/irc-account.page | 7 +-- + help/C/irc-join-pwd.page | 6 +- help/C/irc-nick-password.page | 6 +- help/C/remove-account.page | 58 +++++++---------- help/C/send-file.page | 8 +++ help/C/set-custom-status.page | 138 - +++++++++++++++++++++++++++++++++++----- - help/C/share-desktop.page | 75 ++++++++++++++++++++++- + +++++++++++++++++++++++++++++++++++------ + help/C/share-desktop.page | 75 +++++++++++++++++++++- 12 files changed, 320 insertions(+), 172 deletions(-) commit 2ca0f50c4917a7c5fd5ad8c91a92793f35f90baa @@ -76757,7 +76886,7 @@ use DOC_INCLUDES for included files, not DOC_ENTITIES help/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f415a8566619b951cc0cf804d20ba66fbf33c457 Author: Frédéric Péters @@ -76766,7 +76895,7 @@ update build system for the new Mallard help help/Makefile.am | 42 ++++++++++++++++++++++++++++++++++++++++-- - 1 files changed, 40 insertions(+), 2 deletions(-) + 1 file changed, 40 insertions(+), 2 deletions(-) commit a984f5c1916a33edf8145491e57aa3faa08865fd Author: Frédéric Péters @@ -76809,7 +76938,7 @@ help/C/empathy.xml | 1395 ---------------------------------------------------- - 1 files changed, 0 insertions(+), 1395 deletions(-) + 1 file changed, 1395 deletions(-) commit 23a733f9087d62e802571a8000c9d3ec37b3e47a Author: Milo Casagrande @@ -76848,7 +76977,7 @@ help/C/audio-call.page | 1 + help/C/video-call.page | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 254f9b868d3176b15d79808bf747580185bd6509 Author: Milo Casagrande @@ -76903,7 +77032,7 @@ Modified terminology help/C/send-message.page | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 50d34cf70f763703db33061d74cac6ca9de6cb32 Author: Milo Casagrande @@ -76930,13 +77059,13 @@ add-account page help/C/add-account.page | 6 +++ - help/C/irc-account.page | 24 +++++++--- + help/C/irc-account.page | 24 ++++++---- help/C/irc-join-room.page | 57 ++++++++++++++++++++++++ help/C/irc-nick-password.page | 94 ++++++++++++++++++++++++++++++++++++++++ help/C/prob-conn-name.page | 60 +++++++++++++++++++++++++ - help/C/prob-conn-neterror.page | 6 +- - help/C/prob-conn.page | 16 +++++-- + help/C/prob-conn-neterror.page | 6 +-- + help/C/prob-conn.page | 16 ++++--- 7 files changed, 247 insertions(+), 16 deletions(-) commit 694c11f5e271d1af097cb013881cfdbd829a20ac @@ -76970,11 +77099,11 @@ help/C/change-status.page | 2 +- help/C/create-account.page | 86 - +++++++++++++++++++++-------------------- + +++++++++++++++++++++--------------------- help/C/offline-contacts.page | 28 ++++++++------ - help/C/prob-conn-auth.page | 63 ++++++++++++++++++------------ + help/C/prob-conn-auth.page | 63 +++++++++++++++++++------------ help/C/send-message.page | 29 +++++++------- - help/C/status-icons.page | 6 +- + help/C/status-icons.page | 6 +-- 6 files changed, 116 insertions(+), 98 deletions(-) commit 2a17a62f8634b95cebf3df6763cb064c9f749634 @@ -76992,8 +77121,8 @@ help/C/figures/busy.svg | 140 -------------------------------------- help/C/figures/extended-away.svg | 120 -------------------------------- - help/C/offline-contacts.page | 55 +++++++-------- - help/C/send-file.page | 123 +++++++++++++++++++++------------ + help/C/offline-contacts.page | 55 ++++++++------- + help/C/send-file.page | 123 ++++++++++++++++++++------------- help/C/status-icons.page | 55 ++++++++++++--- 8 files changed, 149 insertions(+), 546 deletions(-) @@ -77016,7 +77145,7 @@ ++++++++++++++++++++++++++++++++++++++ help/C/figures/extended-away.png | Bin 0 -> 752 bytes help/C/figures/extended-away.svg | 120 ++++++++++++++++++++++++++++++++ - help/C/index.page | 18 +++--- + help/C/index.page | 18 ++--- help/C/status-icons.page | 92 +++++++++++++++++++++++++ 12 files changed, 586 insertions(+), 38 deletions(-) @@ -77029,7 +77158,7 @@ help/C/set-custom-status.page | 62 +++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 62 insertions(+), 0 deletions(-) + 1 file changed, 62 insertions(+) commit 4ee5fa135f9ccb5ffee78c4eaf4eb2451801b486 Author: Milo Casagrande @@ -77063,11 +77192,11 @@ in the add-contact page as seealso Update the license line with the 3.0 number as talked via email Update some topic form stub to draft - help/C/add-account.page | 7 +- + help/C/add-account.page | 7 +-- help/C/add-contact.page | 107 ++++++++++++++++++++++++------------ help/C/change-status.page | 2 +- - help/C/disable-account.page | 7 +- + help/C/disable-account.page | 7 +-- help/C/index.page | 2 +- help/C/offline-contacts.page | 58 +++++++++++++++++++ help/C/prob-conn-acctdisabled.page | 2 +- @@ -77075,7 +77204,7 @@ help/C/prob-conn-neterror.page | 2 +- help/C/prob-conn.page | 2 +- help/C/remove-account.page | 2 +- - help/C/salut-protocol.page | 33 +++++------ + help/C/salut-protocol.page | 33 ++++++----- help/C/send-file.page | 2 +- help/C/send-message.page | 2 +- 14 files changed, 160 insertions(+), 70 deletions(-) @@ -77103,7 +77232,7 @@ another section for Salut * Added link to salut-protocol help/C/create-account.page | 97 - ++++++++++++++++++++++++++----------------- + +++++++++++++++++++++++++++----------------- help/C/salut-protocol.page | 55 +++++++++++++++++++++++++ 2 files changed, 114 insertions(+), 38 deletions(-) @@ -77134,7 +77263,7 @@ help/C/add-contact.page | 2 +- help/C/change-status.page | 2 +- - help/C/prob-conn-acctdisabled.page | 52 ++++++++++++++++ + help/C/prob-conn-acctdisabled.page | 52 +++++++++++++++++ help/C/prob-conn-auth.page | 51 ++++++++++++++++ help/C/prob-conn-neterror.page | 62 ++++++++++++++++++++ help/C/prob-conn.page | 38 ++++++++++++ @@ -77170,7 +77299,7 @@ Added "add contact" page. Needs work. help/C/add-contact.page | 42 ++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 42 insertions(+), 0 deletions(-) + 1 file changed, 42 insertions(+) commit 88ed5023f2167d1a8ec40ba773ea69be8103e2ca Author: Milo Casagrande @@ -77180,7 +77309,7 @@ (needs more work) * Modified the change-status topic help/C/change-status.page | 23 ++++++++++++++++++----- - 1 files changed, 18 insertions(+), 5 deletions(-) + 1 file changed, 18 insertions(+), 5 deletions(-) commit 5ea557b78b99877f78ab56ccb5df508f9b100dc9 Author: Milo Casagrande @@ -77188,16 +77317,16 @@ Fixed the naming convention of files: use dash, not underscores - help/C/change-status.page | 39 +++++++++++++ - help/C/change_status.page | 39 ------------- + help/C/change-status.page | 39 ++++++++++++++ + help/C/change_status.page | 39 -------------- help/C/problems-connecting.page | 113 +++++++++++++++++++++++++++++++++++++++ help/C/problems_connecting.page | 113 --------------------------------------- - help/C/send-file.page | 54 ++++++++++++++++++ - help/C/send-message.page | 54 ++++++++++++++++++ - help/C/send_file.page | 54 ------------------ - help/C/send_message.page | 54 ------------------ + help/C/send-file.page | 54 +++++++++++++++++++ + help/C/send-message.page | 54 +++++++++++++++++++ + help/C/send_file.page | 54 ------------------- + help/C/send_message.page | 54 ------------------- 8 files changed, 260 insertions(+), 260 deletions(-) commit 1141d65da420328c1f6ba7373c53a2bf554abcc9 @@ -77207,7 +77336,7 @@ Rework some sections help/C/change_status.page | 59 +++++++++++++++++++------------------ - help/C/create-account.page | 4 +- + help/C/create-account.page | 4 +-- help/C/send_message.page | 70 ++++++++++++++++++++++++++++++-------------- 3 files changed, 80 insertions(+), 53 deletions(-) @@ -77220,7 +77349,7 @@ help/C/index.page | 4 ++++ help/C/problems_connecting.page | 2 +- - 2 files changed, 5 insertions(+), 1 deletions(-) + 2 files changed, 5 insertions(+), 1 deletion(-) commit 6ee9ba692824d3abb9cf010692d3880a863b57c2 Author: Milo Casagrande @@ -77229,7 +77358,7 @@ Fixed description of disable-account topic help/C/disable-account.page | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b4e70b513a9c0307c84dc9210b8b7f3dde1a984d Author: Phil Bull @@ -77256,7 +77385,7 @@ help/C/problems_connecting.page | 113 +++++++++++++++++++++++++++++++++++++++ - 1 files changed, 113 insertions(+), 0 deletions(-) + 1 file changed, 113 insertions(+) commit f09080299c239dd1602365cebd98af5a457e2a6d Author: Milo Casagrande @@ -77270,7 +77399,7 @@ +++++++++++++++++++++++++++++++++++++++ help/C/remove-account.page | 85 +++++++++++++++++++++++++++++++++++++++++++ - 3 files changed, 164 insertions(+), 0 deletions(-) + 3 files changed, 164 insertions(+) commit 5dad754128ba85483b02e87784c17ae678141779 Author: Milo Casagrande @@ -77291,7 +77420,7 @@ Add "send_message" topic help/C/send_message.page | 28 ++++++++++++++++++++++++++++ - 1 files changed, 28 insertions(+), 0 deletions(-) + 1 file changed, 28 insertions(+) commit 8429d0c1dff0036ea65a75ee35651816f8544d07 Author: Phil Bull @@ -77300,7 +77429,7 @@ Change title, add link to index help/C/create-account.page | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 530793478eeedac93f25f69c45f207f943c3c274 Author: Phil Bull @@ -77319,7 +77448,7 @@ Change capitalisation help/C/send_file.page | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c0f96feb8f7ae82662b950729effac4046ca83cc Author: Milo Casagrande @@ -77329,7 +77458,7 @@ help/C/create-account.page | 119 ++++++++++++++++++++++++++++++++++++++++++++ - help/C/index.page | 56 +++++++++++--------- + help/C/index.page | 56 +++++++++++---------- 2 files changed, 150 insertions(+), 25 deletions(-) commit 1f1a155079ad5f878297e77020c4202134cdc3e3 @@ -77339,7 +77468,7 @@ Add topic on changing your status help/C/change_status.page | 29 +++++++++++++++++++++++++++++ - 1 files changed, 29 insertions(+), 0 deletions(-) + 1 file changed, 29 insertions(+) commit 63af18d35fc97a5396701f8c5c536980fceaebd3 Author: Phil Bull @@ -77350,7 +77479,7 @@ help/C/send_file.page | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 54 insertions(+), 0 deletions(-) + 1 file changed, 54 insertions(+) commit 293a30500849034931fe560fb40fd057e9d9556a Author: Milo Casagrande @@ -77359,7 +77488,7 @@ Added the index.page start page help/C/index.page | 31 +++++++++++++++++++++++++++++++ - 1 files changed, 31 insertions(+), 0 deletions(-) + 1 file changed, 31 insertions(+) commit df40da35e0abb3446b83b7950805aa62718dfff4 Author: Shankar Prasad @@ -77369,7 +77498,7 @@ po/kn.po | 2184 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1338 insertions(+), 846 deletions(-) + 1 file changed, 1338 insertions(+), 846 deletions(-) commit b65d672d2d0bd196de434634332b3cb42316a37f Author: Manoj Kumar Giri @@ -77379,7 +77508,7 @@ po/or.po | 706 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 409 insertions(+), 297 deletions(-) + 1 file changed, 409 insertions(+), 297 deletions(-) commit c7ae775429b35ff06ea3bbb29ebaac5e5bc80bc3 Author: Inaki Larranaga Murgoitio @@ -77389,7 +77518,7 @@ po/eu.po | 1919 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 1166 insertions(+), 753 deletions(-) + 1 file changed, 1166 insertions(+), 753 deletions(-) commit 34388b53bf884a5eff30c0dbf2add84e9043096d Author: Frédéric Péters @@ -77398,7 +77527,7 @@ Always show icons in presence chooser (GNOME bug 591247) libempathy-gtk/empathy-presence-chooser.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 61d13bbf3bf40d196ed727c6b79205ca0aaa94ff Merge: cb95d7e a3a2495 @@ -77415,7 +77544,7 @@ po/gl.po | 314 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 172 insertions(+), 142 deletions(-) + 1 file changed, 172 insertions(+), 142 deletions(-) commit a3a24957f7638ff5e0a27d4a09b67717b62479d7 Author: Arnaud Maillet @@ -77424,7 +77553,7 @@ fix bug #590756 - Renamed x_vnc service to rfb libempathy-gtk/empathy-share-my-desktop.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 13e0cbdf5f7bb6ace292a5c875edfd41e31af988 Author: Gil Forcada @@ -77434,7 +77563,7 @@ po/ca.po | 2362 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1490 insertions(+), 872 deletions(-) + 1 file changed, 1490 insertions(+), 872 deletions(-) commit 96231a42f2ee0dcdcb33b67edc5e1ecee80dfc8e Author: Carles Ferrando @@ -77445,7 +77574,7 @@ po/LINGUAS | 1 + po/ca@valencia.po | 2873 +++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 2874 insertions(+), 0 deletions(-) + 2 files changed, 2874 insertions(+) commit 486ac5b8ddef3e47f7050e6b70fb3555292ee796 Author: Jorge González @@ -77454,8 +77583,8 @@ Updated Spanish translation po/es.po | 75 - +++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 38 insertions(+), 37 deletions(-) + +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 38 insertions(+), 37 deletions(-) commit 822589779b6ca45df0ad2b7cee175de706307ee8 Author: Guillaume Desmottes @@ -77465,7 +77594,7 @@ 'chat' section anymore (#590029) src/empathy-chat-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c266347e297660bb665abfcdfc3d6568fd8e4294 Author: Guillaume Desmottes @@ -77478,7 +77607,7 @@ not allow users to. libempathy-gtk/empathy-ui-utils.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit a90f1f5cb840c43a60a5da2e5d6daa884ba8dd2c Author: Frédéric Péters @@ -77489,7 +77618,7 @@ This makes it possible to send /unix/path (GNOME bug 589335) libempathy-gtk/empathy-chat.c | 15 ++++++++++++--- - 1 files changed, 12 insertions(+), 3 deletions(-) + 1 file changed, 12 insertions(+), 3 deletions(-) commit 09c7ee275295bcfc31c9ee76d8ef235c73821621 Author: Guillaume Desmottes @@ -77514,7 +77643,7 @@ g_source_remove is not called twice on it. src/empathy-call-window.c | 16 +++++++++++++--- - 1 files changed, 13 insertions(+), 3 deletions(-) + 1 file changed, 13 insertions(+), 3 deletions(-) commit 044a71d3ffd3788c1f2f8060448b536eff62d6f0 Author: Jonathan Tellier @@ -77523,7 +77652,7 @@ Now removing the bus watch when destroying the pipeline. src/empathy-call-window.c | 20 ++++++++++++++++---- - 1 files changed, 16 insertions(+), 4 deletions(-) + 1 file changed, 16 insertions(+), 4 deletions(-) commit b90d0d4a041ce3753b51a3cbf36142838d9e2876 Author: Jonathan Tellier @@ -77533,7 +77662,7 @@ changed on a disconnected call. src/empathy-call-window.c | 36 +++++++++++++++++++++++++++--------- - 1 files changed, 27 insertions(+), 9 deletions(-) + 1 file changed, 27 insertions(+), 9 deletions(-) commit ec6cebc3342d4b8777f690df0f687fc00d3d7122 Author: Guillaume Desmottes @@ -77545,7 +77674,7 @@ event->message is not NULL before calling it. src/empathy-status-icon.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 61281d748f97710b1561ab81cdc1ce33d47f0b78 Author: Seán de Búrca @@ -77555,7 +77684,7 @@ po/ga.po | 403 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 206 insertions(+), 197 deletions(-) + 1 file changed, 206 insertions(+), 197 deletions(-) commit 5b03fadebc0191b901d27e7506848c18a25691a0 Merge: eccbc31 1edab7c @@ -77572,7 +77701,7 @@ Move contact when drag'n'dropped (Fix #585443) libempathy-gtk/empathy-contact-list-view.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit bb29218b8ad4e92e03f8b87236c9843392c5c0d9 Author: Olivier Crête @@ -77581,7 +77710,7 @@ Force skew method of clock slaving for alsa/osssrc data/element-properties | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit 21be2be89095c754e8ddc96a666735eb48f7e7ee Author: Olivier Crête @@ -77609,10 +77738,10 @@ Make it possible to set element properties from a config file - data/Makefile.am | 3 +- - data/element-properties | 17 ++++++++++++ + data/Makefile.am | 3 ++- + data/element-properties | 17 +++++++++++++ libempathy/empathy-call-handler.c | 50 - ++++++++++++------------------------ + +++++++++++++------------------------ 3 files changed, 36 insertions(+), 34 deletions(-) commit b1642e68a321a80d7557863409455375906c14ba @@ -77624,7 +77753,7 @@ data/Makefile.am | 4 +++ data/codec-preferences | 36 +++++++++++++++++++++++++ libempathy/empathy-call-handler.c | 53 - ++++++++---------------------------- + +++++++++---------------------------- 3 files changed, 52 insertions(+), 41 deletions(-) commit 1edab7cb3e0c6de74d22849c904bcde2168c2854 @@ -77634,7 +77763,7 @@ Fixed style libempathy-gtk/empathy-contact-widget.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 2fe171b03ebf6e2a4f726e456527cacafa1c4194 Author: Pierre-Luc Beaudoin @@ -77643,7 +77772,7 @@ Remove redundant == TRUE/FALSE libempathy-gtk/empathy-location-manager.c | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit 713fb600634add0e0abe35489402e5ed8d5fde10 Author: Pierre-Luc Beaudoin @@ -77658,7 +77787,7 @@ This patch also replaces strcmp by tp_strdiff libempathy-gtk/empathy-location-manager.c | 36 - ++++++++++++++-------------- + ++++++++++++++--------------- src/empathy-preferences.ui | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) @@ -77680,7 +77809,7 @@ Set selectable status information libempathy-gtk/empathy-contact-widget.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 6226d30cae6450daa2d930a52dc002ab8bcbee7c Author: Denis Arnaud @@ -77690,7 +77819,7 @@ po/br.po | 293 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 162 insertions(+), 131 deletions(-) + 1 file changed, 162 insertions(+), 131 deletions(-) commit e59bb30923e3643b57bace4c01d2cf28e67b659d Author: Denis Arnaud @@ -77698,7 +77827,7 @@ Updated breton translation and added br in Linguas file. - 0 files changed, 0 insertions(+), 0 deletions(-) + 0 files changed commit c03672a10644fc36352657e9b66e9d3e2e47ecf5 Author: Denis Arnaud @@ -77709,7 +77838,7 @@ po/LINGUAS | 1 + po/br.po | 2507 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 2508 insertions(+), 0 deletions(-) + 2 files changed, 2508 insertions(+) commit 70b4decf86fd6df867eb2805782582ef3b5931db Author: Rodrigo L. M. Flores @@ -77719,7 +77848,7 @@ po/pt_BR.po | 2354 ++++++++++++++++++++++++++++++++++++++--------------------- - 1 files changed, 1527 insertions(+), 827 deletions(-) + 1 file changed, 1527 insertions(+), 827 deletions(-) commit 54e803983afeeffe0a46ed0cd43f929859434aff Author: Khaled Hosny @@ -77728,8 +77857,8 @@ Updated Arabic translation po/ar.po | 254 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 133 insertions(+), 121 deletions(-) + ++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 133 insertions(+), 121 deletions(-) commit 7e8cf5368fc2d51a270f6507a146f0b87bae0e03 Author: Mark Krapivner @@ -77739,7 +77868,7 @@ po/he.po | 1255 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 718 insertions(+), 537 deletions(-) + 1 file changed, 718 insertions(+), 537 deletions(-) commit 7d7bc4c67767952b926eb9c3431e485d1e59b6b2 Author: Will Thompson @@ -77754,7 +77883,7 @@ Ideally this would be theme-able, but this is a start. src/empathy-chat-window.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit faef8889c4331af839cbec91691fe97ade60f9f7 Author: Will Thompson @@ -77782,7 +77911,7 @@ separate code paths eludes me. src/empathy-status-icon.c | 19 ++++++++++++------- - 1 files changed, 12 insertions(+), 7 deletions(-) + 1 file changed, 12 insertions(+), 7 deletions(-) commit e7cfecf66b0620de55633444855999d974acd6f2 Author: Mario Blättermann @@ -77791,7 +77920,7 @@ Updated German translation help/de/de.po | 13 ++++++++----- - 1 files changed, 8 insertions(+), 5 deletions(-) + 1 file changed, 8 insertions(+), 5 deletions(-) commit 6b4edecdd8924a13855ef0cdad4cf9baa814df17 Author: Jorge González @@ -77801,7 +77930,7 @@ help/es/es.po | 422 ++++++++++++++++++++++++++++----------------------------- - 1 files changed, 209 insertions(+), 213 deletions(-) + 1 file changed, 209 insertions(+), 213 deletions(-) commit 25695252172715884b1a1d94188120498142952a Author: Jorge González @@ -77811,7 +77940,7 @@ po/es.po | 227 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 122 insertions(+), 105 deletions(-) + 1 file changed, 122 insertions(+), 105 deletions(-) commit 8ef6b63b1ce2f906b9cfe74ad49e2981c435bd9c Author: Daniel Nylander @@ -77820,8 +77949,8 @@ Updated Swedish translation po/sv.po | 202 - +++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 116 insertions(+), 86 deletions(-) + ++++++++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 116 insertions(+), 86 deletions(-) commit ddd1d7859f1b4b757e1091a816863d8f53b244d7 Author: Kjartan Maraas @@ -77831,7 +77960,7 @@ po/nb.po | 1139 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 659 insertions(+), 480 deletions(-) + 1 file changed, 659 insertions(+), 480 deletions(-) commit 800532eb93ab4fc40280705e969f5db8a2e548c0 Author: Ivar Smolin @@ -77841,7 +77970,7 @@ po/et.po | 282 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 174 insertions(+), 108 deletions(-) + 1 file changed, 174 insertions(+), 108 deletions(-) commit 771b69208c4c3bb4b32057e53f97d4c79995a5cc Author: Chao-Hsiung Liao @@ -77850,7 +77979,7 @@ Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 2051 - +++++++++++++++++++++++++++++++++++------------------------ + ++++++++++++++++++++++++++++++++++------------------------ po/zh_TW.po | 2054 +++++++++++++++++++++++++++++++++++------------------------ 2 files changed, 2423 insertions(+), 1682 deletions(-) @@ -77862,7 +77991,7 @@ Set presence on accounts when they become ready libempathy/empathy-account-manager.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 9f9890593181c881b09773d7f8e68a402d8ce7fa Author: Cosimo Cecchi @@ -77885,7 +78014,7 @@ Make sure we always show the main window src/empathy-main-window.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 0c6cc061e45dd68827a8bbc28b96df4b753c29fd Author: Seán de Búrca @@ -77895,7 +78024,7 @@ po/ga.po | 2828 ++++++++++++++++++++++++++++++++++++++++++++++---------------- - 1 files changed, 2119 insertions(+), 709 deletions(-) + 1 file changed, 2119 insertions(+), 709 deletions(-) commit de42661f2e27d8bffb4c9ed3e921c85a8fe27add Author: Seán de Búrca @@ -77904,7 +78033,7 @@ Add type to UI file to catch missing strings po/POTFILES.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8dcbfe163b293dda9bc0481e846db3bdd4e0ea98 Merge: 3e8f251 c62744a @@ -77932,7 +78061,7 @@ libempathy-gtk/empathy-protocol-chooser.c | 46 +++++++++++++++++++++++++---- - 1 files changed, 40 insertions(+), 6 deletions(-) + 1 file changed, 40 insertions(+), 6 deletions(-) commit c62744a26535b8778e6053e5d7c544ca9ccc1e5f Author: Aron Xu @@ -77941,8 +78070,8 @@ Updated Simplified Chinese translation. po/zh_CN.po | 82 - ++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 42 insertions(+), 40 deletions(-) + ++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 42 insertions(+), 40 deletions(-) commit 0279ad1b9504f81dbe6773eab9fdbd6ffdbfca3d Author: Cosimo Cecchi @@ -77962,7 +78091,7 @@ Don't try to lookup NULL connections libempathy-gtk/empathy-contact-dialogs.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit e0f2c0a49153280c723a293f2dcda0dffd931ec2 Author: Sjoerd Simons @@ -77996,7 +78125,7 @@ add some slightly nicer debug messages libempathy/empathy-account.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 4e38b2c3eab6a2a19906db5c4933870beb6ce626 Author: Sjoerd Simons @@ -78005,7 +78134,7 @@ Add a small comment about emp_account_manager_update_global_presence libempathy/empathy-account-manager.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit ef19c477deba879906da074361527c7885db35ee Author: Sjoerd Simons @@ -78014,7 +78143,7 @@ Fix typo libempathy/empathy-idle.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 586a307e56f2bce203e80de9f9f9d5a15e34bec6 Author: Sjoerd Simons @@ -78023,7 +78152,7 @@ Update python bindings python/pyempathy/pyempathy.defs | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit c9ef23052d2e5007e6120dcc881d6c382fcf48d3 Author: Sjoerd Simons @@ -78062,7 +78191,7 @@ explicitely include libempathy/empathy-enum-types.h python/pyempathygtk/pyempathygtk.override | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 89108da0875495e3b832db3a6db264b25c6ffe81 Author: lyper @@ -78072,7 +78201,7 @@ po/zh_CN.po | 133 ++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 67 insertions(+), 66 deletions(-) + 1 file changed, 67 insertions(+), 66 deletions(-) commit bf6b5979152190e78ca913c6cfd0b91e204c60fd Author: Cosimo Cecchi @@ -78092,7 +78221,7 @@ Update POTFILES.in po/POTFILES.in | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 20438b5175f16e9b78b68a89b5da3fdd3aadad45 Author: Cosimo Cecchi @@ -78104,7 +78233,7 @@ can have a variable lifecycle libempathy-gtk/empathy-account-widget.c | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit c8fc859d6d2bda4110e0dcb5fa4e213162d1c1c4 Author: Cosimo Cecchi @@ -78113,7 +78242,7 @@ Hook up to the destroy signal in EmpathyAccountWidget libempathy-gtk/empathy-account-widget.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit 25ee209b2d033ca91f23a818636926285030945d Author: Cosimo Cecchi @@ -78122,7 +78251,7 @@ Set the sensitivity to the forget button libempathy-gtk/empathy-account-widget.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 6bd8c2d7d8589d3d0019599c75de05b20ae18f44 Author: Cosimo Cecchi @@ -78137,7 +78266,7 @@ validity. libempathy/empathy-account-settings.c | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit 3c966e213e602fc6bb289a30b62f12122dcbdee9 Author: Cosimo Cecchi @@ -78151,7 +78280,7 @@ libempathy/empathy-account-manager.c | 68 +++++++++++++++++++++++----------- - 1 files changed, 46 insertions(+), 22 deletions(-) + 1 file changed, 46 insertions(+), 22 deletions(-) commit 10439722fe6985ff89c61e8c7488113e1a52806e Author: Cosimo Cecchi @@ -78174,7 +78303,7 @@ libempathy-gtk/empathy-account-widget.c | 106 ++++++++++++++++++++++--------- - 1 files changed, 75 insertions(+), 31 deletions(-) + 1 file changed, 75 insertions(+), 31 deletions(-) commit 7f58866b6d20c71e21af8d90dc714f32de077af5 Author: Cosimo Cecchi @@ -78183,7 +78312,7 @@ Set apply button sensitivity on creation libempathy-gtk/empathy-account-widget.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 207d7ac4384915a0fd3a65f609a04eeb59cb98e0 Author: Cosimo Cecchi @@ -78192,7 +78321,7 @@ Remove debug output src/empathy-accounts-dialog.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 68f828614636f87c93af780960954c923cf2faf6 Author: Cosimo Cecchi @@ -78201,7 +78330,7 @@ Add a cosmetic comment to separate public and non-public methods. libempathy-gtk/empathy-account-widget.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit c6e40cfec95a7f0bef133a96b74220a9bd295c72 Author: Cosimo Cecchi @@ -78211,7 +78340,7 @@ libempathy-gtk/empathy-account-widget.c | 1289 ++++++++++++++++--------------- - 1 files changed, 657 insertions(+), 632 deletions(-) + 1 file changed, 657 insertions(+), 632 deletions(-) commit 9e9bc5b2eebee732b8012cbcd649ebba1c320b65 Author: Cosimo Cecchi @@ -78220,7 +78349,7 @@ Update copyright and author libempathy-gtk/empathy-account-widget.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 000a7c0ca4dc343b42e628323ddd1ca0f2a08e3f Author: Cosimo Cecchi @@ -78229,7 +78358,7 @@ First cut at GObject-ifying EmpathyAccountWidget libempathy-gtk/Makefile.am | 3 +- - libempathy-gtk/empathy-account-widget-irc.c | 79 ++-- + libempathy-gtk/empathy-account-widget-irc.c | 79 ++- libempathy-gtk/empathy-account-widget-irc.h | 5 +- .../empathy-account-widget-local-xmpp.ui | 219 +++++++ libempathy-gtk/empathy-account-widget-private.h | 47 ++ @@ -78251,7 +78380,7 @@ libempathy/empathy-account-settings.c | 60 +++++++++++++++++++++++++++++++++ libempathy/empathy-account-settings.h | 1 + - 2 files changed, 61 insertions(+), 0 deletions(-) + 2 files changed, 61 insertions(+) commit 72ae76e34c0c57b326be53f860bbc12cadf1ceb8 Author: Cosimo Cecchi @@ -78260,7 +78389,7 @@ Fix a typo. libempathy-gtk/empathy-account-widget.h | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 88723038185c9f7b1402153f0a3009ea883fc250 Author: Cosimo Cecchi @@ -78269,7 +78398,7 @@ Even more cleanup + update header src/empathy-accounts-dialog.c | 23 +++++++++++++---------- - 1 files changed, 13 insertions(+), 10 deletions(-) + 1 file changed, 13 insertions(+), 10 deletions(-) commit 0613221d61c564e4931cf3f62cc95109e71f4c6c Author: Cosimo Cecchi @@ -78279,7 +78408,7 @@ src/empathy-accounts-dialog.c | 2318 ++++++++++++++++++++--------------------- - 1 files changed, 1146 insertions(+), 1172 deletions(-) + 1 file changed, 1146 insertions(+), 1172 deletions(-) commit ab51e3524e667dce95c9b792a9cd051f4070d668 Author: Cosimo Cecchi @@ -78288,7 +78417,7 @@ Use the right property name when getting the connection status. src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 604cd696cf2af3995a3bba6317b3684255a08fc2 Author: Cosimo Cecchi @@ -78297,7 +78426,7 @@ Fix a typo in dispose() libempathy/empathy-account-manager.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 8159c9cf091d3474702df58b04dcd11783109ab7 Author: Cosimo Cecchi @@ -78306,7 +78435,7 @@ Cancel the creation thread in dispose() libempathy/empathy-account-manager.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit b3970ee62ba17348a793cc2d2e617f403216f728 Author: Cosimo Cecchi @@ -78319,7 +78448,7 @@ libempathy/empathy-account-manager.c | 67 ++++++++++++++++------------------ - 1 files changed, 31 insertions(+), 36 deletions(-) + 1 file changed, 31 insertions(+), 36 deletions(-) commit 7823b045d9b6a00102a44b40943d7d2188412521 Author: Cosimo Cecchi @@ -78328,7 +78457,7 @@ Use the new API when getting the account iter. src/empathy-accounts-dialog.c | 13 ++++++++----- - 1 files changed, 8 insertions(+), 5 deletions(-) + 1 file changed, 8 insertions(+), 5 deletions(-) commit 7f8d4b20123d1f3f48ddaf404b022bdeeba5d99a Author: Cosimo Cecchi @@ -78338,7 +78467,7 @@ libempathy/empathy-account-settings.c | 14 ++++++++++++++ libempathy/empathy-account-settings.h | 3 +++ - 2 files changed, 17 insertions(+), 0 deletions(-) + 2 files changed, 17 insertions(+) commit 6d59456848be4257df0724a610ef224d8c1d2e84 Author: Cosimo Cecchi @@ -78347,8 +78476,8 @@ Make sure the account dialog respects the initial selection src/empathy-accounts-dialog.c | 64 - +++++++++++++++++++++------------------- - 1 files changed, 34 insertions(+), 30 deletions(-) + ++++++++++++++++++++++------------------- + 1 file changed, 34 insertions(+), 30 deletions(-) commit e3ed5ba84d20da177070d4708bca4bdb9d0ee149 Author: Cosimo Cecchi @@ -78359,7 +78488,7 @@ libempathy/empathy-account-settings.c | 46 +++++++++++++++++++++++++ libempathy/empathy-account.c | 59 +++++++++++++++++++++++++++++++++ - libempathy/empathy-account.h | 7 +++- + libempathy/empathy-account.h | 7 ++-- 3 files changed, 110 insertions(+), 2 deletions(-) commit 45c7f5469ed08aeda3d54bf375d129cab5194cde @@ -78372,7 +78501,7 @@ time any account was enabled. libempathy/empathy-account-manager.c | 17 +++++++++-------- - 1 files changed, 9 insertions(+), 8 deletions(-) + 1 file changed, 9 insertions(+), 8 deletions(-) commit 113d262b56effb7927d310ca90db3da5840e2dc9 Author: Cosimo Cecchi @@ -78381,7 +78510,7 @@ Make remove work src/empathy-accounts-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9b7a3c09518ca7fee43c0c8941a0c1d49261871e Author: Cosimo Cecchi @@ -78390,7 +78519,7 @@ Plug some leaks libempathy/empathy-account-manager.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 68d69476f586e377ce45af014f7e4eeb8acd3b8d Author: Cosimo Cecchi @@ -78399,8 +78528,8 @@ Respect the global presence when enabling an account libempathy/empathy-account-manager.c | 39 - +++++++++++++++++++++++++++++++-- - 1 files changed, 36 insertions(+), 3 deletions(-) + +++++++++++++++++++++++++++++++--- + 1 file changed, 36 insertions(+), 3 deletions(-) commit d5c41662829057e80268b6771fbe7452aa36a814 Author: Cosimo Cecchi @@ -78409,7 +78538,7 @@ Unref the dialog when destroying src/empathy-accounts-dialog.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 5a729c2ae7018c491216eedc93129fa483cab181 Author: Cosimo Cecchi @@ -78418,7 +78547,7 @@ Chain up dispose and remove useless finalize src/empathy-accounts-dialog.c | 9 ++------- - 1 files changed, 2 insertions(+), 7 deletions(-) + 1 file changed, 2 insertions(+), 7 deletions(-) commit 43208e2ee8fe2371d0562f37d817173857a91268 Author: Cosimo Cecchi @@ -78428,7 +78557,7 @@ src/empathy-accounts-dialog.c | 49 ++++++++++++++++++++++++++--------------- - 1 files changed, 31 insertions(+), 18 deletions(-) + 1 file changed, 31 insertions(+), 18 deletions(-) commit 010828ac98b604438cd0edace9263cd120f4ad10 Author: Cosimo Cecchi @@ -78438,7 +78567,7 @@ src/empathy-accounts-dialog.c | 545 +++++++++++++++++++++++++++-------------- - src/empathy-accounts-dialog.h | 27 ++- + src/empathy-accounts-dialog.h | 27 +- 2 files changed, 387 insertions(+), 185 deletions(-) commit 9dfae3e6a3b7ca4751c2249590eca8317768e9b9 @@ -78449,7 +78578,7 @@ libempathy/empathy-connection-managers.c | 12 ++++++++++++ libempathy/empathy-connection-managers.h | 2 ++ - 2 files changed, 14 insertions(+), 0 deletions(-) + 2 files changed, 14 insertions(+) commit 4b6db27ff05428dda571c5e60bc7229a4dd91d5f Author: Cosimo Cecchi @@ -78465,7 +78594,7 @@ libempathy-gtk/empathy-protocol-chooser.c | 77 +++++++++++++---------------- libempathy-gtk/empathy-protocol-chooser.h | 6 ++- - tests/test-empathy-protocol-chooser.c | 8 ++-- + tests/test-empathy-protocol-chooser.c | 8 +-- 3 files changed, 43 insertions(+), 48 deletions(-) commit ac4f16973341bb7b0d9af0e668bf1c9c13a49431 @@ -78515,7 +78644,7 @@ Unref the connection if it fails to become ready or is invalidated libempathy/empathy-account.c | 27 +++++++++++++++++---------- - 1 files changed, 17 insertions(+), 10 deletions(-) + 1 file changed, 17 insertions(+), 10 deletions(-) commit 68cf4c663ae37ef031adfbe4afaecc218df235e6 Author: Sjoerd Simons @@ -78524,7 +78653,7 @@ Fix some coding style issues libempathy-gtk/empathy-protocol-chooser.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 4c97b5730fd6c27376c6e2079262038e87fdc6c9 Author: Sjoerd Simons @@ -78533,7 +78662,7 @@ Fix some leaks libempathy-gtk/empathy-account-widget.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit 1bcccdbc977cc35af2edccc9b222d53a63a8c0b6 Author: Sjoerd Simons @@ -78554,7 +78683,7 @@ Bump version configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d36c32cd4b3e2e4fcfcef169c129830a95af6d9a Author: Xavier Claessens @@ -78563,7 +78692,7 @@ Update ABI version configure.ac | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 0fa9490a74e7c13d8270ff99a2bfed98a7ddcc72 Author: Xavier Claessens @@ -78572,7 +78701,7 @@ Update NEWS NEWS | 34 ++++++++++++++++++++++++++++++++++ - 1 files changed, 34 insertions(+), 0 deletions(-) + 1 file changed, 34 insertions(+) commit ce183d1c5407ddeae0cb31e30c687101a3f2e190 Author: Nicolò Chieffo <84yelo3@gmail.com> @@ -78581,7 +78710,7 @@ Wrap text in contact label status (#589846) libempathy-gtk/empathy-contact-widget.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 6b432eaf1f72dc42f0adf7bb7b60c5956d4e7cd0 Author: Xavier Claessens @@ -78593,7 +78722,7 @@ libempathy-gtk/empathy-conf.h | 1 + libempathy-gtk/empathy-theme-adium.c | 84 - +++++++++++++++++++-------------- + +++++++++++++++++++--------------- 2 files changed, 49 insertions(+), 36 deletions(-) commit f5a270ba2b59c64b37ceb730e800bb0db5991c36 @@ -78603,7 +78732,7 @@ Wrap too long line. libempathy-gtk/empathy-contact-dialogs.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit e6b82c8297942483750028db51846180e225e35d Author: Xavier Claessens @@ -78612,7 +78741,7 @@ Init flags to 0 to make sure it is never undefined libempathy-gtk/empathy-contact-list-store.c | 5 +---- - 1 files changed, 1 insertions(+), 4 deletions(-) + 1 file changed, 1 insertion(+), 4 deletions(-) commit e5574c03936d59e2fc0077fcad318ad008c09d92 Author: Xavier Claessens @@ -78621,7 +78750,7 @@ Accept gibing NULL widget to empathy_url_show() libempathy-gtk/empathy-ui-utils.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 1036277e3c369afe3a1fba9aeaf3552fcd5a20aa Author: Xavier Claessens @@ -78630,7 +78759,7 @@ Do not have too complex code in var initialization. src/empathy-call-window.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit 4da463c098708dd0b52a82195bad5ac537a9197b Author: Xavier Claessens @@ -78639,7 +78768,7 @@ Little coding style cleanup src/empathy-chat-window.c | 7 +++---- - 1 files changed, 3 insertions(+), 4 deletions(-) + 1 file changed, 3 insertions(+), 4 deletions(-) commit 0c107f3a4fcd0f655deeff94d2e168361cda7a37 Author: Xavier Claessens @@ -78648,7 +78777,7 @@ Set default for enable_webkit_developer_tools gconf key data/empathy.schemas.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 94aad8894c20e4a1b87fde25bd6b970b35343ec9 Author: Priit Laes @@ -78659,7 +78788,7 @@ po/LINGUAS | 1 + po/et.po | 1917 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 1918 insertions(+), 0 deletions(-) + 2 files changed, 1918 insertions(+) commit e5a8856fbc12280af273c8329ee08ba4e6e3a044 Author: Xavier Claessens @@ -78668,7 +78797,7 @@ Update gitignore tests/.gitignore | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a410e0a8e2d745a94ebb96c98d63651a3f06a6dc Author: Xavier Claessens @@ -78677,7 +78806,7 @@ Add missing includes in empathy-share-my-desktop.c libempathy-gtk/empathy-share-my-desktop.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 1d153c1cf91edce537bc64efb01b5a496b35518e Merge: b50b703 6df1c4b @@ -78702,7 +78831,7 @@ are also known to ATK. (GNOME bug 589830) libempathy-gtk/empathy-presence-chooser.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit fdd1174c22b2de215c0a4fd0b33051a3b44f5661 Author: Frédéric Péters @@ -78711,7 +78840,7 @@ correctly display contact names in a11y tools (GNOME bug 545282) libempathy-gtk/empathy-contact-list-view.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit fb8b6e57e460565b24427ea524ff38520fc51bc2 Author: Khaled Hosny @@ -78720,8 +78849,8 @@ Updated Arabic translation po/ar.po | 66 - ++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 35 insertions(+), 31 deletions(-) + +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 35 insertions(+), 31 deletions(-) commit 037b9278b0ecdf12eb1446b2deab4f898db0d3c0 Author: Žygimantas Beručka @@ -78731,7 +78860,7 @@ po/lt.po | 616 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 329 insertions(+), 287 deletions(-) + 1 file changed, 329 insertions(+), 287 deletions(-) commit 2b2c8d1e7e6ab59baf79de2658bfe809e0f500e4 Author: Mario Blättermann @@ -78741,7 +78870,7 @@ help/de/de.po | 780 ++++++++++++++++++++++++++------------------------------- - 1 files changed, 360 insertions(+), 420 deletions(-) + 1 file changed, 360 insertions(+), 420 deletions(-) commit 04aee1294618e5571390080fc5a1bd6f993c64f5 Author: Aron Xu @@ -78751,7 +78880,7 @@ po/zh_CN.po | 2392 +++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 1487 insertions(+), 905 deletions(-) + 1 file changed, 1487 insertions(+), 905 deletions(-) commit dc402735567b460c9c1ec4afa6baa5bafc10742c Author: Alexander Nyakhaychyk @@ -78760,8 +78889,8 @@ Updated Belarusian translation po/be.po | 85 - ++++++++++++++++++++++++++++--------------------------------- - 1 files changed, 39 insertions(+), 46 deletions(-) + ++++++++++++++++++++++++++++---------------------------------- + 1 file changed, 39 insertions(+), 46 deletions(-) commit b81a88aa387f00c467ffad7865a61acb5692e01a Author: Alexander Nyakhaychyk @@ -78771,7 +78900,7 @@ po/be.po | 2687 ++++++++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 1937 insertions(+), 750 deletions(-) + 1 file changed, 1937 insertions(+), 750 deletions(-) commit 66f198c160fd6a8c1f3cce1a5e6237aeb1b20c99 Author: Louis-Francis Ratté-Boulianne @@ -78781,7 +78910,7 @@ Fixed copy/paste mistake (Remove members from the right set) libempathy/empathy-tp-contact-list.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 9422fb338f29d3fb764f3237b12096d6b98012ba Author: Daniel Nylander @@ -78790,7 +78919,7 @@ Updated Swedish translation po/sv.po | 48 ++++++++++++++++++++++++++---------------------- - 1 files changed, 26 insertions(+), 22 deletions(-) + 1 file changed, 26 insertions(+), 22 deletions(-) commit b50b7039d3b52f33df94e5a3526d9f43a51401ad Author: Sjoerd Simons @@ -78800,7 +78929,7 @@ signals libempathy/empathy-connection-managers.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 2ca42ded917d24b66628c40cf2f4e2b4aa5b518b Author: Frédéric Péters @@ -78809,7 +78938,7 @@ remove trailing tabulation src/empathy.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f3e15cee01791e3e6a4b624450fea6167aa02c31 Author: Sjoerd Simons @@ -78818,7 +78947,7 @@ Allow stop to be called if there isn't a backing channel libempathy/empathy-tp-roomlist.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit df1cf218c8a219caa68fc2f95aed1df84a95382e Author: Sjoerd Simons @@ -78827,7 +78956,7 @@ Don't try to update the widgets if no account was selected src/empathy-new-chatroom-dialog.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 0b269dddf9534936735567c8f23519f0f88c949d Author: Sjoerd Simons @@ -78836,7 +78965,7 @@ Get the connection status, not the presence status string libempathy-gtk/empathy-account-chooser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5fcaf2ec834ebd542ee6f434705acdfaf8a05368 Author: Sjoerd Simons @@ -78851,7 +78980,7 @@ in that case libempathy/empathy-dispatcher.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 36bfa50660b97ad74678e3cde0f6195154135fef Author: Sjoerd Simons @@ -78871,7 +79000,7 @@ Add apply button for salut accounts libempathy-gtk/empathy-account-widget.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6d2d940c7946eafb807e325af4c87a03570ef383 Author: Sjoerd Simons @@ -78880,7 +79009,7 @@ Correctly implement empathy_account_is_valid libempathy/empathy-account.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit d46b6d50cedf6babe686d8a13dea36d5cbc4394f Author: Sjoerd Simons @@ -78889,7 +79018,7 @@ Hook up removing accounts in the accounts dialog src/empathy-accounts-dialog.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit 2e87bc47e7c03fa0d2145b2c3904df545b941a76 Author: Sjoerd Simons @@ -78899,8 +79028,8 @@ libempathy/empathy-account.c | 48 ++++++++++++++++++++++++++++++++++++++++++ - libempathy/empathy-account.h | 5 ++++ - 2 files changed, 53 insertions(+), 0 deletions(-) + libempathy/empathy-account.h | 5 +++++ + 2 files changed, 53 insertions(+) commit 067e77dceb1e0c01f33ce4c743e88c7214403b8a Author: Sjoerd Simons @@ -78911,7 +79040,7 @@ libempathy/empathy-account-manager.c | 17 ++++++++++++ libempathy/empathy-account.c | 47 ++++++++++++++++++++++++++++++++++ - 2 files changed, 64 insertions(+), 0 deletions(-) + 2 files changed, 64 insertions(+) commit 08c068fc1b90777c3a2b9c313e282f93f24b3f71 Author: Sjoerd Simons @@ -78920,8 +79049,8 @@ Make the account manager listen to AccountValidityChanged libempathy/empathy-account-manager.c | 35 - ++++++++++++++++++++++++++++++++- - 1 files changed, 33 insertions(+), 2 deletions(-) + ++++++++++++++++++++++++++++++++-- + 1 file changed, 33 insertions(+), 2 deletions(-) commit 68dcc8dcce232a4e8c803bd6cc71052c473f9203 Author: Marco Barisione @@ -78931,7 +79060,7 @@ receive NameOwnerChanged libempathy/empathy-account-manager.c | 29 ++++++++++++++--------------- - 1 files changed, 14 insertions(+), 15 deletions(-) + 1 file changed, 14 insertions(+), 15 deletions(-) commit 1ddf26795e74abafdcc8468894cf1617007c579b Author: Fran Diéguez @@ -78941,7 +79070,7 @@ po/gl.po | 1847 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 1112 insertions(+), 735 deletions(-) + 1 file changed, 1112 insertions(+), 735 deletions(-) commit e9266689e7b55d9be53afc46c5b3d131ba9837cd Author: Sjoerd Simons @@ -78952,7 +79081,7 @@ tests/check-empathy-chatroom-manager.c | 4 ++++ tests/check-empathy-chatroom.c | 4 ++++ tests/check-empathy-helpers.c | 2 ++ - 3 files changed, 10 insertions(+), 0 deletions(-) + 3 files changed, 10 insertions(+) commit 183bea15838e2ad9dc16f6d86eedb820831a8d7f Author: Sjoerd Simons @@ -78978,7 +79107,7 @@ libempathy/empathy-account.c | 39 ++++++++++++++++++++++++++++++++++++++- - 1 files changed, 38 insertions(+), 1 deletions(-) + 1 file changed, 38 insertions(+), 1 deletion(-) commit e24b064cc562a89abf8facba5b9085d4aee862ed Author: Sjoerd Simons @@ -78988,7 +79117,7 @@ src/empathy.c | 134 ++++++++++++++++++++++++++++++++++++++------------------- - 1 files changed, 90 insertions(+), 44 deletions(-) + 1 file changed, 90 insertions(+), 44 deletions(-) commit 9c3db97dcf9bd237784d401ae3215326a1d77ae2 Author: Sjoerd Simons @@ -79000,7 +79129,7 @@ libempathy-gtk/empathy-account-widget-irc.h | 4 +- libempathy-gtk/empathy-account-widget-sip.c | 22 +- libempathy-gtk/empathy-account-widget-sip.h | 4 +- - libempathy-gtk/empathy-account-widget.c | 264 ++++++++++++-------- + libempathy-gtk/empathy-account-widget.c | 264 +++++++++++-------- libempathy-gtk/empathy-account-widget.h | 25 +- src/empathy-accounts-dialog.c | 363 +++++++++++++++++++-------- @@ -79013,7 +79142,7 @@ Make empathy_account_set_enable call out over d-bus libempathy/empathy-account.c | 30 ++++++++++++++++++++++++++---- - 1 files changed, 26 insertions(+), 4 deletions(-) + 1 file changed, 26 insertions(+), 4 deletions(-) commit 10b85cf1e8161c7f3392f50dc329c89f3bb87512 Author: Sjoerd Simons @@ -79023,8 +79152,8 @@ libempathy/empathy-account.c | 51 ++++++++++++++++++++++++++++++++++++++++++ - libempathy/empathy-account.h | 8 ++++++ - 2 files changed, 59 insertions(+), 0 deletions(-) + libempathy/empathy-account.h | 8 +++++++ + 2 files changed, 59 insertions(+) commit b81f5d599018df2378b489f080b5a2a64a8f9c9a Author: Sjoerd Simons @@ -79034,7 +79163,7 @@ libempathy/empathy-account.c | 67 +++++------------------------------------- - libempathy/empathy-account.h | 17 +--------- + libempathy/empathy-account.h | 17 ++--------- 2 files changed, 10 insertions(+), 74 deletions(-) commit f8d5873483b65c9d3d6577b3490d0ed21e7f4a21 @@ -79047,7 +79176,7 @@ libempathy/empathy-account-settings.c | 964 +++++++++++++++++++++++++++++++++ libempathy/empathy-account-settings.h | 156 ++++++ - 3 files changed, 1122 insertions(+), 0 deletions(-) + 3 files changed, 1122 insertions(+) commit 0d4c1f6c049f0f08f7f323b7d8924783e0b1f608 Author: Sjoerd Simons @@ -79056,7 +79185,7 @@ Correct usage of priv libempathy/empathy-connection-managers.c | 9 ++++----- - 1 files changed, 4 insertions(+), 5 deletions(-) + 1 file changed, 4 insertions(+), 5 deletions(-) commit 96445f9768c9dee5e375522aa3bb3a9a01df7280 Author: Sjoerd Simons @@ -79065,7 +79194,7 @@ Put (Haze) behind all protocols coming from haze libempathy-gtk/empathy-protocol-chooser.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b53f011fbab2a1efbb2ba229195da8ec8e1fc7dc Author: Sjoerd Simons @@ -79074,7 +79203,7 @@ Add API to add accounts libempathy/empathy-account-manager.c | 115 - ++++++++++++++++++++++++++++----- + ++++++++++++++++++++++++++++------ libempathy/empathy-account-manager.h | 14 +++-- 2 files changed, 106 insertions(+), 23 deletions(-) @@ -79086,7 +79215,7 @@ src/empathy.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 63 insertions(+), 0 deletions(-) + 1 file changed, 63 insertions(+) commit e1fa17399fc137a508f195aa6976b5f32189de96 Author: Frédéric Péters @@ -79109,7 +79238,7 @@ reformat macros a bit libempathy/empathy-account-manager.h | 17 +++++++++++------ - 1 files changed, 11 insertions(+), 6 deletions(-) + 1 file changed, 11 insertions(+), 6 deletions(-) commit 6af3cdc16ef3e4a35524b4e076e9c8c99469814c Author: drtvasudevan @@ -79118,7 +79247,7 @@ Updated Tamil translation po/ta.po | 29 ++++++++++++++++------------- - 1 files changed, 16 insertions(+), 13 deletions(-) + 1 file changed, 16 insertions(+), 13 deletions(-) commit 31ad856080bddfd38d997549382f4218bd7a661d Author: Jorge González @@ -79127,7 +79256,7 @@ Updated Spanish translation po/es.po | 28 ++++++++++++++++------------ - 1 files changed, 16 insertions(+), 12 deletions(-) + 1 file changed, 16 insertions(+), 12 deletions(-) commit 719ae62b7c7a33e8338470b386386c7fd807b560 Author: Arnaud Maillet @@ -79136,7 +79265,7 @@ Add EMPATHY_DEBUG_SHARE_DESKTOP in libempathy/empathy-debug.h libempathy/empathy-debug.h | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 16f43e0a4d7bd7597694bca7f9f48ef2a20da5a5 Author: Arnaud Maillet @@ -79147,7 +79276,7 @@ libempathy-gtk/empathy-contact-menu.c | 31 +++++++++++++++++++++++++++++++ libempathy-gtk/empathy-contact-menu.h | 1 + - 2 files changed, 32 insertions(+), 0 deletions(-) + 2 files changed, 32 insertions(+) commit 4c748f51e9ce75c711ec15ef54a473b735d32e89 Author: Arnaud Maillet @@ -79156,7 +79285,7 @@ Add the new files in Makefile.am libempathy-gtk/Makefile.am | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 2e50e3145e5bbd85366da1c97d94c785bc8c7ef4 Author: Arnaud Maillet @@ -79167,7 +79296,7 @@ libempathy-gtk/empathy-share-my-desktop.c | 245 +++++++++++++++++++++++++++++ libempathy-gtk/empathy-share-my-desktop.h | 28 ++++ - 2 files changed, 273 insertions(+), 0 deletions(-) + 2 files changed, 273 insertions(+) commit cd822950695cd4d0589559924703badf9d4771df Author: Sjoerd Simons @@ -79179,7 +79308,7 @@ libempathy/empathy-connection-managers.c | 296 ++++++++++++++++++++++++++++++ libempathy/empathy-connection-managers.h | 75 ++++++++ - 3 files changed, 373 insertions(+), 0 deletions(-) + 3 files changed, 373 insertions(+) commit e4c629b216459740a76cb51b329be445c6a86a3e Author: Sjoerd Simons @@ -79189,7 +79318,7 @@ libempathy/empathy-account.c | 58 ------------------------------------------ - 1 files changed, 0 insertions(+), 58 deletions(-) + 1 file changed, 58 deletions(-) commit cfa3ead3f5ee00789c784edfef0379f2bf82bfd8 Author: Jorge González @@ -79199,7 +79328,7 @@ po/es.po | 271 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 143 insertions(+), 128 deletions(-) + 1 file changed, 143 insertions(+), 128 deletions(-) commit 63dee7284d16ab5ed587d6e7a402e53236a97833 Author: Jorge González @@ -79209,7 +79338,7 @@ po/es.po | 286 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 148 insertions(+), 138 deletions(-) + 1 file changed, 148 insertions(+), 138 deletions(-) commit 2e1d3db14849dbd52fc3dfdaa9a0861f4926d531 Author: drtvasudevan @@ -79219,7 +79348,7 @@ po/ta.po | 477 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 251 insertions(+), 226 deletions(-) + 1 file changed, 251 insertions(+), 226 deletions(-) commit 98655aa5cae4870b377cf21b9b442fb08c4d003d Author: Matthias Clasen @@ -79231,9 +79360,9 @@ that they now obey the button-images setting. See bug 588810. libempathy-gtk/empathy-new-message-dialog.ui | 84 - ++++--------------------- - src/empathy-accounts-dialog.ui | 43 ++----------- - src/empathy-new-chatroom-dialog.ui | 43 ++----------- + +++++--------------------- + src/empathy-accounts-dialog.ui | 43 +++---------- + src/empathy-new-chatroom-dialog.ui | 43 +++---------- 3 files changed, 28 insertions(+), 142 deletions(-) commit 96bfc42462ed8e297b010a57e1be8bfc6986a180 @@ -79244,7 +79373,7 @@ po/ar.po | 2265 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1441 insertions(+), 824 deletions(-) + 1 file changed, 1441 insertions(+), 824 deletions(-) commit 9a3e0650a445d9eff8006a577558503944292938 Author: Gustavo Noronha Silva @@ -79254,7 +79383,7 @@ (Fixes: #588886) libempathy-gtk/empathy-theme-adium.c | 16 +++++++++------- - 1 files changed, 9 insertions(+), 7 deletions(-) + 1 file changed, 9 insertions(+), 7 deletions(-) commit 6e60fdb3583e4072961a72148fe396885d037dcb Author: Nicolò Chieffo @@ -79266,7 +79395,7 @@ Madeley. libempathy-gtk/empathy-ui-utils.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit 1246403f33f502ad3959f56d5ec1c2674b1b4ac8 Author: Daniel Nylander @@ -79276,7 +79405,7 @@ po/sv.po | 467 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 242 insertions(+), 225 deletions(-) + 1 file changed, 242 insertions(+), 225 deletions(-) commit 21127f20e2fe1254757e6bd5ee63ad71689fc4c6 Author: Nicolò Chieffo <84yelo3@gmail.com> @@ -79287,7 +79416,7 @@ Fixes #586967 libempathy-gtk/empathy-geometry.c | 18 ++++++++++++++---- - 1 files changed, 14 insertions(+), 4 deletions(-) + 1 file changed, 14 insertions(+), 4 deletions(-) commit 19cc09b10307b7d5a03a48cd455c958a7419750f Merge: 133a7e7 9ba6430 @@ -79304,7 +79433,7 @@ data/empathy.schemas.in | 14 ++++ libempathy-gtk/empathy-theme-adium.c | 125 - ++++++++++++++++++++++++++++++++- + ++++++++++++++++++++++++++++++++-- 2 files changed, 135 insertions(+), 4 deletions(-) commit 9ba64303ca4bd6f4cbdf268713c0af02a98b1afb @@ -79315,7 +79444,7 @@ g_slist_free libempathy-gtk/empathy-account-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e8f72606c7fc3ff48916c27a3e8d776618fe6f93 Author: Sjoerd Simons @@ -79324,7 +79453,7 @@ Escape unique names by replacing / by % libempathy/empathy-log-store-empathy.c | 23 +++++++++++++++-------- - 1 files changed, 15 insertions(+), 8 deletions(-) + 1 file changed, 15 insertions(+), 8 deletions(-) commit 9309c89a6ce064223dc2879d5b61baf69472a334 Author: Sjoerd Simons @@ -79333,7 +79462,7 @@ Ignore a log when the account it isn't found libempathy/empathy-log-store-empathy.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + 1 file changed, 7 insertions(+), 1 deletion(-) commit e700d8f398b27a98ef24476e3909570aa91c329a Author: Sjoerd Simons @@ -79342,7 +79471,7 @@ Put the logs in XDG_DATA_HOME instead of ~/.gnome2 libempathy/empathy-log-store-empathy.c | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit f8043f3f6ebdd8acee896f0b50f78f62b35d0fdf Author: Sjoerd Simons @@ -79351,7 +79480,7 @@ Default to OFFLINE instead of UNSET for the global presence libempathy/empathy-account-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 758bc33318e81709f4a64ea99c0629e9c522258a Author: Sjoerd Simons @@ -79360,7 +79489,7 @@ Escape the unique account name libempathy/empathy-log-store-empathy.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 1c95c220ca3830e83ed436d840528126e9ba9d15 Author: Sjoerd Simons @@ -79391,7 +79520,7 @@ Check the right variable for setting the ready property libempathy/empathy-account.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3546af6b2b14fa640c1a86e6a975eef6fcb37a00 Author: Sjoerd Simons @@ -79412,11 +79541,11 @@ libempathy/empathy-tp-file.c | 1 + libempathy/empathy-tp-roomlist.c | 1 + libempathy/empathy-utils.c | 15 ------ - libempathy/empathy-utils.h | 3 - - src/empathy-accounts-dialog.c | 3 - + libempathy/empathy-utils.h | 3 -- + src/empathy-accounts-dialog.c | 3 -- src/empathy-debug-dialog.c | 4 -- src/empathy-event-manager.c | 1 + - src/empathy-main-window.c | 3 - + src/empathy-main-window.c | 3 -- src/empathy-tube-dispatch.c | 1 + src/empathy.c | 76 +------------------------------ @@ -79446,7 +79575,7 @@ data/sipphone.profile | 16 ---------------- data/sofiasip.profile | 10 ---------- data/yahoo.profile | 11 ----------- - 18 files changed, 0 insertions(+), 224 deletions(-) + 18 files changed, 224 deletions(-) commit 5dc89d6d5a3f5e47ea7b65fdfdbd84ff178625c5 Author: Sjoerd Simons @@ -79465,7 +79594,7 @@ Use default status identifiers when setting the presence libempathy/empathy-idle.c | 24 ++++++++++++++++++++---- - 1 files changed, 20 insertions(+), 4 deletions(-) + 1 file changed, 20 insertions(+), 4 deletions(-) commit 7c4c3fb9a2de1711a7a76abc48d6ac540b70d4d0 Author: Sjoerd Simons @@ -79474,8 +79603,8 @@ Get the presence from the AccountManager instead of MC4 libempathy/empathy-idle.c | 59 - +++++--------------------------------------- - 1 files changed, 7 insertions(+), 52 deletions(-) + ++++++--------------------------------------- + 1 file changed, 7 insertions(+), 52 deletions(-) commit aafc27b739884d4c9e5fe0d9cabee52445eaa4ba Author: Sjoerd Simons @@ -79508,7 +79637,7 @@ Implement HandledChannels D-Bus property libempathy/empathy-dispatcher.c | 30 ++++++++++++++++++++++++++++++ - 1 files changed, 30 insertions(+), 0 deletions(-) + 1 file changed, 30 insertions(+) commit 2e6c79d649630038440d47da78fc6905aea4d36c Author: Guillaume Desmottes @@ -79518,7 +79647,7 @@ include libempathy/empathy-account-manager.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit aedb2729fa86eafc2891bc522cad68285d41b8a5 Merge: 2a6048e 9fe1942 @@ -79535,7 +79664,7 @@ msg. (Fixes #588498) src/empathy-chat-window.c | 32 ++++++++++++++++++++++++++------ - 1 files changed, 26 insertions(+), 6 deletions(-) + 1 file changed, 26 insertions(+), 6 deletions(-) commit 3db15a0c3a67d8f5c03ac88468b107dbabb7c8ef Author: Guillaume Desmottes @@ -79544,7 +79673,7 @@ start dev of 2.27.5 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ae0aef1928e4cac049f0a9165ee3ebd5489f588f Author: Guillaume Desmottes @@ -79554,7 +79683,7 @@ NEWS | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 66 insertions(+), 0 deletions(-) + 1 file changed, 66 insertions(+) commit 0343c43f77ab5e59c614af0c0fa60d518d78a774 Author: Davyd Madeley @@ -79571,7 +79700,7 @@ extra comment to explain what the hell is going on. libempathy/empathy-log-store-empathy.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 8dd36644a68e297429a8a8a486df467a0d5d755c Author: Sjoerd Simons @@ -79580,7 +79709,7 @@ Bump sonames for libempathy and libempathy-gtk configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit a55d556e43624ced7d3c55863078669cfeebde84 Author: Davyd Madeley @@ -79599,7 +79728,7 @@ Check CAN_ADD before returning an Add Contact... menu item libempathy-gtk/empathy-contact-menu.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit 81f7d9001ac4da0f72b81d1c3d4861a011e62a1d Author: Davyd Madeley @@ -79608,7 +79737,7 @@ Handle the case where priv->list is not an EmpathyContactManager libempathy-gtk/empathy-contact-list-store.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) + 1 file changed, 5 insertions(+), 1 deletion(-) commit 0ce1b4664b5706744f7d295f34b726fb61fd636a Author: Davyd Madeley @@ -79617,7 +79746,7 @@ Small coding style fix libempathy-gtk/empathy-contact-menu.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 0ade362fb9343ec984c396a202565c4e5faa1f12 Author: Davyd Madeley @@ -79628,7 +79757,7 @@ Change to g_mapped_file_unref() libempathy/empathy-log-store-empathy.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 234ee3923f26d46219410a4561a0516b7efaf3b3 Author: Davyd Madeley @@ -79638,7 +79767,7 @@ libempathy-gtk/empathy-contact-menu.c | 1 - libempathy-gtk/empathy-contact-widget.c | 7 +++++++ - 2 files changed, 7 insertions(+), 1 deletions(-) + 2 files changed, 7 insertions(+), 1 deletion(-) commit fa028af2e446e6246b43c887f42099d60ad6c219 Author: Davyd Madeley @@ -79648,7 +79777,7 @@ filtering libempathy-gtk/empathy-account-chooser.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit 8571c54004e9cf8d2729a03d712210ab0ba0cd3b Author: Davyd Madeley @@ -79657,7 +79786,7 @@ Set parent for new contact dialog libempathy-gtk/empathy-contact-menu.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit 4e13ee5ecdbeb71559b76ee2080c9e58385c3ad8 Author: Davyd Madeley @@ -79680,7 +79809,7 @@ libempathy-gtk/empathy-contact-menu.c | 43 +++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-contact-menu.h | 1 + - 2 files changed, 44 insertions(+), 0 deletions(-) + 2 files changed, 44 insertions(+) commit 76af883334b3ae82e718c65d74484cc327501cde Author: Davyd Madeley @@ -79690,7 +79819,7 @@ libempathy/empathy-tp-contact-list.c | 54 +++++++++++++++++++++++++++++++++- - 1 files changed, 53 insertions(+), 1 deletions(-) + 1 file changed, 53 insertions(+), 1 deletion(-) commit 015e7e34ba24114d48352f4f5b0dc1a3073625fe Author: Davyd Madeley @@ -79701,7 +79830,7 @@ libempathy-gtk/empathy-contact-list-view.c | 1 - libempathy-gtk/empathy-contact-menu.c | 20 ++++++++++++++++++++ - 2 files changed, 20 insertions(+), 1 deletions(-) + 2 files changed, 20 insertions(+), 1 deletion(-) commit 24f3f86b2bd9c42a9ea9f498980f0d255e35bb32 Author: Davyd Madeley @@ -79711,7 +79840,7 @@ libempathy/empathy-contact-manager.c | 17 +++++++++++++++++ libempathy/empathy-contact-manager.h | 1 + - 2 files changed, 18 insertions(+), 0 deletions(-) + 2 files changed, 18 insertions(+) commit 4afeb994e1fb9bdef315d0eaa24c3821536e30c1 Author: Davyd Madeley @@ -79727,10 +79856,10 @@ empathy_contact_menu_new() libempathy-gtk/empathy-contact-list-view.c | 1 + - libempathy/empathy-contact-list.h | 2 + + libempathy/empathy-contact-list.h | 2 ++ libempathy/empathy-tp-contact-list.c | 37 +++++++++++++++++++++++++++- - 3 files changed, 39 insertions(+), 1 deletions(-) + 3 files changed, 39 insertions(+), 1 deletion(-) commit 8b3f04ee2d55d07d298c0183c355e9e41e868c2a Author: Davyd Madeley @@ -79785,7 +79914,7 @@ libempathy/empathy-contact-list.c | 11 +++++++++++ libempathy/empathy-contact-list.h | 10 ++++++++++ libempathy/empathy-tp-contact-list.c | 25 +++++++++++++++++++++++++ - 3 files changed, 46 insertions(+), 0 deletions(-) + 3 files changed, 46 insertions(+) commit b39c5448563fe1313203884c9da04471817a999e Author: Guillaume Desmottes @@ -79794,7 +79923,7 @@ add empathy-theme-adium.c to POTFILES.in po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6f218a6bf13f09a0995fa2c704fadca392798f7c Author: Guillaume Desmottes @@ -79804,7 +79933,7 @@ Ludwig. empathy.doap | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 0e863df2164f231255175745e092c803c56ade2a Merge: 69a72d6 c157ac3 @@ -79820,7 +79949,7 @@ empathy-message.c: remove a trailing space libempathy/empathy-message.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ad1cc3ce5f2e21766e7cd0f05669e3510048eacb Author: Guillaume Desmottes @@ -79829,7 +79958,7 @@ empathy-main-window.c: remove a trailing space src/empathy-main-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ecdfee8677647e73662dd86e512c9c36772a282f Author: Guillaume Desmottes @@ -79838,7 +79967,7 @@ empathy-theme-adium.c: remove trailing spaces libempathy-gtk/empathy-theme-adium.c | 26 +++++++++++++------------- - 1 files changed, 13 insertions(+), 13 deletions(-) + 1 file changed, 13 insertions(+), 13 deletions(-) commit 972532d4223b01ae12fcae945620615fbc9f5ccd Author: Gabriel Millaire @@ -79847,7 +79976,7 @@ Minor changes src/empathy-main-window.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 3a3e74fe6ca8e99e11d54a1c43ec87cc2e6b02c4 Author: Gabriel Millaire @@ -79857,7 +79986,7 @@ src/empathy-preferences.c | 69 --------------------------------------------- - 1 files changed, 0 insertions(+), 69 deletions(-) + 1 file changed, 69 deletions(-) commit 2a5d562c839106c2edacd58cbdc003e0aead635b Author: Gabriel Millaire @@ -79867,7 +79996,7 @@ src/empathy-main-window.c | 118 +++++++++++++++++++++------------------------ - 1 files changed, 55 insertions(+), 63 deletions(-) + 1 file changed, 55 insertions(+), 63 deletions(-) commit c74b8f99f8b3c706d18cc280c35748d8e5282660 Author: Gabriel Millaire @@ -79889,7 +80018,7 @@ src/empathy-main-window.c | 124 ++++++++++++++++++++++++++++----------------- - 1 files changed, 77 insertions(+), 47 deletions(-) + 1 file changed, 77 insertions(+), 47 deletions(-) commit 4fa12b80765dcb6059017a43e1c419f6bf2c9b3f Author: Gabriel Millaire @@ -79899,8 +80028,8 @@ src/empathy-main-window.c | 155 +++++++++++++++++--------------------------- - src/empathy-preferences.c | 133 +++++++++++++++++++++---------------- - src/empathy-preferences.ui | 94 -------------------------- + src/empathy-preferences.c | 133 ++++++++++++++++++++----------------- + src/empathy-preferences.ui | 94 --------------------------- 3 files changed, 135 insertions(+), 247 deletions(-) commit 29cbf3a2b4c6c2a73b04d4e369a4ffc35a5dcfb2 @@ -79936,20 +80065,20 @@ libempathy-gtk/empathy-avatar-image.c | 2 +- libempathy-gtk/empathy-cell-renderer-expander.c | 38 +++++++++++++++++------ - libempathy-gtk/empathy-chat-text-view.c | 6 ++- + libempathy-gtk/empathy-chat-text-view.c | 6 ++-- libempathy-gtk/empathy-chat.c | 31 +++++++++++------- - libempathy-gtk/empathy-contact-dialogs.c | 8 ++-- - libempathy-gtk/empathy-contact-list-view.c | 4 +- - libempathy-gtk/empathy-status-preset-dialog.c | 4 +- - libempathy-gtk/empathy-ui-utils.c | 4 +- + libempathy-gtk/empathy-contact-dialogs.c | 8 ++--- + libempathy-gtk/empathy-contact-list-view.c | 4 +-- + libempathy-gtk/empathy-status-preset-dialog.c | 4 +-- + libempathy-gtk/empathy-ui-utils.c | 4 +-- libempathy-gtk/empathy-video-widget.c | 6 ++-- megaphone/src/megaphone-applet.c | 2 +- src/empathy-call-window-fullscreen.c | 6 ++-- src/empathy-chat-window.c | 6 ++-- - src/empathy-debug-dialog.c | 4 +- + src/empathy-debug-dialog.c | 4 +-- src/empathy-sidebar.c | 2 +- src/empathy.c | 2 +- - src/ephy-spinner.c | 4 +- + src/ephy-spinner.c | 4 +-- 17 files changed, 83 insertions(+), 56 deletions(-) commit db59070855af10bc2ac8ac7355f80a27f6f91d3d @@ -79972,7 +80101,7 @@ This fixes bug #588021. configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ee5227403193fe7b5dae7d5c15e33d8a9c385c3f Author: Nicolò Chieffo <84yelo3@gmail.com> @@ -79981,7 +80110,7 @@ Support for history message in Adium themes. Use context HTMLs. libempathy-gtk/empathy-theme-adium.c | 131 - ++++++++++++++++++++++++++----- + +++++++++++++++++++++++++++----- libempathy/empathy-log-store-empathy.c | 1 + libempathy/empathy-message.c | 36 +++++++++ libempathy/empathy-message.h | 3 + @@ -79994,7 +80123,7 @@ Use atomic operations to manage EmpathyAdiumData refcount libempathy-gtk/empathy-theme-adium.c | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 8022c4d5692acc7406f3fa3cb8cacb443c2b96d4 Author: Sjoerd Simons @@ -80003,7 +80132,7 @@ Use the account manager to set the presence libempathy/empathy-idle.c | 35 +++++++++++------------------------ - 1 files changed, 11 insertions(+), 24 deletions(-) + 1 file changed, 11 insertions(+), 24 deletions(-) commit 5182ada04ef43baabccfcc46b1ff0ea754f572b0 Author: Sjoerd Simons @@ -80013,7 +80142,7 @@ libempathy/empathy-account-manager.c | 29 ++++++++++++++++++++++++++++- libempathy/empathy-account-manager.h | 6 ++++++ - 2 files changed, 34 insertions(+), 1 deletions(-) + 2 files changed, 34 insertions(+), 1 deletion(-) commit 6389342273e991e9b4c17d15fe82b709801a6983 Author: Sjoerd Simons @@ -80023,8 +80152,8 @@ libempathy/empathy-account.c | 43 ++++++++++++++++++++++++++++++++++++++++++ - libempathy/empathy-account.h | 4 +++ - 2 files changed, 47 insertions(+), 0 deletions(-) + libempathy/empathy-account.h | 4 ++++ + 2 files changed, 47 insertions(+) commit 96fad6a1159582a3e8792dd3308ce1fbeb178234 Author: Sjoerd Simons @@ -80051,7 +80180,7 @@ libempathy/empathy-utils.c | 10 ++++++++++ libempathy/empathy-utils.h | 3 +++ - 2 files changed, 13 insertions(+), 0 deletions(-) + 2 files changed, 13 insertions(+) commit d19d09875e8cf3d77bc464c07d2bb70354b9ae50 Author: Guillaume Desmottes @@ -80061,7 +80190,7 @@ (#587817) libempathy-gtk/empathy-contact-dialogs.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 3b848301b06feddc82cbf667876ae502b95bbe6e Author: Guillaume Desmottes @@ -80070,7 +80199,7 @@ empathy_contact_manager_can_add: raise an error if connection is NULL libempathy/empathy-contact-manager.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit a2315ff447331af909d5bef8d2e26c7e56fd9184 Author: Daniel Nylander @@ -80080,7 +80209,7 @@ po/sv.po | 2815 ++++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 1344 insertions(+), 1471 deletions(-) + 1 file changed, 1344 insertions(+), 1471 deletions(-) commit 43b22a36646ac97e2c1f599369156d3aa56eac6c Author: Davyd Madeley @@ -80106,8 +80235,8 @@ libempathy-gtk/empathy-kludge-label.c | 89 +++++++++++++++++++++++++++++++++ - libempathy-gtk/empathy-kludge-label.h | 53 +++++++++++++++++++ - 2 files changed, 142 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-kludge-label.h | 53 ++++++++++++++++++++ + 2 files changed, 142 insertions(+) commit 9f496e2f0a5f0baf935b6f3aa26f66386b5df97e Author: A S Alam @@ -80117,7 +80246,7 @@ po/pa.po | 1060 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 604 insertions(+), 456 deletions(-) + 1 file changed, 604 insertions(+), 456 deletions(-) commit 13f92652db89b2c15c3302b4af7560a4e4ee22c9 Author: Sjoerd Simons @@ -80143,7 +80272,7 @@ src/empathy-main-window.c | 2 -- src/empathy-new-chatroom-dialog.c | 3 --- src/empathy.c | 1 - - 18 files changed, 1 insertions(+), 32 deletions(-) + 18 files changed, 1 insertion(+), 32 deletions(-) commit e4c5612c5e28f5c1afcf212602da3c531fe28909 Author: Sjoerd Simons @@ -80171,7 +80300,7 @@ libempathy-gtk/empathy-protocol-chooser.c | 339 +++++++++++++++++++++++++++++ libempathy-gtk/empathy-protocol-chooser.h | 70 ++++++ - src/empathy-accounts-dialog.c | 81 ++++---- + src/empathy-accounts-dialog.c | 81 ++++--- src/empathy-accounts-dialog.ui | 2 +- tests/Makefile.am | 4 +- tests/test-empathy-profile-chooser.c | 31 --- @@ -80186,7 +80315,7 @@ po/fr.po | 2119 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 1335 insertions(+), 784 deletions(-) + 1 file changed, 1335 insertions(+), 784 deletions(-) commit eb9dc0cc2b90d53b87b52e13122f760d291d211e Author: Sjoerd Simons @@ -80196,7 +80325,7 @@ src/empathy.c | 128 ++++++++++++++++++++++++++++++++++++++------------------- - 1 files changed, 85 insertions(+), 43 deletions(-) + 1 file changed, 85 insertions(+), 43 deletions(-) commit da5b54cd7fb15a4388d494348b94f96787896155 Author: Sjoerd Simons @@ -80205,7 +80334,7 @@ use newly deprecated API src/empathy-import-dialog.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 7445fd6d08294399972dd0c2c808d9aabfc11b20 Author: Sjoerd Simons @@ -80215,8 +80344,8 @@ libempathy/empathy-account-manager.c | 42 +++++++++++++++++++++++++++++++++- - libempathy/empathy-account-manager.h | 8 +++++- - tests/check-empathy-helpers.c | 3 +- + libempathy/empathy-account-manager.h | 8 ++++++- + tests/check-empathy-helpers.c | 3 ++- 3 files changed, 50 insertions(+), 3 deletions(-) commit 162dbd9125538c310cbc91cc4bf19458fb79c47f @@ -80228,7 +80357,7 @@ This was breaking compile with -Werror libempathy-gtk/empathy-theme-manager.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 2d517a8bf5f8048a83d753fb0977d4949cbdeb7a Author: Sjoerd Simons @@ -80237,7 +80366,7 @@ Remove usage of McProfiles libempathy-gtk/empathy-account-widget.c | 140 - ++++++++++++++++-------------- + +++++++++++++++++-------------- libempathy-gtk/empathy-theme-adium.c | 5 +- src/empathy-accounts-dialog.c | 95 +++++++++------------ src/empathy-new-chatroom-dialog.c | 5 +- @@ -80266,7 +80395,7 @@ po/es.po | 469 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 248 insertions(+), 221 deletions(-) + 1 file changed, 248 insertions(+), 221 deletions(-) commit 6294f9870191ddc0f8a357907d17ac776ef511ca Author: Sjoerd Simons @@ -80275,7 +80404,7 @@ Add missing newline libempathy-gtk/empathy-ui-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit adef4b7fed1d3555723b7e223781f6caa1a8e015 Author: Sjoerd Simons @@ -80284,8 +80413,8 @@ Add API to get the protocol and cm name from a account libempathy/empathy-account.c | 55 - ++++++++++++++++++++++++++++++++++++----- - libempathy/empathy-account.h | 7 ++--- + ++++++++++++++++++++++++++++++++++++------ + libempathy/empathy-account.h | 7 +++--- 2 files changed, 51 insertions(+), 11 deletions(-) commit 79dfad0edbc4a1e32cff19d23b9a28bad68cfed7 @@ -80296,7 +80425,7 @@ po/ta.po | 517 ++++++++++++++++++++++++++++++++------------------------------ - 1 files changed, 265 insertions(+), 252 deletions(-) + 1 file changed, 265 insertions(+), 252 deletions(-) commit 9bececb9ff8b4678c34238f520a982ed66eb9820 Author: drtvasudevan @@ -80306,7 +80435,7 @@ po/ta.po | 282 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 168 insertions(+), 114 deletions(-) + 1 file changed, 168 insertions(+), 114 deletions(-) commit baec7d9dc896aa9297c18310c27060f4125e812b Author: Pierre-Luc Beaudoin @@ -80315,7 +80444,7 @@ Sort themes by name src/empathy-preferences.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 9f148e53e8086daff05f7ce9801a405c61182864 Author: Pierre-Luc Beaudoin @@ -80324,7 +80453,7 @@ List installed adium themes libempathy-gtk/empathy-theme-adium.c | 22 ++++- - libempathy-gtk/empathy-theme-manager.c | 61 ++++++++++++- + libempathy-gtk/empathy-theme-manager.c | 61 +++++++++++- libempathy-gtk/empathy-theme-manager.h | 1 + src/empathy-preferences.c | 159 +++++++++++++------------------- @@ -80375,7 +80504,7 @@ libempathy-gtk/empathy-chat-text-view.c | 4 ++++ libempathy-gtk/empathy-theme-adium.c | 7 +++++++ - 2 files changed, 11 insertions(+), 0 deletions(-) + 2 files changed, 11 insertions(+) commit 0e9e2124eee55872b7e6209cbcfd626c9e366e40 Author: Manoj Kumar Giri @@ -80384,7 +80513,7 @@ Added Oriya into the List po/LINGUAS | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b6feb637d1dc4acaaab4dc946d1c787d96c97aab Author: Manoj Kumar Giri @@ -80394,7 +80523,7 @@ po/or.po | 1970 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 1156 insertions(+), 814 deletions(-) + 1 file changed, 1156 insertions(+), 814 deletions(-) commit 488710d07959785515e2b44237c0c4fdb9a83424 Author: Manoj Kumar Giri @@ -80404,7 +80533,7 @@ po/or.po | 2148 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2148 insertions(+), 0 deletions(-) + 1 file changed, 2148 insertions(+) commit ccdfb6e4e03b3e651c68f4ed3fff61cd9db6a753 Author: Abner Silva @@ -80414,7 +80543,7 @@ bug #575667 src/empathy-chat-window.c | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit 8caba0f8e3f7d48881572d456ef4f92a4637c272 Author: Abner Silva @@ -80424,7 +80553,7 @@ signal. libempathy/empathy-chatroom-manager.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 0a41b6b31705626c71047261b91afdac711dead7 Merge: a980a2b 1a74f07 @@ -80440,7 +80569,7 @@ clarify when notify::connection is signalled libempathy/empathy-account.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 2a56b58b44cb38e394c1e92a59ee65dbc9456f7d Author: Sjoerd Simons @@ -80449,7 +80578,7 @@ fix coding style libempathy/empathy-account-manager.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit d5a9f12cc68ec9e63a588e7aac7d49608d49ad19 Author: Sjoerd Simons @@ -80458,7 +80587,7 @@ Clarify that we own the keys/values in the accounts hash libempathy/empathy-account-manager.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 16da0cefe5da520704d9914b1bc824c7b5342071 Author: Sjoerd Simons @@ -80467,7 +80596,7 @@ explain the connect_time struct member libempathy/empathy-account.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 6f38a06ea764fc3542be9470fb44406f4268e058 Author: Sjoerd Simons @@ -80476,7 +80605,7 @@ Fix coding style libempathy/empathy-account.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 7b8a38ef119b1bcbf0a82d3f99552fe4bb2c3b9c Author: Sjoerd Simons @@ -80486,7 +80615,7 @@ python/pyempathy/pyempathy.defs | 137 +++++++++++++++++++++++---------- - python/pyempathygtk/pyempathygtk.defs | 101 ++++++++++--------------- + python/pyempathygtk/pyempathygtk.defs | 101 ++++++++++-------------- 2 files changed, 137 insertions(+), 101 deletions(-) commit d3693520f43afa28ac328843ea3d01c2b1dac427 @@ -80496,10 +80625,10 @@ Port the tests to EmpathyAccount tests/check-empathy-chatroom-manager.c | 45 - ++++++++++++++++++++----------- + ++++++++++++++++++++------------ tests/check-empathy-chatroom.c | 2 +- - tests/check-empathy-helpers.c | 25 ++++++++++++----- - tests/check-empathy-helpers.h | 6 ++-- + tests/check-empathy-helpers.c | 25 +++++++++++++----- + tests/check-empathy-helpers.h | 6 ++--- tests/check-helpers.h | 1 - 5 files changed, 51 insertions(+), 28 deletions(-) @@ -80510,7 +80639,7 @@ Port megaphone to EmpathyAccount megaphone/src/megaphone-applet.c | 28 ++++++++++------------------ - 1 files changed, 10 insertions(+), 18 deletions(-) + 1 file changed, 10 insertions(+), 18 deletions(-) commit dd54eb8205f1cd12267af127dab79297c0edc469 Author: Sjoerd Simons @@ -80528,7 +80657,7 @@ src/empathy-import-dialog.c | 24 ++++--- src/empathy-import-dialog.h | 1 + src/empathy-import-pidgin.c | 1 - - src/empathy-main-window.c | 25 +++---- + src/empathy-main-window.c | 25 ++++---- src/empathy-new-chatroom-dialog.c | 16 +++-- src/empathy-status-icon.c | 16 +++-- src/empathy.c | 22 ++++--- @@ -80551,11 +80680,11 @@ +++++++++++++-------------- libempathy-gtk/empathy-account-widget.h | 22 ++++---- libempathy-gtk/empathy-chat-text-view.c | 2 +- - libempathy-gtk/empathy-chat.c | 8 ++-- + libempathy-gtk/empathy-chat.c | 8 +-- libempathy-gtk/empathy-chat.h | 2 +- libempathy-gtk/empathy-contact-dialogs.c | 12 +---- - libempathy-gtk/empathy-contact-list-view.c | 17 +++---- - libempathy-gtk/empathy-contact-widget.c | 6 +- + libempathy-gtk/empathy-contact-list-view.c | 17 +++--- + libempathy-gtk/empathy-contact-widget.c | 6 +-- libempathy-gtk/empathy-irc-network-dialog.c | 2 +- libempathy-gtk/empathy-log-window.c | 45 ++++++++-------- libempathy-gtk/empathy-log-window.h | 4 +- @@ -80572,20 +80701,20 @@ Port libempathy to EmpathyAccount libempathy/empathy-chatroom-manager.c | 18 ++++++++-------- - libempathy/empathy-chatroom-manager.h | 11 ++++----- - libempathy/empathy-chatroom.c | 20 +++++++----------- - libempathy/empathy-chatroom.h | 11 ++++----- - libempathy/empathy-contact.c | 13 +++++------ - libempathy/empathy-contact.h | 6 ++-- - libempathy/empathy-dispatch-operation.c | 4 ++- - libempathy/empathy-dispatch-operation.h | 2 + - libempathy/empathy-log-manager.c | 15 ++++--------- - libempathy/empathy-log-manager.h | 12 +++++----- + libempathy/empathy-chatroom-manager.h | 11 +++++----- + libempathy/empathy-chatroom.c | 20 ++++++++---------- + libempathy/empathy-chatroom.h | 11 +++++----- + libempathy/empathy-contact.c | 13 ++++++------ + libempathy/empathy-contact.h | 6 +++--- + libempathy/empathy-dispatch-operation.c | 4 +++- + libempathy/empathy-dispatch-operation.h | 2 ++ + libempathy/empathy-log-manager.c | 15 +++++--------- + libempathy/empathy-log-manager.h | 12 +++++------ libempathy/empathy-log-store-empathy.c | 34 - +++++++++++++++++------------- - libempathy/empathy-log-store.c | 12 +++++----- - libempathy/empathy-log-store.h | 26 +++++++++++----------- - libempathy/empathy-utils.c | 15 ++----------- + +++++++++++++++++-------------- + libempathy/empathy-log-store.c | 12 +++++------ + libempathy/empathy-log-store.h | 26 +++++++++++------------ + libempathy/empathy-utils.c | 15 +++----------- libempathy/empathy-utils.h | 1 - 15 files changed, 93 insertions(+), 107 deletions(-) @@ -80596,8 +80725,8 @@ Port EmpathyTpRoomlist to EmpathyAccount libempathy/empathy-tp-roomlist.c | 46 - +++++++++++++------------------------ - libempathy/empathy-tp-roomlist.h | 4 +- + +++++++++++++------------------------- + libempathy/empathy-tp-roomlist.h | 4 ++-- 2 files changed, 18 insertions(+), 32 deletions(-) commit e0b356e25084d47d8953cc7c15fae4a97f62d047 @@ -80629,7 +80758,7 @@ libempathy/empathy-tp-contact-factory.c | 42 +++++++++++++++++++++++++------ - 1 files changed, 34 insertions(+), 8 deletions(-) + 1 file changed, 34 insertions(+), 8 deletions(-) commit c157ac3a330abe4831c4c93e52126a054934b9f6 Author: Gustavo Noronha Silva @@ -80642,7 +80771,7 @@ libempathy-gtk/empathy-theme-adium.c | 94 ++++++++++++++++++++++++++++++++-- - 1 files changed, 90 insertions(+), 4 deletions(-) + 1 file changed, 90 insertions(+), 4 deletions(-) commit 66b32d43ebeab870039ca729b24ae64fdeff5088 Author: Sjoerd Simons @@ -80651,7 +80780,7 @@ Fallback to OFFLINE when getting an unknown presence from MC libempathy/empathy-idle.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9c05486e1f1acf1c71ff0593e6c9d9060e32e152 Author: Sjoerd Simons @@ -80660,7 +80789,7 @@ Use NM by default libempathy/empathy-idle.c | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit d57d431db13fa5fdbddc51d71b9f82da00418522 Author: Sjoerd Simons @@ -80669,7 +80798,7 @@ Always react when disconnecting from the network libempathy/empathy-idle.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 941d757434d220fec709f30ac4847c7240b3d7d3 Author: Sjoerd Simons @@ -80715,7 +80844,7 @@ po/lt.po | 2361 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 1317 insertions(+), 1044 deletions(-) + 1 file changed, 1317 insertions(+), 1044 deletions(-) commit 5e30d8dcf1b80b6281df6bd872bb4455f28c1b23 Merge: 8ffe9c1 240b54d @@ -80732,7 +80861,7 @@ po/es.po | 262 +++++++++++++++++++++++++++++++++----------------------------- - 1 files changed, 139 insertions(+), 123 deletions(-) + 1 file changed, 139 insertions(+), 123 deletions(-) commit 160408787937224c2f9b1ed7965c2ad92e3c3255 Author: Xavier Claessens @@ -80742,7 +80871,7 @@ libempathy/empathy-call-handler.c | 3 +- src/empathy-call-window.c | 78 - +++++++++++++++++++++++++----------- + +++++++++++++++++++++++++------------ 2 files changed, 56 insertions(+), 25 deletions(-) commit 6cd00184145a217f2a295f96a8c43d0f1fbe984d @@ -80752,7 +80881,7 @@ Add empathy_sound_* in doc. docs/libempathy-gtk/libempathy-gtk-docs.sgml | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 147ab96a53207b846da9fb7126ebbefc84fe0b55 Author: Xavier Claessens @@ -80772,7 +80901,7 @@ src/empathy-event-manager.c | 97 +++++++------------------------------------ - 1 files changed, 16 insertions(+), 81 deletions(-) + 1 file changed, 16 insertions(+), 81 deletions(-) commit 53050e14aadcd76d454a5236454e3d44f63f0ddd Author: Jonathan Tellier @@ -80784,7 +80913,7 @@ libempathy-gtk/empathy-sound.c | 385 +++++++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-sound.h | 56 ++++++ - libempathy-gtk/empathy-ui-utils.c | 139 +------------- + libempathy-gtk/empathy-ui-utils.c | 139 +------------ libempathy-gtk/empathy-ui-utils.h | 26 --- po/POTFILES.in | 1 + 6 files changed, 445 insertions(+), 164 deletions(-) @@ -80796,7 +80925,7 @@ disconnect from invalidated signal before unreferencing connections libempathy/empathy-account-manager.c | 14 ++++++++++++++ - 1 files changed, 14 insertions(+), 0 deletions(-) + 1 file changed, 14 insertions(+) commit ae811044a107035a82cbba64951661494dd33e3a Author: Elliot Fairweather @@ -80805,8 +80934,8 @@ disconnnect from invalidated signal before unreferencing connections libempathy/empathy-contact-manager.c | 44 - ++++++++++++++++++--------------- - 1 files changed, 24 insertions(+), 20 deletions(-) + ++++++++++++++++++---------------- + 1 file changed, 24 insertions(+), 20 deletions(-) commit 46e1b63ca2310b6a3465c271afecc01d2ee72343 Author: Matthias Clasen @@ -80827,7 +80956,7 @@ is idle libempathy/empathy-idle.c | 32 +++++++++++++++++++++----------- - 1 files changed, 21 insertions(+), 11 deletions(-) + 1 file changed, 21 insertions(+), 11 deletions(-) commit 764e70b98c1b657e87b349c1f220903a78eb4065 Merge: 2f64117 65d0f64 @@ -80843,7 +80972,7 @@ Rename label1 to remove dupped id src/empathy-preferences.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6 Merge: aa9603b 807b622 @@ -80859,7 +80988,7 @@ check-whitespace.sh: check trailing tabs tools/check-whitespace.sh | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 49e8e15aebd530dc21ad4c5a41679d2354355e40 Author: Guillaume Desmottes @@ -80868,7 +80997,7 @@ empathy-theme-manager: remove trailing tabs libempathy-gtk/empathy-theme-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7ea5e46363457fe2a677e343ac0beed2c29d6de0 Author: Guillaume Desmottes @@ -80877,7 +81006,7 @@ empathy-theme-irc: remove trailing tabs libempathy-gtk/empathy-theme-irc.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c7aeca1d4bbc7c9a2f767807d2752156eebb2215 Author: Guillaume Desmottes @@ -80886,7 +81015,7 @@ empathy-theme-boxes: remove trailing tabs libempathy-gtk/empathy-theme-boxes.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 53c33c1edd59042c9fcf5f7f0e9ddfd489c1405a Author: Guillaume Desmottes @@ -80895,7 +81024,7 @@ empathy-theme-adium: remove trailing tabs libempathy-gtk/empathy-theme-adium.c | 16 ++++++++-------- - 1 files changed, 8 insertions(+), 8 deletions(-) + 1 file changed, 8 insertions(+), 8 deletions(-) commit 79f4cab781ecdae50934146f365de98421c21f1c Author: Guillaume Desmottes @@ -80904,7 +81033,7 @@ empathy-spell: remove trailing tabs libempathy-gtk/empathy-spell.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit faca6e2fb73105a6408ea36d09d2cdcf883892ee Author: Guillaume Desmottes @@ -80913,7 +81042,7 @@ empathy-smiley-manager: remove trailing tabs libempathy-gtk/empathy-smiley-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 633f111cb0569220f096d9039b27afdec6df3675 Author: Guillaume Desmottes @@ -80922,7 +81051,7 @@ empathy-new-message-dialog: remove trailing tabs libempathy-gtk/empathy-new-message-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c6f80bd5d78054651c9ed0daab213a64059f4e5f Author: Guillaume Desmottes @@ -80931,7 +81060,7 @@ empathy-log-window: remove trailing tabs libempathy-gtk/empathy-log-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b08b12f0ec3803b355c2a1355ae92fdcb4833e7b Author: Guillaume Desmottes @@ -80940,7 +81069,7 @@ empathy-contact-menu: remove trailing tabs libempathy-gtk/empathy-contact-menu.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 22cdc148e14071f820fe668f92a174aee7a67460 Author: Guillaume Desmottes @@ -80949,7 +81078,7 @@ empathy-contact-list-view: remove trailing tabs libempathy-gtk/empathy-contact-list-view.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 3974ab0014f5146f162945eb9102051826bd109e Author: Guillaume Desmottes @@ -80958,7 +81087,7 @@ empathy-contact-list-store: remove trailing tabs libempathy-gtk/empathy-contact-list-store.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit edaad58496e20b817036e167ce63239da272f5cf Author: Guillaume Desmottes @@ -80967,7 +81096,7 @@ empathy-contact-dialogs: remove trailing tabs libempathy-gtk/empathy-contact-dialogs.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2e8c433a836739bcaf62bd50cea4c3992534818e Author: Guillaume Desmottes @@ -80976,7 +81105,7 @@ empathy-chat: remove trailing tabs libempathy-gtk/empathy-chat.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit d462954efb034d07c1c4a274c05d171cd476f276 Author: Guillaume Desmottes @@ -80986,7 +81115,7 @@ libempathy-gtk/empathy-chat-view.c | 32 ++++++++++++++++---------------- - 1 files changed, 16 insertions(+), 16 deletions(-) + 1 file changed, 16 insertions(+), 16 deletions(-) commit 0573829c980d06c47d2ceb88f890389d16b400a0 Author: Guillaume Desmottes @@ -80995,8 +81124,8 @@ empathy-chat-text-view: remove trailing tabs libempathy-gtk/empathy-chat-text-view.c | 282 - +++++++++++++++--------------- - 1 files changed, 141 insertions(+), 141 deletions(-) + +++++++++++++++---------------- + 1 file changed, 141 insertions(+), 141 deletions(-) commit 6d5a2f5a5e8259ba4febe144674a9e68076edb53 Author: Guillaume Desmottes @@ -81005,7 +81134,7 @@ empathy-avatar-chooser: remove trailing tabs libempathy-gtk/empathy-avatar-chooser.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 68df3f2115dcae41400f5b13ec0b87ec4875a8a6 Author: Guillaume Desmottes @@ -81014,7 +81143,7 @@ empathy-account-widget: remove trailing tabs libempathy-gtk/empathy-account-widget.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 58781acde5a0e1ca4bc20fe1eb4884fa2c097b74 Author: Guillaume Desmottes @@ -81023,7 +81152,7 @@ empathy-account-chooser: remove trailing tabs libempathy-gtk/empathy-account-chooser.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 66a3fe50151f3fb7498e38b8b3a4f54918244baf Author: Guillaume Desmottes @@ -81032,7 +81161,7 @@ empathy-utils: remove trailing tabs libempathy/empathy-utils.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 3106afc8993db5df27ff41dd715469b66aaf4912 Author: Guillaume Desmottes @@ -81041,7 +81170,7 @@ empathy-tp-contact-list: remove trailing tabs libempathy/empathy-tp-contact-list.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d03e9ce9b20c5b36a326741e3481d5fd73baf238 Author: Guillaume Desmottes @@ -81050,7 +81179,7 @@ empathy-tp-chat: remove trailing tabs libempathy/empathy-tp-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 12a1643c10b0d9375ef41cb9493d08c46c5b96ef Author: Guillaume Desmottes @@ -81059,7 +81188,7 @@ empathy-time: remove trailing tabs libempathy/empathy-time.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0d8a535644f15f2fd7efc878910530f952927b57 Author: Guillaume Desmottes @@ -81068,7 +81197,7 @@ empathy-idle: remove trailing tabs libempathy/empathy-idle.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a29b9902f1f006ba2a0ef83a605d08aceddccc90 Author: Guillaume Desmottes @@ -81077,7 +81206,7 @@ empathy-contact-manager: remove trailing tabs libempathy/empathy-contact-manager.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit ec9c3c21d4fb4396de9d89486c7f5a7620920686 Author: Guillaume Desmottes @@ -81086,7 +81215,7 @@ empathy-chatroom: remove trailing tabs libempathy/empathy-chatroom.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ceffec53f750fe1fe44efb98d7d36eb73fd88f9f Author: Guillaume Desmottes @@ -81095,7 +81224,7 @@ empathy: remove trailing tabs src/empathy.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 81bb64536866022147663230e4d166769bd5e070 Author: Guillaume Desmottes @@ -81104,7 +81233,7 @@ empathy-status-icon: remove trailing tabs src/empathy-status-icon.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit ce18f35f5fac38d43115df41c357e3bafe35d361 Author: Guillaume Desmottes @@ -81113,7 +81242,7 @@ empathy-sidebar: remove trailing tabs src/empathy-sidebar.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 8816b1b8e8cdacd150aba479729d7884b4613cd2 Author: Guillaume Desmottes @@ -81122,7 +81251,7 @@ empathy-preferences: remove trailing tabs src/empathy-preferences.c | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit e25f7f1a2f082c0dc6294cbeb39ca71c86366f87 Author: Guillaume Desmottes @@ -81131,7 +81260,7 @@ empathy-new-chatroom-dialog: remove trailing tabs src/empathy-new-chatroom-dialog.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 7aa191693d4636b12df13eb1e85366252010e801 Author: Guillaume Desmottes @@ -81140,7 +81269,7 @@ empathy-chat-window: remove trailing tabs src/empathy-chat-window.c | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit 2a99081f8dbccd419e171a26f452a1334fe535d4 Author: Guillaume Desmottes @@ -81149,7 +81278,7 @@ empathy-accounts-dialog: remove trailing tabs src/empathy-accounts-dialog.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 309a9214ca400ca0f3bfaacd47ed1e0cd7444220 Merge: a7dba74 c36efaa @@ -81165,7 +81294,7 @@ configure.ac: Cleanup PKG_CHECK_MODULES configure.ac | 9 ++++----- - 1 files changed, 4 insertions(+), 5 deletions(-) + 1 file changed, 4 insertions(+), 5 deletions(-) commit c36efaa152329d5a22e5925bb3fc7f342965228c Author: Guillaume Desmottes @@ -81175,7 +81304,7 @@ are checked by the coding style script src/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 16b7d0adaecd0ff7f1d24741cd35246f80a72e42 Author: Guillaume Desmottes @@ -81184,7 +81313,7 @@ empathy-map-view: fix coding style src/empathy-map-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 5557dda4a2b596d32962f5e7bc5800967d410d60 Author: drtvasudevan @@ -81194,7 +81323,7 @@ po/ta.po | 827 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 449 insertions(+), 378 deletions(-) + 1 file changed, 449 insertions(+), 378 deletions(-) commit f18e71dedebf24c9cb721c1cf7ce5f7009324b3b Author: Nicolò Chieffo @@ -81203,7 +81332,7 @@ Fix Bug 586133: don't autoscroll on new messages libempathy-gtk/empathy-chat-text-view.c | 12 +++++++++--- - 1 files changed, 9 insertions(+), 3 deletions(-) + 1 file changed, 9 insertions(+), 3 deletions(-) commit 03fa531203802810a57bc723132368bf2761e19c Author: Jonathan Tellier @@ -81213,7 +81342,7 @@ disconnected src/empathy-call-window.c | 13 +++++++++++-- - 1 files changed, 11 insertions(+), 2 deletions(-) + 1 file changed, 11 insertions(+), 2 deletions(-) commit cf5cd933ff677c2a36aba86cab7921339503362c Author: Frédéric Péters @@ -81222,7 +81351,7 @@ New labels for user signing in/out notification preferences. src/empathy-preferences.ui | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit db7bc6a966cb9250fa8f5649975b68d3d6e60514 Author: Frédéric Péters @@ -81231,7 +81360,7 @@ More human notification messages when users sign in/out. src/empathy-event-manager.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 057ee5554220ef573a577db545df40fcfaf587b3 Author: Frédéric Péters @@ -81240,7 +81369,7 @@ Fixed coding style of presence notification. src/empathy-event-manager.c | 20 +++++++++++--------- - 1 files changed, 11 insertions(+), 9 deletions(-) + 1 file changed, 11 insertions(+), 9 deletions(-) commit e037c0c20d0f532314ce9cad99347418506dd6c2 Author: Frédéric Péters @@ -81250,7 +81379,7 @@ only events src/empathy-main-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 14e24fa32cf6059e9a5cedadc86cef8dea7575fd Author: Frédéric Péters @@ -81259,7 +81388,7 @@ Do not blink status icon for notification only events src/empathy-status-icon.c | 11 ++++++----- - 1 files changed, 6 insertions(+), 5 deletions(-) + 1 file changed, 6 insertions(+), 5 deletions(-) commit 9b0797d859e999bf28145ed77aa13b3970b2a9a3 Author: Frédéric Péters @@ -81273,7 +81402,7 @@ src/empathy-event-manager.c | 13 +++++++++++++ src/empathy-event-manager.h | 1 + - 2 files changed, 14 insertions(+), 0 deletions(-) + 2 files changed, 14 insertions(+) commit a51deb704aa36bc8b6d02be102f90b666397ff16 Author: Frédéric Péters @@ -81281,13 +81410,13 @@ Show a notification when a contact goes offline or online - data/empathy.schemas.in | 30 +++++++++++++++++ - libempathy-gtk/empathy-conf.h | 2 + + data/empathy.schemas.in | 30 ++++++++++++++++++ + libempathy-gtk/empathy-conf.h | 2 ++ src/empathy-event-manager.c | 70 +++++++++++++++++++++++++++++++++++++++++ - src/empathy-preferences.c | 16 +++++++++ + src/empathy-preferences.c | 16 ++++++++++ src/empathy-preferences.ui | 26 +++++++++++++++ - 5 files changed, 144 insertions(+), 0 deletions(-) + 5 files changed, 144 insertions(+) commit d38da38d45d13ca4a85456609abacec17d01a6eb Author: Nicolo Chieffo <84yelo3@gmail.com> @@ -81297,7 +81426,7 @@ bug (#572759) libempathy-gtk/empathy-ui-utils.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7ead087382b7a403b2f0eca2f70389a758ff1a00 Author: Sjoerd Simons @@ -81316,8 +81445,8 @@ Add working GTK+ theme tracking libempathy-gtk/empathy-theme-manager.c | 34 - ++++--------------------------- - 1 files changed, 5 insertions(+), 29 deletions(-) + +++++--------------------------- + 1 file changed, 5 insertions(+), 29 deletions(-) commit cde7b1953a9c430946af7152fb72bbaf3e1d4a95 Merge: 69989d7 ae4ef55 @@ -81333,7 +81462,7 @@ Assume our presence is offline if MC reports it as UNSET (#586645) libempathy/empathy-idle.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 69989d77d169f08d9d5d702cd22f3cda4c2b2ce2 Author: Xavier Claessens @@ -81343,7 +81472,7 @@ useful for upcoming theme selector libempathy-gtk/empathy-theme-adium.c | 50 - +++++++++++++++++++++++++-------- + ++++++++++++++++++++++++++-------- libempathy-gtk/empathy-theme-adium.h | 4 +++ 2 files changed, 42 insertions(+), 12 deletions(-) @@ -81358,7 +81487,7 @@ libempathy-gtk/empathy-theme-adium.c | 492 +++++++++++++++++------------- libempathy-gtk/empathy-theme-adium.h | 14 +- - libempathy-gtk/empathy-theme-manager.c | 24 ++- + libempathy-gtk/empathy-theme-manager.c | 24 +- src/empathy-preferences.c | 2 +- 5 files changed, 320 insertions(+), 213 deletions(-) @@ -81369,7 +81498,7 @@ Fix typos in plist parser libempathy-gtk/empathy-plist.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 24f46af7642e8e2d0b7fa737d0fbb64ff394b437 Author: Xavier Claessens @@ -81378,7 +81507,7 @@ Fix warning if theme don't have footer_html libempathy-gtk/empathy-theme-adium.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 4a119839567ba66889b222fac4b87627863a218a Author: Xavier Claessens @@ -81389,7 +81518,7 @@ libempathy-gtk/empathy-plist.c | 137 +++++++++------------------------- libempathy-gtk/empathy-plist.h | 3 +- - libempathy-gtk/empathy-theme-adium.c | 25 +++--- + libempathy-gtk/empathy-theme-adium.c | 25 +++---- 3 files changed, 47 insertions(+), 118 deletions(-) commit 071f1844a8f47e4d67ad3c752441a3d71d9e18e2 @@ -81413,8 +81542,8 @@ Updated Spanish translation po/es.po | 568 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 317 insertions(+), 251 deletions(-) + +++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 317 insertions(+), 251 deletions(-) commit 140a3e7349025b41e1a0e7f5bd20e85f41cea75e Author: Patryk Zawadzki @@ -81426,7 +81555,7 @@ actually parsed and replaces but these are mostly used in headers. libempathy-gtk/empathy-theme-adium.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit 3f1ee55e4b48f8e771abe18808502a2f62f17932 Author: Patryk Zawadzki @@ -81435,7 +81564,7 @@ Stop status_html from leaking libempathy-gtk/empathy-theme-adium.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 20be4973fcdaff3ee828483f2b03b67adec260a1 Author: Patryk Zawadzki @@ -81447,8 +81576,8 @@ %senderScreenName% and %messageClasses% libempathy-gtk/empathy-theme-adium.c | 44 - ++++++++++++++++++++++++++++++++- - 1 files changed, 42 insertions(+), 2 deletions(-) + ++++++++++++++++++++++++++++++++-- + 1 file changed, 42 insertions(+), 2 deletions(-) commit 4de45a243b718afa7bba29f5100c4e2df4b967f9 Author: Runa Bhattacharjee @@ -81458,7 +81587,7 @@ po/bn_IN.po | 2419 +++++++++++++++++++++++++++++++++++++++++------------------ - 1 files changed, 1683 insertions(+), 736 deletions(-) + 1 file changed, 1683 insertions(+), 736 deletions(-) commit 3eb439ded3d3bd5e644b82b9cec910e0ad5b23fc Author: Patryk Zawadzki @@ -81467,8 +81596,8 @@ Support fallback avatars provided by adium themes libempathy-gtk/empathy-theme-adium.c | 35 - +++++++++++++++++++++++++++++---- - 1 files changed, 30 insertions(+), 5 deletions(-) + +++++++++++++++++++++++++++++----- + 1 file changed, 30 insertions(+), 5 deletions(-) commit 5f638d0e0cb77b0dbc59782eb8b80b1763a4c81b Author: Patryk Zawadzki @@ -81479,7 +81608,7 @@ Fixes bug #586352 libempathy-gtk/empathy-theme-adium.c | 12 +++++++++++- - 1 files changed, 11 insertions(+), 1 deletions(-) + 1 file changed, 11 insertions(+), 1 deletion(-) commit fdbb5ae44e2b82a36f7103b63e5c8a2041faea6c Author: Will Thompson @@ -81488,7 +81617,7 @@ Style: avoid marching off the right margin libempathy/empathy-tp-chat.c | 19 ++++++++++--------- - 1 files changed, 10 insertions(+), 9 deletions(-) + 1 file changed, 10 insertions(+), 9 deletions(-) commit a0813b0a5b90e959994f0f6f029af30364ddd258 Author: Will Thompson @@ -81497,7 +81626,7 @@ Style: use FIXME not TODO libempathy/empathy-tp-chat.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 367084af410d31a3fa8a9f040dd70ba5238816f4 Author: Will Thompson @@ -81506,7 +81635,7 @@ Coding style: one declaration per line. libempathy/empathy-tp-chat.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit ecbd33430aa9005131327e413d3e6eb267c6721a Author: Will Thompson @@ -81517,7 +81646,7 @@ Xavier said he preferred this, and it's shorter, so... libempathy-gtk/empathy-chat.c | 32 +++++++++++++++----------------- - 1 files changed, 15 insertions(+), 17 deletions(-) + 1 file changed, 15 insertions(+), 17 deletions(-) commit d8c0a34b31f6e8c0c0f09d8a529970b888cee17c Author: drtvasudevan @@ -81527,7 +81656,7 @@ po/ta.po | 961 ++++++++++++++++++++++++++++++++++++++++---------------------- - 1 files changed, 615 insertions(+), 346 deletions(-) + 1 file changed, 615 insertions(+), 346 deletions(-) commit 08f02f53a10fd653cac56e23817f3c40d636ca5e Author: Will Thompson @@ -81541,8 +81670,8 @@ long as there's a comment to translators. libempathy-gtk/empathy-chat.c | 83 - ++++++++++++++++------------------------ - 1 files changed, 33 insertions(+), 50 deletions(-) + ++++++++++++++++------------------------- + 1 file changed, 33 insertions(+), 50 deletions(-) commit bfd99fa8722a9e988df008558782dca6d6118034 Author: Gabriel Millaire @@ -81554,9 +81683,9 @@ - Added G_PARAM_STATIC_STRINGS to properties - Broke empathy_chat_set_show_contacts() in two, simplifying call - data/empathy.schemas.in | 10 +++--- + data/empathy.schemas.in | 10 +++---- libempathy-gtk/empathy-chat.c | 65 - ++++++++++++++++++++++++---------------- + ++++++++++++++++++++++++----------------- src/empathy-chat-window.c | 4 +-- src/empathy-preferences.c | 2 +- 4 files changed, 46 insertions(+), 35 deletions(-) @@ -81575,8 +81704,8 @@ Call setter function when Show Contacts menu is activated. libempathy-gtk/empathy-chat.c | 68 - +++++++++++++++++++++------------------- - libempathy-gtk/empathy-chat.h | 2 + + ++++++++++++++++++++++------------------- + libempathy-gtk/empathy-chat.h | 2 ++ src/empathy-chat-window.c | 50 ++++++++++++++---------------- 3 files changed, 61 insertions(+), 59 deletions(-) @@ -81588,7 +81717,7 @@ src/empathy-chat-window.c | 39 +++++++++++++++++++++++++++++++++++++++ src/empathy-chat-window.ui | 8 ++++++++ - 2 files changed, 47 insertions(+), 0 deletions(-) + 2 files changed, 47 insertions(+) commit bc076392a0980d6a3040e2be2f047fedfadcf591 Author: Gabriel Millaire @@ -81597,7 +81726,7 @@ Read config and show/hide contact list libempathy-gtk/empathy-chat.c | 35 ++++++++++++++++++++++++++++++----- - 1 files changed, 30 insertions(+), 5 deletions(-) + 1 file changed, 30 insertions(+), 5 deletions(-) commit 2ffdfc58b3cbddbe6fe9899f02d0f6efb59da721 Author: Gabriel Millaire @@ -81608,7 +81737,7 @@ data/empathy.schemas.in | 14 ++++++++++++++ libempathy-gtk/empathy-conf.h | 1 + src/empathy-preferences.c | 6 ++++++ - 3 files changed, 21 insertions(+), 0 deletions(-) + 3 files changed, 21 insertions(+) commit e33c10700fc2313a90c7171a3b794e33007c8591 Author: Gabriel Millaire @@ -81617,7 +81746,7 @@ Added general option Show contact list in rooms src/empathy-preferences.ui | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit 2b5677fb74447fc618346d883828eb389c31d037 Author: Gabriel Millaire @@ -81626,7 +81755,7 @@ removed extra spacing src/empathy-preferences.ui | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 28acd3ce10a88f912f0d3f42d14c2e5a98d619bd Author: Will Thompson @@ -81635,8 +81764,8 @@ Include actor in part message if possible libempathy-gtk/empathy-chat.c | 68 - ++++++++++++++++++++++++++++------------ - 1 files changed, 47 insertions(+), 21 deletions(-) + ++++++++++++++++++++++++++++------------- + 1 file changed, 47 insertions(+), 21 deletions(-) commit cbfe2006c6b8e0fae731cd26c0284d7767fc4662 Author: Will Thompson @@ -81646,7 +81775,7 @@ libempathy/empathy-tp-chat.c | 65 +++++++++++++++++++++++++++++++++--------- - 1 files changed, 51 insertions(+), 14 deletions(-) + 1 file changed, 51 insertions(+), 14 deletions(-) commit 564562fd34a7a456e042041118ee326d3fae0069 Author: Will Thompson @@ -81656,7 +81785,7 @@ libempathy-gtk/empathy-chat.c | 79 +++++++++++++++++++++++------------------ - 1 files changed, 44 insertions(+), 35 deletions(-) + 1 file changed, 44 insertions(+), 35 deletions(-) commit 17fb8fcf2f5cb1b535815dcabdc790b04969e6d5 Author: Will Thompson @@ -81668,7 +81797,7 @@ libempathy-gtk/empathy-chat.c | 85 +++++++++++++++++++++-------------------- - 1 files changed, 43 insertions(+), 42 deletions(-) + 1 file changed, 43 insertions(+), 42 deletions(-) commit bc08d45ad3b44b7ba7b5b0044f538338d2a6553e Author: Will Thompson @@ -81678,7 +81807,7 @@ libempathy-gtk/empathy-chat.c | 40 +++++++++++++++++++++++++++++++++++++--- - 1 files changed, 37 insertions(+), 3 deletions(-) + 1 file changed, 37 insertions(+), 3 deletions(-) commit c007f0c68d7a40f658a238cc2316ccc545bef7c0 Author: Guillaume Desmottes @@ -81687,7 +81816,7 @@ status_presets_file_parse: discard invalid presence (#585031) libempathy/empathy-status-presets.c | 21 +++++++++++---------- - 1 files changed, 11 insertions(+), 10 deletions(-) + 1 file changed, 11 insertions(+), 10 deletions(-) commit afd2392c8e58e1f9b01eb7e983634ab288b62751 Author: Frédéric Péters @@ -81697,7 +81826,7 @@ bug 574771) src/empathy-call-window.ui | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 0b6193d1e3f336b6d4dcd2b6ce9c90c5ce59edac Author: Guillaume Desmottes @@ -81706,7 +81835,7 @@ add doc about empathy_status_presets_is_valid libempathy/empathy-status-presets.c | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit f3696aa8cb23fc853e298f9614768233f69f1298 Author: Guillaume Desmottes @@ -81715,7 +81844,7 @@ Don't add invalid presence type as favorite (#585053) libempathy-gtk/empathy-presence-chooser.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) + 1 file changed, 4 insertions(+) commit 4ce928ce7b856c9fcbf61595fae83eed22b90b25 Author: Guillaume Desmottes @@ -81725,7 +81854,7 @@ libempathy/empathy-status-presets.c | 20 ++++++++++++++++++++ libempathy/empathy-status-presets.h | 1 + - 2 files changed, 21 insertions(+), 0 deletions(-) + 2 files changed, 21 insertions(+) commit 16738495eb7c0d205ffb92bd2997a7ddf03e85a0 Author: Guillaume Desmottes @@ -81734,7 +81863,7 @@ empathy-presence-chooser: use tp_strdiff instead of strcmp libempathy-gtk/empathy-presence-chooser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 807b62250294666c0dccc27fbab03c1c782dd38b Author: Jonny Lamb @@ -81745,7 +81874,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 12 ++++++++++-- - 1 files changed, 10 insertions(+), 2 deletions(-) + 1 file changed, 10 insertions(+), 2 deletions(-) commit 6914121ce5169769207613166e14c077259c863b Author: Jonny Lamb @@ -81756,11 +81885,11 @@ Signed-off-by: Jonny Lamb libempathy/Makefile.am | 2 + - libempathy/empathy-debug.c | 74 ++++++++++-- + libempathy/empathy-debug.c | 74 +++++++++-- libempathy/empathy-debug.h | 4 + libempathy/empathy-debugger.c | 270 +++++++++++++++++++++++++++++++++++++++++ - libempathy/empathy-debugger.h | 88 +++++++++++++ + libempathy/empathy-debugger.h | 88 ++++++++++++++ src/empathy.c | 31 +++++ 6 files changed, 461 insertions(+), 8 deletions(-) @@ -81774,7 +81903,7 @@ libempathy/Makefile.am | 1 + src/Makefile.am | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit b30ac2b9664e4c0a31f15a8b59ee9f23c308d91f Author: Jonny Lamb @@ -81798,7 +81927,7 @@ Signed-off-by: Jonny Lamb src/empathy.c | 19 +++++++++++++++++++ - 1 files changed, 19 insertions(+), 0 deletions(-) + 1 file changed, 19 insertions(+) commit 8b126ca039f7d4a5a93e695682dc975d1254c49e Author: Nicolò Chieffo @@ -81807,7 +81936,7 @@ Fix wrapping in Preferences dialog src/empathy-preferences.ui | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d0a3c7a9e5052a5487e74fe70e0d1f40c6f904a3 Author: Guillaume Desmottes @@ -81831,7 +81960,7 @@ was too late in update_resources libempathy-gtk/empathy-location-manager.c | 15 +++++++++++---- - 1 files changed, 11 insertions(+), 4 deletions(-) + 1 file changed, 11 insertions(+), 4 deletions(-) commit 0f4c81cabf14b37cebef3f4c22f9bdc3ce5238b3 Author: Frédéric Péters @@ -81853,7 +81982,7 @@ [release script] also check for bug numbers with a variant form release.py | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 7e6f8f16531da4f40ba4f3158d31fce863942bda Author: Claude Paroz @@ -81865,14 +81994,14 @@ libempathy-gtk/empathy-account-widget-generic.ui | 6 +- libempathy-gtk/empathy-account-widget-groupwise.ui | 6 +- libempathy-gtk/empathy-account-widget-icq.ui | 6 +- - libempathy-gtk/empathy-account-widget-irc.ui | 12 +++- - libempathy-gtk/empathy-account-widget-jabber.ui | 12 +++- + libempathy-gtk/empathy-account-widget-irc.ui | 12 ++-- + libempathy-gtk/empathy-account-widget-jabber.ui | 12 ++-- libempathy-gtk/empathy-account-widget-msn.ui | 6 +- libempathy-gtk/empathy-account-widget-salut.ui | 6 +- libempathy-gtk/empathy-account-widget-sip.ui | 6 +- libempathy-gtk/empathy-account-widget-yahoo.ui | 6 +- libempathy-gtk/empathy-chat.ui | 6 +- - libempathy-gtk/empathy-contact-widget.ui | 24 +++++--- + libempathy-gtk/empathy-contact-widget.ui | 24 ++++--- src/empathy-accounts-dialog.ui | 25 +++++--- src/empathy-preferences.ui | 66 +++++++++++++------- @@ -81894,11 +82023,11 @@ Fixed adium and boxes theme engines to check if contacts refer to the same id instead of comparing pointers. This fixes bug #585885. - libempathy-gtk/empathy-theme-adium.c | 4 +- + libempathy-gtk/empathy-theme-adium.c | 4 ++-- libempathy-gtk/empathy-theme-boxes.c | 2 +- libempathy/empathy-contact.c | 37 ++++++++++++++++++++++++++++++++++ - libempathy/empathy-contact.h | 4 ++- + libempathy/empathy-contact.h | 4 +++- 4 files changed, 43 insertions(+), 4 deletions(-) commit 2360a56f96df9315b7cbcfc8bf3a3f8ddcb919cf @@ -81927,7 +82056,7 @@ Bump version to 2.27.4 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cb1d2d6748eb657c93f5a7873c88dbc7bda17660 Author: Xavier Claessens @@ -81936,7 +82065,7 @@ Fix build of libempathy-gtk doc. We have to init threads docs/libempathy-gtk/Makefile.am | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 3ea616f06694ef62a08cfc2bd95446a65827298b Author: Xavier Claessens @@ -81945,7 +82074,7 @@ Bump ABI version configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d33b3a97ff1ebf21d76c760ed21c0a0197f1f644 Author: Xavier Claessens @@ -81954,7 +82083,7 @@ Update NEWS for 2.27.3 NEWS | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 61 insertions(+), 0 deletions(-) + 1 file changed, 61 insertions(+) commit 67d9a3b82476dc2f74d5c87cf43de118c13579c5 Author: Xavier Claessens @@ -81964,7 +82093,7 @@ src/empathy-map-view.c | 238 +++++++++++++++++++++++------------------------- - 1 files changed, 113 insertions(+), 125 deletions(-) + 1 file changed, 113 insertions(+), 125 deletions(-) commit d563a37f9f94ab5f8c77cbf644d8d2901ad74476 Author: Pierre-Luc Beaudoin @@ -81975,7 +82104,7 @@ This resulted in "0 month ago" being returned. libempathy/empathy-time.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit ec4b41130b1b9704abf190a470d65a9e41846284 Author: Pierre-Luc Beaudoin @@ -81984,7 +82113,7 @@ Add contextual popup menu in map view src/empathy-map-view.c | 30 ++++++++++++++++++++++++++++++ - 1 files changed, 30 insertions(+), 0 deletions(-) + 1 file changed, 30 insertions(+) commit e37fbd376151222f336650f66476c3cdc0957451 Author: Pierre-Luc Beaudoin @@ -81993,7 +82122,7 @@ Simplify map_view_marker_update_position src/empathy-map-view.c | 13 ++++++------- - 1 files changed, 6 insertions(+), 7 deletions(-) + 1 file changed, 6 insertions(+), 7 deletions(-) commit 0b23d0983acb95ced196c766ee112143ec314c22 Author: Pierre-Luc Beaudoin @@ -82020,7 +82149,7 @@ empathy-ft-manager: tile should be 'File Transfers'. (#585788) src/empathy-ft-manager.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 79b35ff58934c0ed20c4092138973c88a827a16b Author: Guillaume Desmottes @@ -82035,7 +82164,7 @@ (there is no UNSET presence icon). libempathy/empathy-idle.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit 3064b1394d1d98f10808b0cf25474c2541851dd4 Author: Luis Menina @@ -82085,7 +82214,7 @@ (GNOME bug 585640) src/empathy-preferences.ui | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit bb1946ec6cdb35346d6fa81dba1b6e168b10d5bf Author: Jorge Gonzalez @@ -82095,7 +82224,7 @@ po/es.po | 258 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 142 insertions(+), 116 deletions(-) + 1 file changed, 142 insertions(+), 116 deletions(-) commit e5989d0face9edde213e0530ba6c886d61a1276f Author: Jonathan Tellier @@ -82105,7 +82234,7 @@ only call. src/empathy-call-window.c | 34 ++++++++++++++-------------------- - 1 files changed, 14 insertions(+), 20 deletions(-) + 1 file changed, 14 insertions(+), 20 deletions(-) commit 87d5ea81cc37d8a1a4eda76da7251551c8f7a979 Author: Guillaume Desmottes @@ -82114,7 +82243,7 @@ empathy-location-manager: remove a trailing space libempathy-gtk/empathy-location-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f3e7e7d24461f07b2d4752c154d5c0a68dabf23e Author: Jonathan Tellier @@ -82136,7 +82265,7 @@ src/empathy-call-window.c | 101 +++++++++++++++++++++++++-------------------- - 1 files changed, 56 insertions(+), 45 deletions(-) + 1 file changed, 56 insertions(+), 45 deletions(-) commit 3719c62c3f34e11dbdcdff741eb2aadf69c9c202 Author: Jonathan Tellier @@ -82168,10 +82297,10 @@ empathy_call_window_sink_added_cb does not automatically starts the preview. - libempathy/empathy-call-handler.c | 28 +------- + libempathy/empathy-call-handler.c | 28 +-------- libempathy/empathy-tp-call.c | 6 +- src/empathy-call-window.c | 125 - +++++++++++++++++++++--------------- + ++++++++++++++++++++++--------------- 3 files changed, 78 insertions(+), 81 deletions(-) commit c5c09d7a6a0161b66f1747e3496cb1365f6f35bc @@ -82181,7 +82310,7 @@ Not creating the video preview if we don't want to show it (in audio calls for instance). - libempathy/empathy-call-handler.c | 17 ++++ + libempathy/empathy-call-handler.c | 17 +++++ libempathy/empathy-call-handler.h | 2 + src/empathy-call-window.c | 153 +++++++++++++++++++++++-------------- @@ -82195,7 +82324,7 @@ src/empathy-call-window.c | 36 +++++++++++++++++++++++++++++++++++- src/empathy-call-window.ui | 1 + - 2 files changed, 36 insertions(+), 1 deletions(-) + 2 files changed, 36 insertions(+), 1 deletion(-) commit 62ed123c83ff2de84622abe1e2cb972a409c43ae Author: Jonathan Tellier @@ -82205,12 +82334,12 @@ of showing black widgets. - libempathy/empathy-call-handler.c | 22 ++++++++++++++++ + libempathy/empathy-call-handler.c | 22 +++++++++++++++++ libempathy/empathy-tp-call.c | 37 ++++++++++++++++++++++++++++ - libempathy/empathy-tp-call.h | 2 + + libempathy/empathy-tp-call.h | 2 ++ src/empathy-call-window.c | 49 +++++++++++++++++++++++++++++++++++++ - 4 files changed, 110 insertions(+), 0 deletions(-) + 4 files changed, 110 insertions(+) commit efd01a1ef0a6be5552cc370e0870c9106fdc2908 Merge: ba97570 40e0273 @@ -82226,7 +82355,7 @@ Drop PORT access control support for now libempathy/empathy-tp-file.c | 22 +++++++--------------- - 1 files changed, 7 insertions(+), 15 deletions(-) + 1 file changed, 7 insertions(+), 15 deletions(-) commit ba975704f0cfeae622fdd2967f36ebf2c39e29df Author: Pierre-Luc Beaudoin @@ -82239,7 +82368,7 @@ src/empathy-map-view.c | 27 +++++++++++++++++++++++++++ src/empathy-map-view.ui | 27 +++++++++++++++++++++++++++ - 2 files changed, 54 insertions(+), 0 deletions(-) + 2 files changed, 54 insertions(+) commit 3974937e07af52950c8f8ae411069a04804f8ab3 Author: Mark Krapivner @@ -82249,7 +82378,7 @@ po/he.po | 2469 ++++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 1337 insertions(+), 1132 deletions(-) + 1 file changed, 1337 insertions(+), 1132 deletions(-) commit 647ef034c03b4669e9eb4e489443295ea6d107e1 Author: Xavier Claessens @@ -82258,7 +82387,7 @@ Add doc for empathy_avatar_new() libempathy/empathy-contact.c | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) + 1 file changed, 13 insertions(+) commit e1997f45a15c8a42e7304120034e0fcf86560bf5 Author: Xavier Claessens @@ -82277,7 +82406,7 @@ Move g_object_unref to dispose instead of finalize libempathy-gtk/empathy-theme-adium.c | 18 ++++++++++++++++-- - 1 files changed, 16 insertions(+), 2 deletions(-) + 1 file changed, 16 insertions(+), 2 deletions(-) commit fd8a3a5ef0de9951d185d18200c322a4b1714288 Author: Xavier Claessens @@ -82287,7 +82416,7 @@ installed libempathy-gtk/Makefile.am | 16 +++++++++++----- - 1 files changed, 11 insertions(+), 5 deletions(-) + 1 file changed, 11 insertions(+), 5 deletions(-) commit 924bb95909e995b8cc5c8686580467e69234217b Author: Xavier Claessens @@ -82296,7 +82425,7 @@ Correctly parse %time% if a format is provided libempathy-gtk/empathy-theme-adium.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 6cad3e6d0d4123a7eaf8fbb8dc6cf1976854aaa4 Author: Xavier Claessens @@ -82305,7 +82434,7 @@ Remove trailing space configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b722fcccf60be70a068b83b9e7f49fcbc6fde4e4 Author: Xavier Claessens @@ -82326,7 +82455,7 @@ directly. libempathy-gtk/empathy-theme-adium.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 5d83372d392c074b13fb82eb934d6f795edc0d09 Author: Xavier Claessens @@ -82335,7 +82464,7 @@ Add Adium theme support in the configure summary configure.ac | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 431ecd21a339ed8fe3cbc4e69937264f65a6ce2a Author: Xavier Claessens @@ -82344,8 +82473,8 @@ Support /me command and fix crash if smiley are not enabled libempathy-gtk/empathy-theme-adium.c | 53 - +++++++++++++++++++++------------ - 1 files changed, 34 insertions(+), 19 deletions(-) + ++++++++++++++++++++++------------ + 1 file changed, 34 insertions(+), 19 deletions(-) commit d3ab89520c02dd011822a42921c902edf7667275 Author: Xavier Claessens @@ -82354,7 +82483,7 @@ Fix build error due to wrong rebase libempathy-gtk/empathy-chat-text-view.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 5600490e9edda705b4b58720433b476c0d744115 Author: Xavier Claessens @@ -82384,7 +82513,7 @@ docs/libempathy-gtk/libempathy-gtk-docs.sgml | 1 + docs/libempathy-gtk/libempathy-gtk.types | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 2aeffc8776f7e19a44a619b3de26f748d0346b8d Author: Xavier Claessens @@ -82396,7 +82525,7 @@ the path works also fine (patch to be attached). libempathy-gtk/empathy-theme-adium.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1ce531c29108e9bf0a90a4c013283b9115598bb9 Author: Xavier Claessens @@ -82406,7 +82535,7 @@ libempathy-gtk/empathy-theme.c | 408 ---------------------------------------- - 1 files changed, 0 insertions(+), 408 deletions(-) + 1 file changed, 408 deletions(-) commit 35879a4a3ab0ac586cb183beaaa44ec2e50788f9 Author: Xavier Claessens @@ -82430,7 +82559,7 @@ Fix a warning when the ADIUM_PATH gconf key is unset. src/empathy-preferences.c | 11 +++++++++-- - 1 files changed, 9 insertions(+), 2 deletions(-) + 1 file changed, 9 insertions(+), 2 deletions(-) commit 0d73068c7f58185be37a2fe42fe006342e441dc1 Author: Xavier Claessens @@ -82439,7 +82568,7 @@ Add whitespace to respect coding style libempathy-gtk/empathy-theme-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 38c22ce23b3b600a249c2d6145e50430734d8787 Author: Xavier Claessens @@ -82449,7 +82578,7 @@ be detected. libempathy-gtk/empathy-theme-adium.c | 11 +++++------ - 1 files changed, 5 insertions(+), 6 deletions(-) + 1 file changed, 5 insertions(+), 6 deletions(-) commit 3e384cce2caa2729cc9a9409f115fcf117701384 Author: Xavier Claessens @@ -82458,7 +82587,7 @@ Cleanup little things libempathy-gtk/empathy-theme-adium.c | 22 +++++++++++++--------- - 1 files changed, 13 insertions(+), 9 deletions(-) + 1 file changed, 13 insertions(+), 9 deletions(-) commit 1095ede4e263939f5dd8457c083d0457e1fb30c7 Author: Xavier Claessens @@ -82468,7 +82597,7 @@ data/Template.html | 159 ++++++++++++++++++++++++++++++++++ - libempathy-gtk/empathy-theme-adium.c | 58 +++++++++--- + libempathy-gtk/empathy-theme-adium.c | 58 +++++++++---- 2 files changed, 202 insertions(+), 15 deletions(-) commit 3f7f5c8eb5f93361e2d0723790f13f082263255a @@ -82480,7 +82609,7 @@ libempathy-gtk/empathy-theme-adium.c | 61 ++++++++++++++++++---------------- - 1 files changed, 32 insertions(+), 29 deletions(-) + 1 file changed, 32 insertions(+), 29 deletions(-) commit eb48fbaf322604ee57888165242acd97efd8decc Author: Xavier Claessens @@ -82490,7 +82619,7 @@ key in EmpathyThemeManager. libempathy-gtk/empathy-theme-adium.c | 82 - +++++++++++++++++++++++++++---- + +++++++++++++++++++++++++++----- libempathy-gtk/empathy-theme-adium.h | 2 +- libempathy-gtk/empathy-theme-manager.c | 49 +++++++++++++++++-- 3 files changed, 117 insertions(+), 16 deletions(-) @@ -82502,7 +82631,7 @@ Add some #ifdef HAVE_WEBKIT src/empathy-preferences.c | 7 ++++++- - 1 files changed, 6 insertions(+), 1 deletions(-) + 1 file changed, 6 insertions(+), 1 deletion(-) commit 9da5a48b5c7d8c47418b56776839ff7687ecd7f0 Author: Xavier Claessens @@ -82537,7 +82666,7 @@ Add a tooltip on smileys with the text it hides libempathy-gtk/empathy-theme-adium.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 7655246b73cf1eedb8ede01e8d0c156f197dcae7 Author: Xavier Claessens @@ -82546,7 +82675,7 @@ Open URI when they are clicked in webkit libempathy-gtk/empathy-theme-adium.c | 24 +++++++++++++++++++++++- - 1 files changed, 23 insertions(+), 1 deletions(-) + 1 file changed, 23 insertions(+), 1 deletion(-) commit 2ff2dc404fe65778b6c7451aae580e455766de89 Author: Xavier Claessens @@ -82556,7 +82685,7 @@ libempathy-gtk/empathy-chat-text-view.c | 1 + libempathy-gtk/empathy-theme-adium.c | 134 - ++++++++++++++++++++---------- + ++++++++++++++++++++----------- 2 files changed, 90 insertions(+), 45 deletions(-) commit 3f4ba63033de82d2bb1193f330177e428ea55126 @@ -82566,7 +82695,7 @@ Fix a typo in a comment libempathy-gtk/empathy-theme-adium.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6c25442a2d2d54b53fa034fa592351bef0b2965a Author: Xavier Claessens @@ -82576,7 +82705,7 @@ libempathy-gtk/empathy-theme-adium.c | 76 ++++++++++++++++++++++++++++------ - 1 files changed, 63 insertions(+), 13 deletions(-) + 1 file changed, 63 insertions(+), 13 deletions(-) commit 0e59e586c3806cc95c3e6cb20621333ca1a35386 Author: Xavier Claessens @@ -82585,7 +82714,7 @@ rename ready to page_loaded, it explains better what it does. libempathy-gtk/empathy-theme-adium.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 9f7e19517623ea663dcd54b84b3839fbbf2c582c Author: Xavier Claessens @@ -82595,10 +82724,10 @@ libempathy-gtk/empathy-smiley-manager.c | 82 +++++++++++++++++-------------- - libempathy-gtk/empathy-smiley-manager.h | 9 +-- - libempathy-gtk/empathy-theme-adium.c | 35 +++----------- + libempathy-gtk/empathy-smiley-manager.h | 9 ++-- + libempathy-gtk/empathy-theme-adium.c | 35 +++---------- libempathy-gtk/empathy-ui-utils.c | 23 +++++++++ - libempathy-gtk/empathy-ui-utils.h | 9 ++- + libempathy-gtk/empathy-ui-utils.h | 9 ++-- 5 files changed, 84 insertions(+), 74 deletions(-) commit 41e4816144f6e9ace93b0497f35c6aee480fa1c5 @@ -82619,7 +82748,7 @@ Fallback if ContentNext or Outgoing are missing. libempathy-gtk/empathy-theme-adium.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit 0dfbea70e24e4fecde1d347ae5bb1ac2c864e37e Author: Xavier Claessens @@ -82628,7 +82757,7 @@ Oops, remove stupid debug g_print libempathy-gtk/empathy-theme-adium.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 3bd5bfb25895a95bb879bcdb27647533c5ae2ce8 Author: Xavier Claessens @@ -82637,7 +82766,7 @@ Don't load SVG icons because webkit can't load them libempathy-gtk/empathy-theme-adium.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit c9b74c0e4891a12133aab46312b6038c3a2d0047 Author: Xavier Claessens @@ -82659,8 +82788,8 @@ Support for custom time format libempathy-gtk/empathy-theme-adium.c | 46 - +++++++++++++++++++++++++-------- - 1 files changed, 35 insertions(+), 11 deletions(-) + ++++++++++++++++++++++++++-------- + 1 file changed, 35 insertions(+), 11 deletions(-) commit bd603ce6e5945ed1d06e550c928fc2ed21da3d88 Author: Xavier Claessens @@ -82682,7 +82811,7 @@ EmpathyThemeAdium inherit from WebkitWebView and not GtkTextView. libempathy-gtk/empathy-theme-adium.c | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 06563d5df6dfbb129f80d3088448abda0fb245b3 Author: Xavier Claessens @@ -82707,7 +82836,7 @@ ++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-theme-adium.h | 55 +++++++++++ libempathy-gtk/empathy-theme-manager.c | 5 + - 5 files changed, 244 insertions(+), 0 deletions(-) + 5 files changed, 244 insertions(+) commit 2fbb4aa0b855d3bac977c25e32c599e59fde89ee Author: Pierre-Luc Beaudoin @@ -82716,7 +82845,7 @@ Fix compile warning src/empathy-map-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7b1d5580526f2f2644d5ff7202d0f8f6cd4f3284 Author: Xavier Claessens @@ -82725,7 +82854,7 @@ Get author for bug fixes release.py | 16 +++++++++++++++- - 1 files changed, 15 insertions(+), 1 deletions(-) + 1 file changed, 15 insertions(+), 1 deletion(-) commit cf5caa2099aaad410f76ccb839ea20687ef92e27 Author: Jorge Gonzalez @@ -82734,7 +82863,7 @@ Updated Spanish translation po/es.po | 45 ++++++++++++++++++++++++++------------------- - 1 files changed, 26 insertions(+), 19 deletions(-) + 1 file changed, 26 insertions(+), 19 deletions(-) commit 48b18840940ff3b59647e8617f667b71246da022 Author: Guillaume Desmottes @@ -82743,7 +82872,7 @@ src/Makefile.am: actually enable warning CFLAGS src/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c5de8301caac1e3a248a3f254fb38a1656e96959 Author: Guillaume Desmottes @@ -82752,7 +82881,7 @@ empathy-call-window: remove unused variables src/empathy-call-window.c | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) + 1 file changed, 3 deletions(-) commit 291154c8a7af5a0686a36929a52337e65784e9b7 Author: Guillaume Desmottes @@ -82766,7 +82895,7 @@ data/icons/hicolor_apps_48x48_im-meanwhile.png | Bin 0 -> 3647 bytes data/icons/hicolor_apps_scalable_im-meanwhile.svg | 174 +++++++++++++++++++++ - 5 files changed, 178 insertions(+), 0 deletions(-) + 5 files changed, 178 insertions(+) commit 473a3821f0185b1af001bce45bef98d69a720cff Author: Guillaume Desmottes @@ -82776,7 +82905,7 @@ data/Makefile.am | 3 ++- data/sametime.profile | 11 +++++++++++ - 2 files changed, 13 insertions(+), 1 deletions(-) + 2 files changed, 13 insertions(+), 1 deletion(-) commit a26f30468a501a94410f6d771df57eae01eb253a Author: Guillaume Desmottes @@ -82785,7 +82914,7 @@ empathy-accounts-dialog: move back the 'Create' button on the right src/empathy-accounts-dialog.ui | 30 +++++++++++++++--------------- - 1 files changed, 15 insertions(+), 15 deletions(-) + 1 file changed, 15 insertions(+), 15 deletions(-) commit 58c031e979d623fdf447351713ffb0fafb801ce6 Author: Guillaume Desmottes @@ -82807,7 +82936,7 @@ reuse an existing one (#548707) src/empathy-accounts-dialog.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d03626604c00fba805b2ed8f79e09b0ebfac6dfd Author: Jorge Gonzalez @@ -82816,8 +82945,8 @@ Updated Spanish translation po/es.po | 79 - +++++++++++++++++++++++++++++-------------------------------- - 1 files changed, 38 insertions(+), 41 deletions(-) + ++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 38 insertions(+), 41 deletions(-) commit 05e87230cb3e1fa70dd31f34ecc7416de8f2fa89 Author: Kjartan Maraas @@ -82827,7 +82956,7 @@ po/nb.po | 1706 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 1002 insertions(+), 704 deletions(-) + 1 file changed, 1002 insertions(+), 704 deletions(-) commit 39c0f4468521deaa00f4db3e891cd20992aa96c9 Author: Pierre-Luc Beaudoin @@ -82840,7 +82969,7 @@ are possible). libempathy-gtk/empathy-location-manager.c | 10 ++++++++-- - 1 files changed, 8 insertions(+), 2 deletions(-) + 1 file changed, 8 insertions(+), 2 deletions(-) commit 62a2f58de7ff809169787fa6de369c15465c69fd Merge: 83912b1 f31d0fb @@ -82864,7 +82993,7 @@ from that, rather than from the (possibly NULL) error. :) libempathy/empathy-tp-file.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit 83912b157904043cbb3d972bd3eb5f8e75f1d1c2 Merge: 93e3219 9d2cfd5 @@ -82879,7 +83008,7 @@ Added a "Redial" button to the call window. - libempathy/empathy-call-handler.c | 21 +++- + libempathy/empathy-call-handler.c | 21 ++- libempathy/empathy-call-handler.h | 3 +- src/empathy-call-window.c | 342 ++++++++++++++++++++++++++----------- @@ -82893,7 +83022,7 @@ contact_get_avatar_filename: remove unused priv pointer libempathy/empathy-contact.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 4047625966d7de345673f6e0603c7e45f2e7d747 Author: Guillaume Desmottes @@ -82906,7 +83035,7 @@ cache was broken for all TpContact. libempathy/empathy-contact.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 08fb04d03b17c44e401d89cfd0e957c41cdf3b56 Author: Will Thompson @@ -82917,7 +83046,7 @@ Fixes #585231 libempathy/empathy-dispatcher.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 01db736d42599437458371dbd2a66030647de7e2 Author: Will Thompson @@ -82926,7 +83055,7 @@ Document the purpose of outstanding_channels libempathy/empathy-dispatcher.c | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit 279a93cbc25ade081510d94c20777e16527cf475 Author: Will Thompson @@ -82945,7 +83074,7 @@ looking for, so break out of the loop. libempathy/empathy-chatroom-manager.c | 5 ++++- - 1 files changed, 4 insertions(+), 1 deletions(-) + 1 file changed, 4 insertions(+), 1 deletion(-) commit f0ff888b79ce3c902f4f7211bbe1dadcba0c1799 Author: Will Thompson @@ -82955,7 +83084,7 @@ libempathy/empathy-chatroom-manager.c | 31 ++++++++++++++++++++++--------- - 1 files changed, 22 insertions(+), 9 deletions(-) + 1 file changed, 22 insertions(+), 9 deletions(-) commit 3ace031c4d31c397d89ddb8ae37c8898d7bd5a37 Author: Will Thompson @@ -82964,7 +83093,7 @@ Consistently use this_chatroom when removing a room libempathy/empathy-chatroom-manager.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 32ac85819a5109d73f16c48bc6e110669dc07ebf Author: Guillaume Desmottes @@ -82973,7 +83102,7 @@ libempathy.types: remove empathy_tp_tube_get_type docs/libempathy/libempathy.types | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit ab339a3d75a555e4437c99195037600d3154f5fa Author: Guillaume Desmottes @@ -82983,7 +83112,7 @@ python/pyempathy/pyempathy.defs | 61 --------------------------------------- - 1 files changed, 0 insertions(+), 61 deletions(-) + 1 file changed, 61 deletions(-) commit 1c95d3d7c90e76bc908f643f3556e79c4c0667aa Author: Guillaume Desmottes @@ -82993,7 +83122,7 @@ python/pyempathy/pyempathy.override | 1 - python/update-binding.sh | 1 - - 2 files changed, 0 insertions(+), 2 deletions(-) + 2 files changed, 2 deletions(-) commit 000d345c18bae7db791214b0216f71d630d66e12 Author: Guillaume Desmottes @@ -83002,7 +83131,7 @@ tube-handler: use TpChannel directly instead of EmpathyTpTube libempathy/empathy-tube-handler.c | 20 +++----------------- - 1 files changed, 3 insertions(+), 17 deletions(-) + 1 file changed, 3 insertions(+), 17 deletions(-) commit 927e7227b6cbb423b00962ff2b0bc9d3c737f7d1 Author: Guillaume Desmottes @@ -83011,7 +83140,7 @@ remove empathy-tp-tube from doc docs/libempathy/libempathy-docs.sgml | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 7b773f345bcd34b32b46f8e0c471cbd7d19abf40 Author: Guillaume Desmottes @@ -83020,7 +83149,7 @@ stop to build empathy-tp-tube libempathy/Makefile.am | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit b09a383920ecef2f5cc16a7c114bc5e6c0e63d25 Author: Guillaume Desmottes @@ -83031,7 +83160,7 @@ libempathy/empathy-tp-tube.c | 669 ------------------------------------------ libempathy/empathy-tp-tube.h | 103 ------- - 2 files changed, 0 insertions(+), 772 deletions(-) + 2 files changed, 772 deletions(-) commit 48767187edcf5e3e2cac0e08bacfcaa3c735ee49 Merge: b28c2c1 b6041ca @@ -83047,7 +83176,7 @@ Activated tooltips feature for MUC contact list libempathy-gtk/empathy-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit b28c2c17566ac07565b98e6720c7a6a5ec927ad1 Author: Pierre-Luc Beaudoin @@ -83066,7 +83195,7 @@ Don't repeat a tooltip format string src/empathy-chat-window.c | 27 +++++++++++++-------------- - 1 files changed, 13 insertions(+), 14 deletions(-) + 1 file changed, 13 insertions(+), 14 deletions(-) commit 32d9b5f6dced1d8a51daa5bdced9d2784c1f0698 Author: Will Thompson @@ -83075,7 +83204,7 @@ Italicize status message in tooltip src/empathy-chat-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c6b5ba56f7156b911e2292b2b638ebd46577ae99 Author: Will Thompson @@ -83088,7 +83217,7 @@ the tooltips. src/empathy-chat-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 03f13ebc2457e06ea2c90153777c57a4921876a9 Author: Will Thompson @@ -83100,8 +83229,8 @@ me. I think this makes the function easier to read. src/empathy-chat-window.c | 47 - +++++++++++++++++++++++++++----------------- - 1 files changed, 29 insertions(+), 18 deletions(-) + ++++++++++++++++++++++++++++----------------- + 1 file changed, 29 insertions(+), 18 deletions(-) commit fe0b029e662224a5218f09eeabb0a49739620740 Author: Will Thompson @@ -83114,7 +83243,7 @@ contact's presence. src/empathy-chat-window.c | 14 +++++++++++--- - 1 files changed, 11 insertions(+), 3 deletions(-) + 1 file changed, 11 insertions(+), 3 deletions(-) commit b82e930d045ce65fc9bfb6529898349144101be8 Author: Will Thompson @@ -83123,8 +83252,8 @@ Don't double-unref superseded group TpChannels. libempathy/empathy-tp-contact-list.c | 44 - ++++++++++++++++++++++++++++----- - 1 files changed, 37 insertions(+), 7 deletions(-) + ++++++++++++++++++++++++++++------ + 1 file changed, 37 insertions(+), 7 deletions(-) commit d440d9ab734b45ffc651750a3d317e299c851821 Merge: 396aff9 138ec18 @@ -83140,7 +83269,7 @@ Fix make check libempathy/empathy-tp-file.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d0c304bac08a910c048bee84338a97d55a5d0811 Author: Cosimo Cecchi @@ -83151,7 +83280,7 @@ Also, fix error handling when a socket fails on connect(). libempathy/empathy-tp-file.c | 31 ++++++++++++++++++++++++++----- - 1 files changed, 26 insertions(+), 5 deletions(-) + 1 file changed, 26 insertions(+), 5 deletions(-) commit f0d5544426b06662365a3b99e05eae23e76b6ee6 Author: Cosimo Cecchi @@ -83160,7 +83289,7 @@ Use empathy_uint_compare libempathy/empathy-tp-file.c | 14 +------------- - 1 files changed, 1 insertions(+), 13 deletions(-) + 1 file changed, 1 insertion(+), 13 deletions(-) commit 246c2f6468ab7dc1546b2793aed023035f5d88e8 Author: Cosimo Cecchi @@ -83169,7 +83298,7 @@ Build fix after rebase libempathy/empathy-tp-file.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 87d8aa4edcb738d89e77a0d8286e47649fe164f6 Author: Cosimo Cecchi @@ -83183,7 +83312,7 @@ libempathy/empathy-tp-file.c | 46 +++++++++++++++++++++++++++++++----------- - 1 files changed, 34 insertions(+), 12 deletions(-) + 1 file changed, 34 insertions(+), 12 deletions(-) commit 75fd5cc5365178dbaeb5d48cf5c426c46e46b867 Author: Cosimo Cecchi @@ -83192,8 +83321,8 @@ Add support for IPV4 sockets libempathy/empathy-tp-file.c | 93 - ++++++++++++++++++++++++++++++----------- - 1 files changed, 68 insertions(+), 25 deletions(-) + ++++++++++++++++++++++++++++++------------ + 1 file changed, 68 insertions(+), 25 deletions(-) commit 62197f1d3c75224c2138ebda5dbc420bc166e3a6 Author: Cosimo Cecchi @@ -83206,7 +83335,7 @@ libempathy/empathy-tp-file.c | 72 ++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 72 insertions(+), 0 deletions(-) + 1 file changed, 72 insertions(+) commit 138ec18cd4c9deafd20d4e0b08c4d3dab07f7c10 Author: Jonny Lamb @@ -83217,7 +83346,7 @@ Signed-off-by: Jonny Lamb docs/libempathy-gtk/libempathy-gtk.types | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit cb475d95ee299924317b9e2aedfc1f93c5982b18 Author: Jonny Lamb @@ -83228,7 +83357,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-profile-chooser.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 951970b64634802ab084cdccccce5104142ee76f Author: Jonny Lamb @@ -83239,7 +83368,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-profile-chooser.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit fbebfd376a9a571acdd12508031d2bb13a6ddfc3 Author: Jonny Lamb @@ -83250,7 +83379,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-profile-chooser.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 71a29e5e3c19c219399c3354f53c932b5d02804e Author: Jonny Lamb @@ -83261,7 +83390,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-profile-chooser.c | 13 +++---------- - 1 files changed, 3 insertions(+), 10 deletions(-) + 1 file changed, 3 insertions(+), 10 deletions(-) commit 4f7bc97c36095dad43bb183105d49c713cf74bfe Author: Jonny Lamb @@ -83272,7 +83401,7 @@ Signed-off-by: Jonny Lamb libempathy-gtk/empathy-profile-chooser.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 396aff97047f039c5bca8f3a0da13b9b295e657b Author: Davyd Madeley @@ -83282,7 +83411,7 @@ first member libempathy-gtk/empathy-presence-chooser.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c2392bfba90e89593ddd93c98055b9f477a054ee Author: Jorge Gonzalez @@ -83292,7 +83421,7 @@ po/es.po | 183 +++++++++++++++++++++++++++++++++++++++----------------------- - 1 files changed, 116 insertions(+), 67 deletions(-) + 1 file changed, 116 insertions(+), 67 deletions(-) commit a55a2d6e7dfedc51154e3d73fab40707d87c579f Author: Jonny Lamb @@ -83303,7 +83432,7 @@ Signed-off-by: Jonny Lamb src/empathy-import-pidgin.c | 7 ++----- - 1 files changed, 2 insertions(+), 5 deletions(-) + 1 file changed, 2 insertions(+), 5 deletions(-) commit 78a59f67de194944fb5c988e100a42e56e9de890 Author: Jonny Lamb @@ -83314,7 +83443,7 @@ Signed-off-by: Jonny Lamb src/empathy-import-pidgin.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 48236b65f7ac33d05f0bc4a7a83ddec1e9ec59aa Author: Jonny Lamb @@ -83325,7 +83454,7 @@ Signed-off-by: Jonny Lamb src/empathy-import-pidgin.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 9c1dfe2afbeae0a3e598e5afe094f42b321e5257 Author: Jonny Lamb @@ -83340,7 +83469,7 @@ Signed-off-by: Jonny Lamb src/empathy-import-pidgin.c | 19 ++++++++++++++++++- - 1 files changed, 18 insertions(+), 1 deletions(-) + 1 file changed, 18 insertions(+), 1 deletion(-) commit ca094304b0184f2c248ab29e95c14a8dad0acc4a Author: Jonny Lamb @@ -83351,7 +83480,7 @@ Signed-off-by: Jonny Lamb python/pyempathygtk/pyempathygtk.defs | 24 ++++++++++++++++-------- - 1 files changed, 16 insertions(+), 8 deletions(-) + 1 file changed, 16 insertions(+), 8 deletions(-) commit 0f77bf449105bd33390e1ba88d51b2e8f2993770 Author: Jonny Lamb @@ -83362,7 +83491,7 @@ Signed-off-by: Jonny Lamb src/empathy-accounts-dialog.c | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 60fc555a09b01a7bb7b974c3d875eab0ba66f0d3 Author: Jonny Lamb @@ -83402,7 +83531,7 @@ tests/Makefile.am | 4 +++- tests/test-empathy-profile-chooser.c | 31 +++++++++++++++++++++++++++++++ - 3 files changed, 35 insertions(+), 1 deletions(-) + 3 files changed, 35 insertions(+), 1 deletion(-) commit 3d1f8a776ca187ee211cdd2361b0aab79def6834 Author: Jonny Lamb @@ -83417,7 +83546,7 @@ src/Makefile.am | 1 + tools/Makefile.am | 1 + tools/flymake.mk | 4 ++++ - 5 files changed, 8 insertions(+), 0 deletions(-) + 5 files changed, 8 insertions(+) commit 26ee37e8b33a4df369558a7ba150839455663680 Merge: 634b9e0 d25cf54 @@ -83434,7 +83563,7 @@ po/pa.po | 966 ++++++++++++++++++++++++++++++++++++++------------------------ - 1 files changed, 595 insertions(+), 371 deletions(-) + 1 file changed, 595 insertions(+), 371 deletions(-) commit d25cf54e8cc0dd24731cc528881a8863b30321b8 Author: Jonny Lamb @@ -83446,7 +83575,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) + 1 file changed, 5 insertions(+), 3 deletions(-) commit 2c8c5507c716c4a3ed236037697ef0fa11b99fa3 Author: Jonny Lamb @@ -83457,7 +83586,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 6 ------ - 1 files changed, 0 insertions(+), 6 deletions(-) + 1 file changed, 6 deletions(-) commit e3c8aaf705a14f7db408781cf1332cd7d67e4da4 Author: Jonny Lamb @@ -83468,7 +83597,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit b1d33938778faa1faa3687e87bb8646d6668992d Merge: b788f7c c06f26d @@ -83505,7 +83634,7 @@ Signed-off-by: Jonny Lamb po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7216c2ed732ae4fb661dfa749ac1a73939edc325 Author: Jonny Lamb @@ -83516,8 +83645,8 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 62 - +++++++++++++++++++++++++++++++++++++++---- - 1 files changed, 56 insertions(+), 6 deletions(-) + +++++++++++++++++++++++++++++++++++++++----- + 1 file changed, 56 insertions(+), 6 deletions(-) commit cb3f09f50537a6cac40a2e1a5d30e045ad426a20 Author: Jonny Lamb @@ -83528,7 +83657,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit 899e4cd7f419588e11a5991e9bfb27f6da1b9135 Author: Pierre-Luc Beaudoin @@ -83541,7 +83670,7 @@ wrong one was used in the cast. libempathy-gtk/empathy-location-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d2c0aaae088b846dfb54e39b389aaa4a71d4ddac Author: Guillaume Desmottes @@ -83550,7 +83679,7 @@ event_manager_approve_channel_cb: displayed ignored channel type src/empathy-event-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 018cfa176218b8f75b376ada4bf8c43012fb9627 Author: Jonny Lamb @@ -83561,8 +83690,8 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 71 - +++++++++++++++++++++++-------------------- - 1 files changed, 38 insertions(+), 33 deletions(-) + ++++++++++++++++++++++++-------------------- + 1 file changed, 38 insertions(+), 33 deletions(-) commit b1c7419f38db35c1793e1e080c612cfdb7d68b6b Author: Jonny Lamb @@ -83573,7 +83702,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 13 +++++++------ - 1 files changed, 7 insertions(+), 6 deletions(-) + 1 file changed, 7 insertions(+), 6 deletions(-) commit ea5fbd90e9e36f1081cab4a0d2d92bc9eef25696 Author: Jonny Lamb @@ -83584,7 +83713,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 29 ++++++++++++++++++++--------- - 1 files changed, 20 insertions(+), 9 deletions(-) + 1 file changed, 20 insertions(+), 9 deletions(-) commit a3e1b4666571ae951683c782f89be26eae4fb97a Author: Jorge Gonzalez @@ -83594,7 +83723,7 @@ po/es.po | 675 +++++++++++++++++++++++++++++++++++++------------------------- - 1 files changed, 405 insertions(+), 270 deletions(-) + 1 file changed, 405 insertions(+), 270 deletions(-) commit 07027834acf0c40105693f079dea51687cd07141 Author: Jonny Lamb @@ -83605,7 +83734,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit de1ff4426cd4b50bbea43e882bddd894936b2313 Author: Jonny Lamb @@ -83616,8 +83745,8 @@ Signed-off-by: Jonny Lamb extensions/Debug.xml | 140 - ++++++++++++++++++++++++++++++++++--------------- - 1 files changed, 97 insertions(+), 43 deletions(-) + ++++++++++++++++++++++++++++++++++---------------- + 1 file changed, 97 insertions(+), 43 deletions(-) commit d083a54cbe33ed66d621a4b5bd47f3ebd75346cd Author: Will Thompson @@ -83634,7 +83763,7 @@ src/empathy-chat-window.c | 84 ++++++++++++++++++++++++++++----------------- - 1 files changed, 52 insertions(+), 32 deletions(-) + 1 file changed, 52 insertions(+), 32 deletions(-) commit 6c869a62128a755dfd688c94f37546d8127aaa07 Author: Will Thompson @@ -83645,7 +83774,7 @@ Signed-off-by: Will Thompson src/empathy-main-window.ui | 8 ++++---- - 1 files changed, 4 insertions(+), 4 deletions(-) + 1 file changed, 4 insertions(+), 4 deletions(-) commit 7b0009a165c60dc32b916de60d4ff641f6091665 Author: Jorge Gonzalez @@ -83654,8 +83783,8 @@ Updated Spanish translation po/es.po | 334 - ++++++++++++++++++++++++++++++++++++++++++++++--------------- - 1 files changed, 252 insertions(+), 82 deletions(-) + +++++++++++++++++++++++++++++++++++++++++++++++--------------- + 1 file changed, 252 insertions(+), 82 deletions(-) commit dd5468856810324668718259674b5e78c97b19e7 Author: Xavier Claessens @@ -83664,7 +83793,7 @@ Invert the presence order. libempathy-gtk/empathy-contact-list-store.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit fce49b89f9e5e0f864b7f2d7fbda69397a575ed4 Author: Pierre-Luc Beaudoin @@ -83675,7 +83804,7 @@ The account_manager was initialised after the callbacks were. libempathy-gtk/empathy-location-manager.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 76d2f71aecdc4abd5ca423626792c66dc4eeb2b0 Author: Pierre-Luc Beaudoin @@ -83684,7 +83813,7 @@ Level is used before init libempathy-gtk/empathy-location-manager.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 3623b886388ccb1a581177c096a1668b26fdadd1 Merge: b06c101 17fec97 @@ -83700,7 +83829,7 @@ Fix conflict after rebase src/empathy.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit b06c101e97689187240ea55fe1d3e399ed0960e0 Author: Sjoerd Simons @@ -83713,7 +83842,7 @@ set it when we reconnect. libempathy/empathy-idle.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit f0c1f00b3562294709827d1463b3d605e0f09f40 Author: Cosimo Cecchi @@ -83722,8 +83851,8 @@ Update python bindings python/pyempathy/pyempathy.defs | 43 - ++++++++++++++++++++++++++++++++------ - 1 files changed, 36 insertions(+), 7 deletions(-) + ++++++++++++++++++++++++++++++++------- + 1 file changed, 36 insertions(+), 7 deletions(-) commit b2a7b3d8d9f69f611d7c4ffc1df298bf33de03ff Author: Cosimo Cecchi @@ -83732,7 +83861,7 @@ Format contact information when hashing src/empathy-ft-manager.c | 12 +++++++++--- - 1 files changed, 9 insertions(+), 3 deletions(-) + 1 file changed, 9 insertions(+), 3 deletions(-) commit e2fa5b38c29e8b2c1572ff477ef602b739791f57 Author: Cosimo Cecchi @@ -83741,7 +83870,7 @@ Free the cb_data after errors in construction libempathy/empathy-ft-handler.c | 16 ++++++++++------ - 1 files changed, 10 insertions(+), 6 deletions(-) + 1 file changed, 10 insertions(+), 6 deletions(-) commit 5a321202dfaa506c8f6e75a9389d4cdb5b8f6619 Author: Cosimo Cecchi @@ -83751,7 +83880,7 @@ CONTRIBUTORS | 1 + src/empathy-about-dialog.c | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) commit 71542b5863e39c0b7586cbd76e830b97bb8693d6 Author: Cosimo Cecchi @@ -83760,7 +83889,7 @@ Update copyright header libempathy/empathy-dispatcher.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 7d1926a446c9e7a0e4f149bdca318b876b4e3eb4 Author: Cosimo Cecchi @@ -83771,7 +83900,7 @@ Clarify the use of find_requestable_channel_classes in the docs. libempathy/empathy-dispatcher.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit f1be1c621d9a331045d756366e59ec7b9a33eac3 Author: Cosimo Cecchi @@ -83781,7 +83910,7 @@ libempathy/empathy-ft-handler.c | 61 ++++++++++++++------------------------- - 1 files changed, 22 insertions(+), 39 deletions(-) + 1 file changed, 22 insertions(+), 39 deletions(-) commit 1224648072c5077d6846da367b89c5abf19e3e81 Author: Cosimo Cecchi @@ -83791,7 +83920,7 @@ libempathy/empathy-dispatcher.c | 176 ++++++++++++++++++++------------------- - 1 files changed, 92 insertions(+), 84 deletions(-) + 1 file changed, 92 insertions(+), 84 deletions(-) commit 8465ea62a1813462ed4c6170ce74ba8407ef6455 Author: Cosimo Cecchi @@ -83810,7 +83939,7 @@ Adapt EmpathyCallHandler to the new API libempathy/empathy-call-handler.c | 9 +++++---- - 1 files changed, 5 insertions(+), 4 deletions(-) + 1 file changed, 5 insertions(+), 4 deletions(-) commit 48345c658336e3731d7e35905df7dbec52491adf Author: Cosimo Cecchi @@ -83819,8 +83948,8 @@ Use the new API in the handler libempathy/empathy-ft-handler.c | 86 - +++++++++++++++++++++++++++++--------- - 1 files changed, 65 insertions(+), 21 deletions(-) + +++++++++++++++++++++++++++++---------- + 1 file changed, 65 insertions(+), 21 deletions(-) commit e59b7ab18c06c473e246a91e8337e629d716b82b Author: Cosimo Cecchi @@ -83829,7 +83958,7 @@ Free the list after calling the callback libempathy/empathy-dispatcher.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 4a3f9aa43df81215cbb0ad1ae1c00702798f44f9 Author: Cosimo Cecchi @@ -83839,7 +83968,7 @@ libempathy/empathy-utils.c | 7 +++++++ libempathy/empathy-utils.h | 2 ++ - 2 files changed, 9 insertions(+), 0 deletions(-) + 2 files changed, 9 insertions(+) commit b430108ed73aad05a6cb6f94bdb7092abe4daebc Author: Cosimo Cecchi @@ -83871,7 +84000,7 @@ Remove GConf schema data/empathy.schemas.in | 15 --------------- - 1 files changed, 0 insertions(+), 15 deletions(-) + 1 file changed, 15 deletions(-) commit aef402c6cd92c60b6ee6254f354363abb0ee3b2c Author: Cosimo Cecchi @@ -83882,7 +84011,7 @@ libempathy-gtk/empathy-conf.h | 1 - src/empathy-preferences.c | 5 ----- src/empathy-preferences.ui | 36 ------------------------------------ - 3 files changed, 0 insertions(+), 42 deletions(-) + 3 files changed, 42 deletions(-) commit f14763ece20839cb52cea4c2119503221b380a3a Author: Cosimo Cecchi @@ -83891,7 +84020,7 @@ Remove use_hash when using the file chooser libempathy-gtk/empathy-ui-utils.c | 14 ++------------ - 1 files changed, 2 insertions(+), 12 deletions(-) + 1 file changed, 2 insertions(+), 12 deletions(-) commit 69cf2699ca14176d12c980d8de401abf81c435c4 Author: Cosimo Cecchi @@ -83905,8 +84034,8 @@ are hashing or not. Also, port EmpathyFTFactory to the new API - libempathy/empathy-ft-factory.c | 18 +++-------- - libempathy/empathy-ft-factory.h | 6 +-- + libempathy/empathy-ft-factory.c | 18 ++++-------- + libempathy/empathy-ft-factory.h | 6 ++-- libempathy/empathy-ft-handler.c | 61 +++++++++++---------------------------- libempathy/empathy-ft-handler.h | 4 +-- @@ -83926,7 +84055,7 @@ libempathy/empathy-ft-handler.c | 114 +++++++++++++++++++++++++-------------- - 1 files changed, 74 insertions(+), 40 deletions(-) + 1 file changed, 74 insertions(+), 40 deletions(-) commit 67d4fbf275c98ed8478818cd8ee8d6e5d6c83844 Author: Cosimo Cecchi @@ -83935,7 +84064,7 @@ Use the new API in the call handler libempathy/empathy-call-handler.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) commit ab09ea63588d1b00e3ec3474546f181e041af6e4 Author: Cosimo Cecchi @@ -83957,7 +84086,7 @@ Don't chain up to constructor libempathy/empathy-tp-file.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit da1129424fd0d5a2809e0a9f077100cbc10fb046 Author: Cosimo Cecchi @@ -83967,7 +84096,7 @@ libempathy/empathy-ft-handler.c | 110 ++++++++++++++++++++++++++++++++++++++- - 1 files changed, 109 insertions(+), 1 deletions(-) + 1 file changed, 109 insertions(+), 1 deletion(-) commit 55a8adfe1d7856c5736cefc860e050223795a48d Author: Cosimo Cecchi @@ -83976,7 +84105,7 @@ Use _constructed instead of _constructor libempathy/empathy-tp-file.c | 23 ++++++++--------------- - 1 files changed, 8 insertions(+), 15 deletions(-) + 1 file changed, 8 insertions(+), 15 deletions(-) commit 50e5710f5d7650ee5cd7c9ffc949457675e5a459 Author: Cosimo Cecchi @@ -83985,7 +84114,7 @@ Remove useless member libempathy/empathy-ft-handler.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 421b6efa8018de4973050e8f2799c81687395986 Author: Cosimo Cecchi @@ -83997,7 +84126,7 @@ EmpathyDispatcher. libempathy/empathy-dispatcher.c | 33 ++++++++++++++++++++++++++++++++- - 1 files changed, 32 insertions(+), 1 deletions(-) + 1 file changed, 32 insertions(+), 1 deletion(-) commit b9c4083bc1c4924171bc0095d1489f6354534960 Author: Cosimo Cecchi @@ -84009,7 +84138,7 @@ thigns aren't actually ready. libempathy/empathy-dispatcher.c | 15 ++++++++++++--- - 1 files changed, 12 insertions(+), 3 deletions(-) + 1 file changed, 12 insertions(+), 3 deletions(-) commit fec609875fd59ec0d50114e638620e3d372c511e Author: Cosimo Cecchi @@ -84028,7 +84157,7 @@ Don't use slices for 4096 chunks libempathy/empathy-ft-handler.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit e442cf1c6b5f22ae3d3b8acb537ebe32d932b676 Author: Cosimo Cecchi @@ -84037,7 +84166,7 @@ Properly free memory libempathy/empathy-ft-handler.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c23cff9fadeae104feff7c19764bafaff78cfbd6 Author: Cosimo Cecchi @@ -84046,7 +84175,7 @@ Clarify a bit the docs about checksumming libempathy/empathy-ft-handler.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit f2020ab546f98b45080923b07129b2ab38d087bd Author: Cosimo Cecchi @@ -84058,7 +84187,7 @@ EmpathyFTManager toplevel. src/empathy-ft-manager.c | 23 ++++++++++++++++++++++- - 1 files changed, 22 insertions(+), 1 deletions(-) + 1 file changed, 22 insertions(+), 1 deletion(-) commit ee4dc84a5d3a25576e9960b52dc8fa0e1e6a4703 Author: Cosimo Cecchi @@ -84067,7 +84196,7 @@ Add the received files to GtkRecentManager src/empathy-ft-manager.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 45e9d9d455df7732f19e5af8c54c066965238eaa Author: Cosimo Cecchi @@ -84076,7 +84205,7 @@ Report the right remaining time in the progress cb libempathy/empathy-ft-handler.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ffe88b8bb214b0af5b92f600d9fa43bbd71d4761 Author: Cosimo Cecchi @@ -84085,7 +84214,7 @@ Plug a leak src/empathy-ft-manager.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 404ce36f5d2a717998c1dd79ddb0acf11fe24f54 Author: Cosimo Cecchi @@ -84094,7 +84223,7 @@ Add a comment to make the style checker happy libempathy/empathy-ft-handler.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3b1865b52e8d45c1387176d5c08b8a3441d50a50 Author: Cosimo Cecchi @@ -84116,7 +84245,7 @@ Add some files to POTFILES.in po/POTFILES.in | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit c145ff5f1d5edc658e666ba05bbb41854e577590 Author: Cosimo Cecchi @@ -84128,7 +84257,7 @@ libempathy/empathy-dispatcher.c | 61 +++++++++++++++++++++++---------------- - 1 files changed, 36 insertions(+), 25 deletions(-) + 1 file changed, 36 insertions(+), 25 deletions(-) commit 9e3494b16c494577ea54fb809f7dadba1ba482b4 Author: Cosimo Cecchi @@ -84138,7 +84267,7 @@ libempathy/empathy-ft-handler.c | 71 ++++++++++++++++++++------------------- - 1 files changed, 36 insertions(+), 35 deletions(-) + 1 file changed, 36 insertions(+), 35 deletions(-) commit f131fb616483531a97334890c56376fc0e2f4cf2 Author: Cosimo Cecchi @@ -84148,8 +84277,8 @@ libempathy/empathy-dispatcher.c | 97 +++++++++++++++++++++++++++++++++++++++ - libempathy/empathy-dispatcher.h | 6 ++ - 2 files changed, 103 insertions(+), 0 deletions(-) + libempathy/empathy-dispatcher.h | 6 +++ + 2 files changed, 103 insertions(+) commit 24c1b03b78ee231e78a52ec79eb15e2f41e80338 Author: Cosimo Cecchi @@ -84190,7 +84319,7 @@ the hashing will take place even if use_hash is TRUE src/empathy-ft-manager.c | 4 +--- - 1 files changed, 1 insertions(+), 3 deletions(-) + 1 file changed, 1 insertion(+), 3 deletions(-) commit b2106701b42a161c3aa954e29909e66e5b6fc898 Author: Cosimo Cecchi @@ -84202,7 +84331,7 @@ docs/libempathy-gtk/libempathy-gtk.types | 1 + docs/libempathy/libempathy-docs.sgml | 5 +++++ docs/libempathy/libempathy.types | 3 +++ - 4 files changed, 12 insertions(+), 0 deletions(-) + 4 files changed, 12 insertions(+) commit fed60ea90914c7b2a55699a41ba532b405a255a0 Author: Cosimo Cecchi @@ -84213,7 +84342,7 @@ libempathy/empathy-ft-handler.c | 251 +++++++++++++++++++++++++++++++++++++++ libempathy/empathy-ft-handler.h | 6 + - 2 files changed, 257 insertions(+), 0 deletions(-) + 2 files changed, 257 insertions(+) commit b0fb21acabb015693954ba3d2a56ea2c097167a8 Author: Cosimo Cecchi @@ -84222,7 +84351,7 @@ Document EmpathyTpFile libempathy/empathy-tp-file.c | 87 - +++++++++++++++++++++++++++++++++-------- + +++++++++++++++++++++++++++++++++--------- libempathy/empathy-tp-file.h | 12 ++++++ 2 files changed, 82 insertions(+), 17 deletions(-) @@ -84233,7 +84362,7 @@ Remove useless GET_PRIV libempathy/empathy-ft-factory.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit a1352e7be6a9ffcbd3e251e9d5f07b94d996c916 Author: Cosimo Cecchi @@ -84242,7 +84371,7 @@ Remove useless define libempathy/empathy-tp-file.h | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 285c936b62a38e455b36b904929cf8856da30f3d Author: Cosimo Cecchi @@ -84251,7 +84380,7 @@ Use NULL instead of FALSE libempathy/empathy-ft-factory.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 1f8a5269ec715a1917274f36450082891bb36c43 Author: Cosimo Cecchi @@ -84261,7 +84390,7 @@ libempathy/empathy-ft-factory.c | 83 +++++++++++++++++++++++++++++++++++++++ - 1 files changed, 83 insertions(+), 0 deletions(-) + 1 file changed, 83 insertions(+) commit a1a7696a9b0c783a10d5a06e32f7e987b9201905 Author: Cosimo Cecchi @@ -84272,7 +84401,7 @@ gtk-doc annotations are useless for files outside of libempathy* src/empathy-ft-manager.c | 17 ----------------- - 1 files changed, 0 insertions(+), 17 deletions(-) + 1 file changed, 17 deletions(-) commit 5756b9d02b60f1421abbca71624fc82ef469227a Author: Cosimo Cecchi @@ -84281,7 +84410,7 @@ Don't claim outgoing channels src/empathy.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit 6ff16c56bc78c3df27f0da315536c94ae1a2085c Author: Cosimo Cecchi @@ -84290,7 +84419,7 @@ Add a comment. libempathy-gtk/empathy-ui-utils.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 181c2a5ab6417c2e745e507d64b66f4c6ba261f6 Author: Cosimo Cecchi @@ -84309,7 +84438,7 @@ Unref the EmpathyTpContactFactory src/empathy-event-manager.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 78fac00f23704f8233c79c7b79ee0c7a8e133c2d Author: Cosimo Cecchi @@ -84318,7 +84447,7 @@ Use gchar* instead of char* for allocated retvals src/empathy-ft-manager.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit ff229c47dcee18e2723aae6f3b5cd513f79ae503 Author: Cosimo Cecchi @@ -84338,7 +84467,7 @@ Use g_slice_* instead of g_malloc libempathy/empathy-ft-handler.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 4fcc11053a0a2eef7271431997eb5ff629199290 Author: Cosimo Cecchi @@ -84347,7 +84476,7 @@ Use tp_g_value_slice_new_* where possible libempathy/empathy-ft-handler.c | 28 ++++++++++------------------ - 1 files changed, 10 insertions(+), 18 deletions(-) + 1 file changed, 10 insertions(+), 18 deletions(-) commit 62f32581a28b6b9083efd4bd419cfb217770f19e Author: Cosimo Cecchi @@ -84356,7 +84485,7 @@ Unref the EmpathyTpContactFactory libempathy/empathy-ft-handler.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 69765b1425c0ab80df655df5a5e7a96b707beee6 Author: Cosimo Cecchi @@ -84364,10 +84493,10 @@ Adapt the code to the tp style. - libempathy/empathy-ft-factory.c | 30 +++++----- - libempathy/empathy-ft-factory.h | 23 +++++--- + libempathy/empathy-ft-factory.c | 30 +++++------ + libempathy/empathy-ft-factory.h | 23 ++++++--- libempathy/empathy-ft-handler.c | 79 ++++++++++++++-------------- - libempathy/empathy-ft-handler.h | 23 +++++--- + libempathy/empathy-ft-handler.h | 23 ++++++--- libempathy/empathy-tp-file.c | 108 ++++++++++++++++++++------------------- libempathy/empathy-tp-file.h | 47 +++++++++-------- @@ -84380,7 +84509,7 @@ Plug a string leak src/empathy-ft-manager.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit efc7ca8632a73dd30b0e3b36931e63c3922ae8ee Author: Cosimo Cecchi @@ -84389,7 +84518,7 @@ Don't destroy an hashtable owned by DBus libempathy/empathy-ft-handler.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit ea473bb361a461e30e45db76377592346af9b3cf Author: Cosimo Cecchi @@ -84415,7 +84544,7 @@ libempathy/empathy-tp-file.c | 38 ++++++++++++++++++++++++-------------- - 1 files changed, 24 insertions(+), 14 deletions(-) + 1 file changed, 24 insertions(+), 14 deletions(-) commit 3d5e817ba6f8094d40471fb5c41c4edf3c2e573b Author: Cosimo Cecchi @@ -84424,7 +84553,7 @@ Add schema for the new preference data/empathy.schemas.in | 17 ++++++++++++++++- - 1 files changed, 16 insertions(+), 1 deletions(-) + 1 file changed, 16 insertions(+), 1 deletion(-) commit 83a1c8e38b10ca0a66adc4f19e78c69f3796c7e4 Author: Cosimo Cecchi @@ -84434,7 +84563,7 @@ libempathy/empathy-ft-handler.c | 4 +++- libempathy/empathy-tp-file.c | 1 + - 2 files changed, 4 insertions(+), 1 deletions(-) + 2 files changed, 4 insertions(+), 1 deletion(-) commit 0a96c62150fe235167c291ead9a4f180fd80109e Author: Cosimo Cecchi @@ -84459,7 +84588,7 @@ Set an initial value for the UI string in case we're not using hash. src/empathy-ft-manager.c | 10 +++++++--- - 1 files changed, 7 insertions(+), 3 deletions(-) + 1 file changed, 7 insertions(+), 3 deletions(-) commit 434bbd9419c2297bad034ea19adafdb1281bf18c Author: Cosimo Cecchi @@ -84468,7 +84597,7 @@ Add some debug messages libempathy/empathy-ft-handler.c | 12 ++++++++++++ - 1 files changed, 12 insertions(+), 0 deletions(-) + 1 file changed, 12 insertions(+) commit 94e382478366624bb9c198e349fd1dd6c7b9cf6d Author: Cosimo Cecchi @@ -84477,8 +84606,8 @@ Properly handle checksumming in the receiver UI src/empathy-ft-manager.c | 53 - ++++++++++++++++++++++++++++++++++----------- - 1 files changed, 40 insertions(+), 13 deletions(-) + ++++++++++++++++++++++++++++++++++------------ + 1 file changed, 40 insertions(+), 13 deletions(-) commit 63369cbc268ec537649056a04ca334882543fff9 Author: Cosimo Cecchi @@ -84491,9 +84620,9 @@ window. src/empathy-ft-manager.c | 51 - +++++++++++++++++++++----------------------- - src/empathy-ft-manager.h | 10 +++----- - src/empathy-main-window.c | 7 +----- + +++++++++++++++++++++------------------------ + src/empathy-ft-manager.h | 10 ++++----- + src/empathy-main-window.c | 7 +------ src/empathy.c | 8 +------ 4 files changed, 30 insertions(+), 46 deletions(-) @@ -84507,7 +84636,7 @@ completed/cancelled handlers in the manager. src/empathy-ft-manager.c | 27 +++++++++++++++++++++++++++ - 1 files changed, 27 insertions(+), 0 deletions(-) + 1 file changed, 27 insertions(+) commit 11bce5d5883782e2af15bd06a7a10b507b8bbef1 Author: Cosimo Cecchi @@ -84518,7 +84647,7 @@ Adapt the manager code to react to the new possible hashing. src/empathy-ft-manager.c | 29 ++++++++++++++++++++--------- - 1 files changed, 20 insertions(+), 9 deletions(-) + 1 file changed, 20 insertions(+), 9 deletions(-) commit cecbf767e3364d3342aef9b73206d4e29c692953 Author: Cosimo Cecchi @@ -84531,7 +84660,7 @@ libempathy/empathy-ft-handler.c | 20 +++++++++++++++++++- libempathy/empathy-ft-handler.h | 1 + - 2 files changed, 20 insertions(+), 1 deletions(-) + 2 files changed, 20 insertions(+), 1 deletion(-) commit 1cde27a07305bc03e8f7d6d676a24e9ccda8e566 Author: Cosimo Cecchi @@ -84540,7 +84669,7 @@ Fix a stupid mistake libempathy-gtk/empathy-ui-utils.c | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit 3575745b086596df988be4be7ee40aac06e52caa Author: Cosimo Cecchi @@ -84578,7 +84707,7 @@ Checksum is not always possible. src/empathy-preferences.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d3fc1349507da7d0bb6538a8e66fa3116bb6eec9 Author: Cosimo Cecchi @@ -84591,7 +84720,7 @@ src/empathy-preferences.c | 5 +++++ src/empathy-preferences.ui | 36 ++++++++++++++++++++++++++++++++++++ - 4 files changed, 50 insertions(+), 1 deletions(-) + 4 files changed, 50 insertions(+), 1 deletion(-) commit 6a0da1dbef905ec7bf93e6d1c0eca6c6b8dfdb4a Author: Cosimo Cecchi @@ -84600,7 +84729,7 @@ Add the USE_HASH property in class_init libempathy/empathy-ft-handler.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit c0a0111bcdb1d0f65e718883eeea4da868374e2e Author: Cosimo Cecchi @@ -84630,12 +84759,12 @@ Cleanup after rebase v2 - libempathy/empathy-tp-file.c | 10 ++++++++ + libempathy/empathy-tp-file.c | 10 +++++++++ src/empathy-event-manager.c | 51 - +++++++++++++++++++++++++++++------------ - src/empathy-ft-manager.c | 10 ++++++++ + +++++++++++++++++++++++++++++------------- + src/empathy-ft-manager.c | 10 +++++++++ src/empathy-ft-manager.h | 1 + - src/empathy-main-window.c | 4 +-- + src/empathy-main-window.c | 4 +--- 5 files changed, 58 insertions(+), 18 deletions(-) commit 3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a @@ -84662,7 +84791,7 @@ libempathy/empathy-ft-handler.c | 118 ++++++++++++++++----------------------- - 1 files changed, 48 insertions(+), 70 deletions(-) + 1 file changed, 48 insertions(+), 70 deletions(-) commit 50577c500cd3a4ed96e024383c720264b130b416 Author: Cosimo Cecchi @@ -84675,7 +84804,7 @@ libempathy/empathy-ft-handler.c | 3 +++ libempathy/empathy-tp-file.c | 12 ++++++++++++ - 2 files changed, 15 insertions(+), 0 deletions(-) + 2 files changed, 15 insertions(+) commit 53073da65b919bd68a26e5e0e276ec5ba15f51ea Author: Cosimo Cecchi @@ -84685,7 +84814,7 @@ libempathy/empathy-ft-handler.c | 66 +++++++++++++++++++++++++++++---------- - src/empathy-ft-manager.c | 49 ++++++++++++++++++++++++---- + src/empathy-ft-manager.c | 49 ++++++++++++++++++++++++----- 2 files changed, 91 insertions(+), 24 deletions(-) commit 4c38107259d0fd13795adf2218f1fd6fadc0acef @@ -84695,7 +84824,7 @@ Close the handler when rejecting a transfer libempathy-gtk/empathy-ui-utils.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 829c16e8589c94b0bdf719c40e6615d00403175f Author: Cosimo Cecchi @@ -84706,9 +84835,9 @@ Push Tp state change errors to the handler/UI. libempathy/empathy-tp-file.c | 60 - +++++++++++++++++++++++++++++++++++++++-- - libempathy/empathy-utils.h | 7 +++-- - src/empathy-ft-manager.c | 25 +---------------- + +++++++++++++++++++++++++++++++++++++++--- + libempathy/empathy-utils.h | 7 ++--- + src/empathy-ft-manager.c | 25 +----------------- 3 files changed, 62 insertions(+), 30 deletions(-) commit 4e83ee317253d1cd3821258a418cdd829ce01549 @@ -84718,7 +84847,7 @@ Remove hashing progress debug message src/empathy-ft-manager.c | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit 04cc954b2551b7c6c622a630bfc54d55edbe81ab Author: Cosimo Cecchi @@ -84733,7 +84862,7 @@ hashing. libempathy/empathy-ft-handler.c | 21 ++++++++++++++------- - 1 files changed, 14 insertions(+), 7 deletions(-) + 1 file changed, 14 insertions(+), 7 deletions(-) commit b026e9345b2249d2d5d1217ea79315ffa43151cc Author: Cosimo Cecchi @@ -84747,7 +84876,7 @@ libempathy/empathy-tp-file.c | 39 +++++++++++++++++++++++---------------- - 1 files changed, 23 insertions(+), 16 deletions(-) + 1 file changed, 23 insertions(+), 16 deletions(-) commit 4d6781912473aa6b08f78e40857124e1182b4655 Author: Cosimo Cecchi @@ -84768,7 +84897,7 @@ Set the overwrite confermation when receiving libempathy-gtk/empathy-ui-utils.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit d5f0907f1e62c22d225c9899c847b4ce5ad1e137 Author: Cosimo Cecchi @@ -84779,7 +84908,7 @@ Unref EmpathyFTHandler objects after adding them to the manager. src/empathy.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 34ca5111a0a540b4b756f02592686668e80e538d Author: Cosimo Cecchi @@ -84791,7 +84920,7 @@ (after the DBus invocation callback). libempathy/empathy-ft-handler.c | 19 +++++++++++-------- - 1 files changed, 11 insertions(+), 8 deletions(-) + 1 file changed, 11 insertions(+), 8 deletions(-) commit 7cdb829025611c98473e11ea2512f5f8c0bf3c75 Author: Cosimo Cecchi @@ -84802,7 +84931,7 @@ Also, remove useless state property. libempathy/empathy-tp-file.c | 31 ++++++++----------------------- - 1 files changed, 8 insertions(+), 23 deletions(-) + 1 file changed, 8 insertions(+), 23 deletions(-) commit a6b83fc7b0d3a0dbbd2d0266f6b2250221e803bb Author: Cosimo Cecchi @@ -84818,10 +84947,10 @@ libempathy/empathy-ft-handler.c | 61 ++++++++++++++++----------------------- - libempathy/empathy-ft-handler.h | 2 - - libempathy/empathy-tp-file.c | 34 +-------------------- - libempathy/empathy-tp-file.h | 2 - - src/empathy-ft-manager.c | 48 +++++++++++++++++++++--------- + libempathy/empathy-ft-handler.h | 2 -- + libempathy/empathy-tp-file.c | 34 ++-------------------- + libempathy/empathy-tp-file.h | 2 -- + src/empathy-ft-manager.c | 48 ++++++++++++++++++++---------- 5 files changed, 60 insertions(+), 87 deletions(-) commit 1f239a9cb9595292b71fc0336e5d0055c5b81860 @@ -84874,7 +85003,7 @@ interfaces. libempathy/empathy-tp-file.c | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit 7d5485549becfc095556d282f6622ce2b16caef0 Author: Cosimo Cecchi @@ -84902,8 +85031,8 @@ Also, add some debug spew to see when the callbacks are called. src/empathy-ft-manager.c | 60 - +++++++++++++++++++++++++++++++++++++-------- - 1 files changed, 49 insertions(+), 11 deletions(-) + +++++++++++++++++++++++++++++++++++++--------- + 1 file changed, 49 insertions(+), 11 deletions(-) commit 74bea808243c98816732864de15a8dfd887d0f22 Author: Cosimo Cecchi @@ -84914,7 +85043,7 @@ Emit the TRANSFER_STARTED signal also when offering. libempathy/empathy-ft-handler.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 92da9df161cf8e104e783a943d40d7a248a18259 Author: Cosimo Cecchi @@ -84940,8 +85069,8 @@ spec. libempathy/empathy-tp-file.c | 47 - ++++++++++++++++++++++++++--------------- - 1 files changed, 30 insertions(+), 17 deletions(-) + +++++++++++++++++++++++++++--------------- + 1 file changed, 30 insertions(+), 17 deletions(-) commit a37cd739d75587cc5a38389586a6f8a5cdd6e083 Author: Cosimo Cecchi @@ -84952,8 +85081,8 @@ Add some API to get the state of the handler. libempathy/empathy-ft-handler.c | 64 - +++++++++++++++++++++++++++++++------- - libempathy/empathy-ft-handler.h | 2 + + +++++++++++++++++++++++++++++++-------- + libempathy/empathy-ft-handler.h | 2 ++ 2 files changed, 54 insertions(+), 12 deletions(-) commit 7d8254421a1b91516f35255c1a149c288fc92d22 @@ -84979,7 +85108,7 @@ src/empathy-ft-manager.c | 440 ++++++++++++++++++++++++---------------------- - 1 files changed, 229 insertions(+), 211 deletions(-) + 1 file changed, 229 insertions(+), 211 deletions(-) commit a698a6f2f622061c7b23c589a0a9eb0b72573993 Author: Cosimo Cecchi @@ -84994,7 +85123,7 @@ cases for the state. libempathy/empathy-tp-file.h | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit a64bc30f336c9dc6fa8e22f33cae3a97d5819d7d Author: Cosimo Cecchi @@ -85013,8 +85142,8 @@ s/ft_manager/manager/ where appropriate src/empathy-ft-manager.c | 111 - ++++++++++++++++++++++----------------------- - 1 files changed, 54 insertions(+), 57 deletions(-) + ++++++++++++++++++++++------------------------ + 1 file changed, 54 insertions(+), 57 deletions(-) commit d9cc7cfc1e666dececb9fd1eac28281d6b0354a9 Author: Cosimo Cecchi @@ -85027,7 +85156,7 @@ src/empathy-ft-manager.c | 331 ++++++++++++++++++++++++++-------------------- - 1 files changed, 188 insertions(+), 143 deletions(-) + 1 file changed, 188 insertions(+), 143 deletions(-) commit 7eb34d005b43f8e1a4c6120ad00ac5730bb5cfb2 Author: Cosimo Cecchi @@ -85037,7 +85166,7 @@ libempathy/empathy-ft-handler.c | 12 ++++++++++++ libempathy/empathy-ft-handler.h | 1 + - 2 files changed, 13 insertions(+), 0 deletions(-) + 2 files changed, 13 insertions(+) commit 113996fbc2c8afd4835a525b1f977e96c002ddf5 Author: Cosimo Cecchi @@ -85057,7 +85186,7 @@ Add to the EmpathyFTManager the new handlers. src/empathy.c | 11 +++++++---- - 1 files changed, 7 insertions(+), 4 deletions(-) + 1 file changed, 7 insertions(+), 4 deletions(-) commit a18e5fce7d4e98b0f5bbe3d2c5dc0eb9a8684dd2 Author: Cosimo Cecchi @@ -85070,7 +85199,7 @@ libempathy/empathy-ft-handler.c | 79 ++++++++++++++++++++++++++++++++++++++- - libempathy/empathy-ft-handler.h | 11 +++++ + libempathy/empathy-ft-handler.h | 11 ++++++ 2 files changed, 88 insertions(+), 2 deletions(-) commit 3c048a484986d560d1a8468b4a238b7c7fc0f4f7 @@ -85080,7 +85209,7 @@ Fix indentation of function prototype libempathy/empathy-ft-factory.h | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 24b86703ef5fa0e181108af76bb8ba54efb7cccb Author: Cosimo Cecchi @@ -85089,7 +85218,7 @@ Remove useless include of empathy-tp-file.h libempathy/empathy-dispatcher.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 23b3f7b0609a948267a9b7855079e124e0a1ab7d Author: Cosimo Cecchi @@ -85099,7 +85228,7 @@ libempathy/empathy-dispatcher.c | 131 --------------------------------------- - 1 files changed, 0 insertions(+), 131 deletions(-) + 1 file changed, 131 deletions(-) commit 58d08cef143811d990218551a922451609978610 Author: Cosimo Cecchi @@ -85122,12 +85251,12 @@ libempathy-gtk/empathy-ui-utils.c | 46 ++++++++++++++++++++++++++++++++++++- - libempathy-gtk/empathy-ui-utils.h | 3 +- + libempathy-gtk/empathy-ui-utils.h | 3 ++- libempathy/empathy-ft-factory.c | 43 ++++++++++++++++++++++++++-------- - libempathy/empathy-ft-factory.h | 9 +++++- - libempathy/empathy-ft-handler.c | 26 ++++++++++++++++++-- - libempathy/empathy-ft-handler.h | 9 +++++- + libempathy/empathy-ft-factory.h | 9 ++++++-- + libempathy/empathy-ft-handler.c | 26 ++++++++++++++++++--- + libempathy/empathy-ft-handler.h | 9 ++++++-- src/empathy.c | 26 ++++++++++++++++++++- 7 files changed, 142 insertions(+), 20 deletions(-) @@ -85139,7 +85268,7 @@ libempathy-gtk/empathy-ui-utils.c | 103 +++++-------------------------------- - 1 files changed, 14 insertions(+), 89 deletions(-) + 1 file changed, 14 insertions(+), 89 deletions(-) commit 0b8cc28c3452e43672905553aaf006c178587605 Author: Cosimo Cecchi @@ -85149,7 +85278,7 @@ transfer. libempathy/empathy-ft-handler.c | 5 +++++ - 1 files changed, 5 insertions(+), 0 deletions(-) + 1 file changed, 5 insertions(+) commit 4c8eb38a82759926b11ce0454c33a127037d3ba7 Author: Cosimo Cecchi @@ -85158,7 +85287,7 @@ Free memory in _finalize inside EmpathyFTHandler. libempathy/empathy-ft-handler.c | 20 ++++++++++++++++++++ - 1 files changed, 20 insertions(+), 0 deletions(-) + 1 file changed, 20 insertions(+) commit 94722faf307e2e0d4d1d9532893f0a2206ac4803 Author: Cosimo Cecchi @@ -85168,7 +85297,7 @@ (yet?). libempathy/empathy-ft-factory.c | 32 +------------------------------- - 1 files changed, 1 insertions(+), 31 deletions(-) + 1 file changed, 1 insertion(+), 31 deletions(-) commit 04a90fadbd4dcd4fa2276a06f2cf4fdae411b729 Author: Cosimo Cecchi @@ -85177,7 +85306,7 @@ Cleanup in EmpathyTpFile style. libempathy/empathy-tp-file.c | 379 - ++++++++++++++++++++--------------------- + +++++++++++++++++++++--------------------- libempathy/empathy-tp-file.h | 8 +- 2 files changed, 187 insertions(+), 200 deletions(-) @@ -85201,9 +85330,9 @@ Modify EmpathyFTHandler to adapt to the changes in EmpathyTpFile API. libempathy/empathy-ft-handler.c | 47 - +++++++++++++++++++++++++++++++++----- - libempathy/empathy-ft-handler.h | 5 ++- - libempathy/empathy-tp-file.c | 6 +--- + +++++++++++++++++++++++++++++++++------ + libempathy/empathy-ft-handler.h | 5 +++-- + libempathy/empathy-tp-file.c | 6 ++--- 3 files changed, 45 insertions(+), 13 deletions(-) commit 5f52c3e662e717f2246f505eb590c32caca0883d @@ -85214,7 +85343,7 @@ libempathy/empathy-ft-handler.c | 267 ++++++++++++++++++--------------------- - 1 files changed, 120 insertions(+), 147 deletions(-) + 1 file changed, 120 insertions(+), 147 deletions(-) commit 92778cc0fa77a252763dee87ed1f95f9c7e95cb1 Author: Cosimo Cecchi @@ -85230,7 +85359,7 @@ libempathy/empathy-ft-handler.h | 9 +- libempathy/empathy-tp-file.c | 1390 +++++++++++-------------------------- - libempathy/empathy-tp-file.h | 66 ++- + libempathy/empathy-tp-file.h | 66 +- libempathy/empathy-utils.h | 1 + src/empathy.c | 14 +- 10 files changed, 711 insertions(+), 1069 deletions(-) @@ -85243,7 +85372,7 @@ the stream. libempathy/empathy-ft-handler.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 2be3236febcc83ebe96ba29dca49f7c1abce6300 Author: Cosimo Cecchi @@ -85252,7 +85381,7 @@ Add debug spew. libempathy/empathy-ft-handler.c | 19 +++++++++++++++++++ - 1 files changed, 19 insertions(+), 0 deletions(-) + 1 file changed, 19 insertions(+) commit b16406a06699233fd68cc1cf3a3610eed4d63d6c Author: Cosimo Cecchi @@ -85282,8 +85411,8 @@ Start implementing signals inside EmpathyFTHandler. libempathy/empathy-ft-handler.c | 80 - +++++++++++++++++++++++++++++++++++--- - 1 files changed, 73 insertions(+), 7 deletions(-) + +++++++++++++++++++++++++++++++++++---- + 1 file changed, 73 insertions(+), 7 deletions(-) commit aab63c16b9ded12295e0fa354757c77b002a6fbd Author: Cosimo Cecchi @@ -85324,7 +85453,7 @@ libempathy/empathy-ft-handler.c | 79 ++++++++++++++++++++++++++++++++++++--- - 1 files changed, 73 insertions(+), 6 deletions(-) + 1 file changed, 73 insertions(+), 6 deletions(-) commit b470c2894387a2156e4e576137611ba77d1fe5f5 Author: Cosimo Cecchi @@ -85360,7 +85489,7 @@ libempathy/empathy-ft-handler.c | 216 +++++++++++++++++++++++++++++++++++++++ libempathy/empathy-ft-handler.h | 62 +++++++++++ - 4 files changed, 489 insertions(+), 0 deletions(-) + 4 files changed, 489 insertions(+) commit eb8b217e20baaa817371266abf43f32de24bd906 Author: Pierre-Luc Beaudoin @@ -85369,8 +85498,8 @@ Only remove the address fields and position fields instead of all libempathy-gtk/empathy-location-manager.c | 32 - +++++++++++++++++++++++++--- - 1 files changed, 28 insertions(+), 4 deletions(-) + +++++++++++++++++++++++++---- + 1 file changed, 28 insertions(+), 4 deletions(-) commit 1dec1e60d647ba5380824b6887341f07e0c0ae1b Author: Pierre-Luc Beaudoin @@ -85379,7 +85508,7 @@ Remove unused var libempathy-gtk/empathy-location-manager.c | 1 - - 1 files changed, 0 insertions(+), 1 deletions(-) + 1 file changed, 1 deletion(-) commit 4ef4e182cbbc3396dad6cafb7aea2d5d8fc55694 Author: Pierre-Luc Beaudoin @@ -85391,7 +85520,7 @@ libempathy-gtk/empathy-location-manager.c | 49 ++++++++++++++--------------- - 1 files changed, 24 insertions(+), 25 deletions(-) + 1 file changed, 24 insertions(+), 25 deletions(-) commit 09f40353148d467db0464dc512c642c12418ecaa Author: Pierre-Luc Beaudoin @@ -85400,7 +85529,7 @@ Get rid of Mission Control as EmpathyAccountManager does all that too libempathy-gtk/empathy-location-manager.c | 22 ++++++++++------------ - 1 files changed, 10 insertions(+), 12 deletions(-) + 1 file changed, 10 insertions(+), 12 deletions(-) commit 1e2fff115e8f2da4e42e780878f828ee174e3f4f Author: Pierre-Luc Beaudoin @@ -85410,7 +85539,7 @@ libempathy-gtk/empathy-location-manager.c | 2 -- src/empathy-preferences.ui | 2 +- - 2 files changed, 1 insertions(+), 3 deletions(-) + 2 files changed, 1 insertion(+), 3 deletions(-) commit 9869f68136e335d7439d434aa93a9ca229125a45 Author: Pierre-Luc Beaudoin @@ -85419,8 +85548,8 @@ Don't set priv on a separate line libempathy-gtk/empathy-location-manager.c | 37 - ++++++++-------------------- - 1 files changed, 11 insertions(+), 26 deletions(-) + +++++++++-------------------- + 1 file changed, 11 insertions(+), 26 deletions(-) commit 131728206cdc9005585ebe3cb6d0c4430a42de73 Author: Pierre-Luc Beaudoin @@ -85431,7 +85560,7 @@ tp_asv_* cannot be used as tp_asv does not copy the keys libempathy-gtk/empathy-location-manager.c | 21 +++++++-------------- - 1 files changed, 7 insertions(+), 14 deletions(-) + 1 file changed, 7 insertions(+), 14 deletions(-) commit 861762f5dd3181f47b6dcb03d1c830100d26ad3d Author: Pierre-Luc Beaudoin @@ -85441,7 +85570,7 @@ libempathy-gtk/empathy-location-manager.c | 455 ++++++++++++++--------------- - 1 files changed, 214 insertions(+), 241 deletions(-) + 1 file changed, 214 insertions(+), 241 deletions(-) commit f24134c23869a0a1749a7b8f8bc2347011050a4f Author: Pierre-Luc Beaudoin @@ -85473,7 +85602,7 @@ working) libempathy-gtk/empathy-location-manager.c | 22 +++++++++------------- - 1 files changed, 9 insertions(+), 13 deletions(-) + 1 file changed, 9 insertions(+), 13 deletions(-) commit 9713a23a9b42860aa76f02b82cbc7a761110c3aa Author: Pierre-Luc Beaudoin @@ -85482,7 +85611,7 @@ Use DEBUG instead of printerr libempathy-gtk/empathy-location-manager.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit b9f8f5f022fc95a59ae4a20f65b2272ecbdc84c1 Author: Pierre-Luc Beaudoin @@ -85492,7 +85621,7 @@ libempathy-gtk/empathy-location-manager.c | 41 ++++++++++++----------------- - 1 files changed, 17 insertions(+), 24 deletions(-) + 1 file changed, 17 insertions(+), 24 deletions(-) commit 07d6f0088b1428c6c64b4625c42f36e93cafa267 Author: Pierre-Luc Beaudoin @@ -85501,7 +85630,7 @@ Fix bracket style libempathy-gtk/empathy-location-manager.c | 14 ++++++++++---- - 1 files changed, 10 insertions(+), 4 deletions(-) + 1 file changed, 10 insertions(+), 4 deletions(-) commit a1d1a2307eb7168be75e46ee89dc016354a62f2c Author: Pierre-Luc Beaudoin @@ -85510,8 +85639,8 @@ Properly unref objects used by EmpathyLocationManager libempathy-gtk/empathy-location-manager.c | 38 - ++++++++++++++++++++++++---- - 1 files changed, 32 insertions(+), 6 deletions(-) + ++++++++++++++++++++++++----- + 1 file changed, 32 insertions(+), 6 deletions(-) commit 1de150bc48080744009389fb09eb45d4ff96abd2 Author: Pierre-Luc Beaudoin @@ -85527,7 +85656,7 @@ libempathy-gtk/empathy-location-manager.c | 35 ++++++++++++++--------------- - libempathy-gtk/empathy-location-manager.h | 4 +- + libempathy-gtk/empathy-location-manager.h | 4 ++-- 2 files changed, 19 insertions(+), 20 deletions(-) commit 7a1fd4ecfdb3af30a23b4cd028a5c7402f1f6a38 @@ -85547,7 +85676,7 @@ Factory is sometimes ref leaked libempathy-gtk/empathy-location-manager.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit 9330381ac6f8b78ba737a21e42f9b60c1bcee6dd Author: Pierre-Luc Beaudoin @@ -85561,8 +85690,8 @@ geocluse almost at the sametime. libempathy-gtk/empathy-location-manager.c | 30 - ++++++++++++++++++++++------ - 1 files changed, 23 insertions(+), 7 deletions(-) + ++++++++++++++++++++++------- + 1 file changed, 23 insertions(+), 7 deletions(-) commit 2556a450e8c1c1deb5330dacb00087e6c56d8f57 Author: Pierre-Luc Beaudoin @@ -85584,7 +85713,7 @@ More explicit debug message on what is published libempathy-gtk/empathy-location-manager.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit a674071a1deb51ab75cd6dc550b3db00763f3a5c Author: Pierre-Luc Beaudoin @@ -85593,7 +85722,7 @@ Any location accuracy will do libempathy-gtk/empathy-location-manager.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit d64c42ef982318c23562986a4b82a0f4f77f7122 Author: Pierre-Luc Beaudoin @@ -85605,7 +85734,7 @@ are often set to 0). libempathy-gtk/empathy-location-manager.c | 15 ++++++++++----- - 1 files changed, 10 insertions(+), 5 deletions(-) + 1 file changed, 10 insertions(+), 5 deletions(-) commit f4029062299a0f1c5f68c213bf65569e35ff44a0 Author: Pierre-Luc Beaudoin @@ -85614,7 +85743,7 @@ Don't call geoclue functions if the init failed libempathy-gtk/empathy-location-manager.c | 12 +++++++++--- - 1 files changed, 9 insertions(+), 3 deletions(-) + 1 file changed, 9 insertions(+), 3 deletions(-) commit 8a4e3bef97f66bc40f9c4fb24158f0bd0226ac55 Author: Pierre-Luc Beaudoin @@ -85623,7 +85752,7 @@ Fix a warning if McAccount has no TpConnection libempathy-gtk/empathy-location-manager.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit d03890164e921182268c5f34aeb44b93a51b35c6 Author: Pierre-Luc Beaudoin @@ -85632,7 +85761,7 @@ Fix left over issues from rebasing libempathy-gtk/empathy-location-manager.c | 11 ++++++++--- - 1 files changed, 8 insertions(+), 3 deletions(-) + 1 file changed, 8 insertions(+), 3 deletions(-) commit 2d09cd3c1d45360a71930b2c3c971e50a5935b62 Author: Pierre-Luc Beaudoin @@ -85641,7 +85770,7 @@ Don't show the location preferences if geoclue not available src/empathy-preferences.c | 12 +++++++----- - 1 files changed, 7 insertions(+), 5 deletions(-) + 1 file changed, 7 insertions(+), 5 deletions(-) commit 3d23b14af82c996165a8eec628d841f463302f7c Author: Pierre-Luc Beaudoin @@ -85660,8 +85789,8 @@ Merge fixes due to API changes libempathy-gtk/empathy-location-manager.c | 36 - ++++++++++++++++++---------- - 1 files changed, 23 insertions(+), 13 deletions(-) + ++++++++++++++++++----------- + 1 file changed, 23 insertions(+), 13 deletions(-) commit 2bf4823a18e5e140d13cfc37fa767b9e05daac02 Author: Pierre-Luc Beaudoin @@ -85670,8 +85799,8 @@ Various style fixes libempathy-gtk/empathy-location-manager.c | 31 - ++++++++++++++++++---------- - 1 files changed, 20 insertions(+), 11 deletions(-) + +++++++++++++++++++---------- + 1 file changed, 20 insertions(+), 11 deletions(-) commit 30aa5cfac08630c0599088678a58f10389866221 Author: Pierre-Luc Beaudoin @@ -85680,7 +85809,7 @@ Send a int64 timestamp to match the spec libempathy-gtk/empathy-location-manager.c | 16 ++++++---------- - 1 files changed, 6 insertions(+), 10 deletions(-) + 1 file changed, 6 insertions(+), 10 deletions(-) commit 0f9d947f490d741172aad78df2820c25b4e45a5c Author: Pierre-Luc Beaudoin @@ -85689,8 +85818,8 @@ Clear remote location upon disabling libempathy-gtk/empathy-location-manager.c | 48 - ++++++++++++++++++---------- - 1 files changed, 31 insertions(+), 17 deletions(-) + +++++++++++++++++++---------- + 1 file changed, 31 insertions(+), 17 deletions(-) commit c4a935701119a0a9f54a3b62ed42c867c4e1d489 Author: Pierre-Luc Beaudoin @@ -85699,7 +85828,7 @@ Fix key freeing libempathy-gtk/empathy-location-manager.c | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) + 1 file changed, 6 insertions(+), 6 deletions(-) commit 5faf7832ec78b463808f857a6ffdb8da958355ca Author: Pierre-Luc Beaudoin @@ -85709,7 +85838,7 @@ libempathy-gtk/empathy-location-manager.c | 50 ++++++++++++++++++++++++++++- - 1 files changed, 49 insertions(+), 1 deletions(-) + 1 file changed, 49 insertions(+), 1 deletion(-) commit 82235fee6f56b8dc3c0d7c84e9349a06ceb616e9 Author: Pierre-Luc Beaudoin @@ -85718,7 +85847,7 @@ Send timestamp libempathy-gtk/empathy-location-manager.c | 22 ++++++++++++++++++++++ - 1 files changed, 22 insertions(+), 0 deletions(-) + 1 file changed, 22 insertions(+) commit 94d32934ce6f9f4f22b314d262b7b2e7f15fa400 Author: Pierre-Luc Beaudoin @@ -85727,7 +85856,7 @@ When updating the resources, check for changed location libempathy-gtk/empathy-location-manager.c | 15 ++++++++++++++- - 1 files changed, 14 insertions(+), 1 deletions(-) + 1 file changed, 14 insertions(+), 1 deletion(-) commit d6625f09c88ea48121c815a4f8f46025c10090c5 Author: Pierre-Luc Beaudoin @@ -85736,8 +85865,8 @@ More ressource fix libempathy-gtk/empathy-location-manager.c | 42 - +++++++++++++++------------- - 1 files changed, 22 insertions(+), 20 deletions(-) + +++++++++++++++-------------- + 1 file changed, 22 insertions(+), 20 deletions(-) commit 42344f07956ad7d6eb2d327f87cdb63d08334487 Author: Pierre-Luc Beaudoin @@ -85747,7 +85876,7 @@ libempathy-gtk/empathy-location-manager.c | 58 ++++++++++++++++++++++++----- - 1 files changed, 48 insertions(+), 10 deletions(-) + 1 file changed, 48 insertions(+), 10 deletions(-) commit 07061229f3328c3fa5300217004e27f6a12304f8 Author: Pierre-Luc Beaudoin @@ -85756,7 +85885,7 @@ Should not be elseif libempathy-gtk/empathy-location-manager.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 2f6fcddc5dbeba69b7c2cc01d311ad2057f24f19 Author: Pierre-Luc Beaudoin @@ -85765,7 +85894,7 @@ Publish location when enabling it libempathy-gtk/empathy-location-manager.c | 8 ++++++-- - 1 files changed, 6 insertions(+), 2 deletions(-) + 1 file changed, 6 insertions(+), 2 deletions(-) commit 82e42143ae2ad688045554abaa686ed5a19f454d Author: Pierre-Luc Beaudoin @@ -85774,7 +85903,7 @@ Support all position fields libempathy-gtk/empathy-location-manager.c | 51 - +++++++++++++++++++++++----- + ++++++++++++++++++++++++----- libempathy/empathy-location.h | 1 + 2 files changed, 43 insertions(+), 9 deletions(-) @@ -85785,8 +85914,8 @@ Support address fields libempathy-gtk/empathy-location-manager.c | 32 - +++++++++++++++++++++++++--- - 1 files changed, 28 insertions(+), 4 deletions(-) + +++++++++++++++++++++++++---- + 1 file changed, 28 insertions(+), 4 deletions(-) commit 3db6c6d6152fbb5c3741e748ec0de66a40440784 Author: Pierre-Luc Beaudoin @@ -85796,7 +85925,7 @@ libempathy-gtk/empathy-location-manager.c | 94 +++++++++++++++++++++++++---- - 1 files changed, 82 insertions(+), 12 deletions(-) + 1 file changed, 82 insertions(+), 12 deletions(-) commit 2c0aa5b450b8b3743c00e9bdcc34851358976e40 Author: Pierre-Luc Beaudoin @@ -85809,7 +85938,7 @@ +++++++++++++++++++++++++++++ libempathy-gtk/empathy-location-manager.h | 57 +++++ src/empathy.c | 6 + - 4 files changed, 404 insertions(+), 0 deletions(-) + 4 files changed, 404 insertions(+) commit c6d064ad5952f233d583ccd420c502b581d57a8c Author: Pierre-Luc Beaudoin @@ -85817,9 +85946,9 @@ Add a Location tab in preferences - data/empathy.schemas.in | 72 ++++++++++++++- + data/empathy.schemas.in | 72 +++++++++++++- libempathy-gtk/empathy-conf.h | 5 + - src/empathy-preferences.c | 52 ++++++++++ + src/empathy-preferences.c | 52 +++++++++++ src/empathy-preferences.ui | 206 ++++++++++++++++++++++++++++++++++++++++- 4 files changed, 329 insertions(+), 6 deletions(-) @@ -85861,7 +85990,7 @@ add chat.freenode.net as default FreeNode server (#584061) libempathy/irc-networks.xml | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 221b3c1a7620e02b02ac9b5dd1a04be05b81db31 Author: Gabor Kelemen @@ -85870,7 +85999,7 @@ Small update po/hu.po | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit a38c0151eeb417d4d4068d018450757d34aa327f Author: Sjoerd Simons @@ -85879,7 +86008,7 @@ Cope with status icon begin NULL src/empathy-status-icon.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 53013e8534c6e8340a7aefde55eb10164c8a3d61 Author: Sjoerd Simons @@ -85888,7 +86017,7 @@ Cope with status being NULL libempathy-gtk/empathy-presence-chooser.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 327b8e56ecbaca67d550802f2fac741a78d81eb8 Author: Sjoerd Simons @@ -85899,17 +86028,17 @@ libempathy-gtk/empathy-contact-list-store.c | 36 +------ libempathy-gtk/empathy-presence-chooser.c | 95 +++++++++--------- libempathy-gtk/empathy-status-preset-dialog.c | 20 ++-- - libempathy-gtk/empathy-ui-utils.c | 23 ++-- + libempathy-gtk/empathy-ui-utils.c | 23 +++-- libempathy-gtk/empathy-ui-utils.h | 2 +- libempathy/empathy-account-manager.c | 29 +++++- - libempathy/empathy-contact-monitor.c | 13 +-- + libempathy/empathy-contact-monitor.c | 13 ++- libempathy/empathy-contact.c | 68 +++++-------- libempathy/empathy-contact.h | 4 +- libempathy/empathy-idle.c | 134 ++++++++++++++++++------- libempathy/empathy-idle.h | 10 +- - libempathy/empathy-status-presets.c | 34 +++--- - libempathy/empathy-status-presets.h | 12 +- + libempathy/empathy-status-presets.c | 34 +++---- + libempathy/empathy-status-presets.h | 12 +-- libempathy/empathy-utils.c | 99 +++++++++--------- libempathy/empathy-utils.h | 6 +- python/pyempathy/pyempathy.defs | 38 ++++--- @@ -85933,7 +86062,7 @@ approximately 12 characters. src/empathy-chat-window.c | 32 ++++++++++++++++++++++++-------- - 1 files changed, 24 insertions(+), 8 deletions(-) + 1 file changed, 24 insertions(+), 8 deletions(-) commit dd61ed770308dce8fbf951e7a7b9a2c62b251f6a Author: Dimitris Zenios @@ -85941,12 +86070,12 @@ fixed bug #548716 - libempathy-gtk/empathy-account-widget-irc.c | 2 + - libempathy-gtk/empathy-account-widget-sip.c | 2 + + libempathy-gtk/empathy-account-widget-irc.c | 2 ++ + libempathy-gtk/empathy-account-widget-sip.c | 2 ++ libempathy-gtk/empathy-account-widget.c | 31 +++++++++++++++++++++++++++ - libempathy-gtk/empathy-account-widget.h | 2 + - 4 files changed, 37 insertions(+), 0 deletions(-) + libempathy-gtk/empathy-account-widget.h | 2 ++ + 4 files changed, 37 insertions(+) commit cf54c58bf9331e0e22c6f6dc42b78ce2b1d29616 Author: Olivier Le Thanh Duong @@ -85955,7 +86084,7 @@ Fix the python example python/example.py | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit eae07d39d08ef7568acd9b594dfd0172b1f7613d Author: Pierre-Luc Beaudoin @@ -85964,7 +86093,7 @@ Fix ‘lat’, ‘lon’ may be used uninitialized in this function libempathy-gtk/empathy-contact-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d151261308da99f44410da4f07b78dd56c0cb5f8 Merge: 395a0ea 545342a @@ -85980,7 +86109,7 @@ EmpathyStatusPresetDialog: fix status_preset_add_combo_reset() libempathy-gtk/empathy-status-preset-dialog.c | 9 ++++++++- - 1 files changed, 8 insertions(+), 1 deletions(-) + 1 file changed, 8 insertions(+), 1 deletion(-) commit aed93e6bd2c1b26cf66aa1486bdf4b98ca1ef36c Author: Davyd Madeley @@ -85990,7 +86119,7 @@ libempathy-gtk/empathy-status-preset-dialog.c | 36 ++++++++++++++++++++++++- - 1 files changed, 35 insertions(+), 1 deletions(-) + 1 file changed, 35 insertions(+), 1 deletion(-) commit 545342a22a793a45b8f1150c57b8abaa42a5fa7d Author: Guillaume Desmottes @@ -86010,7 +86139,7 @@ bump tp-glib dep to 0.7.31 as we need it for tube new API configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e4b631f58ae100e747f6bffc1494edcda4c2cc9b Author: Guillaume Desmottes @@ -86024,7 +86153,7 @@ ------------------------------- extensions/Makefile.am | 5 +- extensions/misc.xml | 3 - - 5 files changed, 1 insertions(+), 580 deletions(-) + 5 files changed, 1 insertion(+), 580 deletions(-) commit 23c7cd285186313c9f1b3b9b6e3c0eae35eff0d7 Author: Guillaume Desmottes @@ -86033,7 +86162,7 @@ empathy-call-window: coding style fix src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7af6acca0b4bc147d6655d27566f1b287d8fb4da Author: Guillaume Desmottes @@ -86042,7 +86171,7 @@ empathy-tp-contact-factory: coding style fixes libempathy/empathy-tp-contact-factory.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b9511df4f7cc20f68259086a2821409a96ce4b66 Author: Guillaume Desmottes @@ -86051,7 +86180,7 @@ empathy-time.c now contains translatable strings po/POTFILES.in | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 164528b9334cb599fcd4bafdcf5157c0f0a1b0cd Author: A S Alam @@ -86061,7 +86190,7 @@ po/pa.po | 1458 ++++++++++++++++++++++++++++++++++++-------------------------- - 1 files changed, 852 insertions(+), 606 deletions(-) + 1 file changed, 852 insertions(+), 606 deletions(-) commit 05a941a4b071189b819faf9c5a8b54712b2d5467 Author: Sjoerd Simons @@ -86080,7 +86209,7 @@ the user so always do sounds/notifications in that case. src/empathy-chat-window.c | 22 +++++++++------------- - 1 files changed, 9 insertions(+), 13 deletions(-) + 1 file changed, 9 insertions(+), 13 deletions(-) commit 6265c301144866873f49851d850ba66fcde3bd8c Author: Sjoerd Simons @@ -86089,7 +86218,7 @@ Correctly set the is_member flag when members are added libempathy/empathy-tp-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit bef9e289a01555b4a557988eac0b52ce4d1b1b22 Author: Sjoerd Simons @@ -86104,7 +86233,7 @@ show up in the UI libempathy/empathy-contact.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f3f045256549a1e2fc6a0f214eb57bc7aecbf6b9 Author: Pierre-Luc Beaudoin @@ -86113,7 +86242,7 @@ Add sections to the configure report configure.ac | 9 ++++++--- - 1 files changed, 6 insertions(+), 3 deletions(-) + 1 file changed, 6 insertions(+), 3 deletions(-) commit 73ead8b8337785093aeefab4c14a8c2dff9dc4f9 Author: Pierre-Luc Beaudoin @@ -86122,7 +86251,7 @@ Should check for enable location and not map (bad copy/paste) configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d857e3d568b7ba4c1dd43e2f1f7c467190e0dce4 Author: Pierre-Luc Beaudoin @@ -86134,7 +86263,7 @@ wrap at 80 chars libempathy/empathy-tp-contact-factory.c | 19 +++++++++++-------- - 1 files changed, 11 insertions(+), 8 deletions(-) + 1 file changed, 11 insertions(+), 8 deletions(-) commit b9bb0f42712f601c11fcd3d312910da0fd72b6ed Author: Pierre-Luc Beaudoin @@ -86147,7 +86276,7 @@ are meaningless alone). libempathy/empathy-tp-contact-factory.c | 7 +------ - 1 files changed, 1 insertions(+), 6 deletions(-) + 1 file changed, 1 insertion(+), 6 deletions(-) commit 63980054c4e8ec5d63b9da9a0de1d13c45bfd1a2 Author: Pierre-Luc Beaudoin @@ -86156,7 +86285,7 @@ Fix English label for Location's date libempathy-gtk/empathy-contact-widget.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit a6727eb14a19681c1839e9aacf9abcb139ceb268 Author: Pierre-Luc Beaudoin @@ -86168,7 +86297,7 @@ a list of the markers. src/empathy-map-view.c | 10 +++------- - 1 files changed, 3 insertions(+), 7 deletions(-) + 1 file changed, 3 insertions(+), 7 deletions(-) commit d13ba3658eded1649daff133cb04c76f6e3a906b Author: Pierre-Luc Beaudoin @@ -86196,7 +86325,7 @@ Fix memory leak src/empathy-map-view.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 771929ecdfb4d97dccd67baa7dafe56aca8b06ed Author: Pierre-Luc Beaudoin @@ -86205,7 +86334,7 @@ Fix translation and value errors for relative time libempathy/empathy-time.c | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) commit d4d2036320d77e9f079b7dc13921e027c93a4e98 Author: Pierre-Luc Beaudoin @@ -86218,7 +86347,7 @@ added to the markers. src/empathy-map-view.c | 21 +++++++++++++++++++-- - 1 files changed, 19 insertions(+), 2 deletions(-) + 1 file changed, 19 insertions(+), 2 deletions(-) commit cc7656ce36f0a531cc21585de63d1c2e493bc993 Author: Pierre-Luc Beaudoin @@ -86230,8 +86359,8 @@ (not only upon showing the map). src/empathy-map-view.c | 87 - ++++++++++++++++++++++++----------------------- - 1 files changed, 44 insertions(+), 43 deletions(-) + ++++++++++++++++++++++++------------------------ + 1 file changed, 44 insertions(+), 43 deletions(-) commit eb7d4bbe7b4dac195cf0cc26f7bfd50fb49dde69 Author: Pierre-Luc Beaudoin @@ -86240,7 +86369,7 @@ Avatar was leaked src/empathy-map-view.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7965e120d0ba25581349ba990420d513bf8d5102 Author: Pierre-Luc Beaudoin @@ -86252,7 +86381,7 @@ need to keep the address around as it'll be copied anyway. src/empathy-map-view.c | 8 ++------ - 1 files changed, 2 insertions(+), 6 deletions(-) + 1 file changed, 2 insertions(+), 6 deletions(-) commit 5bdfd49c15348d8d9ae3ca7f24ab942e052e3a3f Author: Pierre-Luc Beaudoin @@ -86265,7 +86394,7 @@ of the changes. src/empathy-map-view.c | 6 +----- - 1 files changed, 1 insertions(+), 5 deletions(-) + 1 file changed, 1 insertion(+), 5 deletions(-) commit c40737394bff5c27daea7e4ee08f240224475904 Author: Pierre-Luc Beaudoin @@ -86293,7 +86422,7 @@ Fix possible compilation error src/empathy-map-view.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3b1bbb17b9d082a2e19571e0328394c99c35bcf7 Author: Pierre-Luc Beaudoin @@ -86302,7 +86431,7 @@ Simplify the #if by isolating the content src/empathy-main-window.c | 6 ++---- - 1 files changed, 2 insertions(+), 4 deletions(-) + 1 file changed, 2 insertions(+), 4 deletions(-) commit 2d38908c639e7fbc6b90daf395919987e3d0c844 Author: Pierre-Luc Beaudoin @@ -86324,7 +86453,7 @@ Geoclue is not used in libempathy-gtk libempathy-gtk/Makefile.am | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) + 1 file changed, 2 deletions(-) commit cf198ce9b0834e4d2cf156f201c3fb77d17a1ce5 Author: Pierre-Luc Beaudoin @@ -86333,7 +86462,7 @@ Use empathy_time_to_string_local libempathy-gtk/empathy-contact-widget.c | 22 ++++++++-------------- - 1 files changed, 8 insertions(+), 14 deletions(-) + 1 file changed, 8 insertions(+), 14 deletions(-) commit 3b2d620a1fb5ce624fbf330a96d76a0d6b563aaf Author: Pierre-Luc Beaudoin @@ -86344,7 +86473,7 @@ As the vars will already be to no. configure.ac | 4 ---- - 1 files changed, 0 insertions(+), 4 deletions(-) + 1 file changed, 4 deletions(-) commit e3bf42b161f516427c0b9a7aace65800c9d00170 Author: Pierre-Luc Beaudoin @@ -86353,7 +86482,7 @@ Print library usage in new configure report configure.ac | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 42e12e5ad7fde4a1776b3910a3ffa1b1219e80b3 Author: Pierre-Luc Beaudoin @@ -86362,7 +86491,7 @@ Don't create a marker if the user has no location src/empathy-map-view.c | 14 ++++++++++---- - 1 files changed, 10 insertions(+), 4 deletions(-) + 1 file changed, 10 insertions(+), 4 deletions(-) commit 968b8e35a504d0fb617c7a022cd3dbb04560cc6e Author: Pierre-Luc Beaudoin @@ -86372,7 +86501,7 @@ in the header libempathy-gtk/empathy-contact-widget.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 7af9d6e26eb64e0da0bfad39320d41e9c8a66fcc Author: Pierre-Luc Beaudoin @@ -86381,8 +86510,8 @@ Use tp_strdiff instead of strcmp libempathy-gtk/empathy-contact-widget.c | 48 - +++++++++++++++--------------- - 1 files changed, 24 insertions(+), 24 deletions(-) + +++++++++++++++---------------- + 1 file changed, 24 insertions(+), 24 deletions(-) commit b56b48b67fe63bb40871360116a80f1df17d3273 Author: Pierre-Luc Beaudoin @@ -86394,7 +86523,7 @@ libempathy-gtk/empathy-contact-widget.c | 69 +++++++++++++++++++++++++++++-- - 1 files changed, 65 insertions(+), 4 deletions(-) + 1 file changed, 65 insertions(+), 4 deletions(-) commit e9010cc1e7b3bdaa3366ea530d0d3780dbbfb0a4 Author: Pierre-Luc Beaudoin @@ -86416,8 +86545,8 @@ Move geocoding in a place where we can have better memory management src/empathy-map-view.c | 83 - ++++++++++++++++++++++++++++++----------------- - 1 files changed, 53 insertions(+), 30 deletions(-) + +++++++++++++++++++++++++++++++----------------- + 1 file changed, 53 insertions(+), 30 deletions(-) commit cccf17b4460cfdd084ea40ebff895abf101d4f49 Author: Pierre-Luc Beaudoin @@ -86426,7 +86555,7 @@ Display user textual location even if it doesn't include a lat,lon libempathy-gtk/empathy-contact-widget.c | 24 ++++++++++++------------ - 1 files changed, 12 insertions(+), 12 deletions(-) + 1 file changed, 12 insertions(+), 12 deletions(-) commit 1a8aefd70a364e8b3e7eac6eda4f93bb04022d1e Author: Pierre-Luc Beaudoin @@ -86435,7 +86564,7 @@ Simplify and clarify map_view_geocode_cb src/empathy-map-view.c | 23 ++++++++++++----------- - 1 files changed, 12 insertions(+), 11 deletions(-) + 1 file changed, 12 insertions(+), 11 deletions(-) commit 9c540f20d87d06867eac63c8378fb83ee59b9329 Author: Pierre-Luc Beaudoin @@ -86444,7 +86573,7 @@ Don't allow the user to display many map views src/empathy-map-view.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit 3dc79d54d273bdf7064abca1f7cf2d1748941377 Author: Pierre-Luc Beaudoin @@ -86453,7 +86582,7 @@ Fix coding styles and memory leaks found by Guillaume Desmottes src/empathy-map-view.c | 30 ++++++++++++++++++------------ - 1 files changed, 18 insertions(+), 12 deletions(-) + 1 file changed, 18 insertions(+), 12 deletions(-) commit 35674b38a744e4024911f9e38c231ea687fc16d3 Author: Pierre-Luc Beaudoin @@ -86462,7 +86591,7 @@ Undo changes to EmpathyContactDialogs libempathy-gtk/empathy-contact-dialogs.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d310cd8ea9d6cc233be3be9186a9f963748c77bb Author: Pierre-Luc Beaudoin @@ -86471,7 +86600,7 @@ Fix gtk warning at startup when not compiled with libchamplain src/empathy-main-window.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 98ac7b635ef523f2dd8f90b2d0df55114e2c4333 Author: Pierre-Luc Beaudoin @@ -86490,7 +86619,7 @@ Add the new UI to translation files po/POTFILES.in | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 571c208976b517afe0ad39063cde82fb45739590 Author: Pierre-Luc Beaudoin @@ -86499,7 +86628,7 @@ Make map visible! libempathy-gtk/empathy-contact-widget.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 7b90a1b6cc102b411d8f5ec0532060bd01ff14c3 Author: Pierre-Luc Beaudoin @@ -86528,8 +86657,8 @@ Apply new coding styles src/empathy-map-view.c | 93 - +++++++++++++++++++++++++---------------------- - 1 files changed, 49 insertions(+), 44 deletions(-) + +++++++++++++++++++++++++----------------------- + 1 file changed, 49 insertions(+), 44 deletions(-) commit 7b8f1908a67e9adc40674ee2c6b0fd00c658c606 Author: Pierre-Luc Beaudoin @@ -86538,7 +86667,7 @@ Remove dead code and update function name src/empathy-map-view.c | 19 +++++++------------ - 1 files changed, 7 insertions(+), 12 deletions(-) + 1 file changed, 7 insertions(+), 12 deletions(-) commit 28107b1f3fc85df86d1325791804b27e9059d1d7 Author: Pierre-Luc Beaudoin @@ -86558,7 +86687,7 @@ Make buildable without Geoclue src/empathy-map-view.c | 27 +++++++-------------------- - 1 files changed, 7 insertions(+), 20 deletions(-) + 1 file changed, 7 insertions(+), 20 deletions(-) commit 29a6e9ff7d6b775be67d81c5ce8a5631164a51e3 Author: Pierre-Luc Beaudoin @@ -86567,7 +86696,7 @@ Fix contacts not showing on the map src/empathy-map-view.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit c387d97d12f788291974da01c315fa87eb5f8b51 Author: Pierre-Luc Beaudoin @@ -86576,7 +86705,7 @@ Get rid of disconnect which is undeeded src/empathy-map-view.c | 32 ++++---------------------------- - 1 files changed, 4 insertions(+), 28 deletions(-) + 1 file changed, 4 insertions(+), 28 deletions(-) commit f09cfa0a6a26e8badaf86353b955fee593786e42 Author: Pierre-Luc Beaudoin @@ -86586,7 +86715,7 @@ libempathy-gtk/empathy-contact-widget.c | 87 ++++++++++++++++++++++++++---- - libempathy-gtk/empathy-contact-widget.ui | 18 +++++- + libempathy-gtk/empathy-contact-widget.ui | 18 +++++-- 2 files changed, 91 insertions(+), 14 deletions(-) commit 530daa415e81ca3eadfbcc726486e3fdf80f6c1f @@ -86596,7 +86725,7 @@ Fix a warning if the handle doesn't exist src/empathy-map-view.c | 4 +++- - 1 files changed, 3 insertions(+), 1 deletions(-) + 1 file changed, 3 insertions(+), 1 deletion(-) commit 4152e6dc08ea55434558e4b0105ec1df3628c4f8 Author: Pierre-Luc Beaudoin @@ -86628,7 +86757,7 @@ libempathy-gtk/empathy-contact-widget.c | 35 ++++++++++++++++--------------- - 1 files changed, 18 insertions(+), 17 deletions(-) + 1 file changed, 18 insertions(+), 17 deletions(-) commit f84dfa1e04ea5283d09ca03dd9416a93f005b5fb Author: Pierre-Luc Beaudoin @@ -86637,7 +86766,7 @@ Show contacts without an avatar src/empathy-map-view.c | 21 ++++++++++----------- - 1 files changed, 10 insertions(+), 11 deletions(-) + 1 file changed, 10 insertions(+), 11 deletions(-) commit afebe6eb1adc4dac3ac1f0b4610096fbceb627b4 Author: Pierre-Luc Beaudoin @@ -86646,7 +86775,7 @@ Remove signal handler when closing the window src/empathy-map-view.c | 32 +++++++++++++++++++++++++++++++- - 1 files changed, 31 insertions(+), 1 deletions(-) + 1 file changed, 31 insertions(+), 1 deletion(-) commit ed29d815833d874a16e6d0c5e08dcb9506333d76 Author: Pierre-Luc Beaudoin @@ -86655,7 +86784,7 @@ Don't init vars with a function libempathy-gtk/empathy-contact-widget.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit 1ad83ec843cb36808310afb5fe9e5ea296d3f0fb Author: Pierre-Luc Beaudoin @@ -86664,7 +86793,7 @@ Add marker on map libempathy-gtk/empathy-contact-widget.c | 10 ++++++++++ - 1 files changed, 10 insertions(+), 0 deletions(-) + 1 file changed, 10 insertions(+) commit 62993977a9409a995e2dfdbadbb90a759e032489 Author: Pierre-Luc Beaudoin @@ -86674,7 +86803,7 @@ libempathy-gtk/empathy-contact-widget.c | 105 ++++++++++++++++++++++--------- - 1 files changed, 76 insertions(+), 29 deletions(-) + 1 file changed, 76 insertions(+), 29 deletions(-) commit 0c673a2c9255fd5eb430f21f0c973101c775d3a1 Author: Pierre-Luc Beaudoin @@ -86684,7 +86813,7 @@ src/empathy-map-view.c | 152 ++++++++++++++++++++++++++++++++++++++++++++---- - 1 files changed, 140 insertions(+), 12 deletions(-) + 1 file changed, 140 insertions(+), 12 deletions(-) commit b12b63f0c0a992d3caf8c0ada68e502bd8d3a506 Author: Pierre-Luc Beaudoin @@ -86694,7 +86823,7 @@ For now, the map in the tool tip is disabled as Clutter-gtk does like at all this type of window/initialisation - libempathy-gtk/Makefile.am | 4 ++ + libempathy-gtk/Makefile.am | 4 +++ libempathy-gtk/empathy-contact-dialogs.c | 5 ++- libempathy-gtk/empathy-contact-widget.c | 48 ++++++++++++++++++++++++++++ @@ -86717,7 +86846,7 @@ src/empathy-map-view.h | 33 +++++++ src/empathy-map-view.ui | 59 ++++++++++++ src/empathy.c | 8 ++ - 7 files changed, 351 insertions(+), 0 deletions(-) + 7 files changed, 351 insertions(+) commit c43cfe015de9771fb20c718039f5ea09e56ae1c7 Author: Pierre-Luc Beaudoin @@ -86727,8 +86856,8 @@ configure.ac | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ - src/Makefile.am | 4 ++- - 2 files changed, 67 insertions(+), 1 deletions(-) + src/Makefile.am | 4 +++- + 2 files changed, 67 insertions(+), 1 deletion(-) commit 1d8091578b25a85b3d1d6d4c651a0c8e73c3fe2d Author: Pierre-Luc Beaudoin @@ -86743,7 +86872,7 @@ libempathy/empathy-tp-contact-factory.c | 37 ++++++++++++++++++++----------- - 1 files changed, 24 insertions(+), 13 deletions(-) + 1 file changed, 24 insertions(+), 13 deletions(-) commit 0df4d81f42b3657cd466df44ccffb78045e5d8c9 Author: Guillaume Desmottes @@ -86752,7 +86881,7 @@ empathy-tp-chat: fix leak in dispose libempathy/empathy-tp-chat.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 24c980457d575a2574a59d534dc442cf4193b24a Author: Jonathan Tellier @@ -86762,7 +86891,7 @@ initialized to NULL. src/empathy-call-window.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 72720c392da5917088cc95a5fc5dd4e7ce56a4d1 Author: Jonathan Tellier @@ -86785,7 +86914,7 @@ Bump version to 2.27.3 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0c20c80c2d4b28fea49dabc34ed5a95b9103a0ad Author: Xavier Claessens @@ -86794,7 +86923,7 @@ Write NEWS entry NEWS | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit 6a8497e9bacf9a1fcdbbe51f61b32e6187c52724 Author: Xavier Claessens @@ -86803,7 +86932,7 @@ Bump ABI version configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit cc8699c9b6b469f63c754632485242d37b4ff3e0 Author: Guillaume Desmottes @@ -86812,7 +86941,7 @@ Display a report at the end of configure configure.ac | 17 +++++++++++++++++ - 1 files changed, 17 insertions(+), 0 deletions(-) + 1 file changed, 17 insertions(+) commit b529fc63cf131709a5cd6132a72f9f2f605efad8 Author: Jorge Gonzalez @@ -86821,8 +86950,8 @@ Updated Spanish translation po/es.po | 74 - ++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 41 insertions(+), 33 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 41 insertions(+), 33 deletions(-) commit 866aa89a1f3fac72f8ef48f076dccf7b0e4c59d0 Author: Guillaume Desmottes @@ -86861,7 +86990,7 @@ empathy-main-window: add View top menu src/empathy-main-window.ui | 8 ++++++++ - 1 files changed, 8 insertions(+), 0 deletions(-) + 1 file changed, 8 insertions(+) commit d6328ff8dc911f787ace5c6fff922c628944a6b3 Merge: 26699d3 401b81d @@ -86877,7 +87006,7 @@ Error label now translatable src/empathy-new-chatroom-dialog.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b63427129077ecb85adcc54085b9b7162a0667bb Author: Gabriel Millaire @@ -86886,7 +87015,7 @@ Set treeview insensitive and hide error message src/empathy-new-chatroom-dialog.c | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit 96d040d7ce116f22e27cbf8acbdf10a7d3277df6 Author: Gabriel Millaire @@ -86895,7 +87024,7 @@ Display error message in UI src/empathy-new-chatroom-dialog.c | 21 ++++++++++++++++++--- - 1 files changed, 18 insertions(+), 3 deletions(-) + 1 file changed, 18 insertions(+), 3 deletions(-) commit 6405eb55ea31ac039c39a780fbeb6848d05934bf Author: Gabriel Millaire @@ -86904,7 +87033,7 @@ Fixed call with list libempathy/empathy-tp-roomlist.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 043a161ccdfe386057b51da8c87142ec6e1d131b Author: Gabriel Millaire @@ -86914,7 +87043,7 @@ message invisible by default src/empathy-new-chatroom-dialog.ui | 10 ++++++---- - 1 files changed, 6 insertions(+), 4 deletions(-) + 1 file changed, 6 insertions(+), 4 deletions(-) commit b00d0ffd273edd3ac9248307dcb0f3ff36781b7f Author: Pierre-Luc Beaudoin @@ -86924,7 +87053,7 @@ src/empathy-new-chatroom-dialog.ui | 132 +++++++++++++++++++++++++++++------- - 1 files changed, 106 insertions(+), 26 deletions(-) + 1 file changed, 106 insertions(+), 26 deletions(-) commit b3a804afbff0bda318d31dea243ffef18491c2d8 Author: Gabriel Millaire @@ -86933,7 +87062,7 @@ Connect to error signals src/empathy-new-chatroom-dialog.c | 29 +++++++++++++++++++++++++++++ - 1 files changed, 29 insertions(+), 0 deletions(-) + 1 file changed, 29 insertions(+) commit 39af082298a0bbd0e91e23e31e1e32fc71f8f4bf Author: Gabriel Millaire @@ -86942,7 +87071,7 @@ Signal "error" is detailed libempathy/empathy-tp-roomlist.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 740f230888350114708d51067e624b31880cfdb2 Author: Gabriel Millaire @@ -86951,7 +87080,7 @@ Implement error signal libempathy/empathy-tp-roomlist.c | 21 +++++++++++++++++---- - 1 files changed, 17 insertions(+), 4 deletions(-) + 1 file changed, 17 insertions(+), 4 deletions(-) commit 401b81d9cf9667283cabea8d1d9b5926d9d77a9c Author: Arnaud Maillet @@ -86972,7 +87101,7 @@ src/empathy-chat-window.c | 9 +++++++++ src/empathy-chat-window.ui | 7 +++++++ - 2 files changed, 16 insertions(+), 0 deletions(-) + 2 files changed, 16 insertions(+) commit efb2bc19461c213a1bd6917d5b7f25943f436c6d Author: Guillaume Desmottes @@ -86982,7 +87111,7 @@ src/empathy-chat-window.c | 14 -------------- src/empathy-chat-window.ui | 7 ------- - 2 files changed, 0 insertions(+), 21 deletions(-) + 2 files changed, 21 deletions(-) commit 47a2e02ba9ecb28fe12697d69b9f387783072775 Author: Davyd Madeley @@ -86993,7 +87122,7 @@ Fixes 583430 libempathy-gtk/empathy-presence-chooser.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit ac9ae5ea673292782adb694be19a6a6b0d1eefc5 Merge: b08244a 353f7a0 @@ -87019,7 +87148,7 @@ Added ta translation po/LINGUAS | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit c7d169c22da82393bd7449ec7793b25b17b585e0 Author: drtvasudevan @@ -87029,7 +87158,7 @@ po/ta.po | 87 +++++++++++++++++++++++++++++++++++--------------------------- - 1 files changed, 49 insertions(+), 38 deletions(-) + 1 file changed, 49 insertions(+), 38 deletions(-) commit 7b1191951232a978f41667d39fa4de4b41b7dfe4 Author: drtvasudevan @@ -87037,7 +87166,7 @@ Updated Tamil translation - 0 files changed, 0 insertions(+), 0 deletions(-) + 0 files changed commit aaeef098dd53381f2ea9c037ce946c64a2e20de3 Author: drtvasudevan @@ -87047,7 +87176,7 @@ po/ta.po | 116 ++++++++++++++++++++++++++++++++++++++++++-------------------- - 1 files changed, 79 insertions(+), 37 deletions(-) + 1 file changed, 79 insertions(+), 37 deletions(-) commit 876c18b60deb4a4211937acb74bbdf4c21f4b680 Author: drtvasudevan @@ -87057,7 +87186,7 @@ po/ta.po | 2069 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 2069 insertions(+), 0 deletions(-) + 1 file changed, 2069 insertions(+) commit ac29c5993863e0c773230fa8df2e33b235a89bbb Author: Xavier Claessens @@ -87066,7 +87195,7 @@ Bump version to 2.27.2 configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 415c903efae7ae87e99b6406015b1385be7a578b Author: Xavier Claessens @@ -87075,7 +87204,7 @@ Fix NEWS NEWS | 5 ++--- - 1 files changed, 2 insertions(+), 3 deletions(-) + 1 file changed, 2 insertions(+), 3 deletions(-) commit 076b15c256da1ff6b5489bf40a4f506a7b70c874 Author: Xavier Claessens @@ -87084,7 +87213,7 @@ Improve a bit the release notes release.py | 6 ++++-- - 1 files changed, 4 insertions(+), 2 deletions(-) + 1 file changed, 4 insertions(+), 2 deletions(-) commit b46d5f9bc5bb86aaf59a22d574d8caf393901954 Author: Xavier Claessens @@ -87093,7 +87222,7 @@ Update NEWS for 2.27.1.1 release NEWS | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit 91d9bbea39b77cc578537adb8423fbcc2ef20b11 Author: Xavier Claessens @@ -87102,7 +87231,7 @@ Add documentation translation to NEWS release.py | 46 +++++++++++++++++++++++++++------------------- - 1 files changed, 27 insertions(+), 19 deletions(-) + 1 file changed, 27 insertions(+), 19 deletions(-) commit 007f92ecb7a09ffc21bd0bfd6764c0f60ba18ddd Author: Xavier Claessens @@ -87111,7 +87240,7 @@ Bump ABI to not conflict with abi in 2.26 branch configure.ac | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 521cbd489cb62732d00f0edd050754121e7ba82b Author: Jorge Gonzalez @@ -87120,8 +87249,8 @@ Updated Spanish translation po/es.po | 99 - +++++++++++++++++++++++++++++++++---------------------------- - 1 files changed, 54 insertions(+), 45 deletions(-) + ++++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 54 insertions(+), 45 deletions(-) commit e40e258ab2f65fad9838fe37a7c0d38ec8f8b20e Author: Γιάννης Κατσαμπίρης @@ -87131,7 +87260,7 @@ help/el/el.po | 924 +++++++++++++++++++++++++++++++++++++++++++++------------ - 1 files changed, 730 insertions(+), 194 deletions(-) + 1 file changed, 730 insertions(+), 194 deletions(-) commit 21d4e24e8d0624f5f6ec5be6acd45c6c02d30e44 Author: Guillaume Desmottes @@ -87151,7 +87280,7 @@ empathy_call_factory_new_call_with_streams libempathy/empathy-call-factory.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) + 1 file changed, 16 insertions(+) commit 4bd37c3ad42d29cd7545e8ddd0f94594daff52a8 Author: Guillaume Desmottes @@ -87161,7 +87290,7 @@ empathy_call_handler_new_for_contact libempathy/empathy-call-handler.c | 18 ++++++++++++++++++ - 1 files changed, 18 insertions(+), 0 deletions(-) + 1 file changed, 18 insertions(+) commit 84e2c127de4b21c0bbd53fa46ab00bf7d497969b Author: Guillaume Desmottes @@ -87170,7 +87299,7 @@ add 'Video Call' entry to the Contact menu libempathy-gtk/empathy-contact-menu.c | 40 - +++++++++++++++++++++++++++++++- + +++++++++++++++++++++++++++++++-- libempathy-gtk/empathy-contact-menu.h | 1 + 2 files changed, 39 insertions(+), 2 deletions(-) @@ -87182,7 +87311,7 @@ empathy_call_factory_new_call_with_streams libempathy-gtk/empathy-contact-menu.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 2887c266c85b651784f68b3d3fd5515cda759d88 Author: Guillaume Desmottes @@ -87191,7 +87320,7 @@ empathy_contact_audio_call_menu_item_new: change label to 'Audio Call' libempathy-gtk/empathy-contact-menu.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit d68a09b816e8b2c60a9d333a3a6cb9b86f20de89 Author: Guillaume Desmottes @@ -87210,7 +87339,7 @@ Show an audio and a video call button - libempathy-gtk/empathy-contact-list-store.c | 24 ++++++- + libempathy-gtk/empathy-contact-list-store.c | 24 ++++++-- libempathy-gtk/empathy-contact-list-store.h | 3 +- libempathy-gtk/empathy-contact-list-view.c | 84 +++++++++++++++++++++++---- @@ -87245,8 +87374,8 @@ Allow handlers to be created for streams with initial audio and video libempathy/empathy-call-handler.c | 46 - +++++++++++++++++++++++++++++++++++- - libempathy/empathy-call-handler.h | 3 ++ + +++++++++++++++++++++++++++++++++++-- + libempathy/empathy-call-handler.h | 3 +++ 2 files changed, 47 insertions(+), 2 deletions(-) commit a3e15eb1121dc577551934374fc5274aa49da607 @@ -87257,7 +87386,7 @@ libempathy/empathy-call-handler.c | 48 +++++++++++++++++++++++++++++++++++++ - 1 files changed, 48 insertions(+), 0 deletions(-) + 1 file changed, 48 insertions(+) commit 047b8d63d8617109df8c9ba19e0f4373c535e5b8 Author: Sjoerd Simons @@ -87266,7 +87395,7 @@ Let configure also check for farsight2 configure.ac | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 5b343bef5aabeedfc6c5fac73eb56519f93ba74f Author: Guillaume Desmottes @@ -87275,7 +87404,7 @@ enable coding style checks in libempathy-gtk libempathy-gtk/Makefile.am | 13 +++++++++++-- - 1 files changed, 11 insertions(+), 2 deletions(-) + 1 file changed, 11 insertions(+), 2 deletions(-) commit a0096d54af2c7b9a33610ac479de36683827780d Author: Guillaume Desmottes @@ -87294,7 +87423,7 @@ empathy-account-widget-irc: fix coding style libempathy-gtk/empathy-account-widget-irc.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit cff74c58c9e327a3a8f509b75f9179c628a68905 Author: Guillaume Desmottes @@ -87303,7 +87432,7 @@ empathy-account-widget-sip: fix coding style libempathy-gtk/empathy-account-widget-sip.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 7fd94f82a3cb476021e3b374897a71d7eaf803fa Author: Guillaume Desmottes @@ -87322,7 +87451,7 @@ empathy-audio-sink: fix coding style libempathy-gtk/empathy-audio-sink.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c3e65c91c4123bbc3093e42b5603f466349839c9 Author: Guillaume Desmottes @@ -87331,7 +87460,7 @@ empathy-audio-src: fix coding style libempathy-gtk/empathy-audio-src.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit e3b7b7c34488b649f7fe10728b939baca76e0fd8 Author: Guillaume Desmottes @@ -87360,7 +87489,7 @@ empathy-cell-renderer-activatable: fix coding style libempathy-gtk/empathy-cell-renderer-activatable.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f34b13e2f95b88aad6c3c21003fd9c98e191bda8 Author: Guillaume Desmottes @@ -87460,7 +87589,7 @@ empathy-contact-selector: fix coding style libempathy-gtk/empathy-contact-selector.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit c6651fdfbaf19fd20da3f9be13691f142aef8786 Author: Guillaume Desmottes @@ -87469,7 +87598,7 @@ empathy-contact-widget: fix coding style libempathy-gtk/empathy-contact-widget.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 56bfafeea5e41e5c6e943fe41eb348f10d174062 Author: Guillaume Desmottes @@ -87488,7 +87617,7 @@ empathy-images: fix coding style libempathy-gtk/empathy-images.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 691ea26a17b34085ace287f4fb7e0b7e79a09b26 Author: Guillaume Desmottes @@ -87497,7 +87626,7 @@ empathy-irc-network-dialog: fix coding style libempathy-gtk/empathy-irc-network-dialog.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 057ed59e0086cb0a6576dc1ff9121687d5382ae2 Author: Guillaume Desmottes @@ -87516,7 +87645,7 @@ empathy-new-message-dialog: fix coding style libempathy-gtk/empathy-new-message-dialog.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 402929e44e5e28d568d6895b37c50e0f974f1e59 Author: Guillaume Desmottes @@ -87535,7 +87664,7 @@ empathy-profile-chooser: fix coding style libempathy-gtk/empathy-profile-chooser.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 01e22174eb8ca95d992b1128bb0329df1d46805c Author: Guillaume Desmottes @@ -87624,7 +87753,7 @@ empathy-video-widget: fix coding style libempathy-gtk/empathy-video-widget.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 326c3a23e79880381917fad9d30de2a4df1c78a8 Author: Guillaume Desmottes @@ -87633,7 +87762,7 @@ enable coding style checks by default configure.ac | 9 +++++++++ - 1 files changed, 9 insertions(+), 0 deletions(-) + 1 file changed, 9 insertions(+) commit 70e90db86acce48b34391a5115df23042bd780b6 Author: Guillaume Desmottes @@ -87642,7 +87771,7 @@ enable coding style checks in libempathy libempathy/Makefile.am | 6 ++++++ - 1 files changed, 6 insertions(+), 0 deletions(-) + 1 file changed, 6 insertions(+) commit dc82422e7c4e508924ccdced859d6f7b089dcf46 Author: Guillaume Desmottes @@ -87651,7 +87780,7 @@ empathy-tube-handler: fix coding style libempathy/empathy-tube-handler.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit f450bb6318ba7ead7bc8014a5325cf03bb19e61a Author: Guillaume Desmottes @@ -87660,7 +87789,7 @@ empathy-tp-tube: fix coding style libempathy/empathy-tp-tube.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 79a634bec5750340ba11a888e4694683938221d0 Author: Guillaume Desmottes @@ -87669,7 +87798,7 @@ empathy-tp-roomlist: fix coding style libempathy/empathy-tp-roomlist.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7be06cbed86cd7382854832f58089d6fa269d3b2 Author: Guillaume Desmottes @@ -87678,7 +87807,7 @@ empathy-tp-contact-factory: fix coding style libempathy/empathy-tp-contact-factory.c | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) + 1 file changed, 3 insertions(+), 3 deletions(-) commit a4003a623b98bb2d868bc3d10da305f2b5fba435 Author: Guillaume Desmottes @@ -87697,7 +87826,7 @@ empathy-tp-call: fix coding style libempathy/empathy-tp-call.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 15ec4617ba99fa803befc897c665ea9690657692 Author: Guillaume Desmottes @@ -87766,7 +87895,7 @@ empathy-irc-network: update FSF address libempathy/empathy-irc-network.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 9239cf14f80b43a82b1b3dd3c467d670ef2de9c5 Author: Guillaume Desmottes @@ -87775,7 +87904,7 @@ empathy-irc-network-manager: fix coding style libempathy/empathy-irc-network-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 3c472b22ebcf51c6f6f49ed868cd2df08988a965 Author: Guillaume Desmottes @@ -87784,7 +87913,7 @@ empathy-types: fix coding style libempathy/empathy-types.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 7d0392564e2a5a6508470b2cfa94f39ec26e64ff Author: Guillaume Desmottes @@ -87813,7 +87942,7 @@ empathy-idle: fix coding style libempathy/empathy-idle.c | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit 49b39abeec278ac6e78f6c87ac63d8fbb86b1b12 Author: Guillaume Desmottes @@ -87822,7 +87951,7 @@ empathy-dispatcher: fix coding style libempathy/empathy-dispatcher.c | 18 +++++++++--------- - 1 files changed, 9 insertions(+), 9 deletions(-) + 1 file changed, 9 insertions(+), 9 deletions(-) commit f50bb220dd13097081b8e45422681507999e9a07 Author: Guillaume Desmottes @@ -87831,7 +87960,7 @@ empathy-dispatch-operation: fix coding style libempathy/empathy-dispatch-operation.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit ccc136843beb485cb7ac8aa3646cfee1a7d24c82 Author: Guillaume Desmottes @@ -87840,7 +87969,7 @@ empathy-contact: fix coding style libempathy/empathy-contact.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 0f95e1b5f33fbf3cfe9099106b123b722ed566ce Author: Guillaume Desmottes @@ -87849,7 +87978,7 @@ empathy-contact-manager: fix coding style libempathy/empathy-contact-manager.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit c9a4f5b5c0be0ff0c94bba545b91a4f93f509616 Author: Guillaume Desmottes @@ -87888,7 +88017,7 @@ empathy-call-handler: fix coding style libempathy/empathy-call-handler.h | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 9c4658aacb727463c8cec239f82763802b89ab4d Author: Guillaume Desmottes @@ -87917,7 +88046,7 @@ Extract date of last tag instead of hardcoding it. release.py | 11 ++++++++++- - 1 files changed, 10 insertions(+), 1 deletions(-) + 1 file changed, 10 insertions(+), 1 deletion(-) commit ae394e19d0b012e849dfd913e683f73ef54b8e57 Author: Frédéric Péters @@ -87926,7 +88055,7 @@ [help] remove invalid element under help/C/empathy.xml | 5 ----- - 1 files changed, 0 insertions(+), 5 deletions(-) + 1 file changed, 5 deletions(-) commit cce131dc448057cff3b1dcfae234c976a657a3b0 Author: Xavier Claessens @@ -87946,7 +88075,7 @@ Fix GstBin import problem in the python binding python/pyempathygtk/pyempathygtk.override | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 93d1b6ead8b6bb92c5e6251f75dd7109b51036f5 Author: Jonny Lamb @@ -87958,7 +88087,7 @@ src/empathy-debug-dialog.c | 73 ++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 73 insertions(+), 0 deletions(-) + 1 file changed, 73 insertions(+) commit 7f6ef434116202d103024c41cf280c2d15b81862 Author: Jonny Lamb @@ -87969,7 +88098,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 19 +++++++------------ - 1 files changed, 7 insertions(+), 12 deletions(-) + 1 file changed, 7 insertions(+), 12 deletions(-) commit 5aff2cd01627715693f777dd69400665cf79dc7a Author: Jonny Lamb @@ -87982,7 +88111,7 @@ src/empathy-debug-dialog.c | 93 ++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 93 insertions(+), 0 deletions(-) + 1 file changed, 93 insertions(+) commit cd7da38d3d22a5a7588346f2cb097e9152dcd120 Author: Jonny Lamb @@ -87994,7 +88123,7 @@ src/empathy-debug-dialog.c | 139 +++++++++++++++++++++++++++++++++++--------- - 1 files changed, 112 insertions(+), 27 deletions(-) + 1 file changed, 112 insertions(+), 27 deletions(-) commit 3d5c631f39123c026ddd67f30c98400fb5d60c31 Author: Jonny Lamb @@ -88006,7 +88135,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 28 +--------------------------- - 1 files changed, 1 insertions(+), 27 deletions(-) + 1 file changed, 1 insertion(+), 27 deletions(-) commit a6cdf0ea3b5c585a7fbbe692be2fee322801d716 Author: Jonny Lamb @@ -88018,7 +88147,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 15 +++++++++++++++ - 1 files changed, 15 insertions(+), 0 deletions(-) + 1 file changed, 15 insertions(+) commit 6cc716c326a27cc4db993a3384ec73bd9bb0aa3d Author: Jonny Lamb @@ -88029,8 +88158,8 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 48 - ++++++++++++++++++++++++++++++++----------- - 1 files changed, 35 insertions(+), 13 deletions(-) + ++++++++++++++++++++++++++++++++------------ + 1 file changed, 35 insertions(+), 13 deletions(-) commit 74f912543dcd2d78aee3e6ab15bf60a29e08074a Author: Jonny Lamb @@ -88041,7 +88170,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 14 +++++++------- - 1 files changed, 7 insertions(+), 7 deletions(-) + 1 file changed, 7 insertions(+), 7 deletions(-) commit b096d874c2ffc78d38849cc5a8d98bcdf98cc2ec Author: Jonny Lamb @@ -88052,7 +88181,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit ece1e3733ab9e68a2f630801cba420521217eebb Author: Jonny Lamb @@ -88063,7 +88192,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 4c964ad03a5821ab8b6b8a239445ef49e05d0e86 Author: Jonny Lamb @@ -88074,7 +88203,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 16 ++++++++++------ - 1 files changed, 10 insertions(+), 6 deletions(-) + 1 file changed, 10 insertions(+), 6 deletions(-) commit ce3757027a8d85b27b8e06dce1faf62ed50159f0 Author: Jonny Lamb @@ -88085,7 +88214,7 @@ Signed-off-by: Jonny Lamb src/empathy-main-window.ui | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 865ef86c6649c3aa29f95e674d4b322f650282a9 Author: Jonny Lamb @@ -88097,7 +88226,7 @@ src/empathy-debug-dialog.c | 88 ++++++++++++++++++++++---------------------- - 1 files changed, 44 insertions(+), 44 deletions(-) + 1 file changed, 44 insertions(+), 44 deletions(-) commit a54629f7d8f1ea443546c69fa42d7b43de345a91 Author: Jonny Lamb @@ -88108,7 +88237,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit a3c76f11316e9db645767ea79ae12302db6c4274 Author: Jonny Lamb @@ -88120,7 +88249,7 @@ src/empathy-debug-dialog.c | 96 ++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 96 insertions(+), 0 deletions(-) + 1 file changed, 96 insertions(+) commit 9114490a86ba3fc5003158d8c32d4d4a7358583b Author: Jonny Lamb @@ -88131,7 +88260,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit 07c9be03b2c31136548d1a90ffbe1a243f2dbe07 Author: Jonny Lamb @@ -88143,7 +88272,7 @@ src/empathy-debug-dialog.c | 95 ++++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 95 insertions(+), 0 deletions(-) + 1 file changed, 95 insertions(+) commit dced9a5c90939b1be6a893bd8135bfdd5ae3b557 Author: Jonny Lamb @@ -88154,7 +88283,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 588532480256c991bf976dba129b9ec2eedb89ec Author: Jonny Lamb @@ -88165,7 +88294,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 11 +++++++++++ - 1 files changed, 11 insertions(+), 0 deletions(-) + 1 file changed, 11 insertions(+) commit d8de0a0b75eb671ad69f6212bbfbf4aa4aa2f397 Author: Jonny Lamb @@ -88177,7 +88306,7 @@ src/empathy-debug-dialog.c | 145 +++++++++++++++++++++++++++++++++++--------- - 1 files changed, 117 insertions(+), 28 deletions(-) + 1 file changed, 117 insertions(+), 28 deletions(-) commit 7e473c19291d827cfa85ec7d09d5a602bbc34aaf Author: Jonny Lamb @@ -88188,7 +88317,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 0dce56f5fccdb09c42a66823986f5b13ba2e4704 Author: Jonny Lamb @@ -88199,7 +88328,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 10 +++++++++- - 1 files changed, 9 insertions(+), 1 deletions(-) + 1 file changed, 9 insertions(+), 1 deletion(-) commit 37b7480c83cae6bc8bb818c1a0d6ba77ead968eb Author: Jonny Lamb @@ -88212,7 +88341,7 @@ src/empathy-debug-dialog.c | 40 +++++++++++++++++++++++++++------------- - 1 files changed, 27 insertions(+), 13 deletions(-) + 1 file changed, 27 insertions(+), 13 deletions(-) commit 989e03b5f67ce060f5f96a5bc8c1d6b176e5bc4b Author: Jonny Lamb @@ -88223,7 +88352,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) + 1 file changed, 1 insertion(+) commit 5bb2c60a3746e458aa82312f036655457459d2f0 Author: Jonny Lamb @@ -88235,7 +88364,7 @@ src/empathy-debug-dialog.c | 72 ++++++++++++++++++++++---------------------- - 1 files changed, 36 insertions(+), 36 deletions(-) + 1 file changed, 36 insertions(+), 36 deletions(-) commit 67fc33120047dc2e0eea93fb255ee21674d5d8c5 Author: Jonny Lamb @@ -88259,7 +88388,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + 1 file changed, 1 insertion(+), 1 deletion(-) commit 6d3c3d4d23c2baca8dbab76edf349691f74b1276 Author: Jonny Lamb @@ -88270,7 +88399,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 3 +++ - 1 files changed, 3 insertions(+), 0 deletions(-) + 1 file changed, 3 insertions(+) commit 563cdd3b2e98eaf6225727f3320eb81826eaa41d Author: Jonny Lamb @@ -88281,7 +88410,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) + 1 file changed, 2 insertions(+) commit f408815ea2363da687f13bc93d3149ae982169c3 Author: Jonny Lamb @@ -88292,7 +88421,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 7 ++++--- - 1 files changed, 4 insertions(+), 3 deletions(-) + 1 file changed, 4 insertions(+), 3 deletions(-) commit 4db501d37a674c4ec696a6d0fbe30272f0e5acd6 Author: Jonny Lamb @@ -88304,7 +88433,7 @@ src/empathy-debug-dialog.c | 115 ++++++++++++++++++++++++++++++-------------- - 1 files changed, 78 insertions(+), 37 deletions(-) + 1 file changed, 78 insertions(+), 37 deletions(-) commit 9de1a3a667851d39f82a5b2aa21af6620750a10d Author: Jonny Lamb @@ -88316,7 +88445,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 21 +++++++++++++-------- - 1 files changed, 13 insertions(+), 8 deletions(-) + 1 file changed, 13 insertions(+), 8 deletions(-) commit 810744148160705f76412551b28daadaf7d29da8 Author: Jonny Lamb @@ -88327,7 +88456,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) commit 828b3394316f42a6a451db1b541299cae516bcd9 Author: Jonny Lamb @@ -88338,7 +88467,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) + 1 file changed, 2 insertions(+), 1 deletion(-) commit a1a6d017403f00f39d34611d0890edb8cebf9389 Author: Jonny Lamb @@ -88350,7 +88479,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 35 ++++++++++++++++++++++++++--------- - 1 files changed, 26 insertions(+), 9 deletions(-) + 1 file changed, 26 insertions(+), 9 deletions(-) commit 431c9bd2c21cf9d47996f1d9e68519acbbc70652 Author: Jonny Lamb @@ -88362,8 +88491,8 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 52 - +++++++++++++++++++++++++++++++++++++------ - 1 files changed, 44 insertions(+), 8 deletions(-) + +++++++++++++++++++++++++++++++++++++------- + 1 file changed, 44 insertions(+), 8 deletions(-) commit 53ac3ca75ee31a2d62d0d0bb96f8344764949a36 Author: Jonny Lamb @@ -88374,7 +88503,7 @@ Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 12 +++++++++--- - 1 files changed, 9 insertions(+), 3 deletions(-) + 1 file changed, 9 insertions(+), 3 deletions(-) commit 181bac302b8b30c2ba9f409e051087f8e154fb2c Author: Jonny Lamb @@ -88386,7 +88515,7 @@ src/empathy-debug-dialog.c | 108 +++++++++++++++++++++++++++----------------- - 1 files changed, 67 insertions(+), 41 deletions(-) + 1 file changed, 67 insertions(+), 41 deletions(-) commit 56cc5ad7593c863bff6c04c792c222228d2b78ce Author: Jonny Lamb @@ -88398,7 +88527,7 @@ src/empathy-debug-dialog.c | 182 +++++++++++++++++++++++++++++++++++++++++--- - 1 files changed, 171 insertions(+), 11 deletions(-) + 1 file changed, 171 insertions(+), 11 deletions(-) commit db4456ba5fabfef982a13359df599f7040aa5275 Author: Jonny Lamb @@ -88410,7 +88539,7 @@ src/empathy-debug-dialog.c | 67 ++++++++++++++++++++++++++++++++++++++++---- - 1 files changed, 61 insertions(+), 6 deletions(-) + 1 file changed, 61 insertions(+), 6 deletions(-) commit 0cbb9fe558f4652c5a0f70a2864a061665ba605e Author: Jonny Lamb @@ -88424,7 +88553,7 @@ ++++++++++++++++++++++++++++++++++++++++++++++++ extensions/Makefile.am | 3 +- extensions/misc.xml | 1 + - 3 files changed, 115 insertions(+), 1 deletions(-) + 3 files changed, 115 insertions(+), 1 deletion(-) commit 7e1d202225b540ed028343a5f882a2bb9c02f121 Author: Jonny Lamb @@ -88436,7 +88565,7 @@ src/empathy-main-window.c | 9 +++++++++ src/empathy-main-window.ui | 7 +++++++ - 2 files changed, 16 insertions(+), 0 deletions(-) + 2 files changed, 16 insertions(+) commit 56daa742534c8bac393b21ae204927d144307074 Author: Jonny Lamb @@ -88463,4 +88592,4 @@ src/empathy-debug-dialog.c | 130 ++++++++++++++++++++++++++++++++++++++++++++ src/empathy-debug-dialog.h | 61 +++++++++++++++++++++ - 3 files changed, 192 insertions(+), 0 deletions(-) + 3 files changed, 192 insertions(+) diff -Nru empathy-3.4.2.1/config.guess empathy-3.4.2.3/config.guess --- empathy-3.4.2.1/config.guess 2012-05-21 12:08:54.000000000 +0000 +++ empathy-3.4.2.3/config.guess 2012-06-27 10:25:25.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011, 2012 Free Software Foundation, Inc. -timestamp='2009-11-20' +timestamp='2012-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -56,8 +56,9 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 +Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -144,7 +145,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or - # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward @@ -180,7 +181,7 @@ fi ;; *) - os=netbsd + os=netbsd ;; esac # The OS release @@ -223,7 +224,7 @@ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) - UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on @@ -269,7 +270,10 @@ # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - exit ;; + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + exitcode=$? + trap '' 0 + exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead @@ -295,7 +299,7 @@ echo s390-ibm-zvmoe exit ;; *:OS400:*:*) - echo powerpc-ibm-os400 + echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} @@ -394,23 +398,23 @@ # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit ;; + exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} - exit ;; + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} - exit ;; + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} - exit ;; + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; @@ -480,8 +484,8 @@ echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) - # DG/UX returns AViiON for all architectures - UNAME_PROCESSOR=`/usr/bin/uname -p` + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ @@ -494,7 +498,7 @@ else echo i586-dg-dgux${UNAME_RELEASE} fi - exit ;; + exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; @@ -551,7 +555,7 @@ echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[456]) + *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 @@ -594,52 +598,52 @@ 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` - sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "${sc_cpu_version}" in - 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 - 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 - 532) # CPU_PA_RISC2_0 - case "${sc_kernel_bits}" in - 32) HP_ARCH="hppa2.0n" ;; - 64) HP_ARCH="hppa2.0w" ;; + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 - esac ;; - esac + esac ;; + esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); - #define _HPUX_SOURCE - #include - #include - - int main () - { - #if defined(_SC_KERNEL_BITS) - long bits = sysconf(_SC_KERNEL_BITS); - #endif - long cpu = sysconf (_SC_CPU_VERSION); - - switch (cpu) - { - case CPU_PA_RISC1_0: puts ("hppa1.0"); break; - case CPU_PA_RISC1_1: puts ("hppa1.1"); break; - case CPU_PA_RISC2_0: - #if defined(_SC_KERNEL_BITS) - switch (bits) - { - case 64: puts ("hppa2.0w"); break; - case 32: puts ("hppa2.0n"); break; - default: puts ("hppa2.0"); break; - } break; - #else /* !defined(_SC_KERNEL_BITS) */ - puts ("hppa2.0"); break; - #endif - default: puts ("hppa1.0"); break; - } - exit (0); - } + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa @@ -730,22 +734,22 @@ exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd - exit ;; + exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi - exit ;; + exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd - exit ;; + exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd - exit ;; + exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd - exit ;; + exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; @@ -769,14 +773,14 @@ exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` - echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit ;; + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` - echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} @@ -788,13 +792,12 @@ echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - case ${UNAME_MACHINE} in - pc98) - echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + UNAME_PROCESSOR=`/usr/bin/uname -p` + case ${UNAME_PROCESSOR} in amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) @@ -803,15 +806,18 @@ *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; + i*:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) - case ${UNAME_MACHINE} in + case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; @@ -866,7 +872,7 @@ EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; - esac + esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} @@ -878,20 +884,29 @@ then echo ${UNAME_MACHINE}-unknown-linux-gnu else - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabihf + fi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) - echo cris-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-gnu exit ;; crisv32:Linux:*:*) - echo crisv32-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-gnu exit ;; frv:Linux:*:*) - echo frv-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + hexagon:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:Linux:*:*) LIBC=gnu @@ -933,7 +948,7 @@ test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) - echo or32-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; padre:Linux:*:*) echo sparc-unknown-linux-gnu @@ -959,7 +974,7 @@ echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu @@ -967,14 +982,17 @@ sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) - echo x86_64-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -983,11 +1001,11 @@ echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) - # Unixware is an offshoot of SVR4, but it has its own version - # number series starting with 2... - # I am not positive that other SVR4 systems won't match this, + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. - # Use sysv4.2uw... so that sysv4* matches it. + # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) @@ -1019,7 +1037,7 @@ fi exit ;; i*86:*:5:[678]*) - # UnixWare 7.x, OpenUNIX and OpenServer 6. + # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; @@ -1047,13 +1065,13 @@ exit ;; pc:*:*:*) # Left here for compatibility: - # uname -m prints for DJGPP always 'pc', but it prints nothing about - # the processor, so we play safe by assuming i586. + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp - exit ;; + exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; @@ -1088,8 +1106,8 @@ /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) - /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4; exit; } ;; + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ @@ -1132,10 +1150,10 @@ echo ns32k-sni-sysv fi exit ;; - PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says - echo i586-unisys-sysv4 - exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm @@ -1161,11 +1179,11 @@ exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} + echo mips-nec-sysv${UNAME_RELEASE} else - echo mips-unknown-sysv${UNAME_RELEASE} + echo mips-unknown-sysv${UNAME_RELEASE} fi - exit ;; + exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; @@ -1230,6 +1248,9 @@ *:QNX:*:4*) echo i386-pc-qnx exit ;; + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; NSE-?:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; @@ -1275,13 +1296,13 @@ echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} + echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) - UNAME_MACHINE=`(uname -p) 2>/dev/null` + UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; @@ -1321,11 +1342,11 @@ #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 - "4" + "4" #else - "" + "" #endif - ); exit (0); + ); exit (0); #endif #endif diff -Nru empathy-3.4.2.1/config.sub empathy-3.4.2.3/config.sub --- empathy-3.4.2.1/config.sub 2012-05-21 12:08:54.000000000 +0000 +++ empathy-3.4.2.3/config.sub 2012-06-27 10:25:25.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011, 2012 Free Software Foundation, Inc. -timestamp='2009-11-20' +timestamp='2012-01-01' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -75,8 +75,9 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 +Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -123,8 +124,9 @@ # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ - uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os @@ -156,8 +158,8 @@ os= basic_machine=$1 ;; - -bluegene*) - os=-cnk + -bluegene*) + os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= @@ -173,10 +175,10 @@ os=-chorusos basic_machine=$1 ;; - -chorusrdb) - os=-chorusrdb + -chorusrdb) + os=-chorusrdb basic_machine=$1 - ;; + ;; -hiux*) os=-hiuxwe2 ;; @@ -249,13 +251,17 @@ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | be32 | be64 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ + | epiphany \ | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ + | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | mcore | mep | metag \ @@ -281,29 +287,39 @@ | moxie \ | mt \ | msp430 \ + | nds32 | nds32le | nds32be \ | nios | nios2 \ | ns16k | ns32k \ + | open8 \ | or32 \ | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ - | rx \ + | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ - | spu | strongarm \ - | tahoe | thumb | tic4x | tic80 | tron \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ - | v850 | v850e \ + | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | we32k \ - | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ + | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; m6811 | m68hc11 | m6812 | m68hc12 | picochip) - # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none ;; @@ -313,6 +329,18 @@ basic_machine=mt-unknown ;; + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + + xscaleeb) + basic_machine=armeb-unknown + ;; + + xscaleel) + basic_machine=armel-unknown + ;; + # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. @@ -332,16 +360,19 @@ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ + | be32-* | be64-* \ | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ + | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ @@ -367,25 +398,29 @@ | mmix-* \ | mt-* \ | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pyramid-* \ - | romp-* | rs6000-* | rx-* \ + | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ - | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile*-* \ | tron-* \ | ubicom32-* \ - | v850-* | v850e-* | vax-* \ + | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ + | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) @@ -410,7 +445,7 @@ basic_machine=a29k-amd os=-udi ;; - abacus) + abacus) basic_machine=abacus-unknown ;; adobe68k) @@ -480,11 +515,20 @@ basic_machine=powerpc-ibm os=-cnk ;; + c54x-*) + basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c55x-*) + basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c6x-*) + basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; c90) basic_machine=c90-cray os=-unicos ;; - cegcc) + cegcc) basic_machine=arm-unknown os=-cegcc ;; @@ -516,7 +560,7 @@ basic_machine=craynv-cray os=-unicosmp ;; - cr16) + cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; @@ -674,7 +718,6 @@ i370-ibm* | ibm*) basic_machine=i370-ibm ;; -# I'm not sure what "Sysv32" means. Should this be sysv3.2? i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 @@ -732,7 +775,7 @@ basic_machine=ns32k-utek os=-sysv ;; - microblaze) + microblaze) basic_machine=microblaze-xilinx ;; mingw32) @@ -771,10 +814,18 @@ ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; + msys) + basic_machine=i386-pc + os=-msys + ;; mvs) basic_machine=i370-ibm os=-mvs ;; + nacl) + basic_machine=le32-unknown + os=-nacl + ;; ncr3000) basic_machine=i486-ncr os=-sysv4 @@ -839,6 +890,12 @@ np1) basic_machine=np1-gould ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; nsr-tandem) basic_machine=nsr-tandem ;; @@ -921,9 +978,10 @@ ;; power) basic_machine=power-ibm ;; - ppc) basic_machine=powerpc-unknown + ppc | ppcbe) basic_machine=powerpc-unknown ;; - ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown @@ -1017,6 +1075,9 @@ basic_machine=i860-stratus os=-sysv4 ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; sun2) basic_machine=m68000-sun ;; @@ -1073,20 +1134,8 @@ basic_machine=t90-cray os=-unicos ;; - tic54x | c54x*) - basic_machine=tic54x-unknown - os=-coff - ;; - tic55x | c55x*) - basic_machine=tic55x-unknown - os=-coff - ;; - tic6x | c6x*) - basic_machine=tic6x-unknown - os=-coff - ;; tile*) - basic_machine=tile-unknown + basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) @@ -1156,6 +1205,9 @@ xps | xps100) basic_machine=xps100-honeywell ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + ;; ymp) basic_machine=ymp-cray os=-unicos @@ -1253,11 +1305,11 @@ if [ x"$os" != x"" ] then case $os in - # First match some system type aliases - # that might get confused with valid system types. + # First match some system type aliases + # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. - -auroraux) - os=-auroraux + -auroraux) + os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` @@ -1293,8 +1345,9 @@ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ - | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ @@ -1341,7 +1394,7 @@ -opened*) os=-openedition ;; - -os400*) + -os400*) os=-os400 ;; -wince*) @@ -1390,7 +1443,7 @@ -sinix*) os=-sysv4 ;; - -tpf*) + -tpf*) os=-tpf ;; -triton*) @@ -1435,6 +1488,8 @@ -dicos*) os=-dicos ;; + -nacl*) + ;; -none) ;; *) @@ -1457,10 +1512,10 @@ # system, and we'll never get to this point. case $basic_machine in - score-*) + score-*) os=-elf ;; - spu-*) + spu-*) os=-elf ;; *-acorn) @@ -1472,8 +1527,17 @@ arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff + c4x-* | tic4x-*) + os=-coff + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff ;; # This must come before the *-dec entry. pdp10-*) @@ -1493,14 +1557,11 @@ ;; m68000-sun) os=-sunos3 - # This also exists in the configure program, but was not the - # default. - # os=-sunos4 ;; m68*-cisco) os=-aout ;; - mep-*) + mep-*) os=-elf ;; mips*-cisco) @@ -1527,7 +1588,7 @@ *-ibm) os=-aix ;; - *-knuth) + *-knuth) os=-mmixware ;; *-wec) diff -Nru empathy-3.4.2.1/configure empathy-3.4.2.3/configure --- empathy-3.4.2.1/configure 2012-05-21 12:08:47.000000000 +0000 +++ empathy-3.4.2.3/configure 2012-06-27 11:48:15.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for Empathy 3.4.2.1. +# Generated by GNU Autoconf 2.68 for Empathy 3.4.2.3. # # Report bugs to . # @@ -576,8 +576,8 @@ # Identity of this package. PACKAGE_NAME='Empathy' PACKAGE_TARNAME='empathy' -PACKAGE_VERSION='3.4.2.1' -PACKAGE_STRING='Empathy 3.4.2.1' +PACKAGE_VERSION='3.4.2.3' +PACKAGE_STRING='Empathy 3.4.2.3' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=empathy' PACKAGE_URL='https://live.gnome.org/Empathy' @@ -699,6 +699,12 @@ INTLTOOL_KEYS_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_DESKTOP_RULE +intltool__v_merge_options_0 +intltool__v_merge_options_ +INTLTOOL_V_MERGE_OPTIONS +INTLTOOL__v_MERGE_0 +INTLTOOL__v_MERGE_ +INTLTOOL_V_MERGE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE @@ -782,6 +788,7 @@ am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE +am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE @@ -797,6 +804,8 @@ CC AM_BACKSLASH AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -906,6 +915,7 @@ PKG_CONFIG_PATH PKG_CONFIG_LIBDIR XMKMF +PYTHON VALGRIND_CFLAGS VALGRIND_LIBS EMPATHY_CFLAGS @@ -1482,7 +1492,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Empathy 3.4.2.1 to adapt to many kinds of systems. +\`configure' configures Empathy 3.4.2.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1556,7 +1566,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Empathy 3.4.2.1:";; + short | recursive ) echo "Configuration of Empathy 3.4.2.3:";; esac cat <<\_ACEOF @@ -1606,7 +1616,7 @@ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-x use the X Window System - --with-pic try to use only PIC/non-PIC objects [default=use + --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot=DIR Search for dependent libraries within DIR @@ -1632,6 +1642,7 @@ PKG_CONFIG_LIBDIR path overriding pkg-config's built-in search path XMKMF Path to xmkmf, Makefile generator for X Window System + PYTHON the Python interpreter VALGRIND_CFLAGS C compiler flags for VALGRIND, overriding pkg-config VALGRIND_LIBS @@ -1756,7 +1767,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Empathy configure 3.4.2.1 +Empathy configure 3.4.2.3 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2039,7 +2050,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Empathy $as_me 3.4.2.1, which was +It was created by Empathy $as_me 3.4.2.3, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2930,7 +2941,7 @@ # Define the identity of the package. PACKAGE='empathy' - VERSION='3.4.2.1' + VERSION='3.4.2.3' # Some tools Automake needs. @@ -2951,9 +2962,9 @@ # We need awk for the "check" target. The system "awk" is bad on # some platforms. -# Always define AMTAR for backward compatibility. - -AMTAR=${AMTAR-"${am_missing_run}tar"} +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5 @@ -3056,6 +3067,33 @@ no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=0;; esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi AM_BACKSLASH='\' @@ -3901,6 +3939,7 @@ if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= @@ -3925,6 +3964,7 @@ # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -3984,7 +4024,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -5475,8 +5515,8 @@ -macro_version='2.4' -macro_revision='1.3293' +macro_version='2.4.2' +macro_revision='1.3337' @@ -6191,6 +6231,11 @@ lt_cv_sys_max_cmd_len=196608 ;; + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not @@ -6230,7 +6275,7 @@ # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. - while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ + while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do @@ -6659,7 +6704,7 @@ lt_cv_deplibs_check_method=pass_all ;; -# This must be Linux ELF. +# This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; @@ -7299,13 +7344,13 @@ if test -n "$RANLIB"; then case $host_os in openbsd*) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac - old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in @@ -7452,6 +7497,7 @@ # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ @@ -7840,7 +7886,7 @@ CFLAGS="$SAVE_CFLAGS" fi ;; -sparc*-*solaris*) +*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 @@ -7851,7 +7897,20 @@ case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in - yes*) LD="${LD-ld} -m elf64_sparc" ;; + yes*) + case $host in + i?86-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD="${LD-ld}_sol2" + fi + ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" @@ -8491,7 +8550,13 @@ $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? - if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&5 + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test $_lt_result -eq 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 @@ -8502,6 +8567,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if ${lt_cv_ld_exported_symbols_list+:} false; then : @@ -8534,6 +8600,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 $as_echo_n "checking for -force_load linker flag... " >&6; } if ${lt_cv_ld_force_load+:} false; then : @@ -8555,7 +8622,9 @@ echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? - if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&5 + elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then lt_cv_ld_force_load=yes else cat conftest.err >&5 @@ -8710,7 +8779,22 @@ # Check whether --with-pic was given. if test "${with_pic+set}" = set; then : - withval=$with_pic; pic_mode="$withval" + withval=$with_pic; lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for lt_pkg in $withval; do + IFS="$lt_save_ifs" + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac else pic_mode=default fi @@ -8788,6 +8872,10 @@ + + + + test -z "$LN_S" && LN_S="ln -s" @@ -9247,7 +9335,9 @@ case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 lt_prog_compiler_wl='-Xlinker ' - lt_prog_compiler_pic='-Xcompiler -fPIC' + if test -n "$lt_prog_compiler_pic"; then + lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" + fi ;; esac else @@ -9338,18 +9428,33 @@ ;; *) case `$CC -V 2>&1 | sed 5q` in - *Sun\ F* | *Sun*Fortran*) + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; + *Sun\ F* | *Sun*Fortran*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Qoption ld ' + ;; *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; + *Intel*\ [CF]*Compiler*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + *Portland\ Group*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; esac ;; esac @@ -9711,7 +9816,6 @@ hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= - hardcode_libdir_flag_spec_ld= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported @@ -9961,8 +10065,7 @@ xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' - hardcode_libdir_flag_spec= - hardcode_libdir_flag_spec_ld='-rpath $libdir' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ @@ -10341,6 +10444,7 @@ # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes + exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' @@ -10386,6 +10490,7 @@ hardcode_shlibpath_var=unsupported if test "$lt_cv_ld_force_load" = "yes"; then whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + else whole_archive_flag_spec='' fi @@ -10414,10 +10519,6 @@ hardcode_shlibpath_var=no ;; - freebsd1*) - ld_shlibs=no - ;; - # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little @@ -10430,7 +10531,7 @@ ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. - freebsd2*) + freebsd2.*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes @@ -10469,7 +10570,6 @@ fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' - hardcode_libdir_flag_spec_ld='+b $libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes @@ -11093,11 +11193,6 @@ - - - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } @@ -11187,7 +11282,7 @@ case $host_os in aix3*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH @@ -11196,7 +11291,7 @@ ;; aix[4-9]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes @@ -11261,7 +11356,7 @@ ;; bsdi[45]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' @@ -11400,7 +11495,7 @@ ;; dgux*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' @@ -11408,10 +11503,6 @@ shlibpath_var=LD_LIBRARY_PATH ;; -freebsd1*) - dynamic_linker=no - ;; - freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -11419,7 +11510,7 @@ objformat=`/usr/bin/objformat` else case $host_os in - freebsd[123]*) objformat=aout ;; + freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi @@ -11437,7 +11528,7 @@ esac shlibpath_var=LD_LIBRARY_PATH case $host_os in - freebsd2*) + freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) @@ -11457,17 +11548,18 @@ ;; gnu*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" @@ -11528,7 +11620,7 @@ ;; interix[3-9]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' @@ -11544,7 +11636,7 @@ nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; @@ -11581,9 +11673,9 @@ dynamic_linker=no ;; -# This must be Linux ELF. +# This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -11669,7 +11761,7 @@ ;; newsos6) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes @@ -11738,7 +11830,7 @@ ;; solaris*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -11763,7 +11855,7 @@ ;; sysv4 | sysv4.3*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH @@ -11787,7 +11879,7 @@ sysv4*MP*) if test -d /usr/nec ;then - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH @@ -11818,7 +11910,7 @@ tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -11828,7 +11920,7 @@ ;; uts4*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH @@ -12610,6 +12702,8 @@ + + ac_config_commands="$ac_config_commands libtool" @@ -12942,6 +13036,8 @@ + + if test -n "$PYTHON"; then # If the user set $PYTHON, use it and don't search something else. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version >= 2.3" >&5 @@ -12975,7 +13071,7 @@ $as_echo_n "(cached) " >&6 else - for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do + for am_cv_pathless_PYTHON in python python2 python3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do test "$am_cv_pathless_PYTHON" = none && break prog="import sys # split strings by '.' and convert to numeric. Append some zeros @@ -13084,7 +13180,7 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON script directory" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON script directory" >&5 $as_echo_n "checking for $am_display_PYTHON script directory... " >&6; } if ${am_cv_python_pythondir+:} false; then : $as_echo_n "(cached) " >&6 @@ -13095,8 +13191,7 @@ else am_py_prefix=$prefix fi - am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null || - echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"` + am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null` case $am_cv_python_pythondir in $am_py_prefix*) am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'` @@ -13122,7 +13217,7 @@ pkgpythondir=\${pythondir}/$PACKAGE - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON extension module directory" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $am_display_PYTHON extension module directory" >&5 $as_echo_n "checking for $am_display_PYTHON extension module directory... " >&6; } if ${am_cv_python_pyexecdir+:} false; then : $as_echo_n "(cached) " >&6 @@ -13133,8 +13228,7 @@ else am_py_exec_prefix=$exec_prefix fi - am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null || - echo "$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages"` + am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null` case $am_cv_python_pyexecdir in $am_py_exec_prefix*) am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'` @@ -14628,14 +14722,12 @@ ;; esac +INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.40.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` +INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` +INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` if test -n "0.40.0"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.40.0" >&5 $as_echo_n "checking for intltool >= 0.40.0... " >&6; } - - INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.40.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` - INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` - INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5 $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || @@ -14766,25 +14858,48 @@ as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5 fi - INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@' - INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' -INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u --no-translations $< $@' - INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' - INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 +fi + + +INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' +INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' +INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' + + + + +INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' +intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' +intltool__v_merge_options_0='-q' + + + + + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' +if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' +else + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.$$RANDOM && mkdir $$_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u $$_it_tmp_dir $< $@ && rmdir $$_it_tmp_dir' +fi + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' + INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' @@ -16706,8 +16821,10 @@ rm -f $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES) EXTRA_DIST ?= -EXTRA_DIST += $(_HELP_LC_STAMPS) $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) $(_HELP_POFILES) -EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(_HELP_LINGUAS),$(wildcard $(lc)/$(f)))) +EXTRA_DIST += $(_HELP_C_EXTRA) $(_HELP_C_MEDIA) +EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).stamp) +EXTRA_DIST += $(foreach lc,$(HELP_LINGUAS),$(lc)/$(lc).po) +EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) distdir: distdir-help-files distdir-help-files: @@ -17407,7 +17524,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Empathy $as_me 3.4.2.1, which was +This file was extended by Empathy $as_me 3.4.2.3, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17474,7 +17591,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Empathy config.status 3.4.2.1 +Empathy config.status 3.4.2.3 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" @@ -17611,6 +17728,7 @@ enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' @@ -17693,7 +17811,6 @@ allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' -hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' @@ -17749,6 +17866,7 @@ # Quote evaled strings. for var in SHELL \ ECHO \ +PATH_SEPARATOR \ SED \ GREP \ EGREP \ @@ -17799,7 +17917,6 @@ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ -hardcode_libdir_flag_spec_ld \ hardcode_libdir_separator \ exclude_expsyms \ include_expsyms \ @@ -18612,8 +18729,8 @@ # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, -# Inc. +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. @@ -18667,6 +18784,9 @@ # An echo program that protects backslashes. ECHO=$lt_ECHO +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + # The host system. host_alias=$host_alias host=$host @@ -18968,10 +19088,6 @@ # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec -# If ld is used when linking, flag to hardcode \$libdir into a binary -# during linking. This must work even if \$libdir does not exist. -hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld - # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator diff -Nru empathy-3.4.2.1/configure.ac empathy-3.4.2.3/configure.ac --- empathy-3.4.2.1/configure.ac 2012-05-21 12:06:19.000000000 +0000 +++ empathy-3.4.2.3/configure.ac 2012-06-27 11:48:06.000000000 +0000 @@ -4,7 +4,7 @@ m4_define([empathy_major_version], [3]) m4_define([empathy_minor_version], [4]) m4_define([empathy_micro_version], [2]) -m4_define([empathy_nano_version], [1]) +m4_define([empathy_nano_version], [3]) dnl Display the nano_version only if it's not '0' m4_define([empathy_base_version], diff -Nru empathy-3.4.2.1/data/empathy-accounts.desktop empathy-3.4.2.3/data/empathy-accounts.desktop --- empathy-3.4.2.1/data/empathy-accounts.desktop 2012-05-21 12:09:20.000000000 +0000 +++ empathy-3.4.2.3/data/empathy-accounts.desktop 2012-06-27 11:48:23.000000000 +0000 @@ -141,4 +141,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=empathy X-GNOME-Bugzilla-Component=General -X-GNOME-Bugzilla-Version=3.4.2.1 +X-GNOME-Bugzilla-Version=3.4.2.3 diff -Nru empathy-3.4.2.1/data/empathy-accounts.desktop.in empathy-3.4.2.3/data/empathy-accounts.desktop.in --- empathy-3.4.2.1/data/empathy-accounts.desktop.in 2012-05-21 12:08:59.000000000 +0000 +++ empathy-3.4.2.3/data/empathy-accounts.desktop.in 2012-06-27 11:48:21.000000000 +0000 @@ -11,4 +11,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=empathy X-GNOME-Bugzilla-Component=General -X-GNOME-Bugzilla-Version=3.4.2.1 +X-GNOME-Bugzilla-Version=3.4.2.3 diff -Nru empathy-3.4.2.1/data/empathy.desktop empathy-3.4.2.3/data/empathy.desktop --- empathy-3.4.2.1/data/empathy.desktop 2012-05-21 12:09:20.000000000 +0000 +++ empathy-3.4.2.3/data/empathy.desktop 2012-06-27 11:48:23.000000000 +0000 @@ -290,4 +290,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=empathy X-GNOME-Bugzilla-Component=General -X-GNOME-Bugzilla-Version=3.4.2.1 +X-GNOME-Bugzilla-Version=3.4.2.3 diff -Nru empathy-3.4.2.1/data/empathy.desktop.in empathy-3.4.2.3/data/empathy.desktop.in --- empathy-3.4.2.1/data/empathy.desktop.in 2012-05-21 12:08:59.000000000 +0000 +++ empathy-3.4.2.3/data/empathy.desktop.in 2012-06-27 11:48:21.000000000 +0000 @@ -13,4 +13,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=empathy X-GNOME-Bugzilla-Component=General -X-GNOME-Bugzilla-Version=3.4.2.1 +X-GNOME-Bugzilla-Version=3.4.2.3 diff -Nru empathy-3.4.2.1/data/icons/Makefile.in empathy-3.4.2.3/data/icons/Makefile.in --- empathy-3.4.2.1/data/icons/Makefile.in 2012-05-21 12:08:48.000000000 +0000 +++ empathy-3.4.2.3/data/icons/Makefile.in 2012-06-27 11:48:15.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -50,11 +50,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -130,6 +130,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ ITSTOOL = @ITSTOOL@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -230,6 +234,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -485,6 +491,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(srcdir)/utils.mk: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -551,10 +558,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru empathy-3.4.2.1/data/Makefile.in empathy-3.4.2.3/data/Makefile.in --- empathy-3.4.2.1/data/Makefile.in 2012-05-21 12:08:48.000000000 +0000 +++ empathy-3.4.2.3/data/Makefile.in 2012-06-27 11:48:15.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -58,11 +58,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = empathy.desktop.in empathy-accounts.desktop.in CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -94,6 +94,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(clientfiledir)" \ "$(DESTDIR)$(convertdir)" "$(DESTDIR)$(desktopdir)" \ "$(DESTDIR)$(htmldir)" "$(DESTDIR)$(servicefiledir)" @@ -204,6 +210,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ ITSTOOL = @ITSTOOL@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -304,6 +314,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -440,9 +452,7 @@ @$(NORMAL_UNINSTALL) @list='$(clientfile_DATA)'; test -n "$(clientfiledir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(clientfiledir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(clientfiledir)" && rm -f $$files + dir='$(DESTDIR)$(clientfiledir)'; $(am__uninstall_files_from_dir) install-convertDATA: $(convert_DATA) @$(NORMAL_INSTALL) test -z "$(convertdir)" || $(MKDIR_P) "$(DESTDIR)$(convertdir)" @@ -460,9 +470,7 @@ @$(NORMAL_UNINSTALL) @list='$(convert_DATA)'; test -n "$(convertdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(convertdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(convertdir)" && rm -f $$files + dir='$(DESTDIR)$(convertdir)'; $(am__uninstall_files_from_dir) install-desktopDATA: $(desktop_DATA) @$(NORMAL_INSTALL) test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)" @@ -480,9 +488,7 @@ @$(NORMAL_UNINSTALL) @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(desktopdir)" && rm -f $$files + dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir) install-htmlDATA: $(html_DATA) @$(NORMAL_INSTALL) test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)" @@ -500,9 +506,7 @@ @$(NORMAL_UNINSTALL) @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(htmldir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(htmldir)" && rm -f $$files + dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir) install-servicefileDATA: $(servicefile_DATA) @$(NORMAL_INSTALL) test -z "$(servicefiledir)" || $(MKDIR_P) "$(DESTDIR)$(servicefiledir)" @@ -520,9 +524,7 @@ @$(NORMAL_UNINSTALL) @list='$(servicefile_DATA)'; test -n "$(servicefiledir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(servicefiledir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(servicefiledir)" && rm -f $$files + dir='$(DESTDIR)$(servicefiledir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -735,10 +737,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru empathy-3.4.2.1/debian/changelog empathy-3.4.2.3/debian/changelog --- empathy-3.4.2.1/debian/changelog 2012-05-23 19:44:42.000000000 +0000 +++ empathy-3.4.2.3/debian/changelog 2012-07-18 13:12:26.000000000 +0000 @@ -1,3 +1,15 @@ +empathy (3.4.2.3-0ubuntu1) precise-proposed; urgency=low + + * New upstream release (LP: #1018784). + - Use a weak reference while loading the logs asynchronously to + detect when the object has been destroyed + - irc connection parameters dialog: "apply" button stays + unsensitive + - empathy-chat crashed with SIGSEGV in + _tp_base_client_handle_channels() (LP: #1017463) + + -- Brian Curtis Thu, 28 Jun 2012 11:45:02 -0400 + empathy (3.4.2.1-0ubuntu1) precise-proposed; urgency=low * New upstream bug fix release (LP: #1003465). diff -Nru empathy-3.4.2.1/depcomp empathy-3.4.2.3/depcomp --- empathy-3.4.2.1/depcomp 2012-05-21 12:08:54.000000000 +0000 +++ empathy-3.4.2.3/depcomp 2012-06-27 10:25:26.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2009-04-28.21; # UTC +scriptversion=2011-12-04.11; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free -# Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, +# 2011 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -44,7 +44,7 @@ object Object file output by `PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. - tmpdepfile Temporary file to use when outputing dependencies. + tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . @@ -90,10 +90,18 @@ # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 - cygpath_u="sed s,\\\\\\\\,/,g" + cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi +if test "$depmode" = msvc7msys; then + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 +fi + case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what @@ -158,10 +166,12 @@ ' < "$tmpdepfile" | ## Some versions of gcc put a space before the `:'. On the theory ## that the space means something, we add a space to the output as -## well. +## well. hp depmode also adds that space, but also prefixes the VPATH +## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -405,6 +415,52 @@ rm -f "$tmpdepfile" ;; +msvc7) + if test "$libtool" = yes; then + showIncludes=-Wc,-showIncludes + else + showIncludes=-showIncludes + fi + "$@" $showIncludes > "$tmpdepfile" + stat=$? + grep -v '^Note: including file: ' "$tmpdepfile" + if test "$stat" = 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The first sed program below extracts the file names and escapes + # backslashes for cygpath. The second sed program outputs the file + # name when reading, but also accumulates all include files in the + # hold buffer in order to output them again at the end. This only + # works with sed implementations that can handle large buffers. + sed < "$tmpdepfile" -n ' +/^Note: including file: *\(.*\)/ { + s//\1/ + s/\\/\\\\/g + p +}' | $cygpath_u | sort -u | sed -n ' +s/ /\\ /g +s/\(.*\)/ \1 \\/p +s/.\(.*\) \\/\1:/ +H +$ { + s/.*/ / + G + p +}' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvc7msys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. @@ -503,7 +559,9 @@ touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" - cat < "$tmpdepfile" > "$depfile" + # makedepend may prepend the VPATH from the source file name to the object. + # No need to regex-escape $object, excess matching of '.' is harmless. + sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" sed '1,2d' "$tmpdepfile" | tr ' ' ' ' | \ ## Some versions of the HPUX 10.20 sed can't process this invocation diff -Nru empathy-3.4.2.1/extensions/Makefile.in empathy-3.4.2.3/extensions/Makefile.in --- empathy-3.4.2.1/extensions/Makefile.in 2012-05-21 12:08:48.000000000 +0000 +++ empathy-3.4.2.3/extensions/Makefile.in 2012-06-27 11:48:15.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -56,8 +56,8 @@ nodist_libemp_extensions_la_OBJECTS = signals-marshal.lo svc-misc.lo libemp_extensions_la_OBJECTS = $(am_libemp_extensions_la_OBJECTS) \ $(nodist_libemp_extensions_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -69,21 +69,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libemp_extensions_la_SOURCES) \ $(nodist_libemp_extensions_la_SOURCES) @@ -162,6 +162,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ ITSTOOL = @ITSTOOL@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -262,6 +266,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -386,7 +392,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libemp-extensions.la: $(libemp_extensions_la_OBJECTS) $(libemp_extensions_la_DEPENDENCIES) +libemp-extensions.la: $(libemp_extensions_la_OBJECTS) $(libemp_extensions_la_DEPENDENCIES) $(EXTRA_libemp_extensions_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libemp_extensions_la_OBJECTS) $(libemp_extensions_la_LIBADD) $(LIBS) mostlyclean-compile: @@ -403,42 +409,37 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< signals-marshal.lo: _gen/signals-marshal.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT signals-marshal.lo -MD -MP -MF $(DEPDIR)/signals-marshal.Tpo -c -o signals-marshal.lo `test -f '_gen/signals-marshal.c' || echo '$(srcdir)/'`_gen/signals-marshal.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/signals-marshal.Tpo $(DEPDIR)/signals-marshal.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/signals-marshal.c' object='signals-marshal.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/signals-marshal.c' object='signals-marshal.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signals-marshal.lo `test -f '_gen/signals-marshal.c' || echo '$(srcdir)/'`_gen/signals-marshal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signals-marshal.lo `test -f '_gen/signals-marshal.c' || echo '$(srcdir)/'`_gen/signals-marshal.c svc-misc.lo: _gen/svc-misc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT svc-misc.lo -MD -MP -MF $(DEPDIR)/svc-misc.Tpo -c -o svc-misc.lo `test -f '_gen/svc-misc.c' || echo '$(srcdir)/'`_gen/svc-misc.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/svc-misc.Tpo $(DEPDIR)/svc-misc.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='_gen/svc-misc.c' object='svc-misc.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='_gen/svc-misc.c' object='svc-misc.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o svc-misc.lo `test -f '_gen/svc-misc.c' || echo '$(srcdir)/'`_gen/svc-misc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o svc-misc.lo `test -f '_gen/svc-misc.c' || echo '$(srcdir)/'`_gen/svc-misc.c mostlyclean-libtool: -rm -f *.lo @@ -544,10 +545,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru empathy-3.4.2.1/goa-mc-plugin/Makefile.in empathy-3.4.2.3/goa-mc-plugin/Makefile.in --- empathy-3.4.2.1/goa-mc-plugin/Makefile.in 2012-05-21 12:08:48.000000000 +0000 +++ empathy-3.4.2.3/goa-mc-plugin/Makefile.in 2012-06-27 11:48:15.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -71,6 +71,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(pluginsdir)" LTLIBRARIES = $(plugins_LTLIBRARIES) am__DEPENDENCIES_1 = @@ -79,8 +85,8 @@ mcp-account-manager-goa.lo mcp_account_manager_goa_la_OBJECTS = \ $(am_mcp_account_manager_goa_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent mcp_account_manager_goa_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -96,21 +102,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(mcp_account_manager_goa_la_SOURCES) DIST_SOURCES = $(mcp_account_manager_goa_la_SOURCES) @@ -188,6 +194,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ ITSTOOL = @ITSTOOL@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -288,6 +298,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -396,7 +408,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -mcp-account-manager-goa.la: $(mcp_account_manager_goa_la_OBJECTS) $(mcp_account_manager_goa_la_DEPENDENCIES) +mcp-account-manager-goa.la: $(mcp_account_manager_goa_la_OBJECTS) $(mcp_account_manager_goa_la_DEPENDENCIES) $(EXTRA_mcp_account_manager_goa_la_DEPENDENCIES) $(AM_V_CCLD)$(mcp_account_manager_goa_la_LINK) -rpath $(pluginsdir) $(mcp_account_manager_goa_la_OBJECTS) $(mcp_account_manager_goa_la_LIBADD) $(LIBS) mostlyclean-compile: @@ -411,26 +423,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -537,10 +546,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru empathy-3.4.2.1/help/Makefile.in empathy-3.4.2.3/help/Makefile.in --- empathy-3.4.2.1/help/Makefile.in 2012-05-21 12:08:48.000000000 +0000 +++ empathy-3.4.2.3/help/Makefile.in 2012-06-27 11:48:15.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -49,11 +49,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -129,6 +129,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ ITSTOOL = @ITSTOOL@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -229,6 +233,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -404,10 +410,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru empathy-3.4.2.1/install-sh empathy-3.4.2.3/install-sh --- empathy-3.4.2.1/install-sh 2012-05-21 12:08:54.000000000 +0000 +++ empathy-3.4.2.3/install-sh 2012-06-27 10:25:25.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2009-04-28.21; # UTC +scriptversion=2011-01-19.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -156,6 +156,10 @@ -s) stripcmd=$stripprog;; -t) dst_arg=$2 + # Protect names problematic for `test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac shift;; -T) no_target_directory=true;; @@ -186,6 +190,10 @@ fi shift # arg dst_arg=$arg + # Protect names problematic for `test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac done fi @@ -200,7 +208,11 @@ fi if test -z "$dir_arg"; then - trap '(exit $?); exit' 1 2 13 15 + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. @@ -228,9 +240,9 @@ for src do - # Protect names starting with `-'. + # Protect names problematic for `test' and other utilities. case $src in - -*) src=./$src;; + -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then @@ -252,12 +264,7 @@ echo "$0: no destination specified." >&2 exit 1 fi - dst=$dst_arg - # Protect names starting with `-'. - case $dst in - -*) dst=./$dst;; - esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. @@ -385,7 +392,7 @@ case $dstdir in /*) prefix='/';; - -*) prefix='./';; + [-=\(\)!]*) prefix='./';; *) prefix='';; esac @@ -403,7 +410,7 @@ for d do - test -z "$d" && continue + test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then diff -Nru empathy-3.4.2.1/libempathy/empathy-client-factory.c empathy-3.4.2.3/libempathy/empathy-client-factory.c --- empathy-3.4.2.1/libempathy/empathy-client-factory.c 2012-05-21 11:22:08.000000000 +0000 +++ empathy-3.4.2.3/libempathy/empathy-client-factory.c 2012-06-27 09:46:52.000000000 +0000 @@ -45,12 +45,8 @@ if (!tp_strdiff (chan_type, TP_IFACE_CHANNEL_TYPE_TEXT)) { - TpAccount *account; - - account = tp_connection_get_account (conn); - return TP_CHANNEL (empathy_tp_chat_new ( - TP_SIMPLE_CLIENT_FACTORY (factory), account, conn, path, + TP_SIMPLE_CLIENT_FACTORY (factory), conn, path, properties)); } diff -Nru empathy-3.4.2.1/libempathy/empathy-ft-factory.c empathy-3.4.2.3/libempathy/empathy-ft-factory.c --- empathy-3.4.2.1/libempathy/empathy-ft-factory.c 2012-05-14 16:25:27.000000000 +0000 +++ empathy-3.4.2.3/libempathy/empathy-ft-factory.c 2012-06-27 11:42:21.000000000 +0000 @@ -225,9 +225,11 @@ GError *error, gpointer user_data) { - EmpathyFTFactory *factory = user_data; + EmpathyFTFactory *factory = EMPATHY_FT_FACTORY (user_data); g_signal_emit (factory, signals[NEW_FT_HANDLER], 0, handler, error); + + g_object_unref (factory); } /* public methods */ @@ -266,7 +268,7 @@ g_return_if_fail (G_IS_FILE (source)); empathy_ft_handler_new_outgoing (contact, source, action_time, - ft_handler_outgoing_ready_cb, factory); + ft_handler_outgoing_ready_cb, g_object_ref (factory)); } /** diff -Nru empathy-3.4.2.1/libempathy/empathy-tp-chat.c empathy-3.4.2.3/libempathy/empathy-tp-chat.c --- empathy-3.4.2.1/libempathy/empathy-tp-chat.c 2012-05-21 11:22:08.000000000 +0000 +++ empathy-3.4.2.3/libempathy/empathy-tp-chat.c 2012-06-27 09:46:52.000000000 +0000 @@ -179,6 +179,7 @@ const char *object_path; GPtrArray channels = { (gpointer *) &object_path, 1 }; const char *invitees[2] = { NULL, }; + TpAccount *account; invitees[0] = empathy_contact_get_id (contact); object_path = tp_proxy_get_object_path (self); @@ -195,7 +196,9 @@ /* FIXME: InvitationMessage ? */ NULL); - req = tp_account_channel_request_new (self->priv->account, props, + account = empathy_tp_chat_get_account (self); + + req = tp_account_channel_request_new (account, props, TP_USER_ACTION_TIME_NOT_USER_ACTION); /* Although this is a MUC, it's anonymous, so CreateChannel is @@ -761,7 +764,6 @@ { EmpathyTpChat *self = EMPATHY_TP_CHAT (object); - tp_clear_object (&self->priv->account); tp_clear_object (&self->priv->remote_contact); tp_clear_object (&self->priv->user); @@ -1107,9 +1109,6 @@ EmpathyTpChat *self = EMPATHY_TP_CHAT (object); switch (param_id) { - case PROP_ACCOUNT: - g_value_set_object (value, self->priv->account); - break; case PROP_SELF_CONTACT: g_value_set_object (value, self->priv->user); break; @@ -1134,24 +1133,6 @@ }; } -static void -tp_chat_set_property (GObject *object, - guint param_id, - const GValue *value, - GParamSpec *pspec) -{ - EmpathyTpChat *self = EMPATHY_TP_CHAT (object); - - switch (param_id) { - case PROP_ACCOUNT: - self->priv->account = g_value_dup_object (value); - break; - default: - G_OBJECT_WARN_INVALID_PROPERTY_ID (object, param_id, pspec); - break; - }; -} - enum { FEAT_READY, N_FEAT @@ -1187,20 +1168,9 @@ object_class->dispose = tp_chat_dispose; object_class->finalize = tp_chat_finalize; object_class->get_property = tp_chat_get_property; - object_class->set_property = tp_chat_set_property; proxy_class->list_features = tp_chat_list_features; - g_object_class_install_property (object_class, - PROP_ACCOUNT, - g_param_spec_object ("account", - "TpAccount", - "the account associated with the chat", - TP_TYPE_ACCOUNT, - G_PARAM_READWRITE | - G_PARAM_CONSTRUCT_ONLY | - G_PARAM_STATIC_STRINGS)); - /** * EmpathyTpChat:self-contact: * @@ -1315,20 +1285,17 @@ EmpathyTpChat * empathy_tp_chat_new ( TpSimpleClientFactory *factory, - TpAccount *account, TpConnection *conn, const gchar *object_path, const GHashTable *immutable_properties) { TpProxy *conn_proxy = (TpProxy *) conn; - g_return_val_if_fail (TP_IS_ACCOUNT (account), NULL); g_return_val_if_fail (TP_IS_CONNECTION (conn), NULL); g_return_val_if_fail (immutable_properties != NULL, NULL); return g_object_new (EMPATHY_TYPE_TP_CHAT, "factory", factory, - "account", account, "connection", conn, "dbus-daemon", conn_proxy->dbus_daemon, "bus-name", conn_proxy->bus_name, @@ -1365,9 +1332,13 @@ TpAccount * empathy_tp_chat_get_account (EmpathyTpChat *self) { - g_return_val_if_fail (EMPATHY_IS_TP_CHAT (self), NULL); + TpConnection *connection; + + g_return_val_if_fail (EMPATHY_IS_TP_CHAT (self), NULL); + + connection = tp_channel_borrow_connection (TP_CHANNEL (self)); - return self->priv->account; + return tp_connection_get_account (connection); } void diff -Nru empathy-3.4.2.1/libempathy/empathy-tp-chat.h empathy-3.4.2.3/libempathy/empathy-tp-chat.h --- empathy-3.4.2.1/libempathy/empathy-tp-chat.h 2012-05-21 11:22:08.000000000 +0000 +++ empathy-3.4.2.3/libempathy/empathy-tp-chat.h 2012-06-27 09:46:52.000000000 +0000 @@ -66,7 +66,6 @@ EmpathyTpChat *empathy_tp_chat_new ( TpSimpleClientFactory *factory, - TpAccount *account, TpConnection *connection, const gchar *object_path, const GHashTable *immutable_properties); diff -Nru empathy-3.4.2.1/libempathy/Makefile.in empathy-3.4.2.3/libempathy/Makefile.in --- empathy-3.4.2.1/libempathy/Makefile.in 2012-05-21 12:08:48.000000000 +0000 +++ empathy-3.4.2.3/libempathy/Makefile.in 2012-06-27 11:48:15.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -127,8 +127,8 @@ nodist_libempathy_la_OBJECTS = $(am__objects_5) libempathy_la_OBJECTS = $(am_libempathy_la_OBJECTS) \ $(nodist_libempathy_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -140,21 +140,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libempathy_la_SOURCES) $(nodist_libempathy_la_SOURCES) DIST_SOURCES = $(am__libempathy_la_SOURCES_DIST) @@ -179,6 +179,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(dtddir)" "$(DESTDIR)$(ircnetworksdir)" DATA = $(dtd_DATA) $(ircnetworks_DATA) ETAGS = etags @@ -255,6 +261,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ ITSTOOL = @ITSTOOL@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -355,6 +365,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -556,6 +568,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/tools/flymake.mk $(top_srcdir)/tools/check-coding-style.mk: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -574,7 +587,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libempathy.la: $(libempathy_la_OBJECTS) $(libempathy_la_DEPENDENCIES) +libempathy.la: $(libempathy_la_OBJECTS) $(libempathy_la_DEPENDENCIES) $(EXTRA_libempathy_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libempathy_la_OBJECTS) $(libempathy_la_LIBADD) $(LIBS) mostlyclean-compile: @@ -626,26 +639,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -669,9 +679,7 @@ @$(NORMAL_UNINSTALL) @list='$(dtd_DATA)'; test -n "$(dtddir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(dtddir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(dtddir)" && rm -f $$files + dir='$(DESTDIR)$(dtddir)'; $(am__uninstall_files_from_dir) install-ircnetworksDATA: $(ircnetworks_DATA) @$(NORMAL_INSTALL) test -z "$(ircnetworksdir)" || $(MKDIR_P) "$(DESTDIR)$(ircnetworksdir)" @@ -689,9 +697,7 @@ @$(NORMAL_UNINSTALL) @list='$(ircnetworks_DATA)'; test -n "$(ircnetworksdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(ircnetworksdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(ircnetworksdir)" && rm -f $$files + dir='$(DESTDIR)$(ircnetworksdir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -795,10 +801,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru empathy-3.4.2.1/libempathy-gtk/empathy-account-widget.c empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c --- empathy-3.4.2.1/libempathy-gtk/empathy-account-widget.c 2012-05-21 11:22:08.000000000 +0000 +++ empathy-3.4.2.3/libempathy-gtk/empathy-account-widget.c 2012-06-19 14:48:32.000000000 +0000 @@ -174,14 +174,6 @@ /* Based on http://www.ietf.org/rfc/rfc2812.txt (section 2.3.1) */ #define IRC_SPECIAL "_\\[\\]{}\\\\|`^" #define IRC_NICK_NAME "(["ALPHA IRC_SPECIAL"]["ALPHADIGITDASH IRC_SPECIAL"]*)" -/* user = 1*( %x01-09 / %x0B-0C / %x0E-1F / %x21-3F / %x41-FF ) - * ; any octet except NUL, CR, LF, " " and "@" - * - * so technically, like so many other places in IRC, we should be using arrays - * of bytes here rather than UTF-8 strings. Life: too short. In practice this - * will always be ASCII. - */ -#define IRC_USER_NAME "([^\r\n@ ])+" /* Based on http://www.ietf.org/rfc/rfc4622.txt (section 2.2) * We just exclude invalid characters to avoid ucschars and other redundant @@ -198,7 +190,6 @@ #define ACCOUNT_REGEX_ICQ "^"ICQ_USER_NAME"$" #define ACCOUNT_REGEX_IRC "^"IRC_NICK_NAME"$" -#define USERNAME_REGEX_IRC "^"IRC_USER_NAME"$" #define ACCOUNT_REGEX_JABBER "^"JABBER_USER_NAME"@[^@/]+" #define ACCOUNT_REGEX_MSN "^"MSN_USER_NAME"@"HOST"$" #define ACCOUNT_REGEX_YAHOO "^"YAHOO_USER_NAME"$" @@ -1106,8 +1097,6 @@ { empathy_account_settings_set_regex (self->priv->settings, "account", ACCOUNT_REGEX_IRC); - empathy_account_settings_set_regex (self->priv->settings, "username", - USERNAME_REGEX_IRC); if (self->priv->simple) { diff -Nru empathy-3.4.2.1/libempathy-gtk/empathy-chat.c empathy-3.4.2.3/libempathy-gtk/empathy-chat.c --- empathy-3.4.2.1/libempathy-gtk/empathy-chat.c 2012-05-21 11:22:08.000000000 +0000 +++ empathy-3.4.2.3/libempathy-gtk/empathy-chat.c 2012-06-27 11:46:43.000000000 +0000 @@ -2520,26 +2520,35 @@ chat_log_filter (TplEvent *event, gpointer user_data) { - EmpathyChat *chat = user_data; + TpWeakRef *wr = user_data; + EmpathyChat *chat = tp_weak_ref_dup_object (wr); EmpathyMessage *message; - EmpathyChatPriv *priv = GET_PRIV (chat); + EmpathyChatPriv *priv; const GList *pending; + bool retval = FALSE; + + if (chat == NULL) + return FALSE; g_return_val_if_fail (TPL_IS_EVENT (event), FALSE); g_return_val_if_fail (EMPATHY_IS_CHAT (chat), FALSE); + priv = GET_PRIV (chat); + pending = empathy_tp_chat_get_pending_messages (priv->tp_chat); message = empathy_message_from_tpl_log_event (event); for (; pending; pending = g_list_next (pending)) { - if (empathy_message_equal (message, pending->data)) { - g_object_unref (message); - return FALSE; - } + if (empathy_message_equal (message, pending->data)) + goto out; } + retval = TRUE; + +out: g_object_unref (message); - return TRUE; + g_object_unref (chat); + return retval; } @@ -2572,10 +2581,18 @@ { GList *l; GList *messages; - EmpathyChat *chat = EMPATHY_CHAT (user_data); - EmpathyChatPriv *priv = GET_PRIV (chat); + TpWeakRef *wr = user_data; + EmpathyChat *chat = tp_weak_ref_dup_object (wr); + EmpathyChatPriv *priv; GError *error = NULL; + if (chat == NULL) { + tp_weak_ref_destroy (wr); + return; + } + + priv = GET_PRIV (chat); + if (!tpl_log_manager_get_filtered_events_finish (TPL_LOG_MANAGER (manager), result, &messages, &error)) { DEBUG ("%s. Aborting.", error->message); @@ -2637,6 +2654,9 @@ /* Turn back on scrolling */ empathy_chat_view_scroll (chat->view, TRUE); + + g_object_unref (chat); + tp_weak_ref_destroy (wr); } static void @@ -2644,6 +2664,7 @@ { EmpathyChatPriv *priv = GET_PRIV (chat); TplEntity *target; + TpWeakRef *wr; if (!priv->id) { return; @@ -2659,15 +2680,16 @@ target = tpl_entity_new (priv->id, TPL_ENTITY_CONTACT, NULL, NULL); priv->retrieving_backlogs = TRUE; + wr = tp_weak_ref_new (chat, NULL, NULL); tpl_log_manager_get_filtered_events_async (priv->log_manager, priv->account, target, TPL_EVENT_MASK_TEXT, 5, chat_log_filter, - chat, + wr, got_filtered_messages_cb, - (gpointer) chat); + wr); g_object_unref (target); } diff -Nru empathy-3.4.2.1/libempathy-gtk/Makefile.in empathy-3.4.2.3/libempathy-gtk/Makefile.in --- empathy-3.4.2.1/libempathy-gtk/Makefile.in 2012-05-21 12:08:48.000000000 +0000 +++ empathy-3.4.2.3/libempathy-gtk/Makefile.in 2012-06-27 11:48:15.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -187,8 +187,8 @@ nodist_libempathy_gtk_la_OBJECTS = $(am__objects_5) libempathy_gtk_la_OBJECTS = $(am_libempathy_gtk_la_OBJECTS) \ $(nodist_libempathy_gtk_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -200,21 +200,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libempathy_gtk_la_SOURCES) \ $(nodist_libempathy_gtk_la_SOURCES) @@ -240,6 +240,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(uidir)" DATA = $(ui_DATA) ETAGS = etags @@ -316,6 +322,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ ITSTOOL = @ITSTOOL@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -416,6 +426,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -615,6 +627,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/tools/flymake.mk $(top_srcdir)/tools/check-coding-style.mk: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -633,7 +646,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libempathy-gtk.la: $(libempathy_gtk_la_OBJECTS) $(libempathy_gtk_la_DEPENDENCIES) +libempathy-gtk.la: $(libempathy_gtk_la_OBJECTS) $(libempathy_gtk_la_DEPENDENCIES) $(EXTRA_libempathy_gtk_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libempathy_gtk_la_OBJECTS) $(libempathy_gtk_la_LIBADD) $(LIBS) mostlyclean-compile: @@ -713,26 +726,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -756,9 +766,7 @@ @$(NORMAL_UNINSTALL) @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(uidir)" && rm -f $$files + dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -862,10 +870,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru empathy-3.4.2.1/ltmain.sh empathy-3.4.2.3/ltmain.sh --- empathy-3.4.2.1/ltmain.sh 2012-05-21 12:08:42.000000000 +0000 +++ empathy-3.4.2.3/ltmain.sh 2012-06-27 10:25:19.000000000 +0000 @@ -1,9 +1,9 @@ -# libtool (GNU libtool) 2.4 +# libtool (GNU libtool) 2.4.2 # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, -# 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -41,6 +41,7 @@ # --quiet, --silent don't print informational messages # --no-quiet, --no-silent # print informational messages (default) +# --no-warn don't display warning messages # --tag=TAG use configuration variables from tag TAG # -v, --verbose print more informational messages than default # --no-verbose don't print the extra informational messages @@ -69,7 +70,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.4 +# $progname: (GNU libtool) 2.4.2 # automake: $automake_version # autoconf: $autoconf_version # @@ -79,9 +80,9 @@ PROGRAM=libtool PACKAGE=libtool -VERSION=2.4 +VERSION=2.4.2 TIMESTAMP="" -package_revision=1.3293 +package_revision=1.3337 # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then @@ -136,15 +137,10 @@ : ${CP="cp -f"} test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} -: ${EGREP="/bin/grep -E"} -: ${FGREP="/bin/grep -F"} -: ${GREP="/bin/grep"} -: ${LN_S="ln -s"} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} -: ${SED="/bin/sed"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} : ${Xsed="$SED -e 1s/^X//"} @@ -387,7 +383,7 @@ ;; *) save_IFS="$IFS" - IFS=: + IFS=${PATH_SEPARATOR-:} for progdir in $PATH; do IFS="$save_IFS" test -x "$progdir/$progname" && break @@ -771,8 +767,8 @@ s*\$LTCFLAGS*'"$LTCFLAGS"'* s*\$LD*'"$LD"'* s/\$with_gnu_ld/'"$with_gnu_ld"'/ - s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ - s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ + s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ + s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ p d } @@ -1052,6 +1048,7 @@ opt_help=false opt_help_all=false opt_silent=: +opt_warning=: opt_verbose=: opt_silent=false opt_verbose=false @@ -1120,6 +1117,10 @@ opt_silent=false func_append preserve_args " $opt" ;; + --no-warning|--no-warn) + opt_warning=false +func_append preserve_args " $opt" + ;; --no-verbose) opt_verbose=false func_append preserve_args " $opt" @@ -2059,7 +2060,7 @@ *.[cCFSifmso] | \ *.ada | *.adb | *.ads | *.asm | \ *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ - *.[fF][09]? | *.for | *.java | *.obj | *.sx | *.cu | *.cup) + *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) func_xform "$libobj" libobj=$func_xform_result ;; @@ -3201,11 +3202,13 @@ # Set up the ranlib parameters. oldlib="$destdir/$name" + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then - func_show_eval "$old_striplib $oldlib" 'exit $?' + func_show_eval "$old_striplib $tool_oldlib" 'exit $?' fi # Do each command in the postinstall commands. @@ -3470,7 +3473,7 @@ # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. - *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; @@ -3982,14 +3985,17 @@ # launches target application with the remaining arguments. func_exec_program () { - for lt_wr_arg - do - case \$lt_wr_arg in - --lt-*) ;; - *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; - esac - shift - done + case \" \$* \" in + *\\ --lt-*) + for lt_wr_arg + do + case \$lt_wr_arg in + --lt-*) ;; + *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; + esac + shift + done ;; + esac func_exec_program_core \${1+\"\$@\"} } @@ -5057,9 +5063,15 @@ { EOF func_emit_wrapper yes | - $SED -e 's/\([\\"]\)/\\\1/g' \ - -e 's/^/ fputs ("/' -e 's/$/\\n", f);/' - + $SED -n -e ' +s/^\(.\{79\}\)\(..*\)/\1\ +\2/ +h +s/\([\\"]\)/\\\1/g +s/$/\\n/ +s/\([^\n]*\).*/ fputs ("\1", f);/p +g +D' cat <<"EOF" } EOF @@ -5643,7 +5655,8 @@ continue ;; - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" @@ -6147,7 +6160,8 @@ lib= found=no case $deplib in - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" @@ -6831,7 +6845,7 @@ test "$hardcode_direct_absolute" = no; then add="$dir/$linklib" elif test "$hardcode_minus_L" = yes; then - add_dir="-L$dir" + add_dir="-L$absdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in @@ -7316,6 +7330,7 @@ # which has an extra 1 added just for fun # case $version_type in + # correct linux to gnu/linux during the next big refactor darwin|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result @@ -7432,7 +7447,7 @@ versuffix="$major.$revision" ;; - linux) + linux) # correct to gnu/linux during the next big refactor func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" @@ -8020,6 +8035,11 @@ # Test again, we may have decided not to build it any more if test "$build_libtool_libs" = yes; then + # Remove ${wl} instances when linking with ld. + # FIXME: should test the right _cmds variable. + case $archive_cmds in + *\$LD\ *) wl= ;; + esac if test "$hardcode_into_libs" = yes; then # Hardcode the library paths hardcode_libdirs= @@ -8058,11 +8078,7 @@ if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" - if test -n "$hardcode_libdir_flag_spec_ld"; then - eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" - else - eval dep_rpath=\"$hardcode_libdir_flag_spec\" - fi + eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. @@ -9152,6 +9168,8 @@ esac done fi + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result eval cmds=\"$old_archive_cmds\" func_len " $cmds" @@ -9261,7 +9279,8 @@ *.la) func_basename "$deplib" name="$func_basename_result" - eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + func_resolve_sysroot "$deplib" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" diff -Nru empathy-3.4.2.1/m4/intltool.m4 empathy-3.4.2.3/m4/intltool.m4 --- empathy-3.4.2.1/m4/intltool.m4 2012-05-21 12:08:43.000000000 +0000 +++ empathy-3.4.2.3/m4/intltool.m4 2012-06-27 10:25:19.000000000 +0000 @@ -23,7 +23,7 @@ ## the same distribution terms that you use for the rest of that program. dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) -# serial 40 IT_PROG_INTLTOOL +# serial 42 IT_PROG_INTLTOOL AC_DEFUN([IT_PROG_INTLTOOL], [ AC_PREREQ([2.50])dnl AC_REQUIRE([AM_NLS])dnl @@ -36,13 +36,11 @@ ;; esac +INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` +INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` +INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` if test -n "$1"; then AC_MSG_CHECKING([for intltool >= $1]) - - INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` - INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` - [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` - ] AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) @@ -55,25 +53,48 @@ AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) fi - INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@' - INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u --no-translations $< [$]@' - INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 +fi +AC_SUBST([AM_DEFAULT_VERBOSITY]) + +INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' +INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' +INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;' +AC_SUBST(INTLTOOL_V_MERGE) +AC_SUBST(INTLTOOL__v_MERGE_) +AC_SUBST(INTLTOOL__v_MERGE_0) + +INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' +intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' +intltool__v_merge_options_0='-q' +AC_SUBST(INTLTOOL_V_MERGE_OPTIONS) +AC_SUBST(intltool__v_merge_options_) +AC_SUBST(intltool__v_merge_options_0) + + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@' +else + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir' +fi + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' _IT_SUBST(INTLTOOL_DESKTOP_RULE) _IT_SUBST(INTLTOOL_DIRECTORY_RULE) diff -Nru empathy-3.4.2.1/m4/libtool.m4 empathy-3.4.2.3/m4/libtool.m4 --- empathy-3.4.2.1/m4/libtool.m4 2012-05-21 12:08:42.000000000 +0000 +++ empathy-3.4.2.3/m4/libtool.m4 2012-06-27 10:25:19.000000000 +0000 @@ -1,8 +1,8 @@ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, -# Inc. +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives @@ -11,8 +11,8 @@ m4_define([_LT_COPYING], [dnl # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, -# Inc. +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. @@ -146,6 +146,8 @@ AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl +_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl +dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl @@ -637,7 +639,7 @@ m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. -Copyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." @@ -801,6 +803,7 @@ m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], + [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], @@ -822,6 +825,31 @@ ])# _LT_LANG +m4_ifndef([AC_PROG_GO], [ +############################################################ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_GO. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +############################################################ +m4_defun([AC_PROG_GO], +[AC_LANG_PUSH(Go)dnl +AC_ARG_VAR([GOC], [Go compiler command])dnl +AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl +_AC_ARG_VAR_LDFLAGS()dnl +AC_CHECK_TOOL(GOC, gccgo) +if test -z "$GOC"; then + if test -n "$ac_tool_prefix"; then + AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) + fi +fi +if test -z "$GOC"; then + AC_CHECK_PROG(GOC, gccgo, gccgo, false) +fi +])#m4_defun +])#m4_ifndef + + # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], @@ -852,6 +880,10 @@ m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) +AC_PROVIDE_IFELSE([AC_PROG_GO], + [LT_LANG(GO)], + [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) + AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) @@ -954,7 +986,13 @@ $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? - if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test $_lt_result -eq 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD @@ -962,6 +1000,7 @@ rm -rf libconftest.dylib* rm -f conftest.* fi]) + AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no @@ -973,6 +1012,7 @@ [lt_cv_ld_exported_symbols_list=no]) LDFLAGS="$save_LDFLAGS" ]) + AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], [lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF @@ -990,7 +1030,9 @@ echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? - if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then lt_cv_ld_force_load=yes else cat conftest.err >&AS_MESSAGE_LOG_FD @@ -1035,8 +1077,8 @@ ]) -# _LT_DARWIN_LINKER_FEATURES -# -------------------------- +# _LT_DARWIN_LINKER_FEATURES([TAG]) +# --------------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ @@ -1047,6 +1089,8 @@ _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported if test "$lt_cv_ld_force_load" = "yes"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], + [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) else _LT_TAGVAR(whole_archive_flag_spec, $1)='' fi @@ -1330,14 +1374,27 @@ CFLAGS="$SAVE_CFLAGS" fi ;; -sparc*-*solaris*) +*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in - yes*) LD="${LD-ld} -m elf64_sparc" ;; + yes*) + case $host in + i?86-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD="${LD-ld}_sol2" + fi + ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" @@ -1414,13 +1471,13 @@ if test -n "$RANLIB"; then case $host_os in openbsd*) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac - old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in @@ -1600,6 +1657,11 @@ lt_cv_sys_max_cmd_len=196608 ;; + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not @@ -1639,7 +1701,7 @@ # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. - while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ + while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do @@ -2185,7 +2247,7 @@ case $host_os in aix3*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH @@ -2194,7 +2256,7 @@ ;; aix[[4-9]]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes @@ -2259,7 +2321,7 @@ ;; bsdi[[45]]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' @@ -2398,7 +2460,7 @@ ;; dgux*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' @@ -2406,10 +2468,6 @@ shlibpath_var=LD_LIBRARY_PATH ;; -freebsd1*) - dynamic_linker=no - ;; - freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -2417,7 +2475,7 @@ objformat=`/usr/bin/objformat` else case $host_os in - freebsd[[123]]*) objformat=aout ;; + freebsd[[23]].*) objformat=aout ;; *) objformat=elf ;; esac fi @@ -2435,7 +2493,7 @@ esac shlibpath_var=LD_LIBRARY_PATH case $host_os in - freebsd2*) + freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) @@ -2455,17 +2513,18 @@ ;; gnu*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" @@ -2526,7 +2585,7 @@ ;; interix[[3-9]]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' @@ -2542,7 +2601,7 @@ nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; @@ -2579,9 +2638,9 @@ dynamic_linker=no ;; -# This must be Linux ELF. +# This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -2648,7 +2707,7 @@ ;; newsos6) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes @@ -2717,7 +2776,7 @@ ;; solaris*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -2742,7 +2801,7 @@ ;; sysv4 | sysv4.3*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH @@ -2766,7 +2825,7 @@ sysv4*MP*) if test -d /usr/nec ;then - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH @@ -2797,7 +2856,7 @@ tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' @@ -2807,7 +2866,7 @@ ;; uts4*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH @@ -3229,7 +3288,7 @@ lt_cv_deplibs_check_method=pass_all ;; -# This must be Linux ELF. +# This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; @@ -3649,6 +3708,7 @@ # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ @@ -4233,7 +4293,9 @@ case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Xcompiler -fPIC' + if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" + fi ;; esac else @@ -4325,18 +4387,33 @@ ;; *) case `$CC -V 2>&1 | sed 5q` in - *Sun\ F* | *Sun*Fortran*) + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; + *Sun\ F* | *Sun*Fortran*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; + *Intel*\ [[CF]]*Compiler*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + *Portland\ Group*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; esac ;; esac @@ -4496,7 +4573,9 @@ ;; cygwin* | mingw* | cegcc*) case $cc_basename in - cl*) ;; + cl*) + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] @@ -4521,7 +4600,6 @@ _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported @@ -4772,8 +4850,7 @@ xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ @@ -5068,6 +5145,7 @@ # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' @@ -5114,10 +5192,6 @@ _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; - freebsd1*) - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little @@ -5130,7 +5204,7 @@ ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. - freebsd2*) + freebsd2.*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes @@ -5169,7 +5243,6 @@ fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' - _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes @@ -5611,9 +5684,6 @@ _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) -_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1], - [[If ld is used when linking, flag to hardcode $libdir into a binary - during linking. This must work even if $libdir does not exist]]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], @@ -5771,7 +5841,6 @@ _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported @@ -6141,7 +6210,7 @@ esac ;; - freebsd[[12]]*) + freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no @@ -6902,12 +6971,18 @@ } }; _LT_EOF +], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF +package foo +func foo() { +} +_LT_EOF ]) _lt_libdeps_save_CFLAGS=$CFLAGS case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; +*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac dnl Parse the compiler output and extract the necessary @@ -7104,7 +7179,6 @@ _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no @@ -7237,7 +7311,6 @@ _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no @@ -7424,6 +7497,77 @@ ])# _LT_LANG_GCJ_CONFIG +# _LT_LANG_GO_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Go compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_GO_CONFIG], +[AC_REQUIRE([LT_PROG_GO])dnl +AC_LANG_SAVE + +# Source file extension for Go test sources. +ac_ext=go + +# Object file extension for compiled Go test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="package main; func main() { }" + +# Code to be used in simple link tests +lt_simple_link_test_code='package main; func main() { }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GOC-"gccgo"} +CFLAGS=$GOFLAGS +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)="$LD" +_LT_CC_BASENAME([$compiler]) + +# Go did not exist at the time GCC didn't implicitly link libc in. +_LT_TAGVAR(archive_cmds_need_lc, $1)=no + +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) +fi + +AC_LANG_RESTORE + +GCC=$lt_save_GCC +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GO_CONFIG + + # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler @@ -7493,6 +7637,13 @@ dnl AC_DEFUN([LT_AC_PROG_GCJ], []) +# LT_PROG_GO +# ---------- +AC_DEFUN([LT_PROG_GO], +[AC_CHECK_TOOL(GOC, gccgo,) +]) + + # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], diff -Nru empathy-3.4.2.1/m4/ltoptions.m4 empathy-3.4.2.3/m4/ltoptions.m4 --- empathy-3.4.2.1/m4/ltoptions.m4 2012-05-21 12:08:42.000000000 +0000 +++ empathy-3.4.2.3/m4/ltoptions.m4 2012-06-27 10:25:19.000000000 +0000 @@ -326,9 +326,24 @@ # MODE is either `yes' or `no'. If omitted, it defaults to `both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], - [AS_HELP_STRING([--with-pic], + [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], - [pic_mode="$withval"], + [lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for lt_pkg in $withval; do + IFS="$lt_save_ifs" + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], [pic_mode=default]) test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) diff -Nru empathy-3.4.2.1/m4/ltversion.m4 empathy-3.4.2.3/m4/ltversion.m4 --- empathy-3.4.2.1/m4/ltversion.m4 2012-05-21 12:08:42.000000000 +0000 +++ empathy-3.4.2.3/m4/ltversion.m4 2012-06-27 10:25:19.000000000 +0000 @@ -9,15 +9,15 @@ # @configure_input@ -# serial 3293 ltversion.m4 +# serial 3337 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.4]) -m4_define([LT_PACKAGE_REVISION], [1.3293]) +m4_define([LT_PACKAGE_VERSION], [2.4.2]) +m4_define([LT_PACKAGE_REVISION], [1.3337]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.4' -macro_revision='1.3293' +[macro_version='2.4.2' +macro_revision='1.3337' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) diff -Nru empathy-3.4.2.1/Makefile.in empathy-3.4.2.3/Makefile.in --- empathy-3.4.2.1/Makefile.in 2012-05-21 12:08:49.000000000 +0000 +++ empathy-3.4.2.3/Makefile.in 2012-06-27 11:48:16.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -57,11 +57,11 @@ CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -83,9 +83,11 @@ distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ - { test ! -d "$(distdir)" \ - || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr "$(distdir)"; }; } + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ @@ -113,6 +115,8 @@ reldir="$$dir2" GZIP_ENV = --best DIST_ARCHIVES = $(distdir).tar.xz +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -185,6 +189,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ ITSTOOL = @ITSTOOL@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -285,6 +293,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -341,7 +351,7 @@ $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: -am--refresh: +am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ @@ -377,10 +387,8 @@ $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then \ - rm -f stamp-h1; \ - $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ - else :; fi + @if test ! -f $@; then rm -f stamp-h1; else :; fi + @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 @@ -609,14 +617,18 @@ $(am__remove_distdir) dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__remove_distdir) dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) dist-xz: distdir - tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__remove_distdir) dist-tarZ: distdir @@ -633,7 +645,7 @@ $(am__remove_distdir) dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then @@ -647,6 +659,8 @@ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ @@ -666,6 +680,7 @@ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ @@ -694,8 +709,16 @@ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: - @$(am__cd) '$(distuninstallcheck_dir)' \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ @@ -726,10 +749,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -818,8 +846,8 @@ .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ - dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ - distcheck distclean distclean-generic distclean-hdr \ + dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \ + dist-zip distcheck distclean distclean-generic distclean-hdr \ distclean-libtool distclean-local distclean-tags \ distcleancheck distdir distuninstallcheck dvi dvi-am html \ html-am info info-am install install-am install-data \ diff -Nru empathy-3.4.2.1/missing empathy-3.4.2.3/missing --- empathy-3.4.2.1/missing 2012-05-21 12:08:54.000000000 +0000 +++ empathy-3.4.2.3/missing 2012-06-27 10:25:25.000000000 +0000 @@ -1,10 +1,10 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2009-04-28.21; # UTC +scriptversion=2012-01-06.13; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, -# 2008, 2009 Free Software Foundation, Inc. +# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify @@ -84,7 +84,6 @@ help2man touch the output file lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file - tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and @@ -122,15 +121,6 @@ # Not GNU programs, they don't have --version. ;; - tar*) - if test -n "$run"; then - echo 1>&2 "ERROR: \`tar' requires --run" - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - exit 1 - fi - ;; - *) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. @@ -226,7 +216,7 @@ \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if test $# -ne 1; then - eval LASTARG="\${$#}" + eval LASTARG=\${$#} case $LASTARG in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` @@ -256,7 +246,7 @@ \`Flex' from any GNU archive site." rm -f lex.yy.c if test $# -ne 1; then - eval LASTARG="\${$#}" + eval LASTARG=\${$#} case $LASTARG in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` @@ -318,41 +308,6 @@ touch $file ;; - tar*) - shift - - # We have already tried tar in the generic part. - # Look for gnutar/gtar before invocation to avoid ugly error - # messages. - if (gnutar --version > /dev/null 2>&1); then - gnutar "$@" && exit 0 - fi - if (gtar --version > /dev/null 2>&1); then - gtar "$@" && exit 0 - fi - firstarg="$1" - if shift; then - case $firstarg in - *o*) - firstarg=`echo "$firstarg" | sed s/o//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - case $firstarg in - *h*) - firstarg=`echo "$firstarg" | sed s/h//` - tar "$firstarg" "$@" && exit 0 - ;; - esac - fi - - echo 1>&2 "\ -WARNING: I can't seem to be able to run \`tar' with the given arguments. - You may want to install GNU tar or Free paxutils, or check the - command line arguments." - exit 1 - ;; - *) echo 1>&2 "\ WARNING: \`$1' is needed, and is $msg. diff -Nru empathy-3.4.2.1/nautilus-sendto-plugin/Makefile.in empathy-3.4.2.3/nautilus-sendto-plugin/Makefile.in --- empathy-3.4.2.1/nautilus-sendto-plugin/Makefile.in 2012-05-21 12:08:48.000000000 +0000 +++ empathy-3.4.2.3/nautilus-sendto-plugin/Makefile.in 2012-06-27 11:48:16.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -71,6 +71,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(plugindir)" LTLIBRARIES = $(plugin_LTLIBRARIES) am__DEPENDENCIES_1 = @@ -78,8 +84,8 @@ $(top_builddir)/libempathy-gtk/libempathy-gtk.la am_libnstempathy_la_OBJECTS = empathy-nautilus-sendto.lo libnstempathy_la_OBJECTS = $(am_libnstempathy_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libnstempathy_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -95,21 +101,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libnstempathy_la_SOURCES) DIST_SOURCES = $(libnstempathy_la_SOURCES) @@ -187,6 +193,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ ITSTOOL = @ITSTOOL@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -287,6 +297,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -392,7 +404,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libnstempathy.la: $(libnstempathy_la_OBJECTS) $(libnstempathy_la_DEPENDENCIES) +libnstempathy.la: $(libnstempathy_la_OBJECTS) $(libnstempathy_la_DEPENDENCIES) $(EXTRA_libnstempathy_la_DEPENDENCIES) $(AM_V_CCLD)$(libnstempathy_la_LINK) -rpath $(plugindir) $(libnstempathy_la_OBJECTS) $(libnstempathy_la_LIBADD) $(LIBS) mostlyclean-compile: @@ -406,26 +418,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -532,10 +541,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru empathy-3.4.2.1/NEWS empathy-3.4.2.3/NEWS --- empathy-3.4.2.1/NEWS 2012-05-21 12:06:19.000000000 +0000 +++ empathy-3.4.2.3/NEWS 2012-06-27 11:50:09.000000000 +0000 @@ -1,3 +1,21 @@ +NEW in 3.4.2.3 (27/06/2012) +============== + +This release includes 3 more patches I backported from master and fixing other +potential crashes. + +Bugs fixed: + - Fixed #677641, Use a weak reference while loading the logs asynchronously to detect when the object has been destroyed (Debarshi Ray) + +NEW in 3.4.2.2 (27/06/2012) +============== + +This releases fixes an empathy-chat crash caused by a race in telepathy-glib. + +Bugs fixed: + - Fixed #678307, irc connection parameters dialog: "apply" button stays unsensitive (Guillaume Desmottes) + - Fixed #678807, empathy-chat crashed with SIGSEGV in _tp_base_client_handle_channels() (Guillaume Desmottes) + NEW in 3.4.2.1 (21/05/2012) ============== diff -Nru empathy-3.4.2.1/po/Makefile.in.in empathy-3.4.2.3/po/Makefile.in.in --- empathy-3.4.2.1/po/Makefile.in.in 2012-05-21 12:08:43.000000000 +0000 +++ empathy-3.4.2.3/po/Makefile.in.in 2012-06-27 10:25:19.000000000 +0000 @@ -49,8 +49,8 @@ XGETTEXT = @XGETTEXT@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ -MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) XGETTEXT=$(XGETTEXT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist -GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) XGETTEXT=$(XGETTEXT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot +MSGMERGE = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist +GENPOT = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot ALL_LINGUAS = @ALL_LINGUAS@ @@ -73,15 +73,20 @@ .SUFFIXES: .SUFFIXES: .po .pox .gmo .mo .msg .cat +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +INTLTOOL_V_MSGFMT = $(INTLTOOL__v_MSGFMT_$(V)) +INTLTOOL__v_MSGFMT_= $(INTLTOOL__v_MSGFMT_$(AM_DEFAULT_VERBOSITY)) +INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@; + .po.pox: $(MAKE) $(GETTEXT_PACKAGE).pot $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox .po.mo: - $(MSGFMT) -o $@ $< + $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $< .po.gmo: - file=`echo $* | sed 's,.*/,,'`.gmo \ + $(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \ && rm -f $$file && $(GMSGFMT) -o $$file $< .po.cat: diff -Nru empathy-3.4.2.1/src/empathy-auth-client.c empathy-3.4.2.3/src/empathy-auth-client.c --- empathy-3.4.2.1/src/empathy-auth-client.c 2012-05-21 11:22:09.000000000 +0000 +++ empathy-3.4.2.3/src/empathy-auth-client.c 2012-06-19 14:48:16.000000000 +0000 @@ -100,8 +100,6 @@ gboolean remember = FALSE; EmpathyTLSVerifier *verifier = EMPATHY_TLS_VERIFIER (user_data); - DEBUG ("Response %d", response_id); - g_object_get (tls_dialog, "certificate", &certificate, "reason", &reason, @@ -109,6 +107,8 @@ "details", &details, NULL); + DEBUG ("Response %d (remember: %d)", response_id, remember); + gtk_widget_destroy (GTK_WIDGET (dialog)); if (response_id == GTK_RESPONSE_YES) diff -Nru empathy-3.4.2.1/src/Makefile.in empathy-3.4.2.3/src/Makefile.in --- empathy-3.4.2.1/src/Makefile.in 2012-05-21 12:08:49.000000000 +0000 +++ empathy-3.4.2.3/src/Makefile.in 2012-06-27 11:48:16.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -84,8 +84,8 @@ empathy-import-utils.lo libempathy_accounts_common_la_OBJECTS = \ $(am_libempathy_accounts_common_la_OBJECTS) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \ "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(uidir)" @@ -237,21 +237,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libempathy_accounts_common_la_SOURCES) $(empathy_SOURCES) \ $(empathy_accounts_SOURCES) $(empathy_auth_client_SOURCES) \ @@ -283,6 +283,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } man1dir = $(mandir)/man1 NROFF = nroff MANS = $(dist_man_MANS) @@ -361,6 +367,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ ITSTOOL = @ITSTOOL@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -461,6 +471,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -698,6 +710,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(top_srcdir)/tools/flymake.mk $(top_srcdir)/tools/check-coding-style.mk: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -716,7 +729,7 @@ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done -libempathy-accounts-common.la: $(libempathy_accounts_common_la_OBJECTS) $(libempathy_accounts_common_la_DEPENDENCIES) +libempathy-accounts-common.la: $(libempathy_accounts_common_la_OBJECTS) $(libempathy_accounts_common_la_DEPENDENCIES) $(EXTRA_libempathy_accounts_common_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libempathy_accounts_common_la_OBJECTS) $(libempathy_accounts_common_la_LIBADD) $(LIBS) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @@ -804,25 +817,25 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -empathy$(EXEEXT): $(empathy_OBJECTS) $(empathy_DEPENDENCIES) +empathy$(EXEEXT): $(empathy_OBJECTS) $(empathy_DEPENDENCIES) $(EXTRA_empathy_DEPENDENCIES) @rm -f empathy$(EXEEXT) $(AM_V_CCLD)$(LINK) $(empathy_OBJECTS) $(empathy_LDADD) $(LIBS) -empathy-accounts$(EXEEXT): $(empathy_accounts_OBJECTS) $(empathy_accounts_DEPENDENCIES) +empathy-accounts$(EXEEXT): $(empathy_accounts_OBJECTS) $(empathy_accounts_DEPENDENCIES) $(EXTRA_empathy_accounts_DEPENDENCIES) @rm -f empathy-accounts$(EXEEXT) $(AM_V_CCLD)$(LINK) $(empathy_accounts_OBJECTS) $(empathy_accounts_LDADD) $(LIBS) -empathy-auth-client$(EXEEXT): $(empathy_auth_client_OBJECTS) $(empathy_auth_client_DEPENDENCIES) +empathy-auth-client$(EXEEXT): $(empathy_auth_client_OBJECTS) $(empathy_auth_client_DEPENDENCIES) $(EXTRA_empathy_auth_client_DEPENDENCIES) @rm -f empathy-auth-client$(EXEEXT) $(AM_V_CCLD)$(LINK) $(empathy_auth_client_OBJECTS) $(empathy_auth_client_LDADD) $(LIBS) -empathy-av$(EXEEXT): $(empathy_av_OBJECTS) $(empathy_av_DEPENDENCIES) +empathy-av$(EXEEXT): $(empathy_av_OBJECTS) $(empathy_av_DEPENDENCIES) $(EXTRA_empathy_av_DEPENDENCIES) @rm -f empathy-av$(EXEEXT) $(AM_V_CCLD)$(empathy_av_LINK) $(empathy_av_OBJECTS) $(empathy_av_LDADD) $(LIBS) -empathy-call$(EXEEXT): $(empathy_call_OBJECTS) $(empathy_call_DEPENDENCIES) +empathy-call$(EXEEXT): $(empathy_call_OBJECTS) $(empathy_call_DEPENDENCIES) $(EXTRA_empathy_call_DEPENDENCIES) @rm -f empathy-call$(EXEEXT) $(AM_V_CCLD)$(empathy_call_LINK) $(empathy_call_OBJECTS) $(empathy_call_LDADD) $(LIBS) -empathy-chat$(EXEEXT): $(empathy_chat_OBJECTS) $(empathy_chat_DEPENDENCIES) +empathy-chat$(EXEEXT): $(empathy_chat_OBJECTS) $(empathy_chat_DEPENDENCIES) $(EXTRA_empathy_chat_DEPENDENCIES) @rm -f empathy-chat$(EXEEXT) $(AM_V_CCLD)$(LINK) $(empathy_chat_OBJECTS) $(empathy_chat_LDADD) $(LIBS) -empathy-debugger$(EXEEXT): $(empathy_debugger_OBJECTS) $(empathy_debugger_DEPENDENCIES) +empathy-debugger$(EXEEXT): $(empathy_debugger_OBJECTS) $(empathy_debugger_DEPENDENCIES) $(EXTRA_empathy_debugger_DEPENDENCIES) @rm -f empathy-debugger$(EXEEXT) $(AM_V_CCLD)$(LINK) $(empathy_debugger_OBJECTS) $(empathy_debugger_LDADD) $(LIBS) @@ -892,490 +905,429 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< empathy_accounts-empathy-accounts.o: empathy-accounts.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(empathy_accounts_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT empathy_accounts-empathy-accounts.o -MD -MP -MF $(DEPDIR)/empathy_accounts-empathy-accounts.Tpo -c -o empathy_accounts-empathy-accounts.o `test -f 'empathy-accounts.c' || echo '$(srcdir)/'`empathy-accounts.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_accounts-empathy-accounts.Tpo $(DEPDIR)/empathy_accounts-empathy-accounts.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-accounts.c' object='empathy_accounts-empathy-accounts.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-accounts.c' object='empathy_accounts-empathy-accounts.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(empathy_accounts_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o empathy_accounts-empathy-accounts.o `test -f 'empathy-accounts.c' || echo '$(srcdir)/'`empathy-accounts.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(empathy_accounts_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o empathy_accounts-empathy-accounts.o `test -f 'empathy-accounts.c' || echo '$(srcdir)/'`empathy-accounts.c empathy_accounts-empathy-accounts.obj: empathy-accounts.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(empathy_accounts_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT empathy_accounts-empathy-accounts.obj -MD -MP -MF $(DEPDIR)/empathy_accounts-empathy-accounts.Tpo -c -o empathy_accounts-empathy-accounts.obj `if test -f 'empathy-accounts.c'; then $(CYGPATH_W) 'empathy-accounts.c'; else $(CYGPATH_W) '$(srcdir)/empathy-accounts.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_accounts-empathy-accounts.Tpo $(DEPDIR)/empathy_accounts-empathy-accounts.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-accounts.c' object='empathy_accounts-empathy-accounts.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-accounts.c' object='empathy_accounts-empathy-accounts.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(empathy_accounts_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o empathy_accounts-empathy-accounts.obj `if test -f 'empathy-accounts.c'; then $(CYGPATH_W) 'empathy-accounts.c'; else $(CYGPATH_W) '$(srcdir)/empathy-accounts.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(empathy_accounts_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o empathy_accounts-empathy-accounts.obj `if test -f 'empathy-accounts.c'; then $(CYGPATH_W) 'empathy-accounts.c'; else $(CYGPATH_W) '$(srcdir)/empathy-accounts.c'; fi` empathy_av-empathy-av.o: empathy-av.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-av.o -MD -MP -MF $(DEPDIR)/empathy_av-empathy-av.Tpo -c -o empathy_av-empathy-av.o `test -f 'empathy-av.c' || echo '$(srcdir)/'`empathy-av.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-av.Tpo $(DEPDIR)/empathy_av-empathy-av.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-av.c' object='empathy_av-empathy-av.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-av.c' object='empathy_av-empathy-av.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-av.o `test -f 'empathy-av.c' || echo '$(srcdir)/'`empathy-av.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-av.o `test -f 'empathy-av.c' || echo '$(srcdir)/'`empathy-av.c empathy_av-empathy-av.obj: empathy-av.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-av.obj -MD -MP -MF $(DEPDIR)/empathy_av-empathy-av.Tpo -c -o empathy_av-empathy-av.obj `if test -f 'empathy-av.c'; then $(CYGPATH_W) 'empathy-av.c'; else $(CYGPATH_W) '$(srcdir)/empathy-av.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-av.Tpo $(DEPDIR)/empathy_av-empathy-av.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-av.c' object='empathy_av-empathy-av.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-av.c' object='empathy_av-empathy-av.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-av.obj `if test -f 'empathy-av.c'; then $(CYGPATH_W) 'empathy-av.c'; else $(CYGPATH_W) '$(srcdir)/empathy-av.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-av.obj `if test -f 'empathy-av.c'; then $(CYGPATH_W) 'empathy-av.c'; else $(CYGPATH_W) '$(srcdir)/empathy-av.c'; fi` empathy_av-empathy-audio-sink.o: empathy-audio-sink.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-audio-sink.o -MD -MP -MF $(DEPDIR)/empathy_av-empathy-audio-sink.Tpo -c -o empathy_av-empathy-audio-sink.o `test -f 'empathy-audio-sink.c' || echo '$(srcdir)/'`empathy-audio-sink.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-audio-sink.Tpo $(DEPDIR)/empathy_av-empathy-audio-sink.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-audio-sink.c' object='empathy_av-empathy-audio-sink.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-audio-sink.c' object='empathy_av-empathy-audio-sink.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-audio-sink.o `test -f 'empathy-audio-sink.c' || echo '$(srcdir)/'`empathy-audio-sink.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-audio-sink.o `test -f 'empathy-audio-sink.c' || echo '$(srcdir)/'`empathy-audio-sink.c empathy_av-empathy-audio-sink.obj: empathy-audio-sink.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-audio-sink.obj -MD -MP -MF $(DEPDIR)/empathy_av-empathy-audio-sink.Tpo -c -o empathy_av-empathy-audio-sink.obj `if test -f 'empathy-audio-sink.c'; then $(CYGPATH_W) 'empathy-audio-sink.c'; else $(CYGPATH_W) '$(srcdir)/empathy-audio-sink.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-audio-sink.Tpo $(DEPDIR)/empathy_av-empathy-audio-sink.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-audio-sink.c' object='empathy_av-empathy-audio-sink.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-audio-sink.c' object='empathy_av-empathy-audio-sink.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-audio-sink.obj `if test -f 'empathy-audio-sink.c'; then $(CYGPATH_W) 'empathy-audio-sink.c'; else $(CYGPATH_W) '$(srcdir)/empathy-audio-sink.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-audio-sink.obj `if test -f 'empathy-audio-sink.c'; then $(CYGPATH_W) 'empathy-audio-sink.c'; else $(CYGPATH_W) '$(srcdir)/empathy-audio-sink.c'; fi` empathy_av-empathy-audio-src.o: empathy-audio-src.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-audio-src.o -MD -MP -MF $(DEPDIR)/empathy_av-empathy-audio-src.Tpo -c -o empathy_av-empathy-audio-src.o `test -f 'empathy-audio-src.c' || echo '$(srcdir)/'`empathy-audio-src.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-audio-src.Tpo $(DEPDIR)/empathy_av-empathy-audio-src.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-audio-src.c' object='empathy_av-empathy-audio-src.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-audio-src.c' object='empathy_av-empathy-audio-src.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-audio-src.o `test -f 'empathy-audio-src.c' || echo '$(srcdir)/'`empathy-audio-src.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-audio-src.o `test -f 'empathy-audio-src.c' || echo '$(srcdir)/'`empathy-audio-src.c empathy_av-empathy-audio-src.obj: empathy-audio-src.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-audio-src.obj -MD -MP -MF $(DEPDIR)/empathy_av-empathy-audio-src.Tpo -c -o empathy_av-empathy-audio-src.obj `if test -f 'empathy-audio-src.c'; then $(CYGPATH_W) 'empathy-audio-src.c'; else $(CYGPATH_W) '$(srcdir)/empathy-audio-src.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-audio-src.Tpo $(DEPDIR)/empathy_av-empathy-audio-src.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-audio-src.c' object='empathy_av-empathy-audio-src.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-audio-src.c' object='empathy_av-empathy-audio-src.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-audio-src.obj `if test -f 'empathy-audio-src.c'; then $(CYGPATH_W) 'empathy-audio-src.c'; else $(CYGPATH_W) '$(srcdir)/empathy-audio-src.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-audio-src.obj `if test -f 'empathy-audio-src.c'; then $(CYGPATH_W) 'empathy-audio-src.c'; else $(CYGPATH_W) '$(srcdir)/empathy-audio-src.c'; fi` empathy_av-empathy-streamed-media-factory.o: empathy-streamed-media-factory.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-streamed-media-factory.o -MD -MP -MF $(DEPDIR)/empathy_av-empathy-streamed-media-factory.Tpo -c -o empathy_av-empathy-streamed-media-factory.o `test -f 'empathy-streamed-media-factory.c' || echo '$(srcdir)/'`empathy-streamed-media-factory.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-streamed-media-factory.Tpo $(DEPDIR)/empathy_av-empathy-streamed-media-factory.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-streamed-media-factory.c' object='empathy_av-empathy-streamed-media-factory.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-streamed-media-factory.c' object='empathy_av-empathy-streamed-media-factory.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-factory.o `test -f 'empathy-streamed-media-factory.c' || echo '$(srcdir)/'`empathy-streamed-media-factory.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-factory.o `test -f 'empathy-streamed-media-factory.c' || echo '$(srcdir)/'`empathy-streamed-media-factory.c empathy_av-empathy-streamed-media-factory.obj: empathy-streamed-media-factory.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-streamed-media-factory.obj -MD -MP -MF $(DEPDIR)/empathy_av-empathy-streamed-media-factory.Tpo -c -o empathy_av-empathy-streamed-media-factory.obj `if test -f 'empathy-streamed-media-factory.c'; then $(CYGPATH_W) 'empathy-streamed-media-factory.c'; else $(CYGPATH_W) '$(srcdir)/empathy-streamed-media-factory.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-streamed-media-factory.Tpo $(DEPDIR)/empathy_av-empathy-streamed-media-factory.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-streamed-media-factory.c' object='empathy_av-empathy-streamed-media-factory.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-streamed-media-factory.c' object='empathy_av-empathy-streamed-media-factory.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-factory.obj `if test -f 'empathy-streamed-media-factory.c'; then $(CYGPATH_W) 'empathy-streamed-media-factory.c'; else $(CYGPATH_W) '$(srcdir)/empathy-streamed-media-factory.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-factory.obj `if test -f 'empathy-streamed-media-factory.c'; then $(CYGPATH_W) 'empathy-streamed-media-factory.c'; else $(CYGPATH_W) '$(srcdir)/empathy-streamed-media-factory.c'; fi` empathy_av-empathy-streamed-media-handler.o: empathy-streamed-media-handler.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-streamed-media-handler.o -MD -MP -MF $(DEPDIR)/empathy_av-empathy-streamed-media-handler.Tpo -c -o empathy_av-empathy-streamed-media-handler.o `test -f 'empathy-streamed-media-handler.c' || echo '$(srcdir)/'`empathy-streamed-media-handler.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-streamed-media-handler.Tpo $(DEPDIR)/empathy_av-empathy-streamed-media-handler.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-streamed-media-handler.c' object='empathy_av-empathy-streamed-media-handler.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-streamed-media-handler.c' object='empathy_av-empathy-streamed-media-handler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-handler.o `test -f 'empathy-streamed-media-handler.c' || echo '$(srcdir)/'`empathy-streamed-media-handler.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-handler.o `test -f 'empathy-streamed-media-handler.c' || echo '$(srcdir)/'`empathy-streamed-media-handler.c empathy_av-empathy-streamed-media-handler.obj: empathy-streamed-media-handler.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-streamed-media-handler.obj -MD -MP -MF $(DEPDIR)/empathy_av-empathy-streamed-media-handler.Tpo -c -o empathy_av-empathy-streamed-media-handler.obj `if test -f 'empathy-streamed-media-handler.c'; then $(CYGPATH_W) 'empathy-streamed-media-handler.c'; else $(CYGPATH_W) '$(srcdir)/empathy-streamed-media-handler.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-streamed-media-handler.Tpo $(DEPDIR)/empathy_av-empathy-streamed-media-handler.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-streamed-media-handler.c' object='empathy_av-empathy-streamed-media-handler.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-streamed-media-handler.c' object='empathy_av-empathy-streamed-media-handler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-handler.obj `if test -f 'empathy-streamed-media-handler.c'; then $(CYGPATH_W) 'empathy-streamed-media-handler.c'; else $(CYGPATH_W) '$(srcdir)/empathy-streamed-media-handler.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-handler.obj `if test -f 'empathy-streamed-media-handler.c'; then $(CYGPATH_W) 'empathy-streamed-media-handler.c'; else $(CYGPATH_W) '$(srcdir)/empathy-streamed-media-handler.c'; fi` empathy_av-empathy-streamed-media-window-fullscreen.o: empathy-streamed-media-window-fullscreen.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-streamed-media-window-fullscreen.o -MD -MP -MF $(DEPDIR)/empathy_av-empathy-streamed-media-window-fullscreen.Tpo -c -o empathy_av-empathy-streamed-media-window-fullscreen.o `test -f 'empathy-streamed-media-window-fullscreen.c' || echo '$(srcdir)/'`empathy-streamed-media-window-fullscreen.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-streamed-media-window-fullscreen.Tpo $(DEPDIR)/empathy_av-empathy-streamed-media-window-fullscreen.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-streamed-media-window-fullscreen.c' object='empathy_av-empathy-streamed-media-window-fullscreen.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-streamed-media-window-fullscreen.c' object='empathy_av-empathy-streamed-media-window-fullscreen.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-window-fullscreen.o `test -f 'empathy-streamed-media-window-fullscreen.c' || echo '$(srcdir)/'`empathy-streamed-media-window-fullscreen.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-window-fullscreen.o `test -f 'empathy-streamed-media-window-fullscreen.c' || echo '$(srcdir)/'`empathy-streamed-media-window-fullscreen.c empathy_av-empathy-streamed-media-window-fullscreen.obj: empathy-streamed-media-window-fullscreen.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-streamed-media-window-fullscreen.obj -MD -MP -MF $(DEPDIR)/empathy_av-empathy-streamed-media-window-fullscreen.Tpo -c -o empathy_av-empathy-streamed-media-window-fullscreen.obj `if test -f 'empathy-streamed-media-window-fullscreen.c'; then $(CYGPATH_W) 'empathy-streamed-media-window-fullscreen.c'; else $(CYGPATH_W) '$(srcdir)/empathy-streamed-media-window-fullscreen.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-streamed-media-window-fullscreen.Tpo $(DEPDIR)/empathy_av-empathy-streamed-media-window-fullscreen.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-streamed-media-window-fullscreen.c' object='empathy_av-empathy-streamed-media-window-fullscreen.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-streamed-media-window-fullscreen.c' object='empathy_av-empathy-streamed-media-window-fullscreen.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-window-fullscreen.obj `if test -f 'empathy-streamed-media-window-fullscreen.c'; then $(CYGPATH_W) 'empathy-streamed-media-window-fullscreen.c'; else $(CYGPATH_W) '$(srcdir)/empathy-streamed-media-window-fullscreen.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-window-fullscreen.obj `if test -f 'empathy-streamed-media-window-fullscreen.c'; then $(CYGPATH_W) 'empathy-streamed-media-window-fullscreen.c'; else $(CYGPATH_W) '$(srcdir)/empathy-streamed-media-window-fullscreen.c'; fi` empathy_av-empathy-streamed-media-window.o: empathy-streamed-media-window.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-streamed-media-window.o -MD -MP -MF $(DEPDIR)/empathy_av-empathy-streamed-media-window.Tpo -c -o empathy_av-empathy-streamed-media-window.o `test -f 'empathy-streamed-media-window.c' || echo '$(srcdir)/'`empathy-streamed-media-window.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-streamed-media-window.Tpo $(DEPDIR)/empathy_av-empathy-streamed-media-window.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-streamed-media-window.c' object='empathy_av-empathy-streamed-media-window.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-streamed-media-window.c' object='empathy_av-empathy-streamed-media-window.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-window.o `test -f 'empathy-streamed-media-window.c' || echo '$(srcdir)/'`empathy-streamed-media-window.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-window.o `test -f 'empathy-streamed-media-window.c' || echo '$(srcdir)/'`empathy-streamed-media-window.c empathy_av-empathy-streamed-media-window.obj: empathy-streamed-media-window.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-streamed-media-window.obj -MD -MP -MF $(DEPDIR)/empathy_av-empathy-streamed-media-window.Tpo -c -o empathy_av-empathy-streamed-media-window.obj `if test -f 'empathy-streamed-media-window.c'; then $(CYGPATH_W) 'empathy-streamed-media-window.c'; else $(CYGPATH_W) '$(srcdir)/empathy-streamed-media-window.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-streamed-media-window.Tpo $(DEPDIR)/empathy_av-empathy-streamed-media-window.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-streamed-media-window.c' object='empathy_av-empathy-streamed-media-window.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-streamed-media-window.c' object='empathy_av-empathy-streamed-media-window.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-window.obj `if test -f 'empathy-streamed-media-window.c'; then $(CYGPATH_W) 'empathy-streamed-media-window.c'; else $(CYGPATH_W) '$(srcdir)/empathy-streamed-media-window.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-streamed-media-window.obj `if test -f 'empathy-streamed-media-window.c'; then $(CYGPATH_W) 'empathy-streamed-media-window.c'; else $(CYGPATH_W) '$(srcdir)/empathy-streamed-media-window.c'; fi` empathy_av-empathy-video-src.o: empathy-video-src.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-video-src.o -MD -MP -MF $(DEPDIR)/empathy_av-empathy-video-src.Tpo -c -o empathy_av-empathy-video-src.o `test -f 'empathy-video-src.c' || echo '$(srcdir)/'`empathy-video-src.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-video-src.Tpo $(DEPDIR)/empathy_av-empathy-video-src.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-video-src.c' object='empathy_av-empathy-video-src.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-video-src.c' object='empathy_av-empathy-video-src.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-video-src.o `test -f 'empathy-video-src.c' || echo '$(srcdir)/'`empathy-video-src.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-video-src.o `test -f 'empathy-video-src.c' || echo '$(srcdir)/'`empathy-video-src.c empathy_av-empathy-video-src.obj: empathy-video-src.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-video-src.obj -MD -MP -MF $(DEPDIR)/empathy_av-empathy-video-src.Tpo -c -o empathy_av-empathy-video-src.obj `if test -f 'empathy-video-src.c'; then $(CYGPATH_W) 'empathy-video-src.c'; else $(CYGPATH_W) '$(srcdir)/empathy-video-src.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-video-src.Tpo $(DEPDIR)/empathy_av-empathy-video-src.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-video-src.c' object='empathy_av-empathy-video-src.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-video-src.c' object='empathy_av-empathy-video-src.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-video-src.obj `if test -f 'empathy-video-src.c'; then $(CYGPATH_W) 'empathy-video-src.c'; else $(CYGPATH_W) '$(srcdir)/empathy-video-src.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-video-src.obj `if test -f 'empathy-video-src.c'; then $(CYGPATH_W) 'empathy-video-src.c'; else $(CYGPATH_W) '$(srcdir)/empathy-video-src.c'; fi` empathy_av-empathy-video-widget.o: empathy-video-widget.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-video-widget.o -MD -MP -MF $(DEPDIR)/empathy_av-empathy-video-widget.Tpo -c -o empathy_av-empathy-video-widget.o `test -f 'empathy-video-widget.c' || echo '$(srcdir)/'`empathy-video-widget.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-video-widget.Tpo $(DEPDIR)/empathy_av-empathy-video-widget.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-video-widget.c' object='empathy_av-empathy-video-widget.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-video-widget.c' object='empathy_av-empathy-video-widget.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-video-widget.o `test -f 'empathy-video-widget.c' || echo '$(srcdir)/'`empathy-video-widget.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-video-widget.o `test -f 'empathy-video-widget.c' || echo '$(srcdir)/'`empathy-video-widget.c empathy_av-empathy-video-widget.obj: empathy-video-widget.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-video-widget.obj -MD -MP -MF $(DEPDIR)/empathy_av-empathy-video-widget.Tpo -c -o empathy_av-empathy-video-widget.obj `if test -f 'empathy-video-widget.c'; then $(CYGPATH_W) 'empathy-video-widget.c'; else $(CYGPATH_W) '$(srcdir)/empathy-video-widget.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-video-widget.Tpo $(DEPDIR)/empathy_av-empathy-video-widget.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-video-widget.c' object='empathy_av-empathy-video-widget.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-video-widget.c' object='empathy_av-empathy-video-widget.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-video-widget.obj `if test -f 'empathy-video-widget.c'; then $(CYGPATH_W) 'empathy-video-widget.c'; else $(CYGPATH_W) '$(srcdir)/empathy-video-widget.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-video-widget.obj `if test -f 'empathy-video-widget.c'; then $(CYGPATH_W) 'empathy-video-widget.c'; else $(CYGPATH_W) '$(srcdir)/empathy-video-widget.c'; fi` empathy_av-ev-sidebar.o: ev-sidebar.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-ev-sidebar.o -MD -MP -MF $(DEPDIR)/empathy_av-ev-sidebar.Tpo -c -o empathy_av-ev-sidebar.o `test -f 'ev-sidebar.c' || echo '$(srcdir)/'`ev-sidebar.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-ev-sidebar.Tpo $(DEPDIR)/empathy_av-ev-sidebar.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ev-sidebar.c' object='empathy_av-ev-sidebar.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ev-sidebar.c' object='empathy_av-ev-sidebar.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-ev-sidebar.o `test -f 'ev-sidebar.c' || echo '$(srcdir)/'`ev-sidebar.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-ev-sidebar.o `test -f 'ev-sidebar.c' || echo '$(srcdir)/'`ev-sidebar.c empathy_av-ev-sidebar.obj: ev-sidebar.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-ev-sidebar.obj -MD -MP -MF $(DEPDIR)/empathy_av-ev-sidebar.Tpo -c -o empathy_av-ev-sidebar.obj `if test -f 'ev-sidebar.c'; then $(CYGPATH_W) 'ev-sidebar.c'; else $(CYGPATH_W) '$(srcdir)/ev-sidebar.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-ev-sidebar.Tpo $(DEPDIR)/empathy_av-ev-sidebar.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ev-sidebar.c' object='empathy_av-ev-sidebar.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ev-sidebar.c' object='empathy_av-ev-sidebar.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-ev-sidebar.obj `if test -f 'ev-sidebar.c'; then $(CYGPATH_W) 'ev-sidebar.c'; else $(CYGPATH_W) '$(srcdir)/ev-sidebar.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-ev-sidebar.obj `if test -f 'ev-sidebar.c'; then $(CYGPATH_W) 'ev-sidebar.c'; else $(CYGPATH_W) '$(srcdir)/ev-sidebar.c'; fi` empathy_av-empathy-mic-monitor.o: empathy-mic-monitor.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-mic-monitor.o -MD -MP -MF $(DEPDIR)/empathy_av-empathy-mic-monitor.Tpo -c -o empathy_av-empathy-mic-monitor.o `test -f 'empathy-mic-monitor.c' || echo '$(srcdir)/'`empathy-mic-monitor.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-mic-monitor.Tpo $(DEPDIR)/empathy_av-empathy-mic-monitor.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-mic-monitor.c' object='empathy_av-empathy-mic-monitor.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-mic-monitor.c' object='empathy_av-empathy-mic-monitor.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-mic-monitor.o `test -f 'empathy-mic-monitor.c' || echo '$(srcdir)/'`empathy-mic-monitor.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-mic-monitor.o `test -f 'empathy-mic-monitor.c' || echo '$(srcdir)/'`empathy-mic-monitor.c empathy_av-empathy-mic-monitor.obj: empathy-mic-monitor.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -MT empathy_av-empathy-mic-monitor.obj -MD -MP -MF $(DEPDIR)/empathy_av-empathy-mic-monitor.Tpo -c -o empathy_av-empathy-mic-monitor.obj `if test -f 'empathy-mic-monitor.c'; then $(CYGPATH_W) 'empathy-mic-monitor.c'; else $(CYGPATH_W) '$(srcdir)/empathy-mic-monitor.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_av-empathy-mic-monitor.Tpo $(DEPDIR)/empathy_av-empathy-mic-monitor.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-mic-monitor.c' object='empathy_av-empathy-mic-monitor.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-mic-monitor.c' object='empathy_av-empathy-mic-monitor.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-mic-monitor.obj `if test -f 'empathy-mic-monitor.c'; then $(CYGPATH_W) 'empathy-mic-monitor.c'; else $(CYGPATH_W) '$(srcdir)/empathy-mic-monitor.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_av_CFLAGS) $(CFLAGS) -c -o empathy_av-empathy-mic-monitor.obj `if test -f 'empathy-mic-monitor.c'; then $(CYGPATH_W) 'empathy-mic-monitor.c'; else $(CYGPATH_W) '$(srcdir)/empathy-mic-monitor.c'; fi` empathy_call-empathy-call.o: empathy-call.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-call.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-call.Tpo -c -o empathy_call-empathy-call.o `test -f 'empathy-call.c' || echo '$(srcdir)/'`empathy-call.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-call.Tpo $(DEPDIR)/empathy_call-empathy-call.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-call.c' object='empathy_call-empathy-call.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-call.c' object='empathy_call-empathy-call.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call.o `test -f 'empathy-call.c' || echo '$(srcdir)/'`empathy-call.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call.o `test -f 'empathy-call.c' || echo '$(srcdir)/'`empathy-call.c empathy_call-empathy-call.obj: empathy-call.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-call.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-call.Tpo -c -o empathy_call-empathy-call.obj `if test -f 'empathy-call.c'; then $(CYGPATH_W) 'empathy-call.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-call.Tpo $(DEPDIR)/empathy_call-empathy-call.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-call.c' object='empathy_call-empathy-call.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-call.c' object='empathy_call-empathy-call.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call.obj `if test -f 'empathy-call.c'; then $(CYGPATH_W) 'empathy-call.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call.obj `if test -f 'empathy-call.c'; then $(CYGPATH_W) 'empathy-call.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call.c'; fi` empathy_call-empathy-call-factory.o: empathy-call-factory.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-call-factory.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-call-factory.Tpo -c -o empathy_call-empathy-call-factory.o `test -f 'empathy-call-factory.c' || echo '$(srcdir)/'`empathy-call-factory.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-call-factory.Tpo $(DEPDIR)/empathy_call-empathy-call-factory.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-call-factory.c' object='empathy_call-empathy-call-factory.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-call-factory.c' object='empathy_call-empathy-call-factory.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-factory.o `test -f 'empathy-call-factory.c' || echo '$(srcdir)/'`empathy-call-factory.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-factory.o `test -f 'empathy-call-factory.c' || echo '$(srcdir)/'`empathy-call-factory.c empathy_call-empathy-call-factory.obj: empathy-call-factory.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-call-factory.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-call-factory.Tpo -c -o empathy_call-empathy-call-factory.obj `if test -f 'empathy-call-factory.c'; then $(CYGPATH_W) 'empathy-call-factory.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call-factory.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-call-factory.Tpo $(DEPDIR)/empathy_call-empathy-call-factory.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-call-factory.c' object='empathy_call-empathy-call-factory.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-call-factory.c' object='empathy_call-empathy-call-factory.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-factory.obj `if test -f 'empathy-call-factory.c'; then $(CYGPATH_W) 'empathy-call-factory.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call-factory.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-factory.obj `if test -f 'empathy-call-factory.c'; then $(CYGPATH_W) 'empathy-call-factory.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call-factory.c'; fi` empathy_call-empathy-call-handler.o: empathy-call-handler.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-call-handler.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-call-handler.Tpo -c -o empathy_call-empathy-call-handler.o `test -f 'empathy-call-handler.c' || echo '$(srcdir)/'`empathy-call-handler.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-call-handler.Tpo $(DEPDIR)/empathy_call-empathy-call-handler.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-call-handler.c' object='empathy_call-empathy-call-handler.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-call-handler.c' object='empathy_call-empathy-call-handler.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-handler.o `test -f 'empathy-call-handler.c' || echo '$(srcdir)/'`empathy-call-handler.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-handler.o `test -f 'empathy-call-handler.c' || echo '$(srcdir)/'`empathy-call-handler.c empathy_call-empathy-call-handler.obj: empathy-call-handler.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-call-handler.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-call-handler.Tpo -c -o empathy_call-empathy-call-handler.obj `if test -f 'empathy-call-handler.c'; then $(CYGPATH_W) 'empathy-call-handler.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call-handler.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-call-handler.Tpo $(DEPDIR)/empathy_call-empathy-call-handler.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-call-handler.c' object='empathy_call-empathy-call-handler.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-call-handler.c' object='empathy_call-empathy-call-handler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-handler.obj `if test -f 'empathy-call-handler.c'; then $(CYGPATH_W) 'empathy-call-handler.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call-handler.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-handler.obj `if test -f 'empathy-call-handler.c'; then $(CYGPATH_W) 'empathy-call-handler.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call-handler.c'; fi` empathy_call-empathy-call-window.o: empathy-call-window.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-call-window.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-call-window.Tpo -c -o empathy_call-empathy-call-window.o `test -f 'empathy-call-window.c' || echo '$(srcdir)/'`empathy-call-window.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-call-window.Tpo $(DEPDIR)/empathy_call-empathy-call-window.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-call-window.c' object='empathy_call-empathy-call-window.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-call-window.c' object='empathy_call-empathy-call-window.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-window.o `test -f 'empathy-call-window.c' || echo '$(srcdir)/'`empathy-call-window.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-window.o `test -f 'empathy-call-window.c' || echo '$(srcdir)/'`empathy-call-window.c empathy_call-empathy-call-window.obj: empathy-call-window.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-call-window.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-call-window.Tpo -c -o empathy_call-empathy-call-window.obj `if test -f 'empathy-call-window.c'; then $(CYGPATH_W) 'empathy-call-window.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call-window.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-call-window.Tpo $(DEPDIR)/empathy_call-empathy-call-window.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-call-window.c' object='empathy_call-empathy-call-window.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-call-window.c' object='empathy_call-empathy-call-window.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-window.obj `if test -f 'empathy-call-window.c'; then $(CYGPATH_W) 'empathy-call-window.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call-window.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-window.obj `if test -f 'empathy-call-window.c'; then $(CYGPATH_W) 'empathy-call-window.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call-window.c'; fi` empathy_call-empathy-call-window-fullscreen.o: empathy-call-window-fullscreen.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-call-window-fullscreen.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-call-window-fullscreen.Tpo -c -o empathy_call-empathy-call-window-fullscreen.o `test -f 'empathy-call-window-fullscreen.c' || echo '$(srcdir)/'`empathy-call-window-fullscreen.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-call-window-fullscreen.Tpo $(DEPDIR)/empathy_call-empathy-call-window-fullscreen.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-call-window-fullscreen.c' object='empathy_call-empathy-call-window-fullscreen.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-call-window-fullscreen.c' object='empathy_call-empathy-call-window-fullscreen.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-window-fullscreen.o `test -f 'empathy-call-window-fullscreen.c' || echo '$(srcdir)/'`empathy-call-window-fullscreen.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-window-fullscreen.o `test -f 'empathy-call-window-fullscreen.c' || echo '$(srcdir)/'`empathy-call-window-fullscreen.c empathy_call-empathy-call-window-fullscreen.obj: empathy-call-window-fullscreen.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-call-window-fullscreen.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-call-window-fullscreen.Tpo -c -o empathy_call-empathy-call-window-fullscreen.obj `if test -f 'empathy-call-window-fullscreen.c'; then $(CYGPATH_W) 'empathy-call-window-fullscreen.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call-window-fullscreen.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-call-window-fullscreen.Tpo $(DEPDIR)/empathy_call-empathy-call-window-fullscreen.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-call-window-fullscreen.c' object='empathy_call-empathy-call-window-fullscreen.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-call-window-fullscreen.c' object='empathy_call-empathy-call-window-fullscreen.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-window-fullscreen.obj `if test -f 'empathy-call-window-fullscreen.c'; then $(CYGPATH_W) 'empathy-call-window-fullscreen.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call-window-fullscreen.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-call-window-fullscreen.obj `if test -f 'empathy-call-window-fullscreen.c'; then $(CYGPATH_W) 'empathy-call-window-fullscreen.c'; else $(CYGPATH_W) '$(srcdir)/empathy-call-window-fullscreen.c'; fi` empathy_call-empathy-about-dialog.o: empathy-about-dialog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-about-dialog.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-about-dialog.Tpo -c -o empathy_call-empathy-about-dialog.o `test -f 'empathy-about-dialog.c' || echo '$(srcdir)/'`empathy-about-dialog.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-about-dialog.Tpo $(DEPDIR)/empathy_call-empathy-about-dialog.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-about-dialog.c' object='empathy_call-empathy-about-dialog.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-about-dialog.c' object='empathy_call-empathy-about-dialog.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-about-dialog.o `test -f 'empathy-about-dialog.c' || echo '$(srcdir)/'`empathy-about-dialog.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-about-dialog.o `test -f 'empathy-about-dialog.c' || echo '$(srcdir)/'`empathy-about-dialog.c empathy_call-empathy-about-dialog.obj: empathy-about-dialog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-about-dialog.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-about-dialog.Tpo -c -o empathy_call-empathy-about-dialog.obj `if test -f 'empathy-about-dialog.c'; then $(CYGPATH_W) 'empathy-about-dialog.c'; else $(CYGPATH_W) '$(srcdir)/empathy-about-dialog.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-about-dialog.Tpo $(DEPDIR)/empathy_call-empathy-about-dialog.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-about-dialog.c' object='empathy_call-empathy-about-dialog.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-about-dialog.c' object='empathy_call-empathy-about-dialog.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-about-dialog.obj `if test -f 'empathy-about-dialog.c'; then $(CYGPATH_W) 'empathy-about-dialog.c'; else $(CYGPATH_W) '$(srcdir)/empathy-about-dialog.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-about-dialog.obj `if test -f 'empathy-about-dialog.c'; then $(CYGPATH_W) 'empathy-about-dialog.c'; else $(CYGPATH_W) '$(srcdir)/empathy-about-dialog.c'; fi` empathy_call-empathy-audio-sink.o: empathy-audio-sink.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-audio-sink.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-audio-sink.Tpo -c -o empathy_call-empathy-audio-sink.o `test -f 'empathy-audio-sink.c' || echo '$(srcdir)/'`empathy-audio-sink.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-audio-sink.Tpo $(DEPDIR)/empathy_call-empathy-audio-sink.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-audio-sink.c' object='empathy_call-empathy-audio-sink.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-audio-sink.c' object='empathy_call-empathy-audio-sink.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-audio-sink.o `test -f 'empathy-audio-sink.c' || echo '$(srcdir)/'`empathy-audio-sink.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-audio-sink.o `test -f 'empathy-audio-sink.c' || echo '$(srcdir)/'`empathy-audio-sink.c empathy_call-empathy-audio-sink.obj: empathy-audio-sink.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-audio-sink.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-audio-sink.Tpo -c -o empathy_call-empathy-audio-sink.obj `if test -f 'empathy-audio-sink.c'; then $(CYGPATH_W) 'empathy-audio-sink.c'; else $(CYGPATH_W) '$(srcdir)/empathy-audio-sink.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-audio-sink.Tpo $(DEPDIR)/empathy_call-empathy-audio-sink.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-audio-sink.c' object='empathy_call-empathy-audio-sink.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-audio-sink.c' object='empathy_call-empathy-audio-sink.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-audio-sink.obj `if test -f 'empathy-audio-sink.c'; then $(CYGPATH_W) 'empathy-audio-sink.c'; else $(CYGPATH_W) '$(srcdir)/empathy-audio-sink.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-audio-sink.obj `if test -f 'empathy-audio-sink.c'; then $(CYGPATH_W) 'empathy-audio-sink.c'; else $(CYGPATH_W) '$(srcdir)/empathy-audio-sink.c'; fi` empathy_call-empathy-audio-src.o: empathy-audio-src.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-audio-src.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-audio-src.Tpo -c -o empathy_call-empathy-audio-src.o `test -f 'empathy-audio-src.c' || echo '$(srcdir)/'`empathy-audio-src.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-audio-src.Tpo $(DEPDIR)/empathy_call-empathy-audio-src.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-audio-src.c' object='empathy_call-empathy-audio-src.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-audio-src.c' object='empathy_call-empathy-audio-src.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-audio-src.o `test -f 'empathy-audio-src.c' || echo '$(srcdir)/'`empathy-audio-src.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-audio-src.o `test -f 'empathy-audio-src.c' || echo '$(srcdir)/'`empathy-audio-src.c empathy_call-empathy-audio-src.obj: empathy-audio-src.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-audio-src.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-audio-src.Tpo -c -o empathy_call-empathy-audio-src.obj `if test -f 'empathy-audio-src.c'; then $(CYGPATH_W) 'empathy-audio-src.c'; else $(CYGPATH_W) '$(srcdir)/empathy-audio-src.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-audio-src.Tpo $(DEPDIR)/empathy_call-empathy-audio-src.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-audio-src.c' object='empathy_call-empathy-audio-src.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-audio-src.c' object='empathy_call-empathy-audio-src.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-audio-src.obj `if test -f 'empathy-audio-src.c'; then $(CYGPATH_W) 'empathy-audio-src.c'; else $(CYGPATH_W) '$(srcdir)/empathy-audio-src.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-audio-src.obj `if test -f 'empathy-audio-src.c'; then $(CYGPATH_W) 'empathy-audio-src.c'; else $(CYGPATH_W) '$(srcdir)/empathy-audio-src.c'; fi` empathy_call-empathy-video-src.o: empathy-video-src.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-video-src.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-video-src.Tpo -c -o empathy_call-empathy-video-src.o `test -f 'empathy-video-src.c' || echo '$(srcdir)/'`empathy-video-src.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-video-src.Tpo $(DEPDIR)/empathy_call-empathy-video-src.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-video-src.c' object='empathy_call-empathy-video-src.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-video-src.c' object='empathy_call-empathy-video-src.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-video-src.o `test -f 'empathy-video-src.c' || echo '$(srcdir)/'`empathy-video-src.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-video-src.o `test -f 'empathy-video-src.c' || echo '$(srcdir)/'`empathy-video-src.c empathy_call-empathy-video-src.obj: empathy-video-src.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-video-src.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-video-src.Tpo -c -o empathy_call-empathy-video-src.obj `if test -f 'empathy-video-src.c'; then $(CYGPATH_W) 'empathy-video-src.c'; else $(CYGPATH_W) '$(srcdir)/empathy-video-src.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-video-src.Tpo $(DEPDIR)/empathy_call-empathy-video-src.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-video-src.c' object='empathy_call-empathy-video-src.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-video-src.c' object='empathy_call-empathy-video-src.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-video-src.obj `if test -f 'empathy-video-src.c'; then $(CYGPATH_W) 'empathy-video-src.c'; else $(CYGPATH_W) '$(srcdir)/empathy-video-src.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-video-src.obj `if test -f 'empathy-video-src.c'; then $(CYGPATH_W) 'empathy-video-src.c'; else $(CYGPATH_W) '$(srcdir)/empathy-video-src.c'; fi` empathy_call-empathy-video-widget.o: empathy-video-widget.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-video-widget.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-video-widget.Tpo -c -o empathy_call-empathy-video-widget.o `test -f 'empathy-video-widget.c' || echo '$(srcdir)/'`empathy-video-widget.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-video-widget.Tpo $(DEPDIR)/empathy_call-empathy-video-widget.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-video-widget.c' object='empathy_call-empathy-video-widget.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-video-widget.c' object='empathy_call-empathy-video-widget.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-video-widget.o `test -f 'empathy-video-widget.c' || echo '$(srcdir)/'`empathy-video-widget.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-video-widget.o `test -f 'empathy-video-widget.c' || echo '$(srcdir)/'`empathy-video-widget.c empathy_call-empathy-video-widget.obj: empathy-video-widget.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-video-widget.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-video-widget.Tpo -c -o empathy_call-empathy-video-widget.obj `if test -f 'empathy-video-widget.c'; then $(CYGPATH_W) 'empathy-video-widget.c'; else $(CYGPATH_W) '$(srcdir)/empathy-video-widget.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-video-widget.Tpo $(DEPDIR)/empathy_call-empathy-video-widget.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-video-widget.c' object='empathy_call-empathy-video-widget.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-video-widget.c' object='empathy_call-empathy-video-widget.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-video-widget.obj `if test -f 'empathy-video-widget.c'; then $(CYGPATH_W) 'empathy-video-widget.c'; else $(CYGPATH_W) '$(srcdir)/empathy-video-widget.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-video-widget.obj `if test -f 'empathy-video-widget.c'; then $(CYGPATH_W) 'empathy-video-widget.c'; else $(CYGPATH_W) '$(srcdir)/empathy-video-widget.c'; fi` empathy_call-empathy-preferences.o: empathy-preferences.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-preferences.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-preferences.Tpo -c -o empathy_call-empathy-preferences.o `test -f 'empathy-preferences.c' || echo '$(srcdir)/'`empathy-preferences.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-preferences.Tpo $(DEPDIR)/empathy_call-empathy-preferences.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-preferences.c' object='empathy_call-empathy-preferences.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-preferences.c' object='empathy_call-empathy-preferences.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-preferences.o `test -f 'empathy-preferences.c' || echo '$(srcdir)/'`empathy-preferences.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-preferences.o `test -f 'empathy-preferences.c' || echo '$(srcdir)/'`empathy-preferences.c empathy_call-empathy-preferences.obj: empathy-preferences.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-preferences.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-preferences.Tpo -c -o empathy_call-empathy-preferences.obj `if test -f 'empathy-preferences.c'; then $(CYGPATH_W) 'empathy-preferences.c'; else $(CYGPATH_W) '$(srcdir)/empathy-preferences.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-preferences.Tpo $(DEPDIR)/empathy_call-empathy-preferences.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-preferences.c' object='empathy_call-empathy-preferences.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-preferences.c' object='empathy_call-empathy-preferences.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-preferences.obj `if test -f 'empathy-preferences.c'; then $(CYGPATH_W) 'empathy-preferences.c'; else $(CYGPATH_W) '$(srcdir)/empathy-preferences.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-preferences.obj `if test -f 'empathy-preferences.c'; then $(CYGPATH_W) 'empathy-preferences.c'; else $(CYGPATH_W) '$(srcdir)/empathy-preferences.c'; fi` empathy_call-empathy-camera-menu.o: empathy-camera-menu.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-camera-menu.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-camera-menu.Tpo -c -o empathy_call-empathy-camera-menu.o `test -f 'empathy-camera-menu.c' || echo '$(srcdir)/'`empathy-camera-menu.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-camera-menu.Tpo $(DEPDIR)/empathy_call-empathy-camera-menu.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-camera-menu.c' object='empathy_call-empathy-camera-menu.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-camera-menu.c' object='empathy_call-empathy-camera-menu.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-camera-menu.o `test -f 'empathy-camera-menu.c' || echo '$(srcdir)/'`empathy-camera-menu.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-camera-menu.o `test -f 'empathy-camera-menu.c' || echo '$(srcdir)/'`empathy-camera-menu.c empathy_call-empathy-camera-menu.obj: empathy-camera-menu.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-camera-menu.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-camera-menu.Tpo -c -o empathy_call-empathy-camera-menu.obj `if test -f 'empathy-camera-menu.c'; then $(CYGPATH_W) 'empathy-camera-menu.c'; else $(CYGPATH_W) '$(srcdir)/empathy-camera-menu.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-camera-menu.Tpo $(DEPDIR)/empathy_call-empathy-camera-menu.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-camera-menu.c' object='empathy_call-empathy-camera-menu.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-camera-menu.c' object='empathy_call-empathy-camera-menu.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-camera-menu.obj `if test -f 'empathy-camera-menu.c'; then $(CYGPATH_W) 'empathy-camera-menu.c'; else $(CYGPATH_W) '$(srcdir)/empathy-camera-menu.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-camera-menu.obj `if test -f 'empathy-camera-menu.c'; then $(CYGPATH_W) 'empathy-camera-menu.c'; else $(CYGPATH_W) '$(srcdir)/empathy-camera-menu.c'; fi` empathy_call-empathy-mic-menu.o: empathy-mic-menu.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-mic-menu.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-mic-menu.Tpo -c -o empathy_call-empathy-mic-menu.o `test -f 'empathy-mic-menu.c' || echo '$(srcdir)/'`empathy-mic-menu.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-mic-menu.Tpo $(DEPDIR)/empathy_call-empathy-mic-menu.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-mic-menu.c' object='empathy_call-empathy-mic-menu.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-mic-menu.c' object='empathy_call-empathy-mic-menu.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-mic-menu.o `test -f 'empathy-mic-menu.c' || echo '$(srcdir)/'`empathy-mic-menu.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-mic-menu.o `test -f 'empathy-mic-menu.c' || echo '$(srcdir)/'`empathy-mic-menu.c empathy_call-empathy-mic-menu.obj: empathy-mic-menu.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-mic-menu.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-mic-menu.Tpo -c -o empathy_call-empathy-mic-menu.obj `if test -f 'empathy-mic-menu.c'; then $(CYGPATH_W) 'empathy-mic-menu.c'; else $(CYGPATH_W) '$(srcdir)/empathy-mic-menu.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-mic-menu.Tpo $(DEPDIR)/empathy_call-empathy-mic-menu.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-mic-menu.c' object='empathy_call-empathy-mic-menu.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-mic-menu.c' object='empathy_call-empathy-mic-menu.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-mic-menu.obj `if test -f 'empathy-mic-menu.c'; then $(CYGPATH_W) 'empathy-mic-menu.c'; else $(CYGPATH_W) '$(srcdir)/empathy-mic-menu.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-mic-menu.obj `if test -f 'empathy-mic-menu.c'; then $(CYGPATH_W) 'empathy-mic-menu.c'; else $(CYGPATH_W) '$(srcdir)/empathy-mic-menu.c'; fi` empathy_call-empathy-rounded-actor.o: empathy-rounded-actor.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-rounded-actor.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-rounded-actor.Tpo -c -o empathy_call-empathy-rounded-actor.o `test -f 'empathy-rounded-actor.c' || echo '$(srcdir)/'`empathy-rounded-actor.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-rounded-actor.Tpo $(DEPDIR)/empathy_call-empathy-rounded-actor.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-rounded-actor.c' object='empathy_call-empathy-rounded-actor.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-rounded-actor.c' object='empathy_call-empathy-rounded-actor.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-rounded-actor.o `test -f 'empathy-rounded-actor.c' || echo '$(srcdir)/'`empathy-rounded-actor.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-rounded-actor.o `test -f 'empathy-rounded-actor.c' || echo '$(srcdir)/'`empathy-rounded-actor.c empathy_call-empathy-rounded-actor.obj: empathy-rounded-actor.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-rounded-actor.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-rounded-actor.Tpo -c -o empathy_call-empathy-rounded-actor.obj `if test -f 'empathy-rounded-actor.c'; then $(CYGPATH_W) 'empathy-rounded-actor.c'; else $(CYGPATH_W) '$(srcdir)/empathy-rounded-actor.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-rounded-actor.Tpo $(DEPDIR)/empathy_call-empathy-rounded-actor.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-rounded-actor.c' object='empathy_call-empathy-rounded-actor.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-rounded-actor.c' object='empathy_call-empathy-rounded-actor.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-rounded-actor.obj `if test -f 'empathy-rounded-actor.c'; then $(CYGPATH_W) 'empathy-rounded-actor.c'; else $(CYGPATH_W) '$(srcdir)/empathy-rounded-actor.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-rounded-actor.obj `if test -f 'empathy-rounded-actor.c'; then $(CYGPATH_W) 'empathy-rounded-actor.c'; else $(CYGPATH_W) '$(srcdir)/empathy-rounded-actor.c'; fi` empathy_call-empathy-rounded-rectangle.o: empathy-rounded-rectangle.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-rounded-rectangle.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-rounded-rectangle.Tpo -c -o empathy_call-empathy-rounded-rectangle.o `test -f 'empathy-rounded-rectangle.c' || echo '$(srcdir)/'`empathy-rounded-rectangle.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-rounded-rectangle.Tpo $(DEPDIR)/empathy_call-empathy-rounded-rectangle.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-rounded-rectangle.c' object='empathy_call-empathy-rounded-rectangle.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-rounded-rectangle.c' object='empathy_call-empathy-rounded-rectangle.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-rounded-rectangle.o `test -f 'empathy-rounded-rectangle.c' || echo '$(srcdir)/'`empathy-rounded-rectangle.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-rounded-rectangle.o `test -f 'empathy-rounded-rectangle.c' || echo '$(srcdir)/'`empathy-rounded-rectangle.c empathy_call-empathy-rounded-rectangle.obj: empathy-rounded-rectangle.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-rounded-rectangle.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-rounded-rectangle.Tpo -c -o empathy_call-empathy-rounded-rectangle.obj `if test -f 'empathy-rounded-rectangle.c'; then $(CYGPATH_W) 'empathy-rounded-rectangle.c'; else $(CYGPATH_W) '$(srcdir)/empathy-rounded-rectangle.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-rounded-rectangle.Tpo $(DEPDIR)/empathy_call-empathy-rounded-rectangle.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-rounded-rectangle.c' object='empathy_call-empathy-rounded-rectangle.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-rounded-rectangle.c' object='empathy_call-empathy-rounded-rectangle.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-rounded-rectangle.obj `if test -f 'empathy-rounded-rectangle.c'; then $(CYGPATH_W) 'empathy-rounded-rectangle.c'; else $(CYGPATH_W) '$(srcdir)/empathy-rounded-rectangle.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-rounded-rectangle.obj `if test -f 'empathy-rounded-rectangle.c'; then $(CYGPATH_W) 'empathy-rounded-rectangle.c'; else $(CYGPATH_W) '$(srcdir)/empathy-rounded-rectangle.c'; fi` empathy_call-empathy-rounded-texture.o: empathy-rounded-texture.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-rounded-texture.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-rounded-texture.Tpo -c -o empathy_call-empathy-rounded-texture.o `test -f 'empathy-rounded-texture.c' || echo '$(srcdir)/'`empathy-rounded-texture.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-rounded-texture.Tpo $(DEPDIR)/empathy_call-empathy-rounded-texture.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-rounded-texture.c' object='empathy_call-empathy-rounded-texture.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-rounded-texture.c' object='empathy_call-empathy-rounded-texture.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-rounded-texture.o `test -f 'empathy-rounded-texture.c' || echo '$(srcdir)/'`empathy-rounded-texture.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-rounded-texture.o `test -f 'empathy-rounded-texture.c' || echo '$(srcdir)/'`empathy-rounded-texture.c empathy_call-empathy-rounded-texture.obj: empathy-rounded-texture.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-rounded-texture.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-rounded-texture.Tpo -c -o empathy_call-empathy-rounded-texture.obj `if test -f 'empathy-rounded-texture.c'; then $(CYGPATH_W) 'empathy-rounded-texture.c'; else $(CYGPATH_W) '$(srcdir)/empathy-rounded-texture.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-rounded-texture.Tpo $(DEPDIR)/empathy_call-empathy-rounded-texture.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-rounded-texture.c' object='empathy_call-empathy-rounded-texture.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-rounded-texture.c' object='empathy_call-empathy-rounded-texture.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-rounded-texture.obj `if test -f 'empathy-rounded-texture.c'; then $(CYGPATH_W) 'empathy-rounded-texture.c'; else $(CYGPATH_W) '$(srcdir)/empathy-rounded-texture.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-rounded-texture.obj `if test -f 'empathy-rounded-texture.c'; then $(CYGPATH_W) 'empathy-rounded-texture.c'; else $(CYGPATH_W) '$(srcdir)/empathy-rounded-texture.c'; fi` empathy_call-empathy-mic-monitor.o: empathy-mic-monitor.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-mic-monitor.o -MD -MP -MF $(DEPDIR)/empathy_call-empathy-mic-monitor.Tpo -c -o empathy_call-empathy-mic-monitor.o `test -f 'empathy-mic-monitor.c' || echo '$(srcdir)/'`empathy-mic-monitor.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-mic-monitor.Tpo $(DEPDIR)/empathy_call-empathy-mic-monitor.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-mic-monitor.c' object='empathy_call-empathy-mic-monitor.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-mic-monitor.c' object='empathy_call-empathy-mic-monitor.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-mic-monitor.o `test -f 'empathy-mic-monitor.c' || echo '$(srcdir)/'`empathy-mic-monitor.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-mic-monitor.o `test -f 'empathy-mic-monitor.c' || echo '$(srcdir)/'`empathy-mic-monitor.c empathy_call-empathy-mic-monitor.obj: empathy-mic-monitor.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -MT empathy_call-empathy-mic-monitor.obj -MD -MP -MF $(DEPDIR)/empathy_call-empathy-mic-monitor.Tpo -c -o empathy_call-empathy-mic-monitor.obj `if test -f 'empathy-mic-monitor.c'; then $(CYGPATH_W) 'empathy-mic-monitor.c'; else $(CYGPATH_W) '$(srcdir)/empathy-mic-monitor.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/empathy_call-empathy-mic-monitor.Tpo $(DEPDIR)/empathy_call-empathy-mic-monitor.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='empathy-mic-monitor.c' object='empathy_call-empathy-mic-monitor.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='empathy-mic-monitor.c' object='empathy_call-empathy-mic-monitor.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-mic-monitor.obj `if test -f 'empathy-mic-monitor.c'; then $(CYGPATH_W) 'empathy-mic-monitor.c'; else $(CYGPATH_W) '$(srcdir)/empathy-mic-monitor.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(empathy_call_CFLAGS) $(CFLAGS) -c -o empathy_call-empathy-mic-monitor.obj `if test -f 'empathy-mic-monitor.c'; then $(CYGPATH_W) 'empathy-mic-monitor.c'; else $(CYGPATH_W) '$(srcdir)/empathy-mic-monitor.c'; fi` mostlyclean-libtool: -rm -f *.lo @@ -1417,9 +1369,7 @@ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ - test -z "$$files" || { \ - echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(man1dir)" && rm -f $$files; } + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) install-uiDATA: $(ui_DATA) @$(NORMAL_INSTALL) test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)" @@ -1437,9 +1387,7 @@ @$(NORMAL_UNINSTALL) @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(uidir)" && rm -f $$files + dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -1554,10 +1502,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru empathy-3.4.2.1/tests/interactive/Makefile.in empathy-3.4.2.3/tests/interactive/Makefile.in --- empathy-3.4.2.1/tests/interactive/Makefile.in 2012-05-21 12:08:49.000000000 +0000 +++ empathy-3.4.2.3/tests/interactive/Makefile.in 2012-06-27 11:48:16.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,8 +66,8 @@ $(top_builddir)/libempathy-gtk/libempathy-gtk.la \ $(top_builddir)/libempathy/libempathy.la $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am_test_empathy_account_chooser_OBJECTS = \ test-empathy-account-chooser.$(OBJEXT) @@ -133,21 +133,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(empathy_logs_SOURCES) \ $(test_empathy_account_chooser_SOURCES) \ @@ -237,6 +237,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ ITSTOOL = @ITSTOOL@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -337,6 +341,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -425,25 +431,25 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -empathy-logs$(EXEEXT): $(empathy_logs_OBJECTS) $(empathy_logs_DEPENDENCIES) +empathy-logs$(EXEEXT): $(empathy_logs_OBJECTS) $(empathy_logs_DEPENDENCIES) $(EXTRA_empathy_logs_DEPENDENCIES) @rm -f empathy-logs$(EXEEXT) $(AM_V_CCLD)$(LINK) $(empathy_logs_OBJECTS) $(empathy_logs_LDADD) $(LIBS) -test-empathy-account-chooser$(EXEEXT): $(test_empathy_account_chooser_OBJECTS) $(test_empathy_account_chooser_DEPENDENCIES) +test-empathy-account-chooser$(EXEEXT): $(test_empathy_account_chooser_OBJECTS) $(test_empathy_account_chooser_DEPENDENCIES) $(EXTRA_test_empathy_account_chooser_DEPENDENCIES) @rm -f test-empathy-account-chooser$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_empathy_account_chooser_OBJECTS) $(test_empathy_account_chooser_LDADD) $(LIBS) -test-empathy-calendar-button$(EXEEXT): $(test_empathy_calendar_button_OBJECTS) $(test_empathy_calendar_button_DEPENDENCIES) +test-empathy-calendar-button$(EXEEXT): $(test_empathy_calendar_button_OBJECTS) $(test_empathy_calendar_button_DEPENDENCIES) $(EXTRA_test_empathy_calendar_button_DEPENDENCIES) @rm -f test-empathy-calendar-button$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_empathy_calendar_button_OBJECTS) $(test_empathy_calendar_button_LDADD) $(LIBS) -test-empathy-contact-blocking-dialog$(EXEEXT): $(test_empathy_contact_blocking_dialog_OBJECTS) $(test_empathy_contact_blocking_dialog_DEPENDENCIES) +test-empathy-contact-blocking-dialog$(EXEEXT): $(test_empathy_contact_blocking_dialog_OBJECTS) $(test_empathy_contact_blocking_dialog_DEPENDENCIES) $(EXTRA_test_empathy_contact_blocking_dialog_DEPENDENCIES) @rm -f test-empathy-contact-blocking-dialog$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_empathy_contact_blocking_dialog_OBJECTS) $(test_empathy_contact_blocking_dialog_LDADD) $(LIBS) -test-empathy-presence-chooser$(EXEEXT): $(test_empathy_presence_chooser_OBJECTS) $(test_empathy_presence_chooser_DEPENDENCIES) +test-empathy-presence-chooser$(EXEEXT): $(test_empathy_presence_chooser_OBJECTS) $(test_empathy_presence_chooser_DEPENDENCIES) $(EXTRA_test_empathy_presence_chooser_DEPENDENCIES) @rm -f test-empathy-presence-chooser$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_empathy_presence_chooser_OBJECTS) $(test_empathy_presence_chooser_LDADD) $(LIBS) -test-empathy-protocol-chooser$(EXEEXT): $(test_empathy_protocol_chooser_OBJECTS) $(test_empathy_protocol_chooser_DEPENDENCIES) +test-empathy-protocol-chooser$(EXEEXT): $(test_empathy_protocol_chooser_OBJECTS) $(test_empathy_protocol_chooser_DEPENDENCIES) $(EXTRA_test_empathy_protocol_chooser_DEPENDENCIES) @rm -f test-empathy-protocol-chooser$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_empathy_protocol_chooser_OBJECTS) $(test_empathy_protocol_chooser_LDADD) $(LIBS) -test-empathy-status-preset-dialog$(EXEEXT): $(test_empathy_status_preset_dialog_OBJECTS) $(test_empathy_status_preset_dialog_DEPENDENCIES) +test-empathy-status-preset-dialog$(EXEEXT): $(test_empathy_status_preset_dialog_OBJECTS) $(test_empathy_status_preset_dialog_DEPENDENCIES) $(EXTRA_test_empathy_status_preset_dialog_DEPENDENCIES) @rm -f test-empathy-status-preset-dialog$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_empathy_status_preset_dialog_OBJECTS) $(test_empathy_status_preset_dialog_LDADD) $(LIBS) @@ -464,26 +470,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -587,10 +590,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru empathy-3.4.2.1/tests/Makefile.in empathy-3.4.2.3/tests/Makefile.in --- empathy-3.4.2.1/tests/Makefile.in 2012-05-21 12:08:49.000000000 +0000 +++ empathy-3.4.2.3/tests/Makefile.in 2012-06-27 11:48:16.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -66,8 +66,8 @@ empathy_chatroom_manager_test_DEPENDENCIES = \ $(top_builddir)/libempathy-gtk/libempathy-gtk.la \ $(top_builddir)/libempathy/libempathy.la $(am__DEPENDENCIES_1) -AM_V_lt = $(am__v_lt_$(V)) -am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am_empathy_chatroom_test_OBJECTS = empathy-chatroom-test.$(OBJEXT) \ test-helper.$(OBJEXT) @@ -135,21 +135,21 @@ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) -AM_V_CC = $(am__v_CC_$(V)) -am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -AM_V_CCLD = $(am__v_CCLD_$(V)) -am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(empathy_chatroom_manager_test_SOURCES) \ $(empathy_chatroom_test_SOURCES) \ @@ -277,6 +277,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ ITSTOOL = @ITSTOOL@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -377,6 +381,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -507,28 +513,28 @@ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list -empathy-chatroom-manager-test$(EXEEXT): $(empathy_chatroom_manager_test_OBJECTS) $(empathy_chatroom_manager_test_DEPENDENCIES) +empathy-chatroom-manager-test$(EXEEXT): $(empathy_chatroom_manager_test_OBJECTS) $(empathy_chatroom_manager_test_DEPENDENCIES) $(EXTRA_empathy_chatroom_manager_test_DEPENDENCIES) @rm -f empathy-chatroom-manager-test$(EXEEXT) $(AM_V_CCLD)$(LINK) $(empathy_chatroom_manager_test_OBJECTS) $(empathy_chatroom_manager_test_LDADD) $(LIBS) -empathy-chatroom-test$(EXEEXT): $(empathy_chatroom_test_OBJECTS) $(empathy_chatroom_test_DEPENDENCIES) +empathy-chatroom-test$(EXEEXT): $(empathy_chatroom_test_OBJECTS) $(empathy_chatroom_test_DEPENDENCIES) $(EXTRA_empathy_chatroom_test_DEPENDENCIES) @rm -f empathy-chatroom-test$(EXEEXT) $(AM_V_CCLD)$(LINK) $(empathy_chatroom_test_OBJECTS) $(empathy_chatroom_test_LDADD) $(LIBS) -empathy-irc-network-manager-test$(EXEEXT): $(empathy_irc_network_manager_test_OBJECTS) $(empathy_irc_network_manager_test_DEPENDENCIES) +empathy-irc-network-manager-test$(EXEEXT): $(empathy_irc_network_manager_test_OBJECTS) $(empathy_irc_network_manager_test_DEPENDENCIES) $(EXTRA_empathy_irc_network_manager_test_DEPENDENCIES) @rm -f empathy-irc-network-manager-test$(EXEEXT) $(AM_V_CCLD)$(LINK) $(empathy_irc_network_manager_test_OBJECTS) $(empathy_irc_network_manager_test_LDADD) $(LIBS) -empathy-irc-network-test$(EXEEXT): $(empathy_irc_network_test_OBJECTS) $(empathy_irc_network_test_DEPENDENCIES) +empathy-irc-network-test$(EXEEXT): $(empathy_irc_network_test_OBJECTS) $(empathy_irc_network_test_DEPENDENCIES) $(EXTRA_empathy_irc_network_test_DEPENDENCIES) @rm -f empathy-irc-network-test$(EXEEXT) $(AM_V_CCLD)$(LINK) $(empathy_irc_network_test_OBJECTS) $(empathy_irc_network_test_LDADD) $(LIBS) -empathy-irc-server-test$(EXEEXT): $(empathy_irc_server_test_OBJECTS) $(empathy_irc_server_test_DEPENDENCIES) +empathy-irc-server-test$(EXEEXT): $(empathy_irc_server_test_OBJECTS) $(empathy_irc_server_test_DEPENDENCIES) $(EXTRA_empathy_irc_server_test_DEPENDENCIES) @rm -f empathy-irc-server-test$(EXEEXT) $(AM_V_CCLD)$(LINK) $(empathy_irc_server_test_OBJECTS) $(empathy_irc_server_test_LDADD) $(LIBS) -empathy-live-search-test$(EXEEXT): $(empathy_live_search_test_OBJECTS) $(empathy_live_search_test_DEPENDENCIES) +empathy-live-search-test$(EXEEXT): $(empathy_live_search_test_OBJECTS) $(empathy_live_search_test_DEPENDENCIES) $(EXTRA_empathy_live_search_test_DEPENDENCIES) @rm -f empathy-live-search-test$(EXEEXT) $(AM_V_CCLD)$(LINK) $(empathy_live_search_test_OBJECTS) $(empathy_live_search_test_LDADD) $(LIBS) -empathy-parser-test$(EXEEXT): $(empathy_parser_test_OBJECTS) $(empathy_parser_test_DEPENDENCIES) +empathy-parser-test$(EXEEXT): $(empathy_parser_test_OBJECTS) $(empathy_parser_test_DEPENDENCIES) $(EXTRA_empathy_parser_test_DEPENDENCIES) @rm -f empathy-parser-test$(EXEEXT) $(AM_V_CCLD)$(LINK) $(empathy_parser_test_OBJECTS) $(empathy_parser_test_LDADD) $(LIBS) -empathy-tls-test$(EXEEXT): $(empathy_tls_test_OBJECTS) $(empathy_tls_test_DEPENDENCIES) +empathy-tls-test$(EXEEXT): $(empathy_tls_test_OBJECTS) $(empathy_tls_test_DEPENDENCIES) $(EXTRA_empathy_tls_test_DEPENDENCIES) @rm -f empathy-tls-test$(EXEEXT) $(AM_V_CCLD)$(LINK) $(empathy_tls_test_OBJECTS) $(empathy_tls_test_LDADD) $(LIBS) @@ -552,26 +558,23 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo @@ -788,10 +791,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru empathy-3.4.2.1/tests/xml/Makefile.in empathy-3.4.2.3/tests/xml/Makefile.in --- empathy-3.4.2.1/tests/xml/Makefile.in 2012-05-21 12:08:49.000000000 +0000 +++ empathy-3.4.2.3/tests/xml/Makefile.in 2012-06-27 11:48:16.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -49,11 +49,11 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -129,6 +129,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ ITSTOOL = @ITSTOOL@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -229,6 +233,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -347,10 +353,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru empathy-3.4.2.1/tools/Makefile.in empathy-3.4.2.3/tools/Makefile.in --- empathy-3.4.2.1/tools/Makefile.in 2012-05-21 12:08:49.000000000 +0000 +++ empathy-3.4.2.3/tools/Makefile.in 2012-06-27 11:48:16.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -51,11 +51,11 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SCRIPTS = $(noinst_SCRIPTS) -AM_V_GEN = $(am__v_GEN_$(V)) -am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; -AM_V_at = $(am__v_at_$(V)) -am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = @@ -131,6 +131,10 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@ +INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ +INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ +INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ ITSTOOL = @ITSTOOL@ LD = @LD@ LDFLAGS = @LDFLAGS@ @@ -231,6 +235,8 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +intltool__v_merge_options_ = @intltool__v_merge_options_@ +intltool__v_merge_options_0 = @intltool__v_merge_options_0@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ @@ -380,10 +386,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: