pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-369-g26caf


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-369-g26caf11
Date: Sun, 02 Sep 2012 18:08:13 +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  26caf1112c3a84bb67e4a7f208ec3e8db56719ad (commit)
       via  e54b3f63dc99797c1df8e37de02d0d702b7ce90f (commit)
       via  0588c3c250fbb2b63187b782fa08b39d8e2cee06 (commit)
       via  848fb8f85491d13e21cd3352d14460110428032e (commit)
       via  881f8bbb7358e74507ae03394ff0d0715bd5453f (commit)
       via  46510f46c169c5d5d1f13bcb2e1ff2aa9fffe05f (commit)
       via  f481fd69631024bcdc7dc2369bbc1592d7a43ac7 (commit)
       via  ec9ef1ece2392967ddf17980089bc4692931d6c3 (commit)
       via  71217a5a5fae81bec47e76138d6ca23cb46c6119 (commit)
       via  51207cb594aecd5def535f872638cb3e94ff850a (commit)
       via  ff02b7afa451420ecb0ffd3eae7a0d8b5614f1cb (commit)
       via  016244d48cb9dbb7cea41a79ac5f0b8fc7b7a449 (commit)
       via  a0bac37037e42c7c9b90cb702866b297dbcab79e (commit)
       via  a2727738806fde48b6f360182f12bd44e1a468db (commit)
       via  bea8b007855970c07083dbec5b5cc90f33990957 (commit)
       via  368a055fded96761bc761a7d05b775ce7902be63 (commit)
       via  0211ffba779bf034c186de494b140585a1bf9ad3 (commit)
       via  d194be704d0ebd3b55f7bd5700f9b27075359de1 (commit)
       via  5eda208850ed19f8a6afcde8ae51aca718d6696c (commit)
       via  2ca67fb3b0c8bd27aeb426b9520d4d05168cdc1a (commit)
       via  a74d90c5dd6dcbc257ceebf870506b442851c91e (commit)
       via  c15630be7fc977165f298acb81e75285a065c28f (commit)
       via  2ed64681bb51b288b31054249fe41f61c5eab696 (commit)
       via  163f2f643352960b9218f1584fe70abcf7d8b763 (commit)
       via  6add778a08723f91748a742099b70aa911437f35 (commit)
       via  a322e48317ee677acf77f64f8ceb398e9227e276 (commit)
       via  74de2c6c675375bffa3fa2a17daff3a33dde0f5c (commit)
       via  49c2b0578e7d9329a8c0292c2ed713005347af84 (commit)
       via  14c065be90af77f2661d4bf4d35f3ec943fd99bd (commit)
       via  f5cbe1390d6e822b923c2a1266b470a01981ed89 (commit)
       via  d4ae90b2fe74d2d1427afad35d32c9e5584211ed (commit)
       via  ce9cf780b4055cf8007d0b561ce92b68c83f0b51 (commit)
       via  dc76c521195010287b183f08034e0756ad8eb2f9 (commit)
       via  83d072f018123f29af27a730a9ac2653ca67eea8 (commit)
       via  0fe886a656b0ee57b4d542b7c16b3c56288b6fc6 (commit)
      from  c091e5bdc9621f851c800c9a68eb3fd7505e3358 (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 26caf1112c3a84bb67e4a7f208ec3e8db56719ad
Author: Ben Pfaff <address@hidden>
Date:   Sun Sep 2 11:07:59 2012 -0700

    psppire-var-sheet: Allow adjusting width of string variables.
    
    John Darrington pointed out that the "width" column in the variable
    sheet didn't allow the width to be modified with a spin button for
    string variables, as it did for numeric variables.  This commit
    fixes the problem.
    
    The reordering in on_var_column_edited() is necessary because the
    print format of a string variable can't be changed to a different
    width before changing the variable's width.  (The change from
    var_set_print_format() to var_set_both_formats() is not
    necessary.  It is for consistency with changing variable type and
    format via the var-type-dialog.)

-----------------------------------------------------------------------

