[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-512-g1442a
From: |
Friedrich Beckmann |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-512-g1442abd |
Date: |
Sun, 12 Jul 2020 15:04:37 -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 1442abd35fe6f3087bdb14fe5c65437404cc4ae8 (commit)
via 36c0d2ad88eb077c1cf411f7ba7061a8e65688fe (commit)
from b078357653b9eebbba49a088c81c3dd935b58698 (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 1442abd35fe6f3087bdb14fe5c65437404cc4ae8
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Sun Jul 12 20:59:35 2020 +0200
gui: clipboard CUT and COPY store same data with/without label
clipboard store data with or without value labels depending on
the setting in the data view. clipboard cut was always storing
the raw data.
With this patch copy and cut both store raw data or labels
depending on the view setting.
Closes: https://savannah.gnu.org/bugs/?58757
commit 36c0d2ad88eb077c1cf411f7ba7061a8e65688fe
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Sun Jul 12 18:36:16 2020 +0200
gui: Pasting also considers labels as valid data
With this patch pasting from clipboard also interprets labels as
valid data. First it is checked if the pasted data is a label for
the destination variable. Then the corresponding data is stored.
-----------------------------------------------------------------------
Summary of changes:
src/ui/gui/psppire-data-editor.c | 3 +++
src/ui/gui/psppire-data-editor.h | 1 +
src/ui/gui/psppire-data-store.c | 17 ++++++++++++++---
src/ui/gui/psppire-data-window.c | 4 +++-
4 files changed, 21 insertions(+), 4 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-512-g1442abd,
Friedrich Beckmann <=