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.5-262-g612b5


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-262-g612b515
Date: Wed, 11 Nov 2015 18:11:42 +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  612b51515e356bc4dd625a3fb18d0a4f827a1e2c (commit)
      from  e8fd8bbc19102dd21c25433d9c410ccb174931db (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 612b51515e356bc4dd625a3fb18d0a4f827a1e2c
Author: John Darrington <address@hidden>
Date:   Wed Nov 11 19:09:15 2015 +0100

    New top level menu for Graphs.
    
    Added a new top level menu to assist with the generation of graphics.
    Currently it has only scatterplot, histogram and barchart.

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

Summary of changes:
 NEWS                                           |    5 +
 doc/statistics.texi                            |   58 ++++-
 src/language/stats/automake.mk                 |    1 +
 src/language/stats/chart-category.h            |   21 ++
 src/language/stats/graph.c                     |  375 +++++++++++++++++++++--
 src/ui/gui/automake.mk                         |    9 +
 src/ui/gui/barchart.ui                         |  388 ++++++++++++++++++++++++
 src/ui/gui/data-editor.ui                      |   38 +++
 src/ui/gui/histogram.ui                        |  177 +++++++++++
 src/ui/gui/psppire-dialog-action-barchart.c    |  238 +++++++++++++++
 src/ui/gui/psppire-dialog-action-barchart.h    |   82 +++++
 src/ui/gui/psppire-dialog-action-histogram.c   |  128 ++++++++
 src/ui/gui/psppire-dialog-action-histogram.h   |   78 +++++
 src/ui/gui/psppire-dialog-action-scatterplot.c |  129 ++++++++
 src/ui/gui/psppire-dialog-action-scatterplot.h |   78 +++++
 src/ui/gui/scatterplot.ui                      |  223 ++++++++++++++
 src/ui/gui/widgets.c                           |    6 +
 tests/language/dictionary/split-file.at        |    2 +
 tests/language/stats/graph.at                  |  128 ++++++++
 19 files changed, 2139 insertions(+), 25 deletions(-)
 create mode 100644 src/language/stats/chart-category.h
 create mode 100644 src/ui/gui/barchart.ui
 create mode 100644 src/ui/gui/histogram.ui
 create mode 100644 src/ui/gui/psppire-dialog-action-barchart.c
 create mode 100644 src/ui/gui/psppire-dialog-action-barchart.h
 create mode 100644 src/ui/gui/psppire-dialog-action-histogram.c
 create mode 100644 src/ui/gui/psppire-dialog-action-histogram.h
 create mode 100644 src/ui/gui/psppire-dialog-action-scatterplot.c
 create mode 100644 src/ui/gui/psppire-dialog-action-scatterplot.h
 create mode 100644 src/ui/gui/scatterplot.ui


hooks/post-receive
-- 
GNU PSPP



reply via email to

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