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-183-g2a718


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-183-g2a71889
Date: Sun, 26 Jul 2015 09:35:21 +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  2a71889bf86463fb752bcbab248da47b25b4fd9a (commit)
      from  274f8e25103e776ce990bb84be7f149efd6f384b (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 2a71889bf86463fb752bcbab248da47b25b4fd9a
Author: John Darrington <address@hidden>
Date:   Sun Jul 26 10:22:32 2015 +0200

    PsppireDialogAction and subclasses - use function to set class activate and 
thus minimise deprecation warnings
    
    All subclasses of PsppireDialogAction needed to use GtkActionClass.  This 
widget however
    is deprecated in recent Gtk versions.  Meaning that all instances of 
PsppireDialogAction
    implementations would provoke a deprecation warning at compile time.
    
    This change avoids that by providing a common function to set 
GtkActionClass->activate.
    Thus, there is now only a single warning instead of many.

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

Summary of changes:
 src/ui/gui/psppire-dialog-action-1sks.c         |    4 +---
 src/ui/gui/psppire-dialog-action-binomial.c     |    4 +---
 src/ui/gui/psppire-dialog-action-chisquare.c    |    4 +---
 src/ui/gui/psppire-dialog-action-compute.c      |    3 +--
 src/ui/gui/psppire-dialog-action-correlation.c  |    3 +--
 src/ui/gui/psppire-dialog-action-count.c        |    4 +---
 src/ui/gui/psppire-dialog-action-crosstabs.c    |    5 +----
 src/ui/gui/psppire-dialog-action-descriptives.c |    2 +-
 src/ui/gui/psppire-dialog-action-examine.c      |    2 +-
 src/ui/gui/psppire-dialog-action-factor.c       |    2 +-
 src/ui/gui/psppire-dialog-action-flip.c         |    4 +---
 src/ui/gui/psppire-dialog-action-frequencies.c  |    5 +----
 src/ui/gui/psppire-dialog-action-indep-samps.c  |    4 +---
 src/ui/gui/psppire-dialog-action-k-related.c    |    4 +---
 src/ui/gui/psppire-dialog-action-kmeans.c       |    4 +---
 src/ui/gui/psppire-dialog-action-logistic.c     |    4 +---
 src/ui/gui/psppire-dialog-action-means.c        |    2 +-
 src/ui/gui/psppire-dialog-action-oneway.c       |    4 +---
 src/ui/gui/psppire-dialog-action-paired.c       |    6 ++----
 src/ui/gui/psppire-dialog-action-rank.c         |    2 +-
 src/ui/gui/psppire-dialog-action-regression.c   |    4 +---
 src/ui/gui/psppire-dialog-action-reliability.c  |    4 +---
 src/ui/gui/psppire-dialog-action-roc.c          |    4 +---
 src/ui/gui/psppire-dialog-action-runs.c         |    4 +---
 src/ui/gui/psppire-dialog-action-sort.c         |    6 ++----
 src/ui/gui/psppire-dialog-action-tt1s.c         |    3 +--
 src/ui/gui/psppire-dialog-action-two-sample.c   |    4 +---
 src/ui/gui/psppire-dialog-action-univariate.c   |    4 +---
 src/ui/gui/psppire-dialog-action-var-info.c     |    4 +---
 src/ui/gui/psppire-dialog-action.c              |    7 +++++++
 src/ui/gui/psppire-dialog-action.h              |    7 +++++++
 31 files changed, 45 insertions(+), 78 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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