]> git.gag.com Git - debian/openrocket/commit
Added support for Unit 'in/64' which is inches with fractional representation. Doubl...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Thu, 10 May 2012 02:48:07 +0000 (02:48 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Thu, 10 May 2012 02:48:07 +0000 (02:48 +0000)
commit3fb118e30e20b7e0ddfd47ac854bff8a28e34404
tree01d8ef2b859af0462d7e88ffb10b553d7144f50f
parent591e4f3ee829d43dbced0f281b41fafa8ea71a30
Added support for Unit 'in/64' which is inches with fractional representation.  DoubleModel has one FIXME indicating that we need to reenable min & max in the abstract spinner model.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@659 180e2498-e6e9-4542-8430-84ac67f01cd8
core/src/net/sf/openrocket/gui/SpinnerEditor.java
core/src/net/sf/openrocket/gui/adaptors/DoubleModel.java
core/src/net/sf/openrocket/gui/print/visitor/PartsDetailVisitorStrategy.java
core/src/net/sf/openrocket/unit/FractionalUnit.java [new file with mode: 0644]
core/src/net/sf/openrocket/unit/UnitGroup.java
core/src/net/sf/openrocket/util/FractionUtil.java [new file with mode: 0644]
core/test/net/sf/openrocket/unit/FractionalUnitTest.java [new file with mode: 0644]
core/test/net/sf/openrocket/util/FractionUtilTest.java [new file with mode: 0644]