Skip to content

Releases: plc-user/QET_ElementScaler

added calculation for definition-line

30 Dec 10:43
Compare
Choose a tag to compare

binaries for Linux and ReactOS

can flip all graphical elements now

29 Dec 07:50
Compare
Choose a tag to compare

changed CommandLine-Options for flipping
binaries for Linux and ReactOS

... for Linux, ReactOS and macOS

13 Nov 15:01
Compare
Choose a tag to compare
  • updated pugixml to version 1.13
  • no functional changes

... for Linux, ReactOS and macOS

14 Oct 15:46
Compare
Choose a tag to compare

added values "start" and "angle" of "arc" for rounding to ... decimals

some minor changes

10 Oct 17:11
Compare
Choose a tag to compare

Last Changes:

  • terminals always placed on an integer-position: no decimals!
  • when removing all terminals, the "link_type" is set to "thumbnail"

rewrite: from Pascal to C++

03 Oct 09:22
Compare
Choose a tag to compare

complete re-write from Pascal to C++ with some new options
see README for description

add option "-i" and changed "-s" to "-o"

14 Aug 15:53
ad6c6c1
Compare
Choose a tag to compare
  • add option "-i" and "--stdin" to read element-data from stdin instead
    of a file. With this option a filename is not necessary and will be
    ignored and the output is forced to stdout
  • renamed option "-s" to "-o" and added "--stdout" for writing to stdout

See README.md for examples to use QET_ElementScaler with re-direction and pipes!

add optional parameter "-s" to write new data to stdout

14 Aug 07:13
a0b5a54
Compare
Choose a tag to compare

with this addition it is possible to use QET_ElementScaler on the commandline to pipe the new data to another Program or write the data to a self-named file.

Examples:
QET_ElementScaler -s InputElement.elmt 1.4 > NewScaledElement.elmt
QET_ElementScaler -s InputElement.elmt 1.4 | OtherSoftwareBinary

update only uuid of element, keep all others

11 Sep 19:01
1f6e467
Compare
Choose a tag to compare

makes possible to replace elements without re-drawing the schematic

all UUIDs from original file are replaced by new ones

28 Aug 10:09
c156dff
Compare
Choose a tag to compare