[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-2054-gc969
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2054-gc969e0c |
Date: |
Tue, 10 May 2011 04:36: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 c969e0cddd76560ea7020acdc6037fe7b426502f (commit)
via b251c0a41e3825c4fdc873b975791b620850a90a (commit)
via ef893065568975efb51739ad2086c4d50ec6f867 (commit)
via b6bdcd272fc808fe886c4873ec1ea3179ca1117c (commit)
via 9c3c856e0512309c9c301ee41c2d465dbbe9b8c6 (commit)
from 27e94a1fb74828d4289110ad8b66e8b3eb8bc55e (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 c969e0cddd76560ea7020acdc6037fe7b426502f
Author: Ben Pfaff <address@hidden>
Date: Sun May 8 21:52:08 2011 -0700
gui: Make File|Recently Used Data behave like File|Open.
File|Open opens a new dataset if the current one is non-empty. Due
to an oversight, File|Recently Used Data always replaced the current
dataset. This commit makes File|Recently Used Data work just like
File|Open.
commit b251c0a41e3825c4fdc873b975791b620850a90a
Author: Ben Pfaff <address@hidden>
Date: Sun May 8 21:38:41 2011 -0700
gui: Remove redundant call to psppire_window_set_title().
commit ef893065568975efb51739ad2086c4d50ec6f867
Author: Ben Pfaff <address@hidden>
Date: Sun May 8 21:17:51 2011 -0700
gui: Make File|Open open multiple datasets by default.
This is what I always intended to make File|Open do, and in fact I
had implemented it that way, but I screwed up in rebasing and forgot
to fix it before my final push.
commit b6bdcd272fc808fe886c4873ec1ea3179ca1117c
Author: Ben Pfaff <address@hidden>
Date: Sun May 8 21:24:17 2011 -0700
psppire-sheet: Avoid CRITICAL unselecting range before window created.
Without this change, File|Open that opens a new datasheet yields:
Gdk-CRITICAL **: gdk_window_invalidate_rect_full: assertion
`GDK_IS_WINDOW (window)' failed
I'm not 100% certain that this is the correct fix--perhaps the client
is at fault for calling this function before a window exists?--but it
does avoid the message.
commit 9c3c856e0512309c9c301ee41c2d465dbbe9b8c6
Author: Ben Pfaff <address@hidden>
Date: Sat May 7 22:03:31 2011 -0700
gui: Avoid creating empty output window at startup time.
Reported by Harry Thijssen.
Bug #33234.
-----------------------------------------------------------------------
Summary of changes:
lib/gtk-contrib/psppire-sheet.c | 16 ++++++++++------
src/ui/gui/psppire-data-window.c | 17 ++++++++++++++++-
src/ui/gui/psppire-data-window.h | 1 +
src/ui/gui/psppire-window.c | 19 +------------------
src/ui/gui/psppire.c | 1 -
5 files changed, 28 insertions(+), 26 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2054-gc969e0c,
Ben Pfaff <=