Commit graph

1653 commits

Author SHA1 Message Date
Lars Brubaker
33c8fa45bc Took out millisecond display. 2015-01-07 11:11:28 -08:00
Lars Brubaker
a958f041b4 Code to make sure object pop outs add correctly. 2015-01-07 10:38:16 -08:00
Lars Brubaker
5326c2e280 localized strings working again 2015-01-07 10:24:55 -08:00
Lars Brubaker
01b57876a3 test removal 2015-01-07 10:11:08 -08:00
larsbrubaker
5a551e3c56 Don't write useless 0s (no real change other than aesthetics). 2015-01-07 07:43:26 -08:00
Kevin Pope
ad1fd4aeac Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2015-01-06 19:05:30 -08:00
Kevin Pope
fe8769c1c2 Added image spacing attribute to button factory. 2015-01-06 19:05:18 -08:00
Kevin Pope
7fb1fd0681 Added event handler to trigger after ui reload. 2015-01-06 19:04:45 -08:00
Lars Brubaker
793300839b Reverted LocalizedString
Updated translation files
2015-01-06 17:08:08 -08:00
Lars Brubaker
65f5a1f087 New localized strings. 2015-01-06 16:45:19 -08:00
Lars Brubaker
5276d8a0a3 Make the scale control select all on focus - consistency. 2015-01-06 16:03:12 -08:00
Lars Brubaker
9d344adce5 Don't set size when no selection. 2015-01-06 15:59:41 -08:00
Lars Brubaker
dd34371608 Don't add pop out on android. 2015-01-06 12:41:54 -08:00
Lars Brubaker
3481fc9ef3 Put pop outs in the embedded 3d view and gcode veiew. 2015-01-06 12:37:30 -08:00
Lars Brubaker
1b0eac07e9 Made the mhtexteditwidget do less onidle calling. 2015-01-06 11:47:52 -08:00
Lars Brubaker
d520c04edd Put in the ability to SelectAllOnFocus for TextEditWidget. 2015-01-05 16:19:05 -08:00
Lars Brubaker
8b71b81d77 Put in the smoothie drivers. 2015-01-05 14:51:35 -08:00
Lars Brubaker
b05f03f8fe added prinrboard 2015-01-05 14:40:17 -08:00
Lars Brubaker
2b9dcc51c5 Made a unified MatterHackers serial driver for all known usbser boards
Put all printer setups onto our new driver.
2015-01-05 14:27:47 -08:00
Lars Brubaker
755ed6a090 Put in the signed installer 2015-01-05 13:58:17 -08:00
Lars Brubaker
b62a70e2cd Improved where we draw the timer. 2015-01-05 13:50:00 -08:00
Lars Brubaker
b9f3448093 Working on a win usb ser unified driver (inf) that will handle all known printer boards (using usbser) 2015-01-05 12:44:04 -08:00
Lars Brubaker
634031b9ce Name consistency on slider constructor params.
Made the touch screen adjustment slider size smaller
2015-01-05 11:31:52 -08:00
Lars Brubaker
d74105a532 Don't load parts until there is a draw. This will make sure we don't load parts that will never been seen. 2015-01-05 11:18:30 -08:00
Lars Brubaker
6cfc1e67f9 Made the CREATE_AND_SELECT_PRINTER load the correct settings.
Took out a bunch of redundant code that was in both PrinterSetupStatus and SetupStepMakeModelName (took out of SetupStepMakeModelName)
renamed PrinterSetupStaus variable to currentPrinterSetupStatus as the first is also the name of the class and quite confusing.
2015-01-05 10:27:24 -08:00
Lars Brubaker
369f3c7d70 Fixed a bug when setting the slice settings to say there are 0 extruders. 2015-01-05 10:09:28 -08:00
larsbrubaker
d8ac624724 Making this build in 64 bit. 2015-01-05 08:15:40 -08:00
larsbrubaker
8e96267b6d turn off run in process. 2015-01-04 20:38:50 -08:00
larsbrubaker
0fcc22ca5e Fixed a bug with while editing presets with a pop out window. The window was loosing its content. 2015-01-03 09:03:23 -08:00
Lars Brubaker
ab4c46dcc6 Made more stuff render through graphics2D Rectangle as it is faster. 2015-01-02 18:06:01 -08:00
Kevin Pope
c975dcc1c5 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2015-01-02 13:07:46 -08:00
Kevin Pope
4d513ab51b Adjust slice settings save/revert buttons 2015-01-02 13:07:30 -08:00
Lars Brubaker
b49ec237bb Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2015-01-02 12:06:52 -08:00
Lars Brubaker
d3942127bb Use the right point size for wrapping. 2015-01-02 12:06:41 -08:00
Kevin Pope
8869b92b2e Don't show menu bar in some cases. 2015-01-02 11:47:00 -08:00
Lars Brubaker
a7faad70fd Help text lays out a bit better on startup. 2015-01-02 11:34:47 -08:00
Lars Brubaker
c426ae0a96 Made the edit buttons all get bigger when the point size is bigger.
Made the help text wrap.
2015-01-02 11:16:39 -08:00
larsbrubaker
7edeb5d52f Make sure that during this run of MC we use the right 2d or 3d gcode as set by the sure. 2015-01-01 19:57:03 -08:00
larsbrubaker
2db0d9ea0b Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-12-31 18:08:50 -08:00
Lars Brubaker
ed48949350 Merge pull request #149 from jlewin/development
Cleanup resources after USB disconnect while Connected - Fixes #85321330
2014-12-31 18:07:44 -08:00
larsbrubaker
c0ff2f5121 Merge remote-tracking branch 'origin/1.1.4' into development 2014-12-31 14:49:12 -08:00
Kevin Pope
c773f35e8d Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-12-31 14:17:38 -08:00
Kevin Pope
2c106fa44f Working on slice settings widget UI. 2014-12-31 14:17:18 -08:00
John Lewin
914a58f2a2 Cleanup resources after USB disconnect while Connected - Fixes #85321330 2014-12-31 14:08:22 -08:00
Lars Brubaker
d1f73271d3 Merge pull request #148 from gregory-diaz/1.1.4
Added new slice settings for 3DStuffmaker
2014-12-31 12:42:02 -08:00
Lars Brubaker
cb49c6a434 comment 2014-12-31 12:37:04 -08:00
Lars Brubaker
a65a1407c0 Better tester 2014-12-31 12:32:00 -08:00
Gregory Diaz
6f8a8b67cb Added new slice settings for 3DStuffmaker 2014-12-31 12:08:22 -08:00
Lars Brubaker
114ad7cbac Changed OPEN_WITH_ACTIVE_PRINTER > CREATE_AND_SELECT_PRINTER
Made it a bit more generic.
2014-12-31 11:37:08 -08:00
Lars Brubaker
b10ee7c140 Merge pull request #147 from gregory-diaz/development
Added code so that when MatterControl is started with command line args(...
2014-12-31 11:13:37 -08:00