Summary of changes:
 lib/gtk-contrib/README                      |    5 -
 lib/gtk-contrib/automake.mk                 |   10 +-
 lib/gtk-contrib/gtkextra-sheet.h            |   62 -
 lib/gtk-contrib/gtkxpaned.c                 |   13 +-
 lib/gtk-contrib/psppire-sheet.c             | 4882 ---------------------------
 lib/gtk-contrib/psppire-sheet.h             |  312 --
 src/libpspp/str.c                           |    7 +
 src/libpspp/str.h                           |    3 +-
 src/ui/gui/aggregate-dialog.c               |    6 +-
 src/ui/gui/automake.mk                      |   13 +-
 src/ui/gui/autorecode-dialog.c              |    4 +-
 src/ui/gui/binomial-dialog.c                |    5 +-
 src/ui/gui/chi-square-dialog.c              |    5 +-
 src/ui/gui/comments-dialog.c                |    6 +-
 src/ui/gui/compute-dialog.c                 |    5 +-
 src/ui/gui/count-dialog.c                   |    5 +-
 src/ui/gui/crosstabs-dialog.c               |    8 +-
 src/ui/gui/customentry.c                    |  443 ---
 src/ui/gui/customentry.h                    |  106 -
 src/ui/gui/data-editor.ui                   |  147 +-
 src/ui/gui/data-sheet.ui                    |  147 +
 src/ui/gui/find-dialog.c                    |   56 +-
 src/ui/gui/frequencies-dialog.c             |    7 +-
 src/ui/gui/goto-case-dialog.c               |   24 +-
 src/ui/gui/goto-case-dialog.h               |    6 +-
 src/ui/gui/k-related-dialog.c               |    5 +-
 src/ui/gui/ks-one-sample-dialog.c           |    6 +-
 src/ui/gui/marshaller-list                  |    1 +
 src/ui/gui/npar-two-sample-related.c        |    3 +-
 src/ui/gui/oneway-anova-dialog.c            |    7 +-
 src/ui/gui/paired-dialog.c                  |    7 +-
 src/ui/gui/pspp-sheet-private.h             |    3 +-
 src/ui/gui/pspp-sheet-view.c                |  496 ++-
 src/ui/gui/pspp-sheet-view.h                |    2 +
 src/ui/gui/psppire-button-editable.c        |   20 +-
 src/ui/gui/psppire-cell-renderer-button.c   |   47 +-
 src/ui/gui/psppire-cell-renderer-button.h   |    5 +-
 src/ui/gui/psppire-data-editor.c            | 2176 ++++---------
 src/ui/gui/psppire-data-editor.h            |   67 +-
 src/ui/gui/psppire-data-sheet.c             | 2249 ++++++++++++
 src/ui/gui/psppire-data-sheet.h             |  100 +
 src/ui/gui/psppire-data-store.c             |  447 +--
 src/ui/gui/psppire-data-store.h             |   21 +-
 src/ui/gui/psppire-data-window.c            |  372 +--
 src/ui/gui/psppire-data-window.h            |   26 +-
 src/ui/gui/psppire-dialog-action-var-info.c |   31 +-
 src/ui/gui/psppire-dialog-action.c          |    7 +-
 src/ui/gui/psppire-empty-list-store.c       |   14 +
 src/ui/gui/psppire-empty-list-store.h       |    2 +
 src/ui/gui/psppire-var-sheet.c              | 1650 +++++++---
 src/ui/gui/psppire-var-sheet.h              |   66 +-
 src/ui/gui/psppire-var-store.c              |  792 -----
 src/ui/gui/psppire-var-store.h              |  110 -
 src/ui/gui/psppire.c                        |   16 +-
 src/ui/gui/recode-dialog.c                  |    6 +-
 src/ui/gui/runs-dialog.c                    |    6 +-
 src/ui/gui/sheet/automake.mk                |   13 -
 src/ui/gui/sheet/psppire-axis.c             |  634 ----
 src/ui/gui/sheet/psppire-axis.h             |   92 -
 src/ui/gui/sheet/psppire-sheetmodel.c       |  548 ---
 src/ui/gui/sheet/psppire-sheetmodel.h       |  223 --
 src/ui/gui/split-file-dialog.c              |    8 +-
 src/ui/gui/t-test-one-sample.c              |    7 +-
 src/ui/gui/t-test-paired-samples.c          |    3 +-
 src/ui/gui/text-data-import-dialog.c        |  168 +-
 src/ui/gui/text-data-import.ui              |    6 +-
 src/ui/gui/transpose-dialog.c               |   10 +-
 src/ui/gui/univariate-dialog.c              |    6 +-
 src/ui/gui/val-labs-dialog.h                |    1 -
 src/ui/gui/var-sheet.ui                     |   86 +
 src/ui/gui/var-type-dialog.h                |    1 -
 src/ui/gui/var-type-dialog.ui               |  685 ++--
 src/ui/gui/weight-cases-dialog.c            |    7 +-
 73 files changed, 5719 insertions(+), 11826 deletions(-)
 delete mode 100644 lib/gtk-contrib/gtkextra-sheet.h
 delete mode 100644 lib/gtk-contrib/psppire-sheet.c
 delete mode 100644 lib/gtk-contrib/psppire-sheet.h
 delete mode 100644 src/ui/gui/customentry.c
 delete mode 100644 src/ui/gui/customentry.h
 create mode 100644 src/ui/gui/data-sheet.ui
 create mode 100644 src/ui/gui/psppire-data-sheet.c
 create mode 100644 src/ui/gui/psppire-data-sheet.h
 delete mode 100644 src/ui/gui/psppire-var-store.c
 delete mode 100644 src/ui/gui/psppire-var-store.h
 delete mode 100644 src/ui/gui/sheet/automake.mk
 delete mode 100644 src/ui/gui/sheet/psppire-axis.c
 delete mode 100644 src/ui/gui/sheet/psppire-axis.h
 delete mode 100644 src/ui/gui/sheet/psppire-sheetmodel.c
 delete mode 100644 src/ui/gui/sheet/psppire-sheetmodel.h
 create mode 100644 src/ui/gui/var-sheet.ui


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]