From aa682bbdcf2eb58dde602660750f5023688d3ace Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 21 Apr 2014 10:22:41 +0200 Subject: [PATCH] Imported Upstream version 0.0.6 --- Makefile.in | 16 +- NEWS | 6 + NEWS.html | 28 +- README.html | 44 +-- aclocal.m4 | 562 +++++++++++++++++++++++-------------- config.h.in | 7 +- configure | 509 +++++++++++++++++++-------------- configure.ac | 2 +- icons/hicolor/scalable/Makefile.in | 3 +- po/fr.gmo | Bin 962 -> 962 bytes po/fr.po | 93 ++++-- po/ptask.pot | 92 ++++-- src/Makefile.am | 3 +- src/Makefile.in | 15 +- src/glade/Makefile.in | 3 +- src/glade/ptask.glade | 39 +++ src/list.c | 57 ---- src/list.h | 26 -- src/ptask.1 | 4 +- src/tw.c | 73 ++++- src/tw.h | 4 +- src/ui.c | 2 +- src/ui_taskpanel.c | 2 +- src/ui_tasktree.c | 49 ++++ tests/Makefile.in | 3 +- 25 files changed, 1028 insertions(+), 614 deletions(-) delete mode 100644 src/list.c delete mode 100644 src/list.h diff --git a/Makefile.in b/Makefile.in index 9f5c184..c18e2c4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.13.3 from Makefile.am. +# Makefile.in generated by automake 1.14.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -288,6 +288,7 @@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POSUB = @POSUB@ +SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -408,8 +409,8 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then rm -f stamp-h1; else :; fi - @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 @@ -651,10 +652,16 @@ dist-xz: distdir $(am__post_remove_distdir) dist-tarZ: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) @@ -696,9 +703,10 @@ distcheck: dist && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && ../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ diff --git a/NEWS b/NEWS index a52764b..7eac39b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ What's New ========== +v0.0.6 +------ + * added contextal menu item in the task tree: task done. + * added start/stop task. + * fixed coredump with taskwarrior 2.0.0 when there is not any tasks. + v0.0.5 ------ diff --git a/NEWS.html b/NEWS.html index 5f01329..ab536ac 100644 --- a/NEWS.html +++ b/NEWS.html @@ -3,7 +3,7 @@ - + What’s New