patchPSPP - Patches: patch #5658, Weight Cases Dialog Box

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #5658: Weight Cases Dialog Box

Submitter:  John Darrington <jmd>
Submitted:  Wed 03 Jan 2007 10:58:26 PM UTC
   
 
Category:  None Item Group:  None
Status:  Done Assigned to:  None
Open/Closed:  Closed

Thu 04 Jan 2007 06:04:31 AM UTC, comment #2: 

Thanks Ben.

> In glade/*.c, do you want the #if 0'd code there?


Probably I should change it to #if DEBUGGING

> Why is libgl now an .la instead of a .a? (Apologies if this should be obvious to someone who knows libtool; I haven't had to learn about libtool yet.)


The short answer is I'm not sure, but it wouldn't build otherwise.  The longer answer is that gnulib's automake has been written to use libtool if autoconf specifies it.  Libtool abstracts libraries (either static or dynamic) into its own *.la files, which it uses to perform the final linking.  Either way, it doesn't seem to affect the linkage of the final programs.

John Darrington <jmd>
Group administrator
Thu 04 Jan 2007 05:34:02 AM UTC, comment #1: 

Fine by me.

In glade/*.c, do you want the #if 0'd code there?

Why is libgl now an .la instead of a .a?  (Apologies if this should be obvious to someone who knows libtool; I haven't had to learn about libtool yet.)

SPSS allows creating groups of variables for use in a GUI.  These groups are saved as part of system files.  We haven't yet implemented system support for these (nor do I know the precise format), which would also be necessary.

Ben Pfaff <blp>
Group administrator
Wed 03 Jan 2007 10:58:26 PM UTC, original submission:  

This patch implements the Weight Cases dialog for the GUI. 

It also contains the start of a framework which should make it easy(er) to implement the myriad of dialog boxes the pspp requires, in particular, those which feature a list of variables to be selected from treeview widget.

It uses some features from glade 3.1.4 so you'll need that version if you wish to make use of them.

So far as non-gui aspects are concerned, the only impact of this change, is that we now buid-depend upon libtool.  This is required because libglade dynamically loads its custom modules.

John Darrington <jmd>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #11677:  wdp.patch added by jmd (91KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by blp (Posted a comment)
  • -email is unavailable- added by jmd (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-01-04 jmd StatusWorks For Me Done
        Assigned tojmd None
        Open/ClosedOpen Closed
    2007-01-04 blp StatusReady For Test/Review Works For Me
        Assigned toNone jmd
    2007-01-03 jmd Attached File- Added wdp.patch, #11677

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code