John Lewin
f6e423a81e
Fix PopupButton background color regression
2017-06-16 23:01:59 -07:00
John Lewin
15263ed806
Try out temp controls in scene before move to Controls section
2017-06-16 22:39:00 -07:00
John Lewin
8afc92ae33
Decouple MatterControl components from PrinterConnection
...
- Move relevant aspects to ApplicationController
2017-06-16 18:04:47 -07:00
Lars Brubaker
80867e716e
refactoring
2017-06-15 16:37:15 -07:00
Lars Brubaker
ba7f2aec80
Refactoring UI 'Options' position and content
...
Made an Options menu
Made language apply on select
Made touchscreen a toggle
2017-06-15 12:39:59 -07:00
John Lewin
d950e76722
Workarounds for DesignTools Android
2017-06-14 19:39:30 -07:00
John Lewin
1ac3274e7d
Move CommunicationState enums into PrinterCommunication namespace
2017-06-13 17:33:23 -07:00
John Lewin
9aaf0f6311
Rename PrinterConnectionAndCommunication
2017-06-13 17:22:49 -07:00
Lars Brubaker
bf9bbb90d7
Don't scroll the undocked tabs contents
2017-06-13 16:40:10 -07:00
Lars Brubaker
fa02130a62
Merge branch 'design_tools' of https://github.com/MatterHackers/MatterControl into design_tools
...
# Conflicts:
# CustomWidgets/DockingTabControl.cs
2017-06-13 15:13:12 -07:00
Lars Brubaker
ea87a164dd
Making it possible to have layout engines for popup windows.
2017-06-13 14:32:09 -07:00
John Lewin
ea34d072e4
Fix Generate regression
2017-06-13 12:31:50 -07:00
John Lewin
604d131a1b
Make helper method pin SliceSettings tab as needed
...
- Use "Slice Settings" tab name expected by tests
2017-06-12 20:35:48 -07:00
John Lewin
77878d780b
Expose pinned tabs to automation
...
- Expose pin button to automation
- Expose unpinned tabs to automation
- Use tabTitle variable instead of nameWidget.Key
- Hold pin state outside of widgets
- Add PinStatusChanged to allow for external storing of pin state
2017-06-12 20:32:52 -07:00
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