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. v1.4.1-63-g77e201


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-63-g77e2017
Date: Sat, 10 Oct 2020 02:45:39 -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  77e2017715a58c01d3e63ad90fb28b5e39eb2a31 (commit)
       via  9fe94bb62541986ea0a0687b24ca001e2baf12fd (commit)
      from  4f8462c882f28fed5345be2dab9d2cc73cd0b2da (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 77e2017715a58c01d3e63ad90fb28b5e39eb2a31
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Oct 10 08:21:56 2020 +0200

    Rework the spreadsheet import feature of the grapic user interface
    
    This change adds a feature where the user can preview the data from
    a spreadsheet when preparing to import it.    This should make importing
    spreadsheets somewhat easier.  Some rework of the other import code
    was also necessary as part of this change.

commit 9fe94bb62541986ea0a0687b24ca001e2baf12fd
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sun Oct 4 08:51:11 2020 +0200

    Update version number to 1.5.2

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

Summary of changes:
 INSTALL                                            |    1 +
 NEWS                                               |    6 +-
 configure.ac                                       |    6 +-
 src/data/gnumeric-reader.c                         |  653 ++++++++-----
 src/data/gnumeric-reader.h                         |   13 -
 src/data/ods-reader.c                              |  637 +++++++-----
 src/data/ods-reader.h                              |   16 +-
 src/data/spreadsheet-reader.c                      |   79 +-
 src/data/spreadsheet-reader.h                      |   61 +-
 src/ui/gui/automake.mk                             |    7 +
 src/ui/gui/psppire-import-assistant.c              | 1028 ++------------------
 src/ui/gui/psppire-import-assistant.h              |   43 +-
 src/ui/gui/psppire-import-spreadsheet.c            |  416 ++++++++
 src/ui/gui/psppire-import-spreadsheet.h            |   10 +
 src/ui/gui/psppire-import-textfile.c               |  862 ++++++++++++++++
 src/ui/gui/psppire-import-textfile.h               |   37 +
 src/ui/gui/psppire-spreadsheet-data-model.c        |  378 +++++++
 src/ui/gui/psppire-spreadsheet-data-model.h        |   86 ++
 src/ui/gui/psppire-spreadsheet-model.c             |   41 +-
 src/ui/gui/psppire-spreadsheet-model.h             |    2 +
 .../{val-labs-dialog.ui => spreadsheet-import.ui}  |  268 ++---
 src/ui/gui/text-data-import.ui                     |  173 +---
 tests/automake.mk                                  |   20 +
 tests/data/holey.gnumeric                          |  Bin 0 -> 1817 bytes
 tests/data/holey.ods                               |  Bin 0 -> 7276 bytes
 tests/data/multisheet.gnumeric                     |  245 +++++
 tests/data/multisheet.ods                          |  Bin 0 -> 7523 bytes
 tests/data/one-thousand-by-fifty-three.gnumeric    |  Bin 0 -> 293436 bytes
 tests/data/one-thousand-by-fifty-three.ods         |  Bin 0 -> 556434 bytes
 tests/data/repeating.gnumeric                      |  Bin 0 -> 1898 bytes
 tests/data/repeating.ods                           |  Bin 0 -> 8201 bytes
 tests/data/simple.gnumeric                         |   36 +
 tests/data/simple.ods                              |  Bin 0 -> 7957 bytes
 tests/data/sparse.gnumeric                         |  234 +++++
 tests/data/sparse.ods                              |  Bin 0 -> 7899 bytes
 tests/data/spreadsheet-test.at                     |   85 ++
 tests/data/spreadsheet-test.c                      |  145 +++
 tests/language/data-io/get-data-spreadsheet.at     |    5 +
 38 files changed, 3798 insertions(+), 1795 deletions(-)
 create mode 100644 src/ui/gui/psppire-import-spreadsheet.c
 create mode 100644 src/ui/gui/psppire-import-spreadsheet.h
 create mode 100644 src/ui/gui/psppire-import-textfile.c
 create mode 100644 src/ui/gui/psppire-import-textfile.h
 create mode 100644 src/ui/gui/psppire-spreadsheet-data-model.c
 create mode 100644 src/ui/gui/psppire-spreadsheet-data-model.h
 copy src/ui/gui/{val-labs-dialog.ui => spreadsheet-import.ui} (50%)
 create mode 100644 tests/data/holey.gnumeric
 create mode 100644 tests/data/holey.ods
 create mode 100644 tests/data/multisheet.gnumeric
 create mode 100644 tests/data/multisheet.ods
 create mode 100644 tests/data/one-thousand-by-fifty-three.gnumeric
 create mode 100644 tests/data/one-thousand-by-fifty-three.ods
 create mode 100644 tests/data/repeating.gnumeric
 create mode 100644 tests/data/repeating.ods
 create mode 100644 tests/data/simple.gnumeric
 create mode 100644 tests/data/simple.ods
 create mode 100644 tests/data/sparse.gnumeric
 create mode 100644 tests/data/sparse.ods
 create mode 100644 tests/data/spreadsheet-test.at
 create mode 100644 tests/data/spreadsheet-test.c


hooks/post-receive
-- 
GNU PSPP



reply via email to

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