Commit graph

10047 commits

Author SHA1 Message Date
John Lewin
8a35b89501 Remove bottom margins 2018-04-13 12:33:15 -07:00
John Lewin
63c414adc4 Remove border from last item 2018-04-13 12:33:15 -07:00
John Lewin
7f62ce801d Fix borders on Advanced SectionWidget 2018-04-13 12:33:15 -07:00
John Lewin
1c5e69ced6 Revise margin on Advanced SectionWidget 2018-04-13 12:33:15 -07:00
John Lewin
178708526b Extract border helper from PrintPopupButton, reuse in heater popups 2018-04-13 12:33:15 -07:00
John Lewin
64771f9fae Unwire listener from long lived object 2018-04-13 12:33:15 -07:00
John Lewin
5352224e57 Revise border strengths 2018-04-13 12:33:15 -07:00
John Lewin
9364c22904 Use MenuTheme for icon loader 2018-04-13 12:33:15 -07:00
John Lewin
8e134b5ed8 Remove redundant SeparatorColor property 2018-04-13 12:33:15 -07:00
John Lewin
9cd45b63e8 Use theme instance color rather than static from HLine constructor 2018-04-13 12:33:14 -07:00
John Lewin
96cbdf9abe Remove hard-coded color, fall back to theme version in constructor
- Issue MatterHackers/MCCentral#3112
Unexpected border thickness/color
2018-04-13 12:33:14 -07:00
Lars Brubaker
3e840971ce
Merge pull request #3184 from larsbrubaker/design_tools
Design tools
2018-04-13 08:56:36 -07:00
Lars Brubaker
f9ee3d2072 latest agg 2018-04-13 08:14:49 -07:00
Lars Brubaker
60d213881f Increased decimals to 5 to make test pass 2018-04-13 08:13:41 -07:00
Lars Brubaker
5cf5503c91 merge fail fix 2018-04-12 17:45:50 -07:00
Lars Brubaker
d6addaa45a Improving Package tool
Changing public property editor to be able to dynamically add new properties
2018-04-12 17:36:24 -07:00
Lars Brubaker
fd713d5616 Limit MH Number edit to 3 decimal places. 2018-04-12 17:31:21 -07:00
johnlewin
d02b9a1ac7
Merge pull request #3183 from jlewin/design_tools
Fix Android only conditional block
2018-04-12 15:31:09 -07:00
John Lewin
75beb79a2a Fix Android only conditional block 2018-04-12 15:11:42 -07:00
johnlewin
a0b4d8be32
Merge pull request #3182 from jlewin/design_tools
Use dedicated theme for menus, prefer theme colors over explicit refs
2018-04-12 14:06:53 -07:00
John Lewin
f8a15c3b96 Convert static icons to instance, use theme colors 2018-04-12 13:18:28 -07:00
John Lewin
8e205cce57 Remove dead code 2018-04-12 13:17:17 -07:00
John Lewin
37a0b64b02 Use dedicated theme for menus, prefer theme colors over explicit refs
- Revise icon loader to take an Invert bool instead of custom enum
- Remove icon loader static ref to ActiveTheme.Instance
- Pass contextual theme.InvertIcons for theme specific invert behavior
2018-04-12 13:17:17 -07:00
Lars Brubaker
d3ef1d354e
Merge pull request #3181 from larsbrubaker/design_tools
Make move buttons update speeds when changed
2018-04-12 12:41:19 -07:00
Lars Brubaker
435f5c0d80 Make move buttons update speeds when changed 2018-04-12 11:28:22 -07:00
johnlewin
4d0e860b92
Merge pull request #3180 from larsbrubaker/design_tools
Improving Animation class
2018-04-12 10:50:36 -07:00
Lars Brubaker
c7bdf2c984 Refactoring animation 2018-04-12 09:55:00 -07:00
Lars Brubaker
1ba07ca87d improved toggle switch 2018-04-12 09:54:59 -07:00
johnlewin
2f6659f68a
Merge pull request #3179 from jlewin/design_tools
Make SectionWidget collapsable when disabled
2018-04-12 09:18:47 -07:00
John Lewin
fccad90662 Remove custom layout for non-ShowAsOverride settings
- Issue MatterHackers/MCCentral#3094
Connect section should not use custom layout
2018-04-12 07:58:09 -07:00
John Lewin
73ecabe8d8 Use native borders 2018-04-12 07:58:09 -07:00
John Lewin
0e52895252 Restrict "Open Package" to MCX content only
- Issue MatterHackers/MCCentral#3097
Open Package should only be enabled on MCX selections
2018-04-12 07:58:09 -07:00
John Lewin
2a21884abb Make SectionWidget collapsable when disabled
- Directly set Enabled on SectionWidgets rather than on parent
- Add ExpandableWhenDisabled property to SectionWidget
- Expose primary SelectedObjectPanel surface as ContentPanel prop
- Issue MatterHackers/MCCentral#3099
2018-04-12 07:58:08 -07:00
johnlewin
3a60d2d4a2
Merge pull request #3178 from larsbrubaker/design_tools
Refactoring easing
2018-04-12 07:55:53 -07:00
LarsBrubaker
0c8b32f0d5 Refactoring easing 2018-04-12 07:16:58 -07:00
Lars Brubaker
8a1fde6d72
Merge pull request #3177 from larsbrubaker/design_tools
Made RoundedToggleSwitch play mouse down animation
2018-04-11 17:40:56 -07:00
Lars Brubaker
3091a719ee Made RoundedToggleSwitch play mouse down animation
Made UiThread SetInterval return a RunningInterval
Added EaseIn EaseOut and EaseInOut to agg_basics
2018-04-11 17:36:03 -07:00
johnlewin
69a6a39545
Merge pull request #3176 from larsbrubaker/design_tools
Fixed bug with showing bed rather than extruder temp
2018-04-11 14:48:38 -07:00
Lars Brubaker
7ba5517c70 Fixed bug with showing bed rather than extruder temp
changed extruder to nozzle
2018-04-11 12:53:07 -07:00
Lars Brubaker
d13dc7144e
Merge pull request #3175 from larsbrubaker/design_tools
Created a new animation object
2018-04-11 10:30:48 -07:00
Lars Brubaker
b16328df27 Created a new animation object
got the spinner to use it
refactored graphics2D -> Graphics2D in DrawEventArgs
updated (c)
2018-04-11 10:22:17 -07:00
johnlewin
e630f799bb
Merge pull request #3174 from jlewin/design_tools
Reuse ColorButton on Materials panel
2018-04-10 18:30:53 -07:00
John Lewin
5d1ad1fe03 Update Android 2018-04-10 18:14:12 -07:00
John Lewin
af42364b37 Reuse ColorButton on Materials panel
- Issue MatterHackers/MCCentral#3091
Materials panel should render non-focus like siblings
2018-04-10 18:14:12 -07:00
johnlewin
de5296b09b
Merge pull request #3173 from larsbrubaker/design_tools
Leveling is way better and more dynamic
2018-04-10 18:13:17 -07:00
Lars Brubaker
d4ac2884b6 Leveling is way better and more dynamic
Pages can take dependencies on the previous page data
2018-04-10 17:59:27 -07:00
johnlewin
7fb26eabc4
Merge pull request #3172 from jlewin/design_tools
Revise heater popups
2018-04-10 17:12:09 -07:00
John Lewin
628b6725b6 Honor user scaling factor
- Issue MatterHackers/MCCentral#3095
Toggle switch has fixed sizing, ignore user scaling values
2018-04-10 17:01:30 -07:00
John Lewin
ccff044db0 Refactor to match settings styling
- Issue MatterHackers/MCCentral#3093
Inconsistent row styling
2018-04-10 16:59:05 -07:00
John Lewin
44e91e62b1 Remove owner drawn borders, let caller add borders as desired 2018-04-10 16:56:21 -07:00