[Igarden-commit] Garden/source RedstartGarden.h, 1.25.2.10, 1.25.2.11
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-23 11:15:21
|
Update of /cvsroot/igarden/Garden/source In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv19507/source Modified Files: Tag: Release_branch_v1 RedstartGarden.h Log Message: Add basic pruning capability (natural shaping to current size only) Speed up refresh when columns et is changed Move "edit all columns" to the end of the menu Add "instance only" column set as the default. (show class property columns as read-only) Index: RedstartGarden.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/RedstartGarden.h,v retrieving revision 1.25.2.10 retrieving revision 1.25.2.11 diff -C2 -d -r1.25.2.10 -r1.25.2.11 *** RedstartGarden.h 29 Mar 2008 19:44:02 -0000 1.25.2.10 --- RedstartGarden.h 23 May 2008 11:14:45 -0000 1.25.2.11 *************** *** 219,222 **** --- 219,223 ---- kAlternateCommonNames, kDescription, + kInstancePruningType, kLastAttribute // For determining # of attributes } attributeID_t; *************** *** 812,815 **** --- 813,821 ---- } sowLocation_t; + typedef enum { + kPruningNone, + kPruningNaturalCurrentSize + } pruningType_t; + // CIDs for source File extern const char* kInfoSupplierCID; |