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.7.9-534-g29c14


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-534-g29c1450
Date: Fri, 22 Mar 2013 19:36:51 +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  29c1450251805417aacb9cecc84b03c81137c137 (commit)
      from  9aa9aac0327e5397d81c6194f4e291b38d023600 (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 29c1450251805417aacb9cecc84b03c81137c137
Author: John Darrington <address@hidden>
Date:   Wed Mar 20 18:28:44 2013 +0100

    Reorganised the text-data import assistant into separate files for each page
    
    This will hopefully make it easier to add new functionality.
    Reviewed-by: Ben Pfaff

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

Summary of changes:
 src/ui/gui/automake.mk                             |   10 +
 src/ui/gui/data-editor.ui                          |    8 +-
 src/ui/gui/page-assistant.c                        |  247 +++
 src/ui/gui/page-file.c                             |  266 ++++
 src/ui/gui/page-first-line.c                       |  244 +++
 src/ui/gui/{find-dialog.h => page-first-line.h}    |   14 +-
 src/ui/gui/page-formats.c                          |  292 ++++
 src/ui/gui/{find-dialog.h => page-formats.h}       |   14 +-
 src/ui/gui/page-intro.c                            |  200 +++
 src/ui/gui/{find-dialog.h => page-intro.h}         |   14 +-
 src/ui/gui/page-separators.c                       |  616 ++++++++
 ...npar-two-sample-related.h => page-separators.h} |   17 +-
 src/ui/gui/psppire-data-window.c                   |    2 +-
 src/ui/gui/text-data-import-dialog.c               | 1648 +-------------------
 src/ui/gui/text-data-import-dialog.h               |  144 ++-
 15 files changed, 2142 insertions(+), 1594 deletions(-)
 create mode 100644 src/ui/gui/page-assistant.c
 create mode 100644 src/ui/gui/page-file.c
 create mode 100644 src/ui/gui/page-first-line.c
 copy src/ui/gui/{find-dialog.h => page-first-line.h} (68%)
 create mode 100644 src/ui/gui/page-formats.c
 copy src/ui/gui/{find-dialog.h => page-formats.h} (69%)
 create mode 100644 src/ui/gui/page-intro.c
 copy src/ui/gui/{find-dialog.h => page-intro.h} (70%)
 create mode 100644 src/ui/gui/page-separators.c
 copy src/ui/gui/{npar-two-sample-related.h => page-separators.h} (67%)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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