John Lewin
|
371c12f3ab
|
Ignore Android plugin binaries
|
2018-12-19 15:53:54 -08:00 |
|
John Lewin
|
82d7ce9c6f
|
Simplify as suggested by IDE
|
2018-12-19 15:53:54 -08:00 |
|
John Lewin
|
801363fe49
|
ReloadAll should not rebuild workspaces
- Issue MatterHackers/MCCentral#4704
|
2018-12-19 15:53:54 -08:00 |
|
johnlewin
|
6a677cd889
|
Merge pull request #4096 from jlewin/master
Remove OpenPrinterIDs from ProfileManager
|
2018-12-19 09:58:25 -08:00 |
|
John Lewin
|
2ff5ddbf95
|
Use local this reference instead of ApplicationController.Instance
Simplify to prevent insidious bugs during construction
|
2018-12-19 09:24:11 -08:00 |
|
John Lewin
|
b405688629
|
Remove workspace for printer when printer is removed
- Issue MatterHackers/MCCentral#4732
ActivePrinters should decrement by one when printer is closed
|
2018-12-19 09:22:03 -08:00 |
|
John Lewin
|
aa9c1cbc86
|
Use new testRunner.ClickWidget(w) instead of widget.InvokeClick(w)
- Issue MatterHackers/MCCentral#4731
Tests should only the use automation API, never direct methods like
InvokeClick()
|
2018-12-19 09:20:56 -08:00 |
|
John Lewin
|
c66b29e90e
|
Remove OpenPrinterIDs from ProfileManager
- Issue MatterHackers/MCCentral#4729
Investigate failing PrinterNameChange test
|
2018-12-19 09:09:17 -08:00 |
|
johnlewin
|
0bdb7823e9
|
Merge pull request #4095 from jlewin/master
Defer ISQLite construction until after path override
|
2018-12-18 17:29:00 -08:00 |
|
John Lewin
|
2b5f9b54a7
|
Defer ISQLite construction until after path override
|
2018-12-18 17:06:20 -08:00 |
|
John Lewin
|
488ad1e17f
|
RunTest must call InitPluginFinder before invoking code under test
|
2018-12-18 17:06:20 -08:00 |
|
johnlewin
|
ec43f251df
|
Merge pull request #4094 from jlewin/master
Restore required optimize flag
|
2018-12-18 16:01:46 -08:00 |
|
John Lewin
|
b11ca88b1c
|
Restore required optimize flag
|
2018-12-18 15:10:13 -08:00 |
|
johnlewin
|
91bda312dd
|
Merge pull request #4093 from jlewin/master
Android .netstandard projects
|
2018-12-18 13:56:12 -08:00 |
|
John Lewin
|
cdf7ac0403
|
Disable unstable test
- Issue MatterHackers/MCCentral#4723
Restore PinchTextMaintainsWrapping test after investigating/resolving
unexpected failures
|
2018-12-18 13:40:51 -08:00 |
|
John Lewin
|
5732fd6393
|
Add missing csproj conditional compilation symbols
|
2018-12-18 13:17:33 -08:00 |
|
John Lewin
|
486d0b4b64
|
Add desktop SQLite project dependency
|
2018-12-18 12:45:04 -08:00 |
|
John Lewin
|
a366e1ad3b
|
Use standard event pattern
|
2018-12-18 11:54:31 -08:00 |
|
John Lewin
|
e9eeea8d3d
|
Extract Windows only dependency from shared .netstandard project
|
2018-12-18 11:54:31 -08:00 |
|
John Lewin
|
54c3dbb08e
|
Extract Android dependencies from .netstandard libraries
|
2018-12-18 11:54:31 -08:00 |
|
John Lewin
|
6ea0de691c
|
Extract Windows only dependencies from shared .netstandard projects
|
2018-12-18 11:54:05 -08:00 |
|
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 |
|