Commit graph

223 commits

Author SHA1 Message Date
Lars Brubaker
7b22750ddd Made it possible to have the first perimeter have a different extrusion width 2015-10-13 16:22:12 -07:00
Lars Brubaker
544ee2fa9a Added top infill speed.
Hid solid_shell on slic3r
Put in more comments
2015-10-13 13:40:35 -07:00
Lars Brubaker
9fdd44c206 latest agg 2015-10-12 12:50:34 -07:00
Kevin Pope
d464353f0a Include fix for PNG generation on Mac. 2015-10-05 15:53:55 -07:00
Kevin E. Pope
6c3933e41b Fix display of progress bar on the library item. 2015-09-24 10:38:54 -07:00
Lars Brubaker
9d988fcafe Don't crash if we can't write to the specified directory for whatever reason. 2015-09-23 17:17:51 -07:00
Lars Brubaker
2976841c17 Put in more sqlite locking. 2015-09-23 15:03:34 -07:00
Lars Brubaker
3cd2c36d89 If the number edit widget resets the content then put the cursor at the end of the input 2015-09-22 13:03:37 -07:00
Lars Brubaker
ff7631c336 can load a sequence from static data 2015-09-21 16:41:56 -07:00
Lars Brubaker
d49d2e4588 Make sure we don't corrupt the cache data (or use it while creating it)
make sequences handle bad data better
2015-09-21 15:08:29 -07:00
Lars Brubaker
f600e0f031 Don't crash when adding a missing file to the library. 2015-09-21 14:57:06 -07:00
Lars Brubaker
fbb5f7eabd Better NameExists code. Checks for all names in the region.
Fixed the check box test.
2015-09-21 12:09:19 -07:00
Lars Brubaker
4b898847f0 Don't use libraryProvider if null. 2015-09-17 19:26:18 -07:00
Lars Brubaker
2289fbfdf0 Put in database locking
fixed a test
2015-09-17 18:25:00 -07:00
Kevin E. Pope
4201012b00 Update agg-sharp. 2015-09-17 14:23:19 -07:00
Lars Brubaker
85e0ea4ca3 Made it possible to pass a double for the first layer print speed.
Made the Debugger.Break() only exist in debug mode.
2015-09-17 14:08:29 -07:00
Kevin E. Pope
13c9ba9f06 no message 2015-09-17 13:58:07 -07:00
Lars Brubaker
79928f8fb7 Made the Debugger.Break() only exist in debug mode. 2015-09-17 13:45:26 -07:00
Lars Brubaker
6af489407d Added disposable to GCodeRenderer and GCodeVertexBuffer
Made them get called to release memory.
2015-09-17 12:36:32 -07:00
Lars Brubaker
09d4514ed1 new gcode memory fix 2015-09-17 12:08:25 -07:00
Lars Brubaker
6ba21f771f Turned back on the don't select if selected code.
Made a new test to prove that auto select all text widgets don't select all when selected and clicked again
Putting in a Braille Grade 2 encoder
2015-09-16 15:40:36 -07:00
Lars Brubaker
cb2f4e3668 loading animation is in the right spot
Braille is much better.
2015-09-16 10:54:37 -07:00
Lars Brubaker
3e12badcc0 Put in a loading animation. 2015-09-15 18:17:56 -07:00
Lars Brubaker
de42321257 Pun in a braille font
Much better output of brail.
2015-09-15 17:45:48 -07:00
Lars Brubaker
7e23b7888a new text wrapping 2015-09-15 12:15:59 -07:00
Lars Brubaker
5ce129c362 Latest agg. 2015-09-14 15:01:05 -07:00
Lars Brubaker
20b4bba75e Improving the scroll bars 2015-09-11 16:41:20 -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
Lars Brubaker
7ef6132bd1 New print volume recalculating. 2015-09-10 17:16:17 -07:00
Lars Brubaker
a22bad297a flow layout fix 2015-09-10 15:53:36 -07:00
Lars Brubaker
e4e4f8ed9d latest agg 2015-09-09 12:11:16 -07:00
Lars Brubaker
87767ff591 Handling some file locking errors better (file in use)
Upgrade to amf when saving from 3D editor
2015-09-09 11:05:17 -07:00
Lars Brubaker
e7f6610892 Make sure we can handle bottom clip bigger than the model. 2015-09-08 18:01:38 -07:00
Lars Brubaker
26a7d38ba7 latest matterslice 2015-09-04 15:22:16 -07:00
Gregory Diaz
87bbc5f4ba no message 2015-09-03 15:32:56 -07:00
Gregory Diaz
5da0b476e1 Revert "Subproject commit to merge"
This reverts commit 32f065998f.
2015-09-03 15:17:39 -07:00
Gregory Diaz
32f065998f Subproject commit to merge 2015-09-03 15:01:40 -07:00
Lars Brubaker
c901cc8b78 Working on a local library test 2015-09-01 16:03:39 -07:00
larsbrubaker
5d4d56632c Latest agg 2015-08-31 07:55:04 -07:00
Lars Brubaker
92be8c6269 Made asnyc image widget load through static data 2015-08-27 18:22:30 -07:00
Lars Brubaker
7bfce4367a Improvements to automation runner
Function to check if if a widget is actually visible.
Put in a search icon
2015-08-27 11:56:01 -07:00
Lars Brubaker
79394dcc1b Put in wait seconds for image clicks. 2015-08-26 14:09:52 -07:00
Lars Brubaker
a4f916e35c Latest agg 2015-08-26 10:39:27 -07:00
Lars Brubaker
7e28f83bcf reverting to old infill method. 2015-08-24 15:05:50 -07:00
Lars Brubaker
d545db7690 Working on the unit test for the library select check boxes. 2015-08-24 14:15:01 -07:00
larsbrubaker
9f5885ab35 Made AllParentsVisibleAndEnabled check the bounds are actually visible
Improving Automation Runner to user regions.
Made and automation tester harness to make better testes easier
Made the tests use the new harness.
2015-08-23 17:21:47 -07:00
Lars Brubaker
5cc8a37269 Made more tests 2015-08-22 16:14:31 -07:00
Lars Brubaker
3653b293e6 Fixed the regressions in text creator
Made size work better and respect user repositioning.
2015-08-22 13:55:56 -07:00
Lars Brubaker
9dde8f37dd Latest agg. 2015-08-21 17:55:20 -07:00
Lars Brubaker
30d80bf61e Made Type (as in type some text) work in the automation runner
Put in a test that shows a text widget can get focus.
2015-08-21 17:44:28 -07:00