Commit graph

109 commits

Author SHA1 Message Date
Lars Brubaker
591528ee91 Ran code maid against this code. 2015-04-08 15:20:10 -07:00
Lars Brubaker
da5e8c4d4f Moving code around to make android work 2015-03-11 10:30:46 -07:00
Lars Brubaker
280ceca0c9 Moving FrostedSerial classes into their own files.
Made a FrostedSerialPortFactory rather than just static methods so that we can override it.
Working on a QRSolver to help with print leveling on Kossel
2015-03-09 11:35:29 -07:00
John Lewin
d04872d79c Reduce delay when removing profiles 2015-02-13 10:34:23 -08:00
John Lewin
97d4a21985 Revise candidatePort selection 2015-02-04 19:51:36 -08:00
John Lewin
b3a9afcd94 Account for FrostedSerialPort.GetPortNames() having zero items, don't filter 002/002 2015-02-02 12:47:12 -08:00
Lars Brubaker
0af9175f97 Got menus to be able to be scrolled on Android.
Put in some license text.
2015-01-28 16:07:40 -08:00
Lars Brubaker
da4f6f6fe7 Merge pull request #170 from jlewin/development
Ensure active connected printer is disabled if removed - Fixes #87154858
2015-01-28 14:24:07 -08:00
John Lewin
eda577b8e9 Ensure active connected printer is disabled if removed - Fixes #87154858 2015-01-28 14:13:35 -08:00
Lars Brubaker
21fbeed029 Make sure we never rebuild the bed image while still loading the config (delay the rebuild until draw).
Do a better job closing the connection widget
2015-01-28 14:13:23 -08:00
Lars Brubaker
e7c0261d25 Made many more of the factory fixed size settings include the point size scaling so they are the right size. 2015-01-27 09:34:15 -08:00
John Lewin
753b4e52c6 Conditionally display AutoConnect on printer edit form - Fixes #86664638 2015-01-21 18:30:21 -08:00
John Lewin
4e1ad536e2 Conditionally display port details on printer edit form - Fixes #86355354 2015-01-21 08:28:11 -08:00
Lars Brubaker
bc30ddca05 Added a profile for PrintSpace Altair
Better handling of bad setup.ini files
2015-01-07 11:21:25 -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
Kevin Pope
66726af531 Set max height for model chooser in setup wizard. 2014-12-28 17:28:39 -08:00
Kevin Pope
ac98f1a852 Move PrinterSetupStatus to a separate file. 2014-12-24 08:14:30 -08:00
Gregory Diaz
499468b631 Fixed crash on OEM builds with only one printer model 2014-12-22 14:53:00 -08:00
Kevin Pope
9797e901fb Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-12-20 09:07:40 -08:00
Kevin Pope
899ece89c8 Edit mode button cleanup. 2014-12-20 09:07:13 -08:00
Gregory Diaz
e0c7dccb07 fixed make selection dropdown problem..."Select Make" is now visible again. 2014-12-18 13:44:48 -08:00
Lars Brubaker
ef20f2e65a Made lots of windows stay on top of the main window.
Fixed a bug with the close menu item and the terminal window being open.
2014-12-17 10:30:45 -08:00
kevinepope
a19896df66 Don't show make selector if there is only one option. 2014-12-15 18:16:35 -08:00
John Lewin
3b5b65f822 Remove IEnumberable assumptions from ReadLines callers and cleanup invokes 2014-12-04 13:41:16 -08:00
John Lewin
59cf8782a3 Remove all remaining ApplicationStaticDataPath dependencies 2014-12-04 12:50:37 -08:00
John Lewin
0b052b375e Remove ApplicationStaticData references 2014-12-04 12:22:36 -08:00
John Lewin
eba756966b Initial StaticData platform abstraction 2014-12-04 12:22:34 -08:00
Lars Brubaker
e1fc6838a3 Upgrading to .net 4.5. 2014-11-25 12:19:37 -08:00
Lars Brubaker
a353abbef7 Push the drivers into a temp dir as you can't install them from the program files dir. 2014-11-18 17:22:33 -08:00
Lars Brubaker
820b3c0992 Make sure we are always working with complete paths. 2014-11-18 16:45:27 -08:00
Lars Brubaker
6c0619f106 Added in a TAURINO inf for robo 3d.
Made support for installing multiple .inf s for a printer.
2014-11-18 12:32:42 -08:00
Lars Brubaker
d09b8ea3f8 Put the InfInstaller back in the project 2014-11-14 11:03:13 -08:00
larsbrubaker
b5d3034a6a Don't throw on cancel. 2014-11-13 19:54:13 -08:00
larsbrubaker
ad5ade7705 Make sure we can parse config.ini s that have empty lines.
Better rambo driver installer
2014-11-13 19:34:06 -08:00
Lars Brubaker
0bb49d1569 Updated the polish translation
Made it possible to install signed rambo drivers and updated profiles to do it.
2014-11-13 18:40:11 -08:00
Gregory Diaz
00d5c89563 Fixed 'Edit' and 'Remove' button positioning in PrinterListItem 2014-11-11 10:42:03 -08:00
Kevin Pope
0b1d93e1f8 Fix styling of printer profile widgets. 2014-11-10 12:38:37 -08:00
Gregory Diaz
cd19d8121f Centered text on Edit and Done buttons in 'ChooseConnectionWidget' 2014-11-07 16:39:24 -08:00
John Lewin
e02c387704 Account for null reference condition when assigning .ActivePrinter - Fixes #82157118 2014-11-05 13:38:16 -08:00
John Lewin
0ae732638f Change ordering to ensure CloseOnIdle is run last 2014-11-04 21:15:15 -08:00
John Lewin
eb8cd1fcab Update ActivePrinterProfile.Instance.ActivePrinter after edits in EditConnectionWidget 2014-11-04 21:15:13 -08:00
John Lewin
292d056cb4 Sync class and file name for EditConnectionWidget 2014-11-04 21:15:12 -08:00
Matt Moening
64628b4132 Improved auto-name feature to change on model change
Will not change name if user types value into name box
2014-10-31 09:36:30 -07:00
Lars Brubaker
cde58a3148 Merge pull request #79 from mmoening/development
Added feature to replace "Default Printer" with the Make and Model of th...
2014-10-29 18:14:51 -07:00
Matt Moening
b7957f7124 Added feature to replace "Default Printer" with the Make and Model of the printer if the name of the printer was not changed when added 2014-10-29 17:46:05 -07:00
Kevin Pope
7f06d069e0 Widened the print connection buttons a bit and made a separate part preview container widget. 2014-10-29 16:55:44 -07:00
Gregory Diaz
58a3d34938 Finished up work for Printer Connection Window and PrinterList Items. 2014-10-29 12:34:01 -07:00
larsbrubaker
08dc379472 Merge remote-tracking branch 'Greg/development' into development
Conflicts:
	PrinterControls/PrinterConnections/PrinterListItems.cs
2014-10-24 13:53:00 -07:00
larsbrubaker
222a5a46a7 Changed ButtonEventHandler to EventHandler
Made lock disable the selection widget but be more inteligent about re-enabling it after unlock
2014-10-24 13:41:13 -07:00
Gregory Diaz
5069e9f584 Added functionality to edit and remove buttons in printer connection window 2014-10-23 21:30:50 -07:00