[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-468-gd3181
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-468-gd318152 |
Date: |
Tue, 17 Mar 2009 12:14:27 +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, master has been updated
via d3181522c4d8e725d417cbae655e46f660fe168e (commit)
via 1bcf02c7bcf49cf951ef5cba5b688daddb06b66d (commit)
via a7f0508036b7bcc1ab15cf3565d52ed77af232c2 (commit)
via 84fbb877ec23bfab78876cd90aa7a29175495144 (commit)
via 85b74d9faae382bba86a4042d5119d41672bf3ff (commit)
via 2cfc0f1a2831070bd36fb3c52bea503fcb30837c (commit)
via c3e2ab6b50eb3b3c7e0852f2a4e2122f695714ff (commit)
via 88cddbfae2dba14cd7e4225961aa88c3e6fe4445 (commit)
via bfe9a8d8fa8999f5119b05755495d1fb77543017 (commit)
via e589b646894ffc013ab5e57981c8ac07bce522dd (commit)
from cdbf99d3a0b7c7152470d62e202216db512b09a6 (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 d3181522c4d8e725d417cbae655e46f660fe168e
Merge: 1bcf02c7bcf49cf951ef5cba5b688daddb06b66d
cdbf99d3a0b7c7152470d62e202216db512b09a6
Author: John Darrington <address@hidden>
Date: Tue Mar 17 21:14:12 2009 +0900
Merge branch 'master' of ssh://address@hidden/srv/git/pspp
commit 1bcf02c7bcf49cf951ef5cba5b688daddb06b66d
Author: John Darrington <address@hidden>
Date: Tue Mar 17 21:13:26 2009 +0900
Fix bug saving window positions
commit a7f0508036b7bcc1ab15cf3565d52ed77af232c2
Author: John Darrington <address@hidden>
Date: Tue Mar 17 20:58:51 2009 +0900
Add a popup menu to the PsppireDictView object.
Currently this menu contains only one item, which
lets you choose between labels or values.
commit 84fbb877ec23bfab78876cd90aa7a29175495144
Author: John Darrington <address@hidden>
Date: Tue Mar 17 19:34:54 2009 +0900
Remove some unnecessary #includes
commit 85b74d9faae382bba86a4042d5119d41672bf3ff
Author: John Darrington <address@hidden>
Date: Tue Mar 17 19:22:21 2009 +0900
Namespace police duty.
Changed a number of instances of G_TYPE_ to PSPPIRE_TYPE_
commit 2cfc0f1a2831070bd36fb3c52bea503fcb30837c
Author: John Darrington <address@hidden>
Date: Tue Mar 17 19:13:48 2009 +0900
Delete extraneous characters from comment.
Thanks to Ben Pfaff for pointing this out.
commit c3e2ab6b50eb3b3c7e0852f2a4e2122f695714ff
Author: John Darrington <address@hidden>
Date: Tue Mar 17 19:11:20 2009 +0900
New object PsppireDictView
Created a new object PsppireDictView, which derives
from GtkTreeView for the purpose of displaying a
dictionary. Replaces much of the functionality in
dict-display.c
commit 88cddbfae2dba14cd7e4225961aa88c3e6fe4445
Author: John Darrington <address@hidden>
Date: Tue Mar 17 08:22:15 2009 +0900
Remove preprocessor condition
commit bfe9a8d8fa8999f5119b05755495d1fb77543017
Author: John Darrington <address@hidden>
Date: Tue Mar 17 07:01:15 2009 +0900
Make psppire_sheet_get_attributes a private function
commit e589b646894ffc013ab5e57981c8ac07bce522dd
Author: John Darrington <address@hidden>
Date: Tue Mar 17 06:37:11 2009 +0900
Use GtkHPaned in variable info dialog
Moved variable info dialog spec from psppire.glade into
its own file. Added a "sliding" property to PsppireDialog
which causes Gtk[VH]Paned to be used instead of Gtk[VH]Box.
Set the sliding property for the variable info dialog.
-----------------------------------------------------------------------
Summary of changes:
lib/gtk-contrib/psppire-sheet.c | 11 +-
lib/gtk-contrib/psppire-sheet.h | 7 -
src/ui/gui/automake.mk | 10 +-
src/ui/gui/compute-dialog.c | 11 +-
src/ui/gui/crosstabs-dialog.c | 4 +-
src/ui/gui/crosstabs.glade | 2 +-
src/ui/gui/descriptives-dialog.c | 5 +-
src/ui/gui/descriptives-dialog.glade | 2 +-
src/ui/gui/dict-display.c | 247 +-----------
src/ui/gui/dict-display.h | 15 -
src/ui/gui/examine-dialog.c | 5 +-
src/ui/gui/examine.glade | 2 +-
src/ui/gui/find-dialog.c | 7 +-
src/ui/gui/frequencies-dialog.c | 4 +-
src/ui/gui/frequencies.glade | 2 +-
src/ui/gui/oneway-anova-dialog.c | 7 +-
src/ui/gui/oneway.glade | 2 +-
src/ui/gui/psppire-buttonbox.c | 2 +-
src/ui/gui/psppire-buttonbox.h | 2 +-
src/ui/gui/psppire-conf.c | 14 +-
src/ui/gui/psppire-data-editor.c | 3 +-
src/ui/gui/psppire-data-window.c | 1 -
src/ui/gui/psppire-dialog.c | 56 ++-
src/ui/gui/psppire-dialog.h | 19 +-
src/ui/gui/psppire-dict.c | 2 +-
src/ui/gui/psppire-dict.h | 12 +-
src/ui/gui/psppire-dictview.c | 545 ++++++++++++++++++++++++
src/ui/gui/psppire-dictview.h | 68 +++
src/ui/gui/psppire-selector.c | 2 +-
src/ui/gui/psppire-selector.h | 2 +-
src/ui/gui/psppire-var-sheet.c | 7 +-
src/ui/gui/psppire-var-store.c | 2 +-
src/ui/gui/psppire-var-store.h | 2 +-
src/ui/gui/psppire.glade | 114 +-----
src/ui/gui/rank-dialog.c | 5 +-
src/ui/gui/rank.glade | 2 +-
src/ui/gui/recode-dialog.c | 5 +-
src/ui/gui/recode.glade | 2 +-
src/ui/gui/regression-dialog.c | 4 +-
src/ui/gui/regression.glade | 2 +-
src/ui/gui/select-cases-dialog.c | 10 +-
src/ui/gui/sort-cases-dialog.c | 5 +-
src/ui/gui/split-file-dialog.c | 5 +-
src/ui/gui/t-test-independent-samples-dialog.c | 4 +-
src/ui/gui/t-test-one-sample.c | 6 +-
src/ui/gui/t-test-paired-samples.c | 8 +-
src/ui/gui/t-test.glade | 6 +-
src/ui/gui/transpose-dialog.c | 4 +-
src/ui/gui/variable-info-dialog.c | 63 +--
src/ui/gui/variable-info-dialog.glade | 107 +++++
src/ui/gui/weight-cases-dialog.c | 9 +-
src/ui/gui/widgets.c | 5 +
52 files changed, 895 insertions(+), 553 deletions(-)
create mode 100644 src/ui/gui/psppire-dictview.c
create mode 100644 src/ui/gui/psppire-dictview.h
create mode 100644 src/ui/gui/variable-info-dialog.glade
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-468-gd318152,
John Darrington <=