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. v0.8.5-389-g83239


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-389-g83239cb
Date: Sat, 26 Dec 2015 10:47:38 +0000

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  83239cbb53294662025d5ee957d7e24e5feb66a9 (commit)
      from  03a7b96a587a58bda342b4eb5ce5f935880ba2b7 (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 83239cbb53294662025d5ee957d7e24e5feb66a9
Author: John Darrington <address@hidden>
Date:   Sat Dec 26 11:15:15 2015 +0100

    Rewrite Import Dialog.
    
    This is a major rewrite of the text/spreadsheet import assistant.
    Hopefully there are less bugs and it will be easier to maintain.

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

Summary of changes:
 src/data/ods-reader.c                 |    2 -
 src/ui/gui/automake.mk                |   34 +-
 src/ui/gui/page-assistant.c           |  272 ----
 src/ui/gui/page-file.c                |  278 ----
 src/ui/gui/page-first-line.c          |  243 ----
 src/ui/gui/page-first-line.h          |   28 -
 src/ui/gui/page-formats.c             |  290 ----
 src/ui/gui/page-formats.h             |   28 -
 src/ui/gui/page-intro.c               |  196 ---
 src/ui/gui/page-intro.h               |   28 -
 src/ui/gui/page-separators.c          |  592 --------
 src/ui/gui/page-separators.h          |   29 -
 src/ui/gui/page-sheet-spec.c          |  310 -----
 src/ui/gui/page-sheet-spec.h          |   30 -
 src/ui/gui/psppire-data-window.c      |   41 +-
 src/ui/gui/psppire-import-assistant.c | 2408 +++++++++++++++++++++++++++++++++
 src/ui/gui/psppire-import-assistant.h |  171 +++
 src/ui/gui/text-data-import-dialog.c  |  673 ---------
 src/ui/gui/text-data-import-dialog.h  |  162 ---
 src/ui/gui/text-data-import.ui        | 1183 ++++++++---------
 20 files changed, 3196 insertions(+), 3802 deletions(-)
 delete mode 100644 src/ui/gui/page-assistant.c
 delete mode 100644 src/ui/gui/page-file.c
 delete mode 100644 src/ui/gui/page-first-line.c
 delete mode 100644 src/ui/gui/page-first-line.h
 delete mode 100644 src/ui/gui/page-formats.c
 delete mode 100644 src/ui/gui/page-formats.h
 delete mode 100644 src/ui/gui/page-intro.c
 delete mode 100644 src/ui/gui/page-intro.h
 delete mode 100644 src/ui/gui/page-separators.c
 delete mode 100644 src/ui/gui/page-separators.h
 delete mode 100644 src/ui/gui/page-sheet-spec.c
 delete mode 100644 src/ui/gui/page-sheet-spec.h
 create mode 100644 src/ui/gui/psppire-import-assistant.c
 create mode 100644 src/ui/gui/psppire-import-assistant.h
 delete mode 100644 src/ui/gui/text-data-import-dialog.c
 delete mode 100644 src/ui/gui/text-data-import-dialog.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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