[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, created. v0.6.1-1337-gf26c
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, created. v0.6.1-1337-gf26c1b7 |
Date: |
Mon, 24 May 2010 16:30:46 +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 created
at f26c1b7d41cd1b62ebf4c3bf2bf03d26bc9bfed2 (commit)
- Log -----------------------------------------------------------------
commit f26c1b7d41cd1b62ebf4c3bf2bf03d26bc9bfed2
Author: John Darrington <address@hidden>
Date: Mon May 24 15:28:18 2010 +0200
Use gtk stock item instead of a custom one
commit 5f68c60b8283f6a410de20f927e9b12792ea58b3
Author: John Darrington <address@hidden>
Date: Mon May 24 15:19:29 2010 +0200
Fix compiler warnings
commit bcbf301dff22591f0b8b7eccd3502ddc05e68d85
Author: John Darrington <address@hidden>
Date: Mon May 24 12:09:11 2010 +0200
Added remaining relevant unicode box characters
commit bfd605f370a9bd8c6ab52d2f903bd1745136add6
Author: John Darrington <address@hidden>
Date: Mon May 24 11:41:01 2010 +0200
Entered some extra unicode box chars in the table
commit 305ed1d0d88532c51404f6cff49c90c38635c671
Author: John Darrington <address@hidden>
Date: Mon May 24 10:22:20 2010 +0200
Call expand all on Edit->SelectAll
Expand the treeview widget before calling
select_all, since this is probably what the
user wants.
commit fae7f48b9cd875ed466ed83862554282e2c17f3f
Author: John Darrington <address@hidden>
Date: Mon May 24 10:19:51 2010 +0200
Added an ODT target to the output viewer clipboard
commit 4eddf2174e3fb4fe13850666996ecc35f2732d1a
Author: John Darrington <address@hidden>
Date: Mon May 24 09:50:50 2010 +0200
Added a SelectAll menuitem to the output viewer
commit d0c5a88743b6e6964133405548a0833f410b6979
Author: John Darrington <address@hidden>
Date: Mon May 24 09:34:00 2010 +0200
Add html target to output viewer clipboard
commit e1ada75b2678c524f5089f6b83f2547aa3ee1fd7
Author: John Darrington <address@hidden>
Date: Mon May 24 09:21:22 2010 +0200
Added basic clipboard functionality to the output viewer.
This version only allows pasting to text and utf8 targets.
commit bb3830bde1746b39e2348fe74fba7736880491b5
Author: John Darrington <address@hidden>
Date: Mon May 24 08:19:59 2010 +0200
Replace LDFLAGS setting inadvertently removed by commit
3fac2920b97a068e156c376afd05583b481801ac
commit 54b484bc7bc44c16994329b77b388cf34a64d970
Author: John Darrington <address@hidden>
Date: Sun May 23 17:37:36 2010 +0200
Added a GTK_STOCK_INFO icon to the file information menu
commit 0cef299dab442edb73b5942408b38bf5aefe7489
Author: John Darrington <address@hidden>
Date: Sun May 23 17:31:01 2010 +0200
Use meaningful identifier for the Edit|Copy action
commit b2be264914a7f376fa00d26de702c7077f086ca8
Author: John Darrington <address@hidden>
Date: Sun May 23 10:58:13 2010 +0200
Update required versions of the GSL and GTK libraries
commit 95064b9febe3b0be20b42b32d4dfa9099e306fe8
Author: Ben Pfaff <address@hidden>
Date: Sat May 22 11:33:48 2010 -0700
sys-file-reader: Fix reading overlong value labels for long string
variables.
Commit 6b562f8a8 "Add support for value labels on long string variables"
that added support for reading value labels for long string variables from
system files had a logic error in dealing with too-long label strings: the
sign of the subtraction was reversed.
Problem reported by Michel Boaventura <address@hidden>.
commit 6737458c0b6e99c76c6050a1f5b5ba388b1ee395
Author: Ben Pfaff <address@hidden>
Date: Sat May 22 11:28:51 2010 -0700
dissect-sysfile: Eliminate harmless GCC warning.
commit c17158f059ed075cbac2fd6e6b3be8ea9ba5de6c
Author: Ben Pfaff <address@hidden>
Date: Sat May 22 11:28:18 2010 -0700
dissect-sysfile: Allow padding compressed data at end of file without error.
Compressed data in a system file can end either with a special opcode or
by padding out the last set of opcodes to an 8-byte boundary with null
bytes. Until now, dissect-sysfile has complained about last with
"unexpected end of file". This commit fixes the problem.
commit ed323d5c8d8bebb22b738f1057626607d6c53a59
Author: Ben Pfaff <address@hidden>
Date: Sat May 22 11:24:48 2010 -0700
dissect-sysfile: Properly interpret padding bytes in compressed data.
commit 0ee0a3f7c62a2176db6f603fa01ebceb4ee7e526
Author: Ben Pfaff <address@hidden>
Date: Fri May 21 16:44:18 2010 -0700
configure.ac: Increase version number to 0.7.5 for translationproject.
translationproject.org needs a version number increment to submit a new
pspp.pot.
commit f50fcf3adae1695a0ae3ca148c3bba68071c1bd3
Author: Jason H Stover <address@hidden>
Date: Fri May 21 12:02:56 2010 -0400
Removed unused function
commit 1abf50d4363f70d1fb2e07dafbac0761386ac20e
Author: John Darrington <address@hidden>
Date: Fri May 21 17:33:00 2010 +0200
Removed src/math/coefficient.[ch] which are no longer used
commit da48ffeebccf0521c14f80edad9fed5fd4e6d08b
Author: John Darrington <address@hidden>
Date: Fri May 21 16:08:46 2010 +0200
Fix problem opening files with non-ascii names on Windows
commit 930138c8279976294019300966e1fb842173f762
Author: John Darrington <address@hidden>
Date: Fri May 21 13:11:04 2010 +0200
Fix crash on Windows when calculating a covariance matrix of dimension 1.
Calculating a covariance matrix on a single variable crashed under Windows.
This change fixes that. It also prevents GUI users from attempting to
perform a correlation with only one variable, since if they are trying to
do that, then the have probably made a mistake.
commit 706a317592761872bc0c432cad854207f40f0870
Author: John Darrington <address@hidden>
Date: Fri May 21 13:03:03 2010 +0200
Revert "Removed src/math/interaction.[ch] which has been superseded by
categoricals.[ch]"
This reverts commit a456c361c0d324475da63d8420a2f0b108b61243.
It's still needed after all.
commit a456c361c0d324475da63d8420a2f0b108b61243
Author: John Darrington <address@hidden>
Date: Fri May 21 12:32:53 2010 +0200
Removed src/math/interaction.[ch] which has been superseded by
categoricals.[ch]
commit f550aee00a62fe1d8baf62d83cd7efef6cc2ee92
Merge: 18ef561271ad1b619f62d994e3dc2286958532f1
56c42d61d46aea9d13dcf55e9e2252805282570b
Author: John Darrington <address@hidden>
Date: Fri May 21 12:22:51 2010 +0200
Merge commit 'origin/covariance'
Conflicts:
src/data/dictionary.c
src/language/stats/correlations.c
src/language/stats/regression.q
src/math/automake.mk
commit 18ef561271ad1b619f62d994e3dc2286958532f1
Author: John Darrington <address@hidden>
Date: Fri May 21 10:07:02 2010 +0200
Added brief documentation about the FACTOR command's rotation feature
commit 7cf4046da1b88ea12d5934c625c28fade7d5e924
Author: John Darrington <address@hidden>
Date: Fri May 21 09:59:30 2010 +0200
Implemented a rotations subdialog for the FACTOR command
commit 71eaa994710727e4067db634af748916eeb48a72
Author: John Darrington <address@hidden>
Date: Thu May 20 17:32:31 2010 +0200
Added ROTATION to this list of default tables
commit 665bff371384dafbbc328fabee9b564260561e44
Author: Ben Pfaff <address@hidden>
Date: Thu May 20 21:56:48 2010 -0700
sys-file-reader: Variable attributes record uses long variable names.
Michel Boaventura provided a system file for which PSPP complained about
bad variable attributes records. I found out that this was because the
variables were specified using long names, not short names. This commit
allows PSPP to read these variable attributes properly.
commit 78b2280e4d75fc07ce0f17c3607c0707f7ccb819
Author: Ben Pfaff <address@hidden>
Date: Thu May 20 21:54:56 2010 -0700
sys-file-reader: Tolerate variable labels longer than 255 bytes.
Michel Boaventura provided a system file with a 256-byte variable label
that PSPP rejected. This commit allows it to be read.
commit a21231bcd08705522d4a4674e34fb87dd1c1bac8
Author: John Darrington <address@hidden>
Date: Thu May 20 17:04:03 2010 +0200
Updated tests to take account of factor rotations
commit 2549b2a2bf0e74089dfdb71676a4bb66e0749ab2
Author: John Darrington <address@hidden>
Date: Thu May 20 16:26:53 2010 +0200
Added proper convergence criteria for rotation phase
commit 0c74a31d6fd3cbffee594269e00ab5f861590513
Author: John Darrington <address@hidden>
Date: Thu May 20 15:36:21 2010 +0200
Print the rotated sums of squared loadings
commit e88057263e1a2ade0c166d21f5685d6dc2797257
Author: John Darrington <address@hidden>
Date: Thu May 20 14:41:32 2010 +0200
First working version with Factor Rotations
commit 9abb2355b8725fb099d021769e22e8b520c61d77
Author: John Darrington <address@hidden>
Date: Thu May 20 17:15:18 2010 +0200
Update manual's licence to FDL 1.3
The copyright notice said that a copy of FDLv1.3 was included.
But infact it was an older version. This change fixes that.
commit 97f4d44766c515d2d228d95323f1af447d700aee
Author: Ben Pfaff <address@hidden>
Date: Thu May 20 07:22:52 2010 -0700
cairo: Implement xr_driver_destroy() and use it during printing.
This function was omitted by oversight earlier.
commit 1f3c79b1e16781bf616d9eb42815f89d470bcd22
Author: Ben Pfaff <address@hidden>
Date: Wed May 19 20:59:28 2010 -0700
README.Git: Update to newest Gnulib.
This should fix build failures on OpenSUSE, OpenBSD, and possibly on other
platforms that have libintl but on which libintl does not contain a
definition of __printf__, by integrating the following commit:
commit a43e24168368619e2d51fe7a37abc4969d7a87fe
Author: Bruno Haible <address@hidden>
Date: Sun May 16 14:16:03 2010 +0200
Fix collision between gnulib's and libintl's printf replacements.
commit 006e4c8eef534aa82d28869a34c49a382076371d
Author: John Darrington <address@hidden>
Date: Wed May 19 17:27:51 2010 +0200
Implemented the Binomial Test dialog box.
commit 0c40cc9355d2ce0d88d3937b1bfe0cb9927510a3
Author: John Darrington <address@hidden>
Date: Wed May 19 16:31:08 2010 +0200
Fixed bug parsing binomial test.
The NPAR TEST /BINOMIAL subcommand was supposed
to take a default P value. But it didn't work.
This change fixes that problem.
commit cb40133f880615d10473c3b7ca54f57f52fd0daf
Author: John Darrington <address@hidden>
Date: Wed May 19 14:06:36 2010 +0200
Added an implementation of the Chi-Square dialog box
commit 67248f1d4510c528fe390a9c17e16376802019ad
Author: John Darrington <address@hidden>
Date: Wed May 19 08:57:04 2010 +0200
Add stock items to output viewer menuitems
commit 4e227d9d121c2bf2b8ad2e4f6ae4c75be9dbd89b
Author: John Darrington <address@hidden>
Date: Wed May 19 08:53:10 2010 +0200
Removed diagnostic messages from print operation callbacks
commit e4ef4d0f708651807d91bd92d7ab92c1b5c6d675
Merge: 0a3d7e00f93cd13ef478a8456eb25afa34dcb427
031e760d10384ce4ad28484d1eb55e5d50496cf8
Author: Ben Pfaff <address@hidden>
Date: Tue May 18 22:05:52 2010 -0700
Merge "paginate" branch into "master".
This adds printing support to the PSPPIRE output viewer on the master
branch.
commit 031e760d10384ce4ad28484d1eb55e5d50496cf8
Author: Ben Pfaff <address@hidden>
Date: Tue May 18 21:35:05 2010 -0700
psppire-axis: Use rint() instead of nearbyint(), for portability.
rint() and nearbyint() are identical except that nearbyint() will not
raise the inexact result exception, which we don't care about. OpenBSD
and probably other OSes have rint() but not nearbyint().
Perhaps a better fix would be to add a nearbyint module to Gnulib.
commit 29653adc8b41d41600f70132e02244aa57ae9dbc
Author: John Darrington <address@hidden>
Date: Tue May 18 17:31:46 2010 +0200
Added tests for the FACTOR command
commit 9c6ef862eb3bc3aec88c33361aec59347670793e
Author: Ben Pfaff <address@hidden>
Date: Mon May 17 21:46:41 2010 -0700
compiler: Fix SENTINEL macro in non-GCC case.
commit 4d7bacdd25f6404e10e8e5de894e875235e43cfa
Author: John Darrington <address@hidden>
Date: Sun May 16 13:30:38 2010 +0200
Renamed function to reflect change of purpose from previous commit
commit 5d1e3437ae5fe29a75c984b9d24b77120a56deb4
Author: John Darrington <address@hidden>
Date: Sun May 16 13:21:47 2010 +0200
Paste to a single common syntax window instead of a new one.
Previously, when a dialog box's "paste" button was pressed, a
new syntax window was created and the syntax pasted to it. This
change alters that behaviour. Now there is just one syntax window
that is used for all paste operations. Fixes bug #27686
commit 26c0db0a90c83201a90583e2b9afa3c11f08ec2d
Author: John Darrington <address@hidden>
Date: Sun May 16 12:48:57 2010 +0200
Expanded comments to src/libpspp/i18n.[ch]
commit 6f3cf6cd10fc95e64ca012ccf820647ca36815fd
Author: John Darrington <address@hidden>
Date: Sat May 15 14:26:38 2010 +0200
Update nl.po from translationproject.org
commit e602cc87f5ae11a383252fa286e1d6c1fd7cf95b
Author: John Darrington <address@hidden>
Date: Fri May 14 18:20:48 2010 +0200
Translate the contents of frequencies and descriptives checkbox treeviews
Call gettext on the translatable strings which populate the
contents of "Statistics" treeviews in checkbox dialogs.
Thanks to Harry Thijssen for reporting this.
commit 54fb87790ec370ab2587e3cd3edd3ca12c044de3
Merge: d5e9f878098dda808e35a37f10cd5297ddf4b1d1
360654ec498d2efbe23717185f7c8d455cd00f75
Author: John Darrington <address@hidden>
Date: Fri May 14 15:29:37 2010 +0200
Merge branch 'master' of ssh://address@hidden/srv/git/pspp
commit 360654ec498d2efbe23717185f7c8d455cd00f75
Author: Ben Pfaff <address@hidden>
Date: Wed May 12 20:17:37 2010 -0700
Upgrade manuals' licenses to GFDL 1.3 and remove cover texts.
This commit changes the licenses for the PSPP manual from GFDL version 1.1
(or later) to GFDL version 1.3 (or later).
Perhaps more importantly, it removes the Front-Cover Text and Back-Cover
Text, as permitted by the GNU guide for maintainers:
Please adjust the list of invariant sections as appropriate for your
manual. If there are none, then say "with no Invariant Sections". If
your manual is not published by the FSF, and under 400 pages, you can
omit both cover texts.
commit d5e9f878098dda808e35a37f10cd5297ddf4b1d1
Author: John Darrington <address@hidden>
Date: Wed May 12 10:42:52 2010 +0200
Created convenience function connect_action
A function to wrap the connection of "activate" signals.
commit a69b63413accf01fefaac113d86c9f9c0a6c10b2
Author: John Darrington <address@hidden>
Date: Wed May 12 10:00:38 2010 +0200
Remove unnecessary GtkAction * variables
commit 18068527645fe7a23c7ea3b746ad3280bfa75b9e
Author: John Darrington <address@hidden>
Date: Tue May 11 15:57:25 2010 +0200
Use signal handlers with the window as the first argument where reasonable
to do so
commit 64a18d9cb2657b541ebf39c9a064edc92101f2f3
Author: John Darrington <address@hidden>
Date: Tue May 11 10:07:52 2010 +0200
Change gpointer variable to PsppireDataWindow * in dialog function
signatures
commit 319711ff80e76a730ec26c86d67c0107143d8747
Author: John Darrington <address@hidden>
Date: Tue May 11 09:29:37 2010 +0200
Remove unused GObject pointer from dialog functions and update signal
connect functions accordingly
commit a63d325e338f30e92a5f2731f11229be8508682c
Author: John Darrington <address@hidden>
Date: Tue May 11 08:56:58 2010 +0200
Whitespace changes only
commit a71d62768712fa2fd55ef4e2ceb22cbd2d8666a4
Author: John Darrington <address@hidden>
Date: Mon May 10 20:27:20 2010 +0200
Remove reference to gtk-builder-convert which is no longer distributed
commit 3701d580cb7b5802201cf4642f0e17c4701f12ec
Author: John Darrington <address@hidden>
Date: Mon May 10 19:12:45 2010 +0200
Converted output-viewer from .glade to .ui
commit e0b455e1dd8b1bced47283aac4111cac225e45a3
Author: John Darrington <address@hidden>
Date: Mon May 10 19:02:41 2010 +0200
Convert syntax-editor from .glade to .ui
commit cd7df218e1f2798b4ac8e193558a67e6ad59e3ed
Author: John Darrington <address@hidden>
Date: Mon May 10 18:50:38 2010 +0200
Refactor the Help menu.
Instead of writing a help menu for each of the three main windows,
implement it once, and merge it into the menubars using GtkUIManager
commit 5a255c3dcf7eda570645f7c3635d6a3ef9a084d0
Author: John Darrington <address@hidden>
Date: Sun May 9 21:36:10 2010 +0200
Updated the po files
commit 1c9289af33cdb6d0d3687643ddc19f4d555c0471
Author: John Darrington <address@hidden>
Date: Sun May 9 21:29:59 2010 +0200
Added some missing translation tags
commit 0d2d1a1e7036d45c7d02a1ba211e1dd96a88a867
Author: John Darrington <address@hidden>
Date: Sun May 9 20:57:55 2010 +0200
Move data sheet cases popup menu to GtkBuilder file
commit 960bbc47583479a79f7126969e80604f2c9577ed
Author: John Darrington <address@hidden>
Date: Sun May 9 20:47:55 2010 +0200
Move var sheet variables popup menu to GtkBuilder file
commit 0c120e1c2f74ace50987771f1102fa609fd271cd
Author: John Darrington <address@hidden>
Date: Sun May 9 20:37:31 2010 +0200
Remove property settings from psppire_data_window and put them into the
GtkBuilder file
commit 8bfe6b7a62becebdd5a8b37badec3f0508a99aad
Author: John Darrington <address@hidden>
Date: Sun May 9 20:12:14 2010 +0200
Move implementation of the datasheet variable popup menu to the GtkBuilder
file
commit ac42ce1adcc88389178dc481d0c134cef8406813
Author: John Darrington <address@hidden>
Date: Sun May 9 19:08:30 2010 +0200
Remove the resolve_action function which is no longer needed
commit bc6974bd5cd7a1ecd397924ce5d8f7296237a532
Author: John Darrington <address@hidden>
Date: Sun May 9 18:58:25 2010 +0200
Use consistent orthography for "stock-id" property
commit 05fa57f30df52167a060f33fce1abd3719d569ee
Author: John Darrington <address@hidden>
Date: Sun May 9 18:07:25 2010 +0200
Convert data-editor.glade to data-editor.ui
-----------------------------------------------------------------------
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, created. v0.6.1-1337-gf26c1b7,
Ben Pfaff <=