[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-2375-gb367
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2375-gb367f5a |
Date: |
Sat, 04 Feb 2012 07:46:28 +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 b367f5ac49aa1b4f0ea7d76e322e40b824f607b9 (commit)
from 5cdb1f83c37674ee6d588bb0104729d564012ecb (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 b367f5ac49aa1b4f0ea7d76e322e40b824f607b9
Author: John Darrington <address@hidden>
Date: Sat Feb 4 08:44:05 2012 +0100
New abstract base class: PsppireWindowBase
Created a new abstract base class for windows/dialogs and moved the
psppire_conf manipulation to there. Should fix problems reported by bojo42
where the window geometry wasn't always correctly saved.
-----------------------------------------------------------------------
Summary of changes:
src/ui/gui/automake.mk | 2 +
src/ui/gui/psppire-dialog.c | 45 +---------------
src/ui/gui/psppire-window-base.c | 106 ++++++++++++++++++++++++++++++++++++++
src/ui/gui/psppire-window-base.h | 73 ++++++++++++++++++++++++++
src/ui/gui/psppire-window.c | 25 +--------
5 files changed, 186 insertions(+), 65 deletions(-)
create mode 100644 src/ui/gui/psppire-window-base.c
create mode 100644 src/ui/gui/psppire-window-base.h
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2375-gb367f5a,
John Darrington <=