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-910-g30688


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-910-g30688a0
Date: Wed, 16 Dec 2009 19:31:04 +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  30688a0f0242f79e3a2530c5dfe0596a77735d3b (commit)
       via  873675c422db29ff7575758411be7af304e3a728 (commit)
       via  dedd3f83e7c6e77f96b6f4b11e4cebe8b14d91f5 (commit)
       via  3c1464ed3494b37575ae41c4ff2e16bd5c346a0d (commit)
       via  d3bb6901f626d91b0234f5ff1f5f7c2f9023f863 (commit)
       via  fb4eeb650749403036535786a7d3660af0945e75 (commit)
       via  baba1d26c655ad69ed8bf023e25b23eff1bb37d7 (commit)
       via  75d5c1d6e3253ab1e83abc23b0e7a279ad4ab48b (commit)
       via  93b5d67c0fdc08137f308f332fede32543e7bc8e (commit)
       via  ba03e6dae4d379b510b053c4df6d41277b456d3a (commit)
       via  b4e361fed54bb9a1cb3259722038976dadd938f6 (commit)
       via  45fb19608ffa759f7a0221878d1a9a72c6727dc7 (commit)
       via  38a4aa5aaf58d39eafa0574416f36b16ebb9c4f6 (commit)
       via  bb025f49673d66a2e490a781d7d59b2f32da0087 (commit)
       via  82cdb6b894ba84fad617196cdba815c9aa15605f (commit)
       via  ec1710dfedad294b9a32838abdbf0967d574aff8 (commit)
       via  0c961d1c404e127d814bad99cf43e5e3d41dd1b1 (commit)
       via  7a8adbe2e7067f33767f934ec36c60549d50d2e2 (commit)
       via  fd0c595927a23ea0373551a1eed4570388ea0fc5 (commit)
       via  03134dc262125d1785891d6111eec58ca09b3b54 (commit)
       via  c81ed3d3c60ca7d576ef9d3d9c9d6863d6f11bf5 (commit)
       via  c55841266a4d42da7da89235aa54a7fa0ac488dc (commit)
       via  b94025a12799b6826a772731b8f58907dca2cf5c (commit)
       via  a9a69251edd625a50f271af5d64c157533b5fe48 (commit)
       via  7c2fa3735ac1115b6c1ad4b5e0613673de2faf4c (commit)
      from  71fa94505d7d559e3f6bb90092268225db826732 (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 30688a0f0242f79e3a2530c5dfe0596a77735d3b
Author: John Darrington <address@hidden>
Date:   Wed Dec 16 20:08:22 2009 +0100

    Ensure all symbols in glade library are resolved

commit 873675c422db29ff7575758411be7af304e3a728
Author: John Darrington <address@hidden>
Date:   Wed Dec 16 19:49:22 2009 +0100

    New interface PsppireSelectDestWidget.
    
    Created a new interface type PsppireSelectDestWidget to serve
    as an abstract widget which can be the destination for a PsppireSelector.
    Changed PsppireVarView to implement this interface.

commit dedd3f83e7c6e77f96b6f4b11e4cebe8b14d91f5
Author: John Darrington <address@hidden>
Date:   Tue Dec 15 19:18:51 2009 +0100

    Remove unused GtkAdjustment objects

commit 3c1464ed3494b37575ae41c4ff2e16bd5c346a0d
Author: John Darrington <address@hidden>
Date:   Mon Dec 14 20:01:38 2009 +0100

    Fix missing menu label

commit d3bb6901f626d91b0234f5ff1f5f7c2f9023f863
Author: John Darrington <address@hidden>
Date:   Mon Dec 14 19:51:16 2009 +0100

    Don't allow string variables in ROC dialog as dependent variable

commit fb4eeb650749403036535786a7d3660af0945e75
Author: John Darrington <address@hidden>
Date:   Mon Dec 14 19:28:46 2009 +0100

    Remove unused code

commit baba1d26c655ad69ed8bf023e25b23eff1bb37d7
Author: John Darrington <address@hidden>
Date:   Mon Dec 14 19:21:51 2009 +0100

    Show only numeric variables in correlations dialog

commit 75d5c1d6e3253ab1e83abc23b0e7a279ad4ab48b
Merge: 93b5d67c0fdc08137f308f332fede32543e7bc8e 
ba03e6dae4d379b510b053c4df6d41277b456d3a
Author: John Darrington <address@hidden>
Date:   Sun Dec 13 20:40:38 2009 +0100

    Merge branch 'master' of 
ssh://address@hidden/home/john/Development/pspp-selector

commit 93b5d67c0fdc08137f308f332fede32543e7bc8e
Merge: b4e361fed54bb9a1cb3259722038976dadd938f6 
71fa94505d7d559e3f6bb90092268225db826732
Author: John Darrington <address@hidden>
Date:   Sun Dec 13 20:39:35 2009 +0100

    Merge branch 'master' of ssh://address@hidden/srv/git/pspp

commit ba03e6dae4d379b510b053c4df6d41277b456d3a
Author: John Darrington <address@hidden>
Date:   Sun Dec 13 20:37:13 2009 +0100

    Added a dialog box for the CORRELATION command

commit b4e361fed54bb9a1cb3259722038976dadd938f6
Author: John Darrington <address@hidden>
Date:   Sun Dec 13 15:50:09 2009 +0100

    New function psppire_var_view_contains_var
    
    Added a function to test whether a variable is currently
    contained within a PsppireVarView widget.

commit 45fb19608ffa759f7a0221878d1a9a72c6727dc7
Author: John Darrington <address@hidden>
Date:   Sun Dec 13 15:45:34 2009 +0100

    Change psppire_dicts pointers from G_POINTER to PSPPIRE_VAR_PTR_TYPE

commit 38a4aa5aaf58d39eafa0574416f36b16ebb9c4f6
Author: John Darrington <address@hidden>
Date:   Sat Dec 12 21:35:23 2009 +0100

    ROC dialog: Disable reference button when curve is not drawn

commit bb025f49673d66a2e490a781d7d59b2f32da0087
Author: John Darrington <address@hidden>
Date:   Sat Dec 12 16:48:02 2009 +0100

    Implemented a dialog box for the ROC command

commit 82cdb6b894ba84fad617196cdba815c9aa15605f
Author: John Darrington <address@hidden>
Date:   Sat Dec 12 12:55:57 2009 +0100

    Remove awkward dependency from psppire-selector.c
    
    Removed the default selection functions from being
    statically linked to psppire-selector.c  - apart from
    being inelegant this caused a lot of unncessary dependencies
    in the glade module.

commit ec1710dfedad294b9a32838abdbf0967d574aff8
Author: John Darrington <address@hidden>
Date:   Sat Dec 12 10:29:43 2009 +0100

    Remove unused code

commit 0c961d1c404e127d814bad99cf43e5e3d41dd1b1
Author: John Darrington <address@hidden>
Date:   Sat Dec 12 10:26:31 2009 +0100

    Rework the recode-dialog to fit new selector / psppire-var-view objects.

commit 7a8adbe2e7067f33767f934ec36c60549d50d2e2
Merge: fd0c595927a23ea0373551a1eed4570388ea0fc5 
21edbb8ef377b2d31e3dd1696bbf798479cbf17c
Author: John Darrington <address@hidden>
Date:   Tue Nov 24 19:50:01 2009 +0100

    Merge branch 'master' of ssh://address@hidden/srv/git/pspp

commit fd0c595927a23ea0373551a1eed4570388ea0fc5
Author: John Darrington <address@hidden>
Date:   Mon Nov 23 20:03:05 2009 +0100

    New module psppire-var-view
    
    Added a new object PsppireVarView which is a subclass
    of GtkTreeView.   It automatically creates a model for
    itself for the storage of variables.
    
    This change breaks some features.  These must be corrected
    in subsequenct commits.

commit 03134dc262125d1785891d6111eec58ca09b3b54
Author: John Darrington <address@hidden>
Date:   Thu Nov 19 19:37:37 2009 +0100

    Ensure that only one set of callbacks exist.
    
    Remove any existing selector callbacks before adding
    new ones.  Otherwise a keyclick can add 2 or more
    items instead of the desired one.

commit c81ed3d3c60ca7d576ef9d3d9c9d6863d6f11bf5
Merge: c55841266a4d42da7da89235aa54a7fa0ac488dc 
a26729420e8d53045e12fe309202aa5cc3693da2
Author: John Darrington <address@hidden>
Date:   Wed Nov 18 20:41:06 2009 +0100

    Merge branch 'master' of ssh://address@hidden/srv/git/pspp

commit c55841266a4d42da7da89235aa54a7fa0ac488dc
Author: John Darrington <address@hidden>
Date:   Wed Nov 18 19:10:48 2009 +0100

    Fix property erroneously altered in commit 
a9a69251edd625a50f271af5d64c157533b5fe48

commit b94025a12799b6826a772731b8f58907dca2cf5c
Author: John Darrington <address@hidden>
Date:   Tue Nov 17 19:29:56 2009 +0100

    Separated psppire_selector_set_subjects into two individual functions

commit a9a69251edd625a50f271af5d64c157533b5fe48
Author: John Darrington <address@hidden>
Date:   Mon Nov 16 19:29:25 2009 +0100

    PsppireDictView: Change "dictionary" property to "model".
    
    Previously, PsppireDictView, which derives from GtkTreeView,
    had a property "dictionary", and a trap on the GtkTreeView's
    "model" property.  This change removes the trap and changes the
    "dictionary" property to an override of the "model" property.

commit 7c2fa3735ac1115b6c1ad4b5e0613673de2faf4c
Author: John Darrington <address@hidden>
Date:   Sun Nov 15 22:30:18 2009 +0100

    PsppireSelector: new properties: "source-widget" and "dest-widget".
    
    Previously, a function psppire_selector_set_subjects was used to
    set the destination and source widgets of a PsppireSelector.  This
    change adds two new properties, and sets them in the GtkBuilder
    definitions instead of in the C code.

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

Summary of changes:
 glade/automake.mk                                  |    5 +-
 glade/psppire.xml                                  |   28 ++-
 glade/{dictview.c => var-view.c}                   |   33 +-
 src/ui/gui/automake.mk                             |   10 +
 src/ui/gui/compute-dialog.c                        |   19 +-
 src/ui/gui/correlation-dialog.c                    |  180 ++++++++
 .../{reliability-dialog.h => correlation-dialog.h} |    7 +-
 src/ui/gui/correlation.ui                          |  265 ++++++++++++
 src/ui/gui/crosstabs-dialog.c                      |   26 +-
 src/ui/gui/crosstabs.ui                            |    8 +-
 src/ui/gui/data-editor.glade                       |  116 +++---
 src/ui/gui/descriptives-dialog.c                   |   15 +-
 src/ui/gui/descriptives.ui                         |    4 +-
 src/ui/gui/dialog-common.c                         |  134 +------
 src/ui/gui/dialog-common.h                         |   24 +-
 src/ui/gui/dict-display.c                          |   19 +-
 src/ui/gui/dict-display.h                          |    1 -
 src/ui/gui/examine-dialog.c                        |   36 +--
 src/ui/gui/examine.ui                              |   11 +-
 src/ui/gui/find-dialog.c                           |   12 +-
 src/ui/gui/find.ui                                 |    2 +
 src/ui/gui/frequencies-dialog.c                    |   18 +-
 src/ui/gui/frequencies.ui                          |    4 +-
 src/ui/gui/oneway-anova-dialog.c                   |   27 +-
 src/ui/gui/oneway.ui                               |    7 +-
 src/ui/gui/psppire-data-window.c                   |   30 ++
 src/ui/gui/psppire-dict.c                          |    7 +-
 src/ui/gui/psppire-dictview.c                      |   33 +--
 src/ui/gui/psppire-select-dest.c                   |   57 +++
 src/ui/gui/psppire-select-dest.h                   |   49 +++
 src/ui/gui/psppire-selector.c                      |  439 ++++++++++++++------
 src/ui/gui/psppire-selector.h                      |   33 ++-
 src/ui/gui/psppire-var-view.c                      |  332 +++++++++++++++
 src/ui/gui/psppire-var-view.h                      |   72 ++++
 src/ui/gui/psppire.c                               |    7 +
 src/ui/gui/psppire.ui                              |   53 +--
 src/ui/gui/rank-dialog.c                           |   29 +--
 src/ui/gui/rank.ui                                 |    9 +-
 src/ui/gui/recode-dialog.c                         |  342 +++++++--------
 src/ui/gui/recode.ui                               |    4 +-
 src/ui/gui/regression-dialog.c                     |   26 +-
 src/ui/gui/regression.ui                           |    8 +-
 src/ui/gui/reliability-dialog.c                    |   16 +-
 src/ui/gui/reliability.ui                          |    4 +-
 src/ui/gui/roc-dialog.c                            |  260 ++++++++++++
 src/ui/gui/{reliability-dialog.h => roc-dialog.h}  |    6 +-
 src/ui/gui/roc.ui                                  |  327 +++++++++++++++
 src/ui/gui/select-cases-dialog.c                   |   10 +-
 src/ui/gui/sort-cases-dialog.c                     |   24 +-
 src/ui/gui/sort.ui                                 |    4 +-
 src/ui/gui/split-file-dialog.c                     |   16 +-
 src/ui/gui/t-test-independent-samples-dialog.c     |   24 +-
 src/ui/gui/t-test-one-sample.c                     |   17 +-
 src/ui/gui/t-test-paired-samples.c                 |   60 +---
 src/ui/gui/t-test.ui                               |   17 +-
 src/ui/gui/transpose-dialog.c                      |   24 +-
 src/ui/gui/variable-info-dialog.c                  |    4 +-
 src/ui/gui/weight-cases-dialog.c                   |   12 +-
 src/ui/gui/widgets.c                               |    2 +
 59 files changed, 2379 insertions(+), 989 deletions(-)
 copy glade/{dictview.c => var-view.c} (53%)
 create mode 100644 src/ui/gui/correlation-dialog.c
 copy src/ui/gui/{reliability-dialog.h => correlation-dialog.h} (86%)
 create mode 100644 src/ui/gui/correlation.ui
 create mode 100644 src/ui/gui/psppire-select-dest.c
 create mode 100644 src/ui/gui/psppire-select-dest.h
 create mode 100644 src/ui/gui/psppire-var-view.c
 create mode 100644 src/ui/gui/psppire-var-view.h
 create mode 100644 src/ui/gui/roc-dialog.c
 copy src/ui/gui/{reliability-dialog.h => roc-dialog.h} (87%)
 create mode 100644 src/ui/gui/roc.ui


hooks/post-receive
-- 
GNU PSPP




reply via email to

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