Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / core /
2012-06-27 bdureauAdded pl locale and credit
2012-06-27 bdureauupdated polish translations
2012-06-27 bdureauadd Polish translation file
2012-06-27 kruland2607Added threaded loader to ComponentPresetDatabase follow...
2012-06-24 bkukerRetroactively add 3d view to the changelog
2012-06-24 bkukerInclude OSX UI elements.
2012-06-23 bkukerAdd JOGL to the About Dialog's libraries list
2012-06-20 kruland2607Print the manufacturer and part number of the preset...
2012-06-20 bkukerUpdate to the latest 2.0 release candidate of JOGL...
2012-06-18 plaaPotential plugin structure
2012-06-18 plaaComponent preset updates
2012-06-14 kruland2607Generate new launcher icons which have a bigger globe...
2012-06-12 bdureauAdded credit for Czech translations
2012-06-11 bkukerJOGL Based support for a 3D view of the rocket.
2012-06-11 richardgraham- Implemented copying of custom expressions to other...
2012-06-06 kruland2607Added fliskits component catalog. Collected by hand...
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 kruland2607Populate the Materials section of the output file with...
2012-06-06 kruland2607Change the semantics of MaterialHolder.getXXXMaterial...
2012-06-06 kruland2607Explicitly create the writerThread to be an executor...
2012-06-06 rodinia814Added most recently used design file list to File menu.
2012-06-05 kruland2607Fixed two bugs. When the data in the table was sorted...
2012-06-05 kruland2607Discovered a couple more shape parameter values used...
2012-06-04 bkukerDelete file with problematic name, "staged."
2012-06-04 kruland2607Added UnitGroup.fromUnit which delegates to UnitGroup...
2012-06-04 richardgrahamRemoved some debugging junk and fixed a null pointer...
2012-06-04 richardgrahamFixed issue where symbols / units for FlightDataTypes...
2012-06-02 kruland2607Remove dependency on awt.Window from CustomExpression...
2012-06-02 richardgrahamAdded new feature : user configurable custom expression...
2012-05-31 rodinia814More accurate fin marking guide circumference computati...
2012-05-31 rodinia814Support for different size clusters in centering ring...
2012-05-30 rodinia814Print support for clustered centering rings.
2012-05-28 rodinia814Added ruler graphic to printed output; improvements...
2012-05-24 rodinia814Updated for centering rings.
2012-05-24 rodinia814Printable Centering Ring templates.
2012-05-23 kruland2607Correct the computation of shape mass in integrate...
2012-05-23 kruland2607Minor modification to test case which makes setting...
2012-05-23 kruland2607My assessment of why IntegrationTest was failing was...
2012-05-22 kruland2607Fix IntegrationTest which was broken when the nose...
2012-05-22 kruland2607Fix BaseComponentDTOTest to point to an image file...
2012-05-22 kruland2607Fix ComponentCompare and ComponentCompareTest. Compone...
2012-05-22 kruland2607Change the textual representation of fractional units...
2012-05-22 kruland2607Remove the old FractionUtil class containing the parser...
2012-05-22 kruland2607Change the in/64 length unit to not allow decimal repre...
2012-05-22 kruland2607Use the fonts defined in PrintUtilities instead of...
2012-05-22 plaaExpression parser updates
2012-05-21 rodinia814Fix to streamer loading of materials; missing material...
2012-05-18 rodinia814Cleanup and tweaks to unit widths.
2012-05-17 kruland2607Change label for UNIT_WINDSPEED in pref dialog to ...
2012-05-17 kruland2607Added imperial and SI defaults for UNITS_WINDSPEED.
2012-05-17 richardgrahamAdded ability for doublemodel to evaluate math expressi...
2012-05-16 kruland2607Added convenience function RocketComponent.getMotorMoun...
2012-05-16 kruland2607Added UNITS_WINDSPEED so the preferred units for enteri...
2012-05-16 kruland2607Added clone() implementation to support the ThrustCurve...
2012-05-16 kruland2607Added protected copy constructor which makes a deep...
2012-05-16 rodinia814Constrain preset editor on existing files to only use...
2012-05-15 kruland2607Change from ClassLoader.getSystemResourceAsStream to...
2012-05-15 rodinia814Rename to ComponentPresetEditor
2012-05-15 rodinia814Added ability to open *.csv files to menu.
2012-05-15 kruland2607Put the loadMotor() method back since it is useful...
2012-05-12 rodinia814Added menu bar and menu items.
2012-05-11 kruland2607Fix up the logic for showing and using the aft/fore...
2012-05-11 kruland2607Change epsilon in the row filter to be 5mm instead...
2012-05-11 kruland2607Upon further investigation getMinimum and getMaximum...
2012-05-11 kruland2607Fix sorting on double columns.
2012-05-11 kruland2607Switch to a LinkedBlockingQueue in front of the loader...
2012-05-11 kruland2607Added example file using presets.
2012-05-11 rodinia814Added delete button to preset row in table.
2012-05-10 rodinia814Refactored preset GUI for unit of measure spinners...
2012-05-10 kruland2607A little refactoring of ComponentPreset xml file parsin...
2012-05-10 kruland2607updated change log.
2012-05-10 dyster2000Added PageFitPrintStrategy and related files to print...
2012-05-10 kruland2607Added support for Unit 'in/64' which is inches with...
2012-05-09 kruland2607Implement a multithreaded pipeline to load the componen...
2012-05-09 kruland2607Give the threads names to facilitate thread performance...
2012-05-08 kruland2607Renamed the PresetTest helper class to PresetAssertHelp...
2012-05-08 kruland2607Rework the ThrustCurve motor loading process to be...
2012-05-07 kruland2607Multithread the orc loading process.
2012-05-07 kruland2607Regenerated preset files.
2012-05-07 kruland2607Add slightly better sorting to the manufacturer and...
2012-05-06 bdureauupdated French translation
2012-05-06 kruland2607Change the InvalidComponentPresetException so it report...
2012-05-06 rodinia814Fixes to number validation and component type combo...
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-05-01 kruland2607Make initializeLogging method public since it is a...
2012-05-01 kruland2607Move the component preset selection box outside of...
2012-04-29 kruland2607Fix giantleaprocketry's TCData.csv, added it to the...
2012-04-28 rodinia814Support for base64 images in .orc; performance improvem...
2012-04-27 rodinia814Javadoc fix
2012-04-27 kruland2607Rebuilt orc files with new parser and orc format.
2012-04-27 kruland2607Variety of changes to the orc file processing. Added...
2012-04-27 kruland2607Added special processing for rocksim csv component...
next