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-2356-g5350


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2356-g53508cc
Date: Wed, 25 Jan 2012 20:06:43 +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  53508ccb5785dfcad8080d9dcdacdf3b7af5be76 (commit)
      from  3039501eeeb280c2bd6dae91a9471f8372c52698 (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 53508ccb5785dfcad8080d9dcdacdf3b7af5be76
Author: John Darrington <address@hidden>
Date:   Wed Jan 25 21:02:18 2012 +0100

    New abstract class PsppireDialogAction
    
    Added a new object PsppireDialogAction which abstracts the behaviour of
    dialog boxes.
    
    Converted the Descriptived Dialog and the Variable Info Dialog to use this
    new abstraction.
    
    Reviewed-by: Ben Pfaff

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

Summary of changes:
 src/ui/gui/automake.mk                             |   10 +-
 src/ui/gui/data-editor.ui                          |    6 +-
 src/ui/gui/descriptives-dialog.h                   |   24 ---
 src/ui/gui/psppire-data-window.c                   |    7 -
 ...alog.c => psppire-dialog-action-descriptives.c} |  152 +++++++----------
 src/ui/gui/psppire-dialog-action-descriptives.h    |   83 +++++++++
 ...o-dialog.c => psppire-dialog-action-var-info.c} |  156 +++++++++--------
 src/ui/gui/psppire-dialog-action-var-info.h        |   78 ++++++++
 src/ui/gui/psppire-dialog-action.c                 |  188 ++++++++++++++++++++
 src/ui/gui/psppire-dialog-action.h                 |  101 +++++++++++
 src/ui/gui/psppire-dialog.c                        |   15 ++
 src/ui/gui/variable-info-dialog.h                  |   24 ---
 src/ui/gui/widgets.c                               |    6 +
 13 files changed, 624 insertions(+), 226 deletions(-)
 delete mode 100644 src/ui/gui/descriptives-dialog.h
 rename src/ui/gui/{descriptives-dialog.c => 
psppire-dialog-action-descriptives.c} (70%)
 create mode 100644 src/ui/gui/psppire-dialog-action-descriptives.h
 rename src/ui/gui/{variable-info-dialog.c => psppire-dialog-action-var-info.c} 
(63%)
 create mode 100644 src/ui/gui/psppire-dialog-action-var-info.h
 create mode 100644 src/ui/gui/psppire-dialog-action.c
 create mode 100644 src/ui/gui/psppire-dialog-action.h
 delete mode 100644 src/ui/gui/variable-info-dialog.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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