pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, psppsheet, updated. v0.7.9-417-g21


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, psppsheet, updated. v0.7.9-417-g21bed3a
Date: Fri, 09 Nov 2012 06:52:40 +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 updated
       via  21bed3a6d98451db78a9f327e951080e42b44387 (commit)
       via  a67af165ac29e2daadf950a84b536b6b7b408a31 (commit)
       via  474ee420de40fc52eefabf81bcbdd156b44bbf0d (commit)
      from  428ee3e6955aabbe0d9341708ad15fd12a404716 (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 21bed3a6d98451db78a9f327e951080e42b44387
Author: Ben Pfaff <address@hidden>
Date:   Thu Nov 8 22:51:52 2012 -0800

    gui: Rename psppire_data_sheet_show_variable().
    
    psppire_data_sheet_goto_variable() is a more accurate name for the revised
    behavior of this function.

commit a67af165ac29e2daadf950a84b536b6b7b408a31
Author: Ben Pfaff <address@hidden>
Date:   Thu Nov 8 22:51:08 2012 -0800

    psppire-data-sheet: Set cursor on row in psppire_data_sheet_show_variable().
    
    psppire_data_sheet_show_variable() only ensured that the variable in
    question was visible in the data sheet.  This commit makes it also put
    the cursor on the variable's column.  This affects the function's two
    callers: the Find Dialog now selects a cell instead of an entire row,
    and double-clicking a row number in the variable sheet now does likewise.
    
    This solves a problem reported by John Darrington, who reported that
    double-clicking on a row number in the variable sheet did not change
    the selected cell but only switched to the data sheet.

commit 474ee420de40fc52eefabf81bcbdd156b44bbf0d
Author: Ben Pfaff <address@hidden>
Date:   Thu Nov 8 22:10:58 2012 -0800

    psppire-button-editable: Fix infinite recursion in button-release-event.
    
    "release" and "button-release-event" are different.  Before commit
    8f843c3a5e905c (Avoid deprecated function: gtk_button_released),
    psppire_button_editable_button_release() invoked the former.  That commit
    changed it to invoke the latter, which is the same signal that the
    function itself implements, hence causing infinite recursion.  This commit
    changes it to invoke the former.
    
    Without this commit, the following instructions reliably crash for me:
    
    1. Load a data file, click over to variables tab.
    2. Click on a ... button in the Type column.
    3. Click on Cancel button in Type dialog.
    4. Click on the same ... button as before.
    
    With this commit, those instructions don't crash (the Type dialog pops
    back up after step 4, as it should).
    
    Reported by John Darrington.

-----------------------------------------------------------------------

Summary of changes:
 src/ui/gui/find-dialog.c             |    2 +-
 src/ui/gui/psppire-button-editable.c |    2 +-
 src/ui/gui/psppire-data-editor.c     |    4 ++--
 src/ui/gui/psppire-data-sheet.c      |   15 ++++++++++++---
 src/ui/gui/psppire-data-sheet.h      |    2 +-
 5 files changed, 17 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]