pspp
6 years agoUpdated German translation from translationproject.org
John Darrington [Sat, 17 Jun 2017 04:49:55 +0000 (06:49 +0200)]
Updated German translation from translationproject.org

6 years agoAdd documentation for MATRIX DATA /N
John Darrington [Sat, 17 Jun 2017 04:48:28 +0000 (06:48 +0200)]
Add documentation for MATRIX DATA /N

6 years agoMATRIX DATA: Add /N subcommand
John Darrington [Fri, 16 Jun 2017 09:34:27 +0000 (11:34 +0200)]
MATRIX DATA: Add /N subcommand

6 years agoAllow dialog boxes to be cancelled by hitting the Escape key.
John Darrington [Thu, 15 Jun 2017 14:48:19 +0000 (16:48 +0200)]
Allow dialog boxes to be cancelled by hitting the Escape key.

Closes bug #51225

6 years agoFixed perl regression problem due to Version name - Fixes Bug #51218
Friedrich Beckmann [Sun, 11 Jun 2017 18:56:35 +0000 (20:56 +0200)]
Fixed perl regression problem due to Version name - Fixes Bug #51218

The regression failed in some perl tests due to an incompatible
pspp version number. I changed to a version number that includes
a "-". The problem is described in acinclude.m4. See

  The PSPP autobuilder appends a build number to the PSPP version number,
  e.g. "0.7.2-build40".  But Perl won't parse version numbers that contain
  anything other than digits and periods, so "-build" causes an error.  So we
  define $(VERSION_FOR_PERL) that drops everything from the hyphen onward.
  VERSION_FOR_PERL=`echo "$VERSION" | sed 's/-.*//'`
  AC_SUBST([VERSION_FOR_PERL])

The version name was 0.10.5pre1 without a "-". Therefore the version name
for perl results in a problem.

6 years agoChange the return type of psppire_delimited_text_new.
John Darrington [Thu, 8 Jun 2017 05:14:04 +0000 (07:14 +0200)]
Change the return type of psppire_delimited_text_new.

... and deal with the consequences.

6 years agoImport assistant: Disable the search function of treeviews
John Darrington [Wed, 7 Jun 2017 18:57:13 +0000 (20:57 +0200)]
Import assistant: Disable the search function of treeviews

6 years agoWhitespace changes only
John Darrington [Wed, 7 Jun 2017 12:23:29 +0000 (14:23 +0200)]
Whitespace changes only

6 years agoPsppireDelimitedText (count_delims): Make the iteration multibyte character safe
John Darrington [Wed, 7 Jun 2017 12:15:15 +0000 (14:15 +0200)]
PsppireDelimitedText (count_delims): Make the iteration multibyte character safe

6 years agoPsppireDelimitedText (count_delims): Reverse sense of test condition
John Darrington [Wed, 7 Jun 2017 10:40:15 +0000 (12:40 +0200)]
PsppireDelimitedText (count_delims): Reverse sense of test condition

6 years agoPsppireDelimitedText: Extend the functionality such that it copes with quotes.
John Darrington [Wed, 7 Jun 2017 09:48:28 +0000 (11:48 +0200)]
PsppireDelimitedText: Extend the functionality such that it copes with quotes.

Currently the set of characters it considers quotes is hard coded.

6 years agoPsppireImportAssistant: Avoid possible null pointer dereferences
John Darrington [Wed, 7 Jun 2017 08:44:37 +0000 (10:44 +0200)]
PsppireImportAssistant: Avoid possible null pointer dereferences

6 years agoPsppireImportAssistant: Use a more reliable way of setting the number of cases.
John Darrington [Mon, 5 Jun 2017 17:16:28 +0000 (19:16 +0200)]
PsppireImportAssistant: Use a more reliable way of setting the number of cases.

6 years agoPsppireDelimitedText: Remove g_print statements
John Darrington [Mon, 5 Jun 2017 17:03:09 +0000 (19:03 +0200)]
PsppireDelimitedText: Remove g_print statements

