[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-189-g94099
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-189-g940995f |
Date: |
Mon, 21 Dec 2020 17:16:01 -0500 (EST) |
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 940995f8639c5c95bd3067b7e934160dfd52d709 (commit)
via a56c5aaddfb59d4f50fb0688e9b00b9fd8ba59eb (commit)
via edfa7450c198af7cf6a69760e082d1f36f88cc58 (commit)
via a09e5b9e6c18d1fb2466f9192fe2172958c05d63 (commit)
via 0e7c43331444a2618cf5288fbf7035d3e0e8c4f5 (commit)
via a711865c16cf867db4782d6db2b1491c6bf7b983 (commit)
via dc7369c3da3d3290e2ae269c40e3bda5dc6e84cd (commit)
from c8d4730341536ea6120a273100b0333327bf880a (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 940995f8639c5c95bd3067b7e934160dfd52d709
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Dec 20 23:06:11 2020 +0100
Fix building --without-cairo
commit a56c5aaddfb59d4f50fb0688e9b00b9fd8ba59eb
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Dec 20 22:49:20 2020 +0100
configure.ac: Abort attempts to cross build in source
commit edfa7450c198af7cf6a69760e082d1f36f88cc58
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Dec 20 20:11:10 2020 +0100
New function width_of_m to get the width of M rendered in a widget.
helper.c (width_of_m): New function.
commit a09e5b9e6c18d1fb2466f9192fe2172958c05d63
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Dec 20 10:40:27 2020 +0100
Add new popup menu to the dictionary view widget
Some users have expressed a wish to be able to view details
of variables from within dialogs. Hopefully this change will
fulfill this requirement.
commit 0e7c43331444a2618cf5288fbf7035d3e0e8c4f5
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Dec 20 09:43:21 2020 +0100
Fix make distcheck
The generated figure files have to depend on utilities/pspp-output
commit a711865c16cf867db4782d6db2b1491c6bf7b983
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Dec 20 22:38:28 2020 +0100
Reimplement the variable info dialog.
Instead of using a rendered output fragment, display the information
in Gtk+ widgets.
commit dc7369c3da3d3290e2ae269c40e3bda5dc6e84cd
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Dec 20 10:42:15 2020 +0100
PsppireButtonBox: Allow widget to be explicitly created.
* psppire-buttonbox.h (psppire_button_box_new): New function
* psppire-buttonbox.c (psppire_button_box_new): New function
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 6 +
doc/automake.mk | 6 +
src/output/ascii.c | 2 +
src/output/html.c | 2 +
src/output/tex.c | 2 +
src/ui/gui/automake.mk | 2 +
src/ui/gui/helper.c | 20 +++
src/ui/gui/helper.h | 5 +
src/ui/gui/psppire-buttonbox.c | 17 +-
src/ui/gui/psppire-buttonbox.h | 12 ++
src/ui/gui/psppire-data-sheet.c | 16 +-
src/ui/gui/psppire-dialog-action-var-info.c | 24 +--
src/ui/gui/psppire-dialog-action-var-info.h | 5 +-
src/ui/gui/psppire-dictview.c | 118 ++++++++++---
src/ui/gui/psppire-dictview.h | 2 +
src/ui/gui/psppire-var-info.c | 248 ++++++++++++++++++++++++++++
src/ui/gui/psppire-var-info.h | 76 +++++++++
src/ui/gui/psppire.xml | 3 +
src/ui/gui/variable-info.ui | 47 ++----
src/ui/gui/widgets.c | 2 +
20 files changed, 515 insertions(+), 100 deletions(-)
create mode 100644 src/ui/gui/psppire-var-info.c
create mode 100644 src/ui/gui/psppire-var-info.h
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-189-g940995f,
John Darrington <=