68 Commits

Author SHA1 Message Date
Kevin Ruland
32ad0c1df6 Change the textual representation of fractional units to use Unicode superscripts and subscripts. Unfortunately, the default fonts included with iText do not have these characters mapped so we needed to switch to a new true type font DejaVu. Added the DejaVuSerif font definition to the resources and modified the pdf writing process to use this font. Because this font is slightly wider, the column headings in the DesignReport had to be made smaller. Finally, had to modify the ExpressionParser to convert the unicode chars to real digits in order to have the expression parser be able to work with this representation. 2012-05-22 18:36:04 +00:00
Kevin Ruland
a41e6ef5a3 Change label for UNIT_WINDSPEED in pref dialog to "Wind speed". 2012-05-17 14:24:22 +00:00
Kevin Ruland
7420f5c18b Added UNITS_WINDSPEED so the preferred units for entering wind speed can be configured separately from rocket velocities. 2012-05-16 06:36:58 +00:00
Kevin Ruland
97fea90360 Added example file using presets. 2012-05-11 03:19:55 +00:00
Kevin Ruland
0c9ac572d1 Regenerated preset files. 2012-05-07 01:35:18 +00:00
Boris du Reau
f76966d0ea updated French translation 2012-05-06 20:08:37 +00:00
Doug Pedrick
3d73e9d9eb Initial GUI for editing and saving component presets. See ComponentPresetPanel.main() for standalone execution. 2012-05-05 02:23:14 +00:00
Kevin Ruland
3792528e01 Added LaunchLug, Streamer and Parachute ComponentPresets. 2012-05-01 17:40:55 +00:00
Kevin Ruland
fea3e6e61a Fix giantleaprocketry's TCData.csv, added it to the build.xml and committed the generated orc file. 2012-04-29 02:43:55 +00:00
Kevin Ruland
ca52cc6612 Rebuilt orc files with new parser and orc format. 2012-04-27 20:12:54 +00:00
Kevin Ruland
1acc99b163 Switch component preset loading from using the temporary csv format to orc formatted files. Added orc formatted files to the resources/datafiles/presets for all vendors which have approved inclusion of their files in OpenRocket. Removed the old csv parser and the hand crafted csv files for semroc presets. 2012-04-26 21:14:38 +00:00
Boris du Reau
42df7deb5b Updated cz translations 2012-04-26 20:50:21 +00:00
Kevin Ruland
27411395f9 Change nose cone preset to use Aft Outer Diameter, Aft Shoulder Length, and Aft Shoulder Diameter to be consistent with Transitions. Added a bunch of unit tests and correct behavior of the rocketcomponent setters to clear the preset appropriately. Modified the temporary csv data files to use the "aft" specifiers. 2012-04-22 20:26:22 +00:00
Boris du Reau
263c10baad New translations 2012-04-20 06:39:25 +00:00
Sampo Niskanen
1c411548a7 Support for opening recovery device on stage separation 2012-04-19 17:24:03 +00:00
Kevin Ruland
74cee3dbbe Added show all compatible types to Chooser. Revised logic for showing match fore diameter check box. 2012-04-19 16:18:23 +00:00
Kevin Ruland
0ec9a1531f Mark bulkheads as filled. 2012-04-19 16:02:30 +00:00
Kevin Ruland
ce543e485e Added semroc centering rings and engine blocks. 2012-04-18 19:46:36 +00:00
Kevin Ruland
94e8b3460b Made the ComponentPresetChooserDialog much more cool by reworking the table. User can hide and unhide columns, reorder columns, and change units by using a right click context menu in the header bar. 2012-04-18 17:43:09 +00:00
Kevin Ruland
1184c698be Added support for TubeCoupler. 2012-04-16 20:17:38 +00:00
Kevin Ruland
d1c83cb9b4 Refactored the ComponentPreset.create method into the ComponentPresetFactory object to make code maintenance easier. Added support for Bulk heads. 2012-04-16 19:18:25 +00:00
Kevin Ruland
f69ed1ea2f Added filter check boxes to limit the displayed components based on fitting with the previous or next component. 2012-04-16 19:17:17 +00:00
Kevin Ruland
9d467dafba Implement Transition preset components. 2012-04-13 19:39:33 +00:00
Kevin Ruland
08d1fccf66 Relocate the preset files from datafiles/ to datafiles/presets/. 2012-04-13 19:38:23 +00:00
Kevin Ruland
255c6771dd Don't support a CG override in components. When using a nose conet preset, compute the density from the mass and use this in conjuction with the material. 2012-04-13 01:57:46 +00:00
Boris du Reau
bd13b85927 updated Spanish translations 2012-04-12 20:45:35 +00:00
Kevin Ruland
b850d6615f First cut at making component presets work for nose cones. 2012-04-12 05:55:07 +00:00
Kevin Ruland
2e66939727 Added a filter on all columns. Uses case insensitive match with unicode folding so it should work fine in Turkey. 2012-04-12 04:52:32 +00:00
Boris du Reau
bf0e3d978a updated translations 2012-04-10 18:33:58 +00:00
Kevin Ruland
a5d5e3d500 Implement persistence of ComponentPreset favorites to preferences. Implement favorite check box in ComponentPresetChooserDialog. Added getPresetType to RocketComponent which returns the ComponentPreset.Type of the most compatible presets. 2012-04-04 21:29:33 +00:00
Kevin Ruland
26f8fdf63b Added table contents to ComponentPresetChooserDialog. 2012-04-03 03:39:11 +00:00
Kevin Ruland
b1d040a964 Fix dimentions on last record in table. 2012-04-03 03:36:06 +00:00
Sampo Niskanen
871ff23523 Preset dialog 2012-04-02 14:23:39 +00:00
Kevin Ruland
b1b1b91c89 Removed unused key. 2012-04-02 01:35:44 +00:00
Kevin Ruland
51e6bf9d44 Fix the header and type name to match new parsing. 2012-04-02 01:32:09 +00:00
Kevin Ruland
ec4a782779 Fix dimentions in sample preset file. 2012-04-02 01:17:01 +00:00
Sampo Niskanen
70e7936454 Updates and fixed to preset handling 2012-04-01 19:16:25 +00:00
Kevin Ruland
6f465cd0a2 Reimplement ComponentPreset to be a bag of typed parameters. This provides greater flexibility.
Added PresetCSVReader which reads Components from CSV files based on the headers defined in the file.
Added placeholder for a Table dialog containing the ComponentPresets.
2012-04-01 03:27:45 +00:00
Kevin Ruland
6de0ea7083 Initial work on BodyTube ComponentPresets. 2012-03-29 02:47:49 +00:00
Boris du Reau
6d86baa926 Spanish translations update 2012-03-27 19:43:28 +00:00
Boris du Reau
09067de7cf Updated French and Spanish translation 2012-03-24 17:54:22 +00:00
Jason Blood
9cfea90a52 Fin import now works with any color image 2012-03-18 18:28:11 +00:00
Sampo Niskanen
ec7368cbbf 12.03dev version 2012-03-17 21:32:40 +00:00
Sampo Niskanen
5fb724ff35 Release 12.03 2012-03-17 21:13:09 +00:00
Sampo Niskanen
453d977faf Guided tour updates 2012-03-17 20:19:52 +00:00
Sampo Niskanen
e3b27743b6 Guided tour updates 2012-03-17 20:18:49 +00:00
Sampo Niskanen
4b6b244772 Fin import updates 2012-03-17 15:58:41 +00:00
Boris du Reau
61539df82d French and Spanish translations updates 2012-03-15 22:28:30 +00:00
Boris du Reau
faae38ec05 Translations updates 2012-03-14 23:23:28 +00:00
Sampo Niskanen
d320dc7086 Importing of image to freeform fin set 2012-03-14 07:03:32 +00:00