Commit graph

12626 commits

Author SHA1 Message Date
johnlewin
31204d2dfa
Merge pull request #4019 from jlewin/master
Skip fields during merge that already equal target value
2018-11-25 07:34:06 -08:00
John Lewin
26781b454b Ensure content is on disk before slicing
- Issue MatterHackers/MCCentral#4628
GCodeExport should wait for PersistAssets before continuing
2018-11-25 07:13:22 -08:00
John Lewin
a0cd7eee52 Skip fields during merge that already equal target value
- Issue MatterHackers/MCCentral#4627
PrinterSettings merge pushes every imported value into target layer
2018-11-25 07:01:59 -08:00
Lars Brubaker
b740697812
Merge pull request #4018 from larsbrubaker/master
Make sure we use the sha1 of the MCX so we rebuild correctly
2018-11-24 21:06:47 -08:00
LarsBrubaker
f0f953ef6b Make sure we use the sha1 of the MCX so we rebuild correctly
issue: MatterHackers/MCCentral#4625
Changing the scene objects (position) not causing slice to re-calculate
2018-11-24 19:59:05 -08:00
johnlewin
db826071e1
Merge pull request #4017 from jlewin/master
Fix regressions, simplify theme status panel
2018-11-24 06:56:10 -08:00
John Lewin
07549c5875 Simplify theme status panel
- Issue MatterHackers/MCCentral#4624
2018-11-23 18:56:19 -08:00
John Lewin
a6caed8f5e Add theme support for noContentFieldDescription
- Issue MatterHackers/MCCentral#4613
Unfilled text should be a desaturated color
2018-11-23 18:45:29 -08:00
John Lewin
29bc739166 Use correct anchors for new type
- Issue MatterHackers/MCCentral#4619
Clear button missing from search
2018-11-23 17:57:32 -08:00
johnlewin
ff0c6ce46a
Merge pull request #4016 from jlewin/master
Remove ActivePrinter references
2018-11-23 17:08:55 -08:00
John Lewin
d736493929 Revise Android Camera settings panel for single printer config 2018-11-23 16:29:03 -08:00
John Lewin
3ebb4ced33 Hold printer reference in AndroidConnectDevicePage 2018-11-23 16:27:52 -08:00
John Lewin
44380f445e Use local reference rather than static to same 2018-11-23 16:26:33 -08:00
John Lewin
96383bd8c0 Remove SDCardContainer until replacement becomes available 2018-11-23 11:08:50 -08:00
John Lewin
984369e21e Move private members below public, restore Android namespaces 2018-11-23 11:06:09 -08:00
John Lewin
a73659d6b9 Add error reporting to ApplicationController 2018-11-23 11:04:22 -08:00
John Lewin
c1e8a932e7 Convert static method to instance, use local printer reference 2018-11-23 10:57:03 -08:00
johnlewin
187607d6aa
Merge pull request #4015 from jlewin/master
Fix failing tests
2018-11-22 12:22:24 -08:00
John Lewin
23d5b9ff6b Manually resume cancelled leveling wizard 2018-11-22 12:06:53 -08:00
John Lewin
58144f0151 Improve fan/temperature parsing in emulator
- Fixes CancelingPrintTurnsHeatAndFanOff test failure
- Issue MatterHackers/MCCentral#4614
Exception in SetBedTemperature
2018-11-22 11:08:03 -08:00
John Lewin
b2fab07382 Revise waits for improved results on automation server 2018-11-22 10:56:03 -08:00
johnlewin
d8564f4076
Merge pull request #4014 from jlewin/master
Use HoverImageWidget
2018-11-21 19:34:53 -08:00
John Lewin
96861a5e46 Auto complete Setup... button for tests 2018-11-21 19:24:53 -08:00
John Lewin
4016f0e4bb Make deprecated ActivePrinter return first open printer or Empty 2018-11-21 19:24:53 -08:00
John Lewin
138898a4b7 Fix QualitySettingsStayAsOverrides test 2018-11-21 19:24:53 -08:00
John Lewin
1559e58e88 Convert static ImageBuffers to instances
- Issue MatterHackers/MCCentral#4585
Memory leak in ImageWidget when source image is static
2018-11-21 19:24:53 -08:00
John Lewin
ab82ad7a75 Use HoverImageWidget
- Issue MatterHackers/MCCentral#4585
Memory leak in ImageWidget when source image is static
2018-11-21 19:24:53 -08:00
johnlewin
ba93af0e3e
Merge pull request #4013 from jlewin/master
Restore printer tabs
2018-11-21 19:24:40 -08:00
John Lewin
4b0c28b489 Restore printer tabs
- Add missing code in accidental stash
2018-11-21 17:10:44 -08:00
johnlewin
4f07ef398b
Merge pull request #4012 from jlewin/master
Fix null ref during print due to invalid reference
2018-11-21 12:54:04 -08:00
John Lewin
cf1ba487c5 Fix null ref during print due to invalid reference
- Issue MatterHackers/MCCentral#4610
Disconnect after starting print
2018-11-21 12:22:36 -08:00
John Lewin
0789160653 Only Save if changed
- Reduce file in use exceptions
2018-11-21 12:22:36 -08:00
johnlewin
4d21cbebbb
Merge pull request #4011 from jlewin/master
Remove dead code
2018-11-21 12:00:22 -08:00
John Lewin
d57620bc00 CodeFactor fixes 2018-11-21 11:18:14 -08:00
John Lewin
9923e13ac6 Clean up state after Delete Printer action
- Ensure OpenPrinters lists are up-to-date
- Ensure ID changes get synced
- Notify listeners when UserChanged due to sign in/out
- Clear ActivePrinters on UserChanged
- Eliminate WaitForReloadAll in non-reload scenario
2018-11-21 11:12:50 -08:00
John Lewin
ba862715c7 Revise naming to clarify behavior 2018-11-21 11:12:50 -08:00
John Lewin
be1062e7d1 Remove invalid comments, note concerns 2018-11-21 11:12:50 -08:00
John Lewin
466431b7e9 Remove UserChanged method, collapse into ProfileManger.Load(userID) 2018-11-21 11:12:50 -08:00
John Lewin
0137413966 Ensure _activeProfileIDs initialized before use 2018-11-21 11:12:50 -08:00
John Lewin
4141c10e86 Remove dead code 2018-11-21 11:12:49 -08:00
johnlewin
8fa3fab022
Merge pull request #4010 from jlewin/master
Fix MainViewWidget leak, check for updates on startup
2018-11-20 17:19:50 -08:00
John Lewin
178eff308e Revise refs and listeners so MainViewWidget finalizes after Close 2018-11-20 16:43:45 -08:00
John Lewin
ca5e25e0ed Ensure animation on update available 2018-11-20 16:40:12 -08:00
John Lewin
afeabf3f8a Always check for updates on startup
- Issue MatterHackers/MCCentral#4607
Clean install does not check for updates
2018-11-20 16:40:12 -08:00
John Lewin
34288ff48d Use auto property 2018-11-20 16:40:12 -08:00
John Lewin
2e1080f578 Simplify 2018-11-20 16:40:11 -08:00
John Lewin
2ccd0f9180 Refactor listener name 2018-11-20 16:40:11 -08:00
John Lewin
0e420fcc32 Remove invalid setter 2018-11-20 16:40:11 -08:00
John Lewin
f739107bd4 Simplify 2018-11-20 16:40:11 -08:00
John Lewin
18c15c62b7 Inline localizations 2018-11-20 16:40:11 -08:00