[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-152
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, rewrite-sheet, updated. v0.6.1-152-ge59613a |
Date: |
Wed, 26 Nov 2008 04:29:33 +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 e59613aae24bbddcaba25415a67dcf2010ebb55c (commit)
via f79c3114efb645934af16035e489fdedc4cab85e (commit)
via 4179d3233e97505ed3def53dc02b6a778057d439 (commit)
via 255f5c186a7601a39cceb350ea5ad7a8d0b69107 (commit)
via d8ab2332521e3934c07eec2bb727920e66f293e8 (commit)
from 04bc6ee1d86faf2b0d42590dd31e8a984f7f0418 (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 e59613aae24bbddcaba25415a67dcf2010ebb55c
Merge: f79c3114efb645934af16035e489fdedc4cab85e
04bc6ee1d86faf2b0d42590dd31e8a984f7f0418
Author: John Darrington <address@hidden>
Date: Wed Nov 26 13:28:36 2008 +0900
Merge branch 'rewrite-sheet' of ssh://address@hidden/srv/git/pspp into
rewrite-sheet
Conflicts:
lib/gtksheet/automake.mk
commit f79c3114efb645934af16035e489fdedc4cab85e
Author: John Darrington <address@hidden>
Date: Wed Nov 26 13:21:38 2008 +0900
Remove the gsheet-row-* modules and replaced with psppire-axis-*
commit 4179d3233e97505ed3def53dc02b6a778057d439
Author: John Darrington <address@hidden>
Date: Tue Nov 25 10:51:38 2008 +0900
Set the minimum-extent property from the size_allocate handler of the sheet
commit 255f5c186a7601a39cceb350ea5ad7a8d0b69107
Author: John Darrington <address@hidden>
Date: Tue Nov 25 10:14:27 2008 +0900
Fixed minor bug getting the extent of the last unit
commit d8ab2332521e3934c07eec2bb727920e66f293e8
Author: John Darrington <address@hidden>
Date: Tue Nov 25 10:01:48 2008 +0900
Added "min-extent" and "default-size" properties.
Before rows/columns have been added, which are sufficient to
cover "min-extent", there will be implicit rows/columns of "default-size".
-----------------------------------------------------------------------
Summary of changes:
lib/gtksheet/automake.mk | 7 +-
lib/gtksheet/gsheet-row-iface.c | 254 ------------------------
lib/gtksheet/gsheet-row-iface.h | 117 -----------
lib/gtksheet/gsheet-uniform-row.c | 190 ------------------
lib/gtksheet/gsheet-uniform-row.h | 65 -------
lib/gtksheet/gsheetmodel.c | 42 ++++-
lib/gtksheet/gsheetmodel.h | 23 ++-
lib/gtksheet/gtksheet.c | 361 +++++++++++++++++------------------
lib/gtksheet/gtksheet.h | 15 +--
lib/gtksheet/psppire-axis-hetero.c | 263 +++++++++++++++++++++++++
lib/gtksheet/psppire-axis-hetero.h | 80 ++++++++
lib/gtksheet/psppire-axis-uniform.c | 196 +++++++++++++++++++
lib/gtksheet/psppire-axis-uniform.h | 72 +++++++
lib/gtksheet/psppire-axis.c | 269 +++++++++++++++-----------
lib/gtksheet/psppire-axis.h | 45 +++--
src/ui/gui/psppire-data-editor.c | 71 ++++++--
src/ui/gui/psppire-data-store.c | 151 +++------------
src/ui/gui/psppire-var-sheet.c | 29 ++--
src/ui/gui/psppire-var-store.c | 66 +------
19 files changed, 1162 insertions(+), 1154 deletions(-)
delete mode 100644 lib/gtksheet/gsheet-row-iface.c
delete mode 100644 lib/gtksheet/gsheet-row-iface.h
delete mode 100644 lib/gtksheet/gsheet-uniform-row.c
delete mode 100644 lib/gtksheet/gsheet-uniform-row.h
create mode 100644 lib/gtksheet/psppire-axis-hetero.c
create mode 100644 lib/gtksheet/psppire-axis-hetero.h
create mode 100644 lib/gtksheet/psppire-axis-uniform.c
create mode 100644 lib/gtksheet/psppire-axis-uniform.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-152-ge59613a,
John Darrington <=