pspp
8 years agostruct file_handle: Add new member file_name_encoding and an accessor function
John Darrington [Fri, 9 Oct 2015 19:54:57 +0000 (21:54 +0200)]
struct file_handle: Add new member file_name_encoding and an accessor function

8 years agoEnsure all lex_readers have the encoding parameter
John Darrington [Wed, 7 Oct 2015 17:06:21 +0000 (19:06 +0200)]
Ensure all lex_readers have the encoding parameter

8 years agoreplace_file_start: remove parameter TMP_FILE
John Darrington [Thu, 8 Oct 2015 16:15:42 +0000 (18:15 +0200)]
replace_file_start: remove parameter TMP_FILE

This parameter was never used (all callers passed NULL) and I cannot
imagine why anyone would be interested in it.

8 years agoreplace_file_start: Now takes a file handle instead of a file name
John Darrington [Wed, 7 Oct 2015 18:22:25 +0000 (20:22 +0200)]
replace_file_start: Now takes a file handle instead of a file name

8 years agolexer.c: Remove file_name member from lex_reader_file
John Darrington [Wed, 7 Oct 2015 12:03:38 +0000 (14:03 +0200)]
lexer.c: Remove file_name member from lex_reader_file

The parent class already has such a member so this is
redundant and complicates things.

8 years agoFix the INCLUDE /ENCODING subcommand and add a test for it.
John Darrington [Wed, 7 Oct 2015 09:28:35 +0000 (11:28 +0200)]
Fix the INCLUDE /ENCODING subcommand and add a test for it.

It seems that INCLUDE /ENCODING had never worked nor had been
tested.

8 years agoZip Reader: Avoid undefined behaviour when reading short files
John Darrington [Sun, 4 Oct 2015 20:54:48 +0000 (22:54 +0200)]
Zip Reader: Avoid undefined behaviour when reading short files

The zip reader makes many calls to fread.  However the return value was not checked.  This could
have had undefined consequences when reading short files.  This change checks all calls to fread.

8 years agotests: Distribute tests/data/test-encrypted.sps also.
Ben Pfaff [Fri, 2 Oct 2015 17:08:23 +0000 (10:08 -0700)]
tests: Distribute tests/data/test-encrypted.sps also.

Reported by John Darrington.

8 years agopo: Update translations from translationproject.org.
Ben Pfaff [Fri, 2 Oct 2015 12:48:52 +0000 (05:48 -0700)]
po: Update translations from translationproject.org.

8 years agopspp-convert: Support decrypting encrypted SPSS syntax files.
Ben Pfaff [Sat, 26 Sep 2015 23:42:13 +0000 (16:42 -0700)]
pspp-convert: Support decrypting encrypted SPSS syntax files.

Thanks to charlesjohnsont@outlook.com for providing an example.
Bug #45974.

8 years agoFix memory leak in initialization
John Darrington [Sun, 20 Sep 2015 06:48:55 +0000 (08:48 +0200)]
Fix memory leak in initialization

8 years agodoc: Add missing file to doc_pspp_dev_TEXINFOS.
Ben Pfaff [Sat, 19 Sep 2015 22:52:17 +0000 (15:52 -0700)]
doc: Add missing file to doc_pspp_dev_TEXINFOS.

Reported by John Darrington.

8 years agoPsppireSpreadsheetModel: Take reference to underlying model
John Darrington [Sat, 19 Sep 2015 18:02:03 +0000 (20:02 +0200)]
PsppireSpreadsheetModel: Take reference to underlying model

8 years agodoc: Document encrypted syntax file format.
Ben Pfaff [Wed, 16 Sep 2015 06:00:31 +0000 (23:00 -0700)]
doc: Document encrypted syntax file format.

Thanks to charlesjohnsont@outlook.com for providing an example.
Bug #45974.

8 years agoFix memory leak in PsppireVarSheet
John Darrington [Wed, 16 Sep 2015 05:34:27 +0000 (07:34 +0200)]
Fix memory leak in PsppireVarSheet

8 years agoFix memory leak in ODS reader
John Darrington [Wed, 16 Sep 2015 05:34:01 +0000 (07:34 +0200)]
Fix memory leak in ODS reader