6 years agoPsppireDelimitedText: use the maximum_lines property of the child as the number of...
John Darrington [Mon, 5 Jun 2017 16:12:19 +0000 (18:12 +0200)]
PsppireDelimitedText: use the maximum_lines property of the child as the number of items in the model

6 years agoImport Assistant: Mark lines beyond the declared maximum as insensitive
John Darrington [Mon, 5 Jun 2017 12:49:44 +0000 (14:49 +0200)]
Import Assistant: Mark lines beyond the declared maximum as insensitive

6 years agoImport Assistant: Don't try to parse non-existant files
John Darrington [Mon, 5 Jun 2017 14:32:05 +0000 (16:32 +0200)]
Import Assistant: Don't try to parse non-existant files

6 years agoImport assistant: Simplify the construction of the introductory page
John Darrington [Mon, 5 Jun 2017 13:33:07 +0000 (15:33 +0200)]
Import assistant: Simplify the construction of the introductory page

6 years agoAdd SPREAD_SHEET_WIDGET_CFLAGS to the flags used for building the GUI
John Darrington [Sun, 4 Jun 2017 17:00:25 +0000 (19:00 +0200)]
Add SPREAD_SHEET_WIDGET_CFLAGS to the flags used for building the GUI

6 years agoMention the changes to the sheet in NEWS
John Darrington [Fri, 2 Jun 2017 15:46:43 +0000 (17:46 +0200)]
Mention the changes to the sheet in NEWS

6 years agoMerge remote-tracking branch 'origin/master' into sheet
John Darrington [Fri, 2 Jun 2017 15:39:39 +0000 (17:39 +0200)]
Merge remote-tracking branch 'origin/master' into sheet

6 years agoUse a more reliable way of setting the initial state of PsppireDialogAction objects.
John Darrington [Fri, 2 Jun 2017 08:12:15 +0000 (10:12 +0200)]
Use a more reliable way of setting the initial state of PsppireDialogAction objects.

6 years agoFix bug where the Examine subdialogs appeared multiple times.
John Darrington [Fri, 2 Jun 2017 06:43:04 +0000 (08:43 +0200)]
Fix bug where the Examine subdialogs appeared multiple times.

6 years agoUpdate translations from translationproject.org
John Darrington [Wed, 31 May 2017 12:23:01 +0000 (14:23 +0200)]
Update translations from translationproject.org

6 years agoMention a version number for the spread sheet widget dependency
John Darrington [Tue, 30 May 2017 16:22:07 +0000 (18:22 +0200)]
Mention a version number for the spread sheet widget dependency

6 years agoINSTALL: Mention the spread-sheet-widget dependency
John Darrington [Sat, 27 May 2017 18:50:58 +0000 (20:50 +0200)]
INSTALL: Mention the spread-sheet-widget dependency

6 years agoRemoved GtkXPaned which is currently not used
John Darrington [Sat, 27 May 2017 18:48:48 +0000 (20:48 +0200)]
Removed GtkXPaned which is currently not used

6 years agoDeal with formal release of upstream library
John Darrington [Thu, 25 May 2017 09:05:29 +0000 (11:05 +0200)]
Deal with formal release of upstream library

6 years agoUpdate identifiers to reflect new identity of upstream package
John Darrington [Thu, 25 May 2017 05:35:01 +0000 (07:35 +0200)]
Update identifiers to reflect new identity of upstream package

6 years agoPsppireImportAssistant: New function psppire_import_assistant_run
John Darrington [Wed, 24 May 2017 05:12:29 +0000 (07:12 +0200)]
PsppireImportAssistant: New function psppire_import_assistant_run

6 years agoRemove duplicate accelerator from the one-way anova menuitem.
John Darrington [Tue, 23 May 2017 19:22:11 +0000 (21:22 +0200)]
Remove duplicate accelerator from the one-way anova menuitem.

