pspp-dev
[Top][All Lists]
Advanced

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

[sheet prep 0/6] preparatory commits for sheet rewrite


From: Ben Pfaff
Subject: [sheet prep 0/6] preparatory commits for sheet rewrite
Date: Wed, 22 Jun 2011 20:33:09 -0700

I'm working on a new data sheet for the GUI.  Here are some cleanup
commits that prepare for it.  I believe that they are beneficial on
their own.

I've also pushed these to a branch named "psppsheet" in the Savannah
Git repository.

Ben Pfaff (6):
  gui: Drop 'dict' parameter from text_to_value().
  gui: Consistently use print format instead of write format.
  gui: Simplify value_to_text() parameters.
  gui: Eliminate some dependencies on the dictionary.
  gui: Strip numerics and strings differently in value_to_text().
  gui: Move some formatting functions into PSPP core.

 src/data/format.c                 |   50 ++++++++++++++++++++++
 src/data/format.h                 |    1 +
 src/data/variable.c               |   40 ++++++++++++++++++
 src/data/variable.h               |    7 ++-
 src/ui/gui/find-dialog.c          |   29 +++++--------
 src/ui/gui/helper.c               |   27 ++++++++----
 src/ui/gui/helper.h               |    5 +--
 src/ui/gui/missing-val-dialog.c   |   22 ++++------
 src/ui/gui/missing-val-dialog.h   |    5 +--
 src/ui/gui/psppire-data-store.c   |    4 +-
 src/ui/gui/psppire-dictview.c     |    4 +-
 src/ui/gui/psppire-var-sheet.c    |   12 ++----
 src/ui/gui/psppire-var-store.c    |   83 ++++---------------------------------
 src/ui/gui/val-labs-dialog.c      |   16 +------
 src/ui/gui/val-labs-dialog.h      |    4 +-
 src/ui/gui/var-display.c          |   19 ++-------
 src/ui/gui/var-display.h          |    1 -
 src/ui/gui/var-type-dialog.c      |   43 ++++++++-----------
 src/ui/gui/var-type-dialog.h      |    8 +---
 src/ui/gui/variable-info-dialog.c |    5 +-
 20 files changed, 184 insertions(+), 201 deletions(-)

-- 
1.7.2.5




reply via email to

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