Commit graph

2780 commits

Author SHA1 Message Date
Lars Brubaker
179da8280a Made it possible for a library provider to describe that it should not be shown. 2015-09-02 14:06:35 -07:00
Lars Brubaker
809d3639dd Made the library scrolling better. 2015-09-02 11:53:13 -07:00
Lars Brubaker
a50dc9198d Make sure the tests have time outs rather than x offsets. 2015-09-02 11:30:13 -07:00
Lars Brubaker
2ae756f357 Made Action setCurrentLibaryProvider common to all providers. 2015-09-02 11:05:50 -07:00
Lars Brubaker
5c0272e77a Making the tests pass. 2015-09-01 17:41:00 -07:00
Lars Brubaker
b83b967968 Took out double clicking on library
Fixed a bug where print leveling could get bad data by clicking back.
2015-09-01 17:08:59 -07:00
Lars Brubaker
2cc242e12d Merge pull request #384 from gregory-diaz/master
Marlin EEprom steps per unit bug fix: made sure that we don't read th…
2015-09-01 16:04:47 -07:00
Lars Brubaker
c901cc8b78 Working on a local library test 2015-09-01 16:03:39 -07:00
Lars Brubaker
44bbbb74e4 Working on a local library test 2015-09-01 16:03:29 -07:00
Gregory Diaz
a75ed18fec Marlin EEprom steps per unit bug fix: made sure that we don't read the read the value after the second E on M92 lines 2015-09-01 16:03:25 -07:00
Lars Brubaker
9d0c19abf9 Merge pull request #383 from gregory-diaz/master
Changed Macro gcode for ROBO 3D so that M500 command is on a separate…
2015-09-01 15:30:28 -07:00
Gregory Diaz
278bbc029d Changed Macro gcode for ROBO 3D so that M500 command is on a separate line. 2015-09-01 11:54:31 -07:00
Lars Brubaker
277fb9a128 Cleaning up MC utilities interface 2015-09-01 10:26:14 -07:00
Lars Brubaker
72fac334ea removing dead code 2015-08-31 18:14:07 -07:00
Lars Brubaker
a35753c47d Working on making save as save to the right provider
Working on Copy to Library
2015-08-31 16:32:09 -07:00
Lars Brubaker
9dafbd047b Working on new add to library menu item
preserve the scroll position on refresh of library.
2015-08-31 15:56:51 -07:00
larsbrubaker
5d4d56632c Latest agg 2015-08-31 07:55:04 -07:00
larsbrubaker
19e30a3619 Made the new tests run more generically
Made sure we close our windows in the best way to close the app
Made the paths point to files that should be present.
2015-08-29 12:10:50 -07:00
larsbrubaker
03c5f39776 Don't show the center message unless we enter the editor. 2015-08-29 09:23:04 -07:00
Lars Brubaker
2876232ccf Merge pull request #379 from gregory-diaz/master
New Tests
2015-08-29 08:44:20 -07:00
Gregory Diaz
513ef76a8c Merge remote-tracking branch 'GregDiaz/master'
Conflicts:
	Submodules/agg-sharp
2015-08-28 18:08:52 -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
92be8c6269 Made asnyc image widget load through static data 2015-08-27 18:22:30 -07:00
Lars Brubaker
80dd0bcc0d Making sure we remove items bottom to top so we can modify the array without damaging ordering. 2015-08-27 16:39:27 -07:00
Lars Brubaker
d1db7dc217 Make the "Home" button in library left aligned.
Show tool tip in library
2015-08-27 15:17:44 -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
5a68851fd9 Creating a default test images path. 2015-08-26 11:23:21 -07:00
Lars Brubaker
a4f916e35c Latest agg 2015-08-26 10:39:27 -07:00
Gregory Diaz
d2c2976703 Modified MAKEiT printer profile so that center_part_on_bed is set to 1. Also removed exception that gets thrown in debug when parsing M gcode commands 2015-08-26 10:22:48 -07:00
Lars Brubaker
66cc1d4449 Merge pull request #374 from gregory-diaz/master
Changed ROBO 3Ds printer profile name from "R1 +Plus" also for R1 to R1-R1 +Plus
2015-08-26 09:32:57 -07:00
Lars Brubaker
adf5e3f645 Creating test for library search. 2015-08-25 18:49:19 -07:00
Lars Brubaker
2dfa2dae20 Make the bread crumbs show we are in search. 2015-08-25 15:26:38 -07:00
Gregory Diaz
03479f3641 Finished completed hot key controls feature(Tested on both Tablet and Windows). Also changed the name of the configuration tab label to be options label(since the configuration label is not options). 2015-08-25 14:10:33 -07:00
Gregory Diaz
80747e54ff Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-25 13:18:44 -07:00
Lars Brubaker
2f462254c4 Took out the add folder to library (not going to be ready for release). 2015-08-25 13:06:21 -07:00
Lars Brubaker
959f85e144 Made search work on file system folders (download) 2015-08-25 13:04:14 -07:00
Lars Brubaker
f2cce2fe5e Code Maid
Search is working.
2015-08-25 12:11:35 -07:00
Lars Brubaker
11d4a7352a Merged sqlite provider back together. 2015-08-25 12:01:15 -07:00
Lars Brubaker
b30bae0abf Made providers take a function to change the provider (used in searching)
Improved tests (made functions to help create a clean run)
2015-08-25 11:56:21 -07:00
Gregory Diaz
5eb5d34d2e Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-25 10:33:19 -07:00
Gregory Diaz
e34253d1fe Changed ROBO 3D printer profile name from R1 +Plus also for R1 to R1- R1 +Plus 2015-08-25 10:33:10 -07:00
Lars Brubaker
62a579788b Fixed the problem with the check box in library not being clickable. 2015-08-24 15:18:59 -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
7105dd07e6 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-23 17:21:59 -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
johnlewin
0d44689fd7 Merge pull request #372 from jlewin/master
Fix casing for Linux
2015-08-23 12:21:41 -07:00
John Lewin
e522dbf470 Fix casing for Linux 2015-08-23 12:19:02 -07:00
Lars Brubaker
5cc8a37269 Made more tests 2015-08-22 16:14:31 -07:00