John Lewin
63894551f9
Fix null reference on PopupContent object
...
- Make base explicitly call to virtual function after content load
- Remove debugging color, switch back to expected - White
2017-06-12 18:00:51 -07:00
Lars Brubaker
04a486044d
Moved tab controls into printer
...
Put terminal into tab controls
2017-06-12 16:51:17 -07:00
John Lewin
f34a4db86f
Revise Spitter and PopupWidget
2017-06-12 14:19:04 -07:00
Lars Brubaker
38f74faa18
Merge branch 'design_tools' of https://github.com/MatterHackers/MatterControl into design_tools
...
# Conflicts:
# PartPreviewWindow/OverflowDropdown.cs
# Submodules/agg-sharp
2017-06-12 09:32:45 -07:00
larsbrubaker
3dc2e09637
A fun and hacky start at docking control.
2017-06-10 18:40:57 -07:00
Lars Brubaker
2574660c3c
Make sure we can open menu even if it contains something like a text widget.
2017-06-10 12:57:40 -07:00
John Lewin
9021f918a5
Remove partial View3DWidget class wrapper
2017-06-09 08:16:46 -07:00
John Lewin
05b9b52190
Make DeleteSelection into a Scene extension method
2017-06-09 08:13:09 -07:00
John Lewin
375dc9e12a
Make DuplicateSelection into a Scene extension method
2017-06-09 08:09:53 -07:00
John Lewin
e4d00c8948
Make AutoArrangeChildren into a Scene extension method
2017-06-09 08:05:01 -07:00
John Lewin
9fd2ee08c9
Make GroupSelection into a Scene extension method
2017-06-09 07:59:59 -07:00
John Lewin
058cc565f3
Make AlignToSelection into a Scene extension method
2017-06-09 07:56:48 -07:00
John Lewin
5a5db8de83
Make UngroupSelection into a Scene extension method
2017-06-09 07:49:45 -07:00
John Lewin
ef9982cdc5
Move AlignSelected() body into AlignToSelection()
2017-06-09 07:37:46 -07:00
John Lewin
1ade968db3
AlignToSelectedMeshGroup -> AlignToSelection
2017-06-09 07:34:06 -07:00
John Lewin
221a075fa9
DeleteSelectedMesh -> DeleteSelection
2017-06-09 07:21:58 -07:00
John Lewin
352b516563
UngroupSelectedMeshGroup -> UngroupSelection
2017-06-09 07:19:44 -07:00
John Lewin
96c924bee8
GroupSelectedMeshs -> GroupSelection
2017-06-09 07:19:44 -07:00
John Lewin
b1e3a0dd97
AutoArrangePartsInBackground ->AutoArrangeChildren
2017-06-09 07:19:44 -07:00
John Lewin
9eb37d2679
MakeCopyOfGroup -> DuplicateSelection
2017-06-09 07:19:22 -07:00
Lars Brubaker
6c22a896d9
Taking out center on bed for design tools.
2017-06-08 14:43:01 -07:00
John Lewin
a4d93b1869
Revise layout, sync up more sizes and colors
2017-06-08 10:14:06 -07:00
Lars Brubaker
a689781772
Merging in 1.7.1 improvements
2017-06-07 16:09:42 -07:00
John Lewin
b0de2d1e57
Convert "Options..." menu into OverflowDropdown
2017-06-07 09:15:02 -07:00
John Lewin
7e4d3913da
Remove temp workaround DropDownMenu, add CreateMenuItem to Overflow menu
2017-06-07 08:21:01 -07:00
John Lewin
e524422857
Remove Rotate/Scale controls
2017-06-06 15:21:54 -07:00
Lars Brubaker
0c64f9ff30
Missed a compile and continue code change.
2017-06-06 14:41:49 -07:00
Lars Brubaker
6ce533681f
Making control add to selection.
...
Turned off control and shift from changing view state.
2017-06-06 13:34:42 -07:00
John Lewin
3d28b65269
Revise variable names, fix typo
2017-06-06 10:57:13 -07:00
Lars Brubaker
4302f8f05e
Got selection working well on mouse up.
2017-06-06 10:06:38 -07:00
John Lewin
9389281ba8
Revise LibraryQueueViewRefreshesOnAddItem test
...
- Fix naming issue with SaveAs->LocalLibrary
2017-06-05 22:51:28 -07:00
Lars Brubaker
2c5f9d6c32
Make the selection consider polygons.
2017-06-05 17:57:05 -07:00
John Lewin
3ef57c7c92
Update selection from filtered results, use new .Filter method
2017-06-05 17:23:55 -07:00
Lars Brubaker
43d20880b7
Selection rect is working much better (test draw)
2017-06-05 15:45:03 -07:00
John Lewin
2a9e70c28c
Ensure bedplate is saved before slicing
...
- Remove cheat in AddSelectedItemToBedplate helper which saved bed
- Invoke PersistePlateIfNeeded before slicing
- Mark plate as dirty when adding items
- Make SaveChanges awaitable so slicing queues until save is done
- Remove unused Action in functionToCallOnSaveAs delegate
- Change saveas delegate to support new awaitable signature
2017-06-05 14:37:32 -07:00
John Lewin
564b7cc651
Use icons for terminal, eeprom, undo and redo printer actions
...
- Use placeholder images until custom MC assets are made
- Add attribution for placeholder images
- Remove disabled prototyping code
2017-06-04 14:46:31 -07:00
John Lewin
fc45a60d35
Revise PauseOnLayerDoesPauseOnPrint test
...
- Now intermittently passing
- Make Layer toggle button and Bedplate Save button automatable
- Save Bedplate before leaving AddDefaultFileToBedplate
- Revise casing on AddDefaultFileToBedplate
2017-06-03 19:10:12 -07:00
John Lewin
2eb9af71f0
Remove Overflow menu close on MouseLeaveBounds
2017-06-03 18:52:07 -07:00
John Lewin
6a1c0b5769
Revise HardwareLevelingUITests
2017-06-03 08:20:09 -07:00
John Lewin
a324a036bc
Remove UnsavedChanges prompt - always save bedplate changes before print
2017-06-02 20:59:33 -07:00
John Lewin
55e217641a
Better expose reusable components
...
- Move ActiveView3D reference to ApplicationController
- Use ActivewView3D reference rather than ChildrenRecursive search
- Reuse EditPrinter button on action bar to get more tests passing
- Move IsContentFileType helper to LibraryConfig
- Make PlatingHelpers operate on IEnumerable<IObject3D> versus Scene
- Pass Scene.Children rather than Scene
- When plating multiple items, pass the updated IEnumerable context
2017-06-02 13:23:08 -07:00
John Lewin
c311f33888
Restore perspective after Generate button creates new children
...
- Hook meshViewer close and persist world transforms if visible
- Apply meshViewer world transforms on load if initialized
- Release event handlers on load if initialized (must occur after Close)
2017-06-02 06:46:09 -07:00
John Lewin
efc4d93cd7
Fix merge errors
2017-06-01 22:03:36 -07:00
John Lewin
5d55a3d83c
Move world transforms outs of TrackballTumbleWidget
...
- Host on MeshViewer in MatterControl
2017-06-01 18:29:01 -07:00
Lars Brubaker
0e2b319348
Working on getting the Object3DIterator working
2017-06-01 09:42:40 -07:00
Lars Brubaker
5a551e9fbe
Working on adding in the selection rectangle.
2017-05-31 17:47:12 -07:00
Lars Brubaker
a73414c488
using new Initialize widget method
2017-05-31 14:22:24 -07:00
John Lewin
565fa3606f
Remove and replace DynamicDropDownMenu with DropDownMenu
2017-05-31 13:33:43 -07:00
John Lewin
2d737b679c
Switch menus from TupleList<string, Func<bool>> to List<NamedAction>
...
- Menu actions always returned true and result was ignored
- Remove custom TupleList type, prefer lists with custom types
2017-05-31 12:51:15 -07:00
Lars Brubaker
4f46d1e7d4
Got decent filtering working correctly
...
Better debugging of BVH info
2017-05-31 11:56:25 -07:00