Commit graph

3379 commits

Author SHA1 Message Date
John Lewin
ad4c015b87 Add localization helper in Debug builds 2016-01-08 16:06:14 -08:00
Lars Brubaker
dcc8f616f1 Put in new micro z adjust and warning images. 2016-01-08 15:04:59 -08:00
Lars Brubaker
eca8066537 Made the selection of library items behave like a check box on mouse up.
Made the mouse up scroll behavior consider if the control has been scrolled or not rather than just the mouse position.
2016-01-08 13:37:12 -08:00
Lars Brubaker
a4ed425ac0 Made the selection of library items behave like a check box on mouse up.
Made the mouse up scroll behavior consider if the control has been scrolled or not rather than just the mouse position.
2016-01-08 13:37:01 -08:00
Lars Brubaker
8c8a94b716 also feedback in edit mode. 2016-01-08 13:23:26 -08:00
Lars Brubaker
2cbc341687 Made it so that clicking an item immediately shows the selection. 2016-01-08 13:19:58 -08:00
Lars Brubaker
ba05e31275 latest matterslice 2016-01-08 10:48:12 -08:00
Lars Brubaker
337e52c55d Moved code into the classes that it affects (bridge, skirt and raft)
moved some code around.
2016-01-08 10:03:47 -08:00
Lars Brubaker
3196f61752 Took out timed lock 2016-01-07 16:45:16 -08:00
Lars Brubaker
f8cef1222c Support working under single thin edges. 2016-01-07 15:39:20 -08:00
Lars Brubaker
92ff13f77f latest ms. 2016-01-07 13:40:23 -08:00
Lars Brubaker
b6105b4642 Make sure we clear the add parts list after we add it. 2016-01-07 12:41:36 -08:00
Lars Brubaker
5ce0c8e73d localize string 2016-01-07 12:30:52 -08:00
johnlewin
4b92f67322 Merge pull request #508 from jlewin/master
Revise M999 error reporting
2016-01-06 12:12:51 -08:00
Tyler Anderson
bde9f526a5 Revise M999 error reporting 2016-01-06 12:09:51 -08:00
johnlewin
6d50ea47fc Merge pull request #507 from jlewin/master
Use instance method in constructor
2016-01-06 10:42:09 -08:00
John Lewin
da0abfc976 Use instance method in constructor 2016-01-06 10:41:18 -08:00
johnlewin
443f43d86f Merge pull request #505 from gregory-diaz/master
re-factored printer configuration tests so that we can run them using…
2016-01-05 19:47:56 -08:00
johnlewin
a9aa42c0e2 Merge pull request #506 from jlewin/master
Allow/workaround duplicate db entries
2016-01-05 18:56:42 -08:00
John Lewin
1d466f2862 Allow/workaround duplicate db entries 2016-01-05 18:55:34 -08:00
Lars Brubaker
2dc279fdc7 lowering the set error conditions that trigger callbacks. 2016-01-05 17:31:11 -08:00
Gregory Diaz
1aa290b7b9 re-factored printer configuration tests so that we can run them using nunit. Added new tests and updated old ones. 2016-01-05 17:18:18 -08:00
Lars Brubaker
8394e03ff0 Adding the translation info. 2016-01-05 16:49:36 -08:00
Lars Brubaker
f43cf756cd Put in reporting of hardware "error" response.
Took out unused file.
2016-01-05 16:48:04 -08:00
Lars Brubaker
1fd27e57f5 latest ms. 2016-01-05 15:37:37 -08:00
johnlewin
2422823592 Merge pull request #504 from jlewin/master
Save printItemWrapper after update
2016-01-05 15:16:18 -08:00
John Lewin
772e21373c Save printItemWrapper after update 2016-01-05 15:15:13 -08:00
Lars Brubaker
ba39bc39a5 more spelling
latest agg
2016-01-05 14:37:40 -08:00
Lars Brubaker
d48a84fcd9 Merge pull request #503 from jlewin/master
Revise TranslationMap, UserSettings
2016-01-05 14:35:56 -08:00
Lars Brubaker
db23da7bb8 fixing spelling errors. 2016-01-05 14:31:17 -08:00
Lars Brubaker
5d57658d35 Making the save feature always go through a separate file so that we don't get collisions with files in use. 2016-01-05 14:15:59 -08:00
John Lewin
8600a35576 Revise TranslationMap, UserSettings
- Move Master.txt translation file to Translations/en/Translation.txt
 - Threadsafe MatterControlTranslationMap initialization
 - Refactor UserSettings:
     - Threadsafe initialization
     - Concise initialization
     - UseTryGetValue for dictionary lookups
     - Use backing fields
     - Cache frequently accessed Language value as local property
2016-01-05 13:31:45 -08:00
johnlewin
f5488b04b9 Merge pull request #502 from jlewin/master
Remove heavy DirectoryExists call from LocalizedString.Get
2016-01-04 18:30:58 -08:00
John Lewin
0377269a78 Remove heavy DirectoryExists call from LocalizedString.Get 2016-01-04 18:29:52 -08:00
larsbrubaker
b0dc7c078a Don't run in processes. 2016-01-03 16:06:31 -08:00
larsbrubaker
a49929dade Put in a reduction of support material as we move down from the supported faces. 2016-01-03 10:29:47 -08:00
larsbrubaker
9e46a73a4b the string returned by open gl has more than just version info.
Truncated it.
Added exception handling.
2016-01-02 08:17:40 -08:00
larsbrubaker
709044d784 Only process the most outside perimeter with spiral vase 2016-01-02 07:59:51 -08:00
larsbrubaker
de160d3457 latest matter slice 2016-01-02 07:41:53 -08:00
larsbrubaker
2f91c54aa5 adding new test for spiral vase
fixed a bug with spiral vase having too many perimeters.
2016-01-01 10:22:08 -08:00
johnlewin
3d5846fba2 Merge pull request #501 from gregory-diaz/master
Added Automated unit tests for Exporting GCode from the Downloads fol…
2015-12-31 13:36:21 -08:00
Gregory Diaz
5a1cd1b974 Added Automated unit tests for Exporting GCode from the Downloads folder and for adding zip files to the Downloads Folder I flagged it to be Ignored currently but they are nearly done 2015-12-31 12:57:00 -08:00
johnlewin
b90746aad4 Merge pull request #500 from jlewin/master
Revise slice settings labels
2015-12-31 12:39:32 -08:00
John Lewin
3efab467fe Revise slice settings labels 2015-12-31 12:36:22 -08:00
Lars Brubaker
f54ac2c3d7 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-12-31 12:31:49 -08:00
Lars Brubaker
7268e42a2c Made the part thumbnails not mess up the alpha in flat mode. 2015-12-31 12:31:42 -08:00
johnlewin
7360f32677 Merge pull request #499 from jlewin/master
Latest agg
2015-12-31 12:28:32 -08:00
John Lewin
c4a85e5ccf Latest agg 2015-12-31 12:22:30 -08:00
johnlewin
498bf295b5 Merge pull request #498 from jlewin/master
Fix empty ActiveSliceSettings during Android init
2015-12-31 11:33:22 -08:00
John Lewin
5e1777b6e6 Fix empty ActiveSliceSettings during Android init 2015-12-31 11:32:12 -08:00