8 years agoText file importer: Initialise the total_is_exact variable.
John Darrington [Wed, 16 Sep 2015 05:30:57 +0000 (07:30 +0200)]
Text file importer: Initialise the total_is_exact variable.

The text file importer was supposed to have a feature where the total number of lines
in the file was measured if the file was short, or estimated if it was long.  However
the variable which was supposed to hold this information was never initialised. This
change fixes that.

8 years agoRef count struct spreadsheet
John Darrington [Tue, 15 Sep 2015 16:17:19 +0000 (18:17 +0200)]
Ref count struct spreadsheet

struct spreadsheet is a base class for which all current derivations
are ref counted.  It makes sense then to have the base class refcounted
instead of the more derived ones

8 years agoany-reader: Add some comments on interface and implementation.
Ben Pfaff [Sat, 12 Sep 2015 18:43:14 +0000 (11:43 -0700)]
any-reader: Add some comments on interface and implementation.

Also, adjust pfm_detect() and sfm_detect() code to be consistent with
pcp_detect().  This should not cause a change in behavior.

8 years agopc+-file-reader: Fix handling of short files.
Ben Pfaff [Sat, 12 Sep 2015 18:42:26 +0000 (11:42 -0700)]
pc+-file-reader: Fix handling of short files.

The code failed to return an error properly when fread() read past end of
file.

The function comment didn't properly reflect what the function actually
returned, so this commit also updates the comment.

Reported by John Darrington.

8 years agogui: Mark print_startup_time() unused to avoid warning.
Ben Pfaff [Sat, 12 Sep 2015 18:31:38 +0000 (11:31 -0700)]
gui: Mark print_startup_time() unused to avoid warning.

