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.6.1-931-gfa355


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-931-gfa35521
Date: Sun, 27 Dec 2009 18:19:21 +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  fa3552144ad6eb4e55ef1a566c4ecd2168af0dbe (commit)
       via  86c375340d9440a413ed014a3db81987f7d66b95 (commit)
       via  0b5c052dd158ad883083f838be9d587210bcfbde (commit)
       via  ee04b8d031db0d7c405e3e9f00dcf8f038ee871e (commit)
       via  10064a4e800b3bc43d69107e12aa35e877059dd8 (commit)
      from  12b00817442d691881d3565ebe51835cb6b11758 (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 fa3552144ad6eb4e55ef1a566c4ecd2168af0dbe
Author: John Darrington <address@hidden>
Date:   Sun Dec 27 19:04:59 2009 +0100

    FACTOR: Ensure a non-zero number of factors.
    
    Before attempting to perform factor analysis, check
    that the number of factors is greater than zero.
    Issue an appropriate warning if this is not the case.

commit 86c375340d9440a413ed014a3db81987f7d66b95
Author: John Darrington <address@hidden>
Date:   Sun Dec 27 18:25:26 2009 +0100

    Added a menu entry and dialog box for the FACTOR command.

commit 0b5c052dd158ad883083f838be9d587210bcfbde
Author: John Darrington <address@hidden>
Date:   Sun Dec 27 11:40:46 2009 +0100

    Remove unused declarations

commit ee04b8d031db0d7c405e3e9f00dcf8f038ee871e
Author: John Darrington <address@hidden>
Date:   Sun Dec 27 11:28:07 2009 +0100

    Change GTK_SIGNAL_FUNC to G_CALLBACK.
    
    These macros are identical, but for consistency I've changed them
    all to the latter.

commit 10064a4e800b3bc43d69107e12aa35e877059dd8
Author: John Darrington <address@hidden>
Date:   Sun Dec 27 11:12:24 2009 +0100

    Avoid warning about GtkAdjustments with non-zero page_size

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

Summary of changes:
 src/language/stats/factor.c                  |   34 ++-
 src/ui/gui/automake.mk                       |    3 +
 src/ui/gui/data-editor.glade                 |    7 +
 src/ui/gui/factor-dialog.c                   |  352 +++++++++++++++++
 src/ui/gui/{roc-dialog.h => factor-dialog.h} |    6 +-
 src/ui/gui/factor.ui                         |  520 ++++++++++++++++++++++++++
 src/ui/gui/frequencies.ui                    |    2 +-
 src/ui/gui/psppire-data-window.c             |   15 +
 src/ui/gui/rank.ui                           |    2 +-
 src/ui/gui/reliability.ui                    |    2 +-
 src/ui/gui/text-data-import.ui               |    4 +-
 src/ui/gui/var-type-dialog.c                 |   14 +-
 src/ui/gui/var-type-dialog.h                 |    7 -
 13 files changed, 935 insertions(+), 33 deletions(-)
 create mode 100644 src/ui/gui/factor-dialog.c
 copy src/ui/gui/{roc-dialog.h => factor-dialog.h} (88%)
 create mode 100644 src/ui/gui/factor.ui


hooks/post-receive
-- 
GNU PSPP




reply via email to

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