John Lewin
|
752402a47d
|
Fix Edit Component crash, remove visibility object
|
2019-02-04 14:43:37 -08:00 |
|
LarsBrubaker
|
4017c38a49
|
Getting ChildVisabilytObject working
|
2019-02-04 08:38:58 -08:00 |
|
John Lewin
|
18fc068d2c
|
Add missing localizations
- Issue MatterHackers/MCCentral#4976
Localize strings
|
2019-01-31 12:35:12 -08:00 |
|
John Lewin
|
ca93f46253
|
Vector3 single char label
|
2019-01-15 10:59:10 -08:00 |
|
John Lewin
|
1c6814fffc
|
Vector2 single char label
|
2019-01-15 10:59:10 -08:00 |
|
LarsBrubaker
|
eb90fe82b0
|
removing z_offset, adding data to nozzle offsets xyz
issue: MatterHackers/MCCentral#4793
Slightly illogical that z-offset can have different values
|
2019-01-06 08:35:55 -08:00 |
|
John Lewin
|
6ea5a1dba6
|
Depict slice settings validation status in SliceSettings views
|
2019-01-05 10:38:33 -08:00 |
|
John Lewin
|
da34757ab1
|
Conditionally invert icons based on new IconsAttribute option
|
2019-01-04 11:43:03 -08:00 |
|
John Lewin
|
f06e67a65e
|
Use EventHandler<StringEventArgs> for SettingChanged event
- Issue MatterHackers/MCCentral#4730
Event should declare specialized EventArgs used via EventHandler<T>
|
2018-12-21 18:37:11 -08:00 |
|
Lars Brubaker
|
5fbf6281d7
|
put in the ability to specify "; NO_PROCESSING" on a gcode line
issue: MatterHackers/MCCentral#4663
set position Z Tower and no Level
|
2018-12-03 16:33:35 -08:00 |
|
Lars Brubaker
|
fa218d9ebe
|
Making it possible to have a z offset in multi extruder setups
|
2018-12-03 14:58:42 -08:00 |
|
John Lewin
|
a1dc2cbaa6
|
CodeFactor cleanup
|
2018-11-16 05:12:34 -08:00 |
|
John Lewin
|
06e79394f2
|
Unregister listeners on Printer.Disposed
- Issue MatterHackers/MCCentral#4589
Ensure all printer.Disposed calls unregister listeners
|
2018-11-15 21:01:01 -08:00 |
|
Lars Brubaker
|
6405dad7ac
|
Convert static SettingChanged event to instance based
issue: MatterHackers/MCCentral#4551
|
2018-11-12 17:45:13 -08:00 |
|
John Lewin
|
e2a6c761a4
|
Require and use printer reference rather than static ActivePrinter
|
2018-11-11 13:22:32 -08:00 |
|
Lars Brubaker
|
4bb93fcc19
|
changed CommunicationStateChanged to EventHandler
|
2018-11-09 13:19:29 -08:00 |
|
John Lewin
|
4908cbb807
|
Remove dead code
|
2018-11-07 13:23:35 -08:00 |
|
John Lewin
|
6f36eb7ab0
|
Use theme border colors
- Issue MatterHackers/MCCentral#4507
|
2018-11-06 09:06:06 -08:00 |
|
John Lewin
|
b1053b8198
|
Revert accessibility of contentRow
- Add public PrinterSetupWizardPage proxy to private .contentRow
- Use PrinterSetupWizardPage.ContentRow in LoadFilamentWizard
|
2018-11-03 10:12:49 -07:00 |
|
John Lewin
|
7212f11871
|
Rename theme.ActiveTabColor to theme.BackgroundColor
- Issue MatterHackers/MCCentral#4491
|
2018-11-03 09:51:25 -07:00 |
|
John Lewin
|
8d4974dc32
|
Move theme.Colors.PrimaryTextColor into theme, remove unneeded types
- Issue MatterHackers/MCCentral#4490
|
2018-11-03 09:13:07 -07:00 |
|
Lars Brubaker
|
775f1982bd
|
Re-wrote the load filament wizard as not a macro so we have more control over it
Added it to the setup steps
issue: MatterHackers/MCCentral#4429
Put in a loading filament as part of initial setup process
|
2018-11-02 16:14:37 -07:00 |
|
John Lewin
|
4b9944b62d
|
Use MenuTheme colors
- Issue MatterHackers/MCCentral#4439
Popups should use MenuTheme colors
|
2018-10-30 17:28:57 -07:00 |
|
John Lewin
|
da1e7a7b1e
|
Add dictionary of IObject3D -> TreeNode
|
2018-10-26 09:05:04 -07:00 |
|
LarsBrubaker
|
caed1d4a47
|
Making undo properties have more shared code
|
2018-10-24 10:08:52 -07:00 |
|
John Lewin
|
b0af37d732
|
Improve theme support for DropLists
|
2018-10-22 14:16:25 -07:00 |
|
John Lewin
|
4433abb774
|
Add theme driven MHDropDownList
|
2018-10-22 14:16:25 -07:00 |
|
John Lewin
|
4f0f790f56
|
Create specialized border fields
|
2018-10-22 14:16:25 -07:00 |
|
John Lewin
|
34708054ee
|
Add support for themed text/number edit fields
|
2018-10-22 14:16:24 -07:00 |
|
Lars Brubaker
|
79821947b7
|
Making public property undo better
|
2018-10-20 12:49:37 -07:00 |
|
LarsBrubaker
|
4a4ce7d1be
|
undo redo working on PPE int and double
|
2018-10-19 13:30:20 -07:00 |
|
John Lewin
|
ee936efb8a
|
Revise theme support
|
2018-10-13 21:09:04 -07:00 |
|
LarsBrubaker
|
b5dacdfa56
|
Most of the code to make the material edit show up in the property view is written
|
2018-10-07 18:11:37 -07:00 |
|
LarsBrubaker
|
229931039b
|
Added a line for the color editing of all parts
Added a color editor to Public Property editor
|
2018-10-07 18:11:37 -07:00 |
|
John Lewin
|
0f9042f28d
|
Migrate SettingChanged event to PrinterSettings
- Issue MatterHackers/MCCentral#4245
Remove ActiveSliceSettings type
|
2018-10-05 10:37:34 -07:00 |
|
John Lewin
|
6dbae7668b
|
Remove ActiveSliceSettings.Instance
- Issue MatterHackers/MCCentral#4243
|
2018-10-05 09:25:05 -07:00 |
|
Lars Brubaker
|
4fd69ef58a
|
Change 'alpha' to 'transparency' in feature detector
Allow renaming of enum values in public property editor
|
2018-09-21 16:12:16 -07:00 |
|
Lars Brubaker
|
f4d69c8f28
|
Getting automation tests to pass with new ui changes
issue: MatterHackers/MCCentral#4108
Many test failures related to Controls/Terminal tabs being hidden by default
|
2018-09-10 10:42:18 -07:00 |
|
Lars Brubaker
|
daec1a0420
|
added close to terminal and settings (default to close)
added ICloseableTab
changed to selected tab key
added keys to tool tabs
|
2018-09-07 14:49:35 -07:00 |
|
Lars Brubaker
|
bed90234e7
|
Made MatterControl run as a .net standard app
Moving matter control to a lib and creating a new exe to run it
|
2018-09-06 16:09:58 -07:00 |
|