[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-197
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, rewrite-sheet, updated. v0.6.1-197-g9bae654 |
Date: |
Tue, 02 Dec 2008 04:45:40 +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 9bae6547a10634ad76e04c424625034b4683c766 (commit)
via 21034b280ee984d2470ee022ceb74a74a00f67ac (commit)
via fe7885d731f2dcb6f30e97192b51f493abcfc2c9 (commit)
via c94183521bb50d92ae05153f6013af0bc347299e (commit)
via 775941da1289c0c3de3895e61cc6e787c6591686 (commit)
from abaa4252a054287a9fdfe6fc3927bb18cf354d9f (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 9bae6547a10634ad76e04c424625034b4683c766
Author: John Darrington <address@hidden>
Date: Tue Dec 2 13:42:06 2008 +0900
Update model on inserting/deleting cases
commit 21034b280ee984d2470ee022ceb74a74a00f67ac
Author: John Darrington <address@hidden>
Date: Tue Dec 2 13:10:09 2008 +0900
Added static qualifier
commit fe7885d731f2dcb6f30e97192b51f493abcfc2c9
Author: John Darrington <address@hidden>
Date: Tue Dec 2 12:24:39 2008 +0900
Add handlers for inserting/deleteing cases
commit c94183521bb50d92ae05153f6013af0bc347299e
Author: John Darrington <address@hidden>
Date: Tue Dec 2 10:58:52 2008 +0900
Destroy datasheet, but not if we've made a reader of it
commit 775941da1289c0c3de3895e61cc6e787c6591686
Author: John Darrington <address@hidden>
Date: Tue Dec 2 10:42:49 2008 +0900
Deleted psppire-case-file.[ch]
This module was nothing more than a wrapper around
src/data/datasheet.c Moved its guts into
psppire-data-store.c
-----------------------------------------------------------------------
Summary of changes:
src/ui/gui/automake.mk | 2 -
src/ui/gui/find-dialog.c | 2 +-
src/ui/gui/helper.c | 3 +-
src/ui/gui/psppire-case-file.c | 448 --------------------------------------
src/ui/gui/psppire-case-file.h | 112 ----------
src/ui/gui/psppire-data-editor.c | 68 +++++-
src/ui/gui/psppire-data-store.c | 419 +++++++++++++++++++++++++----------
src/ui/gui/psppire-data-store.h | 31 ++-
src/ui/gui/psppire.c | 4 +-
9 files changed, 381 insertions(+), 708 deletions(-)
delete mode 100644 src/ui/gui/psppire-case-file.c
delete mode 100644 src/ui/gui/psppire-case-file.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-197-g9bae654,
John Darrington <=