Commit graph

5409 commits

Author SHA1 Message Date
Lars Brubaker
dc8b429ea4 Merge pull request #1532 from larsbrubaker/1.6.0
Always call UserChanged when ChangeCloudSyncStatus
2016-10-21 17:14:19 -07:00
Lars Brubaker
95fc69e7f8 Always call UserChanged when ChangeCloudSyncStatus
Don't clear the LastSessionUserName
It should only be used in the name field of the login screen and nowhere else.
2016-10-21 17:09:53 -07:00
johnlewin
f7352284f9 Merge pull request #1531 from jlewin/1.6.0
Revise IsGuestProfile property, revert LastSessionUsername changes
2016-10-21 16:20:35 -07:00
John Lewin
67b151aa2c Revise IsGuestProfile property, revert LastSessionUsername changes 2016-10-21 16:12:47 -07:00
johnlewin
3c18f10e55 Merge pull request #1529 from gregory-diaz/1.6.0
Removed test code from 1.6
2016-10-21 15:02:43 -07:00
johnlewin
725b1048d4 Merge branch '1.6.0' into 1.6.0 2016-10-21 14:55:08 -07:00
Lars Brubaker
ae7ee576d2 Merge pull request #1530 from larsbrubaker/1.6.0
Make sure we don't block on a bad write to the sqlite database
2016-10-21 14:54:52 -07:00
Lars Brubaker
e577391772 Make sure we don't block on a bad write to the sqlite database 2016-10-21 14:19:15 -07:00
Lars Brubaker
ebfcbcee3e Merge pull request #1528 from jlewin/1.6.0
Refactor ProfileManager to prefer isolated instances
2016-10-21 14:18:49 -07:00
Greg
106935c63d Removed test code from 1.6
MatterHackers/MCCentral#645
2016-10-21 14:10:17 -07:00
John Lewin
42cc88b9d4 Refactor ProfileManager to prefer isolated instances
- Replace DB nomenclatures with ProfilesDoc/Profiles terms
- Convert SetLastProfile() to LastProfileID property
- Remove LoadLastProfileWithoutRecovery function
  - Use LoadWithoutRecovery(LastProfileID)
  - One caller, far more clear with only one LoadWithout function
