Lars Brubaker
32a192c2b8
Upgrading to .net 6
2022-07-15 17:28:39 -07:00
Lars Brubaker
2034c86c3e
Starting work on new materials selection dialog
2022-03-15 17:51:28 -07:00
Lars Brubaker
25303bbc74
Make sure success massage is not red
2022-01-24 16:15:29 -08:00
Lars Brubaker
dbd1eb56ce
Initial startup is better
2022-01-20 14:52:03 -08:00
Lars Brubaker
569e316f38
Improving startup
2022-01-06 16:56:05 -08:00
Lars Brubaker
b6f40025ff
Updating localizations
2021-12-09 17:49:17 -08:00
Lars Brubaker
35ef85b73e
improving connect procedure
2021-11-30 17:45:47 -08:00
Lars Brubaker
de77575fd2
Improving printer setup (com port detection)
2021-11-30 14:25:01 -08:00
LarsBrubaker
a50f0c45bc
Fix button name
2021-01-05 20:47:11 -08:00
Lars Brubaker
d882f04b07
Fixing tests
...
cleaning up ui
2020-12-31 09:33:53 -08:00
Lars Brubaker
261460d540
custom printer is usable now
2020-12-16 14:24:47 -08:00
LarsBrubaker
d5a64d6ccc
creating custom printer page
2020-12-16 11:20:13 -08:00
Lars Brubaker
81cf6ac07a
Adding custom printer setup
2020-12-15 18:01:49 -08:00
LarsBrubaker
c8bfef2085
Add baud to com port setup
...
issue: MatterHackers/MatterControl#4884
Add ability to set baud rate in manual connection window
2020-12-15 15:00:00 -08:00
LarsBrubaker
506f2b273f
Making static data compile time and universal
2020-11-25 07:39:36 -08:00
LarsBrubaker
f6cf34eac7
Make the add printer page scale correctly
...
issue: MatterHackers/MCCentral#6000
add printer screen is small when in hi-rez
2020-08-13 11:18:33 -07:00
John Lewin
931f0b9e0c
Restore CloseOnIdle
...
- Issue MatterHackers/MCCentral#5755
Cannot access disposed object exception during application exit
- Issue MatterHackers/MCCentral#5756
Cross-Thread operation not valid exception in CommunicationStateChanged
event handlers
2020-02-07 17:08:47 -08:00
LarsBrubaker
58e77cfe60
GuiWiget Children working as a SafeList
2020-02-07 15:27:43 -08:00
jlewin
87027cc724
Add scrollable for PrinterDetails panel
...
- Issue MatterHackers/MCCentral#5643
Add printer right panel not scrollable
2019-06-11 17:43:17 -07:00
jlewin
8d6a2cec59
New searchable Add Printer Wizard
...
- Issue MatterHackers/MCCentral#5519
Finish new Add Printer wizard
- Issue MatterHackers/MCCentral#3439
Improve printer Make / Model selection for Pulse
2019-05-14 15:43:14 -07:00
jlewin
75fb57b805
Hook connection fail/success and update accordingly
...
- Issue MatterHackers/MCCentral#3457
Setup Wizard does not show error if connection fails
2019-05-06 16:08:26 -07:00
jlewin
556821fdef
Fix warnings
2019-05-06 16:08:22 -07:00
jlewin
b5404c672a
Simplify
2019-04-05 13:18:32 -07:00
John Lewin
54c3dbb08e
Extract Android dependencies from .netstandard libraries
2018-12-18 11:54:31 -08:00
John Lewin
707229d656
Remove dead code
...
- Delete empty LoadCalibrationPrints()
2018-12-14 17:15:39 -08:00
John Lewin
3ebb4ced33
Hold printer reference in AndroidConnectDevicePage
2018-11-23 16:27:52 -08:00
John Lewin
2873a74ef7
Use standard event listener pattern
2018-11-16 15:53:43 -08:00
John Lewin
5fe1d0e225
Use naming consistent with return types & behavior
...
- Issue MatterHackers/MCCentral#4554
Remove Profile nomenclature from ProfileManager
2018-11-15 20:03:49 -08:00
John Lewin
306548cc83
Move extracted types to DialogPage area
2018-11-13 12:35:04 -08:00
John Lewin
091ed952cc
Support export to any printer profile
...
- Issue MatterHackers/MCCentral#4565
2018-11-13 12:35:04 -08:00
John Lewin
3ff4cf6d21
Extract embedded type to new file
2018-11-13 12:35:04 -08:00
John Lewin
de06d23499
Implement custom open printers view in SelectActivePrinterPage
2018-11-12 09:45:00 -08:00
John Lewin
b2cfc68368
Rename method for clarity
2018-11-12 09:45:00 -08:00
John Lewin
f0da7ce4cc
Add SelectActivePrinterPage
2018-11-12 09:45:00 -08:00
John Lewin
61fd2f2862
Extract printer selection page to reusable base
2018-11-12 09:45:00 -08:00
John Lewin
811c25256f
Rename SelectPrinterPage to OpenPrinterPage
2018-11-12 09:44:59 -08:00
John Lewin
0d9e6aadf2
Experimental multi-printer support
2018-11-12 09:44:59 -08:00
Lars Brubaker
4bb93fcc19
changed CommunicationStateChanged to EventHandler
2018-11-09 13:19:29 -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
8d4974dc32
Move theme.Colors.PrimaryTextColor into theme, remove unneeded types
...
- Issue MatterHackers/MCCentral#4490
2018-11-03 09:13:07 -07:00
John Lewin
05966c7e56
Wait for async printer load before copying part bed plate
...
- Issue MatterHackers/MCCentral#4478
When we open a printer from the select menu after clicking print
on a design tab, we don't get the part on the bed
2018-11-03 00:21:33 -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
Lars Brubaker
8c1c0bcff4
Improving setup connection wizard
...
issue: MatterHackers/MCCentral#4453
Add images to connection wizard
2018-11-01 14:16:25 -07:00
John Lewin
34708054ee
Add support for themed text/number edit fields
2018-10-22 14:16:24 -07:00
John Lewin
151e753db2
Move PrimaryAccentColor to parent
2018-10-22 14:16:24 -07:00
John Lewin
761dc3c003
Revise Add Printer/Sign in dialog
2018-10-16 17:31:09 -07:00
John Lewin
428b8fad50
Improve setup workflow with new AuthContext and SelectPrinterPage
2018-10-16 17:31:08 -07:00
Lars Brubaker
7ba684ef8d
Switch the logic of showing the sign in on printer create
2018-10-12 17:58:07 -07:00
John Lewin
478075fca0
Fix test regressions
2018-10-10 12:15:30 -07:00
John Lewin
b67d3ad691
Add Library tab, replace PrintLibrary widget with Favorites bar
2018-10-10 08:07:47 -07:00