[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.4-104-g1c611
From: |
Friedrich Beckmann |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.4-104-g1c6115a |
Date: |
Thu, 11 Jun 2015 13:27:17 +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 1c6115a05e7416770b289baa5a675d42a62e6a24 (commit)
via e0c5553451a33f2f3bcbd877da0b0e8551d09ff8 (commit)
via d3487b8eeb911e0547acf72fe4481338d78d0721 (commit)
from deb0f9c922e36c6dcf48e519f83416eb875b21cb (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 1c6115a05e7416770b289baa5a675d42a62e6a24
Author: Friedrich Beckmann <address@hidden>
Date: Wed Jun 10 21:44:17 2015 +0200
output window: click on overview item adjusts output view (jump)
On MacOS clicking on the overview item did not result in a correct
adjustment of the output window. The reason is that view->y is of type
integer but type long is stored in the treestore. This requires correct
type casting.
commit e0c5553451a33f2f3bcbd877da0b0e8551d09ff8
Author: Friedrich Beckmann <address@hidden>
Date: Sun Jun 7 23:10:07 2015 +0200
replaced decimal module, xrchart_scale with autoformat, histogram x-axis
ticks changed.
During gtk3 osx debugging the decimal unit crashed. I replaced the decimal
computations
with traditional tick interval computation plus a printf format string
generation which is
adapted to the chosen tick style.
The xrchart scales writing are adapted to use this mechanism. If the tick
text is too long
to fit in the interval, then the tick label uses the existing rotation by
45 degrees. I added
some space below the x-axis to make the tick labels visible. Maybe the tick
label placement
could also be done in two rows for the even and odd ticks.
The histogram x-axis tick generation is changed from a tick per bin to the
usual
normal x-axis tick generation. This allows easier visual bin border
identification.
The bin width is adapted to the chosen x-axis tick scale. Any number of
bins can now
be visualized. This is according to the spss examples I found for the
histograms.
Conflicts:
src/output/cairo-chart.c
commit d3487b8eeb911e0547acf72fe4481338d78d0721
Author: Friedrich Beckmann <address@hidden>
Date: Thu Jun 4 07:35:00 2015 +0200
charts: changed scientifc number display from e+6 type to pango markup
-----------------------------------------------------------------------
Summary of changes:
src/math/automake.mk | 1 -
src/math/chart-geometry.c | 145 +++------
src/math/chart-geometry.h | 7 +-
src/math/decimal.c | 572 ------------------------------
src/math/decimal.h | 114 ------
src/math/histogram.c | 192 +++--------
src/output/cairo-chart.c | 104 +++---
src/output/cairo-chart.h | 5 -
src/output/charts/plot-hist-cairo.c | 84 ++---
src/ui/gui/psppire-output-view.c | 2 +-
tests/automake.mk | 21 +-
tests/math/chart-geometry-test.c | 61 ----
tests/math/chart-geometry.at | 79 ++---
tests/math/chart-get-scale-test.c | 61 ++--
tests/math/chart-get-ticks-format-test.c | 52 ++--
tests/math/decimal-test.c | 348 ------------------
tests/math/decimal.at | 7 -
17 files changed, 263 insertions(+), 1592 deletions(-)
delete mode 100644 src/math/decimal.c
delete mode 100644 src/math/decimal.h
delete mode 100644 tests/math/chart-geometry-test.c
delete mode 100644 tests/math/decimal-test.c
delete mode 100644 tests/math/decimal.at
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.4-104-g1c6115a,
Friedrich Beckmann <=