From 5486654bdc5955fd67a39ab9d193d7cde089c15f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 22 Nov 2014 12:30:43 +0100 Subject: [PATCH] regenerated build files, next release 0.0.9 --- NEWS.html | 37 ++++++++++++++++++++++++- README.html | 5 ++-- aclocal.m4 | 80 +++++++++++++++++++++++++++++++++++++++++++++-------- config.status | 46 +++++++++++++++--------------- configure | 41 +++++++++++++-------------- configure.ac | 2 +- po/Makefile | 4 +-- po/Makefile.in | 4 +-- po/fr.gmo | Bin 962 -> 890 bytes po/fr.po | 86 +++++++++++++++++++++++++++------------------------------ po/ptask.pot | 80 +++++++++++++++++++++++------------------------------ 11 files changed, 231 insertions(+), 154 deletions(-) diff --git a/NEWS.html b/NEWS.html index 8e037b0..feae775 100644 --- a/NEWS.html +++ b/NEWS.html @@ -320,6 +320,34 @@ asciidoc.install();
+

v0.0.9

+
+
    +
  • +

    +fixed potential memory leak when failing to convert time to string + which is unlikely. +

    +
  • +
  • +

    +added incremental search (ctrl-shift f) on description and tags. +

    +
  • +
  • +

    +ctrl-n for new task. +

    +
  • +
  • +

    +ctrl-r for refresh. +

    +
  • +
+
+
+

v0.0.8

    @@ -329,6 +357,12 @@ fixed a critical gtk error when loading the glade file which can also cause a memory corruption.

    +
  • +

    +fixed crash when creating task with a project + containing a task with a tag. +

    +
@@ -588,7 +622,8 @@ Initial release.

