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-398-g73


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, psppsheet, updated. v0.7.9-398-g731df35
Date: Thu, 25 Oct 2012 06:24:35 +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  731df357f8b7064c82c264b899ce784bf19320bf (commit)
      from  646f9929a8a7222f81190846d94ce4a9db4958d7 (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 731df357f8b7064c82c264b899ce784bf19320bf
Author: Ben Pfaff <address@hidden>
Date:   Wed Oct 24 23:24:25 2012 -0700

    gui: Make Tab, Shift+Tab skip row head and new-var columns in data sheet.
    
    Before this commit, Tab and Shift+Tab acted just like Left and Right in
    the data sheet, that is, they visit every column except the row head
    column and always stay on the same row.  After this commit, Tab and
    Shift+Tab skip the row head and new-variable columns.  Also, Tab at the
    end of a row goes to the beginning of the next row, and Shift+Tab at the
    beginning of a row goes to the end of the previous row.
    
    Suggested by John Darrington.

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

Summary of changes:
 src/ui/gui/pspp-sheet-view-column.c |   60 +++++++++++++++-
 src/ui/gui/pspp-sheet-view-column.h |    6 ++-
 src/ui/gui/pspp-sheet-view.c        |  137 +++++++++++++++++++++++++++++++++--
 src/ui/gui/psppire-data-sheet.c     |    2 +
 4 files changed, 195 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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