John Lewin
e5584ac618
Scale thumbnails if required, before calling ImageWidget setter
...
- Issue MatterHackers/MCCentral#3205
Folders and part icons don't scale with theme
2018-04-24 07:59:46 -07:00
John Lewin
8d9db18d69
Improve stroke weighs and balancing, add missing SetPreMultiply()
2018-04-21 14:59:45 -07:00
LarsBrubaker
caaa58a551
Added VertexStorage offset extension method
2018-04-21 08:14:15 -07:00
John Lewin
0fef0fa266
Evaluate using scaled folder icons
...
- Issue MatterHackers/MCCentral#3154
2018-04-21 00:50:29 -07:00
Lars Brubaker
c63173f199
Moving all user settings test strings into UserSettingsKey
...
prototyping user tips system
2018-04-18 14:38:21 -07:00
John Lewin
55368ff9e6
Remove small, xsmall icons from release builds
2018-04-18 12:57:59 -07:00
John Lewin
0d6cdf91f3
Use common rather than custom thumbnail tile color
...
- Issue MatterHackers/MCCentral#3152
Thumbnail tiles should use common color
2018-04-17 09:06:22 -07:00
John Lewin
63d1595689
Add folder icon
...
- Issue MatterHackers/MCCentral#3131
Create consistent folder icon
2018-04-16 18:56:20 -07:00
John Lewin
1878dfc458
Remove printer selected guard in export page, use plugin model
...
- Issue MatterHackers/MCCentral#3109
Can't export from library if no printer selected
2018-04-13 18:34:58 -07:00
John Lewin
11a68c1457
Prevent FileDialogs.OpenFileDialog from blocking test automation
...
- Use RunOnIdle as expected
- Issue MatterHackers/MCCentral#3121
Investigate DragTo3DViewAddsItem failure
2018-04-13 17:34:47 -07:00
John Lewin
f8a15c3b96
Convert static icons to instance, use theme colors
2018-04-12 13:18:28 -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
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
bd3db106b0
Prefer local reference to static
2018-04-07 22:53:34 -07:00
John Lewin
8b969f31a4
Move default from UI layer to model property
...
- Issue MatterHackers/MCCentral#3052
Default to ray traced icons on desktop
2018-04-07 15:50:42 -07:00
John Lewin
d72772f62c
Update tests to redirect to new menu items
2018-04-07 11:21:02 -07:00
John Lewin
9c00f026c0
Restore icon for Add menu item, improve icon support in MenuItem
...
- Render non-enabled menu icons with new lazy DisabledImage property
- Move SettingsRow into CustomWidgets namespace
2018-04-07 11:07:38 -07:00
John Lewin
13c10644bc
Move buttons into menu, remove now unused SmallMarginButtonFactory
2018-04-07 10:22:54 -07:00
John Lewin
9c3cf4de48
Add validation rules to "Open Package" menu item
...
- Issue MatterHackers/MCCentral#3061
"Open Package" menu item always enabled, fails on invalid selections
2018-04-07 09:51:54 -07:00
John Lewin
3ad0c32d6d
Directly expose typed OverflowButton, resolve menu enabled regression
...
- Issue MatterHackers/MCCentral#3060
PrintLibrary popup menu items are always enabled
2018-04-07 09:50:52 -07:00
John Lewin
87876c6ca2
Remove indirection to dependency
2018-04-07 08:21:39 -07:00
John Lewin
32faf1c279
Revise async
2018-03-27 09:27:09 -07:00
John Lewin
c89aeca2b6
Remove dead code causing compiler warnings
2018-03-27 09:27:07 -07:00
John Lewin
16ed93f518
Remove unnecessary async specifiers
2018-03-27 09:27:07 -07:00
John Lewin
363bbbfda4
Always try to show operation buttons, let buttons control visibility
2018-03-22 15:00:07 -07:00
John Lewin
897804f44b
Add stream based implementation for Calibration items
2018-03-20 19:44:00 -07:00
John Lewin
5d75a6bc17
Make radio menus interactive
2018-03-16 17:45:48 -07:00
John Lewin
d722988f5a
Remove logging
2018-03-16 17:45:47 -07:00
Lars Brubaker
cc9d986e4b
Build orthographic thumbnails for large content
2018-03-14 16:44:20 -07:00
John Lewin
b642e500c5
Add PublishCount validation
2018-03-10 16:25:55 -08:00
Lars Brubaker
9cc6d5f469
Added passing UndoBuffer to rebuildable
2018-03-08 17:29:35 -08:00
Lars Brubaker
4e41fa6694
Put 0 height objects slightly above the bed
2018-03-08 17:28:24 -08:00
John Lewin
248a82e172
InsertionGroup should not set/null Mesh property
2018-03-08 16:37:50 -08:00
John Lewin
ad38cc5a98
Revise Assets
2018-03-07 18:12:49 -08:00
John Lewin
06e9a73b03
Extract embedded types to new files
2018-03-07 12:25:57 -08:00
John Lewin
a12083863e
Wire up sort menu to active state
...
- Issue MatterHackers/MCCentral#2865
Add sorting fields to ILibraryItem as promised by sort menu
2018-02-27 18:15:48 -08:00
John Lewin
98fe471f12
Revise filter
2018-02-27 17:39:37 -08:00
John Lewin
52a143e955
Implement library/listview sorting
...
- Issue MatterHackers/MCCentral#2865
Add sorting fields to ILibraryItem as promised by sort menu
2018-02-27 17:39:27 -08:00
John Lewin
0657611a73
Add sorting fields
...
- Issue MatterHackers/MCCentral#2865
Add sorting fields to ILibraryItem as promised by sort menu
2018-02-27 17:38:47 -08:00
John Lewin
134e86fa61
Add required default constructor, McxContainerTest stub
2018-02-26 15:52:01 -08:00
Lars Brubaker
d6a50e3956
Improving STL export
...
Getting more MatterCad scripting working
2018-02-23 18:05:32 -08:00
John Lewin
3b26f3aa08
Add library container browsing for MCX items
2018-02-23 14:26:56 -08:00
Lars Brubaker
c8ac16e806
Check the world persistable flag
2018-02-23 13:37:23 -08:00
Lars Brubaker
c7a6f2e8e9
Creating a Design Apps folder
...
Put in card holder
Moving parts into the Design Apps folder
2018-02-22 18:03:15 -08:00
Lars Brubaker
84fd794f15
Made the splash screen scale better
2018-02-22 10:15:39 -08:00
Lars Brubaker
859304fd16
Fixed print recovery test
...
removed the gcode buffer size variable (it didn't work)
2018-02-21 18:15:22 -08:00
John Lewin
51eb7dfaf2
Force correct remainingSpace value
2018-02-21 16:42:36 -08:00
John Lewin
81c81dd26e
Fix resize/layout/reflow issues with ListView/Explorer controls
2018-02-21 16:42:36 -08:00
Lars Brubaker
cd97718f6b
Put in a new splash screen image (from android)
...
Made the default thumbnail render be traced
2018-02-21 15:23:54 -08:00
John Lewin
d54e317382
Revise long running task title assignment and draw position
...
- Issue MatterHackers/MCCentral#2737
long running task overlaps title and content
2018-02-20 18:27:52 -08:00