diff --git a/README.html b/README.html index b6cbdd2..9ff044e 100644 --- a/README.html +++ b/README.html @@ -386,7 +386,7 @@ help2man
  • -library gtk3 +library gtk3 >= 3.12

  • @@ -486,7 +486,8 @@ make clean all

    diff --git a/aclocal.m4 b/aclocal.m4 index eb11a63..508791e 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -21,7 +21,7 @@ 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'.])]) # gettext.m4 serial 66 (gettext-0.18.2) -dnl Copyright (C) 1995-2013 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -507,7 +507,7 @@ m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) ) # iconv.m4 serial 18 (gettext-0.18.2) -dnl Copyright (C) 2000-2002, 2007-2013 Free Software Foundation, Inc. +dnl Copyright (C) 2000-2002, 2007-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -776,7 +776,7 @@ size_t iconv(); ]) # intlmacosx.m4 serial 5 (gettext-0.18.2) -dnl Copyright (C) 2004-2013 Free Software Foundation, Inc. +dnl Copyright (C) 2004-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -833,7 +833,7 @@ AC_DEFUN([gt_INTL_MACOSX], ]) # lib-ld.m4 serial 6 -dnl Copyright (C) 1996-2003, 2009-2013 Free Software Foundation, Inc. +dnl Copyright (C) 1996-2003, 2009-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -953,7 +953,7 @@ AC_LIB_PROG_LD_GNU ]) # lib-link.m4 serial 26 (gettext-0.18.2) -dnl Copyright (C) 2001-2013 Free Software Foundation, Inc. +dnl Copyright (C) 2001-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -1731,7 +1731,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], ]) # lib-prefix.m4 serial 7 (gettext-0.18) -dnl Copyright (C) 2001-2005, 2008-2013 Free Software Foundation, Inc. +dnl Copyright (C) 2001-2005, 2008-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -1956,7 +1956,7 @@ sixtyfour bits ]) # nls.m4 serial 5 (gettext-0.18) -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation, +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -2148,8 +2148,63 @@ else fi[]dnl ])# PKG_CHECK_MODULES -# po.m4 serial 21 (gettext-0.18.3) -dnl Copyright (C) 1995-2013 Free Software Foundation, Inc. + +# PKG_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable pkgconfigdir as the location where a module +# should install pkg-config .pc files. By default the directory is +# $libdir/pkgconfig, but the default can be changed by passing +# DIRECTORY. The user can override through the --with-pkgconfigdir +# parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_INSTALLDIR + + +# PKG_NOARCH_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable noarch_pkgconfigdir as the location where a +# module should install arch-independent pkg-config .pc files. By +# default the directory is $datadir/pkgconfig, but the default can be +# changed by passing DIRECTORY. The user can override through the +# --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_NOARCH_INSTALLDIR + + +# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, +# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# ------------------------------------------- +# Retrieves the value of the pkg-config variable for the given module. +AC_DEFUN([PKG_CHECK_VAR], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl + +_PKG_CONFIG([$1], [variable="][$3]["], [$2]) +AS_VAR_COPY([$1], [pkg_cv_][$1]) + +AS_VAR_IF([$1], [""], [$5], [$4])dnl +])# PKG_CHECK_VAR + +# po.m4 serial 22 (gettext-0.19) +dnl Copyright (C) 1995-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -2180,7 +2235,7 @@ AC_DEFUN([AM_PO_SUBDIRS], dnl Release version of the gettext macros. This is used to ensure that dnl the gettext macros and po/Makefile.in.in are in sync. - AC_SUBST([GETTEXT_MACRO_VERSION], [0.18]) + AC_SUBST([GETTEXT_MACRO_VERSION], [0.19]) dnl Perform the following tests also if --disable-nls has been given, dnl because they are needed for "make dist" to work. @@ -2603,7 +2658,7 @@ AC_DEFUN([AM_XGETTEXT_OPTION], ]) # progtest.m4 serial 7 (gettext-0.18.2) -dnl Copyright (C) 1996-2003, 2005, 2008-2013 Free Software Foundation, Inc. +dnl Copyright (C) 1996-2003, 2005, 2008-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -3247,7 +3302,8 @@ to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi -fi]) +fi +]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further diff --git a/config.status b/config.status index f83fe5b..53960b6 100755 --- a/config.status +++ b/config.status @@ -380,7 +380,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ptask $as_me 0.0.8a, which was +This file was extended by ptask $as_me 0.0.9, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -428,9 +428,9 @@ $config_commands Report bugs to . ptask home page: ." -ac_cs_config="'--prefix=/tmp'" +ac_cs_config="" ac_cs_version="\ -ptask config.status 0.0.8a +ptask config.status 0.0.9 configured by ./configure, generated by GNU Autoconf 2.69, with options \"$ac_cs_config\" @@ -520,7 +520,7 @@ if $ac_cs_silent; then fi if $ac_cs_recheck; then - set X /bin/bash './configure' '--prefix=/tmp' $ac_configure_extra_args --no-create --no-recursion + set X /bin/bash './configure' $ac_configure_extra_args --no-create --no-recursion shift $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6 CONFIG_SHELL='/bin/bash' @@ -684,16 +684,18 @@ S["gsettingsschemadir"]="${datarootdir}/glib-2.0/schemas" S["GSETTINGS_DISABLE_SCHEMAS_COMPILE"]="" S["JSON_FALSE"]="#" S["JSON_TRUE"]="" -S["JSON_LIBS"]="-ljson-c " -S["JSON_CFLAGS"]="-I/usr/include/json-c " -S["GTK_LIBS"]="-lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 " -S["GTK_CFLAGS"]="-pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/i"\ -"nclude/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/inclu"\ -"de/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_DISABLE_DEPRECATED -DGSEAL_ENABLE " -S["XEXT_LIBS"]="-lXext " -S["XEXT_CFLAGS"]=" " -S["X11_LIBS"]="-lX11 " -S["X11_CFLAGS"]=" " +S["JSON_LIBS"]="-ljson-c " +S["JSON_CFLAGS"]="-I/usr/include/json-c " +S["GTK_LIBS"]="-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 " +S["GTK_CFLAGS"]="-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1."\ +"0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircommon -I/usr/include/cairo -I/usr/include/"\ +"pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freety"\ +"pe2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/inclu"\ +"de -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_DISABLE_DEPRECATED -DGSEAL_ENABLE " +S["XEXT_LIBS"]="-lXext " +S["XEXT_CFLAGS"]="" +S["X11_LIBS"]="-lX11 " +S["X11_CFLAGS"]="" S["PKG_CONFIG_LIBDIR"]="" S["PKG_CONFIG_PATH"]="" S["PKG_CONFIG"]="/usr/bin/pkg-config" @@ -722,7 +724,7 @@ S["GMSGFMT_015"]="/usr/bin/msgfmt" S["MSGFMT_015"]="/usr/bin/msgfmt" S["GMSGFMT"]="/usr/bin/msgfmt" S["MSGFMT"]="/usr/bin/msgfmt" -S["GETTEXT_MACRO_VERSION"]="0.18" +S["GETTEXT_MACRO_VERSION"]="0.19" S["USE_NLS"]="yes" S["SED"]="/bin/sed" S["CPP"]="gcc -std=gnu99 -E" @@ -764,7 +766,7 @@ S["AUTOHEADER"]="autoheader" S["AUTOMAKE"]="automake-1.14" S["AUTOCONF"]="autoconf" S["ACLOCAL"]="aclocal-1.14" -S["VERSION"]="0.0.8a" +S["VERSION"]="0.0.9" S["PACKAGE"]="ptask" S["CYGPATH_W"]="echo" S["am__isrc"]="" @@ -799,12 +801,12 @@ S["libexecdir"]="${exec_prefix}/libexec" S["sbindir"]="${exec_prefix}/sbin" S["bindir"]="${exec_prefix}/bin" S["program_transform_name"]="s,x,x," -S["prefix"]="/tmp" +S["prefix"]="/usr/local" S["exec_prefix"]="${prefix}" S["PACKAGE_URL"]="http://wpitchoune.net/ptask" S["PACKAGE_BUGREPORT"]="jeanfi@gmail.com" -S["PACKAGE_STRING"]="ptask 0.0.8a" -S["PACKAGE_VERSION"]="0.0.8a" +S["PACKAGE_STRING"]="ptask 0.0.9" +S["PACKAGE_VERSION"]="0.0.9" S["PACKAGE_TARNAME"]="ptask" S["PACKAGE_NAME"]="ptask" S["PATH_SEPARATOR"]=":" @@ -852,12 +854,12 @@ cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { D["PACKAGE_NAME"]=" \"ptask\"" D["PACKAGE_TARNAME"]=" \"ptask\"" -D["PACKAGE_VERSION"]=" \"0.0.8a\"" -D["PACKAGE_STRING"]=" \"ptask 0.0.8a\"" +D["PACKAGE_VERSION"]=" \"0.0.9\"" +D["PACKAGE_STRING"]=" \"ptask 0.0.9\"" D["PACKAGE_BUGREPORT"]=" \"jeanfi@gmail.com\"" D["PACKAGE_URL"]=" \"http://wpitchoune.net/ptask\"" D["PACKAGE"]=" \"ptask\"" -D["VERSION"]=" \"0.0.8a\"" +D["VERSION"]=" \"0.0.9\"" D["ENABLE_NLS"]=" 1" D["HAVE_GETTEXT"]=" 1" D["HAVE_DCGETTEXT"]=" 1" diff --git a/configure b/configure index ac28437..4cc33f7 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ptask 0.0.8a. +# Generated by GNU Autoconf 2.69 for ptask 0.0.9. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ptask' PACKAGE_TARNAME='ptask' -PACKAGE_VERSION='0.0.8a' -PACKAGE_STRING='ptask 0.0.8a' +PACKAGE_VERSION='0.0.9' +PACKAGE_STRING='ptask 0.0.9' PACKAGE_BUGREPORT='jeanfi@gmail.com' PACKAGE_URL='http://wpitchoune.net/ptask' @@ -1298,7 +1298,7 @@ if test "$ac_init_help" = "long"; then # 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 ptask 0.0.8a to adapt to many kinds of systems. +\`configure' configures ptask 0.0.9 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1372,7 +1372,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ptask 0.0.8a:";; + short | recursive ) echo "Configuration of ptask 0.0.9:";; esac cat <<\_ACEOF @@ -1492,7 +1492,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ptask configure 0.0.8a +ptask configure 0.0.9 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1672,7 +1672,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ptask $as_me 0.0.8a, which was +It was created by ptask $as_me 0.0.9, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2537,7 +2537,7 @@ fi # Define the identity of the package. PACKAGE='ptask' - VERSION='0.0.8a' + VERSION='0.0.9' cat >>confdefs.h <<_ACEOF @@ -2631,6 +2631,7 @@ END fi + ac_config_headers="$ac_config_headers config.h" @@ -4273,7 +4274,7 @@ $as_echo "$USE_NLS" >&6; } - GETTEXT_MACRO_VERSION=0.18 + GETTEXT_MACRO_VERSION=0.19 @@ -6842,12 +6843,12 @@ if test -n "$GTK_CFLAGS"; then pkg_cv_GTK_CFLAGS="$GTK_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "gtk+-3.0") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.12\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.12") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0" 2>/dev/null` + pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= 3.12" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -6859,12 +6860,12 @@ if test -n "$GTK_LIBS"; then pkg_cv_GTK_LIBS="$GTK_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "gtk+-3.0") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.12\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.12") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0" 2>/dev/null` + pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= 3.12" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -6885,14 +6886,14 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0" 2>&1` + GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= 3.12" 2>&1` else - GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0" 2>&1` + GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= 3.12" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GTK_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (gtk+-3.0) were not met: + as_fn_error $? "Package requirements (gtk+-3.0 >= 3.12) were not met: $GTK_PKG_ERRORS @@ -7968,7 +7969,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ptask $as_me 0.0.8a, which was +This file was extended by ptask $as_me 0.0.9, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8035,7 +8036,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ptask config.status 0.0.8a +ptask config.status 0.0.9 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 5f8e2b6..f5b6052 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([ptask], [0.0.9a],[jeanfi@gmail.com],[ptask],[http://wpitchoune.net/ptask]) +AC_INIT([ptask], [0.0.9],[jeanfi@gmail.com],[ptask],[http://wpitchoune.net/ptask]) AM_INIT_AUTOMAKE([-Wall gnu]) diff --git a/po/Makefile b/po/Makefile index 1a30c1c..9345d18 100644 --- a/po/Makefile +++ b/po/Makefile @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = ptask -VERSION = 0.0.8a +VERSION = 0.0.9 PACKAGE_BUGREPORT = jeanfi@gmail.com SHELL = /bin/sh @@ -21,7 +21,7 @@ srcdir = . top_srcdir = .. -prefix = /tmp +prefix = /usr/local exec_prefix = ${prefix} datarootdir = ${prefix}/share datadir = ${datarootdir} diff --git a/po/Makefile.in b/po/Makefile.in index b1f9375..6272b9a 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = ptask -VERSION = 0.0.8a +VERSION = 0.0.9 PACKAGE_BUGREPORT = jeanfi@gmail.com SHELL = /bin/sh @@ -21,7 +21,7 @@ srcdir = . top_srcdir = .. -prefix = /tmp +prefix = /usr/local exec_prefix = ${prefix} datarootdir = ${prefix}/share datadir = ${datarootdir} diff --git a/po/fr.gmo b/po/fr.gmo index 96165c81e23f0943cc060f2fde09627d8728c0d8..be77974103af8177c8098748e88388d101f4561a 100644 GIT binary patch delta 343 zcmX@a{)?^to)F7a1|Z-8Vi_Q=0b)TQz5~P{puot$zzw7ofiy^sE|BH~(pEs414z37 zX;vWZ3*`qx#&ljoT_Ym}LnA9Ab8Q2|%?eDajFSTxWhQ4bJMy@e PB$ik)6qF\n" "Language-Team: French <>\n" @@ -87,144 +87,138 @@ msgstr "" msgid "Notes directory: " msgstr "" -#: src/glade/ptask.glade:77 +#: src/glade/ptask.glade:75 msgid "Select a directory" msgstr "" -#: src/glade/ptask.glade:107 +#: src/glade/ptask.glade:103 msgid "None" msgstr "" -#: src/glade/ptask.glade:110 +#: src/glade/ptask.glade:106 msgid "Low" msgstr "" -#: src/glade/ptask.glade:113 +#: src/glade/ptask.glade:109 msgid "Medium" msgstr "" -#: src/glade/ptask.glade:116 +#: src/glade/ptask.glade:112 msgid "High" msgstr "" -#: src/glade/ptask.glade:123 +#: src/glade/ptask.glade:119 msgid "New Task" msgstr "Nouvelle Tache" -#: src/glade/ptask.glade:182 src/glade/ptask.glade:764 +#: src/glade/ptask.glade:178 src/glade/ptask.glade:770 msgid "Description:" msgstr "Description:" -#: src/glade/ptask.glade:218 src/glade/ptask.glade:841 +#: src/glade/ptask.glade:211 src/glade/ptask.glade:840 msgid "Project:" msgstr "Projet:" -#: src/glade/ptask.glade:236 src/glade/ptask.glade:875 +#: src/glade/ptask.glade:227 src/glade/ptask.glade:870 msgid "Priority:" msgstr "Priorite:" -#: src/glade/ptask.glade:322 +#: src/glade/ptask.glade:307 msgid "pending" msgstr "" -#: src/glade/ptask.glade:325 +#: src/glade/ptask.glade:310 msgid "completed" msgstr "" -#: src/glade/ptask.glade:328 +#: src/glade/ptask.glade:313 msgid "deleted" msgstr "" -#: src/glade/ptask.glade:356 src/glade/ptask.glade:376 +#: src/glade/ptask.glade:341 src/glade/ptask.glade:361 msgid "ptask" msgstr "ptask" -#: src/glade/ptask.glade:416 +#: src/glade/ptask.glade:401 msgid "_Help" msgstr "" -#: src/glade/ptask.glade:499 +#: src/glade/ptask.glade:486 msgid "Status:" msgstr "Etat:" -#: src/glade/ptask.glade:560 src/glade/ptask.glade:634 -#: src/glade/ptask.glade:1131 +#: src/glade/ptask.glade:566 src/glade/ptask.glade:640 +#: src/glade/ptask.glade:1120 msgid "Project" msgstr "Projet" -#: src/glade/ptask.glade:571 +#: src/glade/ptask.glade:577 msgid "Count" msgstr "" -#: src/glade/ptask.glade:620 src/glade/ptask.glade:1151 +#: src/glade/ptask.glade:626 src/glade/ptask.glade:1140 msgid "Priority" msgstr "Priorite" -#: src/glade/ptask.glade:649 src/glade/ptask.glade:1161 +#: src/glade/ptask.glade:655 src/glade/ptask.glade:1150 msgid "Urgency" msgstr "" -#: src/glade/ptask.glade:661 src/glade/ptask.glade:1171 +#: src/glade/ptask.glade:667 src/glade/ptask.glade:1160 msgid "Creation date" msgstr "" -#: src/glade/ptask.glade:673 src/glade/ptask.glade:1181 +#: src/glade/ptask.glade:679 src/glade/ptask.glade:1170 msgid "Due" msgstr "" -#: src/glade/ptask.glade:685 src/glade/ptask.glade:1191 +#: src/glade/ptask.glade:691 src/glade/ptask.glade:1180 msgid "Start date" msgstr "" -#: src/glade/ptask.glade:699 src/glade/ptask.glade:1201 +#: src/glade/ptask.glade:705 src/glade/ptask.glade:1190 msgid "Description" msgstr "Description" -#: src/glade/ptask.glade:715 src/glade/ptask.glade:1121 +#: src/glade/ptask.glade:721 src/glade/ptask.glade:1110 msgid "Id" msgstr "" -#: src/glade/ptask.glade:726 src/glade/ptask.glade:1141 +#: src/glade/ptask.glade:732 src/glade/ptask.glade:1130 msgid "UUID" msgstr "" -#: src/glade/ptask.glade:782 +#: src/glade/ptask.glade:786 msgid "Note:" msgstr "Note:" -#: src/glade/ptask.glade:916 -msgid "Save" -msgstr "Sauvegarder" - -#: src/glade/ptask.glade:930 -msgid "Cancel" -msgstr "Annuler" - -#: src/glade/ptask.glade:944 +#: src/glade/ptask.glade:937 msgid "Mark Done" msgstr "Marquer fait" -#: src/glade/ptask.glade:958 -msgid "Remove" -msgstr "" - -#: src/glade/ptask.glade:987 +#: src/glade/ptask.glade:980 msgid "Tags:" msgstr "" -#: src/glade/ptask.glade:1005 +#: src/glade/ptask.glade:996 msgid "label" msgstr "" -#: src/glade/ptask.glade:1053 +#: src/glade/ptask.glade:1042 #, fuzzy msgid "Done" msgstr "Marquer fait" -#: src/glade/ptask.glade:1069 +#: src/glade/ptask.glade:1058 msgid "Start" msgstr "" -#: src/glade/ptask.glade:1076 +#: src/glade/ptask.glade:1065 msgid "Stop" msgstr "" + +#~ msgid "Save" +#~ msgstr "Sauvegarder" + +#~ msgid "Cancel" +#~ msgstr "Annuler" diff --git a/po/ptask.pot b/po/ptask.pot index 41c03b9..edc09f9 100644 --- a/po/ptask.pot +++ b/po/ptask.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-10-09 18:46+0200\n" +"POT-Creation-Date: 2014-11-22 12:27+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -84,143 +84,131 @@ msgstr "" msgid "Notes directory: " msgstr "" -#: src/glade/ptask.glade:77 +#: src/glade/ptask.glade:75 msgid "Select a directory" msgstr "" -#: src/glade/ptask.glade:107 +#: src/glade/ptask.glade:103 msgid "None" msgstr "" -#: src/glade/ptask.glade:110 +#: src/glade/ptask.glade:106 msgid "Low" msgstr "" -#: src/glade/ptask.glade:113 +#: src/glade/ptask.glade:109 msgid "Medium" msgstr "" -#: src/glade/ptask.glade:116 +#: src/glade/ptask.glade:112 msgid "High" msgstr "" -#: src/glade/ptask.glade:123 +#: src/glade/ptask.glade:119 msgid "New Task" msgstr "" -#: src/glade/ptask.glade:182 src/glade/ptask.glade:764 +#: src/glade/ptask.glade:178 src/glade/ptask.glade:770 msgid "Description:" msgstr "" -#: src/glade/ptask.glade:218 src/glade/ptask.glade:841 +#: src/glade/ptask.glade:211 src/glade/ptask.glade:840 msgid "Project:" msgstr "" -#: src/glade/ptask.glade:236 src/glade/ptask.glade:875 +#: src/glade/ptask.glade:227 src/glade/ptask.glade:870 msgid "Priority:" msgstr "" -#: src/glade/ptask.glade:322 +#: src/glade/ptask.glade:307 msgid "pending" msgstr "" -#: src/glade/ptask.glade:325 +#: src/glade/ptask.glade:310 msgid "completed" msgstr "" -#: src/glade/ptask.glade:328 +#: src/glade/ptask.glade:313 msgid "deleted" msgstr "" -#: src/glade/ptask.glade:356 src/glade/ptask.glade:376 +#: src/glade/ptask.glade:341 src/glade/ptask.glade:361 msgid "ptask" msgstr "" -#: src/glade/ptask.glade:416 +#: src/glade/ptask.glade:401 msgid "_Help" msgstr "" -#: src/glade/ptask.glade:499 +#: src/glade/ptask.glade:486 msgid "Status:" msgstr "" -#: src/glade/ptask.glade:560 src/glade/ptask.glade:634 -#: src/glade/ptask.glade:1131 +#: src/glade/ptask.glade:566 src/glade/ptask.glade:640 +#: src/glade/ptask.glade:1120 msgid "Project" msgstr "" -#: src/glade/ptask.glade:571 +#: src/glade/ptask.glade:577 msgid "Count" msgstr "" -#: src/glade/ptask.glade:620 src/glade/ptask.glade:1151 +#: src/glade/ptask.glade:626 src/glade/ptask.glade:1140 msgid "Priority" msgstr "" -#: src/glade/ptask.glade:649 src/glade/ptask.glade:1161 +#: src/glade/ptask.glade:655 src/glade/ptask.glade:1150 msgid "Urgency" msgstr "" -#: src/glade/ptask.glade:661 src/glade/ptask.glade:1171 +#: src/glade/ptask.glade:667 src/glade/ptask.glade:1160 msgid "Creation date" msgstr "" -#: src/glade/ptask.glade:673 src/glade/ptask.glade:1181 +#: src/glade/ptask.glade:679 src/glade/ptask.glade:1170 msgid "Due" msgstr "" -#: src/glade/ptask.glade:685 src/glade/ptask.glade:1191 +#: src/glade/ptask.glade:691 src/glade/ptask.glade:1180 msgid "Start date" msgstr "" -#: src/glade/ptask.glade:699 src/glade/ptask.glade:1201 +#: src/glade/ptask.glade:705 src/glade/ptask.glade:1190 msgid "Description" msgstr "" -#: src/glade/ptask.glade:715 src/glade/ptask.glade:1121 +#: src/glade/ptask.glade:721 src/glade/ptask.glade:1110 msgid "Id" msgstr "" -#: src/glade/ptask.glade:726 src/glade/ptask.glade:1141 +#: src/glade/ptask.glade:732 src/glade/ptask.glade:1130 msgid "UUID" msgstr "" -#: src/glade/ptask.glade:782 +#: src/glade/ptask.glade:786 msgid "Note:" msgstr "" -#: src/glade/ptask.glade:916 -msgid "Save" -msgstr "" - -#: src/glade/ptask.glade:930 -msgid "Cancel" -msgstr "" - -#: src/glade/ptask.glade:944 +#: src/glade/ptask.glade:937 msgid "Mark Done" msgstr "" -#: src/glade/ptask.glade:958 -msgid "Remove" -msgstr "" - -#: src/glade/ptask.glade:987 +#: src/glade/ptask.glade:980 msgid "Tags:" msgstr "" -#: src/glade/ptask.glade:1005 +#: src/glade/ptask.glade:996 msgid "label" msgstr "" -#: src/glade/ptask.glade:1053 +#: src/glade/ptask.glade:1042 msgid "Done" msgstr "" -#: src/glade/ptask.glade:1069 +#: src/glade/ptask.glade:1058 msgid "Start" msgstr "" -#: src/glade/ptask.glade:1076 +#: src/glade/ptask.glade:1065 msgid "Stop" msgstr "" -- 2.7.4