Reported-by: Yuri Chornoivan
7 years agocase.c: variable_matches_case -> assert_variable_matches_case
John Darrington [Mon, 22 May 2017 08:07:32 +0000 (10:07 +0200)]
case.c: variable_matches_case -> assert_variable_matches_case

This function was only used in assertions.   Having the function itself assert, rather
than returning a boolean makes debugging easier, because one need not guess which
term of the assertion has failed.

7 years agoPsppireImportAssistant: Remove some unnecessary #include directives
John Darrington [Mon, 22 May 2017 02:05:02 +0000 (04:05 +0200)]
PsppireImportAssistant: Remove some unnecessary #include directives

7 years agoImport Assistant: Remove unused prototypes
John Darrington [Mon, 22 May 2017 01:55:14 +0000 (03:55 +0200)]
Import Assistant: Remove unused prototypes

7 years agoImport Assistant: Allow separators to be unicode characters
John Darrington [Mon, 22 May 2017 01:52:22 +0000 (03:52 +0200)]
Import Assistant: Allow separators to be unicode characters

7 years agoImport Assistant: Fix generation of variable names
John Darrington [Mon, 22 May 2017 01:32:27 +0000 (03:32 +0200)]
Import Assistant: Fix generation of variable names

7 years agoRemove psppire-empty-list-store which is now unused
John Darrington [Sun, 21 May 2017 16:08:47 +0000 (18:08 +0200)]
Remove psppire-empty-list-store which is now unused

7 years agoImport Assistant: Remove struct column which is now unused
John Darrington [Sun, 21 May 2017 16:05:22 +0000 (18:05 +0200)]
Import Assistant: Remove struct column which is now unused

7 years agoRemove some unused code
John Darrington [Sun, 21 May 2017 04:53:33 +0000 (06:53 +0200)]
Remove some unused code

7 years agoUpdate version number to 0.10.5pre1, for translations.
Ben Pfaff [Sat, 20 May 2017 22:17:05 +0000 (15:17 -0700)]
Update version number to 0.10.5pre1, for translations.

7 years agoK Independent Samples Dialog: Fix compiler warnings.
John Darrington [Sat, 20 May 2017 18:54:06 +0000 (20:54 +0200)]
K Independent Samples Dialog: Fix compiler warnings.

7 years agoImport assistant: Re-enable automatic inference of the separators
John Darrington [Sat, 20 May 2017 17:37:30 +0000 (19:37 +0200)]
Import assistant: Re-enable automatic inference of the separators

7 years agoImport Assistant: Fix generation of /DELIMITERS subcommand
John Darrington [Sat, 20 May 2017 13:24:38 +0000 (15:24 +0200)]
Import Assistant: Fix generation of /DELIMITERS subcommand

7 years agoRemove some unused code
John Darrington [Sat, 20 May 2017 11:53:31 +0000 (13:53 +0200)]
Remove some unused code

7 years agoImport Assistant: Re-add the format guesser feature
John Darrington [Sat, 20 May 2017 11:46:18 +0000 (13:46 +0200)]
Import Assistant: Re-add the format guesser feature

7 years agoImportAssistant: Set the GtkPaned slider to half way
John Darrington [Fri, 19 May 2017 15:51:23 +0000 (17:51 +0200)]
ImportAssistant: Set the GtkPaned slider to half way

7 years agoImportAssistant: make division between var and data sheets clearer
John Darrington [Fri, 19 May 2017 15:28:01 +0000 (17:28 +0200)]
ImportAssistant: make division between var and data sheets clearer

7 years agoconstness
John Darrington [Fri, 19 May 2017 15:16:25 +0000 (17:16 +0200)]
constness

7 years agoRemove some unused variables
John Darrington [Fri, 19 May 2017 15:07:56 +0000 (17:07 +0200)]
Remove some unused variables

