pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/4] third set of psppsheet changes


From: Ben Pfaff
Subject: Re: [PATCH 0/4] third set of psppsheet changes
Date: Sat, 21 Apr 2012 07:52:56 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Thanks.  I pushed these commits.

John Darrington <address@hidden> writes:

> All these look fine to me.
>
> On Fri, Apr 20, 2012 at 10:11:51PM -0700, Ben Pfaff wrote:
>      This is the third set of psppsheet changes.  These are the last
>      few changes before a long series that introduces PsppSheetView
>      as a clone of GtkTreeView and then refactors it into a more
>      useful widget for displaying a spreadsheet.
>      
>      Feedback welcomed.  I'll give this a few days or until I hear back
>      on reviews.
>      
>      Thanks,
>      
>      Ben.
>      
>      Ben Pfaff (4):
>        gui: New type PsppireEmptyListStore.
>        gui: New boxed type for struct fmt_spec.
>        gui: New widget PsppireValueEntry for editing a "union value".
>        helper: Move escape_underscores() here.
>      
>       src/ui/gui/automake.mk                |    6 +
>       src/ui/gui/helper.c                   |   20 ++
>       src/ui/gui/helper.h                   |    1 +
>       src/ui/gui/psppire-empty-list-store.c |  369 ++++++++++++++++++++++++++
>       src/ui/gui/psppire-empty-list-store.h |   68 +++++
>       src/ui/gui/psppire-format.c           |   46 ++++
>       src/ui/gui/psppire-format.h           |   28 ++
>       src/ui/gui/psppire-value-entry.c      |  455 
> +++++++++++++++++++++++++++++++++
>       src/ui/gui/psppire-value-entry.h      |  104 ++++++++
>       src/ui/gui/text-data-import-dialog.c  |  367 ++++-----------------------
>       10 files changed, 1149 insertions(+), 315 deletions(-)
>       create mode 100644 src/ui/gui/psppire-empty-list-store.c
>       create mode 100644 src/ui/gui/psppire-empty-list-store.h
>       create mode 100644 src/ui/gui/psppire-format.c
>       create mode 100644 src/ui/gui/psppire-format.h
>       create mode 100644 src/ui/gui/psppire-value-entry.c
>       create mode 100644 src/ui/gui/psppire-value-entry.h
>      
>      -- 
>      1.7.2.5
>      
>      
>      _______________________________________________
>      pspp-dev mailing list
>      address@hidden
>      https://lists.gnu.org/mailman/listinfo/pspp-dev



reply via email to

[Prev in Thread] Current Thread [Next in Thread]