Commit graph

2093 commits

Author SHA1 Message Date
John Lewin
2ca05912ef Revert back to two buttons - merge/delete 2018-08-11 10:07:06 -07:00
John Lewin
902799333c Revise scene selection logic - fix selection failure 2018-08-11 10:06:28 -07:00
LarsBrubaker
580e24c9cd improve selected item thread safty
issue: MatterHackers/MCCentral#3962
Use of Scene.SelectedItem rather than captured context will result in timing failures
2018-08-11 08:50:40 -07:00
John Lewin
4752603f90 Use menu theme 2018-08-10 13:29:38 -07:00
John Lewin
39b2ab35a3 Consolidate Apply/Delete for clarity around outcome 2018-08-10 13:14:06 -07:00
John Lewin
09e7ed9e4c Only restore the root selection if it wasn't the item removed
- Issue MatterHackers/MCCentral#3977
New Remove code restores removed item as selection
2018-08-10 13:09:17 -07:00
John Lewin
2f92a99c24 Refresh SelectedItem after remove to refresh tree 2018-08-08 14:07:02 -07:00
John Lewin
d0913b6f0c Hook now working MouseUp event
- Issue MatterHackers/MCCentral#3967
OnMouseUp fires on Widget but MouseUp event does not
2018-08-08 14:05:26 -07:00
John Lewin
32fe589fc3 Create and use local RootSelection property on UIVolumes 2018-08-08 14:04:21 -07:00
John Lewin
2e838d4a04 Eliminate CanRemove member 2018-08-08 14:02:54 -07:00
John Lewin
39d249797a Extend workspace/item context menus with relevant and functional actions 2018-08-08 08:47:03 -07:00
John Lewin
aa77a3cf2a Construct and store workspace level menu action dictionary 2018-08-08 08:46:27 -07:00
John Lewin
a370e57ef2 Revise menu actions for reuse 2018-08-08 08:46:27 -07:00
John Lewin
c1475cb020 Add identifier to menu actions 2018-08-08 08:46:27 -07:00
John Lewin
fab549b587 Use specialized type for menu separators 2018-08-08 08:46:27 -07:00
John Lewin
e3466bbfa8 Use pattern matching 2018-08-08 08:46:27 -07:00
John Lewin
7e0c41ebd7 Fix indentation 2018-08-08 08:46:27 -07:00
John Lewin
b06892ff01 Pass clicked rather than owning widget 2018-08-08 08:46:26 -07:00
John Lewin
f09486583b Add TreeView context menu 2018-08-08 08:46:26 -07:00
John Lewin
ffc0a30c7e Invalidate after popup 2018-08-08 08:46:26 -07:00
John Lewin
c56db0a84a Move right click processing to mouseup 2018-08-08 08:46:26 -07:00
John Lewin
69d5bf3111 Add Copy/Paste to ImageEditor 2018-08-08 08:46:26 -07:00
John Lewin
7a27c8ab21 Fix scene right click, popup under overflow icon 2018-08-08 08:46:25 -07:00
John Lewin
710d72adfe Add scene right click menu 2018-08-08 08:46:25 -07:00
John Lewin
e649d35b47 Add new popup implementation, add library context menus 2018-08-08 08:46:25 -07:00
John Lewin
9a3ededecc Move up_pointer.stl to Stls folder 2018-08-07 14:03:54 -07:00
John Lewin
889f5d4152 Remove assembly validation as consolidated into MatterControl 2018-08-07 11:58:23 -07:00
John Lewin
3140748e30 Add Clipboard -> Image -> Paste support
- Issue MatterHackers/MCCentral#3965
2018-08-07 11:48:37 -07:00
John Lewin
73b6aed7bb Simplify 2018-08-06 15:34:44 -07:00
John Lewin
56fda6df01 Sync active printer name on change
- Issue MatterHackers/MCCentral#3940
Printer tab and PrinterChooser ignore changes to printer name
2018-08-06 15:34:44 -07:00
Lars Brubaker
93aabd50f0 Making selection panel overflow menu track if has selection
issue: MatterHackers/MCCentral#3952
If you click the Details overflow menu before you have an object selected it no longer works
2018-08-06 12:21:44 -07:00
John Lewin
58c97ab6e9 Lower precedence of List<string> editor
- MatterHackers/MCCentral#3949
SurfacedEditors field appears instead of subtract
2018-08-03 18:29:25 -07:00
John Lewin
aac3a0f238 Prevent silhouette search on Lithophanes 2018-08-03 17:58:14 -07:00
John Lewin
2d92ad3358 Revise spacing
- Issue MatterHackers/MCCentral#3948
Confusing arrangement of content and overlapped/duplicate scrollbars
2018-08-03 17:58:14 -07:00
John Lewin
6eae8a58b0 Use consistent pattern for search
- Add reusable Searchable SectionWidget
2018-08-03 17:58:14 -07:00
John Lewin
7957eed0db Expose 'Copy Path' while editing components 2018-08-02 17:30:59 -07:00
John Lewin
2ec0a37230 Improve ComponentObject3D editing experience 2018-08-02 17:30:58 -07:00
John Lewin
cbcecd4fd5 Use Stl rather than Object3D loader 2018-08-01 18:30:35 -07:00
Lars Brubaker
4e4d5770bc Fixing problems with aabb on mesh modifying objects
issue: MatterHackers/MCCentral#3859
Invalid bounding box for pattern rollers
2018-07-30 16:27:34 -07:00
John Lewin
1cc6c15f9a Consolidate PrinterEmulator into MatterControl 2018-07-27 21:51:25 -07:00
John Lewin
46c88217c5 Remove dead code 2018-07-20 15:46:09 -07:00
John Lewin
53a430eb81 Add Tooltip support for long running tasks
- Issue MatterHackers/MCCentral#3874
Add 'Cancel' ToolTip to long running tasks Stop button
2018-07-20 14:40:41 -07:00
John Lewin
07251fb314 Full height text field, reorder tabs, drop preview in SliceSettings 2018-07-20 12:18:53 -07:00
Lars Brubaker
f1cc9a7bcb add in compile and continue fix 2018-07-20 10:17:33 -07:00
Lars Brubaker
713e3f686d Tumble cube working quite well
Could use a bit of work on correct up axis
2018-07-20 10:15:39 -07:00
Lars Brubaker
1a7ab9460f Tumble cube has corner spots
Theme the tumble cube
2018-07-20 10:15:38 -07:00
Lars Brubaker
c2ac04b176 Tumble cube shows face under mouse 2018-07-20 10:15:38 -07:00
John Lewin
1d74d5e480 Improve MarkdownEditPage styling
- Add Markdown help link
- Remove incorrect padding on toolbar
- Add containers for spacing, refine padding and margin
- Set correct colors
2018-07-20 08:10:41 -07:00
John Lewin
7163249870 Markdown UIField editor prototype 2018-07-20 00:11:27 -07:00
John Lewin
9014c6021a Load GCodeStream from LibraryItem, process and export
- Issue MatterHackers/MCCentral#3835
Export option not available for gcode files
2018-07-19 17:54:46 -07:00