John Lewin
92774df91c
Fix broken tests - ensure db is initialized before test execution
2016-05-11 16:18:54 -07:00
John Lewin
e580c886a9
Improve failure logging, move unstable test to FixNeeded
2016-05-11 12:44:04 -07:00
John Lewin
d68a5d6d07
Fix broken stream tests, use AreEqual to improve failure troubleshooting
2016-05-11 12:41:13 -07:00
Lars Brubaker
5614563530
let .net do the rounding
2016-05-11 12:26:20 -07:00
Lars Brubaker
7f1255ace1
Latest agg
2016-05-10 16:25:14 -07:00
Lars Brubaker
6237997de5
Fixed the arrow icons to render correctly.
2016-05-10 14:53:40 -07:00
Lars Brubaker
c324a9a545
Added the printer name to slice settings ui
...
Reorganized settings layout a bit for printer/ fatures
Made more invert lightness extension method uses
2016-05-10 13:30:51 -07:00
John Lewin
6c74ca85b3
Latest Agg
2016-05-10 11:50:33 -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
Lars Brubaker
77439a0ef1
Merge branch '1.5.3.TG'
...
Conflicts:
Submodules/MatterSlice
2016-05-09 16:55:42 -07:00
Lars Brubaker
c86829d0bc
New z-hop always added to moves when set
2016-05-09 16:38:51 -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
larsbrubaker
a225e69513
Fixed the font size in touch screen mode
2016-05-06 07:54:46 -07:00
John Lewin
5db7c79d00
Get updated profiles compiling on Android
...
- Remove unused properties from ApplicationView
- Rename CompactApplicationView to TouchscreenView
- Rename ResponsiveApplicationView to DesktopView
- Move abstract ToggleTopContainer() specific to TouchscreenView
- Remove unused HideTopContainer implementations
- Conditionally compile invocation/assignment of ApplicationMenuRow
- Migrate single setting from PrinterSettings "PublishBedImage" to SliceSettings
- Remove PrinterSettings class
- Import "PublishBedImage" during ImportPrinters
- Remove code that doubles the size of the splitter bar when collapsed
- Fix incorrect path to "config.ini"
2016-05-05 12:33:39 -07:00
larsbrubaker
a333961029
Made the row items not open their slide menus unless they represent the top widget under the mouse.
...
removed dead code.
2016-05-04 21:57:33 -07:00
Lars Brubaker
efb180b9a7
latest ms
2016-05-04 14:27:09 -07:00
Lars Brubaker
86f08b2565
use a 64 bit hash of slice settings.
2016-05-03 11:26:41 -07:00
Lars Brubaker
754ae7db2a
Set the menu colors correctly.
2016-05-03 10:57:30 -07:00
Lars Brubaker
fcbb1bb9ae
Added a new COM_PORT slice setting.
2016-05-02 16:10:20 -07:00
Lars Brubaker
7d29bee60b
Made the settings check box check 'click' to only pick up user changes.
...
making the OnCheckStateChanged take an EventArgs (more standard)
2016-05-02 10:27:20 -07:00
larsbrubaker
ea4c595699
latest agg
2016-05-01 21:48:24 -07:00
larsbrubaker
21b5e4c999
Got the new menu tests work for click of after click disable.
...
Added new EventHandler ContainsFocusChanged
merged GotFocus and Lost Focus into FocusChanged
2016-05-01 18:49:12 -07:00
larsbrubaker
5dc978b9a0
AddHorizontalLine to menu
2016-04-30 22:59:26 -07:00
larsbrubaker
c0c21a065e
Change icon menu item function signature.
2016-04-30 15:30:11 -07:00
larsbrubaker
43e1abeb03
Reorganizing library menu
...
Put in horizontal line (needs work)
2016-04-30 09:18:35 -07:00
Lars Brubaker
48fe200821
Made a new MenuItemColorStatesView that only changes colors.
...
Made DropDownMenu use the color changing menu states
Fixed a bug in the bread crumb renderer
Making the library options available all the time in a menu
2016-04-29 18:16:08 -07:00
Lars Brubaker
4ad02e3fcd
Show icons in printer select menu
2016-04-29 15:21:01 -07:00
Lars Brubaker
d8a0ecd86b
Don't crash if material null
...
removing dead code
Turned Trim Perimeters back on
2016-04-28 11:53:01 -07:00
Lars Brubaker
9110410d20
Make sure we Update Style on Int_or_mm settings
2016-04-28 10:28:06 -07:00
Lars Brubaker
834aba4f38
Settings profile using methods rather than properties
2016-04-28 09:41:27 -07:00
Lars Brubaker
0ba8a78dc5
Fixed connection issues
...
Got rid of AnchoredDropDownList
Put in BaudRate user edit field
2016-04-27 17:34:33 -07:00
John Lewin
4496720772
Json Profiles
2016-04-27 14:35:57 -07:00
Lars Brubaker
57e47a606f
Put in a before tool change gcode property
2016-04-25 16:42:00 -07:00
Lars Brubaker
62c884518a
Make the home z direction correct.
2016-04-25 15:40:20 -07:00
John Lewin
c2089b5aa3
Consolidate GUIWidget WidgetHasBeenClosed and HasBeenClosed properties
2016-04-25 15:25:00 -07:00
Lars Brubaker
850cb7bebd
Made the DeleteCacheData function take a number of days to consider for deletion
...
Updated the jumpstart profile
2016-04-25 13:55:40 -07:00
Lars Brubaker
a4fb584bbf
Reduced the distance between vector 2 edit controls
2016-04-22 16:58:54 -07:00
Lars Brubaker
d1b49492b3
Better Restore button
2016-04-22 15:05:21 -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
e2d68ac50e
Getting print history to register on connection then checking if need to resume failed print
2016-04-14 14:34:30 -07:00
Lars Brubaker
63bccfa12e
Latest agg
2016-04-12 11:57:52 -07:00
John Lewin
93a17d2b6c
Guard LoadHistoryItems with WidgetHasBeenClosed
...
- Observed exception on shutdown where PrintHistory was reloaded during
shutdown after the db had been closed. Skip load if Closing/closed
- Spelling, whitespace, use .Localize()
2016-04-11 13:07:17 -07:00
Lars Brubaker
0c258355b0
Made data view graph using List rather than a custom class
...
Made the printer consume more processor time while printing to service the print thread
2016-04-06 11:56:48 -07:00
Lars Brubaker
e60c136e66
making some bvh debugging tools
...
Added get top corner
Refactoring
Spelling
2016-03-25 17:32:05 -07:00
Lars Brubaker
892b1bb793
latest agg
2016-03-25 10:08:02 -07:00
Lars Brubaker
30eef8ebbc
Made a new low memory face traceable for mesh
...
Made an Empty in AxisAlignedBoundingBox
Created an Intersects test in aabb
Got PointInPoly working for mesh
Wrote a test for same
More comments in IPrimitive
Refactoring
Spelling
2016-03-24 15:48:11 -07:00
Lars Brubaker
2a7f9d76cf
Better bed size units.
2016-03-23 18:23:36 -07:00
Lars Brubaker
c893a72ef9
Improving bed markings on large format printers
2016-03-23 11:05:44 -07:00
Lars Brubaker
36c32574d4
Fixed a bug with arc not completing
...
Value printing is better in interaction volume
Store the intersection on mouse move
Refacotring
2016-03-22 15:23:25 -07:00