[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, psppsheet, created. v0.6.1-2091-ge
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, psppsheet, created. v0.6.1-2091-ge9a4628 |
Date: |
Thu, 23 Jun 2011 03:31:13 +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, psppsheet has been created
at e9a4628738d8a66f370820c98854615c7431e07a (commit)
- Log -----------------------------------------------------------------
commit e9a4628738d8a66f370820c98854615c7431e07a
Author: Ben Pfaff <address@hidden>
Date: Tue Jun 21 07:00:33 2011 -0700
gui: Move some formatting functions into PSPP core.
commit 254b828ecc436d88682e0e9d5035641336b120e4
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 47707f3985678ba94948b610c4944ff04949682c
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 50c48d1316cb2c5a49295dbf8a81321f699efc06
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 df1e1b868a6b777ccf98e5dbeb265a00870a4c00
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 11a542e66fabac82cad678dbb51b74d51aac23b1
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.
-----------------------------------------------------------------------
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, psppsheet, created. v0.6.1-2091-ge9a4628,
Ben Pfaff <=