johnlewin
e088f40bb6
Merge pull request #2081 from jlewin/design_tools
...
Fix tests, convert Debug.Break to throw
2017-05-21 22:44:32 -07:00
John Lewin
4d84844f96
Throw exceptions for missing functionality rather than Debug.Break
...
- Fix unexpected abort in NUnit testruns
- Tests should fail rather than crash, highlighting areas needing focus
2017-05-21 22:37:30 -07:00
John Lewin
9f6821305c
Fix ClickingShowTerminalButtonOpensTerminal test
...
- Remove test navigation to SettingsAndControls
2017-05-21 22:11:27 -07:00
johnlewin
8233fca2d3
Merge pull request #2080 from jlewin/design_tools
...
Update more PrintQueue tests
2017-05-21 20:18:50 -07:00
John Lewin
1e286f14bf
Remove library tests from PrintQueueTests, extract non-applicable tests
...
- See PrintQueueUncertain.cs and LibraryActionTests.cs
2017-05-21 18:02:53 -07:00
John Lewin
88ce05b5fd
Fix QueueAddButtonAddsSTL test
...
- Rename to AddStlFile
- Update to new format
- Remove testToRun variable, pass lambda directly
- Issue MatterHackers/MCCentral#1504
2017-05-21 17:37:37 -07:00
John Lewin
a1e49bb1e7
Fix QueueAddButtonAddsGcodeFile test
...
- Rename to AddGCodeFile
- Update to new format
- Remove testToRun variable, pass lambda directly
- Issue MatterHackers/MCCentral#1504
2017-05-21 17:36:09 -07:00
John Lewin
addd88986a
Fix QueueAddButtonAddsAMF test
...
- Rename to AddAmfFile
- Update to new format
- Remove testToRun variable, pass lambda directly
- Issue MatterHackers/MCCentral#1504
2017-05-21 17:27:06 -07:00
John Lewin
51abfc527a
Fix AddSingleItemToQueue test
...
- Issue MatterHackers/MCCentral#1504
2017-05-21 17:10:30 -07:00
John Lewin
bbbcb62123
Fix AddMultipleItemsToQueue test
...
- Use new library widget name format
- Fix blocking issues in PrintQueueContainer
- Perform actual container reload via .ReloadContainer
- Allow ReloadContainer to execute on the current thread
- Wrap original invocation of ReloadContainer in ctor with Task.Run()
- Issue MatterHackers/MCCentral#1504
2017-05-21 16:55:33 -07:00
John Lewin
2654151649
Call Container.Add(IEnumerable<T>)
...
- Add ChangeToQueueContainer helper method
- Cast to IWritableContainer and invoke Add(IEnumerable<T>)
- Issue MatterHackers/MCCentral#1503
2017-05-21 16:29:00 -07:00
johnlewin
57c416fa76
Merge pull request #2079 from jlewin/design_tools
...
Constrain window height to desktop bounds
2017-05-21 13:11:49 -07:00
John Lewin
aa8786a795
Constrain window height to desktop bounds
2017-05-21 10:11:48 -07:00
johnlewin
3c996e5b8c
Merge pull request #2078 from jlewin/design_tools
...
Only switch to container if not null
2017-05-21 00:07:27 -07:00
John Lewin
1787c377eb
Only switch to container if not null
2017-05-21 00:02:30 -07:00
johnlewin
ab161a949e
Merge pull request #2077 from jlewin/design_tools
...
Fix list item names, use DoubleClickByName to automate library items
2017-05-20 17:56:24 -07:00
John Lewin
c24480e4ed
Fix list item names, use DoubleClickByName to automate library items
...
- Remove unused 'up folder' list view item code
2017-05-20 17:47:36 -07:00
johnlewin
355ced781f
Merge pull request #2076 from jlewin/design_tools
...
Move to new library model and view
2017-05-20 15:56:26 -07:00
John Lewin
e882f925ed
Fix failing MatterControlRuns test
...
- Switch control to validate from 'SettingsAndControls' to 'Library Tab'
2017-05-20 15:50:17 -07:00
John Lewin
8c926db5d3
Add missing project to public solution file
2017-05-20 15:13:28 -07:00
John Lewin
b67a29d32d
Latest agg-sharp
2017-05-20 08:37:20 -07:00
John Lewin
03a593f1b5
Move to new library model and view
...
- Add new listview control for library content
- Migrate library providers to containers
- Cloud, Sqlite, Directories, Queue, History
- Migrate SideBar components to containers
- Primatives, Text, Braille, ImageConverter
- Create new library container types
- Zip files, Calibration parts, Printer SDCards
- Reduce leftnav to Library, Settings, Controls, Options
- Add DragDrop support for image content
2017-05-20 00:41:02 -07:00
Lars Brubaker
b0b249e0c3
Merge pull request #2075 from larsbrubaker/design_tools
...
Fixed CancelingNormalPrintTurnsHeatAndFanOff
2017-05-19 17:26:50 -07:00
Lars Brubaker
8ef9da90b9
Fixed CancelingNormalPrintTurnsHeatAndFanOff
2017-05-19 17:18:21 -07:00
johnlewin
4aa73a5933
Merge pull request #2074 from larsbrubaker/design_tools
...
merge 1.7.1
2017-05-19 15:57:26 -07:00
Lars Brubaker
9f3f1d9303
first run after commit
2017-05-19 15:14:59 -07:00
Lars Brubaker
352eb792f1
Merge branch 'smash_1.7.1' into design_tools
...
# Conflicts:
# PartPreviewWindow/View3D/View3DWidget.cs
# SlicerConfiguration/SliceSettingsWidget.cs
# SlicerConfiguration/SlicingQueue.cs
# StaticData/SliceSettings/Properties.json
2017-05-19 14:57:04 -07:00
Lars Brubaker
a1e1c48d90
All new 1.7.1 changes
2017-05-19 14:39:57 -07:00
Lars Brubaker
9a98840c7e
Merge pull request #2033 from larsbrubaker/design_tools
...
Design tools
2017-04-14 15:35:21 -07:00
Lars Brubaker
3f03481d9e
Merge pull request #2032 from larsbrubaker/1.7
...
new notification messages
2017-04-14 13:01:31 -07:00
Lars Brubaker
c4f6228942
Merge branch '1.7' into 1.7
2017-04-14 12:54:45 -07:00
Lars Brubaker
b8760de3fa
Merge branch '1.7' into design_tools
2017-04-14 12:51:27 -07:00
Lars Brubaker
bc9d9ca9c0
Merge remote-tracking branch 'origin/1.7' into design_tools
...
# Conflicts:
# StaticData/SliceSettings/Properties.json
2017-04-14 12:51:17 -07:00
Lars Brubaker
235eef4a9f
new notification messages
2017-04-14 12:45:47 -07:00
Lars Brubaker
43d86b7dcc
Merge pull request #2030 from larsbrubaker/1.7
...
Made the cursor keys able to help with print leveling
2017-04-14 10:01:23 -07:00
Lars Brubaker
8349891061
Made the cursor keys able to help with print leveling
2017-04-14 09:53:13 -07:00
Lars Brubaker
2e15844242
Merge pull request #2029 from larsbrubaker/1.7
...
Added ability to sample multiple times on same point.
2017-04-13 17:11:24 -07:00
Lars Brubaker
214e25f188
Added ability to sample multiple times on same point.
2017-04-13 17:04:42 -07:00
Lars Brubaker
3acaedd605
Adding more filament run out code
2017-04-13 16:32:32 -07:00
Lars Brubaker
e1374ece9d
Putting in support for filament runout sensor
...
writing support for sms message on filament run out and pause
2017-04-13 14:25:46 -07:00
Lars Brubaker
df75772296
Merge pull request #2028 from larsbrubaker/design_tools
...
Design tools
2017-04-13 09:34:51 -07:00
Lars Brubaker
3fc69a7e81
Merge branch '1.7' into design_tools
...
# Conflicts:
# StaticData/Translations/Master.txt
2017-04-12 18:28:16 -07:00
Lars Brubaker
a02f049395
latest agg
2017-04-12 18:27:10 -07:00
Lars Brubaker
8044d8d258
latest agg
2017-04-12 18:22:52 -07:00
Lars Brubaker
2565874b22
Merge pull request #2027 from larsbrubaker/1.7
...
Changed the string we are looking for.
2017-04-12 17:36:52 -07:00
Lars Brubaker
5660307716
Changed the string we are looking for.
2017-04-12 17:30:58 -07:00
Lars Brubaker
d8ba59d4c5
Merge pull request #2026 from larsbrubaker/1.7
...
Fixed for smoothie probe math
2017-04-12 15:22:44 -07:00
Lars Brubaker
ffc0ea296e
Fixed for smoothie probe math
2017-04-12 15:17:55 -07:00
Lars Brubaker
a368c0ee1e
Merge pull request #2025 from larsbrubaker/1.7
...
Read G30 values correctly on smoothie.
2017-04-12 14:37:09 -07:00
Lars Brubaker
d6b8b2c8c6
Merge branch '1.7' into 1.7
2017-04-12 14:32:52 -07:00