7 years agoPsppireImportAssistant: Remove the "transient-for" property.
John Darrington [Fri, 19 May 2017 06:52:32 +0000 (08:52 +0200)]
PsppireImportAssistant: Remove the "transient-for" property.

7 years agoAdd a callback when variables change
John Darrington [Fri, 19 May 2017 05:36:00 +0000 (07:36 +0200)]
Add a callback when variables change

7 years agoPopulate the data sheet in the import assistant
John Darrington [Thu, 18 May 2017 17:14:43 +0000 (19:14 +0200)]
Populate the data sheet in the import assistant

7 years agoMerge remote-tracking branch 'origin/master' into sheet
John Darrington [Thu, 18 May 2017 16:28:21 +0000 (18:28 +0200)]
Merge remote-tracking branch 'origin/master' into sheet

7 years agoUpdated the Dutch translation from translationproject.org
John Darrington [Thu, 18 May 2017 16:25:32 +0000 (18:25 +0200)]
Updated the Dutch translation from translationproject.org

7 years agoRemove commented out code
John Darrington [Tue, 16 May 2017 12:00:55 +0000 (14:00 +0200)]
Remove commented out code

7 years agoFix potential crash if matrix file variables are of unexpected types
John Darrington [Tue, 16 May 2017 12:00:39 +0000 (14:00 +0200)]
Fix potential crash if matrix file variables are of unexpected types

7 years agoFix buffer overflow which could occur if the matrix reader encounters a badly formed...
John Darrington [Tue, 16 May 2017 10:53:35 +0000 (12:53 +0200)]
Fix buffer overflow which could occur if the matrix reader encounters a badly formed file.

7 years agoRemove unreachable code
John Darrington [Tue, 16 May 2017 10:54:03 +0000 (12:54 +0200)]
Remove unreachable code

7 years agomatrix-reader: Use strcpy() on char arrays, in next_matrix_from_reader().
Ben Pfaff [Tue, 16 May 2017 04:04:58 +0000 (21:04 -0700)]
matrix-reader: Use strcpy() on char arrays, in next_matrix_from_reader().

Fixes GCC warning "pointer targets in passing argument 1 of 'strcpy'
differ in signedness".

7 years agofactor: Fix return type of do_factor_by_matrix().
Ben Pfaff [Tue, 16 May 2017 04:00:56 +0000 (21:00 -0700)]
factor: Fix return type of do_factor_by_matrix().

This function had a "bool" return type but nothing used it.

Fixes GCC warning "'return' with no value, in function returning non-void".

Reported by Jeremy Lavergne.

7 years agoNew Dialog: Non Parametric | K Indepdendent Samples
John Darrington [Sat, 13 May 2017 17:26:17 +0000 (19:26 +0200)]
New Dialog: Non Parametric | K Indepdendent Samples

7 years agoPsppireValueEntry: Use a more reliable way to override parent property.
John Darrington [Mon, 15 May 2017 07:00:45 +0000 (09:00 +0200)]
PsppireValueEntry: Use a more reliable way to override parent property.

Setting the property in the _new function doesn't work if the object is constructed
via GtkBuilder for example.

7 years agoZip Reader: initialise error string earlier.
John Darrington [Sat, 13 May 2017 09:19:58 +0000 (11:19 +0200)]
Zip Reader: initialise error string earlier.

Fixed a bug which could have caused a crash if pspp were presented
with a corrupt zip file.

7 years agoFixed bug which caused a crash in GET DATA
John Darrington [Fri, 12 May 2017 15:03:06 +0000 (17:03 +0200)]
Fixed bug which caused a crash in GET DATA

7 years agoMEANS: Prevent parser from entering infinite loop.
John Darrington [Fri, 12 May 2017 10:25:55 +0000 (12:25 +0200)]
MEANS: Prevent parser from entering infinite loop.

Fixes bug #51008
.

