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.1-41-gad8deb


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.1-41-gad8deb1
Date: Sun, 06 Oct 2013 14:43: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  ad8deb1d854c66016f9c4e45b20c8ea0ba69ab07 (commit)
       via  e083132e9d963a85aadc2f7d4f1eafcabc1d05d4 (commit)
       via  ce0e898dc6506c5d980e803e7bdcd27a1752fca6 (commit)
       via  e05092538d9cd5f7dd5091a4357f7536e90f6798 (commit)
       via  f9b848024070c889f4ff95a36d35081d05622f2a (commit)
       via  3cc9782b5f4d9cb108a246a3cd676d233d26ed06 (commit)
       via  5b246c776e802ed91e8cac6ab19dcab7e4bd9921 (commit)
       via  af81cedbd19fc8a129acf19fb74815ca28c700f1 (commit)
       via  068af51fd4b0ca77b07cf85870c41a5db8bd5da2 (commit)
       via  4e3feede0f6b3d2e67d6e41a9ddea3738e574dc3 (commit)
      from  ae53f770d61c40ad26d7f2b240e311bd80f5a30b (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 ad8deb1d854c66016f9c4e45b20c8ea0ba69ab07
Author: John Darrington <address@hidden>
Date:   Sat Oct 5 19:18:12 2013 +0200

    Fixed potentially incorrect dereference in autorecode dialog

commit e083132e9d963a85aadc2f7d4f1eafcabc1d05d4
Author: John Darrington <address@hidden>
Date:   Sat Oct 5 12:30:12 2013 +0200

    MEANS: Fix potential errors in gui syntax generation

commit ce0e898dc6506c5d980e803e7bdcd27a1752fca6
Author: John Darrington <address@hidden>
Date:   Sat Oct 5 12:15:39 2013 +0200

    Remove unncessary property assignments

commit e05092538d9cd5f7dd5091a4357f7536e90f6798
Author: John Darrington <address@hidden>
Date:   Fri Oct 4 22:44:22 2013 +0200

    T-Test One Sample Dialog: Convert to PsppireDialogAction

commit f9b848024070c889f4ff95a36d35081d05622f2a
Author: John Darrington <address@hidden>
Date:   Fri Oct 4 17:26:57 2013 +0200

    One sample Kalmogorov-Smirnov Dialog: convert from old style to 
PsppireDialogAction

commit 3cc9782b5f4d9cb108a246a3cd676d233d26ed06
Author: John Darrington <address@hidden>
Date:   Fri Oct 4 17:01:05 2013 +0200

    Univariate Dialog: Convert from old style to PsppireDialogAction

commit 5b246c776e802ed91e8cac6ab19dcab7e4bd9921
Author: John Darrington <address@hidden>
Date:   Fri Oct 4 15:22:56 2013 +0200

    Chi-square dialog: Convert from old style to psppire-dialog-action

commit af81cedbd19fc8a129acf19fb74815ca28c700f1
Author: John Darrington <address@hidden>
Date:   Fri Oct 4 13:59:51 2013 +0200

    Transpose dialog: convert from old style to PsppireDialogAction

commit 068af51fd4b0ca77b07cf85870c41a5db8bd5da2
Author: John Darrington <address@hidden>
Date:   Fri Oct 4 12:24:33 2013 +0200

    Runs dialog: convert from old style to PsppireDialogAction

commit 4e3feede0f6b3d2e67d6e41a9ddea3738e574dc3
Author: John Darrington <address@hidden>
Date:   Wed Oct 2 15:14:15 2013 +0200

    Replace checkbox-treeview functions with a object PsppireCheckboxTreeview
    
    Prior to this change there existed a function which operated on
    a GtkTreeView which populated it with a model and renderers such
    that it would display a list of annotated checkboxes.
    
    This change subclasses GtkTreeView and moves the function to a
    method of that class.
    
    I anticipate this will ease implementation of upcoming functionality.

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

Summary of changes:
 src/ui/gui/automake.mk                             |   28 ++--
 src/ui/gui/autorecode-dialog.c                     |    6 +-
 src/ui/gui/checkbox-treeview.h                     |   43 ----
 src/ui/gui/chi-square-dialog.h                     |   24 ---
 src/ui/gui/crosstabs.ui                            |    4 +-
 src/ui/gui/data-editor.ui                          |   18 ++-
 src/ui/gui/descriptives.ui                         |    2 +-
 src/ui/gui/frequencies.ui                          |    2 +-
 src/ui/gui/ks-one-sample-dialog.h                  |   24 ---
 ...kbox-treeview.c => psppire-checkbox-treeview.c} |  127 ++++++++-----
 src/ui/gui/psppire-checkbox-treeview.h             |   88 +++++++++
 src/ui/gui/psppire-data-window.c                   |   19 --
 ...ample-dialog.c => psppire-dialog-action-1sks.c} |  190 ++++++++-----------
 ...-action-sort.h => psppire-dialog-action-1sks.h} |   48 +++---
 ...-dialog.c => psppire-dialog-action-chisquare.c} |  182 ++++++++----------
 src/ui/gui/psppire-dialog-action-chisquare.h       |   88 +++++++++
 src/ui/gui/psppire-dialog-action-crosstabs.c       |   20 +-
 src/ui/gui/psppire-dialog-action-crosstabs.h       |    8 +
 src/ui/gui/psppire-dialog-action-descriptives.c    |   10 +-
 src/ui/gui/psppire-dialog-action-examine.c         |    4 -
 src/ui/gui/psppire-dialog-action-flip.c            |  128 +++++++++++++
 ...-action-sort.h => psppire-dialog-action-flip.h} |   48 +++---
 src/ui/gui/psppire-dialog-action-frequencies.c     |    4 +-
 src/ui/gui/psppire-dialog-action-means.c           |    9 +-
 src/ui/gui/psppire-dialog-action-regression.c      |   10 +-
 ...{runs-dialog.c => psppire-dialog-action-runs.c} |  202 ++++++++------------
 ...-action-sort.h => psppire-dialog-action-runs.h} |   47 +++---
 src/ui/gui/psppire-dialog-action-tt1s.c            |  165 ++++++++++++++++
 ...-action-sort.h => psppire-dialog-action-tt1s.h} |   53 +++---
 src/ui/gui/psppire-dialog-action-univariate.c      |  121 ++++++++++++
 src/ui/gui/psppire-dialog-action-univariate.h      |   79 ++++++++
 src/ui/gui/psppire-var-view.c                      |   71 +++++---
 src/ui/gui/psppire-var-view.h                      |   20 ++-
 src/ui/gui/regression.ui                           |    2 +-
 src/ui/gui/runs-dialog.h                           |   24 ---
 src/ui/gui/t-test-one-sample.c                     |  178 -----------------
 src/ui/gui/t-test-one-sample.h                     |    8 -
 src/ui/gui/transpose-dialog.c                      |  153 ---------------
 src/ui/gui/transpose-dialog.h                      |   26 ---
 src/ui/gui/univariate-dialog.c                     |  158 ---------------
 src/ui/gui/univariate-dialog.h                     |   24 ---
 src/ui/gui/widgets.c                               |   14 ++
 42 files changed, 1227 insertions(+), 1252 deletions(-)
 delete mode 100644 src/ui/gui/checkbox-treeview.h
 delete mode 100644 src/ui/gui/chi-square-dialog.h
 delete mode 100644 src/ui/gui/ks-one-sample-dialog.h
 rename src/ui/gui/{checkbox-treeview.c => psppire-checkbox-treeview.c} (54%)
 create mode 100644 src/ui/gui/psppire-checkbox-treeview.h
 rename src/ui/gui/{ks-one-sample-dialog.c => psppire-dialog-action-1sks.c} 
