[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, rewrite-sheet, updated. v0.6.1-146
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, rewrite-sheet, updated. v0.6.1-146-ge35dcfa |
Date: |
Mon, 24 Nov 2008 13:46:31 +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, rewrite-sheet has been updated
via e35dcfae42bfcb56df35038c6acf42d3bc5a6e62 (commit)
via ddd7c113f3e50c8d87f6a677856799d05a1f40c7 (commit)
via 11706f97dd318697e43e6468b130ca5b7f1bff87 (commit)
via 67ab7839678c0f8aa12459ce5a585a5636f20196 (commit)
from bfa3bb62acfb1496a028c4baa800b2d2c5b543f5 (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 e35dcfae42bfcb56df35038c6acf42d3bc5a6e62
Author: John Darrington <address@hidden>
Date: Mon Nov 24 22:45:20 2008 +0900
Fix problem inserting variables at end of var sheet
commit ddd7c113f3e50c8d87f6a677856799d05a1f40c7
Merge: 11706f97dd318697e43e6468b130ca5b7f1bff87
bfa3bb62acfb1496a028c4baa800b2d2c5b543f5
Author: John Darrington <address@hidden>
Date: Mon Nov 24 22:16:02 2008 +0900
Merge branch 'rewrite-sheet' of ssh://address@hidden/srv/git/pspp into
rewrite-sheet
Conflicts:
lib/gtksheet/gtksheet.c
commit 11706f97dd318697e43e6468b130ca5b7f1bff87
Author: John Darrington <address@hidden>
Date: Sun Nov 23 17:07:33 2008 +0900
Replace gsheet-column interface by psppire-axis
Created a new object psppire-axis, which is a thinish
wrapper around src/libpspp/tower.c, and can be used
to maintain the positions and widths of rows/columns
in the data/variable sheets.
This change also deletes the lib/gtksheet/*-column-*
modules, and uses a psppire-axis in their place.
Some functions previously performed by gsheet-column-iface
have been moved to gsheetmodel.
This change doesn't touch lib/gtksheet/*-row-* but it
will be straightforward to replace that too.
commit 67ab7839678c0f8aa12459ce5a585a5636f20196
Author: John Darrington <address@hidden>
Date: Sun Nov 23 10:46:37 2008 +0900
Ben's patches to tower.[ch]
-----------------------------------------------------------------------
Summary of changes:
examples/grid.sps | 4 +-
lib/gtksheet/automake.mk | 11 +-
lib/gtksheet/gsheet-column-iface.c | 214 -----------------------------
lib/gtksheet/gsheet-column-iface.h | 104 --------------
lib/gtksheet/gsheet-hetero-column.c | 228 -------------------------------
lib/gtksheet/gsheet-hetero-column.h | 87 ------------
lib/gtksheet/gsheet-uniform-column.c | 173 ------------------------
lib/gtksheet/gsheet-uniform-column.h | 67 ---------
lib/gtksheet/gsheetmodel.c | 51 +++++++
lib/gtksheet/gsheetmodel.h | 34 ++++-
lib/gtksheet/gtksheet.c | 246 ++++++++++++++++------------------
lib/gtksheet/gtksheet.h | 12 +-
lib/gtksheet/psppire-axis.c | 207 ++++++++++++++++++++++++++++
lib/gtksheet/psppire-axis.h | 92 +++++++++++++
src/data/datasheet.c | 16 +-
src/data/dictionary.c | 18 +++
src/data/dictionary.h | 1 +
src/data/vardict.h | 1 +
src/data/variable.c | 10 +-
src/libpspp/tower.c | 156 +++++++++++++++++----
src/libpspp/tower.h | 28 +++--
src/ui/gui/psppire-data-editor.c | 101 ++++++++++++--
src/ui/gui/psppire-data-store.c | 184 +++++++++++++-------------
src/ui/gui/psppire-data-store.h | 1 -
src/ui/gui/psppire-dict.c | 58 ++++++--
src/ui/gui/psppire-dict.h | 2 +-
src/ui/gui/psppire-var-sheet.c | 52 ++++---
src/ui/gui/psppire-var-store.c | 30 ++++-
src/ui/gui/psppire-var-store.h | 1 -
tests/libpspp/tower-test.c | 104 ++++++++-------
30 files changed, 1025 insertions(+), 1268 deletions(-)
delete mode 100644 lib/gtksheet/gsheet-column-iface.c
delete mode 100644 lib/gtksheet/gsheet-column-iface.h
delete mode 100644 lib/gtksheet/gsheet-hetero-column.c
delete mode 100644 lib/gtksheet/gsheet-hetero-column.h
delete mode 100644 lib/gtksheet/gsheet-uniform-column.c
delete mode 100644 lib/gtksheet/gsheet-uniform-column.h
create mode 100644 lib/gtksheet/psppire-axis.c
create mode 100644 lib/gtksheet/psppire-axis.h
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, rewrite-sheet, updated. v0.6.1-146-ge35dcfa,
John Darrington <=