changelog.txt

changeset 278
0b513369c3eb
parent 273
0a9141118630
child 279
86a325a6b7c7
equal deleted inserted replaced
277:246ca26620ce 278:0b513369c3eb
1 ================================================= 1 =================================================
2 == Changes since version 1.0 2 == Changes since version 1.0
3 ================================================= 3 =================================================
4 4
5 - Added a progress dialog for file loading to respond to desktops while loading files. With large files 5 - Completely rewrote history (undo/redo) code, making it a LOT stabler in the process.
6 - Added ability to snap to pre-existing vertices while drawing.
7 - When drawing, drawn vertices now display coordinate labels.
8 - Added an export to file action, moved it + insert from to File menu
9 - Parts are now zoomed to fit properly, making the initial view of the part clearer.
10 - Replace coords: allow replacing all coords regardless of original value, plus relative moving (offset)
11 - Added a progress box for file loading to respond to desktops while loading files. With large files
6 the no-response policy could be a bad thing. 12 the no-response policy could be a bad thing.
7 - Added Export To File action, moved it + insert from to File menu
8 - Added: Parts are now zoomed to fit properly
9 - Added: ability to snap to pre-existing vertices while drawing.
10 - Fixed: text editing did not trigger checks while setting LDraw path, removed the Configure 13 - Fixed: text editing did not trigger checks while setting LDraw path, removed the Configure
11 button from the LDraw path config dialog, it's no longer needed. 14 button from the LDraw path config dialog, it's no longer needed.
12 - Fixed: Coordinates weren't drawn properly on a bright background (was always drawn in bright colors..). 15 - Fixed: Coordinates weren't drawn properly on a bright background (was always drawn in bright colors..).
13 - Fixed: Recent files should behave coherently now. 16 - Fixed: Recent files should behave coherently now.
14 - Replace coords: allow replacing all coords regardless of original value, plus relative moving (offset)
15 - When drawing, drawn vertices now display coordinate labels.
16 - Calculated coordinates are now rounded down (to prevent stuff like Z:160.000001) 17 - Calculated coordinates are now rounded down (to prevent stuff like Z:160.000001)
17 - New part dialog: changed "Name:" to "Title", widened a tad. 18 - New part dialog: changed "Name:" to "Title", widened a tad.

mercurial