pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-494-g475ba


From: Friedrich Beckmann
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-494-g475baff
Date: Wed, 8 Jul 2020 08:26:21 -0400 (EDT)

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, master has been updated
       via  475baffca930c4bdbd9db52139e30eb1c8e8604c (commit)
       via  e7d38ad8abd34beaec3f9078c9ade9c422707a5c (commit)
       via  273fd32809f3e2ba6e98540966db0da221704c68 (commit)
      from  f4ba0d4b24301f389dfb76a66094b093125fac9b (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 475baffca930c4bdbd9db52139e30eb1c8e8604c
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date:   Wed Jul 8 13:49:42 2020 +0200

    gui: cut from editable to clipboard when cell is focused
    
    When a cell is focused, then the cut operation
    must operate on the selection in the cell editable
    and not on the complete cell, i.e. the store content.

commit e7d38ad8abd34beaec3f9078c9ade9c422707a5c
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date:   Wed Jul 8 09:53:51 2020 +0200

    gui: trim displayed string for string variables (spaces)
    
    The current gui always renders strings in the datasheet view
    with the full width by adding spaces to the end of a string.
    This patch renders the strings in the same way as they are rendered
    in the status edit box above the cells array, i.e. trailing whitespace
    is removed. Editing strings is straightforward.

commit 273fd32809f3e2ba6e98540966db0da221704c68
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date:   Wed Jul 8 09:44:55 2020 +0200

    gui: render empty string for numeric system missing value
    
    Numeric cells which contain the system missing value are currently rendered
    as a number of spaces, a dot and a number of spaces depending on the
    current variable width and decimal places settings. When the cell is
    edited, then this string is pretty confusing.
    With the patch system missing values for numeric variables are rendered
    as empty strings. Editing the cell is then straightforward and starts
    with an empty cell.

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

Summary of changes:
 src/ui/gui/psppire-data-store.c  | 6 +++++-
 src/ui/gui/psppire-data-window.c | 5 +++++
 2 files changed, 10 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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