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-377-g2bbf5


From: Friedrich Beckmann
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-377-g2bbf5d6
Date: Fri, 5 Jun 2020 02:38:04 -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  2bbf5d66eeeffdbcded913145f05b9a6046056fa (commit)
      from  56e6166660c0f1388cad4cb4d3189e026bc84dd5 (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 2bbf5d66eeeffdbcded913145f05b9a6046056fa
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date:   Fri Jun 5 08:26:13 2020 +0200

    improve deletion of consecutive variables #55357
    
    Deleting many variables (like 300) via the gui
    in a dataset with many variables (like 500) results
    in long gui response times because each variable is
    deleted individually by iteration. This results in many
    items-changed callbacks which will result in long
    gui waiting times. This patch reduces the number of
    callbacks and the gui response is much faster.

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

Summary of changes:
 src/data/dictionary.c     | 68 +++++++++++++++++++++++++++++++++++++++++++----
 src/ui/gui/psppire-dict.c | 17 +++++-------
 2 files changed, 69 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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