pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, sheet, updated. v0.8.5-516-gae6d43


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, sheet, updated. v0.8.5-516-gae6d431
Date: Sat, 19 Mar 2016 13:41:43 +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, sheet has been updated
       via  ae6d431159a39294af19de581292d5a21a47d557 (commit)
       via  dc4c35e3d2af8279de05afa3fc5a582a593c91fe (commit)
       via  467aae8e17e0790b4d7b7e4a528bd1f865d39a24 (commit)
       via  df177faaaf2513e77d0b381524edeede0d2a3450 (commit)
       via  2f5c88c599749220ae3ffa05a453873d5e0e7cdb (commit)
       via  d678d355282239870b9033040dade610c1d4f8f0 (commit)
       via  82009f364b67d00ec4e7bd33ee8115b6eb1532ce (commit)
       via  1adcef1524f532e87238790bc2a255e6707afce9 (commit)
       via  4c0f769ba00a66f150621e5e78d2721901ab15b3 (commit)
       via  45fc3e8c3de0ef3904ffa68199f1a8254c0f48fe (commit)
       via  af144c6c687788f089328011a4fb5e7e4ef8af82 (commit)
       via  570642a0fbfda41a3d5bb443aa0a43aeba46424e (commit)
       via  c1ba30d0d03dec719447026d47e13086c3480c08 (commit)
       via  1c63efa12785efdb1376089082a273f67ccabb11 (commit)
       via  817ba7d90271efd58cc05019a12c0365edf009cb (commit)
      from  978053dda1b3dd918e0a814cb5bd282cd2d3774c (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 ae6d431159a39294af19de581292d5a21a47d557
Author: John Darrington <address@hidden>
Date:   Sat Mar 19 08:19:17 2016 +0100

    Added naive callbacks for the "value-changed" signal

commit dc4c35e3d2af8279de05afa3fc5a582a593c91fe
Author: John Darrington <address@hidden>
Date:   Sat Mar 19 07:38:26 2016 +0100

    Added transform function for string to int

commit 467aae8e17e0790b4d7b7e4a528bd1f865d39a24
Author: John Darrington <address@hidden>
Date:   Fri Mar 18 21:08:18 2016 +0100

    PsppireDict: Added GType values for missing columns

commit df177faaaf2513e77d0b381524edeede0d2a3450
Author: John Darrington <address@hidden>
Date:   Fri Mar 18 19:08:36 2016 +0100

    Extend the build to include new sheet files

commit 2f5c88c599749220ae3ffa05a453873d5e0e7cdb
Author: John Darrington <address@hidden>
Date:   Thu Mar 17 15:21:59 2016 +0100

    Fix compiler warnings

commit d678d355282239870b9033040dade610c1d4f8f0
Author: John Darrington <address@hidden>
Date:   Thu Mar 17 14:36:32 2016 +0100

    Localise values of comboboxes in var sheet

commit 82009f364b67d00ec4e7bd33ee8115b6eb1532ce
Author: John Darrington <address@hidden>
Date:   Thu Mar 17 14:26:06 2016 +0100

    Set individual cell renderers for variable sheet columns

commit 1adcef1524f532e87238790bc2a255e6707afce9
Author: John Darrington <address@hidden>
Date:   Wed Mar 16 16:51:14 2016 +0100

    Update build to reflect new file in sheet implementation

commit 4c0f769ba00a66f150621e5e78d2721901ab15b3
Author: John Darrington <address@hidden>
Date:   Mon Mar 14 21:10:11 2016 +0100

    Complete definition of PsppireDict get_value and get_type methods

commit 45fc3e8c3de0ef3904ffa68199f1a8254c0f48fe
Author: John Darrington <address@hidden>
Date:   Mon Mar 14 21:08:54 2016 +0100

    Register enums and transform functions

commit af144c6c687788f089328011a4fb5e7e4ef8af82
Author: John Darrington <address@hidden>
Date:   Mon Mar 14 20:53:12 2016 +0100

    Define the measurement, alignment and role enums in a way compatible with 
Gtk

commit 570642a0fbfda41a3d5bb443aa0a43aeba46424e
Author: John Darrington <address@hidden>
Date:   Mon Mar 14 13:22:06 2016 +0100

    PsppireDataStore: Return GValues of G_TYPE_STRING if variable type is 
alphanumeric
    
    This is a naive change.  The proper change must consider pspp variable 
types of date, custom currency etc.

commit c1ba30d0d03dec719447026d47e13086c3480c08
Author: John Darrington <address@hidden>
Date:   Sun Mar 13 14:43:23 2016 +0100

    Re-enable display of cell reference label

commit 1c63efa12785efdb1376089082a273f67ccabb11
Author: John Darrington <address@hidden>
Date:   Sat Mar 12 18:44:46 2016 +0100

    PsppireVarSheetHeader: Add the "changed" signal.
    
    This signal is never emitted, but critical runtime warnings
    appear if it doesn't exist.

commit 817ba7d90271efd58cc05019a12c0365edf009cb
Author: John Darrington <address@hidden>
Date:   Sat Mar 12 18:36:23 2016 +0100

    Remove unused symbol

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

Summary of changes:
 src/data/variable.c                   |   97 ++++++++---------
 src/ui/gui/automake.mk                |    3 +-
 src/ui/gui/efficient-sheet.mk         |   23 ++++-
 src/ui/gui/psppire-data-editor.c      |  190 ++++++++++++++++++++++++++++++++-
 src/ui/gui/psppire-data-store.c       |   31 +++++-
 src/ui/gui/psppire-dict.c             |   48 ++++++---
 src/ui/gui/psppire-var-sheet-header.c |   16 +++
 src/ui/gui/psppire-var-sheet.h        |    1 -
 src/ui/gui/widgets.c                  |   40 +++++++
 9 files changed, 372 insertions(+), 77 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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