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-395-g84


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, psppsheet, updated. v0.7.9-395-g840129b
Date: Sun, 14 Oct 2012 18:46:47 +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  840129b960a4437629eeee75aff78f5d55e7b435 (commit)
       via  39785bd90cb6235a23e56ee606353ed49b72e89f (commit)
       via  61ced2b613dcffbe81a65002f023ec468cf6b89e (commit)
       via  ab852e6ff40c9e841e85a29f7a21066176efefd7 (commit)
       via  5e8c1fe99924e0ebe0f33441475f8164ee20918e (commit)
      from  2801d67dabe9b57ffe2f044fa93f6302eac63114 (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 840129b960a4437629eeee75aff78f5d55e7b435
Author: Ben Pfaff <address@hidden>
Date:   Sun Oct 14 11:45:36 2012 -0700

    psppire-var-sheet: Make clicking on Variables column select all data.
    
    This does what users expect in the variable sheet.
    
    Reported by John Darrington.

commit 39785bd90cb6235a23e56ee606353ed49b72e89f
Author: Ben Pfaff <address@hidden>
Date:   Sun Oct 14 11:40:28 2012 -0700

    psppire-data-sheet: Make clicking on Cases column select all data.
    
    This does what users expect in the data sheet.
    
    Reported by John Darrington.

commit 61ced2b613dcffbe81a65002f023ec468cf6b89e
Author: Ben Pfaff <address@hidden>
Date:   Sun Oct 14 11:36:13 2012 -0700

    pspp-sheet-view-column: Make clicking on a row head column select all data.
    
    This is what users typically expect: clicking on the upper-left of a
    spreadsheet selects all of the cells in the spreadsheet.

commit ab852e6ff40c9e841e85a29f7a21066176efefd7
Author: Ben Pfaff <address@hidden>
Date:   Sun Oct 14 11:35:06 2012 -0700

    psppire-data-sheet: Use specific functions instead of g_object_set().
    
    Using particular functions seems less error-prone, since it avoids the
    possibility of misspelling a property name or getting their values' types
    wrong.

commit 5e8c1fe99924e0ebe0f33441475f8164ee20918e
Author: Ben Pfaff <address@hidden>
Date:   Sun Oct 14 11:33:42 2012 -0700

    pspp-sheet-view-column: Be consistent about use of !! for booleans.
    
    When "x = !!x;" is used, there's no need to use "x?TRUE:FALSE" later,
    since one knows that the value is already 0 or 1, but some code did this
    anyway.
    
    This is a cleanup only that should not change behavior.

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

Summary of changes:
 src/ui/gui/pspp-sheet-view-column.c |   24 +++++++++++++++---------
 src/ui/gui/psppire-data-sheet.c     |    4 +++-
 src/ui/gui/psppire-var-sheet.c      |   15 +++++++++++++++
 3 files changed, 33 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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