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-2325-gd464


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2325-gd46430e
Date: Tue, 03 Jan 2012 19:45:13 +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  d46430e7458fcd65dfdf7928f52f2d06fa60127d (commit)
      from  376bc1e2594564c432857c50f2f779093ce70710 (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 d46430e7458fcd65dfdf7928f52f2d06fa60127d
Author: John Darrington <address@hidden>
Date:   Tue Jan 3 20:41:35 2012 +0100

    New file: builder-wrapper.h and builder-wrapper.c
    
    Move the functions wrapping GtkBuilder out of helper.c
    and into their own file.

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

Summary of changes:
 src/ui/gui/aggregate-dialog.c                      |    3 +-
 src/ui/gui/autorecode-dialog.c                     |    3 +-
 src/ui/gui/binomial-dialog.c                       |    6 +-
 src/ui/gui/builder-wrapper.c                       |   91 ++++++++++++++++++++
 .../gui/{checkbox-treeview.h => builder-wrapper.h} |   43 ++++-----
 src/ui/gui/chi-square-dialog.c                     |    6 +-
 src/ui/gui/comments-dialog.c                       |    5 +-
 src/ui/gui/compute-dialog.c                        |    7 +-
 src/ui/gui/correlation-dialog.c                    |    3 +-
 src/ui/gui/count-dialog.c                          |    6 +-
 src/ui/gui/crosstabs-dialog.c                      |    5 +-
 src/ui/gui/descriptives-dialog.c                   |    5 +-
 src/ui/gui/entry-dialog.c                          |    2 +-
 src/ui/gui/examine-dialog.c                        |    5 +-
 src/ui/gui/factor-dialog.c                         |    3 +-
 src/ui/gui/find-dialog.c                           |    3 +-
 src/ui/gui/frequencies-dialog.c                    |    5 +-
 src/ui/gui/goto-case-dialog.c                      |    4 +-
 src/ui/gui/helper.c                                |   54 +-----------
 src/ui/gui/helper.h                                |   13 +---
 src/ui/gui/k-means-dialog.c                        |    3 +-
 src/ui/gui/k-related-dialog.c                      |    6 +-
 src/ui/gui/ks-one-sample-dialog.c                  |    4 +-
 src/ui/gui/missing-val-dialog.c                    |    3 +-
 src/ui/gui/oneway-anova-dialog.c                   |    6 +-
 src/ui/gui/paired-dialog.c                         |    4 +-
 src/ui/gui/psppire-data-window.c                   |    4 +-
 src/ui/gui/psppire-dialog.c                        |    4 +-
 src/ui/gui/psppire-output-window.c                 |    8 +-
 src/ui/gui/psppire-syntax-window.c                 |    3 +-
 src/ui/gui/psppire-var-sheet.c                     |    1 +
 src/ui/gui/rank-dialog.c                           |    5 +-
 src/ui/gui/recode-dialog.c                         |    5 +-
 src/ui/gui/regression-dialog.c                     |    3 +-
 src/ui/gui/reliability-dialog.c                    |    3 +-
 src/ui/gui/roc-dialog.c                            |    3 +-
 src/ui/gui/runs-dialog.c                           |    3 +-
 src/ui/gui/select-cases-dialog.c                   |    2 +
 src/ui/gui/sort-cases-dialog.c                     |    5 +-
 src/ui/gui/split-file-dialog.c                     |    4 +-
 src/ui/gui/t-test-independent-samples-dialog.c     |    3 +-
 src/ui/gui/t-test-one-sample.c                     |    5 +-
 src/ui/gui/t-test-options.c                        |    3 +-
 src/ui/gui/text-data-import-dialog.c               |    3 +-
 src/ui/gui/transpose-dialog.c                      |    3 +-
 src/ui/gui/univariate-dialog.c                     |    5 +-
 src/ui/gui/val-labs-dialog.c                       |    6 +-
 src/ui/gui/var-type-dialog.c                       |    4 +-
 src/ui/gui/variable-info-dialog.c                  |    3 +-
 src/ui/gui/weight-cases-dialog.c                   |    3 +-
 50 files changed, 228 insertions(+), 161 deletions(-)
 create mode 100644 src/ui/gui/builder-wrapper.c
 copy src/ui/gui/{checkbox-treeview.h => builder-wrapper.h} (54%)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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