(54%)
 copy src/ui/gui/{psppire-dialog-action-sort.h => psppire-dialog-action-1sks.h} 
(53%)
 rename src/ui/gui/{chi-square-dialog.c => psppire-dialog-action-chisquare.c} 
(51%)
 create mode 100644 src/ui/gui/psppire-dialog-action-chisquare.h
 create mode 100644 src/ui/gui/psppire-dialog-action-flip.c
 copy src/ui/gui/{psppire-dialog-action-sort.h => psppire-dialog-action-flip.h} 
(52%)
 rename src/ui/gui/{runs-dialog.c => psppire-dialog-action-runs.c} (53%)
 copy src/ui/gui/{psppire-dialog-action-sort.h => psppire-dialog-action-runs.h} 
(52%)
 create mode 100644 src/ui/gui/psppire-dialog-action-tt1s.c
 copy src/ui/gui/{psppire-dialog-action-sort.h => psppire-dialog-action-tt1s.h} 
(50%)
 create mode 100644 src/ui/gui/psppire-dialog-action-univariate.c
 create mode 100644 src/ui/gui/psppire-dialog-action-univariate.h
 delete mode 100644 src/ui/gui/runs-dialog.h
 delete mode 100644 src/ui/gui/t-test-one-sample.c
 delete mode 100644 src/ui/gui/t-test-one-sample.h
 delete mode 100644 src/ui/gui/transpose-dialog.c
 delete mode 100644 src/ui/gui/transpose-dialog.h
 delete mode 100644 src/ui/gui/univariate-dialog.c
 delete mode 100644 src/ui/gui/univariate-dialog.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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