8 years agoFix dereference to reallocated pointer in data-parser.c (parse_delimited_no_span...
John Darrington [Sat, 12 Sep 2015 10:38:50 +0000 (12:38 +0200)]
Fix dereference to reallocated pointer in data-parser.c (parse_delimited_no_span, parse_delimited_span)

The parse_delimited_span and parse_delimited_no_span functions were
accessing a pointer from within a loop, but the pointer had been
initialised outside the loop.  However the loop itself was deallocating
the memory referenced by that pointer.

This change initialises the pointer within the loop so as to avoid
a potential crash here.

8 years agopo: Update translations from translationproject.org.
Ben Pfaff [Sun, 6 Sep 2015 19:27:46 +0000 (12:27 -0700)]
po: Update translations from translationproject.org.

8 years agoRemove some unnecessary #include directives
John Darrington [Sun, 6 Sep 2015 08:06:02 +0000 (10:06 +0200)]
Remove some unnecessary #include directives

8 years agoHave "make distcheck" run without errors
John Darrington [Sun, 6 Sep 2015 07:43:53 +0000 (09:43 +0200)]
Have "make distcheck" run without errors

8 years agoSplash screen: Flush display after drawing.
John Darrington [Sat, 5 Sep 2015 05:56:13 +0000 (07:56 +0200)]
Splash screen: Flush display after drawing.

This avoids a few milliseconds of black which some users have reported.

8 years agoEncoding selector: fix memory leak
John Darrington [Sun, 30 Aug 2015 15:06:15 +0000 (17:06 +0200)]
Encoding selector: fix memory leak

8 years agoPsppireEncodingSelector: Add comment
John Darrington [Sun, 30 Aug 2015 11:14:25 +0000 (13:14 +0200)]
PsppireEncodingSelector: Add comment

8 years agoDon't bother freeing import dialog memory. Thus avoid crashes.
John Darrington [Sat, 29 Aug 2015 12:42:29 +0000 (14:42 +0200)]
Don't bother freeing import dialog memory. Thus avoid crashes.

A number of users have complained that the import dialog assistant
crashes on exit.  This seems to be because some callback is accessing
the data after it has been freed.

This change "fixes" that by simply not ever freeing the data.  This
will cause a memory leak.  However during my investigations, I have
found that this dialog leaks so much anyway that these few bytes are
hardly significant.

A proper fix will hopefully be forthcoming.

Affects bug #45805

8 years agoTextImportDialog: Gtk[VH]Box --> GtkBox
John Darrington [Tue, 25 Aug 2015 05:27:37 +0000 (07:27 +0200)]
TextImportDialog: Gtk[VH]Box  --> GtkBox

8 years agoTextImportDialog: Remove unused struct definition
John Darrington [Sat, 22 Aug 2015 02:11:40 +0000 (04:11 +0200)]
TextImportDialog: Remove unused struct definition

8 years agoTextImportDialog: GtkVPaned --> GtkPaned
John Darrington [Sat, 22 Aug 2015 02:07:46 +0000 (04:07 +0200)]
TextImportDialog: GtkVPaned --> GtkPaned

8 years agoTextImportDialog: GtkTable --> GtkGrid
John Darrington [Sat, 22 Aug 2015 01:38:09 +0000 (03:38 +0200)]
TextImportDialog: GtkTable --> GtkGrid

8 years agoPulled the latest translations from translation-project.org
Ben Pfaff [Fri, 21 Aug 2015 14:14:55 +0000 (07:14 -0700)]
Pulled the latest translations from translation-project.org

8 years agoRestore the splash screen.
John Darrington [Mon, 17 Aug 2015 17:00:53 +0000 (19:00 +0200)]
Restore the splash screen.

Re-implementat the splash screen, using functinos which are not
deprecated under Gtk3.  Note:  This implementation does not
use the gtk functions which the Gtk devs recommend for splash screens.
What they forget, is that a primary purpose of a splash screen is
that it should appear with the minimum of delay.  gtk_init can
have significant delay - hence the recommended way of doing splash
screens in Gtk is self defeating.

8 years agoPulled the latest translations from translation-project.org
John Darrington [Tue, 11 Aug 2015 10:27:21 +0000 (12:27 +0200)]
Pulled the latest translations from translation-project.org

8 years agoRemove deprecation: gtk_misc_set_alignment -> gtk_widget_set_valign
John Darrington [Sun, 9 Aug 2015 07:52:36 +0000 (09:52 +0200)]
Remove deprecation: gtk_misc_set_alignment -> gtk_widget_set_valign

8 years agoRemoved superfluous #include directive
John Darrington [Sun, 2 Aug 2015 20:20:30 +0000 (22:20 +0200)]
Removed superfluous #include directive

8 years agosys-file-reader: Add PSPP version to messages that ask for files.
Ben Pfaff [Sun, 2 Aug 2015 19:26:39 +0000 (12:26 -0700)]
sys-file-reader: Add PSPP version to messages that ask for files.

This may make it easier to advise users.

Suggested by Harry Thijssen <pspp4windows@gmail.com>.

8 years agoREGRESSION: Relaxed the syntax parser slightly and include /METHO=ENTER in generated...
John Darrington [Sat, 1 Aug 2015 02:57:02 +0000 (04:57 +0200)]
REGRESSION: Relaxed the syntax parser slightly and include /METHO=ENTER in generated syntax.

This improves comparibility between PSPP and other software.

Addresses bug #45667

8 years agoT-TEST: Allow comma to be omitted in GROUPS subcommand.
Ben Pfaff [Fri, 31 Jul 2015 15:44:41 +0000 (08:44 -0700)]
T-TEST: Allow comma to be omitted in GROUPS subcommand.

Reported by Douglas Bonett and Friedrich Beckmann.

8 years agoT-TEST: Allow both CIN and CI on CRITERIA.
Ben Pfaff [Fri, 31 Jul 2015 15:35:04 +0000 (08:35 -0700)]
T-TEST: Allow both CIN and CI on CRITERIA.

Upon reading the bug report further, I see that it says that SPSS also
allows both forms.

Bug #45664.

8 years agoT-TEST: Use correct keyword CI (instead of CIN) on CRITERIA subcommand.
Ben Pfaff [Fri, 31 Jul 2015 15:30:59 +0000 (08:30 -0700)]
T-TEST: Use correct keyword CI (instead of CIN) on CRITERIA subcommand.

Reported by Douglas Bonett <dgbonett@ucsc.edu>.

8 years agopsppire_cell_renderer_button_render: Avoid deprecation warning
John Darrington [Tue, 28 Jul 2015 03:16:56 +0000 (05:16 +0200)]
psppire_cell_renderer_button_render: Avoid deprecation warning

8 years agoPsppireDataWindow (on_switch_page): Add comment and reformat
John Darrington [Mon, 27 Jul 2015 15:14:54 +0000 (17:14 +0200)]
PsppireDataWindow (on_switch_page): Add comment and reformat

8 years agoPsppireDataWindow: reduce scope of incidental
John Darrington [Mon, 27 Jul 2015 14:57:59 +0000 (16:57 +0200)]
PsppireDataWindow: reduce scope of incidental
variables. Add comments.

8 years agoReplace deprecated GtkHBox with GtkBox
John Darrington [Sun, 26 Jul 2015 17:56:12 +0000 (19:56 +0200)]
Replace deprecated GtkHBox with GtkBox

8 years agoData Editor: Remove the GtkHandleBox
John Darrington [Sun, 26 Jul 2015 17:43:19 +0000 (19:43 +0200)]
Data Editor: Remove the GtkHandleBox

This widget is deprecated, and I never saw the point of it anyway.

8 years agoPsppireDialogAction and subclasses - use function to set class activate and thus...
John Darrington [Sun, 26 Jul 2015 08:22:32 +0000 (10:22 +0200)]
PsppireDialogAction and subclasses - use function to set class activate and thus minimise deprecation warnings

All subclasses of PsppireDialogAction needed to use GtkActionClass.  This widget however
is deprecated in recent Gtk versions.  Meaning that all instances of PsppireDialogAction
implementations would provoke a deprecation warning at compile time.

This change avoids that by providing a common function to set GtkActionClass->activate.
Thus, there is now only a single warning instead of many.

8 years agosystem-file-format; Add a little more information gleaned from examples.
Ben Pfaff [Sun, 26 Jul 2015 04:57:38 +0000 (21:57 -0700)]
system-file-format; Add a little more information gleaned from examples.

8 years agoAdded notes about glade versions to src/ui/gui/memorandum.txt
John Darrington [Sun, 26 Jul 2015 02:06:54 +0000 (04:06 +0200)]
Added notes about glade versions to src/ui/gui/memorandum.txt

8 years agosys-file-reader: Change some errors to warnings.
Ben Pfaff [Sat, 25 Jul 2015 20:44:07 +0000 (13:44 -0700)]
sys-file-reader: Change some errors to warnings.

I encountered some system files with corrupt data in the long string
missing value record.  Until now, this entirely prevented the file from
being read.  This commit changes that to just a warning, enabling the file
to be read.

Also revises system file format documentation to better explain that
unknown or corrupted extension records should be ignored.

8 years agosys-file-reader: Avoid hanging forever if a system file has no variables.
Ben Pfaff [Sat, 25 Jul 2015 19:41:44 +0000 (12:41 -0700)]
sys-file-reader: Avoid hanging forever if a system file has no variables.

8 years agodictionary: Make dict_delete_var() much faster in common case.
Ben Pfaff [Sat, 25 Jul 2015 15:58:06 +0000 (08:58 -0700)]
dictionary: Make dict_delete_var() much faster in common case.

When a system file is opened, dict_delete_consecutive_vars() deletes lots
of variables if the system file has long string variables.  This was very
slow because of the O(n**2) behavior in dict_delete_var().  The biggest
cost of that O(n**2) behavior was in calling var_clone() on every variable
several times.  Fortunately, the var_clone() call is not necessary in this
case, because the cloned variable is only needed for callbacks, which
aren't set when a dictionary is being read.

This reduced the time to read the dictionary in a particular sample system
file from seconds to milliseconds.

8 years agoFix behaviour of the REGRESSION /STATISTICS subcommand.
John Darrington [Thu, 9 Jul 2015 15:46:00 +0000 (17:46 +0200)]
Fix behaviour of the REGRESSION /STATISTICS subcommand.

8 years agoGET DATA/TYPE=TXT: Remove ESCAPE subcommand and make its behavior default.
Ben Pfaff [Tue, 21 Jul 2015 03:43:00 +0000 (20:43 -0700)]
GET DATA/TYPE=TXT: Remove ESCAPE subcommand and make its behavior default.

Frans Houweling reported that this is the default and only behavior for
GET DATA/TYPE=TXT in SPSS 14, at:
http://lists.gnu.org/archive/html/pspp-users/2015-07/msg00027.html

Therefore, this commit makes this behavior the default and only behavior
in PSPP as well.  (In my opinion it's the only sensible behavior, but SPSS
didn't document it so I assumed that it didn't do it that way.)

8 years agoPsppireValueEntry: Enable can_focus in realize callback
John Darrington [Sun, 19 Jul 2015 12:12:28 +0000 (14:12 +0200)]
PsppireValueEntry: Enable can_focus in realize callback

8 years agoPsppireDialogActionIndepSamples: Replace GtkTable with GtkGrid
John Darrington [Sun, 19 Jul 2015 11:13:18 +0000 (13:13 +0200)]
PsppireDialogActionIndepSamples: Replace GtkTable with GtkGrid

8 years agoIndependent Samples T-Test dialog: Replace deprected GtkVBox and GtkHBox
John Darrington [Sun, 19 Jul 2015 10:42:01 +0000 (12:42 +0200)]
Independent Samples T-Test dialog: Replace deprected GtkVBox and GtkHBox

8 years agoGET DATA TXT: change syntax generation from /IMPORTCASES to IMPORTCASE
John Darrington [Sat, 18 Jul 2015 07:59:32 +0000 (09:59 +0200)]
GET DATA TXT: change syntax generation from /IMPORTCASES to IMPORTCASE

Apparently, spss only accepts IMPORTCASE (contrary to its documentation).

Reported by: Frans Houweling

8 years agoLinreg: Reduce scope of variables
John Darrington [Fri, 10 Jul 2015 08:38:54 +0000 (10:38 +0200)]
Linreg: Reduce scope of variables

8 years agoAvoid gtk_widget_reparent which is deprecated
John Darrington [Sat, 4 Jul 2015 17:28:33 +0000 (19:28 +0200)]
Avoid gtk_widget_reparent which is deprecated

8 years agoAvoid GtkArrow which is deprecated
John Darrington [Sat, 4 Jul 2015 17:12:02 +0000 (19:12 +0200)]
Avoid GtkArrow which is deprecated

8 years agoPsppireWindowRegister: Remove unused function
John Darrington [Thu, 2 Jul 2015 16:45:27 +0000 (18:45 +0200)]
PsppireWindowRegister: Remove unused function

8 years agoFix bug when searching through an empty dataset.
John Darrington [Mon, 29 Jun 2015 15:11:13 +0000 (17:11 +0200)]
Fix bug when searching through an empty dataset.

Closes bug #45430

8 years agoCorrect bad button label
John Darrington [Mon, 29 Jun 2015 15:07:48 +0000 (17:07 +0200)]
Correct bad button label

8 years agomissing-val-dialog.c: fixed bug #45419 - added value type checks
Friedrich Beckmann [Sun, 28 Jun 2015 16:42:46 +0000 (18:42 +0200)]
missing-val-dialog.c: fixed bug #45419 - added value type checks

This patch fixes bug #45419:
psppire crashes when entering missing data in new string variable.

The missing value width is now derived from the variable type. I noticed that
there are currently no type checks and no detailed warnings. I added the type
checks which were already provided by data_in and forward them to the existing
error dialog box. If an error is detected, the focus of the dialog box is
set to the field which produces the error.

8 years agoFix non-working accelerator key
John Darrington [Sun, 28 Jun 2015 14:09:36 +0000 (16:09 +0200)]
Fix non-working accelerator key

8 years agoPsppireMeansLayer: Remove useless widget
John Darrington [Sat, 27 Jun 2015 20:44:09 +0000 (22:44 +0200)]
PsppireMeansLayer: Remove useless widget

Not only did this GtkAlignment not do anything, but it is also deprecated in Gtk3

8 years agoPsppireValChooser: remove deprecated functions
John Darrington [Sat, 27 Jun 2015 20:19:08 +0000 (22:19 +0200)]
PsppireValChooser: remove deprecated functions

8 years agoGtkTable -> GtkGrid
John Darrington [Sat, 27 Jun 2015 19:31:49 +0000 (21:31 +0200)]
GtkTable -> GtkGrid

8 years agoRemove deprecations from help-menu.c
John Darrington [Sat, 27 Jun 2015 15:57:02 +0000 (17:57 +0200)]
Remove deprecations from help-menu.c

8 years agoOutputWindow: Convert deprecated widgets to non-deprecated ones
John Darrington [Sat, 27 Jun 2015 14:22:25 +0000 (16:22 +0200)]
OutputWindow: Convert deprecated widgets to non-deprecated ones

8 years agoRemoved unreachable code section
John Darrington [Sat, 27 Jun 2015 13:05:55 +0000 (15:05 +0200)]
Removed unreachable code section

8 years agogtk_widget_size_request --> gtk_widget_get_preferred_size
John Darrington [Sat, 27 Jun 2015 12:38:02 +0000 (14:38 +0200)]
gtk_widget_size_request --> gtk_widget_get_preferred_size

8 years agoReplace two instances of gdk_pointer_grab with gdk_device_grab
John Darrington [Sat, 27 Jun 2015 12:10:20 +0000 (14:10 +0200)]
Replace two instances of gdk_pointer_grab with gdk_device_grab

8 years agoRevert "Replaced a few instances of gdk_window_get_pointer by gdk_device_get_position"
John Darrington [Sat, 27 Jun 2015 11:28:40 +0000 (13:28 +0200)]
Revert "Replaced a few instances of gdk_window_get_pointer by gdk_device_get_position"

This reverts commit 70702237d6765a3cc276e952919211387eeee87c.
It seems to cause problems selecting areas on the sheet.

8 years agoReplaced a few instances of gdk_window_get_pointer by gdk_device_get_position
John Darrington [Sat, 27 Jun 2015 10:21:29 +0000 (12:21 +0200)]
Replaced a few instances of gdk_window_get_pointer by gdk_device_get_position

8 years agopsppire-output-view.c: added check for view->xr - fixes bug #45421
Friedrich Beckmann [Sat, 27 Jun 2015 10:05:50 +0000 (12:05 +0200)]
psppire-output-view.c: added check for view->xr - fixes bug #45421

The output windows crashed when an empty syntax window is executed. The
rerender function got called without a valid view->xr (=NULL). I added a
check for this condition and create a new view->xr as it is done in the
psppire_output_view_put function.

This fixes bug #45421: Crash when trying to run empty syntax

8 years agoReplace deprecated GTK_STOCK_ symbols with translatable strings
John Darrington [Sat, 27 Jun 2015 06:27:33 +0000 (08:27 +0200)]
Replace deprecated GTK_STOCK_ symbols with translatable strings

8 years agoPaired samples T-TEST: fix bug calculating correlation coefficient.
John Darrington [Sat, 27 Jun 2015 05:42:08 +0000 (07:42 +0200)]
Paired samples T-TEST: fix bug calculating correlation coefficient.

The value did not properly consider the weights of the data.
Thanks to Douglas Bonett <dgbonett@ucsc.edu> for reporting this.

8 years agoCROSSTABS: Fixed the reporting of the standard error of Cohen's Kappa
John Darrington [Fri, 26 Jun 2015 09:59:07 +0000 (11:59 +0200)]
CROSSTABS: Fixed the reporting of the standard error of Cohen's Kappa

The Standard error assuming the null hypothesis was being reported
when the standard error NOT assuming the null hypothesis ought to
have been.

Thanks to Joanne Ingram <joanne.ingram@ed.ac.uk> for reporting this
problem, and to Douglas Bonett <dgbonett@ucsc.edu> for explaining
how to fix it.

8 years agogdk_cursor_unref -> g_object_unref
John Darrington [Thu, 25 Jun 2015 07:08:22 +0000 (09:08 +0200)]
gdk_cursor_unref -> g_object_unref

8 years ago fix s390x build failure on debian due to wrong type casting
Friedrich Beckmann [Wed, 24 Jun 2015 21:50:52 +0000 (23:50 +0200)]
fix s390x build failure on debian due to wrong type casting

    The problem showed up on s390x for the 0.8.5 debian version
    where four graph tests using pdf export failed with the same assertion. The
    problem is due to wrong casting. intptr_t is long int (64 Bit) on s390x
    but nl_langinfo returns 0xd200000000 on s390x where 0 is the integer result.
    This results in wrong but positive height and width values for the paper size.

8 years ago fix crash when exporting pdf via gui - fixes bug #45272
Friedrich Beckmann [Wed, 24 Jun 2015 21:47:58 +0000 (23:47 +0200)]
fix crash when exporting pdf via gui - fixes bug #45272

    The problem https://savannah.gnu.org/bugs/?45272 occurs when the pdf
    export is done via the gui. The problem is that tables containing only
    carriage returns are considered to have no vertical space consumption.

8 years agoSelect cases dialog: Change GtkTable to GtkGrid
John Darrington [Wed, 24 Jun 2015 20:06:26 +0000 (22:06 +0200)]
Select cases dialog: Change GtkTable to GtkGrid

8 years agoReplace some obsolete Gtk2 functions
John Darrington [Wed, 24 Jun 2015 19:03:07 +0000 (21:03 +0200)]
Replace some obsolete Gtk2 functions

8 years agoFix typo in value chooser
John Darrington [Wed, 24 Jun 2015 17:13:28 +0000 (19:13 +0200)]
Fix typo in value chooser

8 years agogdk_cursor_unref -> g_object_unref
John Darrington [Wed, 24 Jun 2015 16:41:12 +0000 (18:41 +0200)]
gdk_cursor_unref -> g_object_unref

8 years agoFREQUENCIES: Reimplement FORMAT=LIMIT feature.
Ben Pfaff [Wed, 24 Jun 2015 03:12:44 +0000 (20:12 -0700)]
FREQUENCIES: Reimplement FORMAT=LIMIT feature.

When the FREQUENCIES input parser was rewritten, this feature was
mistakenly omitted.  This commit fixes the problem.

Reported by Douglas Ferguson.

8 years agoNEWS: add note to mention the transition to Gtk+3
John Darrington [Tue, 23 Jun 2015 06:29:29 +0000 (08:29 +0200)]
NEWS: add note to mention the transition to Gtk+3

8 years agoData import dialog: GtkTable -> GtkGrid
John Darrington [Mon, 22 Jun 2015 19:33:19 +0000 (21:33 +0200)]
Data import dialog: GtkTable -> GtkGrid

8 years agoPsppireKeypad: replace GtkTable with GtkGrid
John Darrington [Mon, 22 Jun 2015 18:34:49 +0000 (20:34 +0200)]
PsppireKeypad: replace GtkTable with GtkGrid

8 years agoRemove deprecated functions gtk_threads_enter and gdk_threads_leave
John Darrington [Mon, 22 Jun 2015 16:45:17 +0000 (18:45 +0200)]
Remove deprecated functions gtk_threads_enter and gdk_threads_leave

8 years agoReplace GtkFontSelectionDialog with GtkFontChooserDialog
John Darrington [Mon, 22 Jun 2015 16:29:28 +0000 (18:29 +0200)]
Replace GtkFontSelectionDialog with GtkFontChooserDialog

8 years agoReplace GtkStock, GtkVBox and GtkHBox with their non-deprecated equivalents
John Darrington [Sun, 21 Jun 2015 19:45:24 +0000 (21:45 +0200)]
Replace GtkStock, GtkVBox and GtkHBox with their non-deprecated equivalents

8 years agopo: Update translations from translationproject.org.
Ben Pfaff [Sun, 21 Jun 2015 19:48:39 +0000 (12:48 -0700)]
po: Update translations from translationproject.org.

8 years agopo: Update translations from translationproject.org.
Ben Pfaff [Sun, 21 Jun 2015 19:25:49 +0000 (12:25 -0700)]
po: Update translations from translationproject.org.

8 years agoPsppireScanf and PsppireAcr: Avoid deprected API features
John Darrington [Sun, 21 Jun 2015 18:12:57 +0000 (20:12 +0200)]
PsppireScanf and PsppireAcr: Avoid deprected API features

8 years agopo: Update translations from translationproject.org.
Ben Pfaff [Sun, 21 Jun 2015 17:07:06 +0000 (10:07 -0700)]
po: Update translations from translationproject.org.