Matt Moening
|
a4f24af5a8
|
Implemented scrolling in the terminal widget
|
2015-11-16 12:27:31 -08:00 |
|
John Lewin
|
1380ea0c43
|
Revise Android softkeyboard support
- Remove keyboardHeight from constructor
- Latest agg
|
2015-10-14 10:07:00 -07:00 |
|
John Lewin
|
b8373898d1
|
Prevent automatic focus of input field on Android Console view
- Streamlines the user experience and only adds the keyboard overhead to users who need it
|
2015-09-29 15:54:01 -07:00 |
|
Lars Brubaker
|
79928f8fb7
|
Made the Debugger.Break() only exist in debug mode.
|
2015-09-17 13:45:26 -07:00 |
|
Lars Brubaker
|
fa97829073
|
Put in lots of code to break on exceptions in the debugger.
Made the cloud provider able to report that it is loading
|
2015-09-11 10:48:24 -07:00 |
|
Gregory Diaz
|
33e36198e2
|
Added Tests and added utility function so that we can run tests with different MatterControlDB States
|
2015-08-28 17:55:50 -07:00 |
|
Lars Brubaker
|
9c415ab270
|
Don't set the focus of the text widget until the first draw.
|
2015-08-07 11:38:58 -07:00 |
|
Lars Brubaker
|
721dcf4578
|
Make Focus work better
don't return a bool, assert that there is a parent
Set focus on save as window to text field.
Set focus to text field on terminal window.
|
2015-07-29 16:31:24 -07:00 |
|
Matt Moening
|
92a6b2a9e4
|
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
Conflicts:
Submodules/MatterSlice
Resolved:
Took theres
|
2015-06-25 12:26:00 -07:00 |
|
Lars Brubaker
|
1de321c2ee
|
Make sure we don't use the printed lines in the terminal after they have been cleared.
|
2015-06-11 14:23:38 -07:00 |
|
Lars Brubaker
|
5cc1b651b4
|
UI thread is more explicit about what functions it accepts and now accepts no parameter functions.
|
2015-06-11 12:06:40 -07:00 |
|
Matt Moening
|
a2cd1c8166
|
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
Conflicts:
MatterControl.sln
Combined using P4Merge
|
2015-06-04 14:39:19 -07:00 |
|
Lars Brubaker
|
7d8dff4040
|
handle bad requests better (don't fail when connection not available)
Don't crash when writing log to protected directory.
|
2015-05-28 11:03:45 -07:00 |
|
Matt Moening
|
f49ceb0d22
|
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
Conflicts:
MatterControl.sln
Submodules/agg-sharp
|
2015-05-19 13:13:59 -07:00 |
|
Lars Brubaker
|
e37dbd29ef
|
Fixed a bug with exporting a long print history.
|
2015-04-23 13:59:33 -07:00 |
|
Lars Brubaker
|
591528ee91
|
Ran code maid against this code.
|
2015-04-08 15:20:10 -07:00 |
|
John Lewin
|
1ae47938e5
|
Remove duplicate call to PrinterOutputCache.OnHasChanged
|
2015-02-12 13:47:16 -08:00 |
|
Lars Brubaker
|
f6e243672a
|
Terminal window on Android shows softkeyboard.
White space formating
|
2015-02-04 11:04:10 -08:00 |
|
Lars Brubaker
|
eec0211b3b
|
Made the terminal window in 32 bit be limited to 10 megs of cache.
|
2015-01-21 11:45:42 -08:00 |
|
Lars Brubaker
|
5dff18c421
|
Made the gcode warning checkbox work
Made the terminal view show correctly when printing.
|
2014-12-31 11:09:57 -08:00 |
|
larsbrubaker
|
f788ccb6cd
|
Made it so if we crash we can tell.
Made it so if we know we crashed we disable the 3d display o gcode (just in case).
We can make more crash recovery now as well.
|
2014-12-22 22:49:57 -08:00 |
|
Lars Brubaker
|
2b69fdd0c7
|
Make the terminal do the right filtering when opening.
Make the open save state more robust.
|
2014-12-17 16:04:21 -08:00 |
|
Lars Brubaker
|
ef20f2e65a
|
Made lots of windows stay on top of the main window.
Fixed a bug with the close menu item and the terminal window being open.
|
2014-12-17 10:30:45 -08:00 |
|
Lars Brubaker
|
c79156df87
|
Increased the delay
|
2014-12-17 09:59:24 -08:00 |
|
Lars Brubaker
|
a6f8ef0a11
|
Fixed a problem with min size
Made sure all closing sets the size
|
2014-12-17 09:53:07 -08:00 |
|
larsbrubaker
|
df9e18c3ee
|
Made the terminal window remember it's settings when opened
Made it remember its position when opened
Made it automatically open on start if it was left open on close.
|
2014-12-17 08:41:12 -08:00 |
|
Lars Brubaker
|
cb3bca22ea
|
Merge branch '1.1.4' into development
Conflicts:
PrinterControls/TerminalWindow/TextScrollWidget.cs
|
2014-12-12 15:14:41 -08:00 |
|
Lars Brubaker
|
be573de351
|
and make the logic correct.
|
2014-12-12 15:07:44 -08:00 |
|
Lars Brubaker
|
3e80571f70
|
Fixed a bug with filtering on repatier firmware.
|
2014-12-12 14:20:26 -08:00 |
|
Lars Brubaker
|
4719e71272
|
Fixed a bug with filtering on repatier firmware.
|
2014-12-12 14:19:43 -08:00 |
|
larsbrubaker
|
30c77146ec
|
Took out all the user folder stuff and put it into the file dialog.
Also made file dialog remember what folder was last used and use that one if it has been set.
Does the old user folder when not set.
|
2014-12-06 11:12:05 -08:00 |
|
Lars Brubaker
|
5c4c66f9f5
|
Back ported the terminal filter code.
|
2014-12-05 17:35:50 -08:00 |
|
Lars Brubaker
|
d4bed8dac0
|
Put back in the filter option for the terminal window. Better than ever.
|
2014-11-29 14:38:56 -08:00 |
|
larsbrubaker
|
688bc19372
|
Fixed theming on terminal scroll bar.
|
2014-11-07 16:48:04 -08:00 |
|
larsbrubaker
|
85976685dd
|
Changes made during edit and continue didn't save until next compile.
|
2014-11-07 10:13:47 -08:00 |
|
larsbrubaker
|
8f2a99e63e
|
Made the terminal store all the content and scroll and be able to save.
|
2014-11-07 10:12:47 -08:00 |
|
larsbrubaker
|
686d660876
|
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
|
2014-11-07 09:20:38 -08:00 |
|
larsbrubaker
|
9299f38207
|
Working on terminal window loging
|
2014-11-06 15:19:38 -08:00 |
|