[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-184
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, rewrite-sheet, updated. v0.6.1-184-gf7dd956 |
Date: |
Mon, 01 Dec 2008 03:47:21 +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 f7dd956cea4cd70d922deae4b70fd08e59346a12 (commit)
via 530a7d7b6d07e78b35b38356ab6aa663e1a8263c (commit)
via 62215e63f11b18112899541b29b3151e25f7eb6e (commit)
via 46b17a75377b7541db5149c561d8569b5472d3fe (commit)
via 7378b253719947ef1713e2c9e42316b2da612109 (commit)
via bc632e6f82af2edb7e1c3f9feb9901deaa5038c0 (commit)
from 56ec3543af35ae753a206142d36eb8393f7b4bb3 (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 f7dd956cea4cd70d922deae4b70fd08e59346a12
Author: John Darrington <address@hidden>
Date: Mon Dec 1 12:46:28 2008 +0900
Added popup menu to row titles in variable sheet
commit 530a7d7b6d07e78b35b38356ab6aa663e1a8263c
Author: John Darrington <address@hidden>
Date: Mon Dec 1 12:23:40 2008 +0900
Add cast to avoid warning
commit 62215e63f11b18112899541b29b3151e25f7eb6e
Author: John Darrington <address@hidden>
Date: Mon Dec 1 12:21:29 2008 +0900
Rename properties so as to be more specific
commit 46b17a75377b7541db5149c561d8569b5472d3fe
Author: John Darrington <address@hidden>
Date: Mon Dec 1 10:59:14 2008 +0900
Calculate the width of M based on the current font
commit 7378b253719947ef1713e2c9e42316b2da612109
Author: John Darrington <address@hidden>
Date: Mon Dec 1 10:29:26 2008 +0900
Remove unused variable
commit bc632e6f82af2edb7e1c3f9feb9901deaa5038c0
Author: John Darrington <address@hidden>
Date: Mon Dec 1 10:07:48 2008 +0900
Remove font information from cell attributes and sheet model.
Deleted the font_desc member from the GtkSheetCellAttr struct
and also all font related stuff from the GSheetModel interface.
Instead, fonts are now considered strictly a parameter of the
viewing widget instead of data in the model.
-----------------------------------------------------------------------
Summary of changes:
lib/gtksheet/gsheetmodel.c | 21 ------
lib/gtksheet/gsheetmodel.h | 8 --
lib/gtksheet/gtksheet.c | 33 +++++++--
lib/gtksheet/gtksheet.h | 1 -
src/ui/gui/data-editor.c | 61 ++++++++++++++++-
src/ui/gui/data-editor.h | 2 +
src/ui/gui/psppire-data-editor.c | 134 +++++++++++++++++++++++++++++++-------
src/ui/gui/psppire-data-store.c | 42 +------------
src/ui/gui/psppire-data-store.h | 7 --
src/ui/gui/psppire-var-store.c | 22 ------
src/ui/gui/psppire-var-store.h | 1 -
11 files changed, 195 insertions(+), 137 deletions(-)
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-184-gf7dd956,
John Darrington <=