John Lewin
ca626efee1
Improve styling of GCode details panels
...
- Issue MatterHackers/MCCentral#2812
2018-02-09 22:51:18 -08:00
Lars Brubaker
a97f117029
Getting + tab to open on startup
...
Fixing test that failed as part of this
2018-02-08 15:42:23 -08:00
John Lewin
92ebda5e90
Add support for saving created content to library containers
...
- Issue MatterHackers/MCCentral#2767
LibraryContainer -> Save fails in SqliteContainer
- Issue MatterHackers/MCCentral#2743
Part -> Edit -> Save fails to save back to original
2018-02-07 18:46:31 -08:00
Lars Brubaker
160dd82c01
Filter out my settings that are same as oem + base
2018-01-31 17:47:50 -08:00
John Lewin
823feaa82e
Restore quick menu for baud rate
...
- Revert removal of DropMenuWrappedField
- Limit DropMenuWrappedField to baud_rate
- Issue MatterHackers/MCCentral#2697
Add back in quick menu for baud rate
2018-01-31 16:06:51 -08:00
John Lewin
9b9c21eff3
Revert "Remove DropMenuWrappedField, disable hard-coded field presets"
...
This reverts commit 63963c1464 .
2018-01-31 16:01:36 -08:00
Lars Brubaker
addb920597
hide empty sections
...
initially start with only top section open
search opens all sectcions
2018-01-31 15:10:52 -08:00
John Lewin
e1fd908628
Use icon for InlineTitleEdit
...
- Issue MatterHackers/MCCentral#2705
2018-01-23 12:35:27 -08:00
John Lewin
51a2406c0f
Implement overflow menus
2018-01-21 21:07:14 -08:00
John Lewin
da90023375
Simplify and refocus OverflowMenuButton implementation
2018-01-21 20:41:15 -08:00
John Lewin
e8b197b04d
Fix issues blocking settings restore
...
- Issue MatterHackers/MCCentral#2694
Reset button fails to fire UI refresh
2018-01-18 17:59:43 -08:00
John Lewin
f4de08a2aa
Add wide string support for settings
2018-01-18 17:59:43 -08:00
John Lewin
63963c1464
Remove DropMenuWrappedField, disable hard-coded field presets
...
- Issue MatterHackers/MCCentral#2668
Remove QuickMenuSettings
2018-01-16 16:48:26 -08:00
John Lewin
851beb9be9
Consolidate to a single ScrollableWidget
2018-01-16 16:39:41 -08:00
John Lewin
918ab7de76
Filter and search SliceSettings views
...
- Issue MatterHackers/MCCentral#2651
- Issue MatterHackers/MCCentral#2650
- Issue MatterHackers/MCCentral#2649
ShowHelp in Configure Printer not synced with SliceSettingsWidget
2018-01-14 16:29:41 -08:00
John Lewin
5e4184217e
Extract SliceSettingsWidget settings/tab view to reusable control
...
- Make Configure Printer persist/restore last tab
- Revise layouts.txt groups
- Issue MatterHackers/MCCentral#2646
Configure Printer should use same implementation as SliceSettingsWidget
2018-01-14 10:39:12 -08:00
John Lewin
42a5e08ac4
Rename SliceSettingsOrganizer -> SettingsOrganizer
2018-01-14 10:37:48 -08:00
John Lewin
593a1c245e
Move organizer types into parent class
2018-01-14 10:37:48 -08:00
John Lewin
c05937bf71
Simplify type names
2018-01-14 10:37:48 -08:00
John Lewin
31444392ca
Simplify property names
2018-01-14 10:37:48 -08:00
LarsBrubaker
00d8346ccf
Restored ability to switch back quick settings on revert settings button
2018-01-13 18:54:10 -08:00
John Lewin
8964c59919
Clamp extruder_count
...
- Issue MatterHackers/MCCentral#2616
Add extruder count constraints
2018-01-13 11:46:17 -08:00
John Lewin
1a91cbc5c8
Use theme default font size
2018-01-12 14:51:10 -08:00
John Lewin
13cc147dfe
Caller specified pointSize for DropDownLists
2018-01-12 14:51:10 -08:00
John Lewin
f32b99fc33
Consistent SectionWidget spacing
2018-01-11 22:32:29 -08:00
John Lewin
db586eb4ae
Revise slice settings styling
2018-01-11 12:29:19 -08:00
John Lewin
fbb6b5667f
Use theme styling
2018-01-10 18:55:42 -08:00
John Lewin
5b520e880e
Revise tab bar background colors
2018-01-08 15:15:43 -08:00
John Lewin
a4f86cccda
Use new tab styling
...
- Issue MatterHackers/MCCentral#2607
Use new tab styling for DockingTabs
2018-01-08 14:30:15 -08:00
John Lewin
f78aaa0920
Revise SliceSettings subtabs
...
- Issue MatterHackers/MCCentral#2605
Overflow menu clips
- Issue MatterHackers/MCCentral#2606
Revise Chrome tabs for reuse
2018-01-08 14:30:15 -08:00
John Lewin
025a0f1140
Workarounds for failing SoftwareLevelingRequiredCorrectWorkflow test
...
- Issue MatterHackers/MCCentral#2598
Investigate failing automation tests
2018-01-07 16:38:43 -08:00
John Lewin
7425ba4cb0
Remove dead code
2018-01-07 14:54:26 -08:00
John Lewin
02d1d47850
Revise slice settings
2018-01-04 12:27:29 -08:00
John Lewin
7fdd4f6ebd
Reduce heading significance
2018-01-04 07:47:01 -08:00
John Lewin
197aa0eee8
Revise SliceSettings layout and style
2018-01-03 23:05:04 -08:00
John Lewin
8e6ef66b42
Add gradient background
...
- Issue MatterHackers/MCCentral#2553
Draw transparent to opaque background on overflow menu
2018-01-02 19:43:43 -08:00
John Lewin
51dc1b1c48
Ensure correct black text overrides for fixed white background
...
- Issue MatterHackers/MCCentral#2514
Adjust print popup menu for forced white background
2017-12-29 09:45:06 -08:00
John Lewin
2f42ee11b1
UIFields should allow caller to specify text color
...
- Issue MatterHackers/MCCentral#2514
Adjust print popup menu for forced white background
2017-12-29 09:10:37 -08:00
John Lewin
f1ea9113e8
Configure -> Printer prototype
...
- Issue MatterHackers/MCCentral#2408
Migrate SliceSettings -> Printer to Printer -> Setup
2017-12-27 17:46:52 -08:00
John Lewin
0ce2180321
Extract settings group creation to new helper method
2017-12-27 17:35:23 -08:00
John Lewin
f823aeb151
Simplify name
2017-12-27 17:35:22 -08:00
John Lewin
20ddc1b04b
Remove SliceSettingListControl
...
- Issue MatterHackers/MCCentral#2511
2017-12-27 17:35:22 -08:00
John Lewin
6f7c5c32b1
Consolidate layout assignments into one area
2017-12-27 17:35:22 -08:00
John Lewin
0c3f3a94b1
Remove needToAddSubGroup bool, use presence of content as indicator
2017-12-27 17:35:22 -08:00
John Lewin
6c5d3bda14
Extract subgroup creation to helper
2017-12-27 17:35:22 -08:00
John Lewin
4a6e845478
Workaround for Android build break
2017-12-23 18:49:31 -08:00
Matt Moening
1d38fa034c
Add List of zero-conf telnet connects to allow auto detection of MCConnect
2017-12-22 11:29:03 -08:00
John Lewin
a633bfae46
Replicate Basic items on Print popup menu, remove Settings modes
...
- Issue MatterHackers/MCCentral#2405
2017-12-12 12:06:20 -08:00
John Lewin
cbc2db9797
Long running print task
2017-12-11 22:22:56 -08:00
Lars Brubaker
dc11357912
Added a bit of right margin
2017-11-21 13:39:49 -08:00