changelog.txt

changeset 542
46a33bdc0b36
parent 536
f23d3fe5ca27
child 564
79b23e02dcf1
equal deleted inserted replaced
541:0e38beeb050a 542:46a33bdc0b36
8 file contains references to unknown files, LDForge attempts to recursively download all of them. 8 file contains references to unknown files, LDForge attempts to recursively download all of them.
9 - Converted the configuration code to use QSettings, in practice this means the configuration file moved to 9 - Converted the configuration code to use QSettings, in practice this means the configuration file moved to
10 the registry under Windows and into ~/.config/LDForge under Linux. Unfortunately this means settings get 10 the registry under Windows and into ~/.config/LDForge under Linux. Unfortunately this means settings get
11 lost during transition from version 0.2 and 0.3. 11 lost during transition from version 0.2 and 0.3.
12 - Added a new editing mode for drawing circles. 12 - Added a new editing mode for drawing circles.
13 - Coordinate rounding now works properly, figures scientific notation and rounds subfile position and matrix.
14 Values are also now properly rounded instead of just floored, 1.2348 now rounds to 1.235 and not 1.234.
15 Subfile matrix values are rounded to 4 decimals, everything else to 3 decimals.
13 - Corrections to the primitive generator: 16 - Corrections to the primitive generator:
14 - Fixed: "Hi-Res" was not prepended to the names of 48/ primitives. 17 - Fixed: "Hi-Res" was not prepended to the names of 48/ primitives.
15 - Fixed: Checking the Hi-Res option would not allow segment values over 16. 18 - Fixed: Checking the Hi-Res option would not allow segment values over 16.
16 - Added support for multiple spaces before the ring number. 19 - Added support for multiple spaces before the ring number.
17 - Changing to draw mode while in free camera now causes the camera to be changed to top. 20 - Changing to draw mode while in free camera now causes the camera to be changed to top.

mercurial