measurements/measurements.git
14 years agoProject/build/packaging adjustments + version 1.3 master
Matt McCutchen [Tue, 15 Sep 2009 23:46:30 +0000 (19:46 -0400)]
Project/build/packaging adjustments + version 1.3

User-visible stuff:
- Bump version to 1.3.
- Add a description.xml with nice human-readable metadata.
- Build against Java 1.5 for greater compatibility.

Developer stuff:
- Hide .git from Eclipse with a linked resource.
- In shell-setup, try to detect any OOo 3.* SDK.
- ooo-api project is moving to a separate ref.

15 years agoVersion 1.2.
Matt McCutchen [Sat, 7 Feb 2009 04:29:49 +0000 (23:29 -0500)]
Version 1.2.

15 years agoRevamp the readme.
Matt McCutchen [Sat, 7 Feb 2009 04:28:48 +0000 (23:28 -0500)]
Revamp the readme.

- Format it like the bigint readme.
- Add use instructions from the Web page.
- Add build instructions.

15 years agoRevise legal notice to mention the bundled Base64 code.
Matt McCutchen [Sat, 7 Feb 2009 04:05:01 +0000 (23:05 -0500)]
Revise legal notice to mention the bundled Base64 code.

15 years agoFix glitches in MROOTINT documentation.
Matt McCutchen [Sun, 11 Jan 2009 00:34:30 +0000 (19:34 -0500)]
Fix glitches in MROOTINT documentation.

15 years agoCatch an attempt to "make" without "shell-setup".
Matt McCutchen [Sun, 11 Jan 2009 00:34:01 +0000 (19:34 -0500)]
Catch an attempt to "make" without "shell-setup".

15 years agoMake Measurements build with openoffice.org-sdk-3.0.0-9.10.fc10.i386 .
Matt McCutchen [Sat, 10 Jan 2009 23:26:30 +0000 (18:26 -0500)]
Make Measurements build with openoffice.org-sdk-3.0.0-9.10.fc10.i386 .

16 years agoInclude my ooo-api project to make things easier for others.
Matt McCutchen [Tue, 8 Jan 2008 02:28:54 +0000 (21:28 -0500)]
Include my ooo-api project to make things easier for others.

16 years agoBring packaging process up to date for OpenOffice 2.3.
Matt McCutchen [Tue, 8 Jan 2008 02:05:59 +0000 (21:05 -0500)]
Bring packaging process up to date for OpenOffice 2.3.

I noticed that installing Measurements 1 into OpenOffice 2.3 gave an error and
the demo spreadsheet did not work.  Evidently something about extensions was
changed between earlier OpenOffice 2.x and OpenOffice 2.3.  I rearranged the
packaging process to follow the CalcAddins example in the SDK.  Now the types
and the implementation are in the same jar.

16 years agoMark the project as version 1.
Matt McCutchen [Sun, 9 Sep 2007 21:36:02 +0000 (17:36 -0400)]
Mark the project as version 1.

16 years agoVarious fixes and enhancements:
Matt McCutchen [Sun, 9 Sep 2007 21:29:06 +0000 (17:29 -0400)]
Various fixes and enhancements:

- Pure numbers are now exact by default.
- Fix mishandling of sig-figs for negative numbers.
- Add MROOTINT, MEXP, and MLN functions.
- Add a sixth basic unit (mol) and some more derived units.
- Add a minimal README.
- Add a demo spreadsheet.

16 years agoInitial commit of Matt's measurement add-in for OpenOffice.org Calc.
Matt McCutchen [Sun, 9 Sep 2007 16:51:26 +0000 (12:51 -0400)]
Initial commit of Matt's measurement add-in for OpenOffice.org Calc.

So far, significant figures and unit tracking seem to work.