- Move safe FileSystem UserName to AuthenticationData, like UserName
- Skip importing guest profiles that are missing PrinterSettings files
2016-10-21 13:00:53 -07:00
johnlewin
9cb1aa1575 Merge pull request #1527 from larsbrubaker/1.6.0
Test for null and protect the commit.
2016-10-21 12:20:39 -07:00
Lars Brubaker
3902d120bf Test for null and protect the commit. 2016-10-21 12:00:22 -07:00
johnlewin
80cc48e502 Merge pull request #1526 from jlewin/1.6.0
Remove per test classes, place RunInAppDomain attribute on TestFixture
2016-10-21 08:42:47 -07:00
John Lewin
97507cddf6 Remove per test classes, place RunInAppDomain attribute on TestFixture 2016-10-20 16:31:37 -07:00
Lars Brubaker
8eece62fba Merge pull request #1525 from larsbrubaker/1.6.0
Only save the last sesion user name when it is set
2016-10-20 15:43:52 -07:00
Lars Brubaker
7e45623187 Only save the last sesion user name when it is set 2016-10-20 13:49:04 -07:00
Lars Brubaker
f72eb44e85 Merge pull request #1524 from larsbrubaker/1.6.0
Can exit while printing from SD Card.
2016-10-20 11:55:26 -07:00
Lars Brubaker
08b1370ba2 Can exit while printing from SD Card. 2016-10-20 11:24:13 -07:00
johnlewin
dd5b53cef0 Merge pull request #1521 from jlewin/1.6.0
Fix crash in AutomationRunner on Mac due to null GetEntryAssembly
2016-10-19 18:23:35 -07:00
John Lewin
090542a949 Fix crash in AutomationRunner on Mac due to null GetEntryAssembly 2016-10-19 18:14:25 -07:00
Lars Brubaker
f851911d61 Merge pull request #1520 from larsbrubaker/1.6.0
Can't number format a letter string
2016-10-19 17:49:49 -07:00
Lars Brubaker
c26d483e4d Can't number format a letter string 2016-10-19 17:36:29 -07:00
Lars Brubaker
159f72fdf3 Merge pull request #1519 from larsbrubaker/1.6.0
Make sure we don't send exponents to the printer
2016-10-19 17:11:25 -07:00
Lars Brubaker
41a2490d91 Make sure we don't send exponents to the printer 2016-10-19 17:05:49 -07:00
Lars Brubaker
add1b63f94 Merge pull request #1518 from larsbrubaker/1.6.0
Make sure we detect if the leveling data is bad
2016-10-19 16:09:12 -07:00
Lars Brubaker
47968f566f Going back to the old leveling method. 2016-10-19 16:03:08 -07:00
Lars Brubaker
387f4297bc Merge branch '1.6.0' of https://github.com/MatterHackers/MatterControl into 1.6.0 2016-10-19 15:30:17 -07:00
johnlewin
b8b51f07cb Merge pull request #1517 from jlewin/1.6.0
Support configuration based InputMethod selection
2016-10-19 14:34:42 -07:00
John Lewin
91dbcd590d Force AppVeyor rebuild 2016-10-19 14:17:09 -07:00
Lars Brubaker
3706db8bf6 Fixed the sd card file image. 2016-10-19 14:00:55 -07:00
Lars Brubaker
f1d422d6ad latest agg 2016-10-19 13:53:39 -07:00
Lars Brubaker
f6907928ac Make sure we detect if the leveling data is bad 2016-10-19 13:51:09 -07:00
John Lewin
5cf774dd49 Support configuration based InputMethod selection 2016-10-19 13:27:27 -07:00
johnlewin
1bc04cca05 Merge pull request #1515 from jlewin/1.6.0
Realistic test timeout values
2016-10-19 12:41:26 -07:00
John Lewin
c1a445270e Realistic test timeout values 2016-10-19 12:26:47 -07:00
johnlewin
fbb8d20aeb Merge pull request #1513 from jlewin/1.6.0
Revise automation tests
2016-10-19 12:12:14 -07:00
John Lewin
4d3f5d2521 Move CloseMatterControl responsiblity outside of TestMethod
- Behavior is now invoked in parent RunTest call
2016-10-19 12:06:31 -07:00
John Lewin
28699c9197 Remove defaultTestImages parameter
- Leave as null, fall back to default on null
2016-10-19 11:49:52 -07:00
johnlewin
222535b107 Merge pull request #1511 from jlewin/alt_automation
Remove excess blocks
2016-10-19 11:25:40 -07:00
John Lewin
de2535715d Fix compile error 2016-10-19 11:18:31 -07:00
John Lewin
e216457ef5 Remove excess blocks 2016-10-19 11:10:30 -07:00
johnlewin
5005e91f3b Merge pull request #1510 from jlewin/alt_automation
Consolidate AutomationTesterHarness into AutomationRunner
2016-10-19 10:57:36 -07:00
John Lewin
75834e5664 Further refinements to MatterControlRuns test - v2 2016-10-19 10:53:58 -07:00
John Lewin
f1579307aa Further refinements to MatterControlRuns test 2016-10-19 10:43:02 -07:00
John Lewin
32e296e3bf Revise expected test count 2016-10-19 10:25:03 -07:00
John Lewin
8f8d0e5b30 Consolidate AutomationTesterHarness into AutomationRunner
- Remove AutomationRunner construction from test bodies
- Pass AutomationRunner into test method
2016-10-19 07:44:09 -07:00
Lars Brubaker
838868e51c Merge pull request #1508 from larsbrubaker/1.6.0
latest ms
2016-10-18 17:10:43 -07:00
Lars Brubaker
3d15810bf0 latest ms 2016-10-18 17:06:21 -07:00
Lars Brubaker
c0f74d8cee Merge pull request #1505 from larsbrubaker/1.6.0
fix z_offest_after_home
2016-10-18 16:06:53 -07:00