Lars Brubaker
f13432ca9a
improving undo and making the buttons show
2016-08-08 14:54:55 -07:00
Lars Brubaker
6ee626e794
Refactoring print settings strings into SettingsKey string consts
...
Made a new ReloadUiWhenChanged propertie for Properties.json
2016-06-21 09:38:37 -07:00
larsbrubaker
7f65698864
Converted more settings methods to GetValue<T>
2016-06-16 06:58:28 -07:00
Lars Brubaker
895eea253c
Converted lots of get properties to methods in SettingsProfile
2016-04-27 18:57:51 -07:00
John Lewin
c2089b5aa3
Consolidate GUIWidget WidgetHasBeenClosed and HasBeenClosed properties
2016-04-25 15:25:00 -07:00
larsbrubaker
2db2d65d44
Made an undo for arrange.
2016-02-27 17:29:25 -08:00
Lars Brubaker
abd480d9b9
Moving to single transform matrix for MeshGroups
2016-02-26 14:19:52 -08:00
John Lewin
0d86184329
Spelling
2016-02-19 11:27:55 -08:00
larsbrubaker
e594fb3dfa
Created a new merge option in the queue menu
...
Made Arrange part of the plating helper
2016-02-14 08:41:50 -08:00
Lars Brubaker
8caa4d6f0e
Fixed the bed and the 3D view to always show parts in the right place.
...
Made a warning if a part is off the bed and offer to fix it.
2015-08-06 15:20:04 -07:00
Lars Brubaker
c70d56c3be
Change more background workers to async
...
Put in a cast (Action) so we don't have to do () => func();
2015-07-21 11:10:01 -07:00
larsbrubaker
4dbc03edb8
Change from background workers to async functions
...
Made the SlicingOutputMessage and SlicingDone events not rooted (as print item wrappers aren't)
2015-07-21 08:10:05 -07:00
Lars Brubaker
ccaa5f048a
Change some background workers to async methods.
2015-07-02 11:23:44 -07:00
Lars Brubaker
4fdfe1efe2
Code maid
2015-05-30 12:48:16 -07:00
Lars Brubaker
2eb3c6abaa
Made the auto arrange layout on a grid.
...
Spelling fixes
2015-04-30 15:10:07 -07:00
Lars Brubaker
591528ee91
Ran code maid against this code.
2015-04-08 15:20:10 -07:00
Lars Brubaker
47fed001ec
Made the save button be on the edit bar.
...
Made the up arrow cause save to show.
2014-12-12 12:57:44 -08:00
Lars Brubaker
b49d83f60b
Cleaning up the interface a bit. Removing unused parameter and some dead code.
2014-12-05 16:23:24 -08:00
larsbrubaker
2ce24de08c
Made the progress info in View3D go through our code rather than bacground task.
2014-11-04 10:27:59 -08:00
larsbrubaker
3af659dc9d
Making canceling during load work much better.
...
STLs can now stop loading during most of the load operations (only sort verts cannot)
Changed the signature on report progress ratio to make it clearer.
Made mesh viewer handle better load stoping.
2014-10-26 18:08:03 -07:00
Kevin Pope
6646db683f
Spelling correction.
2014-10-17 19:17:10 -07:00
larsbrubaker
55923d8f2a
Fixed the text creator to work with new MeshGroups code for AMF.
...
Move more stuff from View3DWidget into separate files.
Renamed View3DWidget.
2014-10-16 17:52:21 -07:00
larsbrubaker
edcce1e360
Moving PartPreview3DWindow into partial class with the processors being partial adds so it is easier to navigate the code.
...
Can export from amf
Starting work on align
2014-10-15 14:11:14 -07:00