7 years agosrc/math/linreg.c: Don't calculate the intercept for regression through the origin
John Darrington [Fri, 12 May 2017 09:35:09 +0000 (11:35 +0200)]
src/math/linreg.c: Don't calculate the intercept for regression through the origin

7 years agosrc/math/linreg.c: Encapsulate this object better.
John Darrington [Fri, 12 May 2017 06:36:56 +0000 (08:36 +0200)]
src/math/linreg.c: Encapsulate this object better.

7 years agoREGRESSION: Implement /ORIGIN subcommand.
John Darrington [Fri, 12 May 2017 05:42:55 +0000 (07:42 +0200)]
REGRESSION: Implement /ORIGIN subcommand.

7 years agoDESCRIPTIVES: Fix a bug where the parser could enter an infinite loop
John Darrington [Thu, 11 May 2017 14:38:11 +0000 (16:38 +0200)]
DESCRIPTIVES: Fix a bug where the parser could enter an infinite loop

7 years agoFACTOR: Don't try to perform analysis if there are no variables.
John Darrington [Thu, 11 May 2017 12:01:50 +0000 (14:01 +0200)]
FACTOR: Don't try to perform analysis if there are no variables.

7 years agoFACTOR: Do not try to run an analysis if no matrix is present
John Darrington [Thu, 11 May 2017 11:48:31 +0000 (13:48 +0200)]
FACTOR: Do not try to run an analysis if no matrix is present

7 years agoFACTOR: Fix a crash when bad input was presented
John Darrington [Thu, 11 May 2017 11:22:37 +0000 (13:22 +0200)]
FACTOR: Fix a crash when bad input was presented

7 years agoFACTOR: Make idata parameters const where they can be.
John Darrington [Thu, 11 May 2017 10:42:10 +0000 (12:42 +0200)]
FACTOR: Make idata parameters const where they can be.

7 years agoDATA MATRIX: Avoid crash on invalid input
John Darrington [Thu, 11 May 2017 08:40:51 +0000 (10:40 +0200)]
DATA MATRIX: Avoid crash on invalid input

7 years agoFix memory leaks in FACTOR/MATRIX
John Darrington [Wed, 10 May 2017 14:43:39 +0000 (16:43 +0200)]
Fix memory leaks in FACTOR/MATRIX

7 years agoRemove unused variable
John Darrington [Wed, 10 May 2017 10:59:11 +0000 (12:59 +0200)]
Remove unused variable

7 years agoFACTOR: Use consistent indexing when displaying matrices.
John Darrington [Wed, 10 May 2017 10:48:17 +0000 (12:48 +0200)]
FACTOR: Use consistent indexing when displaying matrices.

In any sane use case this will make no difference, since
all covariance and correlation matrices are symetrical.
However for correctness and ease of debugging this helps.

7 years agomatrix reader: Fix bug which incorrectly read in matrix material.
John Darrington [Wed, 10 May 2017 10:41:40 +0000 (12:41 +0200)]
matrix reader: Fix bug which incorrectly read in matrix material.

7 years agoMATRIX DATA: Allow non-symetric matrices if /FORMAT = FULL.
John Darrington [Wed, 10 May 2017 08:50:12 +0000 (10:50 +0200)]
MATRIX DATA: Allow non-symetric matrices if /FORMAT = FULL.

7 years agoMatrix reader, fix comment to reflect reality.
John Darrington [Wed, 10 May 2017 05:54:02 +0000 (07:54 +0200)]
Matrix reader, fix comment to reflect reality.

7 years agoMATRIX DATA: Cope with long variable names
John Darrington [Tue, 9 May 2017 14:41:08 +0000 (16:41 +0200)]
MATRIX DATA: Cope with long variable names

7 years agoFACTOR: Allow an option '=' after MATRIX
John Darrington [Tue, 9 May 2017 13:13:32 +0000 (15:13 +0200)]
FACTOR: Allow an option '=' after MATRIX

