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. v2.0.0-pre1-44-ge


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v2.0.0-pre1-44-ge1a2cf577
Date: Sat, 17 Jun 2023 13:34:33 -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  e1a2cf577fac791c79cd531e688a48efab9b7c0c (commit)
      from  eb988c1687bf72db4f1bf1c35a7cd33a73a29dc1 (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 e1a2cf577fac791c79cd531e688a48efab9b7c0c
Author: John Darrington <john@cellform.com>
Date:   Fri Jun 16 17:14:41 2023 +0200

    Re-implemented the search dialog for the syntax editor
    
    This new dialog offers a lot more features, such as case insensitivity,
    backward searching etc.   This change also removes the option to build
    against gtksourceview-3 - gtksourceview-4 is now required.

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

Summary of changes:
 NEWS                               |   4 +
 configure.ac                       |   5 +-
 src/ui/gui/automake.mk             |   2 +
 src/ui/gui/psppire-buttonbox.c     |  20 ++--
 src/ui/gui/psppire-buttonbox.h     |   5 +-
 src/ui/gui/psppire-dialog.h        |   1 -
 src/ui/gui/psppire-search-dialog.c | 194 +++++++++++++++++++++++++++++++++++++
 src/ui/gui/psppire-search-dialog.h |  61 ++++++++++++
 src/ui/gui/psppire-syntax-window.c | 118 ++++++++++------------
 src/ui/gui/psppire-syntax-window.h |   2 +-
 10 files changed, 330 insertions(+), 82 deletions(-)
 create mode 100644 src/ui/gui/psppire-search-dialog.c
 create mode 100644 src/ui/gui/psppire-search-dialog.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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