Commit graph

2138 commits

Author SHA1 Message Date
John Lewin
be4dbf1b5f Use HelpText if available 2019-06-13 08:38:01 -07:00
John Lewin
b4b18b14f2 Require unlocalized group identifier, restore missing buttons 2019-06-13 08:28:09 -07:00
John Lewin
24065be0fb Add Dual Extrusion Align
- Convert Align button into operation group/drop menu button
- Issue MatterHackers/MCCentral#5664
consider adding a dual align quick button
2019-06-13 08:27:01 -07:00
John Lewin
cb6eb43972 Add support for grouping scene operations into a drop menu button
- Issue MatterHackers/MCCentral#5664
consider adding a dual align quick button
2019-06-13 08:16:50 -07:00
John Lewin
3a6868f39a Draw drop button region on hover 2019-06-13 07:51:09 -07:00
jlewin
45546bbab9 Consolidate LocalizedAction into SceneSelectonOperation 2019-06-12 17:15:19 -07:00
jlewin
02d9a8d93b Remove EmptyMenu behavior 2019-06-12 11:56:38 -07:00
jlewin
f884e336a4 Fix casing 2019-06-12 11:50:55 -07:00
jlewin
346bcefc9f Consolidate menu generation
- Issue MatterHackers/MCCentral#5654
Different menus when right clicking an object in the 3D view and in
the design tree
2019-06-12 11:48:45 -07:00
jlewin
ddf78bc299 Move Help menu item into GetActionMenuForSceneItem
- Issue MatterHackers/MCCentral#5654
Different menus when right clicking an object in the 3D view and in
the design tree
2019-06-12 11:08:14 -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
cfdcb7f36d Restore separator color for mouse/keyboard help 2019-06-11 17:40:31 -07:00
jlewin
33b53f29be Revise column styling to match SettingsRow defaults
- Issue MatterHackers/MCCentral#5667
Inconsistent styling
2019-06-11 16:33:09 -07:00
jlewin
1cb7b42bbc Inline temporary variable 2019-06-11 14:10:29 -07:00
jlewin
41c7ca2316 Remove trailing colons from column labels, use theme default size
- Issue MatterHackers/MCCentral#5667
Inconsistent styling
2019-06-11 12:54:51 -07:00
jlewin
35898393e0 Reduce layer count on XY calibration template
- Issue MatterHackers/MCCentral#5647
2019-06-11 12:33:16 -07:00
jlewin
81f4786d27 Hook escape key to clear search filter 2019-06-10 16:32:55 -07:00
jlewin
18c4357057 Revise HelpPage to use new SearchableTreePanel
- Issue MatterHackers/MCCentral#5663
Implement search within the help docs
2019-06-10 16:32:55 -07:00
jlewin
adc28498c9 Remove header from help page
- Issue MatterHackers/MCCentral#5670
Migrate Mouse/Keys tabs to help articles
2019-06-10 16:32:55 -07:00
jlewin
1f39fac4af Eliminate dedicated tabs for mouse/keyboard bindings
- Issue MatterHackers/MCCentral#5670
Migrate Mouse/Keys tabs to help articles
2019-06-10 16:32:54 -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
30953c6326 Pull focus after applying Just My Settings filter
- Issue MatterHackers/MatterControl#4589
panel gets stuck on top when 'View Just My Settings' are on
2019-06-10 11:57:22 -07:00
jlewin
41d6e0f647 Add keyboard support for nudging selected scene items
- Issue MatterHackers/MCCentral#5655
[Feature Request] Move objects with keyboard
2019-06-07 13:54:11 -07:00
jlewin
23ec362e99 Report exceptions during Boolean processing
- Issue MatterHackers/MCCentral#5659
Investigate failure to subtract on Pulse setup machine
2019-06-07 13:52:47 -07:00
jlewin
4981154768 Guard for null
- Issue MatterHackers/MCCentral#5658
Null reference error on unguarded key binding
2019-06-07 11:25:18 -07:00
jlewin
a3bf83e87c Rename ArrowDirection Up/Down 2019-06-07 11:02:08 -07:00
jlewin
26b8e2e3a6 Migrate application path from plugin to standard pattern/location 2019-06-06 17:38:52 -07:00
jlewin
eeeda36135 Remove the 'find it in the future' details and preview
- MatterHackers/MCCentral#5652
Remove the rendered preview of find Calibration again
2019-06-06 16:55:12 -07:00
jlewin
1251412cd0 Revert back to expected selection colors
- Issue MatterHackers/MCCentral#5650
Unexpected debugging colors checked in
2019-06-06 14:06:33 -07:00
jlewin
feaffd28b5 Ensure valid default value
- Issue MatterHackers/MCCentral#5644
NullReferenceException: Object reference not set to an instance of
an object.
2019-06-06 13:28:10 -07:00
jlewin
531a2a60c6 Restore original pulse mode feed/pause rates
- Issue MatterHackers/MCCentral#5620
Change grab and run clean gcode back to the versions that make
audible clicks
2019-06-06 12:25:14 -07:00
jlewin
7c996bed71 Revert to classic TextSpace implementation
- Issue MatterHackers/MCCentral#5634
Unexpected change in Markdown link styling
2019-06-06 11:58:23 -07:00
jlewin
e6e11b6a70 Move XYCalibration abort confirmation to after print start
- Issue MatterHackers/MCCentral#5640
Abort confirmation should come after Start Print
2019-06-06 11:07:45 -07:00
John Lewin
1efc2c7a61 Use FullRowSelect for WizardStageRows
- Issue MatterHackers/MCCentral#5639
LeftNav click events ignored
2019-06-05 09:09:26 -07:00
John Lewin
df7ea996d1 Move static PPE.CreateSettingsRow() to new SettingRow constructor
- Improve reuse and consistency with shared constructor on actual type
2019-06-05 09:08:32 -07:00
John Lewin
be8f83d59f Remove restrictions, improve hints on XY Calibration
- MatterHackers/MCCentral#5615
User confusion due to disabled input fields
2019-06-05 09:08:32 -07:00
John Lewin
7de3fac861 Remove conditional EmptyPrinter use on Android 2019-06-04 22:53:31 -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
8be3dd90dc Remove EmptyPrinter property
- Issue MatterHackers/MCCentral#3399
Remove ActiveSliceSettings.Instance
2019-06-04 18:20:01 -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
8eca3598c8 Remove non-functional code block
- PrinterSelected always false on EmptyPrinter reference
2019-06-04 18:20:01 -07:00
jlewin
aa9d576f0a Simplify export plugin selection 2019-06-04 18:07:20 -07:00
jlewin
fca740e465 Consolidate export button code 2019-06-04 17:54:32 -07:00
jlewin
a5a5411717 Simplify button name, move details (x3g/gcode) to tooltip 2019-06-04 17:54:32 -07:00
jlewin
c473052154 Swap button order 2019-06-04 17:54:32 -07:00
jlewin
4899d77517 Use theme helper for common styling 2019-06-04 17:54:32 -07:00
jlewin
cc9dc69413 Simplify 2019-06-04 17:54:31 -07:00
johnlewin
fb27b56fc8
Merge branch 'master' into master 2019-06-04 16:58:18 -07:00