7 years agoREGRESSION: Allow independent variables to be specified on the ENTER subcommand.
John Darrington [Tue, 9 May 2017 07:46:29 +0000 (09:46 +0200)]
REGRESSION: Allow independent variables to be specified on the ENTER subcommand.

This is more typical of the syntax that third party software generates.

7 years agoCope with new location of upstream files
John Darrington [Mon, 8 May 2017 09:40:34 +0000 (11:40 +0200)]
Cope with new location of upstream files

7 years agoEnable reordering of variables by drag and drop
John Darrington [Mon, 8 May 2017 08:49:39 +0000 (10:49 +0200)]
Enable reordering of variables by drag and drop

7 years ago(Re)enable the pasting of the importer syntax
John Darrington [Sun, 7 May 2017 13:24:43 +0000 (15:24 +0200)]
(Re)enable the pasting of the importer syntax

7 years agoPsppireImportAssistant: Clear the dictionary before re-adding the variables
John Darrington [Sun, 7 May 2017 10:59:01 +0000 (12:59 +0200)]
PsppireImportAssistant: Clear the dictionary before re-adding the variables

7 years agoPsppireDataEditor: Automatically set the dictionary as hmodel when the data store...
John Darrington [Sun, 7 May 2017 10:51:22 +0000 (12:51 +0200)]
PsppireDataEditor: Automatically set the dictionary as hmodel when the data store changes

7 years agoPsppireImportAssistant: Set the variables of the varsheet
John Darrington [Sun, 7 May 2017 08:22:23 +0000 (10:22 +0200)]
PsppireImportAssistant: Set the variables of the varsheet

7 years agoPsppireDelimitedText: Declare psppire_delimited_text_new to return a GtkTreeModel...
John Darrington [Sun, 7 May 2017 08:16:38 +0000 (10:16 +0200)]
PsppireDelimitedText: Declare psppire_delimited_text_new to return a GtkTreeModel* instead of PsppireDelimitedText*

7 years agoPsppireDelimitedText: reset all cache starts
John Darrington [Sun, 7 May 2017 07:31:41 +0000 (09:31 +0200)]
PsppireDelimitedText: reset all cache starts

7 years agoPsppireDelimitedText: Remove a useless member variable
John Darrington [Sat, 6 May 2017 22:25:11 +0000 (00:25 +0200)]
PsppireDelimitedText: Remove a useless member variable

7 years agoAdd an (empty) datasheet to the import assistant
John Darrington [Sat, 6 May 2017 06:59:56 +0000 (08:59 +0200)]
Add an (empty) datasheet to the import assistant

7 years agoAdd (empty) variable sheet for import assistant
John Darrington [Sat, 6 May 2017 06:26:23 +0000 (08:26 +0200)]
Add (empty) variable sheet for import assistant

7 years agoInitialise parent class in sheets
John Darrington [Fri, 5 May 2017 18:36:39 +0000 (20:36 +0200)]
Initialise parent class in sheets

7 years agoNew module: psppire_data_sheet.c
John Darrington [Fri, 5 May 2017 13:21:00 +0000 (15:21 +0200)]
New module: psppire_data_sheet.c

7 years agoNew module: psppire_variable_sheet.c
John Darrington [Fri, 5 May 2017 07:12:35 +0000 (09:12 +0200)]
New module: psppire_variable_sheet.c

7 years agoFACTOR: Add printout of the covariance matrix and add a test
John Darrington [Thu, 4 May 2017 16:17:11 +0000 (18:17 +0200)]
FACTOR: Add printout of the covariance matrix and add a test

7 years agoFACTOR: New subcommand: MATRIX IN
John Darrington [Thu, 4 May 2017 15:31:37 +0000 (17:31 +0200)]
FACTOR: New subcommand: MATRIX IN

7 years agoNew function covariance_from_correlation
John Darrington [Thu, 4 May 2017 15:27:31 +0000 (17:27 +0200)]
New function covariance_from_correlation