Lars Brubaker
8134b3f450
Fixed the Macros window to cancel on user closes with the X windows button.
...
Put cancel into max length and temp stream
Made close function take a bool if the system did it
Moved To EventHandler<> in GuiWidget
Made a ClosedEventsArgs
2017-02-03 13:06:08 -08:00
Lars Brubaker
9c55f8f982
New default constructor, moved hanchor vanchor
...
removed cover
2017-02-01 16:39:24 -08:00
Tyler Anderson
793cf08d2e
Added ability to unhide passwords
2017-01-30 11:22:18 -08:00
John Lewin
6765f5ec15
Convert public EventHandler fields to events
...
- Use Action instead of EventHandler
- Convert FunctionToCallOnSave to instance member named RefreshMacros
- Remove empty private setter
- Rename functionToLaunchCreator to Show()
2017-01-24 11:49:13 -08:00
John Lewin
8510ca5b3d
Remove duplicate .Click event from ButtonBase
2017-01-17 15:31:08 -08:00
John Lewin
ace89e1e5a
Use .Localize extension function
2017-01-04 10:52:06 -08:00
larsbrubaker
1c9af30332
Made the macro and gcode edit windows edit faster
2016-12-03 12:48:19 -08:00
Lars Brubaker
8b72131769
Fixed down arrows on edit model page
...
MatterHackers/MCCentral#538
Lost down arrow for edit options on 3D view
2016-10-06 10:59:51 -07:00
Lars Brubaker
abf963d729
Refoctoring and cleaning menu class
...
Made changing menu text color propogate to child text widget
2016-09-14 11:36:01 -07:00
Lars Brubaker
cd27388ad5
Test that printers delete on guest profile
2016-09-07 17:00:17 -07:00
Tyler Anderson
0b4bc4cbbc
Switched custom GCode boxes to monospace font
2016-08-10 15:18:03 -07:00
Lars Brubaker
ac7b2ee71b
Made the printer list sorted
2016-07-29 11:16:59 -07:00
John Lewin
208d9b334a
Rename Draw events
2016-07-24 16:32:04 -07:00
Lars Brubaker
e5c187c687
Show com port wizard on desktop when can't connect
...
Don't show com port wizard when setting up a printer
Moved onload code (first draw) to ApplicationController
getting android to have the same wizard logic as desktop
Refactored setup wizard
2016-07-21 13:49:22 -07:00
Lars Brubaker
d2d315ff9f
Don't try to connect when no printer selected.
2016-07-21 10:18:30 -07:00
John Lewin
c5e4597f7f
Ensure .Close runs on UI thread
2016-07-18 10:55:29 -07:00
John Lewin
3a5073a8fc
Move event registration and overrides into EditPrinterSettingsPage type
...
- Remove unused GetSystemWindow helper function
- Remove used member, resolve compiler warning
- Rename runningAttentions variable
2016-07-18 10:50:38 -07:00
Lars Brubaker
20a83a9f78
Make sure we make copies of images that we are modifying in image button creation.
...
Trying to make eula draw faster
Keep rotated objects on the bed.
2016-07-07 10:28:51 -07:00
Lars Brubaker
9b42fac41a
Import merge from .printer starting to work.
...
Ability to center model windows
2016-06-20 15:45:17 -07:00
Lars Brubaker
7f85f168d5
Took out the prepend of MatterControl on profile settings and made them consistent lower case underscore.
2016-06-16 16:35:10 -07:00
Lars Brubaker
105734cccf
make sure we close editor on delete printer
...
don't flash content
2016-06-08 18:26:08 -07:00
Lars Brubaker
35080277d7
New edit printer settings page.
2016-06-08 17:59:03 -07:00
Lars Brubaker
6a6fade3e1
Took out the move to print leveling settings
...
Made touchscreen on desktop update the view correctly on printer change.
2016-06-08 11:46:46 -07:00
Lars Brubaker
6d14dcbbfc
Made edit printer available and work on Android
2016-06-07 16:19:26 -07:00
Lars Brubaker
275b320425
Got the new printer setup wizards back to working.
2016-06-07 14:27:37 -07:00
John Lewin
e5a63b052e
Migrate Theme support to Agg.UI
2016-06-03 17:22:19 -07:00
larsbrubaker
47a63bf966
Made sure Attention getter is done done
...
Only one run navigation at a time
only allow one highlight per widget at a time.
2016-06-01 07:07:36 -07:00
larsbrubaker
85c0b66840
Made some help when connecting to a printer without a com port set
...
Common ui navigation functions
Improved highlight utility
Made Edit Fields have names that can be discovered
Refactoring
2016-05-29 09:19:46 -07:00
John Lewin
8a73db2ba0
Prevent frequently occurring exception during parse
2016-05-18 16:18:12 -07:00
Lars Brubaker
3290a91947
Made the auto level indicator button navigate to the auto level properties panel.
2016-05-17 15:30:39 -07:00
Lars Brubaker
8f94679671
A bit more work on printer editing.
2016-05-15 11:52:40 -07:00
Lars Brubaker
5a908c7973
Working on edit button for printer
2016-05-13 11:37:22 -07:00
Lars Brubaker
9d268fb9c9
Merge pull request #741 from jlewin/per_printer_themes
...
Experimental support for per printer themes
2016-05-12 16:32:15 -07:00
Lars Brubaker
d4bf7ecd04
Make sure clicking the revert user settings button refreshes required displays
...
Default to min homing (more common)
Invert the colors of the gear icon
Fixes MatterHackers/MCentral#79
Fixes MatterHackers/MCentral#97
2016-05-12 10:57:41 -07:00
John Lewin
284b2d8c24
Per printer themes
...
- Fixes #738
2016-05-12 07:30:11 -07:00
Lars Brubaker
6237997de5
Fixed the arrow icons to render correctly.
2016-05-10 14:53:40 -07:00
Lars Brubaker
039314862b
Merge branch 'master' of https://github.com/MatterHackers/MatterControl
2016-05-10 12:16:09 -07:00
Lars Brubaker
e4713d2715
Fixing pencil colors.
2016-05-10 11:42:40 -07:00
John Lewin
8ca7fdf5b8
Create extension method for InvertLightness
2016-05-10 11:13:10 -07:00
Lars Brubaker
1b20092248
Made the com menu rebuild when opened.
...
Fixed more color setting and new icons
2016-05-09 18:07:35 -07:00
larsbrubaker
4e7b68e1c0
Made all the icons black rather than white on transparent.
2016-05-07 20:06:43 -07:00
larsbrubaker
371561a6f7
Working to make the icons scale better on high res screens.
2016-05-07 17:18:05 -07:00
Lars Brubaker
b51b38b249
Moved TextWidget.GlobalPointSizeScaleRatio -> GuiWidget.DeviceScale
...
Significantly improved the layout consistency when enlarging the device scale.
Created a DeviceMargin and DevicePadding on GuiWidget
Deleted dead code
Made many images have default larger disk sizes and scale in memory.
Made the menus have horizontal spacers rather than dashed lines
2016-05-06 17:56:27 -07:00
Lars Brubaker
1ba768f9ef
Fixed the colors on the pencil icon
2016-05-02 14:20:51 -07:00
Lars Brubaker
ddbef452c1
Took out the onidle timing in MH text widget
...
Making more delegates call by invoke
took out unused usings
Made the settings save on edit complete (so they work)
2016-04-21 18:02:02 -07:00
Lars Brubaker
edd2aa135f
bit of work on slice settings ui
2016-04-21 17:24:56 -07:00
Lars Brubaker
03fc819968
Make the pop out windows not create a new system window if the underlying content has already been closed.
2016-01-26 16:13:22 -08:00
larsbrubaker
0d7c56301a
Made pop out windows not save close state when switching selection in queue.
2016-01-25 09:19:20 -08:00
Lars Brubaker
f6041d85ad
Fixed the pop out windows to save their state correctly with the new OnClosing behavior
...
Made it possible to check if the MainApplicationView is reloading.
2016-01-15 12:28:52 -08:00
John Lewin
77633139aa
Add support for closing MatterControl while printing
...
- Rename CloseAndRemoveAllChildren
2016-01-12 11:20:39 -08:00