pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v2.0.0-pre1-55-gc


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v2.0.0-pre1-55-gc1f362b8c
Date: Tue, 20 Jun 2023 12:43:01 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  c1f362b8cee3c577ba5b0b1d9ef1711806bb1def (commit)
      from  85bd18228302d94c08aa820412590fc2fd7e437d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c1f362b8cee3c577ba5b0b1d9ef1711806bb1def
Author: John Darrington <john@cellform.com>
Date:   Tue Jun 20 18:42:24 2023 +0200

    Added a new dialog to generate CTABLES
    
    This dialog provides just a small subset of what ought to be available. In
    particular, nested tables cannot be specified and only the default summary
    functions work.  Other caveats are also present, but it generally provides
    a start and proof of concept.

-----------------------------------------------------------------------

Summary of changes:
 src/ui/gui/automake.mk                     |   3 +
 src/ui/gui/ctables.ui                      | 149 ++++++++
 src/ui/gui/data-editor.ui                  |   4 +
 src/ui/gui/dummy.c                         |   3 +
 src/ui/gui/psppire-data-window.c           |   6 +-
 src/ui/gui/psppire-dialog-action-ctables.c | 585 +++++++++++++++++++++++++++++
 src/ui/gui/psppire-dialog-action-ctables.h |  85 +++++
 src/ui/gui/widgets.c                       |   2 +
 8 files changed, 835 insertions(+), 2 deletions(-)
 create mode 100644 src/ui/gui/ctables.ui
 create mode 100644 src/ui/gui/psppire-dialog-action-ctables.c
 create mode 100644 src/ui/gui/psppire-dialog-action-ctables.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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