[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-1388-g24ce
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1388-g24ce3b8 |
Date: |
Wed, 23 Jun 2010 15:51:57 +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 24ce3b8ab286d1460b4cfd65ba1e82c23ff40f2c (commit)
via e730921f3cedd6a2f6bbca79b7cfdd37ec45c9fc (commit)
via c913ef5de3be362272ac691e96c8eb8087095da3 (commit)
via f9ffedbdbf9cafa930ef8ed05fb9b31335041ce2 (commit)
via 980fb03c93a1eaa153dc05d9edb620e0e7018235 (commit)
from 551ae7c01afa80b03caf6a61975c13de0696c9f3 (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 24ce3b8ab286d1460b4cfd65ba1e82c23ff40f2c
Author: John Darrington <address@hidden>
Date: Wed Jun 23 17:49:15 2010 +0200
Move compute dialog definition to its own file
commit e730921f3cedd6a2f6bbca79b7cfdd37ec45c9fc
Author: John Darrington <address@hidden>
Date: Wed Jun 23 17:24:57 2010 +0200
Move select cases into its own definition file
commit c913ef5de3be362272ac691e96c8eb8087095da3
Author: John Darrington <address@hidden>
Date: Wed Jun 23 17:10:02 2010 +0200
(Re)enable select cases dialog.
The handler for this action seemed to have gone missing.
Fixing it.
commit f9ffedbdbf9cafa930ef8ed05fb9b31335041ce2
Author: John Darrington <address@hidden>
Date: Wed Jun 23 16:21:06 2010 +0200
Seperate the goto-case dialog into its own definition file
commit 980fb03c93a1eaa153dc05d9edb620e0e7018235
Author: John Darrington <address@hidden>
Date: Tue Jun 22 14:39:56 2010 +0200
Correct makefile dependencies for perl module
-----------------------------------------------------------------------
Summary of changes:
perl-module/automake.mk | 2 +-
src/ui/gui/automake.mk | 3 +
src/ui/gui/compute-dialog.c | 2 +-
src/ui/gui/{rank.ui => compute.ui} | 778 ++++++++-----------
src/ui/gui/goto-case-dialog.c | 5 +-
src/ui/gui/goto-case.ui | 74 ++
src/ui/gui/psppire-data-window.c | 5 +-
src/ui/gui/psppire.ui | 1449 ------------------------------------
src/ui/gui/select-cases-dialog.c | 2 +-
src/ui/gui/select-cases.ui | 785 +++++++++++++++++++
10 files changed, 1196 insertions(+), 1909 deletions(-)
copy src/ui/gui/{rank.ui => compute.ui} (54%)
create mode 100644 src/ui/gui/goto-case.ui
create mode 100644 src/ui/gui/select-cases.ui
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1388-g24ce3b8,
John Darrington <=