[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2092-g92c4
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2092-g92c4740 |
Date: |
Thu, 23 Jun 2011 15:52:55 +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 92c474055d5af5557c5f9341018f4e1642586af2 (commit)
via 2b3e6bc0a94cb16d04d9a6e1933ce0bf8e26830f (commit)
via 4994c34bb5a7d1da401b7b9552a91c9ccfd42566 (commit)
via 66ada89a69ed73a1a15abfbd9bffe4cdf9bf307a (commit)
via 49ad45764ab062f60a205dd84d0c3b600f051727 (commit)
via 320267625a64914733f6ab2e87b48f93c53fd6c5 (commit)
from 8080fdb87f96b96ae07ef902e7912a23beea49c7 (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 92c474055d5af5557c5f9341018f4e1642586af2
Author: Ben Pfaff <address@hidden>
Date: Tue Jun 21 07:00:33 2011 -0700
gui: Move some formatting functions into PSPP core.
commit 2b3e6bc0a94cb16d04d9a6e1933ce0bf8e26830f
Author: Ben Pfaff <address@hidden>
Date: Mon Jun 13 19:17:27 2011 -0700
gui: Strip numerics and strings differently in value_to_text().
Otherwise a long string value that only contains a few
characters followed by all spaces is hard to read.
commit 4994c34bb5a7d1da401b7b9552a91c9ccfd42566
Author: Ben Pfaff <address@hidden>
Date: Sat Jun 11 10:40:43 2011 -0700
gui: Eliminate some dependencies on the dictionary.
Previously all of the dialog boxes used by the variable sheet
kept around a pointer to the dictionary solely to obtain the
dictionary's encoding. Previous commits have eliminated that
use, so this commit gets rid of the dictionary members.
commit 66ada89a69ed73a1a15abfbd9bffe4cdf9bf307a
Author: Ben Pfaff <address@hidden>
Date: Mon Jun 20 19:06:11 2011 -0700
gui: Simplify value_to_text() parameters.
Both the format and the dictionary can be inferred from the
variable being formatted in every case in the tree but one, so
use that as the calling convention. In the one remaining case,
it's just as easy to call data_out() directly.
commit 49ad45764ab062f60a205dd84d0c3b600f051727
Author: Ben Pfaff <address@hidden>
Date: Sat Jun 11 09:42:22 2011 -0700
gui: Consistently use print format instead of write format.
In syntax, only the WRITE command uses write formats. Other
commands all use print formats. I don't see why the GUI should
act differently.
commit 320267625a64914733f6ab2e87b48f93c53fd6c5
Author: Ben Pfaff <address@hidden>
Date: Fri Jun 10 21:55:47 2011 -0700
gui: Drop 'dict' parameter from text_to_value().
This parameter is used only to obtain the dictionary's
encoding, which may also be obtained through the variable.
-----------------------------------------------------------------------
Summary of changes:
src/data/format.c | 50 ++++++++++++++++++++++
src/data/format.h | 1 +
src/data/variable.c | 40 ++++++++++++++++++
src/data/variable.h | 7 ++-
src/ui/gui/find-dialog.c | 29 +++++--------
src/ui/gui/helper.c | 27 ++++++++----
src/ui/gui/helper.h | 5 +--
src/ui/gui/missing-val-dialog.c | 22 ++++------
src/ui/gui/missing-val-dialog.h | 5 +--
src/ui/gui/psppire-data-store.c | 4 +-
src/ui/gui/psppire-dictview.c | 4 +-
src/ui/gui/psppire-var-sheet.c | 12 ++----
src/ui/gui/psppire-var-store.c | 83 ++++---------------------------------
src/ui/gui/val-labs-dialog.c | 16 +------
src/ui/gui/val-labs-dialog.h | 4 +-
src/ui/gui/var-display.c | 19 ++-------
src/ui/gui/var-display.h | 1 -
src/ui/gui/var-type-dialog.c | 43 ++++++++-----------
src/ui/gui/var-type-dialog.h | 8 +---
src/ui/gui/variable-info-dialog.c | 5 +-
20 files changed, 184 insertions(+), 201 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2092-g92c4740,
Ben Pfaff <=