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 - Major corrections to the primitive generator: |
|
14 - 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. |
|
16 - Added support for multiple spaces before the ring number. |
13 - Coordinate rounding now works properly, figures scientific notation and rounds subfile position and matrix. |
17 - 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. |
18 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. |
19 Subfile matrix values are rounded to 4 decimals, everything else to 3 decimals. |
16 - Corrections to the primitive generator: |
20 - Implicitely-opened documents are now closed automatically when rendered unused, hopefully reducing memory |
17 - Fixed: "Hi-Res" was not prepended to the names of 48/ primitives. |
21 usage somewhat. |
18 - Fixed: Checking the Hi-Res option would not allow segment values over 16. |
|
19 - Added support for multiple spaces before the ring number. |
|
20 - Changing to draw mode while in free camera now causes the camera to be changed to top. |
22 - Changing to draw mode while in free camera now causes the camera to be changed to top. |
21 - Added config fields for default name/username/license. This data will be automatically filled |
23 - Added config fields for default name/username/license. This data will be automatically filled |
22 into forms that require such information. |
24 into forms that require such information. |
23 - Upon first start the configuration prompt pops up on its own, defaulting on the profile tab. This |
25 - Upon first start the configuration prompt pops up on its own, defaulting on the profile tab. This |
24 way the user can fill in the profile data on the first start and get that out of the way (and |
26 way the user can fill in the profile data on the first start and get that out of the way (and |