Commit graph

1231 commits

Author SHA1 Message Date
Lars Brubaker
cb8a942e08 Made ImageConverter test pass 2022-03-22 17:26:21 -07:00
Lars Brubaker
cd96bafee2 Improving component names 2022-03-22 15:54:19 -07:00
Lars Brubaker
6321c4aa8e You can now make components that can have expressions 2022-03-21 15:42:24 -07:00
Lars Brubaker
21955f625a adding materials 2022-03-21 13:55:53 -07:00
LarsBrubaker
b5d9c30807 Working to add equation and sheet support to components 2022-03-20 19:16:53 -07:00
LarsBrubaker
083633b633 Cleaning up material selector 2022-03-20 19:16:53 -07:00
Lars Brubaker
2034c86c3e Starting work on new materials selection dialog 2022-03-15 17:51:28 -07:00
Lars Brubaker
5d40a38582 Making color picker work for scene objects 2022-03-15 11:21:25 -07:00
LarsBrubaker
9465050032 undo working for sheets and components 2022-03-13 14:06:25 -07:00
Lars Brubaker
91797abcd3 Improving printers screen 2022-03-11 18:04:32 -08:00
LarsBrubaker
45c11bab32 Starting work on materials library 2022-03-07 18:51:35 -08:00
fortsnek9348
5f181e94e9 Replace some trig calls with WorldView util functions. 2022-03-05 00:20:09 +00:00
fortsnek9348
6d2d6acc49 Ensure a minimum height when going from perspective to ortho. 2022-03-05 00:20:08 +00:00
fortsnek9348
68a7e94edb Derive the ortho zoom limits from the perspective zoom limits.
And let the projection mode animation have its own indictor circle.
2022-03-05 00:19:32 +00:00
fortsnek9348
8fafc54f90 Orthographic projection mode with dynamic near/far. 2022-03-04 00:31:45 +00:00
Eric Horch
f8e382f19b Allow control click in design tree view to extend selection 2022-03-02 11:17:06 -07:00
Lars Brubaker
235012984b Make past into work for container objects 2022-02-28 11:07:30 -08:00
LarsBrubaker
7000ae843d Improved selection maintainer 2022-02-26 22:49:12 -08:00
LarsBrubaker
61e68b6afa Make sure we don't have selections on save
Started work on align object 2
2022-02-26 22:21:38 -08:00
LarsBrubaker
12bfbcbdec Made mulit select show correctly in tree view 2022-02-26 19:50:12 -08:00
Lars Brubaker
e9a69e9644 Added a past into command 2022-02-24 12:04:44 -08:00
LarsBrubaker
19a5b9c4a8 Improving documentation 2022-02-23 08:09:56 -08:00
Lars Brubaker
372f7712dd Save to the right location 2022-02-22 16:59:47 -08:00
Lars Brubaker
6b962d2fc0 new description 2022-02-22 16:01:06 -08:00
Lars Brubaker
2a3c37916e Fixing problem printing from unsaved bed 2022-02-22 14:28:33 -08:00
LarsBrubaker
aa8591ffe5 Show loading / restoring progress
Fix null when canceling open system file
2022-02-20 07:59:28 -08:00
LarsBrubaker
bd6a588515 Don't start 2 rebuilds 2022-02-18 21:27:56 -08:00
Lars Brubaker
87b882d066 Fixing issue with bed clearing 2022-02-18 17:57:11 -08:00
LarsBrubaker
cc975c56f4 Make sure we find the cell we are looking for 2022-02-13 20:19:20 -08:00
LarsBrubaker
8ed11e7c52 Added an open file menu item 2022-02-12 18:47:59 -08:00
LarsBrubaker
e19620dfc7 Improving library item menus 2022-02-12 18:19:03 -08:00
Lars Brubaker
fdf4f81157 allow drag and drop .mcx files to the tab bar 2022-02-10 16:46:34 -08:00
Lars Brubaker
b2a9bfa062 Don't reset the path on design tabs when clearing the bed 2022-02-10 12:20:32 -08:00
Lars Brubaker
0731ac0bad Save as asks for overwrite if exists
Save as dialog does clicking and double clicking as expected
New Text icon
2022-02-10 12:06:48 -08:00
Lars Brubaker
dbe806b301 switch to correct tab if open when opening from file system 2022-02-09 17:12:25 -08:00
LarsBrubaker
c5ab1b5012 Save assets correctly
Allow mcx opening
2022-02-08 22:16:18 -08:00
Lars Brubaker
495190237c Open mcx files correctly 2022-02-08 17:05:34 -08:00
larsbrubaker
ae834316f4 system correct path to phil 2022-02-07 16:39:30 -08:00
LarsBrubaker
d59b872737 fixing tests 2022-02-06 18:32:08 -08:00
LarsBrubaker
1cd32a9afd Combine is faster when objects don't overlap 2022-02-05 10:52:22 -08:00
Lars Brubaker
f83bdbeb7d Make sure when we create json it is valid and does not have selections in it 2022-02-04 14:51:41 -08:00
Lars Brubaker
11ff49bb7e Writing test for Save As functionality 2022-02-03 17:21:51 -08:00
Lars Brubaker
e3ede822f9 Save works sometimes and asks for a name if no save 2022-02-03 15:02:19 -08:00
Lars Brubaker
e3922c88ca Added export to MCX 2022-02-03 13:42:27 -08:00
LarsBrubaker
1536ffa551 Save As is updating tab name and saving correctly 2022-02-02 22:47:05 -08:00
Lars Brubaker
1095d6741a Save as causes the file dest to change and the tab name
Refactoring
Add dispose to content store
Added event for source item changed on edit context
Added rename to extensions method
Added local file path to tab tool tip
2022-02-02 17:31:44 -08:00
Lars Brubaker
a2aaaf6715 Save to compressed mcx is working
Don't call save twice
2022-02-02 10:52:42 -08:00
Lars Brubaker
c351af843b New we 'Save As' changes the pointed to filename (when on disk) 2022-02-01 17:10:35 -08:00
Lars Brubaker
66215016cd separating saving the tab bar layout and scene contents 2022-02-01 10:33:45 -08:00
LarsBrubaker
50e8845cf3 Made the save on close tab have yes no cancel 2022-01-30 11:08:02 -08:00