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-278-g9bf1c


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-278-g9bf1c33
Date: Sun, 04 Jan 2009 08:16:08 +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  9bf1c33953f7feff2a24a06293f6fe96b75cc41a (commit)
       via  bd2aced781dddf1c85d821fee92664d3d8f24324 (commit)
       via  21f8b80b93df013ab921fbb4adeadd7e3424262f (commit)
       via  a2bd2e76dfd5b22649c624abfe56c1d6cb14c2d9 (commit)
       via  a4a503e1d9999103164767b20230f7ea38fd198c (commit)
       via  4a1478cd79f1efae88e2617fe287b4bc7b035875 (commit)
       via  788d43da8aa108567288f5643d7f0e5810ba46ad (commit)
       via  2f539bfdd7722c73aa796bbad8b549ae003dd922 (commit)
       via  e2c69e2706b5e6ed05ff865ab7b3aca04817fc99 (commit)
       via  fa794217bafc4de9e5191871a32a9455ad5a24c4 (commit)
       via  e58acb6918bebe738a512a4d83402af1aa5b5b57 (commit)
       via  b40f8032efcf6099f665ce8e7c0669bf0e9d655e (commit)
       via  c1f796a012aa172cf44ed3cf386b0222fa12ab35 (commit)
      from  c9d55afdda746d7e8b39e5a117c1644debbb0c75 (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 9bf1c33953f7feff2a24a06293f6fe96b75cc41a
Author: John Darrington <address@hidden>
Date:   Sun Jan 4 16:39:49 2009 +0900

    Remove inappropriate include directives

commit bd2aced781dddf1c85d821fee92664d3d8f24324
Author: John Darrington <address@hidden>
Date:   Sun Jan 4 16:04:38 2009 +0900

    Remove invalid property

commit 21f8b80b93df013ab921fbb4adeadd7e3424262f
Author: John Darrington <address@hidden>
Date:   Sun Jan 4 16:00:04 2009 +0900

    Fix pointer types as appropriate

commit a2bd2e76dfd5b22649c624abfe56c1d6cb14c2d9
Author: John Darrington <address@hidden>
Date:   Sun Jan 4 15:48:59 2009 +0900

    Convert psppire.glade to psppire.ui

commit a4a503e1d9999103164767b20230f7ea38fd198c
Author: John Darrington <address@hidden>
Date:   Sun Jan 4 15:03:02 2009 +0900

    Converted T-Test dialogs to GtkBuilder

commit 4a1478cd79f1efae88e2617fe287b4bc7b035875
Author: John Darrington <address@hidden>
Date:   Sun Jan 4 14:32:36 2009 +0900

    Add *.ui to .gitignore

commit 788d43da8aa108567288f5643d7f0e5810ba46ad
Author: John Darrington <address@hidden>
Date:   Sun Jan 4 14:31:45 2009 +0900

    Convert Regression dialog to GtkBuilder

commit 2f539bfdd7722c73aa796bbad8b549ae003dd922
Author: John Darrington <address@hidden>
Date:   Sun Jan 4 14:26:11 2009 +0900

    Convert MessageDialog to GtkBuilder

commit e2c69e2706b5e6ed05ff865ab7b3aca04817fc99
Author: John Darrington <address@hidden>
Date:   Sun Jan 4 14:19:07 2009 +0900

    Convert Crosstabs dialog to GtkBuilder

commit fa794217bafc4de9e5191871a32a9455ad5a24c4
Author: John Darrington <address@hidden>
Date:   Sun Jan 4 14:09:30 2009 +0900

    Convert Examine dialog to GtkBuilder

commit e58acb6918bebe738a512a4d83402af1aa5b5b57
Author: John Darrington <address@hidden>
Date:   Sun Jan 4 13:59:50 2009 +0900

    Convert Frequencies dialog to GtkBuilder

commit b40f8032efcf6099f665ce8e7c0669bf0e9d655e
Author: John Darrington <address@hidden>
Date:   Sat Jan 3 21:45:47 2009 +0900

    Migrated rank and recode dialogs to GtkBuilder

commit c1f796a012aa172cf44ed3cf386b0222fa12ab35
Author: John Darrington <address@hidden>
Date:   Sat Jan 3 21:20:28 2009 +0900

    Added infrastructure for GtkBuilder and change oneway-dialog to use it.

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

Summary of changes:
 configure.ac                                   |    3 -
 src/ui/gui/.gitignore                          |    1 +
 src/ui/gui/about.c                             |    3 +-
 src/ui/gui/automake.mk                         |   33 ++++++++---
 src/ui/gui/comments-dialog.c                   |    5 +-
 src/ui/gui/compute-dialog.c                    |    8 +-
 src/ui/gui/compute-dialog.h                    |    2 -
 src/ui/gui/crosstabs-dialog.c                  |    4 +-
 src/ui/gui/crosstabs-dialog.h                  |    1 -
 src/ui/gui/examine-dialog.c                    |    4 +-
 src/ui/gui/examine-dialog.h                    |    2 -
 src/ui/gui/find-dialog.c                       |    5 +-
 src/ui/gui/frequencies-dialog.c                |    2 +-
 src/ui/gui/frequencies-dialog.h                |    2 -
 src/ui/gui/goto-case-dialog.c                  |    4 +-
 src/ui/gui/goto-case-dialog.h                  |    2 -
 src/ui/gui/helper.c                            |   31 +++++++++-
 src/ui/gui/helper.h                            |   11 +--
 src/ui/gui/message-dialog.c                    |    5 +-
 src/ui/gui/oneway-anova-dialog.c               |   40 +++++++-------
 src/ui/gui/psppire-dialog.c                    |   39 +++++++++++++
 src/ui/gui/psppire.glade                       |   11 ----
 src/ui/gui/rank-dialog.c                       |   64 ++++++++++----------
 src/ui/gui/rank-dialog.h                       |    2 -
 src/ui/gui/recode-dialog.c                     |   73 ++++++++++++------------
 src/ui/gui/regression-dialog.c                 |    2 +-
 src/ui/gui/regression-dialog.h                 |    2 -
 src/ui/gui/select-cases-dialog.c               |    5 +-
 src/ui/gui/select-cases-dialog.h               |    1 -
 src/ui/gui/sort-cases-dialog.c                 |    2 +-
 src/ui/gui/sort-cases-dialog.h                 |    2 -
 src/ui/gui/split-file-dialog.c                 |    7 +-
 src/ui/gui/t-test-independent-samples-dialog.c |    7 +-
 src/ui/gui/t-test-one-sample.c                 |    3 +-
 src/ui/gui/t-test-options.c                    |    2 +-
 src/ui/gui/t-test-options.h                    |    2 +-
 src/ui/gui/t-test-paired-samples.c             |    3 +-
 src/ui/gui/transpose-dialog.c                  |   11 ++--
 src/ui/gui/variable-info-dialog.c              |    3 +-
 src/ui/gui/variable-info-dialog.h              |    2 -
 src/ui/gui/weight-cases-dialog.c               |    3 +-
 41 files changed, 221 insertions(+), 193 deletions(-)


hooks/post-receive
--
GNU PSPP




reply via email to

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