Menu

Tree [49902b] master /
 History

HTTPS access


File Date Author Commit
 .idea 2018-11-28 peterhammond peterhammond [4de8cb] Move persisted classes to old namespace
 Docs 2018-10-31 peterhammond peterhammond [f09d75] Rename to WeaveDreamer
 src 2018-11-28 peterhammond peterhammond [4de8cb] Move persisted classes to old namespace
 testdata 2018-11-28 peterhammond peterhammond [569922] Add regression test data
 .gitignore 2015-04-19 peterhammond peterhammond [616c18] Recreate Eclipse project for Maven build
 .project 2015-04-19 peterhammond peterhammond [616c18] Recreate Eclipse project for Maven build
 COPYING.txt 2013-09-30 peterhammond peterhammond [ec90d1] Initial population of the new repository from
 Eye Candy.wsml 2018-10-31 peterhammond peterhammond [f09d75] Rename to WeaveDreamer
 Screenshot-Weaving Simulator.png 2013-12-01 peterhammond peterhammond [eb9883] Palettes can be saved and loaded.
 build-before-profiler.xml 2018-10-31 peterhammond peterhammond [f09d75] Rename to WeaveDreamer
 example.wsml 2018-10-31 peterhammond peterhammond [f09d75] Rename to WeaveDreamer
 fetch_doc.py 2013-12-15 peterhammond peterhammond [183d35] More tooltips. HTML help scraped from wiki and ...
 license-header.txt 2013-09-30 peterhammond peterhammond [ec90d1] Initial population of the new repository from
 manifest.mf 2013-09-30 peterhammond peterhammond [ec90d1] Initial population of the new repository from
 network.wsml 2018-11-28 peterhammond peterhammond [4de8cb] Move persisted classes to old namespace
 pom.xml 2018-11-01 peterhammond peterhammond [405301] Fix error in jar file class path.
 readme.md 2014-11-20 peterhammond peterhammond [3ed180] minor fixes
 release.properties 2015-04-19 peterhammond peterhammond [8175b1] Build system upgrades to JDK1.8
 weavedreamer.png 2018-10-22 peterhammond peterhammond [871e37] Resources for rebranding
 weavedreamer2.png 2018-10-22 peterhammond peterhammond [871e37] Resources for rebranding
 weavedreamer_logo.scad 2018-10-31 peterhammond peterhammond [f09d75] Rename to WeaveDreamer

Read Me

WeavingSim Release Notes

Installing on Windows

The application does not need to be specially installed, just unpack the files
from the zip archive and double-click the WeavingSimulator file. If this does
not work you probably don't have Java installed, you can get
Java here.

Installing on Linux

Unpack the zip archive. Either

  • from a command line, type

    java -jar WeavingSimulator.jar

  • or right click the .jar file and select the option along the lines of
    "Open with Java runtime".

Changes in 0.2.9

Rebreanding/Renaming.

Changes in 0.2.8

  • Add repeat to Paste Special
  • Moved palette to staus bar
  • Bug fixes.
  • Improved tile view
  • Getting Started window.

Changes in 0.2.7

  • Network drafts
  • Bug fixes

Changes in 0.2.6

  • Undo for all editing actions
  • Paste special to scale, transpose and paste between grids.

There is a limitation that it is not possible to Undo a paste
operation back to a blank pick or end.

0.2.5.1

Bugfix release, persistence was broken for liftplan.

Changes in 0.2.5

For the user:
- Can now create and edit Liftplan drafts.
- Cursor position shown

Behind the scenes:
- Better testing, in particular automated GUI tests.
- Corrected commit logs, which had been showing the wrong user.

Changes in 0.2.4

Bug fixes in loading WSML and WIF.

Changes in 0.2.3

  • Select and paste picks and tie-ups.
  • More documentation.

Changes in 0.2.2

  • Save and load palettes.
  • User Documentation

Changes in 0.2.1

  • More robust WIF import.
  • Floats show as continuous in the draft.
  • Consecutive cells can be selected by dragging.
  • Palette can be chosen when creating a new draft. Currently there are only built-in palettes supported.
    This is a beta release. To do:
  • Creating and saving custom palettes.
  • Testing!

Changes in 0.2

  • Improved and released support for WIF import.
  • Behind the scenes changes to create new repo.