- Remove GL Late-initialization. GL is now set up when RocketFigure3d is constructed...
[debian/openrocket] / core / src / net / sf / openrocket / preset /
2012-08-25 plaaMaterial localization support
2012-08-24 kruland2607Turns out I was wrong. We should use a single JAXBCont...
2012-08-23 kruland2607Don't use a static JAXBContext because it has some...
2012-08-23 kruland2607Change FIXMEs to TODOs. Actually they might not be...
2012-08-23 kruland2607Ensure we have a BufferedInputStream when loading presets.
2012-08-23 kruland2607Removed fixme by logging problem.
2012-08-23 kruland2607Removed FIXME comment.
2012-08-07 kruland2607Make preset favorites per component type. That is...
2012-07-31 kruland2607De-localize Material and FlightDataType objects when...
2012-07-18 kruland2607Merge branches/froyo_12.03 to head.
2012-06-18 plaaComponent preset updates
2012-06-06 kruland2607Change OpenRocketComponentSaver unmarshal function...
2012-06-06 kruland2607Change MaterialDTO.asMaterial() to convert the current...
2012-06-06 kruland2607When validating the xml we don't need the returned...
2012-06-06 kruland2607Add method to extract the List<Materials> from the...
2012-06-06 kruland2607Added conversion constructor from List<Material>.
2012-06-06 kruland2607Change the semantics of MaterialHolder.getXXXMaterial...
2012-06-05 kruland2607Discovered a couple more shape parameter values used...
2012-05-21 rodinia814Fix to streamer loading of materials; missing material...
2012-05-16 rodinia814Constrain preset editor on existing files to only use...
2012-05-15 rodinia814Added ability to open *.csv files to menu.
2012-05-10 kruland2607A little refactoring of ComponentPreset xml file parsin...
2012-05-06 kruland2607Change the InvalidComponentPresetException so it report...
2012-05-05 rodinia814Initial GUI for editing and saving component presets...
2012-05-04 kruland2607Implement MaterialHolder, a container for the Material...
2012-05-04 kruland2607Sort the collections prior to serialization since that...
2012-05-04 kruland2607Don't use the default material database when loading...
2012-05-01 kruland2607Added LaunchLug, Streamer and Parachute ComponentPresets.
2012-04-28 rodinia814Support for base64 images in .orc; performance improvem...
2012-04-27 rodinia814Javadoc fix
2012-04-27 kruland2607Variety of changes to the orc file processing. Added...
2012-04-27 kruland2607Added special processing for rocksim csv component...
2012-04-26 kruland2607Refactored the rocksim csv component parser system...
2012-04-26 kruland2607Added optional Thickness element/property.
2012-04-26 kruland2607Added optional Thickness element/property.
2012-04-26 kruland2607Added filled property. Made Filled and Mass optional...
2012-04-25 rodinia814Cleanup
2012-04-25 rodinia814unmarshal XML (*.orc) to ComponentPresets.
2012-04-24 kruland2607Removed FIXME.
2012-04-24 kruland2607Get rid of FIXME since it had been fixed.
2012-04-23 rodinia814better logging support
2012-04-23 rodinia814Initial XML generating code for .orc format.
2012-04-22 rodinia814Tube Coupler Description
2012-04-22 kruland2607Change nose cone preset to use Aft Outer Diameter,...
2012-04-22 rodinia814Minor cleanup
2012-04-22 rodinia814Initial Rocksim CSV parsing support for materials and...
2012-04-20 kruland2607Fix computation of density for BULK_HEADs by using...
2012-04-19 kruland2607Change implementation of compatible types so they can...
2012-04-18 kruland2607Added centering rings and engine blocks presets
2012-04-18 kruland2607Made the ComponentPresetChooserDialog much more cool...
2012-04-16 kruland2607Added support for TubeCoupler.
2012-04-16 kruland2607Refactored the ComponentPreset.create method into the...
2012-04-13 kruland2607Implement Transition preset components.
2012-04-13 kruland2607Don't support a CG override in components. When using...
2012-04-12 kruland2607Move the parsetFromString method from TypedKey to Colum...
2012-04-12 kruland2607First cut at making component presets work for nose...
2012-04-12 kruland2607Moved the ComponentPresetChooserDialog from the BodyTub...
2012-04-11 kruland2607Added persistence of ComponentPresets in the ORK file...
2012-04-08 kruland2607Make ComponentPresetDao and interface with implementati...
2012-04-04 kruland2607Implement persistence of ComponentPreset favorites...
2012-04-03 kruland2607Add units.
2012-04-02 kruland2607Revamp construction of ComponentPresets. Validation...
2012-04-02 kruland2607Added toString for debugging and error logging and...
2012-04-02 kruland2607Added support for Manufacturer and ComponentPreset...
2012-04-02 plaaPreset dialog
2012-04-01 plaaUpdates and fixed to preset handling
2012-04-01 kruland2607Reimplement ComponentPreset to be a bag of typed parame...
2012-03-29 kruland2607Initial work on BodyTube ComponentPresets.
2012-01-08 kruland2607moving to core/