[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-190-ga9d0f
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-190-ga9d0f71 |
Date: |
Wed, 25 Apr 2012 05:20:25 +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 a9d0f71010e7bfc3163e4c6b64611a994a72fa97 (commit)
via 00d7c29bda5a31596412a9427eb9677e238653df (commit)
via e89158e8abd2dae27d985e3574eb5aa1d265fc66 (commit)
via 7557c4bf71b244226c7a248177715dade26aabe5 (commit)
from 048325896ed94bda4760b5ecbb1cfff4b56c166b (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 a9d0f71010e7bfc3163e4c6b64611a994a72fa97
Author: Ben Pfaff <address@hidden>
Date: Tue Apr 24 22:17:46 2012 -0700
psppire-dialog-action: Remove unused variable.
commit 00d7c29bda5a31596412a9427eb9677e238653df
Author: Ben Pfaff <address@hidden>
Date: Tue Apr 24 22:17:33 2012 -0700
gui: Put <?xml> declaration at beginning of roc.ui.
xgettext objected to the blank line at the beginning.
commit e89158e8abd2dae27d985e3574eb5aa1d265fc66
Author: Ben Pfaff <address@hidden>
Date: Tue Apr 24 22:16:30 2012 -0700
gui: Properly manage ref counts of combo box and tree view models.
gtk_combo_box_set_model() and gtk_tree_view_set_model() add a
reference to the passed-in model, instead of transferring a
reference from the caller. A lot of the calls to these functions,
however, assumed that a reference was transferred and therefore
leaked a reference. This fixes them up.
This doesn't change PsppireValueEntry, because there's an ongoing
discussion about that.
commit 7557c4bf71b244226c7a248177715dade26aabe5
Author: Ben Pfaff <address@hidden>
Date: Tue Apr 24 22:14:58 2012 -0700
psppire-acr: Clarify acr ownership of its list store.
PsppireAcr retains a pointer to the GtkListStore inside it but it
didn't, until now, keep a reference to it. This commit makes
PsppireAcr retain a reference, documents the interface, and updates
callers to properly maintain reference counts.
-----------------------------------------------------------------------
Summary of changes:
src/ui/gui/aggregate-dialog.c | 2 +
src/ui/gui/checkbox-treeview.c | 6 +++-
src/ui/gui/chi-square-dialog.c | 1 +
src/ui/gui/compute-dialog.c | 1 +
src/ui/gui/count-dialog.c | 1 +
src/ui/gui/psppire-acr.c | 45 +++++++++++++------------------
src/ui/gui/psppire-dialog-action-roc.c | 1 -
src/ui/gui/psppire-dictview.c | 3 +-
src/ui/gui/psppire-output-window.c | 8 +++--
src/ui/gui/psppire-selector.c | 4 ++-
src/ui/gui/regression-dialog.c | 1 +
src/ui/gui/roc.ui | 1 -
src/ui/gui/text-data-import-dialog.c | 2 +
13 files changed, 41 insertions(+), 35 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-190-ga9d0f71,
Ben Pfaff <=