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. v0.10.2-76-gd5447


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.10.2-76-gd544788
Date: Mon, 27 Mar 2017 13:31:35 -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  d544788058262e65e71591348d9976a7fd792c97 (commit)
       via  158b6b7f7f3c1ea4ea4443ecb87d2a980808577b (commit)
       via  fa1e2f50efc0b7b8a9436b40568eadf03feae9dc (commit)
      from  1949905643452305237614f87ea418d1b07e23b2 (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 d544788058262e65e71591348d9976a7fd792c97
Author: John Darrington <address@hidden>
Date:   Mon Mar 27 19:30:28 2017 +0200

    Edit|Options: Add fields to change behaviour of output window.

commit 158b6b7f7f3c1ea4ea4443ecb87d2a980808577b
Author: John Darrington <address@hidden>
Date:   Sat Mar 25 22:47:27 2017 +0100

    New menu: Edit|Options
    
    Add a new menu to set global options.  Currently it only affects the display
    of variables in Dictionary Views.

commit fa1e2f50efc0b7b8a9436b40568eadf03feae9dc
Author: John Darrington <address@hidden>
Date:   Fri Mar 24 17:40:39 2017 +0100

    Html Driver: Fix bug when rendering small cells.
    
    This fix avoids a bug where the driver would enter a tight loop when 
rendering cells
    with zero height or width.

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

Summary of changes:
 NEWS                                           |   5 +
 src/output/html.c                              |  10 +-
 src/ui/gui/automake.mk                         |   3 +
 src/ui/gui/options-dialog.c                    | 188 +++++++++++++++++++
 src/ui/gui/{find-dialog.h => options-dialog.h} |  21 ++-
 src/ui/gui/options.ui                          | 244 +++++++++++++++++++++++++
 src/ui/gui/psppire-conf.c                      |  84 +++++++++
 src/ui/gui/psppire-conf.h                      |  21 +++
 src/ui/gui/psppire-data-window.c               |  10 +-
 src/ui/gui/psppire-data-window.h               |   2 +-
 src/ui/gui/psppire-dictview.c                  |  96 ++++++++--
 src/ui/gui/psppire-dictview.h                  |   3 +-
 src/ui/gui/psppire-output-window.c             |  23 ++-
 tests/automake.mk                              |   1 +
 tests/output/html.at                           |  29 +++
 15 files changed, 710 insertions(+), 30 deletions(-)
 create mode 100644 src/ui/gui/options-dialog.c
 copy src/ui/gui/{find-dialog.h => options-dialog.h} (62%)
 create mode 100644 src/ui/gui/options.ui
 create mode 100644 tests/output/html.at


hooks/post-receive
-- 
GNU PSPP



reply via email to

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