Commit graph

303 commits

Author SHA1 Message Date
LarsBrubaker
01309e9b0f cache all markdown text and check if local 2020-06-03 12:37:27 -07:00
LarsBrubaker
70ba624c40 Better history default sort 2020-05-23 17:04:07 -07:00
Lars Brubaker
740bf4c11b adding more library folder art
making pro less obtrusive
2020-05-22 11:29:22 -07:00
Lars Brubaker
7d3cce547d Make the text cache look in static data if can't find cache
Made persistable work on decimate and repair
2020-05-21 16:29:45 -07:00
LarsBrubaker
ac5e450359 Working to make Hollow a protected object 2020-05-19 10:29:17 -07:00
LarsBrubaker
c7d4d27327 tree view keyboard navigation
Making images work on printer add ons
2020-05-16 22:35:42 -07:00
LarsBrubaker
85f625a6ef better caching 2020-05-15 16:59:30 -07:00
LarsBrubaker
9d78b15695 Better alignment of Markdown content 2020-05-14 21:58:34 -07:00
LarsBrubaker
79ba96c18b Working on Pro upgrade page
Improving mark down renderer
2020-05-14 17:19:30 -07:00
LarsBrubaker
053d9bdb53 Making calibration wipe tower round 2020-05-07 19:01:16 -07:00
LarsBrubaker
1325b411e6 issue : MatterHackers/MCCentral#5829
Export with spiral vase not working from print menu
2020-03-24 21:30:11 -07:00
LarsBrubaker
e602c7681d removing unnecessary casts 2020-02-07 17:08:47 -08:00
LarsBrubaker
54d29b41f7 use run on idle less 2020-02-07 15:27:43 -08:00
LarsBrubaker
58e77cfe60 GuiWiget Children working as a SafeList 2020-02-07 15:27:43 -08:00
John Lewin
813322a9b6 Add null reference guard, upgrade failing Win32.Registry assembly 2019-12-14 12:22:04 -08:00
jlewin
da981b7499 Use Lucene for in-page filtering
- Issue MatterHackers/MCCentral#5699
Improve search
2019-06-20 18:20:53 -07:00
jlewin
f205c3f662 Apply padding removed from base type to AddPrinterWidget.cs
- Issue MatterHackers/MCCentral#5707
Fix spacing on AddHardwareWizard
2019-06-20 18:20:53 -07:00
jlewin
0459a3ddaa Implement proposed help tab revisions
- Issue MatterHackers/MCCentral#5699
Improve search
2019-06-20 13:37:17 -07:00
jlewin
bd976da442 Allow containers to temporarily override user sort
- Issue MatterHackers/MCCentral#3947
Remember sorting and view for library folders
2019-06-19 12:02:46 -07:00
jlewin
78f1cbd9df Make search button behave more like a popup button
- Add local help zip file
- Add icon to search result rows
- Extract search panel behavior to new SearchPanel type
- Move input field to new SearchPanel type
- Issue MatterHackers/MCCentral#5699
Improve search
2019-06-18 15:44:36 -07:00
jlewin
7cb77c8f71 Fix warnings 2019-06-17 12:07:42 -07:00
jlewin
21afe4e86d Turn off autoscroll for VAnchor.Fit Markdown widget 2019-06-14 13:09:02 -07:00
jlewin
7c3abe91d1 Hide PrinterDetails heading row 2019-06-11 17:43:37 -07: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
81f4786d27 Hook escape key to clear search filter 2019-06-10 16:32:55 -07:00
jlewin
4f1793503f Allow for custom search implementations 2019-06-10 16:32:54 -07:00
jlewin
9650d79e76 Extract SearchableTreePanel for reuse
- Issue MatterHackers/MCCentral#5663
Implement search within the help docs
2019-06-10 16:32:54 -07:00
jlewin
0156c5c1e8 Use https for MH feed requests
- Issue MatterHackers/MCCentral#5632
MH Feed requests redirected to https
2019-06-04 18:22:33 -07:00
jlewin
ec1a50b815 Change OnClick to protected
- Issue MatterHackers/MCCentral#3445
Change accessibility of OnClick to protected, revise callers to use
InvokeClick()
2019-06-04 18:20:01 -07:00
jlewin
f19ae5bc55 Fix bounds of printer MarkdownWidget text 2019-05-29 17:00:56 -07:00
jlewin
1e7c37ab5d Revise Plating History filters
- Issue MatterHackers/MCCentral#5606
Plating history only shows the most 25 recent items
- Issue MatterHackers/MCCentral#5607
Plating history hides files less than 500 bytes
2019-05-28 17:58:28 -07:00
jlewin
39682f6dac Observe current spiral vase setting in Export dialog, clear after
- Issue MatterHackers/MatterControl#4578
Vase Spiral
2019-05-28 13:22:00 -07:00
LarsBrubaker
6dda8702e6 Doing some work on PipeWorks DesignApp 2019-05-27 16:41:28 -07:00
Lars Brubaker
6fbc87acf0 fixed baby step stream to have the right offsets
refactoring for clarity
fixing warnings
issue: MatterHackers/MatterControl#4560
Cannot move up in z calibration wizard
2019-05-22 14:59:54 -07:00
jlewin
fc8fb2c454 Remove deactivated Part History container
- Issue MatterHackers/MCCentral#5566
Part History contains nothing
2019-05-21 13:42:07 -07:00
jlewin
79b1b6cffd Remove unexpected line 2019-05-21 12:52:08 -07:00
jlewin
a8ad425ef4 Reuse PrinterDetails widget on AddPrinter page
- Issue MatterHackers/MatterControl#4543
Consider showing printer detail if available on create printer view
2019-05-21 10:27:47 -07:00
John Lewin
3717d284a7 Simplify - use overload with default identity matrix 2019-05-21 07:40:36 -07:00
John Lewin
fad8146c12 Add experimental PathObject3D 2019-05-20 16:38:21 -07:00
LarsBrubaker
8b43df67bc Make sure we use the right settings when exporting
issue: MatterHackers/MCCentral#5550
Spiral Vase check box in Export dialog has no effect
2019-05-19 16:43:01 -07:00
jlewin
d7fdc5bb54 Fix warnings 2019-05-16 16:25:10 -07:00
jlewin
26c1a0f839 Fix warnings 2019-05-16 16:25:10 -07:00
jlewin
93da6c0380 Rename connectedPrinting to requiresLoadedFilament 2019-05-16 16:25:10 -07:00
jlewin
686d258ce6 Remove indirection 2019-05-16 16:25:10 -07:00
jlewin
4204cffb10 Filter against full make/model instead of model only 2019-05-15 17:58:45 -07:00
jlewin
134969c38f Cascade image to descendants 2019-05-15 13:38:37 -07:00
jlewin
bffcb0b925 Add grouping for Pulse
- Issue MatterHackers/MatterControl#4526
consider grouping pulse models by letter in new tree view
2019-05-15 13:38:37 -07:00
John Lewin
7cb70ff560 Use correct font size for messageWhenEmpty 2019-05-14 22:40:17 -07:00
jlewin
d59738a71d Move debug only tools out of root and into Experimental container 2019-05-14 18:39:02 -07:00
Lars Brubaker
77020ee924 Making T1 setup dependent on having T1 used in the print
issue: MatterHackers/MCCentral#5497
Create protocol for single material setup on dual printer
2019-05-14 18:20:02 -07:00