[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/4] further improvements to var-type-dialog
From: |
John Darrington |
Subject: |
Re: [PATCH 0/4] further improvements to var-type-dialog |
Date: |
Mon, 30 Jul 2012 18:43:56 +0000 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
I haven't tested this, but all of the changes look like improvements to me.
J'
On Sun, Jul 29, 2012 at 11:58:43PM -0700, Ben Pfaff wrote:
These changes make the code smaller and eliminate a good deal of
redundancy. They also make it easier to use by replacing the
GtkEntry widgets by GtkSpinButtons, and fix a Glib-CRITICAL that
occurred when the user chose invalid width or decimal places for
a custom currency format.
Ben Pfaff (4):
var-type-dialog: Properly adjust formats when switching buttons.
var-type-dialog: Reduce redundancy.
var-type-dialog: Reduce redundancy further.
var-type-dialog: Change entries to spin buttons, add validation.
src/ui/gui/var-type-dialog.c | 561
+++++++++++++++++------------------------
src/ui/gui/var-type-dialog.h | 4 +-
src/ui/gui/var-type-dialog.ui | 24 ++-
3 files changed, 261 insertions(+), 328 deletions(-)
--
1.7.2.5
_______________________________________________
pspp-dev mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/pspp-dev
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://keys.gnupg.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- [PATCH 0/4] further improvements to var-type-dialog, Ben Pfaff, 2012/07/30
- [PATCH 4/4] var-type-dialog: Change entries to spin buttons, add validation., Ben Pfaff, 2012/07/30
- [PATCH 3/4] var-type-dialog: Reduce redundancy further., Ben Pfaff, 2012/07/30
- [PATCH 2/4] var-type-dialog: Reduce redundancy., Ben Pfaff, 2012/07/30
- [PATCH 1/4] var-type-dialog: Properly adjust formats when switching buttons., Ben Pfaff, 2012/07/30
- Re: [PATCH 0/4] further improvements to var-type-dialog,
John Darrington <=