igarden-commit Mailing List for GardenSketch
Status: Beta
Brought to you by:
jlbedell
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(24) |
Nov
(77) |
Dec
(122) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(103) |
Feb
(278) |
Mar
(130) |
Apr
(66) |
May
(56) |
Jun
(31) |
Jul
(94) |
Aug
(73) |
Sep
(22) |
Oct
(306) |
Nov
(52) |
Dec
|
| 2008 |
Jan
(27) |
Feb
(90) |
Mar
(218) |
Apr
(145) |
May
(114) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 13:40:42
|
Update of /cvsroot/igarden/CommonSource/CQTImagePane In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4382/CQTImagePane Modified Files: Tag: Release_branch_v1 CGWorld.cpp Log Message: Fix OpenGL textures (fill pattern) on MacIntel hardware. Index: CGWorld.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/CQTImagePane/CGWorld.cpp,v retrieving revision 1.22.2.3 retrieving revision 1.22.2.4 diff -C2 -d -r1.22.2.3 -r1.22.2.4 *** CGWorld.cpp 18 Apr 2008 21:59:32 -0000 1.22.2.3 --- CGWorld.cpp 31 May 2008 13:40:25 -0000 1.22.2.4 *************** *** 603,607 **** --- 603,611 ---- glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST); + #if OPT_NATIVEORDER glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, width, height, 0, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, buf); + #else + glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, width, height, 0, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8, buf); + #endif UnlockPixels(); } |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 01:33:44
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv20097/source/resources/English.lproj/GardenSketch Help Modified Files: Tag: Release_branch_v1 GardenSketch Help.html Log Message: Checkin for RC1 Index: GardenSketch Help.html =================================================================== RCS file: /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/GardenSketch Help.html,v retrieving revision 1.6.2.1 retrieving revision 1.6.2.2 diff -C2 -d -r1.6.2.1 -r1.6.2.2 *** GardenSketch Help.html 9 Mar 2008 02:33:31 -0000 1.6.2.1 --- GardenSketch Help.html 31 May 2008 01:29:50 -0000 1.6.2.2 *************** *** 1,3 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the --- 1,3 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the *************** *** 19,27 **** Jeffrey Bedell (je...@re...) --> ! <html> <head> ! <title> ! GardenSketch Help ! </title> <meta name="AppleTitle" content="GardenSketch Help"> <meta name="AppleIcon" content="GardenSketch%20Help/Images/GardenSketchIcon.png"> --- 19,25 ---- Jeffrey Bedell (je...@re...) --> ! <html xmlns="http://www.w3.org/1999/xhtml"> <head> ! <title>GardenSketch Help</title> <meta name="AppleTitle" content="GardenSketch Help"> <meta name="AppleIcon" content="GardenSketch%20Help/Images/GardenSketchIcon.png"> *************** *** 77,88 **** <div class="floatbox c9"></div> <div id="box1" class="box"> ! <a href="GettingStarted.html" class="navigation-link">Getting started</a> <hr> <span class="description">New to GardenSketch? Use these resources to get started.</span> </div> <div id="box2" class="box"> ! <a href="HowDoI.html">How Do I ...?</a> <hr> ! <span class="description">Answers to help you beyond the turorials.</span> </div> <div id="box3" class="box"> --- 75,86 ---- <div class="floatbox c9"></div> <div id="box1" class="box"> ! <a href="Pages/GettingStarted.html">Getting started</a> <hr> <span class="description">New to GardenSketch? Use these resources to get started.</span> </div> <div id="box2" class="box"> ! <a href="Pages/HowDoI.html">How Do I ...?</a> <hr> ! <span class="description">Answers to help you beyond the tutorials.</span> </div> <div id="box3" class="box"> |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 01:33:44
|
Update of /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv20097/Macintosh/Garden.xcodeproj Modified Files: Tag: Release_branch_v1 project.pbxproj Log Message: Checkin for RC1 Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj/project.pbxproj,v retrieving revision 1.58.2.45 retrieving revision 1.58.2.46 diff -C2 -d -r1.58.2.45 -r1.58.2.46 *** project.pbxproj 18 Apr 2008 11:55:54 -0000 1.58.2.45 --- project.pbxproj 31 May 2008 01:29:48 -0000 1.58.2.46 *************** *** 1478,1483 **** 4971B1140B1FA207004FC05F /* ZIP.xcodeproj */, 4971B1170B1FA207004FC05F /* ZIP_Prefix.pch */, - 49F3604C085CDDA500C3E090 /* Metakit.xcodeproj */, 4962C83B085DA23E00CDC1D6 /* YAAF.xcodeproj */, 4962C851085DA2C100CDC1D6 /* libYAAFLib.a */, 49D9D0B2085E5591001435E6 /* libMetakit.a */, --- 1478,1483 ---- 4971B1140B1FA207004FC05F /* ZIP.xcodeproj */, 4971B1170B1FA207004FC05F /* ZIP_Prefix.pch */, 4962C83B085DA23E00CDC1D6 /* YAAF.xcodeproj */, + 49F3604C085CDDA500C3E090 /* Metakit.xcodeproj */, 4962C851085DA2C100CDC1D6 /* libYAAFLib.a */, 49D9D0B2085E5591001435E6 /* libMetakit.a */, *************** *** 1624,1629 **** 49074A2A06488E8800C334E8 /* MaterialCollection.h */, 49534E9D0649C04600DB7E02 /* MaterialRef.cpp */, - 49074A2C06488E8800C334E8 /* MaterialRef.h */, 49534EA20649C07000DB7E02 /* PaintElement.cpp */, 49074A2E06488E8800C334E8 /* PaintElement.h */, 49074A3006488E8800C334E8 /* Path.h */, --- 1624,1629 ---- 49074A2A06488E8800C334E8 /* MaterialCollection.h */, 49534E9D0649C04600DB7E02 /* MaterialRef.cpp */, 49534EA20649C07000DB7E02 /* PaintElement.cpp */, + 49074A2C06488E8800C334E8 /* MaterialRef.h */, 49074A2E06488E8800C334E8 /* PaintElement.h */, 49074A3006488E8800C334E8 /* Path.h */, *************** *** 3751,3754 **** --- 3751,3755 ---- GCC_SYMBOLS_PRIVATE_EXTERN = NO; GCC_UNROLL_LOOPS = NO; + GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO; GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 01:33:44
|
Update of /cvsroot/igarden/Garden/Macintosh In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv20097/Macintosh Modified Files: Tag: Release_branch_v1 Info.plist Log Message: Checkin for RC1 Index: Info.plist =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Info.plist,v retrieving revision 1.9.2.8 retrieving revision 1.9.2.9 diff -C2 -d -r1.9.2.8 -r1.9.2.9 *** Info.plist 16 May 2008 10:58:24 -0000 1.9.2.8 --- Info.plist 31 May 2008 01:29:48 -0000 1.9.2.9 *************** *** 99,103 **** <string>GardenSketch</string> <key>CFBundleGetInfoString</key> ! <string>GardenSketch 1.0 development build 05-16-08, Copyright 2008 Redstart Software</string> <key>CFBundleHelpBookFolder</key> <string>GardenSketch Help</string> --- 99,103 ---- <string>GardenSketch</string> <key>CFBundleGetInfoString</key> ! <string>GardenSketch 1.0RC1, Copyright 2008 Redstart Software</string> <key>CFBundleHelpBookFolder</key> <string>GardenSketch Help</string> *************** *** 113,121 **** <string>APPL</string> <key>CFBundleShortVersionString</key> ! <string>GardenSketch 1.0 dev 05-16-08</string> <key>CFBundleSignature</key> <string>RSGB</string> <key>CFBundleVersion</key> ! <string>1.0d051608</string> <key>CSResourcesFileMapped</key> <true/> --- 113,121 ---- <string>APPL</string> <key>CFBundleShortVersionString</key> ! <string>GardenSketch 1.0RC1</string> <key>CFBundleSignature</key> <string>RSGB</string> <key>CFBundleVersion</key> ! <string>1.0RC1</string> <key>CSResourcesFileMapped</key> <true/> |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 01:33:44
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv18732/YAAFExtensions Modified Files: Tag: Release_branch_v1 RGGLBasicSVG.cpp Log Message: Stop making SVG line widths depend upon scales Index: RGGLBasicSVG.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGGLBasicSVG.cpp,v retrieving revision 1.3.2.5 retrieving revision 1.3.2.6 diff -C2 -d -r1.3.2.5 -r1.3.2.6 *** RGGLBasicSVG.cpp 23 May 2008 13:06:52 -0000 1.3.2.5 --- RGGLBasicSVG.cpp 31 May 2008 01:28:37 -0000 1.3.2.6 *************** *** 1073,1077 **** } // printf("Stroke Width = %f\n", strokeWidth); ! strokeWidth = strokeWidth/((double)_percentScale/100.0); if(strokeWidth < 1.0) strokeWidth = 1.0; --- 1073,1077 ---- } // printf("Stroke Width = %f\n", strokeWidth); ! // strokeWidth = strokeWidth/((double)_percentScale/100.0); if(strokeWidth < 1.0) strokeWidth = 1.0; |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 01:33:41
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv19783/source/PlanTool Modified Files: Tag: Release_branch_v1 PlanView.cpp Log Message: Stop making SVG line widths depend upon scales Index: PlanView.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/PlanView.cpp,v retrieving revision 1.47.2.16 retrieving revision 1.47.2.17 diff -C2 -d -r1.47.2.16 -r1.47.2.17 *** PlanView.cpp 23 May 2008 13:05:34 -0000 1.47.2.16 --- PlanView.cpp 31 May 2008 01:29:21 -0000 1.47.2.17 *************** *** 1286,1292 **** if(newDefaultScale != _defaultScale) { ! if(newDefaultScale == 10 || newDefaultScale == 12) ! _defaultScale = newDefaultScale; ! else { measureUnits_t units = (measureUnits_t)_prefs->GetInt32Pref(kUnitsPref); --- 1286,1290 ---- if(newDefaultScale != _defaultScale) { ! if(newDefaultScale == 0) { measureUnits_t units = (measureUnits_t)_prefs->GetInt32Pref(kUnitsPref); *************** *** 1298,1301 **** --- 1296,1301 ---- _prefs->SetInt32Pref(kDefaultScalePref, _defaultScale); } + else + _defaultScale = newDefaultScale; RGGLView::SetDefaultScale(newDefaultScale); |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 01:10:56
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1536/Garden/source/resources/English.lproj/GardenSketch Help/Images Added Files: Excl.png Log Message: Move help pages into a sundirectory to speed things up --- NEW FILE: Excl.png --- (This appears to be a binary file; contents omitted.) |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 01:08:36
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Pages In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31506/source/resources/English.lproj/GardenSketch Help/Pages Added Files: Tag: Release_branch_v1 PlanChange.html ShortCuts.html Irregular.html PlantLabelReport.html ShoppingListReport.html Reports.html ListView.html ShapeTools.html OpenClosePrint.html Search.html PlanView.html QuickTour.html Plots.html Log Message: Move help files into a subdirectory to improve speed --- NEW FILE: ShoppingListReport.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <title>GardenSketch Help The Shopping List REport</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c3 {margin-bottom: 0in; page-break-after: avoid} p.c2 {margin-bottom: 0in} h1.c1 {page-break-before: always} </style> <body> <a name="ShoppingListReport"></a> <h3> The Shopping List Report </h3> The shopping list report prints a list of all plants which need to be purchased. Optionally, mulch and annuals for next year may be included. The list includes only items which have been placed onto the plan and have not yet been purchased. Once the plants have been purchased, you should update the "purchased" column. <p class="c2"> <br clear="left"> <img src="../Images/GS_ShoppingListReport.png" name="Graphic92" align="left" width="335" border="0" hspace=20><br clear="left"> <br> </p> An example entry in the list looks like this: <p class="c3"> <img src="../Images/GS_ShoppingListEntry.png" name="Graphic93" align="left" width="600" border="0" hspace=20><br clear="left"> <br> </p> Note that the the count includes all plants of the same type, as long as they are within the garden plots specified in the dialog. </body> </html> --- NEW FILE: Search.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Searching For a Plant</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c9 {margin-bottom: 0in; page-break-after: avoid} p.c8 {font-family: Palatino, serif; margin-bottom: 0in; margin-right: 2.02in; page-break-after: avoid} span.c7 {color: #0000FF} span.c6 {color: #FF0000} span.c5 {color: #00FF00} p.c4 {font-family: Palatino, serif; margin-bottom: 0in; margin-right: 3.73in; page-break-after: avoid} p.c3 {margin-bottom: 0in} p.c2 {font-family: Palatino, serif; margin-bottom: 0in; page-break-after: avoid} h1.c1 {page-break-before: always} </style> </head> <body> <a href="../GardenSketch%20Help.html" class="image_small"></a> <div id="header"></div> <a name="Search"></a> <h1 class="c1"> Searching For a Particular Plant </h1> <h2> The Search Dialog </h2> <p class="c2"> To find a plant by name or by characteristics, choose Search from the file menu. This brings up the "Search" dialog. You can now enter some basic characteristics such as type (annual, perennial, etc.). As you enter the criteria, the text in the "Search Criteria" box changes to describe all the search criteria. </p> <p class="c3"> <img src="../Images/GS_SearchWin.jpg" width=400 border="0" hspace=20><br clear="left"> <br> </p> <p class="c2"> Now click on the search button, and GardenSketch will search for a plant matching the criteria and show a list of the results in a result window. </p> <h2> The Result Window </h2><img src="../Images/GS_ResultsClosed.png" align="left" width=200 border="0" hspace=20><br clear="left"> <p class="c4"> The results window shows all the plants matching at least one criterion and the percentage match, ordered from the best match on the top of the list. If you want to look at the plants properties and picture, click on the triangle on the lower left corner of the window and the window will expand. </p> <h3> Looking At Properties </h3> <h3> Selecting a Single Plant </h3> <p class="c2"> When you select one item from the list on top, then the bottom part of the window will contain a description of the plant, along with its picture. </p> <p class="c3"> <img src="../Images/GS_ResultsPictures.jpg" width=200 border="0" hspace=20><img src="../Images/GS_Results.jpg" width=200 border="0" hspace=20> <br clear="left"> <br> </p> <p class="c2"> If the plant is currently used in the current document (whether planted or unplanted) then a line of text saying "<span class="c5">Plant is use in current document</span>" is displayed in green. </p> <p class="c2"> If the picture is not of the exact variety, then the message "<span class="c6">NOTE: Picture may not be an exact match</span>" is displayed in red. </p> <p class="c2"> The text may contain hyperlinks, much like a web browser. Any hyperlinks in the text will be underlined and in blue, like <u><span class="c7">this</span></u>. </p> <h3> Selecting Multiple Plants </h3> <p class="c2"> To select more than one plant, shift-click more plant entries after one is already selected. This bottom section of the window will go blank, but will allow you to copy multiple plants into the document. </p> <h3> Moving Plants to the Palette </h3> <p class="c8"> When plants are selected, click "Add To Palette" to add the plant to the Active Material palette on the plan view. </p> <p class="c9"> <br> </p><img src="../Images/GS_ActiveLoaded.png" align="left" width=150 border="0" hspace=20><br clear="left"> <p class="c8"> For example, picking "Copy Selected to Palette" one the "results" window above will leave the material palette looking like this. </p> <h3> Extra Criteria </h3> <p class="c2"> Many searches will require more criteria than what is available in the basic search window. Clicking on the popup menu along the left side of the dialog will select between many sets of search criteria. </p> <p class="c9"> <img src="../Images/GS_SearchWin.jpg" align="left" width=400 border="0" hspace=20><br clear="left"> <br> </p> <p class="c2"> All the sets of search criteria are active, so GardenSketch will try to find the best match for all. To start fresh, with no criteria, click the "Clear All" button. </p> </body> </html> --- NEW FILE: Plots.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help GardenPlots</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="Plots"></a> <h1> Working with plots </h1><a name="Overview"></a> <h2> Creating an Overview Plot </h2> <p> Choose "Edit Plot Info..." from the plan menu, and then check "This is the overview plot." This makes the current plot an overview of your entire work site. It is also useful to use an <a href="AerialPhoto.html">reference image (such as an aerial photograph)</a> to place everything onto your plan. </p><img src="../Images/GS_PlotInfo1.png" align="left" width="200" border="0"><br clear="left"> <a name="Subplot"></a> <h2> Creating Sub-Plots </h2> <p>There are two methods of specifying sub-plots, visually from a reference image (ex: aerial photograph) or as an offset from the overview plot. <p> If you have set up an aerial photo for the overview plot, choose "Add Garden Plot," and use the red and blue markers to pick a subsection of your complete plan.<br><img src="../Images/GS_PlotOverviewImage1.jpg" width="300"><br clear="left"> Items created on the subplot appear on the overview plot as light grey lines (as if through tissue paper). Items created on the overview plot appear the same way where they intersect a sub-plot. </p> <p>Otherwise, you can enter an offset from the upper-left corner of the overview plot. You can use whatever units you want to specify the position.<br clear="left"><img src="../Images/GS_PlotInfo2.png" align="left" height="300"> </p> </body> </html> --- NEW FILE: OpenClosePrint.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Open, CLose, and Print</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c6 {font-family: Palatino, serif; text-align: left} div.c5 {float: left; width: 0.73in; height: 1.2in; border: none; padding: 0in; background: #ffffff} p.c4 {text-align: center} span.c3 {font-family: Futura} span.c2 {font-size: 80%} p.c1 {font-family: Palatino, serif} </style> </head> <body> <a name="OpenClosePrint"></a> <div id="header"></div> <h2> Managing Documents </h2> <h3> Creating a Document </h3> <p class="c1"> When you start GardenSketch by double clicking the GardenSketch application icon, GardenSketch will create a new document. </p> <p class="c1"> If GardenSketch is the active application (it's name is in the menu bar), then you can also create a new document by choosing New from the File menu. </p> <h3> Opening a Document </h3> <div id="Frame8" dir="ltr" class="c5"> <p class="c4"> <img src="../Images/GS_DocIcon.png" align="left" border="0" width="48"><br clear="left"> <span class="c3"><span class="c2">Document Icon</span></span> </p> </div><br clear="left"> <p class="c6"> When you start GardenSketch by double-clicking the document icon, Garden will open the document. </p> <p class="c1"> If GardenSketch is running, then: </p> <p class="c1"> 1) Choose Open from the File menu (or press Command-O). </p> <p class="c1"> You see the Open dialog. </p> <p class="c4"> <img src="../Images/GS_OpenDialog.gif" align="middle" width=400 border="0"><br clear="left"> <span class="c3"><span>Open Dialog</span></span> </p><br clear="left"> <br> <p class="c1"> 2) Select the document that you want to open and click open, or double-click the document </p> <h3> Saving a Document </h3> <p class="c4"> <img src="../Images/GS_SaveDialog.gif" width=400 border="0"><br clear="left"> <span class="c3"><span>Save Dialog</span></span> </p><br clear="left"> To save the current document, choose Save from the File menu. If this is the first time that the document is saved, then the Save dialog will appear, <p class="c1"> Type in a name to replace the Untitled name, and either click the Save button or press the Enter key. </p> <h3> Printing a Document </h3> <p class="c1"> To print the displayed panel of the current document, choose File > Print. The print dialog will appear. Documents will be printed at the current display settings. </p> <p> <br> </p> <p class="c4"> <img src="../Images/GS_PrintDialog.gif" alt="Frame6" align="bottom"> </p> <p class="c4"> <br> </p> <p class="c1"> Click the Print button to print the document. </p> </body> </html> --- NEW FILE: ShapeTools.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Drawing DIfferent SHapes</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="ShapeTools"></a> <h3> Using the Shape Tools </h3> <h4> Freehand Tool </h4> <p> To use the freehand tool<img src="../Images/GS_FreehandTool.png" width="30" hspace="10" border="0">, hold down the mouse button while tracing the desired shape. If you are using the freehand tool to create a planting bed, the shape should touch itself at some point to form a closed figure. </p> <p> You can drag-move the anchor points along the freehand shape, just as you can the corners of a rectangle shape. </p> <h4> Line Tool </h4> <p> To use the line tool<img src="../Images/GS_LineTool.png" width="30" hspace="10" border="0">, hold down the mouse button while moving from the desired starting point of the line to the end. The drawn line will update while you are dragging, staying in the position where you release the mouse button. </p> <h4> Point Tool </h4> <p> To use the point tool<img src="../Images/GS_PointTool.png" width="30" hspace="10" border="0">, click on the desired location of the plant or boundary point. </p> <h4> Rectangle Tool </h4> <p> To use the rectangle tool<img src="../Images/GS_RectangleTool.png" width="30" hspace="10" border="0">, drag the mouse from where the upper left corner of the rectangle to the lower right corner. The rectangle will update while you are dragging and end up in the position where you release the mouse button. </p> <h4> Circle Tool </h4> <p class="c5"> To use the circle tool <img src="../Images/GS_CircleTool.png" width="30" border="0">, click the mouse at the center of the circle, and then drag until the circle is of the correct radius. </p> <h4 class="c6"> <img src="../Images/GS_CircleDrag.png" align="left" width="89" height="91" border="0" hspace=20><br clear="left"> <img src="../Images/GS_CircleDrag2.png" name="Graphic118" align="left" width="167" height="166" border="0" hspace=20><br clear="left"> Arc Tool </h4> <p> To use the arc tool <img src="../Images/GS_ArcTool.png" width="30" border="0"> , click the mouse at the center of the arc, and then drag from the starting point of the arc to the ending point. </p> <p> The distance between the initial click and the start of the drag determines the radius of the arc. The point at which the drag ends determines the angle covered by the arc. </p> </body> </html> --- NEW FILE: PlanView.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help The Plan Pane</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="PlanView"></a> <div id="header"></div> <h1 class="c1"> Working with the Plan Pane </h1> <p class="c2"> </p> <h2> Preparing the Canvas </h2> <h2> Looking Closer at Elements </h2> <h3> Viewing Plants at Their Maximum Size </h3> <h2> Other Tools </h2> <h3> Grouping Plants </h3> <p> Creating a group </p> <p> Ungrouping </p> <p> Stretching a group </p> <p> filling </p> <p> planting along edge </p> <h3> Adding Text Annotations </h3> <p> Use the text tool <img src="../Images/GS_TextTool.png" width="30" border="0"> in order to place a text box on the plan. Text boxes can be used to label the drawing, or to add text notes as required. </p> <h3 class="c12"> Adding Titles </h3> <p class="c13"> <img src="../Images/GS_TitleToolMenu.png" align="left" width="83" height="64" border="0"><br clear="left"><br> <img src="../Images/GS_TitleStartTool.png" align="left" width="30" height="23" border="0"><br clear="left"><br> <img src="../Images/GS_TitleTool.png" align="left" width="30" height="23" border="0"><br clear="left"> <br> <br> </p> <h3 class="c14"> <br> <br> </h3> <h2> Changing the Current Viewpoint </h2> <h3> Scrolling the Display </h3> <p> The scroll tool <img src="../Images/GS_HandScrollTool.png" hspace="10" width="30" border="0">may be used instead of the scroll bars for fine scrolling. Dragging the mouse moves the plan as if you were dragging a sheet of paper on a table, with the mouse keeping the same position relative to the drawing. </p> <h3> Zooming in and out </h3> <p> To show a smaller area of the garden, with more accurate positioning of the plants, choose Zoom-In from the Plan menu. To show a larger area of the garden, choose Zoom-Out from the Plan menu. </p> <h3> Hiding and Showing the Grid </h3> <h3> Hiding and Showing Backgrounds </h3> <h2> <br> </h2> <h2 class="c15"> Multiple Garden Plots </h2> <h3> Adding another plot </h3> <h3> Placing a Plot Over the Satellite Image </h3> <h3> Choosing the current plot </h3> <h4> <img src="../Images/GS_PlotSelect1.png" align="left" width="146" height="25" border="0"><br clear="left"> <br> <br> </h4> <h3> Editing the Current Plot Information </h3> <h3> <img src="../Images/GS_PlotInfo1.png" align="left" width="259" height="395" border="0"><br clear="left"> Choosing the Destination Plot in the list View </h3> <p> <br> </p> <h3> Removing a plot </h3> <p> <img src="../Images/GS_PlanMenuTop.gif" align="left" width="125" height="71" border="0"><br clear="left"> <br> </p> <h2 class="c15"> Working with Alternatives </h2> <p> <img src="../Images/GS_Alternatives.png" align="left" width="253" height="173" border="0"><br clear="left"> <br> </p> <p> <br> </p> </body> </html> --- NEW FILE: ListView.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help The List Pane</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c19 {; page-break-before: always} p.c18 {margin-right: 1.53in;} p.c17 {margin-right: 1.52in} p.c16 {font-style: normal; margin-top: 0.08in; text-align: center} span.c15 {font-family: Futura} span.c14 {font-size: 80%} p.c13 {margin-right: 1.53in} p.c12 {; font-weight: medium; font-family: Palatino, sans-serif} span.c11 {font-family: Arial, sans-serif} p.c10 {font-style: normal; font-weight: medium; text-align: left} h2.c9 {page-break-before: auto; page-break-after: auto} p.c8 {margin-right: 0.5in} p.c7 {margin-left: 0.01in; margin-right: 1.01in} p.c6 {margin-left: -0.01in; margin-right: 1.01in} p.c5 {margin-left: 1in; margin-right: 1.01in} span.c4 {font-size: 150%} span.c3 {font-family: OpenSymbol} p.c2 {font-weight: medium} h1.c1 {page-break-before: always} </style> </head> <body> <a name="ListView"></a> <h1> Working with Lists </h1> <p> The list pane holds information about the plants used in your document, or about available plants. Each row between two solid lines is a group of plants of the same species. Rows separated by dashed line are showing data for the same plant type in different years. </p> <h2> Selecting a Row </h2> <p> To select a row, click on the icon <img src="../Images/GS_RowSelectIcon.png" width="16" height="19" border="0"> in column 1. The entire row will be shaded with a light blue color to indicate that it is selected. Holding down the command key while clicking on any cell will also select the whole row. </p> <h2> Editing a Cell </h2> <p> To edit any cell in the list, click the cell without holding down any modifier keys (ex: Apple or shift). There are many different <a href="./CellTypes.html">types of cells</a>. </p> <h2> Moving Between Cells </h2> <p> All cells will select the next piece of information about the current plant (the next cell to the right) when you press the tab key. </p> <p> In the same way, pressing shift-tab takes you to the previous cell (the cell to the left), and pressing the return key takes you to the same piece of information on the next plant (the cell below the currently selected cell). </p> <p> If a cell type could use tab as a valid value (ex: comments), then use option-tab to add the tab character. </p> <h2> Resizing Columns </h2> <p> To resize a column, point the mouse to the right edge of the column, </p> <blockquote><img src="../Images/GS_ColumnDrag2.png" width="150"></blockquote> <p> then drag the cursor to the correct point. A vertical line shows where the new edge of the column will be. </p> <blockquote><img src="../Images/GS_ColumnDrag3.png" width="150"></blockquote> <p> When you release the mouse button, the column size will update. </p> <blockquote><img src="../Images/GS_ColumnDrag4.png" width="190"></blockquote> <h2> Sorting Columns </h2> <p> Clicking on the title of a column with two or more rows will sort the data by that column. Clicking on the title again will sort in the opposite direction. The triangle with the larger side on the bottom indicates that the rows are increasing towards the bottom, while the opposite triangle indicates that the rows are increasing towards the top. Fields are sorted without considering capitalization. <blockquote><img src="../Images/GS_SortIncreasing.tiff" width="100"> <img src="../Images/GS_SortDecreasing.tiff" width="100"></blockquote> </p> </body> </html> --- NEW FILE: ShortCuts.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <title>GardenSketch Help Shortcuts</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> { padding:1.6em 8px; background:#fff; } table.shortcuts { margin-bottom:20px; } table.shortcuts h2 { margin:10px -6px 5px; padding:0; } table.shortcuts th { padding:4px 6px; } table.shortcuts td { padding:4px 6px; vertical-align:top; border:1px solid #a1a5a9; font-size:12px; line-height:1.5em; } table.shortcuts td.heading { background:#eee; } </style> </head> <body> <a name="ShortCuts"></a> <table width="90%" border="0" cellspacing="0" cellpadding="4" class="shortcuts"> <tr> <th colspan="2"><h2>Common Shortcuts</h2></th> </tr> <tr> <td class="heading"><b>Action</b></td> <td class="heading"><b>Shortcut</b></td> </tr> <tr> <td>Go to the next pane of the document (ex: Plan or list)</td> <td>Press ⌘-]</td> </tr> <tr> <td>Go to the previous pane of the document (ex: Plan or list)</td> <td>Press ⌘-[</td> </tr> <tr> <td>Find a plant</td> <td>Press ⌘-F</td> </tr> <tr> <th colspan="2"><h2>Plan Pane Shortcuts</h2></th> </tr> <tr> <td class="heading"><b>Action</b></td> <td class="heading"><b>Shortcut</b></td> </tr> <tr> <td>Inspect something on the plan pane</td> <td>Press ⌘-I</td> </tr> <tr> <td>Zoom in closer</td> <td>Press ⌘-=</td> </tr> <tr> <td>Zoom out for a wider view</td> <td>Press ⌘-â</td> </tr> <tr> <th colspan="2"><h2>List Cell Shortcuts</h2></th> </tr> <tr> <td class="heading"><b>Action</b></td> <td class="heading"><b>Shortcut</b></td> </tr> <tr> <td>Picking an item in a single value "menu" cell using the keyboard</td> <td>In a selected cell, you can start to type the menu item (ex: "cold frame"), or use up and down arrow, and then press tab to select the next cell.</td> </tr> <tr> <td>Picking an item in a multiple value "menu" cell using the keyboard</td> <td>In a selected cell, you can start to type multiple menu items (ex: "medium") (or use up and down arrow), separated by commas & press tab to select the next cell.</td> </tr> <tr> <td>Picking an item in a "menu range" cell using the keyboard</td> <td>In a selected cell, you can start to type up to 2 menu items (ex: "1a") separated by a dash, and then press tab to select the next cell.</td> </tr> <tr> <td>Picking an item in a "plot selection" cell using the keyboard</td> <td>In a selected cell, you can start to type a plot name, and then press tab to select the next cell.</td> </tr> <tr> <td>Picking an item in a color cell using the keyboard</td> <td>In a selected cell, you can start to type the menu item (ex: "red-maroon"), or use up and down arrow, and then press tab to select the next cell.</td> </tr> <tr> <td>Picking an item in a vendor cell using the keyboard</td> <td>In a selected cell, you can start to type the menu item (ex: "Redstart Software"), or use up and down arrow, and then press tab to select the next cell.</td> </tr> <tr> <td>Picking an item in a combo box cell using the keyboard</td> <td>In a selected cell, you can start to type the menu item (ex: "some"), an interger value, or use up and down arrows, and then press tab to select the next cell.</td> </tr> <tr> <td>Picking an item in a date cell using the keyboard</td> <td>In a selected cell, you can start to type the date in your local format (ex: in 07/07/2008), and then press tab to select the next cell. Typing +1d moves forward 1 day (insert any number for the "1"). The same applies for +1w (week), +1m (month), and +1y (year), as well as moving back with -1m instead of +1m.</td> </tr> </table> </body> </html> --- NEW FILE: QuickTour.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Quick Tour</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> span.c15 {font-size: 80%} span.c14 {font-family: Monaco, sans-serif} span.c13 {color: #800000} p.c12 {color: #000000; font-style: normal; font-weight: medium; margin-bottom: 0in; margin-left: 0.49in; margin-right: 0.5in; text-align: left} p.c11 {color: #000000; font-style: normal; font-weight: medium; margin-bottom: 0in; page-break-before: always; text-align: left} span.c7 {color: #000000} p.c6 {font-style: normal; font-weight: medium; margin-bottom: 0in; text-align: center} p.c5 {color: #000000; font-style: normal; font-weight: medium; margin-bottom: 0in; text-align: left} span.c4 {font-family: Palatino-Roman, serif} p.c3 {font-style: normal; font-weight: medium; margin-bottom: 0in; text-align: left} h1.c2 {color: #000000} span.c1 {font-family: Helvetica-Bold, sans-serif} </style> </head> <body> <a name="QuickTour"></a> <div id="header"></div> <div class="fulltext"> <h1 class="c2"> <span class="c1"><span>Quick Tour</span></span> </h1> <p class="c5"> GardenSketch <span class="c4"><span>opens as a main window, plus two palettes on the left side.</span></span> </p> <p class="c6"> <img src="../Images/GS_LabeledScrenshot.png" name="Graphic2" width=400 border="0" id="Graphic2"><br clear="left"> <br> </p> <ul type="disc"> <li> <p class="c5"> <span class="c7"><span class="c4"><span>The upper palette contains two sets of tools. The upper set of tools controls actions (ex: drawing a line, adding plants, adding beds of plants). The lower set of tools controls the shapes (ex: freehand, rectangle, line, arc) into which the plants are placed.</span></span></span></p> </li> <li> <span class="c7"><span class="c4"><span>The lower palette (Materials) contains plant and other materials to add to the plan.</span></span></span> </li> </ul> <p class="c5"> <span class="c4"><span>Here's how to start a sample plan:</span></span> </p> <ol> <li> <p class="c5"> Start the application by double-clicking the GardenSketch icon.<br> <blockquote>If you have allowed internet connections, and have an active internet connection, then pictures of plants will load into the material palette. Otherwise gray rectangles will indicate that no pictures are available.</blockquote > </p> </li> <li> <p class="c5">Drag the "Common Bee balm" (or gray rectangle) onto the main window.<blockquote>That's one way to plant a single plant.</blockquote></p> </li> <li> <p class="c5"> Click the placement tool <img src="../Images/GS_PlacementTool.png" name="Graphic6" width="30" height="30" border="0" id="Graphic6">, and then the line shape tool <img src="../Images/GS_LineTool.png" name="Graphic5" width="30" height="30" border="0" id="Graphic5"> . </p> </li> <li> <p class="c5"> Click and drag a line on the plan.<blockquote>This has planted a row of bee balms.</blockquote> </p> </li> <li> <p class="c5"> Click the planting bed tool <img src="../Images/GS_PlantBedTool.png" name="Graphic4" width="30" border="0" id="Graphic4">, and then the rectangle shape tool <img src="../Images/GS_RectangleTool.png" name="Graphic3" width="30" border="0" id="Graphic3"> . </p> </li> <li> <p class="c5"> Click and drag a line on the plan.<blockquote>This plants a rectangular bed of bee balms.</blockquote> </p> </li> <li> <p class="c5"> Click the List tab at the top of the main window.<blockquote>There should be one row for each group of bee balms planted. With correct quantities, plot name, year planted, and other data.</blockquote> </p> </li> <li> <p class="c5"> Pick Save from the file menu, navigate to your documents folder, and name the document "GardenSketch Tutorial." </p><img src="../Images/GS_TutorialSave.png" width="350"><br clear="left"> </li> </ol> <p class="c11"> <span class="c4"><span>If you know the names of plants you wish to use in your garden, start instead in the List view by adding a row, and then type in either the botanical (Latin) name or common name. If the plant is in the Material database, then a window appears with a list of plants which match to fill out the other columns. If the plant is not in the database, then you will have to enter any data yourself. At least the "Maximum spread" column should be filled out, so that plants are the correct size on the plan view.</span></span> </p> <p class="c12"> <span class="c4"><span>Note that the Material database consists mostly of USA native plants at this time. Contributions of plant information to the open source Material database are appreciated.</span></span> </p> <p class="c10"> <span class="c8"><span><span class="c4"><span class="c7"><span class="c9">Now you can either take the <a href="./AdvancedTour.html">advanced tour</a>, or go explore the rest of</span> <b>GardenSketch</b><span class="c9">. If there's a feature which you need, please request it at</span></span></span></span></span> <a href="http://sourceforge.net/projects/igarden"><span class="c9"><span class="c8"><span class="c15"><span class="c14"><span class="c13">http://sourceforge.net/projects/igarden</span></span></span></span></span></a> </p> </div> </body> </html> --- NEW FILE: PlanChange.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Modifying a Plan</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="PlanChange"></a> <h2> Modifying the Plan </h2><a name="SelectElement"></a> <h3> Selecting a Plant or Other Element </h3> <p class="c2"> When the select tool <img src="../Images/GS_SelectTool.png" hspace="10" width="24" height="24" border="0">is active you can select or deselect elements in the plan by clicking and dragging the mouse in the plan. The option and shift keys modify the result of the selection. Once elements are selected, they can be resized, reshaped, or moved. </p> <p class="c2"> The ways that you can select and deselect elements are: </p> <p class="c2"> Clicking on an empty area of the plan deselects all elements. </p> <p class="c2"> Clicking on one element on the plan deselects other elements, and selects only that element. </p> <p class="c2"> Holding down the shift key while clicking on an element toggles the select status of that element. </p> <p class="c2"> Dragging across the plan will draw a rectangle on the screen during the drag. All elements intersecting the rectangle will be selected, and other elements will be deselected. After the selections are changed, the drag rectangle will disappear. </p> <p class="c2"> When an element is selected, small squares called "handles" appear at points around the object to indicated that it is selected. </p> <p> <img src="../Images/GS_DragSelect.gif" align="middle" width="116" height="105" border="0"> </p> <p class="c2"> Now you can either move or change the size of the element. </p> <p> <br> </p> <h3> Moving Plants </h3> <ol> <li> <p class="c2"> click the mouse button down along part of the element not on a select handle (for example along the center of one of the edges of the rectangle above) </p> </li> <li> <p class="c2"> drag to the new location </p> </li> <li> <p class="c2"> release the mouse button. The element moves without changing its size. </p> </li> </ol> <p> <br> </p> <h3> Reshaping a Row of Plants </h3> <ol> <li> <p class="c2"> click the mouse button down on one of the select handles. </p> </li> <li> <p class="c2"> drag the handle to the new location </p> </li> <li> <p class="c2"> release the mouse button. The element will have a new size. </p> </li> </ol> <h3> Changing the Width of a Row </h3> <ul> <li> <p> Select the rows that you wish to widen </p> </li> <li> <p> To make the row wider, click the '+' key. To make the row narrower, click the '-' key. </p> </li> </ul> <ul> <li> <p> Alternatively, you can pick "GetInfo" from the file menu and enter a new width. Note that since plants are allowed over the edge of the row, making the row wider sometimes won't increase the number of plants. </p> </li> </ul> <h3> Reshaping a Planting Bed </h3> <ol> <li> <p class="c2"> Click the mouse button down on one of the select handles. </p> </li> <li> <p class="c2"> Drag the handle to the new location </p> </li> <li> <p class="c2"> Release the mouse button. The element will have a new shape. </p> </li> </ol> <p> <br> </p> </body> </html> --- NEW FILE: Reports.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Generating Reports</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c3 {margin-bottom: 0in; page-break-after: avoid} p.c2 {margin-bottom: 0in} h1.c1 {page-break-before: always} </style> </head> <body> <a name="Reports"></a> <div id="header"></div> <h1 class="c1"> Reports </h1> GardenSketch currently has two reports. The <a href="./PlantLabelReport.html">plant label</a> report produces labels for plants grown from seed, and the <a href="./ShoppingListReport.html">shopping list</a> report lists plants which need to be purchased from the local garden center. </body> </html> --- NEW FILE: PlantLabelReport.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <title>GardenSketch Help The Plant Label Report</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c3 {margin-bottom: 0in; page-break-after: avoid} p.c2 {margin-bottom: 0in} h1.c1 {page-break-before: always} </style> <body> <a name="PlantLabelReport></a> <h3> The Plant Label Report </h3> The plant label report prints labels (currently 4" x 1") which contain useful information for plants started from seed. Only plants marked in the list view as being started from seed (a "sow" location is set) will be listed in the report. <p class="c2"> <br clear="left"> <img src="../Images/GS_PrintReport.gif" name="Graphic92" align="left" width="335" border="0" hspace=20><br clear="left"> <br> </p> The resulting report will contain multiple labels per page, which look as follows: <p class="c3"> <img src="../Images/GS_ReportLabels.gif" name="Graphic93" align="left" width="600" border="0" hspace=20><br clear="left"> <br> </p> </body> </html> --- NEW FILE: Irregular.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <head> <title>GardenSketch Help Creating Irregular Shapes</title> </head> <a name="Irregular"></a> <h2>Creating Irregular Garden Borders</h2> Before deciding on plans for your garden, it's useful to be able to draw the boundaries of the garden so that you can see how much space it available. In this entry, I'll describe a method which works for totally irregular garden shapes. <ol> <li>Edit the garden plot size to a rectangle which is somewhat larger than the garden.</li><p></p> <li>Measure the size of the garden along its longest point. Create a <a href="./Dimensions.html">dimension line</a> the size of the measured line.</li><p></p> <img src="../Images/GS_IrregularBorders1.png" height="200" width="315" border="1" hspace="4" vspace="4" /><p></p> <li>At regular intervals, measure in both directions away from the original line. It's best to use the intervals of the grid on GardenSketch so that you can use the grid to align the measurements at right angles.</li><p></p> <img src="../Images/GS_IrregularBorders2.png" height="200" width="277" border="1" hspace="4" vspace="4" /><p></p> <li>Click the <a href="./AddingLines.html">drawing tool</a> and the freehand <a href="ShapeTools.html">shape tool</a>, and draw a line around the outside of the dimension lines. If you need to draw the shape in multiple lines, then you can use the "Combine" menu item to combine the lines into one shape.</li><p></p> <img src="../Images/GS_IrregularBorders3.png" height="200" width="320" border="1" hspace="4" vspace="4" /><p></p> <li>Drag the shape to its final location and erase the dimension lines.</li><p></p> <img src="../Images/GS_IrregularBorders4.png" height="200" width="341" border="1" hspace="4" vspace="4" /><p></p> <li>You may want to drag a <a href="./AddingBackgrounds.html">backdrop</a> into the garden area. If you choose a backdrop of wood chips, then GardenSketch will compute the volume of wood chips required in the shopping list report.</li><p></p> </ol> |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 01:08:36
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31506/source/resources/English.lproj/GardenSketch Help Added Files: Tag: Release_branch_v1 GardenSketch Help.helpindex Log Message: Move help files into a subdirectory to improve speed --- NEW FILE: GardenSketch Help.helpindex --- (This appears to be a binary file; contents omitted.) |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 01:08:36
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Styles In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31506/source/resources/English.lproj/GardenSketch Help/Styles Added Files: Tag: Release_branch_v1 default.css Log Message: Move help files into a subdirectory to improve speed --- NEW FILE: default.css --- h2.c15 {page-break-before: always} h3.c14 {font-style: normal} p.c13 {font-style: normal} h3.c12 {font-family: Helvetica, sans-serif; font-style: normal; font-weight: bold} p.c11 {font-family: Palatino, sans-serif; font-style: normal; font-weight: medium} span.c10 {font-weight: medium} span.c9 {font-style: normal} span.c8 {font-family: Palatino, sans-serif} |
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Pages In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv28680/source/resources/English.lproj/GardenSketch Help/Pages Added Files: Tag: Release_branch_v1 Adding.html GettingStarted.html GardenSketchConcepts.html Dimensions.html AddingLines.html AdvancedTour.html AddingYears.html HowDoI.html AddingByName.html CellTypes.html AddingViews.html AddingBackgrounds.html GardensketchVersions.html GardenSketch Readme.html GardenSketchCustom.html Inspection.html AerialPhoto.html AddingNewPlants.html AddingHardscape.html Log Message: Move help files into a subdirectory to improve speed --- NEW FILE: HowDoI.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help How Do I...?</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <link href="Style/task_style.css" type="text/css" rel="stylesheet" media="all"> <style type="text/css"> h3.c1 {font-weight: bold} </style> </head> <body> <a name="HowDoI"></a> <div id="header"></div> <p> <br> </p> <h1> How do I ...? </h1> <p> Once you have tried some of the tutorials, there are different directions in which you can move. If you have a complex project, you may need to eventually read all these sections. For now, just read the sections which currently interest you, and remember that there are many more things which GardenSketch can do to make it easier to plan your garden. </p> <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="One column table with heading"> <tr> <td class="green"> <h3 class="c1"> Preparing the Canvas </h3> </td> </tr> <tr> <td valign="top"> <p> These are steps which will help organize your plan, and will make things easier later. For example, you can define a flower garden and a vegetable garden which draw in their own scales, and still have a large overview plan. You an also use a satellite or aerial view of your property as a guide to placing existing structures on the plan, and make it easier to keep scale. </p> <p> If you skip these steps, it's best to start with a small area of you landscape, to make it easier to organize things later. </p> <p> Click a link to learn more. </p> <p> <a href="./Plots.html">Creating an Overview Plot</a><br> <a href="./AerialPhoto.html">Adding a Reference Image</a><br> <a href="./Plots.html#Subplot">Creating Sub-Plots</a><br> <a href="./Irregular.html">Draw the Bounds of an Irregular Garden Area</a><br> </p> </td> </tr> </table><br> <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="One column table with heading"> <tr> <td class="green"> <h3 class="c1"> Finding Plants </h3> </td> </tr> <tr> <td valign="top"> <p> GardenSketch helps you find plants by search criteria, or by name. If GardenSketch doesn't know about a particular plant, you can still add the plant. You aren't limited to a fixed number of plants. </p> <p> Click a link to learn more. </p> <p> <a href="./Search.html">Searching for Plants</a><br> <a href="./AddingByName.html">Adding Plants by Name</a><br> <a href="./AddingNewPlants.html">Adding New Plants</a><br> </p> </td> </tr> </table><br> <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="One column table with heading"> <tr> <td class="green"> <h3 class="c1"> Creating a Basic Garden Plan </h3> </td> </tr> <tr> <td valign="top"> <p> The plan panel is a drawing of your garden from directly above. You use the plan panel to actually put plants and other materials into the garden. As you add materials, the Material List will keep track of how many materials have actually been used, so that you know how many to purchase. A plan view of your landscape will help you visualize how the completed landscape will look. </p> <p> GardenSketch helps you add plants, other materials, and "sketch" lines. To help make the drawings realism, GardenSketch also has backgrounds which can fill an area the entire plan. Once you have mastered the basic tools, there are other tools mentioned in a section below. </p> <p> Click a link to learn more. </p> <p> <a href="./Adding.html">Adding Plants</a><br> <a href="./AddingLines.html">Adding Lines</a><br> <a href="./AddingBackgrounds.html">Adding Backgrounds</a><br> <a href="./AddingHardscape.html">Adding Non-Plant Items</a><br> <a href="./PlanChange.html">Modifying the Plan</a><br> </p> </td> </tr> </table><br> <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="One column table with heading"> <tr> <td class="green"> <h3 class="c1"> Keeping track of my plants </h3> </td> </tr> <tr> <td valign="top"> <p> GardenSketch has powerful capabilities in list view far beyond what was covered in other sections. For every plant on the plan, you can keep track of many things such as comments, germination and such on a year-by-year basis. GardenSketch makes it easy to remember how things went last year, and use them to make changes for this year. </p> <p> Click a link to learn more. </p> <p> <a href="./ListView.html">Working with Lists</a><br> <a href="./AddingYears.html">Adding Data by Year</a><br> <a href="./AddingViews.html">Adding List Views</a><br> </p> </td> </tr> </table><br> <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="One column table with heading"> <tr> <td class="green"> <h3 class="c1"> Inspecting Items on the Plan </h3> </td> </tr> <tr> <td valign="top"> <p> From counting the plants in a large planting bed to computing the mulch required. GardenSketch keeps track of information to make things easier for you. </p> <p> Click a link to learn more. </p> <p> <a href="./Inspection.html">Find out What's Planted</a><br> <a href="help:anchor=CountingPlants bookID=GardenSketch Help">Count the Plants in a Planting Bed</a><br> <a href="help:anchor=ComputingMulch bookID=GardenSketch Help">Computing Mulch </a><br> <a href="help:anchor=PlantSpacing bookID=GardenSketch Help">Changing Plant Spacing</a><br> <a href="./ShoppingListReport.html">Making a Shopping List</a><br> <a href="./PlantLabelReport.html">Making Seed Starting Labels</a><br> </p> </td> </tr> </table><br> <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="One column table with heading"> <tr> <td class="green"> <h3 class="c1"> Advanced Plan Tools </h3> </td> </tr> <tr> <td valign="top"> <p> GardenSketch has many tools beyond the basic tools described above. Here are some more advanced plan tools. </p> <p> Click a link to learn more. </p> <p> <a href="./Dimensions.html">Adding Dimension Lines</a><br> </p> </td> </tr> </table> </body> </html> --- NEW FILE: AdvancedTour.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Advanced Tour</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> span.c15 {font-size: 80%} span.c14 {font-family: Monaco, sans-serif} span.c13 {color: #800000} p.c12 {color: #000000; font-style: normal; font-weight: medium; margin-bottom: 0in; margin-left: 0.49in; margin-right: 0.5in; text-align: left} p.c11 {color: #000000; font-style: normal; font-weight: medium; margin-bottom: 0in; page-break-before: always; text-align: left} span.c7 {color: #000000} p.c6 {font-style: normal; font-weight: medium; margin-bottom: 0in; text-align: center} p.c5 {color: #000000; font-style: normal; font-weight: medium; margin-bottom: 0in; text-align: left} span.c4 {font-family: Palatino-Roman, serif} p.c3 {font-style: normal; font-weight: medium; margin-bottom: 0in; text-align: left} h1.c2 {color: #000000} span.c1 {font-family: Helvetica-Bold, sans-serif} </style> </head> <body> <a name="AdvancedTour"></a> <div id="header"></div> <div class="fulltext"> <h1 class="c2"> <span class="c1"><span>Advanced Tour</span></span> </h1> <p class="c5"> <span class="c4"><span>Here's how to add details to the simple plan created in the quick tour:</span></span> </p> <ol> <li> <p> Start the application by double-clicking the "GardenSketch Tutorial" icon in your documents folder. </p> </li> <li> <p> Choose "Find Material" from the file menu. </p> </li> <li> <p> Pick "Perennial" from the type pop-up menu. </p> </li> <li> <p> <span>Click the Search button. </p> </li> <li> <p> Select "Common sunflower" in the results window. </p> </li> <li> <p> Press the "Add To Palette" button. </p> </li> <li> <p>Drag the plant picture (or gray rectangle) onto the main window.</p> </li> <li> <p> Pick the drawing tool <img src="../Images/GS_PaintTool.png" width="30" height="30"> and the freehand shape tool <img src="../Images/GS_FreehandTool.png" width="30" height="30">. Now draw a freehand shape around all the plants, ending at the point at which you started. Don't worry if the line wobbles a little bit. </p> </li> <li> <p> Pick the smooth tool <img src="../Images/GS_SmoothTool.png" width="30" height="30"> and click on the newly drawn line. This will reduce any sharp edges or wobble from the line. You can click on the line multiple times, and each will smooth a little more.<br> You can always undo the smoothing. </p> </li> <li> <p> Pick "Backgrounds" from the lower menu on the material palette, and pick "wood chips" from the upper menu. Drag the picture of the wood chips into the shape that you just drew on the plan and release the mouse button. The shape should fill with wood chips. </p> </li> <li>Pick the inspect tool <img src="../Images/GS_InspectTool.png" width="30" height="30"> and then try clicking on the row and rectangle of sunflowers. A small window should pop up with information about the plants. </li> <li> <p> Pick the dimension tool <img src="../Images/GS_DimensionTool.png" width="30" height="30"> and then try clicking on the row and rectangle of sunflowers. Both items should get dimension lines. </p> </li> <li> <p> Choose "Shopping List" from the reports menu. </p> </li> <li> <p> CLick the "Include Mulch" checkbox and click the Print button. </p> </li> <li> <p> Click "Preview" on the print dialog. You should now see the plants included, plus the amount of mulch required. </p> </li> </ol> <p> Now you can go explore the rest of <b>GardenSketch</b>. If there's a feature which you need, please request it at</span></span> <a href="http://sourceforge.net/projects/igarden">http://sourceforge.net/projects/igarden</a> </p> </div> </body> </html> --- NEW FILE: AerialPhoto.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Adding Reference Images</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="AerialPhoto"></a> <h1> Loading a Reference Image </h1> <p> Select "Edit Plot Info..." from the plan menu, and then check both "This is the overview plot" and "Set Dimensions from imported image." The window will expand to include an image region. </p><img src="../Images/GS_PlotInfo1.png" align="left" width="200" border="0" hspace=20> <img src="../Images/GS_PLotOverviewEmpty.png" align="right" width="368" border="0" hspace=20><br clear="left"> <p> Drag the aerial photograph or satellite image or picture of an original drawing to scale onto the grey image region. This image came from <a href="http://www.globexplorer.com">GlobeExplorer.com</a>. Next, set the menu on the left side to the per-pixel resolution of the image provider. The example picture is 6 inches per pixel. If the image is a scale drawing, set the menu from "aerial photo" to "scale drawing" and select both the scale, and the pixel resolution of the image (i.e. Scan resolution). </p> <p> Next, drag the blue and red markers to frame your garden plot. </p><img src="../Images/GS_PlotOverviewImage1.jpg" align="left" width="369" border="0" hspace=20><br clear="left"> <p> Click OK to close the dialog, and the image will appear on the plan view in scale. </p><img src="../Images/GS_PlanViewSat.jpg" align="left" width="380" border="0" hspace=20><br clear="left"> <p> Once you have placed the aerial photo over the overview plot, the subsection of the picture marked will appear in the plot info for any subplots. Drag the blue and red markers for the subplot to surround the smaller region. </p> <p> Note that you can turn off the photo from the plan menu by un-checking the "Reference Visible" menu item. </p> </body> </html> --- NEW FILE: GardensketchVersions.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Version History</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> </head> <body> <div id="header"></div> <p>Beta 5 adds significant new features and resolves many issues, including:</p> <h3>New Features</h3> <ul> <li>Built as a universal binary </li> <li>GardenSketch now displays most non-plant items in color, for drawing styles which include color. </li> <li>Added more non-plant items </li> <li>Added menus of common plants, making it even easier to plants. The menus include plants popular many regions. Since GardenSketch is open source software, you can help add popular plants for your region. </li> <li>Stays on the current drawing tool after an operation </li> <li>Grouped drawing, placement, and planting bed tools with the shape tools </li> <li>Added Select All for plan elements </li> <li>Enhanced the reference image feature (old aerial photo) to import a scale drawings </li> <li>Added keyboard shortcuts for zoom in and zoom out </li> <li>Rearrange menus in active material palette to be set top-down </li> <li>Added a “ShoppingList” report for plants to purchase. <ul> <li>You can create the list for one or for all vendors </li> <li>You can create list for one garden plot, or the entire landscape </li> <li>You can include volume calculations for mulch </li> <li>You can display pictures of the plants in the list </li> <li>You can include annuals to repurchase for next year </li> </ul> </li> <li>Made many performance improvements </li> <li>Changed to a new file format <ul> <li>can include background pictures in the project </li> <li>Saves space and load time </li> <li>Option to use standard XML </li> </ul> </li> <li>Changed palette icons to 32×32 </li> <li>Added more plants </li> <li>Added more pictures </li> <li>Made the ActiveMaterial palette wider, in order to make pictures easier to see. </li> <li>Added a new new plant style where plants drawings grow and shrink </li> <li>Added more backdrop materials (dirt, bark mulch, white) </li> <li>Change some of the icons </li> </ul> <h3>Defects Fixed</h3> <ul> <li>Creating a new plant without height or spread displayed garbage in the height and spread fields. </li> <li>The construction draw style showed non-plant rotated incorrectly. </li> <li>Selecting “in this plot” after adding hardscape didn’t clear text or drawing. </li> <li>Plants could sometimes show up with a spread equal to their height. This was most noticeable with tall thin plants like sunflower. </li> <li>Plants may have been looked up incorrectly by name. </li> <li>Adding plant with identical variety twice in the same row made two identical materials </li> <li>Couldn’t drop mulch on an area covered by a plant radius </li> <li>Items on alternate plots didn’t show up in list view </li> <li>Entering 2′3cm incorrectly set the field to 20″ </li> <li>Entering range as 2-3′ should have been the same as 2′ to 3′ (2″ to 3′ should still work) </li> <li>Entering length or maxLength with unnamed plant silently failed </li> <li>There was a problem clicking on a picture column when used on multi-year lists </li> <li>Hyperlink text color didn’t change when clicked </li> <li>Selecting alternate picture didn’t change the dialog. </li> <li>Two pastes in a row on picture popup doesn’t create two entries on the plant. </li> <li>If entering name and variant on an unknown quantity as one string, didn’t enter data into variety column </li> <li>Crash opening find dialog with no document open </li> <li>Couldn’t redo moving endpoints on an arc </li> <li>Couldn’t do planChange on more than one element </li> <li>Having 2 elements selected while dragging would sometimes causes them to jump when moving elements </li> <li>When alternate move elements and adding attached dimensions, sometimes undo steps seem to be lost </li> <li>Selecting two elements and dragging deselected only one item </li> <li>The delete key didn’t delete plan elements </li> <li>Didn’t accept copy of item from finder (select jpeg icon in finder, copy) </li> <li>Non-plant items weren’t getting into the “All in document” menu </li> <li>Used to enable tools which were not valid for the active material (Arc should not have enabled for planting bed) </li> <li>Fixed some application waits (spinning beachball cursor) </li> <li>undo /redo resize of title failed </li> <li>Changing path width should have affected the plant count in the GetInfo window. </li> <li>keystrokes don’t make it through to tools unless a plant had been added to the canvas </li> <li>Delete key doesn’t work for non-material element types </li> <li>Fill a group, then select. FIll disappears. Save & re-open, fill show until selected again. </li> <li>There was an error using info tool on group </li> <li>Some plant entries were missing height and/or width. </li> <li>There were problems selecting small non-plant items (ex: wall) (Allow click ‘n’ pixels away from a non-plant item) </li> <li>Rectangle paths would not resize correctly after save/restore </li> <li>Dropping turf over bench caused the bench to disappear. GardenSketch now enforces ordering of different types of elements </li> <li>Backdrops used to show up in monochrome drawing styles </li> <li>Info tooltip left up when window closed, or possibly just when tool switched, which could cause a crash. </li> <li>Text & Title boxes drawn incorrectly for sizes smaller than the rounded corner radius </li> <li>Don’t allow changing the border style if the box is tool small. </li> <li>Don’t display title GetInfo for text boxes </li> <li>Problems using some characters in document properties </li> <li>Canonical name cell can be too short (not taking italics and font into account) </li> </ul> <p> version 1.0b3 adds significant new features and resolves a number of issues, including: </p> <ul type="disc"> <li>Plant images will be automatically downloaded from the internet when the plant is first viewed. GardenSketch currently handles 226 pictures for 194 selected plants, with more to come </li> <li>A new plant picture window with larger pictures, alternate pictures, and the capability to add data to pictures. </li> <li>Enlarged pictures in the GetInfo window and the palette </li> <li>Default picture displayed in the palette when loading the plant by name </li> <li>A new plant aging control, to show how plants will look as the garden grows. </li> <li>An improved search dialog. </li> <li>Over 270 new plants in the database. </li> <li>Improved document opening speed for large projects. </li> <li>In GetInfo window, changing the spacing of existing plants now updates the # of plants listed </li> <li>Planting beds in freehand shapes correctly fill to the edges with no large gaps in the platings . </li> <li>Fixed problem setting source column in Source Database window </li> <li>Fixed handling of unknown names and varieties </li> <li>An 'add variety' menu on the list views. </li> <li>All variety rows are automatically updated when data is added to the species </li> <li>Displays a smaller color square when a variety color is assumed based upon the species </li> <li>Allows for different values in fields for varieties from species </li> <li>Mature plant size represented by a dashed circle instead of a solid circle. </li> <li>improved formatting of the botanical name </li> </ul>Version 1.0b2 <ul type="disc"> <li>different display styles for presentation & construction plans </li> <li>Add smoothing tool for freehand shapes </li> <li>Add non-plant items </li> <li>Add rotated rectangle tool </li> <li>New documents should start in "All Writable" column set </li> <li>Implement CFPlugin support </li> </ul> </body> </html> --- NEW FILE: AddingByName.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Adding Plants By Name</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> h3.c1 {font-weight: bold} </style> </head> <body> <a name="AddingByName"></a> <h2> Adding plants by name </h2> <p> To add a plant to the list by name, choose "Add Item" from the List menu. </p> <p> A new row will appear consisting of a box called a "cell" for each column. Cells not writable in a given view will be colored slightly red. To add a plant by name, either: </p> <ul type="circle"> <li>Enter a piece of a the plants Common name into the "Common Name" column of the newly created row. </li> <li>Enter a piece of a the plants Botanical (Latin) name into the "Botanical Name" column of the newly created row. </li> </ul>When you press the return key, GardenSketch will search the database for matching names, and will show a dialog listing the matching names. Choosing a name and clicking OK will enter data about that plant into the list. If the name is not in the plant list, then you need to <a href="./AddingNewPlants.html">add the plant data yourself</a>. <p class="c8"> </p> <p class="c8"> </p> </body> </html> --- NEW FILE: AddingYears.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Adding Years</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="AddingYears"></a> <h1> Adding Data by Year </h1> <p> If you have data organized by year, then you can create a separate sub row for each year. Examples of such data include: </p> <ul type="disc"> <li>Comments on how a plant performed </li> <li>Actual seed and plant out dates </li> <li>Amount purchased </li> <li>Sow location </li> <li>Seeds sown </li> <li>Germination </li> </ul> <p> To add an additional year before the currently selected year, pick "Add Previous Year" from the List menu. </p> <p> To add additional years after the currently selected year pick "Add Year" from the List menu. </p> <p> Some columns cannot be attributed to a particular year (ex: Maximum height of a tree), and these will have a light red background in all sub-rows except for the first. </p> </body> </html> --- NEW FILE: GettingStarted.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <title>GardenSketch Help Getting Started</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> </head> <body> <h1>Getting Started with GardenSketch</h1> <div class="overall"> <a name="GettingStarted"></a> <div id="header"></div> <p> <br> </p> <div class="fulltext"> <div id="box1"> <hr> <a href="GardenSketch%20Readme.html">Read Me First</a><br> <span class="description">Installation and license.</span> </div> <div id="box1"> <hr> <a href="./QuickTour.html">Quick Tour</a><br> <span class="description">Take a tour of some of the basic features of GardenSketch.</span> </div> <div id="box1"> <hr> <a href="./AdvancedTour.html">Advanced Tour</a><br> <span class="description">Take a tour of some of the more advanced features of GardenSketch.</span> </div> <div id="box1"> <hr> <a href="./GardenSketchConcepts.html">Overview</a><br> <span class="description">Learn more about what's available with GardenSketch.</span> </div> </div> </div> </body> </html> --- NEW FILE: AddingHardscape.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Adding Hardscape</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="AddingHardscape"></a> <h3> Adding Non-Plant Items </h3><img src="../Images/GS_BrickWalkPalette.png" width=120 align="right">To add non-plant items to the plan takes four steps: <ul type="circle"> <li>Select Non-plant from the lower menu on the palette. </li> <li>Select a particular item from the top menu. </li> <li>Drag the item from the palette onto the correct place on the plan. </li> <li>Drop the item by releasing the mouse button. </li> </ul><br clear="left"> Some items can be resized and rotated to fit the plan. If you click the item and four anchors appear at the midpoint of each side of the object, then it may be resized.<img src="../Images/GS_MajorMinorAxis.png" width=150 align="left"> <br clear="left"><p> Two of the points have a line between them. Dragging either of these points will rotate or resize the object. </p><br clear="left"> <img src="../Images/GS_BrickWalkSelected.png"> <img src="../Images/GS_BrickWalkDrag1.png"> <img src="../Images/GS_BrickWalkDrag2.png"><br clear="left"> <p> Dragging one of the other two points will resize the item without changing its rotation. </p> <p> Non-Plant items may grow by stretching and/or replicating in one or both directions. Examples are: </p> <ul type="disc"> <li>A planter is a fixed size item. </li> <li>Dragging a pergola along one access adds beams, while dragging the other axis stretches the depth of the pergola. </li> <li> Dragging a brick walk in either direction adds bricks. </li> </ul> If there is only one anchor in the center, then the object is of fixed size.<br clear="left"> <img src="../Images/GS_BrickWalkWiden.png" width=200 hspace=20> <br clear="left"><p> To drag an item to another location, click and drag the anchor point in the center. </p> </body> </html> --- NEW FILE: AddingViews.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Adding List Views</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="AddingViews"></a> <h1> Adding list Views </h1> <p>To enhance the standard list views (All Columns, Edit All Columns, Names-Only, Colors, Planting, and Seed Editing) you can create your own views customized for your needs. </p> <p> To create a new View, start by picking "Create View" from the list menu. This does two things. First, it creates a new view named "*Custom", and based upon the current view open.<br clear="left"><p></p> <img src="../Images/GS_CustomViewMenu.png" align="left" width="139" border="0" hspace=20><br clear="right"> <p><br></p> <img src="../Images/GS_EditViews2.png" align="right" width= 300 hspace=20 border="0"> <p> Second, it opens the "Edit Database view" window as a copy of the view which you had opened. For example, if you had "Edit All Columns" selected, then the new view will show all columns and all will be writable, as in the picture to the right. </p> <br clear="left"> <img src="../Images/GS_EditListViews.png" align="left" width=300 hspace=20 border="0"><br clear="right"><p> To customize the view, click on the icons in the "Visible" and "Read-Only" columns, as in the picture below, and click OK. </p> <br clear="left"><p>To save the view for later use, pick "Save View..." from the list menu, type a new name into the dialog, and click OK.</p> <img src="../Images/GS_RenameView.png" align="left" width= 300 border="0" hspace=20><br clear="left"> </body> </html> --- NEW FILE: CellTypes.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Cell Types on the List Pane</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="CellTypes"></a> <h2 class="c9"> Cell Types </h2> <p> There are 12 types of cells in the list. Each column uses the same cell type for all cells in the column. Undo is active for any changes made to a cell. </p> <a name="TextCell"></a> <h3> Text Cell </h3> <p> Text cells hold any text. Examples of text cells are names and comments. </p> <p> <img src="../Images/GS_UnselectedTextCell.gif" width="107" height="19" border="0" hspace=20> </p> <p> Clicking on a text cell selects the entire cell, shown by a colored highlight. </p> <p> <img src="../Images/GS_SelectedTextCell.gif" width="107" height="24" border="0" hspace=20> </p> <p> All characters typed now will replace the entire contents of the text cell. </p> <p> If you want to insert characters into the existing text, then click again at the point where you want to insert the characters, and type. </p> <p> <img src="../Images/GS_TextCellBlueBox.gif" width="112" height="27" border="0" hspace=20> </p> <p> If you want to replace some characters, then drag through the characters that you want to change, and type the characters to replace. </p> <p> <img src="../Images/GS_TextCellPartialSelect.gif" width="109" height="27" border="0" hspace=20> </p> <a name="MenuCell"></a> <h3> Menu Cells </h3> <p> Menu cells have a menu associated with the cell. There are two types of menu cells: single value or multi-value. </p> <h4> Single-Value Menu Cells </h4> <p> Clicking on an empty cell raises a pop up menu with the possible values. Choose one of the menu items to set the value of the cell. If you choose another menu item, the new value replaces the old value. </p> <p> <blockquote><img src="../Images/GS_MenuCellSelect.gif" width="108" height="73" border="0" hspace=20></blockquote> </p> <p> <br> </p> <blockquote> <p> Examples of single-value menu cells are: </p> <table width="380" border="0" cellpadding="0" cellspacing="0"> <col width="117"> <col width="121"> <col width="142"> <tbody> <tr valign="top"> <td width="117">Cut Flower</td> <td width="121">Availability</td> <td width="142">Sex</td> </tr> <tr valign="top"> <td width="117">Fruit Storable</td> <td width="121">Sow Location</td> <td width="142">Edibility</td> </tr> <tr valign="top"> <td width="117">Fruit Frequency</td > <td width="121">Flower Type</td> <td width="142">Plant Type</td> </tr> </tbody> </table></blockquote > <p> <b>Keyboard:</b> <i>In a selected cell, you can start to type the menu item (ex: "cold frame"), or use up and down arrow, and then press tab to select the next cell.</i> <br> </p> <h4> Multi-Value Menu Cells </h4> <p> Clicking on an empty cell raises a pop up menu with the possible values. Choose one of the menu items to set the value of the cell. </p> <p> <blockquote><img src="../Images/GS_MenuCellSelect.gif" width="108" height="73" border="0" hspace=20> <b><span class="c11">or <img src="../Images/GS_MultiMenuSelectMore.gif" width="92" height="117" border="0" hspace=20></blockquote></span></b> </p> <p> If you click on a menu cell that already has a value, then when you select a new value, a dialog appears. </p> <p> <blockquote><img src="../Images/GS_AddReplaceDialog.png" align="left" width=150 border="0" hspace=20></blockquote><br clear="left"> <!-- Fix this in the application (not enough space to right of right button. --><br> </p> <blockquote> <p> Examples of multi-value menu cells are: </p> <table width="493" border="0" cellpadding="0" cellspacing="0"> <col width="131"> <col width="131"> <col width="131"> <col width="131"> <tr valign="top"> <td>Plant Form</td> <td>Growth Rate</td> <td>Life Expectancy</td> <td>Soil Texture</td> </tr> <tr valign="top"> <td>Root Pattern</td> <td>Transplant Ease</td> <td>Shade Tolerance</td> </tr> <tr valign="top"> <td>Soil Moisture</td> <td>Leaf Fall</td> <td>Ozone Tolerance</td> </tr> </table> </blockquote> <p> <b>Keyboard:</b> <i>In a selected cell, you can start to type multiple menu items separated by commas (ex: "medium"), & press tab to select the next cell.</i> <br> </p> <h3> Menu-Range Cell </h3> <p><blockquote> <img src="../Images/GS_ZoneCellPick.png" align="left" width="77" height="216" border="0" hspace=20> Menu-Range cells have a menu associated with the cell, but unlike menu cells, select a range of values between two menu items. The USDA Zone is an example of a menu-range cell.<p>Clicking on an empty cell raises a pop up menu with the possible values. Choose one of the menu items to set the value of the cell. If you click on a menu-range cell that already has a value, then when you select a new value the two values display as low and high values, separated by an arrow '->' to show that the selected value includes all values between the shown values. </blockquote></p> <br clear="left"> <blockquote> <p> The following columns use menu-range cells: </p> <table> <col width="131"> <col width="131"> <col width="131"> <tr> <td>USDA Zone</td> <td>Soil Ph</td> <td>Flower Season</td> </tr> <tr> <td>Leafing Period</td> <td>Fruit Period</td> </tr> </table> </blockquote> <br clear="left"> <p> If you click on a menu range cell that already has a value, then when you select a new value, a dialog appears. </p> <p> <blockquote><img src="../Images/GS_AddReplaceDialog.png" align="left" width=200 border="0" hspace=20></blockquote><br clear="left"> <br> </p> <p> Thus, you can either replace the existing value or extend the range to include the new value. </p> <p> <b>Keyboard:</b> <i>In a selected cell, you can start to type up to 2 menu items separated by a dash (ex: "1a-7"), and then press tab to select the next cell.</i> </p> <h3> Garden Plot Cells </h3> <p class="c12"> If you have created garden plots to subdivide the plan, you can pick the plot where each plant belongs by choosing the plot from the "Plot" column menu. </p> <p> <b>Keyboard:</b> <i>In a selected cell, you can start to type a plot name, and then press tab to select the next cell.</i> </p> <h3> Number Cells </h3> <p> Number cells hold numbers such as the number of plants purchased. </p> <p> <img src="../Images/GS_CellZero.gif" width="55" height="19" border="0" hspace=20> </p> <p> To edit a number cell, type over the existing value with a new number. Non-numeric values will not be accepted, and the cell will revert to the previous value. </p><a name="CellTypes_LengthCell"></a> <h3> Length Cells </h3> <p> Length cells contain either a single length, such as plant height, or a range of lengths. </p> <p> <img src="../Images/GS_CellZeroInches.gif" width="84" height="27" border="0" hspace=20> <b><span class="c11">or <img src="../Images/GS_CellLengthRange.gif" width="84" height="27" border="0" hspace=20></span></b> </p> <p> To edit a length cell, type over the existing value with a new length. You must enter lengths with units (for example: cm, m, ft., inch, ', ", or ' and "). When you leave the cell (press return or tab) then the length is re-displayed in the current units. </p> <p> Two length values separated by the word "to" or a dash "-" indicates a range of lengths. </p> <p> <br> </p> <h3> Summary Cells </h3> <p> Summary cells are computed from information in other cells. They are not editable. </p> <p> <img src="../Images/GS_CellStatusPlanned.gif" width="65" height="21" border="0" hspace=20> </p> <p> An example of a summary cell is the "status" cell, which depends upon seed date, plant date, number bought, etc... </p> <p> <br> </p> <h3> Color Cells </h3><blockquote><img src="../Images/GS_ColorCellPick.gif" align="left" width="119" height="175" border="0" hspace=20></blockquote> <p class="c13"> Color cells hold colors, which are displayed within the cell. </p> <p class="c13"> You select colors in the same way that you select a menu cell, but the results are displayed as color swatches in the cell. If you select a second color, you will be given a choice to add the color, or replace the existing color. </p> <br clear="left"> <b>Keyboard:</b> <i>In a selected cell, you can start to type the menu item (ex: "red-maroon"), or use up and down arrow, and then press tab to select the next cell.</i> <h3> Vendor Cells </h3><img src="../Images/GS_CellSupplierJeffs.gif" align="left" width="57" border="0" hspace=20><br clear="left"> <p class="c13"> Vendor cells hold a list of vendors from which you purchased plant material in a particular year. The cell displays the names of the vendors, separated by commas. </p> <p> Clicking on a vendor cell raises a menu containing the current vendors, plus the entries "Add Vendor" and "View/Edit Vendor." </p> <p> If the cell were empty, then selecting a vendor from the menu sets the contents of the cell to a particular vendor. If the cell already contained a vendor name, then another dialog appears. </p> <p> <blockquote><img src="../Images/GS_AddReplaceDialog.png" align="left" width=200 border="0" hspace=20></blockquote><br clear="left"> <br> </p> <p> Selecting "Replace Value" will change the vendor to the new vendor. Clicking "Add to Value" adds to the list of vendors for this plant. </p> <p> Picking "Add Vendor" brings up a dialog that looks like: </p> <p class="c16"> <blockquote><img src="../Images/GS_VendorDialog.png" align="middle" width=250 border="0" hspace=20></blockquote > </p> <p> You should enter the requested data about the new supplier in the different cells and click OK or cancel. If you click OK, then the list cell will change to contain the company name of the new vendor. If you click the cancel button, then the list cell will remain unchanged. </p> <p> Note that the short name is what is displayed in the cell. The short name is initialized to the first few characters of the company name. You may alter this value later. </p> <p> Picking "View/Edit Vendor?" brings up another dialog, which looks like the previous one, except: </p> <ul> <li> <p> any existing information is filled out </p> </li> <li> <p> there is a pop up menu to pick the vendor to edit, defaulting to one of the current vendors. </p> </li> </ul> <p> <blockquote><img src="../Images/GS_VendorDialog2.png" align="middle" width=250 border="0" hspace=20></blockquote><br clear="left"> </p> <p> NOTE: If you edit a vendor not currently in this cell, it will change the common data for the vendor, but does not add the vendor to the current cell. </p> <b>Keyboard:</b> <i>In a selected cell, you can start to type the menu item (ex: "Redstart Software"), or use up and down arrow, and then press tab to select the next cell.</i> <h3> Germination Cells </h3><img src="../Images/GS_CellGermination.gif" align="left" width="108" border="0" hspace=20><br clear="left"> <p class="c17"> Germination cells hold a record of all the germination data you record for particular sets of seeds for a particular year. The cell displays the most recent germination data in the form: </p> <p class="c17"> date, germination percentage </p> <p> Clicking on the cell displays a dialog that displays all the germination data in a table, where you can add more data, and edit existing data. </p> <p> When you click on an empty germination cell, the table in this dialog contains a blank row with today's date, and 0 germinated seeds. </p> <p> The "Date" and "Number Germinated" cells in this table act similar to date and combo-box cells in the list. The "percent germination" column is computed using the number of seeds planted and germinated. </p> <p> <blockquote><img src="../Images/GS_GerminationDialog.png" align="left" width=200 border="0" hspace=20></blockquote><br> </p> <p> To add more germination data, click the "New Row" button. This adds another blank row to the table. </p> <p> To delete existing germination data, select the row to be deleted by clicking on the "percentage germinated" cell, and then clicking on the "delete Row" button. </p> <br clear="left"> <p> When you close the dialog, the list cell will change to display the chronologically latest data point. </p><br clear="left"> <h3> Combo Box Cells </h3> <p class="c18"> A combo box cell accepts text, or a small number of possibilities from a pop-up menu. </p><img src="../Images/GS_CellFlexCount.gif" align="left" width="46" border="0" hspace=20><br clear="left"> <p class="c18"> To enter data into the cell as text or numbers, click to the left of the arrow. The text portion of the cell will highlight and act as a text or numeric cell. </p> <p> <br> </p><img src="../Images/GS_FlexCountCellPick.gif" align="left" width="98" border="0" hspace=20><br clear="left"> <p class="c18"> To see the other possibilities, click on the down arrow, and a pop up will appear with the other choices. </p> <p> The menu in the picture above is for the "seeds planted" column. </p> <b>Keyboard:</b> <i>In a selected cell, you can start to type the menu item (ex: "some"), an numerical value, or use up and down arrows, and then press tab to select the next cell.</i> <h3> Date Cells </h3> <p> A date cell shows the date in the standard text format for your system. Clicking on the cell displays a date select dialog. </p> <p> <br> </p> <p> <blockquote><img src="../Images/GS_DatePickerDialog.png" align="left" width=200 border="0" hspace=20></blockquote><br clear="left"> <br> </p> <p> The "previous month" <img src="../Images/GS_DateBackMonth.gif" hspace="10" width="24" height="20" border="0" hspace=20>and "next month" <img src="../Images/GS_DateForwardMonth.gif" hspace="10" width="26" height="26" border="0" hspace=20> buttons move the current data (in this example July 1) forward or backward by one month. Advancing past December changes the calendar to January of the next year. </p> <p> Clicking "OK" closes the dialog and updates the cell. </p> <p> Clicking "clear date" closes the dialog and clears the cell. </p> <b>Keyboard:</b> <i>In a selected cell, you can start to type the date in your local format (ex: in 07/07/2008), and then press tab to select the next cell. Typing +1d moves forward 1 day (insert any number for the "1"). The same applies for +1w (week), +1m (month), and +1y (year), as well as moving back with -1m instead of +1m.</i> <h3> Comment Cells </h3><img src="../Images/GS_CellCommentSelected.gif" align="left" width="124" border="0" hspace=20><br clear="left"> <p class="c17"> Comment cells contain comments about a particular plant that you have typed. Comment cells look like text cells, but have up to four lines of text displayed in the list cell and unlimited text available for display. </p> <p class="c17"> Clicking on the cell displays a dialog containing the entire comment. </p> <p> <blockquote><img src="../Images/GS_CommentDialog.png" align="left" width=200 border="0" hspace=20></blockquote><br clear="left"> <br> </p> <p> Note that in this dialog, the return key will just move the cursor to the start of the next line inside the comment, and will not exit the dialog. </p> <h3> Picture Cells </h3> Picture cells look like this: <img src="../Images/GS_PictureCell.png" border="0" width="50" height="50" hspace=20><br clear="left"> Clicking on the cell opens up the picture selection dialog. You can paste a new picture by selecting a picture in an application like a browser, or copying a picture file in the finder. <blockquote><img src="../Images/GS_PictureCellDialog.png" border="0" width="141" height="256" hspace=20> <img src="../Images/GS_PictureCellDialog2.png" border="0" width="141" height="256" hspace=20></blockquote><br clear="left"> After you have pasted the picture, you can add copyright text and common name. If the picture came from one of the suppliers, the you can select the source web site. All of this information will be shown when the picture is displayed.<br clear="left"> <blockquote><img src="../Images/GS_PictureCellDialog3.png" border="0" width="241" height="256" hspace=20></blockquote><br clear="left"> </body> </html> --- NEW FILE: GardenSketch Readme.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <meta http-equiv="CONTENT-TYPE" content="text/html; charset=us-ascii"> <title>GardenSketch Help About GardenSketch</title> <meta name="GENERATOR" content="NeoOffice/J 1.1 Release Candidate (Unix)"> <meta name="CREATED" content="20050713;13021700"> <meta name="CHANGED" content="20060710;21144600"> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> span.c7 {font-size: 80%} p.c6 {text-align: left} span.c5 {font-weight: medium} span.c4 {font-family: Palatino, sans-serif} p.c3 {font-family: Helvetica-Bold, sans-serif; text-ali... [truncated message content] |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 00:55:52
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Styles In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv18692/Garden/source/resources/English.lproj/GardenSketch Help/Styles Added Files: default.css Log Message: Move help pages into a sundirectory to speed things up --- NEW FILE: default.css --- h2.c15 {page-break-before: always} h3.c14 {font-style: normal} p.c13 {font-style: normal} h3.c12 {font-family: Helvetica, sans-serif; font-style: normal; font-weight: bold} p.c11 {font-family: Palatino, sans-serif; font-style: normal; font-weight: medium} span.c10 {font-weight: medium} span.c9 {font-style: normal} span.c8 {font-family: Palatino, sans-serif} |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 00:55:33
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Styles In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv18329/Styles Log Message: Directory /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Styles added to the repository |
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Pages In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv16399/Garden/source/resources/English.lproj/GardenSketch Help/Pages Added Files: GardenSketchConcepts.html PlanView.html ShoppingListReport.html GettingStarted.html PlanChange.html QuickTour.html Search.html Plots.html AddingYears.html AdvancedTour.html PlantLabelReport.html Dimensions.html AddingBackgrounds.html CellTypes.html ListView.html AddingViews.html AddingByName.html GardenSketchCustom.html ShapeTools.html Reports.html ShortCuts.html AddingLines.html AddingNewPlants.html GardenSketch Readme.html Adding.html AddingHardscape.html Irregular.html HowDoI.html OpenClosePrint.html GardensketchVersions.html Inspection.html AerialPhoto.html Log Message: Move help pages into a sundirectory to speed things up --- NEW FILE: Search.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Searching For a Plant</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c9 {margin-bottom: 0in; page-break-after: avoid} p.c8 {font-family: Palatino, serif; margin-bottom: 0in; margin-right: 2.02in; page-break-after: avoid} span.c7 {color: #0000FF} span.c6 {color: #FF0000} span.c5 {color: #00FF00} p.c4 {font-family: Palatino, serif; margin-bottom: 0in; margin-right: 3.73in; page-break-after: avoid} p.c3 {margin-bottom: 0in} p.c2 {font-family: Palatino, serif; margin-bottom: 0in; page-break-after: avoid} h1.c1 {page-break-before: always} </style> </head> <body> <a href="../GardenSketch%20Help.html" class="image_small"></a> <div id="header"></div> <a name="Search"></a> <h1 class="c1"> Searching For a Particular Plant </h1> <h2> The Search Dialog </h2> <p class="c2"> To find a plant by name or by characteristics, choose Search from the file menu. This brings up the "Search" dialog. You can now enter some basic characteristics such as type (annual, perennial, etc.). As you enter the criteria, the text in the "Search Criteria" box changes to describe all the search criteria. </p> <p class="c3"> <img src="../Images/GS_SearchWin.jpg" width=400 border="0" hspace=20><br clear="left"> <br> </p> <p class="c2"> Now click on the search button, and GardenSketch will search for a plant matching the criteria and show a list of the results in a result window. </p> <h2> The Result Window </h2><img src="../Images/GS_ResultsClosed.png" align="left" width=200 border="0" hspace=20><br clear="left"> <p class="c4"> The results window shows all the plants matching at least one criterion and the percentage match, ordered from the best match on the top of the list. If you want to look at the plants properties and picture, click on the triangle on the lower left corner of the window and the window will expand. </p> <h3> Looking At Properties </h3> <h3> Selecting a Single Plant </h3> <p class="c2"> When you select one item from the list on top, then the bottom part of the window will contain a description of the plant, along with its picture. </p> <p class="c3"> <img src="../Images/GS_ResultsPictures.jpg" width=200 border="0" hspace=20><img src="../Images/GS_Results.jpg" width=200 border="0" hspace=20> <br clear="left"> <br> </p> <p class="c2"> If the plant is currently used in the current document (whether planted or unplanted) then a line of text saying "<span class="c5">Plant is use in current document</span>" is displayed in green. </p> <p class="c2"> If the picture is not of the exact variety, then the message "<span class="c6">NOTE: Picture may not be an exact match</span>" is displayed in red. </p> <p class="c2"> The text may contain hyperlinks, much like a web browser. Any hyperlinks in the text will be underlined and in blue, like <u><span class="c7">this</span></u>. </p> <h3> Selecting Multiple Plants </h3> <p class="c2"> To select more than one plant, shift-click more plant entries after one is already selected. This bottom section of the window will go blank, but will allow you to copy multiple plants into the document. </p> <h3> Moving Plants to the Palette </h3> <p class="c8"> When plants are selected, click "Add To Palette" to add the plant to the Active Material palette on the plan view. </p> <p class="c9"> <br> </p><img src="../Images/GS_ActiveLoaded.png" align="left" width=150 border="0" hspace=20><br clear="left"> <p class="c8"> For example, picking "Copy Selected to Palette" one the "results" window above will leave the material palette looking like this. </p> <h3> Extra Criteria </h3> <p class="c2"> Many searches will require more criteria than what is available in the basic search window. Clicking on the popup menu along the left side of the dialog will select between many sets of search criteria. </p> <p class="c9"> <img src="../Images/GS_SearchWin.jpg" align="left" width=400 border="0" hspace=20><br clear="left"> <br> </p> <p class="c2"> All the sets of search criteria are active, so GardenSketch will try to find the best match for all. To start fresh, with no criteria, click the "Clear All" button. </p> </body> </html> --- NEW FILE: ShapeTools.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Drawing DIfferent SHapes</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="ShapeTools"></a> <h3> Using the Shape Tools </h3> <h4> Freehand Tool </h4> <p> To use the freehand tool<img src="../Images/GS_FreehandTool.png" width="30" hspace="10" border="0">, hold down the mouse button while tracing the desired shape. If you are using the freehand tool to create a planting bed, the shape should touch itself at some point to form a closed figure. </p> <p> You can drag-move the anchor points along the freehand shape, just as you can the corners of a rectangle shape. </p> <h4> Line Tool </h4> <p> To use the line tool<img src="../Images/GS_LineTool.png" width="30" hspace="10" border="0">, hold down the mouse button while moving from the desired starting point of the line to the end. The drawn line will update while you are dragging, staying in the position where you release the mouse button. </p> <h4> Point Tool </h4> <p> To use the point tool<img src="../Images/GS_PointTool.png" width="30" hspace="10" border="0">, click on the desired location of the plant or boundary point. </p> <h4> Rectangle Tool </h4> <p> To use the rectangle tool<img src="../Images/GS_RectangleTool.png" width="30" hspace="10" border="0">, drag the mouse from where the upper left corner of the rectangle to the lower right corner. The rectangle will update while you are dragging and end up in the position where you release the mouse button. </p> <h4> Circle Tool </h4> <p class="c5"> To use the circle tool <img src="../Images/GS_CircleTool.png" width="30" border="0">, click the mouse at the center of the circle, and then drag until the circle is of the correct radius. </p> <h4 class="c6"> <img src="../Images/GS_CircleDrag.png" align="left" width="89" height="91" border="0" hspace=20><br clear="left"> <img src="../Images/GS_CircleDrag2.png" name="Graphic118" align="left" width="167" height="166" border="0" hspace=20><br clear="left"> Arc Tool </h4> <p> To use the arc tool <img src="../Images/GS_ArcTool.png" width="30" border="0"> , click the mouse at the center of the arc, and then drag from the starting point of the arc to the ending point. </p> <p> The distance between the initial click and the start of the drag determines the radius of the arc. The point at which the drag ends determines the angle covered by the arc. </p> </body> </html> --- NEW FILE: AerialPhoto.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Adding Reference Images</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="AerialPhoto"></a> <h1> Loading a Reference Image </h1> <p> Select "Edit Plot Info..." from the plan menu, and then check both "This is the overview plot" and "Set Dimensions from imported image." The window will expand to include an image region. </p><img src="../Images/GS_PlotInfo1.png" align="left" width="200" border="0" hspace=20> <img src="../Images/GS_PLotOverviewEmpty.png" align="right" width="368" border="0" hspace=20><br clear="left"> <p> Drag the aerial photograph or satellite image or picture of an original drawing to scale onto the grey image region. This image came from <a href="http://www.globexplorer.com">GlobeExplorer.com</a>. Next, set the menu on the left side to the per-pixel resolution of the image provider. The example picture is 6 inches per pixel. If the image is a scale drawing, set the menu from "aerial photo" to "scale drawing" and select both the scale, and the pixel resolution of the image (i.e. Scan resolution). </p> <p> Next, drag the blue and red markers to frame your garden plot. </p><img src="../Images/GS_PlotOverviewImage1.jpg" align="left" width="369" border="0" hspace=20><br clear="left"> <p> Click OK to close the dialog, and the image will appear on the plan view in scale. </p><img src="../Images/GS_PlanViewSat.jpg" align="left" width="380" border="0" hspace=20><br clear="left"> <p> Once you have placed the aerial photo over the overview plot, the subsection of the picture marked will appear in the plot info for any subplots. Drag the blue and red markers for the subplot to surround the smaller region. </p> <p> Note that you can turn off the photo from the plan menu by un-checking the "Reference Visible" menu item. </p> </body> </html> --- NEW FILE: AdvancedTour.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Advanced Tour</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> span.c15 {font-size: 80%} span.c14 {font-family: Monaco, sans-serif} span.c13 {color: #800000} p.c12 {color: #000000; font-style: normal; font-weight: medium; margin-bottom: 0in; margin-left: 0.49in; margin-right: 0.5in; text-align: left} p.c11 {color: #000000; font-style: normal; font-weight: medium; margin-bottom: 0in; page-break-before: always; text-align: left} span.c7 {color: #000000} p.c6 {font-style: normal; font-weight: medium; margin-bottom: 0in; text-align: center} p.c5 {color: #000000; font-style: normal; font-weight: medium; margin-bottom: 0in; text-align: left} span.c4 {font-family: Palatino-Roman, serif} p.c3 {font-style: normal; font-weight: medium; margin-bottom: 0in; text-align: left} h1.c2 {color: #000000} span.c1 {font-family: Helvetica-Bold, sans-serif} </style> </head> <body> <a name="AdvancedTour"></a> <div id="header"></div> <div class="fulltext"> <h1 class="c2"> <span class="c1"><span>Advanced Tour</span></span> </h1> <p class="c5"> <span class="c4"><span>Here's how to add details to the simple plan created in the quick tour:</span></span> </p> <ol> <li> <p> Start the application by double-clicking the "GardenSketch Tutorial" icon in your documents folder. </p> </li> <li> <p> Choose "Find Material" from the file menu. </p> </li> <li> <p> Pick "Perennial" from the type pop-up menu. </p> </li> <li> <p> <span>Click the Search button. </p> </li> <li> <p> Select "Common sunflower" in the results window. </p> </li> <li> <p> Press the "Add To Palette" button. </p> </li> <li> <p>Drag the plant picture (or gray rectangle) onto the main window.</p> </li> <li> <p> Pick the drawing tool <img src="../Images/GS_PaintTool.png" width="30" height="30"> and the freehand shape tool <img src="../Images/GS_FreehandTool.png" width="30" height="30">. Now draw a freehand shape around all the plants, ending at the point at which you started. Don't worry if the line wobbles a little bit. </p> </li> <li> <p> Pick the smooth tool <img src="../Images/GS_SmoothTool.png" width="30" height="30"> and click on the newly drawn line. This will reduce any sharp edges or wobble from the line. You can click on the line multiple times, and each will smooth a little more.<br> You can always undo the smoothing. </p> </li> <li> <p> Pick "Backgrounds" from the lower menu on the material palette, and pick "wood chips" from the upper menu. Drag the picture of the wood chips into the shape that you just drew on the plan and release the mouse button. The shape should fill with wood chips. </p> </li> <li>Pick the inspect tool <img src="../Images/GS_InspectTool.png" width="30" height="30"> and then try clicking on the row and rectangle of sunflowers. A small window should pop up with information about the plants. </li> <li> <p> Pick the dimension tool <img src="../Images/GS_DimensionTool.png" width="30" height="30"> and then try clicking on the row and rectangle of sunflowers. Both items should get dimension lines. </p> </li> <li> <p> Choose "Shopping List" from the reports menu. </p> </li> <li> <p> CLick the "Include Mulch" checkbox and click the Print button. </p> </li> <li> <p> Click "Preview" on the print dialog. You should now see the plants included, plus the amount of mulch required. </p> </li> </ol> <p> Now you can go explore the rest of <b>GardenSketch</b>. If there's a feature which you need, please request it at</span></span> <a href="http://sourceforge.net/projects/igarden">http://sourceforge.net/projects/igarden</a> </p> </div> </body> </html> --- NEW FILE: AddingBackgrounds.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Adding Backgrounds</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="AddingBackgrounds"></a> <h3> Adding Backgrounds </h3>Backgrounds make your drawing look more realistic. To add a background pattern to your plan, start by picking "backgrounds" from the lower menu in the material palette. Un-check "Backgrounds Visible" from the plan menu to temporarily hide the background.<br clear="left"> <br> <img src="../Images/GS_ActiveMaterialTurf.png" align="left" height="142" border="0" hspace=20> <p> If you want to fill an enclosed area with a background such as wood chips, select the desired background from the upper menu of the palette. Then draw an enclosed figure with the <a href="./AddingLines bookID=GardenSketch Help">drawing tool</a>, and drag the picture (ex: turf) over the area and release the mouse. </p> <p> If you want to fill the entire background with a pattern such as turf, select the desired background from the upper menu of the palette. Then drag the picture of the turf over an unenclosed area and release the mouse. </p> </body> </html> --- NEW FILE: AddingViews.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Adding List Views</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="AddingViews"></a> <h1> Adding list Views </h1> <p>To enhance the standard list views (All Columns, Edit All Columns, Names-Only, Colors, Planting, and Seed Editing) you can create your own views customized for your needs. </p> <p> To create a new View, start by picking "Create View" from the list menu. This does two things. First, it creates a new view named "*Custom", and based upon the current view open.<br clear="left"><p></p> <img src="../Images/GS_CustomViewMenu.png" align="left" width="139" border="0" hspace=20><br clear="right"> <p><br></p> <img src="../Images/GS_EditViews2.png" align="right" width= 300 hspace=20 border="0"> <p> Second, it opens the "Edit Database view" window as a copy of the view which you had opened. For example, if you had "Edit All Columns" selected, then the new view will show all columns and all will be writable, as in the picture to the right. </p> <br clear="left"> <img src="../Images/GS_EditListViews.png" align="left" width=300 hspace=20 border="0"><br clear="right"><p> To customize the view, click on the icons in the "Visible" and "Read-Only" columns, as in the picture below, and click OK. </p> <br clear="left"><p>To save the view for later use, pick "Save View..." from the list menu, type a new name into the dialog, and click OK.</p> <img src="../Images/GS_RenameView.png" align="left" width= 300 border="0" hspace=20><br clear="left"> </body> </html> --- NEW FILE: Irregular.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <head> <title>GardenSketch Help Creating Irregular Shapes</title> </head> <a name="Irregular"></a> <h2>Creating Irregular Garden Borders</h2> Before deciding on plans for your garden, it's useful to be able to draw the boundaries of the garden so that you can see how much space it available. In this entry, I'll describe a method which works for totally irregular garden shapes. <ol> <li>Edit the garden plot size to a rectangle which is somewhat larger than the garden.</li><p></p> <li>Measure the size of the garden along its longest point. Create a <a href="./Dimensions.html">dimension line</a> the size of the measured line.</li><p></p> <img src="../Images/GS_IrregularBorders1.png" height="200" width="315" border="1" hspace="4" vspace="4" /><p></p> <li>At regular intervals, measure in both directions away from the original line. It's best to use the intervals of the grid on GardenSketch so that you can use the grid to align the measurements at right angles.</li><p></p> <img src="../Images/GS_IrregularBorders2.png" height="200" width="277" border="1" hspace="4" vspace="4" /><p></p> <li>Click the <a href="./AddingLines.html">drawing tool</a> and the freehand <a href="ShapeTools.html">shape tool</a>, and draw a line around the outside of the dimension lines. If you need to draw the shape in multiple lines, then you can use the "Combine" menu item to combine the lines into one shape.</li><p></p> <img src="../Images/GS_IrregularBorders3.png" height="200" width="320" border="1" hspace="4" vspace="4" /><p></p> <li>Drag the shape to its final location and erase the dimension lines.</li><p></p> <img src="../Images/GS_IrregularBorders4.png" height="200" width="341" border="1" hspace="4" vspace="4" /><p></p> <li>You may want to drag a <a href="./AddingBackgrounds.html">backdrop</a> into the garden area. If you choose a backdrop of wood chips, then GardenSketch will compute the volume of wood chips required in the shopping list report.</li><p></p> </ol> --- NEW FILE: ListView.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help The List Pane</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c19 {; page-break-before: always} p.c18 {margin-right: 1.53in;} p.c17 {margin-right: 1.52in} p.c16 {font-style: normal; margin-top: 0.08in; text-align: center} span.c15 {font-family: Futura} span.c14 {font-size: 80%} p.c13 {margin-right: 1.53in} p.c12 {; font-weight: medium; font-family: Palatino, sans-serif} span.c11 {font-family: Arial, sans-serif} p.c10 {font-style: normal; font-weight: medium; text-align: left} h2.c9 {page-break-before: auto; page-break-after: auto} p.c8 {margin-right: 0.5in} p.c7 {margin-left: 0.01in; margin-right: 1.01in} p.c6 {margin-left: -0.01in; margin-right: 1.01in} p.c5 {margin-left: 1in; margin-right: 1.01in} span.c4 {font-size: 150%} span.c3 {font-family: OpenSymbol} p.c2 {font-weight: medium} h1.c1 {page-break-before: always} </style> </head> <body> <a name="ListView"></a> <h1> Working with Lists </h1> <p> The list pane holds information about the plants used in your document, or about available plants. Each row between two solid lines is a group of plants of the same species. Rows separated by dashed line are showing data for the same plant type in different years. </p> <h2> Selecting a Row </h2> <p> To select a row, click on the icon <img src="../Images/GS_RowSelectIcon.png" width="16" height="19" border="0"> in column 1. The entire row will be shaded with a light blue color to indicate that it is selected. Holding down the command key while clicking on any cell will also select the whole row. </p> <h2> Editing a Cell </h2> <p> To edit any cell in the list, click the cell without holding down any modifier keys (ex: Apple or shift). There are many different <a href="./CellTypes.html">types of cells</a>. </p> <h2> Moving Between Cells </h2> <p> All cells will select the next piece of information about the current plant (the next cell to the right) when you press the tab key. </p> <p> In the same way, pressing shift-tab takes you to the previous cell (the cell to the left), and pressing the return key takes you to the same piece of information on the next plant (the cell below the currently selected cell). </p> <p> If a cell type could use tab as a valid value (ex: comments), then use option-tab to add the tab character. </p> <h2> Resizing Columns </h2> <p> To resize a column, point the mouse to the right edge of the column, </p> <blockquote><img src="../Images/GS_ColumnDrag2.png" width="150"></blockquote> <p> then drag the cursor to the correct point. A vertical line shows where the new edge of the column will be. </p> <blockquote><img src="../Images/GS_ColumnDrag3.png" width="150"></blockquote> <p> When you release the mouse button, the column size will update. </p> <blockquote><img src="../Images/GS_ColumnDrag4.png" width="190"></blockquote> <h2> Sorting Columns </h2> <p> Clicking on the title of a column with two or more rows will sort the data by that column. Clicking on the title again will sort in the opposite direction. The triangle with the larger side on the bottom indicates that the rows are increasing towards the bottom, while the opposite triangle indicates that the rows are increasing towards the top. Fields are sorted without considering capitalization. <blockquote><img src="../Images/GS_SortIncreasing.tiff" width="100"> <img src="../Images/GS_SortDecreasing.tiff" width="100"></blockquote> </p> </body> </html> --- NEW FILE: Dimensions.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Adding Dimension Lines</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="Dimensions"></a> <h3>Adding dimension lines</h3> Add dimension lines to the plan by using the dimension tool <img src="../Images/GS_DimensionTool.png" align="middle" width="30" height="30" border="0">. <h4>Adding dimensions to an existing path.</h4> <ol> <li>Click the dimension line tool.</li> <li>Click on a preexisting path (line, rectangle, circle, or arc).</li> </ol> <h4>Removing dimensions from an existing path.</h4> <ol> <li>Click the dimension line tool.</li> <li>Shift-Click on a preexisting path (line, rectangle, circle, or arc).</li> </ol> <h4>Adding an independent dimension line</h4> <ol> <li>Click the dimension line tool.</li> <li>Drag from the start to the end of the dimension line.</li> </ol> </body> </html> --- NEW FILE: GettingStarted.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <title>GardenSketch Help Getting Started</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> </head> <body> <h1>Getting Started with GardenSketch</h1> <div class="overall"> <a name="GettingStarted"></a> <div id="header"></div> <p> <br> </p> <div class="fulltext"> <div id="box1"> <hr> <a href="GardenSketch%20Readme.html">Read Me First</a><br> <span class="description">Installation and license.</span> </div> <div id="box1"> <hr> <a href="./QuickTour.html">Quick Tour</a><br> <span class="description">Take a tour of some of the basic features of GardenSketch.</span> </div> <div id="box1"> <hr> <a href="./AdvancedTour.html">Advanced Tour</a><br> <span class="description">Take a tour of some of the more advanced features of GardenSketch.</span> </div> <div id="box1"> <hr> <a href="./GardenSketchConcepts.html">Overview</a><br> <span class="description">Learn more about what's available with GardenSketch.</span> </div> </div> </div> </body> </html> --- NEW FILE: GardensketchVersions.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Version History</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> </head> <body> <div id="header"></div> <p>Beta 5 adds significant new features and resolves many issues, including:</p> <h3>New Features</h3> <ul> <li>Built as a universal binary </li> <li>GardenSketch now displays most non-plant items in color, for drawing styles which include color. </li> <li>Added more non-plant items </li> <li>Added menus of common plants, making it even easier to plants. The menus include plants popular many regions. Since GardenSketch is open source software, you can help add popular plants for your region. </li> <li>Stays on the current drawing tool after an operation </li> <li>Grouped drawing, placement, and planting bed tools with the shape tools </li> <li>Added Select All for plan elements </li> <li>Enhanced the reference image feature (old aerial photo) to import a scale drawings </li> <li>Added keyboard shortcuts for zoom in and zoom out </li> <li>Rearrange menus in active material palette to be set top-down </li> <li>Added a “ShoppingList” report for plants to purchase. <ul> <li>You can create the list for one or for all vendors </li> <li>You can create list for one garden plot, or the entire landscape </li> <li>You can include volume calculations for mulch </li> <li>You can display pictures of the plants in the list </li> <li>You can include annuals to repurchase for next year </li> </ul> </li> <li>Made many performance improvements </li> <li>Changed to a new file format <ul> <li>can include background pictures in the project </li> <li>Saves space and load time </li> <li>Option to use standard XML </li> </ul> </li> <li>Changed palette icons to 32×32 </li> <li>Added more plants </li> <li>Added more pictures </li> <li>Made the ActiveMaterial palette wider, in order to make pictures easier to see. </li> <li>Added a new new plant style where plants drawings grow and shrink </li> <li>Added more backdrop materials (dirt, bark mulch, white) </li> <li>Change some of the icons </li> </ul> <h3>Defects Fixed</h3> <ul> <li>Creating a new plant without height or spread displayed garbage in the height and spread fields. </li> <li>The construction draw style showed non-plant rotated incorrectly. </li> <li>Selecting “in this plot” after adding hardscape didn’t clear text or drawing. </li> <li>Plants could sometimes show up with a spread equal to their height. This was most noticeable with tall thin plants like sunflower. </li> <li>Plants may have been looked up incorrectly by name. </li> <li>Adding plant with identical variety twice in the same row made two identical materials </li> <li>Couldn’t drop mulch on an area covered by a plant radius </li> <li>Items on alternate plots didn’t show up in list view </li> <li>Entering 2′3cm incorrectly set the field to 20″ </li> <li>Entering range as 2-3′ should have been the same as 2′ to 3′ (2″ to 3′ should still work) </li> <li>Entering length or maxLength with unnamed plant silently failed </li> <li>There was a problem clicking on a picture column when used on multi-year lists </li> <li>Hyperlink text color didn’t change when clicked </li> <li>Selecting alternate picture didn’t change the dialog. </li> <li>Two pastes in a row on picture popup doesn’t create two entries on the plant. </li> <li>If entering name and variant on an unknown quantity as one string, didn’t enter data into variety column </li> <li>Crash opening find dialog with no document open </li> <li>Couldn’t redo moving endpoints on an arc </li> <li>Couldn’t do planChange on more than one element </li> <li>Having 2 elements selected while dragging would sometimes causes them to jump when moving elements </li> <li>When alternate move elements and adding attached dimensions, sometimes undo steps seem to be lost </li> <li>Selecting two elements and dragging deselected only one item </li> <li>The delete key didn’t delete plan elements </li> <li>Didn’t accept copy of item from finder (select jpeg icon in finder, copy) </li> <li>Non-plant items weren’t getting into the “All in document” menu </li> <li>Used to enable tools which were not valid for the active material (Arc should not have enabled for planting bed) </li> <li>Fixed some application waits (spinning beachball cursor) </li> <li>undo /redo resize of title failed </li> <li>Changing path width should have affected the plant count in the GetInfo window. </li> <li>keystrokes don’t make it through to tools unless a plant had been added to the canvas </li> <li>Delete key doesn’t work for non-material element types </li> <li>Fill a group, then select. FIll disappears. Save & re-open, fill show until selected again. </li> <li>There was an error using info tool on group </li> <li>Some plant entries were missing height and/or width. </li> <li>There were problems selecting small non-plant items (ex: wall) (Allow click ‘n’ pixels away from a non-plant item) </li> <li>Rectangle paths would not resize correctly after save/restore </li> <li>Dropping turf over bench caused the bench to disappear. GardenSketch now enforces ordering of different types of elements </li> <li>Backdrops used to show up in monochrome drawing styles </li> <li>Info tooltip left up when window closed, or possibly just when tool switched, which could cause a crash. </li> <li>Text & Title boxes drawn incorrectly for sizes smaller than the rounded corner radius </li> <li>Don’t allow changing the border style if the box is tool small. </li> <li>Don’t display title GetInfo for text boxes </li> <li>Problems using some characters in document properties </li> <li>Canonical name cell can be too short (not taking italics and font into account) </li> </ul> <p> version 1.0b3 adds significant new features and resolves a number of issues, including: </p> <ul type="disc"> <li>Plant images will be automatically downloaded from the internet when the plant is first viewed. GardenSketch currently handles 226 pictures for 194 selected plants, with more to come </li> <li>A new plant picture window with larger pictures, alternate pictures, and the capability to add data to pictures. </li> <li>Enlarged pictures in the GetInfo window and the palette </li> <li>Default picture displayed in the palette when loading the plant by name </li> <li>A new plant aging control, to show how plants will look as the garden grows. </li> <li>An improved search dialog. </li> <li>Over 270 new plants in the database. </li> <li>Improved document opening speed for large projects. </li> <li>In GetInfo window, changing the spacing of existing plants now updates the # of plants listed </li> <li>Planting beds in freehand shapes correctly fill to the edges with no large gaps in the platings . </li> <li>Fixed problem setting source column in Source Database window </li> <li>Fixed handling of unknown names and varieties </li> <li>An 'add variety' menu on the list views. </li> <li>All variety rows are automatically updated when data is added to the species </li> <li>Displays a smaller color square when a variety color is assumed based upon the species </li> <li>Allows for different values in fields for varieties from species </li> <li>Mature plant size represented by a dashed circle instead of a solid circle. </li> <li>improved formatting of the botanical name </li> </ul>Version 1.0b2 <ul type="disc"> <li>different display styles for presentation & construction plans </li> <li>Add smoothing tool for freehand shapes </li> <li>Add non-plant items </li> <li>Add rotated rectangle tool </li> <li>New documents should start in "All Writable" column set </li> <li>Implement CFPlugin support </li> </ul> </body> </html> --- NEW FILE: PlanView.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help The Plan Pane</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c7 {margin-right: 3.08in} h4.c6 {widows: 2; orphans: 2} p.c5 {widows: 2; orphans: 2; page-break-before: auto} h2.c4 {font-family: Arial, sans-serif} span.c3 {font-size: 120%} p.c2 {font-family: Palatino, serif} h1.c1 {page-break-before: always} </style> </head> <body> <a name="PlanView"></a> <div id="header"></div> <h1 class="c1"> Working with the Plan Pane </h1> <p class="c2"> </p> <h2> Preparing the Canvas </h2> <h2> Looking Closer at Elements </h2> <h3> Viewing Plants at Their Maximum Size </h3> <h2> Other Tools </h2> <h3> Grouping Plants </h3> <p> Creating a group </p> <p> Ungrouping </p> <p> Stretching a group </p> <p> filling </p> <p> planting along edge </p> <h3> Adding Text Annotations </h3> <p> Use the text tool <img src="../Images/GS_TextTool.png" width="30" border="0"> in order to place a text box on the plan. Text boxes can be used to label the drawing, or to add text notes as required. </p> <h3 class="c12"> Adding Titles </h3> <p class="c13"> <img src="../Images/GS_TitleToolMenu.png" align="left" width="83" height="64" border="0"><br clear="left"><br> <img src="../Images/GS_TitleStartTool.png" align="left" width="30" height="23" border="0"><br clear="left"><br> <img src="../Images/GS_TitleTool.png" align="left" width="30" height="23" border="0"><br clear="left"> <br> <br> </p> <h3 class="c14"> <br> <br> </h3> <h2> Changing the Current Viewpoint </h2> <h3> Scrolling the Display </h3> <p> The scroll tool <img src="../Images/GS_HandScrollTool.png" hspace="10" width="30" border="0">may be used instead of the scroll bars for fine scrolling. Dragging the mouse moves the plan as if you were dragging a sheet of paper on a table, with the mouse keeping the same position relative to the drawing. </p> <h3> Zooming in and out </h3> <p> To show a smaller area of the garden, with more accurate positioning of the plants, choose Zoom-In from the Plan menu. To show a larger area of the garden, choose Zoom-Out from the Plan menu. </p> <h3> Hiding and Showing the Grid </h3> <h3> Hiding and Showing Backgrounds </h3> <h2> <br> </h2> <h2 class="c15"> Multiple Garden Plots </h2> <h3> Adding another plot </h3> <h3> Placing a Plot Over the Satellite Image </h3> <h3> Choosing the current plot </h3> <h4> <img src="../Images/GS_PlotSelect1.png" align="left" width="146" height="25" border="0"><br clear="left"> <br> <br> </h4> <h3> Editing the Current Plot Information </h3> <h3> <img src="../Images/GS_PlotInfo1.png" align="left" width="259" height="395" border="0"><br clear="left"> Choosing the Destination Plot in the list View </h3> <p> <br> </p> <h3> Removing a plot </h3> <p> <img src="../Images/GS_PlanMenuTop.gif" align="left" width="125" height="71" border="0"><br clear="left"> <br> </p> <h2 class="c15"> Working with Alternatives </h2> <p> <img src="../Images/GS_Alternatives.png" align="left" width="253" height="173" border="0"><br clear="left"> <br> </p> <p> <br> </p> </body> </html> --- NEW FILE: GardenSketch Readme.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <meta http-equiv="CONTENT-TYPE" content="text/html; charset=us-ascii"> <title>GardenSketch Help About GardenSketch</title> <meta name="GENERATOR" content="NeoOffice/J 1.1 Release Candidate (Unix)"> <meta name="CREATED" content="20050713;13021700"> <meta name="CHANGED" content="20060710;21144600"> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> span.c7 {font-size: 80%} p.c6 {text-align: left} span.c5 {font-weight: medium} span.c4 {font-family: Palatino, sans-serif} p.c3 {font-family: Helvetica-Bold, sans-serif; text-align: left} p.c2 {font-family: Helvetica, sans-serif; text-align: right} span.c1 {font-size: 120%} </style> </head> <body lang="en-US" dir="ltr"> <div id="header"></div> <p class="c2"> <span class="c1">V1.0RC1 (Released: 31-May-2008)<br> Redstart Software<br> <a href="mailto:in...@Ga...">in...@Ga...</a><br> <a href="http://www.GardenSketch.com/">www.GardenSketch.com</a></span> </p> <p class="c3"> <span><u><b>What is GardenSketch?</b></u></span> </p> <p class="c6"> GardenSketch <span class="c5"><span><span class="c4">is design software which can help plan and lay out any area,</span> from the smallest garden plot to the largest landscape, enabling the planner to visualize a garden space before any plants are purchased, in color, in any season.</span></span> </p> <p class="c6"> <b>GardenSketch</b>'s specialized drawing tools make designing landscapes easy. The existing landscape can be easily entered by <a href="./AerialPhoto.html">incorporating aerial or satellite photos</a>. <b>GardenSketch</b> enables the planner to choose suitable plants with its advanced search capability. It makes buying plants and mulch easy by computing the count of plants and the amount of mulch required to fill an area. </p> <p class="c6"> For home users, <b>GardenSketch</b> saves information about last year's planting season (ex: germination, plant-out dates, and degree of success) and can help determine the optimum time to plant seedlings. It can even print labels for flats/pots when starting seeds. </p> <p class="c6"> For commercial users, <b>GardenSketch</b> is compatible with an open XML file format, and uses OpenGL to maintain speed even with large numbers of plantings. <b>GardenSketch</b> can handle large plans by managing smaller garden plots overlaid on a master plan. <b>GardenSketch</b> can be customized after purchase by using plug-ins. </p> <p class="c3"> <span><u><b>System requirements</b></u></span> </p> <p class="c6"> GardenSketch <span>runs on Apple Macintosh computers running OS revision 10.3.9 or greater. It has been tested so far on systems running from 10.3.9 to 10.4.7, with both G4 and G5 processors.</span> </p> <p class="c3"> <span><u><b>Installation</b></u></span> </p> <p class="c6"> GardenSketch <span>is installed by dragging the <b>GardenSketch</b> application into your applications folder.</span> </p> <p class="c6"> A directory is created in "Library/Applications Support" in your user folder to hold the Material database, and another one is created within "Pictures" in your user folder to hold plant images. </p> <p class="c3"> <span><u><b>Pricing</b></u></span> </p> <p class="c6"> GardenSketch <span>downloads are available for free from the iGarden project at SourceForge (<a href="http://sourceforge.net/projects/igarden">www.sourceforge.net/projects/igarden</a>). Donations through SourceForge are welcome, and will help speed development. Custom versions are available on a consulting basis. Please contact <a href="mailto:in...@Ga...">in...@Ga...</a>.</span> </p> <p class="c6"> A full printed manual is in production, and will be available at <a href="http://www.cafepress.com/">www.cafepress.com</a>, along with a CD containing GardenSketch, a PDF manual, and sources. </p> <p class="c3"> <span><u><b>Support</b></u></span> </p> <p class="c6"> To help you stay up-to-date with the progress of GardenSketch, Redstart software has a web log supporting the GardenSketch beta at: </p> <p class="c6"> <a href="http://www.redstartsw.com/"><span class="c8"><span class="c7">http://www.redstartsw.com/</span></span></a> </p> <p class="c6"> Defects and feature requests can be entered at the GardenSketch project at: </p> <p class="c6"> <a href="http://sourceforge.net/projects/igarden"><span class="c8"><span class="c7">http://www.sourceforge.net/projects/igarden</span></span></a> </p> <p class="c6"> <br> </p> <p class="c3"> <span><b>LIMITED WARRANTY AND LIABILITY</b></span> </p> <p class="c6"> THIS SOFTWARE COMES 'AS IS'. REDSTART SOFTWARE CAN NOT BE HELD RESPONSIBLE FOR ANY DAMAGE OR LOSS OF DATA CAUSED BY THIS PRODUCT DIRECTLY OR INDIRECTLY, WHATEVER THE NATURE OF THE DAMAGE. </p> <p> Company and product names may be trademarks or registered trademarks of the individual companies, and are respectfully acknowledged. </p> <p> <br> </p> </body> </html> --- NEW FILE: Reports.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st February 2005), see www.w3.org"> <title>GardenSketch Help Generating Reports</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c3 {margin-bottom: 0in; page-break-after: avoid} p.c2 {margin-bottom: 0in} h1.c1 {page-break-before: always} </style> </head> <body> <a name="Reports"></a> <div id="header"></div> <h1 class="c1"> Reports </h1> GardenSketch currently has two reports. The <a href="./PlantLabelReport.html">plant label</a> report produces labels for plants grown from seed, and the <a href="./ShoppingListReport.html">shopping list</a> report lists plants which need to be purchased from the local garden center. </body> </html> --- NEW FILE: ShoppingListReport.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is GardenSketch Help. The Initial Developer of the Original Code is Redstart Software. Portions created by Initial Developer are Copyright (C) 2006 Redstart Software. All Rights Reserved. Contributor(s): Becca Bedell (be...@re...) Jeffrey Bedell (je...@re...) --> <html> <head> <title>GardenSketch Help The Shopping List REport</title> <link href="../style/default.css" rel="stylesheet" type="text/css"> <style type="text/css"> p.c3 {margin-bottom: 0in; page-break-after: avoid} p.c2 {margin-bottom: 0in} h1.c1 {page-break-before: always} </style> <body> <a name="ShoppingListReport"></a> <h3> The Shopping List Report </h3> The shopping list report prints a list of all plants which need to be purchased. Optionally, mulch and annuals for next year may be included. The list includes only items which have been placed onto the plan and have not yet been purchased. Once the plants have been purchased, you should update the "purchased" column. <p class="c2"> <br clear="left"> <img src="../Images/GS_ShoppingListReport.png" name="Graphic92" align="left" width="335" border="0" hspace=20><br clear="left"> <br> </p> An example entry in the list looks like this: <p class="c3"> <img src="../Images/GS_ShoppingListEntry.png" name="Graphic93" align="left" width="600" border="0" hspace=20><br clear="left"> <br> </p> Note that the the count includes all plants of the same type, as long as they are within the garden plots specified in the dialog. </body> </html> --- NEW FILE: AddingYears.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mo... [truncated message content] |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 00:53:03
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Pages In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15675/Pages Log Message: Directory /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Pages added to the repository |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-31 00:47:47
|
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help/Images In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv9341/source/resources/English.lproj/GardenSketch Help/Images Removed Files: GS_CIrcleTool.png Log Message: Move help files into a subdirectory to improve speed --- GS_CIrcleTool.png DELETED --- |
Update of /cvsroot/igarden/Garden/source/resources/English.lproj/GardenSketch Help In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv9341/source/resources/English.lproj/GardenSketch Help Removed Files: Tag: Release_branch_v1 HowDoI.html ShortCuts.html PlanChange.html GardenSketchConcepts.html GardenSketch Readme.html AddingNewPlants.html GardenSketchCustom.html AdvancedTour.html AddingBackgrounds.html PlanView.html AddingViews.html Search.html OpenClosePrint.html Reports.html AddingHardscape.html AddingByName.html ListView.html ShapeTools.html CellTypes.html QuickTour.html GardensketchVersions.html ShoppingListReport.html Dimensions.html AerialPhoto.html AddingLines.html PlantLabelReport.html Adding.html AddingYears.html Inspection.html Irregular.html GettingStarted.html Plots.html Log Message: Move help files into a subdirectory to improve speed --- Search.html DELETED --- --- ShapeTools.html DELETED --- --- AerialPhoto.html DELETED --- --- Dimensions.html DELETED --- --- AddingViews.html DELETED --- --- AddingBackgrounds.html DELETED --- --- AdvancedTour.html DELETED --- --- Irregular.html DELETED --- --- ListView.html DELETED --- --- PlantLabelReport.html DELETED --- --- GettingStarted.html DELETED --- --- GardensketchVersions.html DELETED --- --- PlanView.html DELETED --- --- GardenSketch Readme.html DELETED --- --- Reports.html DELETED --- --- ShoppingListReport.html DELETED --- --- AddingYears.html DELETED --- --- AddingHardscape.html DELETED --- --- CellTypes.html DELETED --- --- Inspection.html DELETED --- --- Adding.html DELETED --- --- AddingLines.html DELETED --- --- Plots.html DELETED --- --- HowDoI.html DELETED --- --- OpenClosePrint.html DELETED --- --- AddingByName.html DELETED --- --- ShortCuts.html DELETED --- --- QuickTour.html DELETED --- --- AddingNewPlants.html DELETED --- --- GardenSketchCustom.html DELETED --- --- GardenSketchConcepts.html DELETED --- --- PlanChange.html DELETED --- |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-23 13:07:01
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1766/YAAFExtensions Modified Files: Tag: Release_branch_v1 RGGLBasicSVG.cpp Log Message: Fix a problem with default scale gettin out of bounds (thick lines on SVG drawing). Index: RGGLBasicSVG.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGGLBasicSVG.cpp,v retrieving revision 1.3.2.4 retrieving revision 1.3.2.5 diff -C2 -d -r1.3.2.4 -r1.3.2.5 *** RGGLBasicSVG.cpp 17 May 2008 20:59:17 -0000 1.3.2.4 --- RGGLBasicSVG.cpp 23 May 2008 13:06:52 -0000 1.3.2.5 *************** *** 372,375 **** --- 372,376 ---- glColor4f (0.0, 0.0, 0.0, 1.0); glNewList(_displayList, GL_COMPILE); + glLineWidth(1.0); while(parseTree != NULL) { |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-23 13:05:33
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1195/source/LayoutDB Modified Files: Tag: Release_branch_v1 MaterialRef.cpp Log Message: Fix a problem with default scale gettin out of bounds (thick lines on SVG drawing). Index: MaterialRef.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/MaterialRef.cpp,v retrieving revision 1.119.2.37 retrieving revision 1.119.2.38 diff -C2 -d -r1.119.2.37 -r1.119.2.38 *** MaterialRef.cpp 23 May 2008 12:15:46 -0000 1.119.2.37 --- MaterialRef.cpp 23 May 2008 13:05:32 -0000 1.119.2.38 *************** *** 1895,1899 **** planPoint_t aPoint; planLength_t actualSize = 0; - long lower, upper; GLenum err; short minYear, maxYear, primaryYear; --- 1895,1898 ---- *************** *** 1939,1942 **** --- 1938,1942 ---- glPopAttrib(); } + glLineWidth (1.0); if(numPoints >= 1 && ItemsCanBeResized(growX, growY) && (_material != NULL)) |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-23 13:05:33
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1195/source/PlanTool Modified Files: Tag: Release_branch_v1 PlanView.cpp Log Message: Fix a problem with default scale gettin out of bounds (thick lines on SVG drawing). Index: PlanView.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/PlanView.cpp,v retrieving revision 1.47.2.15 retrieving revision 1.47.2.16 diff -C2 -d -r1.47.2.15 -r1.47.2.16 *** PlanView.cpp 17 May 2008 21:53:03 -0000 1.47.2.15 --- PlanView.cpp 23 May 2008 13:05:34 -0000 1.47.2.16 *************** *** 1286,1290 **** if(newDefaultScale != _defaultScale) { ! if(newDefaultScale == 0) { measureUnits_t units = (measureUnits_t)_prefs->GetInt32Pref(kUnitsPref); --- 1286,1292 ---- if(newDefaultScale != _defaultScale) { ! if(newDefaultScale == 10 || newDefaultScale == 12) ! _defaultScale = newDefaultScale; ! else { measureUnits_t units = (measureUnits_t)_prefs->GetInt32Pref(kUnitsPref); *************** *** 1296,1301 **** _prefs->SetInt32Pref(kDefaultScalePref, _defaultScale); } - else - _defaultScale = newDefaultScale; RGGLView::SetDefaultScale(newDefaultScale); --- 1298,1301 ---- |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-23 12:15:51
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12599/source/LayoutDB Modified Files: Tag: Release_branch_v1 MaterialRef.h MaterialRef.cpp Log Message: Add basic pruning capability (natural shaping to current size only) Speed up refresh when columns et is changed Index: MaterialRef.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/MaterialRef.cpp,v retrieving revision 1.119.2.36 retrieving revision 1.119.2.37 diff -C2 -d -r1.119.2.36 -r1.119.2.37 *** MaterialRef.cpp 19 Apr 2008 11:19:33 -0000 1.119.2.36 --- MaterialRef.cpp 23 May 2008 12:15:46 -0000 1.119.2.37 *************** *** 1639,1643 **** bool primary, secondary; planMonth_t planMonth; ! planLength_t usualSize, recommendedSize; long lower, upper, lval; UInt32 imageSize; --- 1639,1643 ---- bool primary, secondary; planMonth_t planMonth; ! planLength_t recommendedSize; long lower, upper, lval; UInt32 imageSize; *************** *** 1682,1699 **** glLineWidth (1); ! usualSize = GetMinimumSpacing(); ! recommendedSize = usualSize; if(_material == NULL) (void)GetMaterial(ifMissingNULL); ! if(_material != NULL) { ! if(_material->GetValueInt32Range(kPlantSpread, lower, upper)) ! { ! usualSize = upper; ! recommendedSize = lower; ! } } - if(HasDocument()) { --- 1682,1693 ---- glLineWidth (1); ! recommendedSize = GetMinimumSpacing(); if(_material == NULL) (void)GetMaterial(ifMissingNULL); ! if(_material != NULL && _material->GetValueInt32Range(kPlantSpread, lower, upper)) { ! recommendedSize = lower; } if(HasDocument()) { *************** *** 1708,1712 **** if(state->GetBoolPref(kPlanFullSize)) { ! actualSize = usualSize; } else --- 1702,1707 ---- if(state->GetBoolPref(kPlanFullSize)) { ! GetMaxPlantDimensions(&height, &spread); ! actualSize = spread; } else *************** *** 1899,1903 **** long n, numPoints; planPoint_t aPoint; ! planLength_t actualSize = 0, usualSize; long lower, upper; GLenum err; --- 1894,1898 ---- long n, numPoints; planPoint_t aPoint; ! planLength_t actualSize = 0; long lower, upper; GLenum err; *************** *** 1911,1928 **** PathElement::DrawAnchorPoints(intoView); intoView->GetYearsDisplayed(minYear, maxYear, primaryYear); - usualSize = GetMinimumSpacing(); if(_material == NULL) (void)GetMaterial(ifMissingNULL); - if(_material != NULL) - { - if(_material->GetValueInt32Range(kPlantSpread, lower, upper)) - usualSize = upper; - - } DocumentTags *state = GetActiveSavedState(GetDocument()); if(state->GetBoolPref(kPlanFullSize)) { ! actualSize = usualSize; } else --- 1906,1917 ---- PathElement::DrawAnchorPoints(intoView); intoView->GetYearsDisplayed(minYear, maxYear, primaryYear); if(_material == NULL) (void)GetMaterial(ifMissingNULL); DocumentTags *state = GetActiveSavedState(GetDocument()); if(state->GetBoolPref(kPlanFullSize)) { ! landscapeHeight_t tmpHeight; ! GetMaxPlantDimensions(&tmpHeight, &actualSize); } else *************** *** 2131,2135 **** attributeID_t instanceAttr; double yearsToMaxVal, yearOffset, sigmoidDenom; ! InstanceData *before, *after; PRECONDITION(attrID == kPlantHeight || attrID == kPlantSpread); --- 2120,2125 ---- attributeID_t instanceAttr; double yearsToMaxVal, yearOffset, sigmoidDenom; ! InstanceData *before, *after, *pruningBefore, *pruningAfter; ! pruningType_t pruningType; PRECONDITION(attrID == kPlantHeight || attrID == kPlantSpread); *************** *** 2153,2195 **** else before->GetSpread(temp, lastKnownVal); - if(maxVal != 0) - { - yearOffset = (logl(((double)maxVal/lastKnownVal)-1)-5) * (yearsToMaxVal)/-14.0; - yearOffset += (year - before->GetYear()); ! sigmoidDenom = 1 + exp(5-(14*yearOffset/yearsToMaxVal)); ! result = maxVal / sigmoidDenom; } else ! result = 0; ! if(after == before) { ! if(!before->isEmpty(instanceAttr)) { ! if(attrID == kPlantHeight) ! before->GetHeight(temp, result); ! else ! before->GetSpread(temp, result); } ! } ! else if(after != NULL && before != NULL) ! { ! planLength_t val1, val2; ! // Average before & after height/spread ! if(!before->isEmpty(instanceAttr) && !after->isEmpty(instanceAttr)) { ! if(attrID == kPlantHeight) { ! before->GetHeight(temp, val1); ! before->GetHeight(temp, val2); } ! else { ! before->GetSpread(temp, val1); ! before->GetSpread(temp, val2); } - result = (val1+val2)/2.0; } } --- 2143,2202 ---- else before->GetSpread(temp, lastKnownVal); ! BoundedInstanceData(year, kInstancePruningType, &pruningBefore, &pruningAfter); ! if(pruningBefore != NULL) ! { ! Int32 val; ! ! pruningBefore->GetInt32(kInstancePruningType, &val); ! pruningType = static_cast<pruningType_t>(val); } else ! pruningType = kPruningNone; ! if(pruningType == kPruningNaturalCurrentSize) ! result = lastKnownVal; ! else { ! if(maxVal != 0) { ! yearOffset = (logl(((double)maxVal/lastKnownVal)-1)-5) * (yearsToMaxVal)/-14.0; ! yearOffset += (year - before->GetYear()); ! ! sigmoidDenom = 1 + exp(5-(14*yearOffset/yearsToMaxVal)); ! result = maxVal / sigmoidDenom; } ! else ! result = 0; ! if(after == before) { ! if(!before->isEmpty(instanceAttr)) { ! if(attrID == kPlantHeight) ! before->GetHeight(temp, result); ! else ! before->GetSpread(temp, result); } ! } ! else if(after != NULL && before != NULL) ! { ! planLength_t val1, val2; ! ! // Average before & after height/spread ! if(!before->isEmpty(instanceAttr) && !after->isEmpty(instanceAttr)) { ! if(attrID == kPlantHeight) ! { ! before->GetHeight(temp, val1); ! before->GetHeight(temp, val2); ! } ! else ! { ! before->GetSpread(temp, val1); ! before->GetSpread(temp, val2); ! } ! result = (val1+val2)/2.0; } } } *************** *** 2211,2215 **** } } ! // printf("%s - Max %ld result = %f\n", attrID == kPlantHeight ? "height" : "spread", maxVal, result); --- 2218,2222 ---- } } ! // printf("%s - Max %ld result = %f\n", attrID == kPlantHeight ? "height" : "spread", maxVal, result); *************** *** 2219,2223 **** // --------------------------------------------------------------------------- ! /// GetPlantDimensions /// Get the height and spread of the current material, which may be anywhere within the range for the material in question. // --- 2226,2230 ---- // --------------------------------------------------------------------------- ! /// GetLatestPlantDimensions /// Get the height and spread of the current material, which may be anywhere within the range for the material in question. // *************** *** 2254,2257 **** --- 2261,2309 ---- // --------------------------------------------------------------------------- + /// GetMaxPlantDimensions + // + /// The maximum height & spread are usually determined by the MaxHeight & MaxSpread columns + /// unless it was pruned, in which case the latest pruning size is used. + // + void MaterialRef::GetMaxPlantDimensions( landscapeHeight_t * height, planLength_t * spread ) + { + pruningType_t pruningType = kPruningNone; + + *height = 0; + *spread = 0; + + if((GetMaterialType() & kMajorMaterialType) == kMaterialTypePlant) + { + if(HasDocument()) + { + InstanceData* inst = LatestInstanceData(kInstancePruningType); + sint32 val; + + if(inst!= NULL) + { + inst->GetInt32(kInstancePruningType, &val); + pruningType = static_cast<pruningType_t>(val); + } + } + + if(pruningType == kPruningNaturalCurrentSize) + { + GetLatestPlantDimensions(height, spread); + } + else + { + sint32 lower, upper; + if(GetMaterial(ifMissingNULL) != NULL) + { + if(_material->GetValueInt32Range(kPlantSpread, lower, upper)) + *spread = upper; + if(_material->GetValueInt32Range(kPlantHeight, lower, upper)) + *height = upper; + } + } + } + } + + // --------------------------------------------------------------------------- /// IsAttributeVisible // *************** *** 4048,4050 **** return test1; ! } \ No newline at end of file --- 4100,4102 ---- return test1; ! } Index: MaterialRef.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/MaterialRef.h,v retrieving revision 1.43.2.8 retrieving revision 1.43.2.9 diff -C2 -d -r1.43.2.8 -r1.43.2.9 *** MaterialRef.h 26 Mar 2008 22:24:56 -0000 1.43.2.8 --- MaterialRef.h 23 May 2008 12:15:46 -0000 1.43.2.9 *************** *** 152,155 **** --- 152,156 ---- void GetPlantDimensions(landscapeHeight_t * height, planLength_t * spread, short year); void GetLatestPlantDimensions(landscapeHeight_t * height, planLength_t * spread); + void GetMaxPlantDimensions( landscapeHeight_t * height, planLength_t * spread ); materialVisibility_t IsAttributeVisible(attributeID_t attribute, planMonth_t month); InstanceData* GetInstanceAttributes(bool doCreate, UInt32 year); |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-23 11:23:12
|
Update of /cvsroot/igarden/Garden/source/SourceMaterialDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv23584/source/SourceMaterialDB Modified Files: Tag: Release_branch_v1 AttributeDictionary.cpp Log Message: Add basic pruning capability (natural shaping to current size only) Speed up refresh when columns et is changed Index: AttributeDictionary.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/SourceMaterialDB/AttributeDictionary.cpp,v retrieving revision 1.41.2.11 retrieving revision 1.41.2.12 diff -C2 -d -r1.41.2.11 -r1.41.2.12 *** AttributeDictionary.cpp 18 May 2008 12:59:45 -0000 1.41.2.11 --- AttributeDictionary.cpp 23 May 2008 11:23:17 -0000 1.41.2.12 *************** *** 1162,1165 **** --- 1162,1166 ---- AddInfoEntry(kAlternateCommonNames, kAttrUnicode, kClassAttribute, kTagAlternateCommonNames); AddInfoEntry(kDescription, kAttrUnicode, kClassAttribute, kTagDescription); + AddInfoEntry(kInstancePruningType, kAttrMenu, kInstanceAttribute, kTagInstancePruningType, 3055); /************/ *************** *** 1543,1546 **** --- 1544,1549 ---- case kDescription: return stx("Description"); + case kInstancePruningType: + return stx("Pruning"); default: FatalErrorAssert(stx("Type out of range in Attribute::GetAttributeNameStr()")); |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-23 11:23:12
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv23584/source/PlanTool Modified Files: Tag: Release_branch_v1 MaterialInfoPanel.cpp MaterialInfoPanel.h Log Message: Add basic pruning capability (natural shaping to current size only) Speed up refresh when columns et is changed Index: MaterialInfoPanel.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/MaterialInfoPanel.cpp,v retrieving revision 1.17.2.7 retrieving revision 1.17.2.8 diff -C2 -d -r1.17.2.7 -r1.17.2.8 *** MaterialInfoPanel.cpp 17 May 2008 21:52:37 -0000 1.17.2.7 --- MaterialInfoPanel.cpp 23 May 2008 11:23:17 -0000 1.17.2.8 *************** *** 29,32 **** --- 29,34 ---- #include "RGSlideControl.h" #include "XMessages.h" + #include "AttributeDictionary.h" + #include "InstanceData.h" #include "MaterialInfoForm.h" #include "RGPanelSet.h" *************** *** 184,189 **** --- 186,193 ---- PlanView *planView; short minYear, maxYear, primaryYear; + uint32 i, count; double percentSize; Material *mat; + String name; planView = _parent->GetPlanView(); *************** *** 222,225 **** --- 226,251 ---- textGad = dynamic_cast<XGStaticText*>(_view->FindViewByID(kPlantInfoSpacingText)); textGad->SetTitle(message); + + XGPopControl *pop; + + pop = dynamic_cast<XGPopControl*>(_view->FindViewByID(8)); + AssertValidView(pop); + pop->DeleteAll(); + count = AttributeDictionary::NumEnumValues(kInstancePruningType); + for(i = 0; i < count; i++) + { + AttributeDictionary::GetIndexedEnumDisplayValue(kInstancePruningType, i, name ); + pop->Append(name.c_str()); + } + InstanceData* inst = ref->LatestInstanceData(kInstancePruningType); + if(inst != NULL) + { + Int32 val; + + inst->GetInt32(kInstancePruningType, &val); + pop->SetValue(val); + } + else + pop->SetValue(0); } *************** *** 292,295 **** --- 318,338 ---- + long PlantInfoPanel::DoPopValue(long /*arg*/, void* /*parg*/) + { + long item; + InstanceData *inst; + + inst = _ref->LatestInstanceData(); + if(inst != NULL) + { + XGPopControl *pop = dynamic_cast<XGPopControl*>(_view->FindViewByID(8)); + AssertValidView(pop); + inst->SetInt32(kInstancePruningType, pop->GetValue()); + } + + return 0; + } + + //**************************************************************** //**************************************************************** Index: MaterialInfoPanel.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/MaterialInfoPanel.h,v retrieving revision 1.7.2.2 retrieving revision 1.7.2.3 diff -C2 -d -r1.7.2.2 -r1.7.2.3 *** MaterialInfoPanel.h 16 Feb 2008 19:24:10 -0000 1.7.2.2 --- MaterialInfoPanel.h 23 May 2008 11:23:17 -0000 1.7.2.3 *************** *** 84,87 **** --- 84,88 ---- virtual void ComputeWindowTitle(String &title); virtual void ComputeDescriptiveText(measureUnits_t units, String &title); + virtual long DoPopValue(long /*arg*/, void* /*parg*/); }; |
|
From: Jeffrey B. <jlb...@us...> - 2008-05-23 11:21:19
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22564/source/LayoutDB Modified Files: Tag: Release_branch_v1 InstanceData.cpp InstanceData.h Log Message: Add basic pruning capability (natural shaping to current size only) Speed up refresh when columns et is changed Index: InstanceData.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/InstanceData.h,v retrieving revision 1.16.2.1 retrieving revision 1.16.2.2 diff -C2 -d -r1.16.2.1 -r1.16.2.2 *** InstanceData.h 12 Dec 2006 00:52:02 -0000 1.16.2.1 --- InstanceData.h 23 May 2008 11:21:17 -0000 1.16.2.2 *************** *** 121,124 **** --- 121,125 ---- UInt32 _length; UInt32 _width; + UInt32 _pruningType; IDPersist* _compat; planLength_t _spreadLow; Index: InstanceData.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/InstanceData.cpp,v retrieving revision 1.27.2.4 retrieving revision 1.27.2.5 diff -C2 -d -r1.27.2.4 -r1.27.2.5 *** InstanceData.cpp 19 Mar 2008 01:44:37 -0000 1.27.2.4 --- InstanceData.cpp 23 May 2008 11:21:17 -0000 1.27.2.5 *************** *** 40,44 **** : _parent(parent), _germinationDataLoaded(false) { ! Int32 length, n, count, low, high; char *buf; --- 40,44 ---- : _parent(parent), _germinationDataLoaded(false) { ! Int32 length, n, count, low, high, val; char *buf; *************** *** 72,75 **** --- 72,78 ---- if(!_compat->GetInt32(kSowLocation, &_sowLocation)) _sowLocation = 0; + if(!_compat->GetInt32(kInstancePruningType, &val)) + val = 0; + _pruningType = static_cast<pruningType_t>(val); if(!_compat->GetDate(kActualPlantOutDate, _ActualPlantOut)) *************** *** 119,122 **** --- 122,126 ---- _germinationDataLoaded = true; _sowLocation = 0; + _pruningType = kPruningNone; } *************** *** 146,149 **** --- 150,154 ---- _userComments = p._userComments; _supplierIDs = p._supplierIDs; + _pruningType = p._pruningType; } *************** *** 172,175 **** --- 177,181 ---- _length = p._length; _width = p._width; + _pruningType = p._pruningType; } *************** *** 711,715 **** writer.WriteStartTagArg("Comments", str); } ! numEntries = _supplierIDs.Length(); if(numEntries != 0) --- 717,727 ---- writer.WriteStartTagArg("Comments", str); } ! if(_pruningType != 0) ! { ! AttributeDictionary::ConvertValueToXML(this, kInstancePruningType, str); ! writer.WriteStartTagArg("Sow", str); ! } ! ! numEntries = _supplierIDs.Length(); if(numEntries != 0) *************** *** 802,805 **** --- 814,821 ---- break; + case kInstancePruningType: + result = _pruningType == 0; + break; + default: break; *************** *** 817,820 **** --- 833,840 ---- switch(propertyID) { + case kInstancePruningType: + *result = _pruningType; + break; + case kInstanceYear: *result = _year; *************** *** 892,895 **** --- 912,919 ---- break; + case kInstancePruningType: + _pruningType = value; + break; + default: FatalErrorAssert("Data type does not match"); |
|
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; |