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.7.9-175-g9d7b5


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-175-g9d7b5ca
Date: Sat, 21 Apr 2012 14:52:05 +0000

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  9d7b5ca22f6da77accd0314cc71b8f9473ecae89 (commit)
       via  69f0036106f8f7caa83fb24b0385ba875afb36cd (commit)
       via  a67b7334094008e6575227a5e3c0325b80caf2e0 (commit)
       via  698f289d1ecf1620aa5429599f2e76db23cff452 (commit)
       via  72d3f344d81b147b018cc268028f31397613621e (commit)
      from  4bc7fb8814bc15858ab801be55b3b6cd79dd06e6 (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 9d7b5ca22f6da77accd0314cc71b8f9473ecae89
Author: Ben Pfaff <address@hidden>
Date:   Thu Apr 12 22:33:07 2012 -0700

    helper: Move escape_underscores() here.
    
    An upcoming commit will introduce a new user in a different file.

commit 69f0036106f8f7caa83fb24b0385ba875afb36cd
Author: Ben Pfaff <address@hidden>
Date:   Sun Apr 8 20:30:14 2012 -0700

    gui: New widget PsppireValueEntry for editing a "union value".
    
    This is intended to be a convenenient way to allow the user to
    view and edit a "union value" that includes the ability to see
    and select values by value label.

commit a67b7334094008e6575227a5e3c0325b80caf2e0
Author: Ben Pfaff <address@hidden>
Date:   Sun Apr 8 20:19:30 2012 -0700

    gui: New boxed type for struct fmt_spec.
    
    This makes it possible to use a struct fmt_spec as the value of a
    property on a GObject, which I plan to use in an upcoming widget
    PsppireValueEntry.

commit 698f289d1ecf1620aa5429599f2e76db23cff452
Author: Ben Pfaff <address@hidden>
Date:   Thu Jul 7 08:09:17 2011 -0700

    gui: New type PsppireEmptyListStore.
    
    PsppireEmptyListStore is an GtkTreeModel implementation that has a
    client-specified number of rows and zero columns.  It is a useful model for
    GtkTreeView or PsppSheetView when the client can easily synthesize cell
    data using a callback set with gtk_tree_view_column_set_cell_data_func().
    In that situation, GtkListStore can be wasteful (because it uses a lot of
    memory to store what does not need to be stored) and situation-specific
    custom models require additional boilerplate.
    
    This commit also modified the text data import dialog code to use
    PsppireEmptyListStore.  Future commits will add other users.

commit 72d3f344d81b147b018cc268028f31397613621e
Author: Ben Pfaff <address@hidden>
Date:   Fri Apr 20 22:01:25 2012 -0700

    gui: Add undocumented --measure-startup option.
    
    This is useful for testing the effects of code changes upon the
    time required to start PSPPIRE.

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

Summary of changes:
 src/ui/gui/automake.mk                             |    6 +
 src/ui/gui/helper.c                                |   20 +
 src/ui/gui/helper.h                                |    1 +
 src/ui/gui/main.c                                  |   37 ++-
 src/ui/gui/psppire-empty-list-store.c              |  369 ++++++++++++++++
 src/ui/gui/psppire-empty-list-store.h              |   68 +++
 src/ui/gui/{val-labs-dialog.h => psppire-format.c} |   44 ++-
 ...{text-data-import-dialog.h => psppire-format.h} |   15 +-
 src/ui/gui/psppire-value-entry.c                   |  455 ++++++++++++++++++++
 src/ui/gui/psppire-value-entry.h                   |  104 +++++
 src/ui/gui/text-data-import-dialog.c               |  367 +++--------------
 11 files changed, 1144 insertions(+), 342 deletions(-)
 create mode 100644 src/ui/gui/psppire-empty-list-store.c
 create mode 100644 src/ui/gui/psppire-empty-list-store.h
 copy src/ui/gui/{val-labs-dialog.h => psppire-format.c} (53%)
 copy src/ui/gui/{text-data-import-dialog.h => psppire-format.h} (72%)
 create mode 100644 src/ui/gui/psppire-value-entry.c
 create mode 100644 src/ui/gui/psppire-value-entry.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

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