johnlewin
a9e0953e11
Merge pull request #4091 from larsbrubaker/master
...
Don't call ExpandedChanged twice in TreeView
2018-12-18 11:51:47 -08:00
Lars Brubaker
147cf829c4
Fixing first layer temp test
2018-12-18 11:29:44 -08:00
Lars Brubaker
5910236d5f
Fixed Flatten in mesh wrapper
...
Reverted GetAxisAlignedBoundingBox in mesh wrapper
Have less initialization in FitToBounds
2018-12-18 10:05:05 -08:00
Lars Brubaker
f0fc1234e7
making more macro replaces work
...
issue: MatterHackers/MCCentral#4720
[temperature1] not working correctly
2018-12-17 18:53:52 -08:00
Lars Brubaker
7743a34a87
Don't call ExandedChianged twice in TreeView
...
Let MeshWrapper call GetAxisAl/ignedBoundingBox from base
2018-12-17 16:12:11 -08:00
Lars Brubaker
94e6d461e0
Merge pull request #4089 from larsbrubaker/master
...
fix for undo and redo from keyboard
2018-12-16 08:48:51 -08:00
LarsBrubaker
a98389d54e
fixed ctrl-z and shift-ctrl-z to do the right undo and redo
...
issue: MatterHackers/MCCentral#4703
Undo does not work completely
2018-12-16 08:35:56 -08:00
LarsBrubaker
3e38fac335
Making ungroup and flatten do the same behavior and always be available
2018-12-16 08:35:55 -08:00
LarsBrubaker
4092d34e01
Work on new teselator
2018-12-16 08:35:55 -08:00
LarsBrubaker
38c8d47df3
New work on curve object
2018-12-16 08:35:55 -08:00
johnlewin
87c6ca7ff4
Merge pull request #4088 from jlewin/master
...
Remove dead code
2018-12-14 17:38:42 -08:00
John Lewin
707229d656
Remove dead code
...
- Delete empty LoadCalibrationPrints()
2018-12-14 17:15:39 -08:00
johnlewin
70f57ee621
Merge pull request #4087 from jlewin/master
...
Restore default "Calibration Parts" library container
2018-12-14 13:45:39 -08:00
John Lewin
6286ca059c
Add null reference guard for observed exception
2018-12-14 12:57:47 -08:00
John Lewin
35b0ff1423
Restore default "Calibration Parts" library container
...
- Fix non-printer tests which use calibration parts
2018-12-14 12:57:10 -08:00
johnlewin
dc92d7433a
Merge pull request #4086 from jlewin/master
...
Update product tour url
2018-12-13 17:35:06 -08:00
John Lewin
375dd22f14
Invoke via RunOnIdle to prevent blocking
...
- Issue MatterHackers/MCCentral#4639
[Linux] Mouse does not work in export printer dialog
2018-12-13 17:02:19 -08:00
John Lewin
1cffae5f50
Refactor and simplify
2018-12-13 16:59:32 -08:00
John Lewin
51ceeb2175
Update product tour url
2018-12-13 16:11:16 -08:00
Tyler Anderson
41d2bc8e22
Made PgUp & PgDown keys work in terminal
2018-12-13 15:16:10 -08:00
johnlewin
b2283409b7
Merge pull request #4084 from jlewin/master
...
Support for external tour data
2018-12-13 10:49:06 -08:00
John Lewin
da625fc267
Add cached network loading for product tour
2018-12-13 09:27:27 -08:00
John Lewin
172ff1cc30
Remove dead code
2018-12-13 09:27:27 -08:00
John Lewin
98209ba0ce
Hold and use reference to owning window in TourOverlay
2018-12-13 09:27:27 -08:00
John Lewin
7e06283c08
Refactor for clarity/conformance
2018-12-13 09:27:27 -08:00
John Lewin
99cdee6ed7
Extract product tour loading to ApplicationController
2018-12-13 09:27:27 -08:00
John Lewin
9c4283ef2c
Extract tour data to external file
2018-12-13 09:27:26 -08:00
johnlewin
376d0840a8
Merge pull request #4083 from WinstonMao/patch-1
...
Update ApplicationController.cs
2018-12-13 09:27:05 -08:00
WinstonMao
eb27e21394
Update ApplicationController.cs
...
Load TranslationMap before load hardware tabpage
2018-12-13 14:44:16 +08:00
johnlewin
53b613f1d4
Merge pull request #4082 from jlewin/master
...
Add per workspace library context
2018-12-12 22:21:11 -08:00
John Lewin
bfc63bdd4d
Reduce overlap
2018-12-12 22:09:42 -08:00
John Lewin
8f0338107d
Add OpenPrinters container to Library tab
2018-12-12 18:13:22 -08:00
John Lewin
f6cddb646f
Only pass workspace into LibraryListView, use workspace context
...
- Fix broken breadcrumbs
2018-12-12 17:42:47 -08:00
John Lewin
567b3d3076
Wire up new PrinterContainer on printer workspaces
2018-12-12 17:41:51 -08:00
John Lewin
af44fed520
Fix printer container name
2018-12-12 17:41:05 -08:00
John Lewin
a22866abcf
Add per workspace library context
...
- Add WrappedLibraryContainer for per workspace containers
(support for printer specific containers)
- Issue MatterHackers/MCCentral#4710
All printers and parts share the same library view
2018-12-12 17:40:32 -08:00
johnlewin
aaa335f8c4
Merge pull request #4081 from jlewin/master
...
Convert problem Popover properties to immutable due to agg quirks
2018-12-12 14:42:25 -08:00
John Lewin
1c32d7903c
Disable standard tooltips on Slice Settings UIFields
...
- Issue MatterHackers/MCCentral#4707
SliceSettings tooltip should not show when overridden with popover
2018-12-12 14:30:26 -08:00
John Lewin
d345f313d5
Convert problem Popover properties to immutable due to agg quirks
2018-12-12 14:26:55 -08:00
Lars Brubaker
9de36134fd
Merge pull request #4080 from jlewin/alt/popover/20181212
...
Popovers
2018-12-12 09:42:52 -08:00
John Lewin
97be7d1d10
Cleanup 2
2018-12-12 09:01:47 -08:00
John Lewin
ef3f3f6a8f
Cleanup
2018-12-12 08:57:52 -08:00
John Lewin
acc8662782
Restore attention border around target, use transparent white border
2018-12-12 08:53:03 -08:00
John Lewin
23a78bf820
Add comments/image detailing cryptic bubble creation logic
2018-12-12 08:49:13 -08:00
John Lewin
1aa0e43094
Improve popover, hook up arrow direction to tour positioning logic
2018-12-12 08:49:13 -08:00
John Lewin
8306bac352
First pass at popovers for interface tour
2018-12-12 08:49:12 -08:00
John Lewin
5ff7804767
Add experimental popover/bubble support
2018-12-12 08:49:12 -08:00
John Lewin
f75ff005cc
Revise naming to match behavior
2018-12-12 08:49:12 -08:00
John Lewin
c563f8d3fc
Reduce border significance, increase overlay opacity
2018-12-12 08:49:12 -08:00
John Lewin
546712cab3
Refactor TourOverlay
2018-12-12 08:49:12 -08:00