Commit graph

61 commits

Author SHA1 Message Date
Kevin Pope
4d38ba8ef5 Fix language of confirm message box. 2014-11-04 20:59:35 -08:00
Kevin Pope
229055a7d2 Add ability to reload theme without switching it. 2014-11-03 10:46:09 -08:00
larsbrubaker
1560dd5bfc Make sure we don't send empty lines to the printer. 2014-10-30 16:44:16 -07:00
Lars Brubaker
aae65a8568 Merge pull request #78 from jlewin/fixes
Additional updates to Queue
2014-10-29 14:30:01 -07:00
Kevin Pope
2d3adf5098 Merge pull request #77 from gregory-diaz/development
Finished up work for Printer Connection Window and PrinterList Items.
2014-10-29 12:52:09 -07:00
John Lewin
71d99f8e09 Improve documentation of ConditionalClickWidget behavior 2014-10-29 12:51:59 -07:00
Gregory Diaz
58a3d34938 Finished up work for Printer Connection Window and PrinterList Items. 2014-10-29 12:34:01 -07:00
John Lewin
b5d399b933 Revise formatting style of ConditionalClickWidget 2014-10-29 11:46:10 -07:00
John Lewin
5c5e57f2be Revise checkbox and selection behavior in Queue and Library views - Fixes #81695578 2014-10-29 09:40:50 -07:00
Matt Moening
bdb13f94ee Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-10-27 18:14:01 -07:00
Matt Moening
61583a7220 ToggleSwitchFactory for generating toggle switchs, Added the factory to ControlWidgetBase.cs, used factory to create toggle switch in FanControl.cs 2014-10-27 17:32:35 -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
dd38b98a07 Greg bug files printer connections window. 2014-10-22 18:06:38 -07:00
kevinepope
e936fe98f7 Change message confirmation dialogs from modal to async w/callback. 2014-10-21 21:20:09 -07:00
Kevin Pope
9e9259bfba Adding mutli-material UI support. 2014-10-14 14:39:46 -07:00
Kevin Pope
a6d109fdfd Add display mode selector to config page. Fixed location of update notification. 2014-09-23 19:23:54 -07:00
Kevin Pope
a4ef3f729c Made display mode driven by theme setting. 2014-09-23 18:02:07 -07:00
Kevin Pope
bda5ac173e More work on configuration page. 2014-09-23 16:11:06 -07:00
Kevin Pope
e02655f847 Make controls more consistent looking. 2014-09-18 17:06:45 -07:00
larsbrubaker
c9ffc3eb98 Made fixed width and height in button factory doubles. 2014-08-30 13:28:13 -07:00
larsbrubaker
7d1f698141 Turning off the rooted weak event stuff 2014-08-19 11:41:13 -07:00
larsbrubaker
bbca065e18 New weak event rooted event.
Fixed color theme changing in 3d view.
Fixe bed shape and size changing on printer change.
2014-08-08 10:25:44 -07:00
larsbrubaker
0d38435ed7 make sure we don't ask for wrapping on - sizes. 2014-07-02 17:22:16 -07:00
larsbrubaker
b75ae71d24 Made 3D views editable while printing (if not the embedded view).
Made the eeprom windows have the correct tab stops.
2014-07-02 13:28:51 -07:00
Kevin Pope
1061560a5d Remove non-required imports. 2014-06-27 11:20:21 -07:00
larsbrubaker
b523c7d486 rename PlatformAbstract 2014-06-19 16:09:38 -07:00
larsbrubaker
254de7251d Moved ImageIO into a plugin and hooked then made the windows version of that. 2014-06-19 15:55:20 -07:00
larsbrubaker
e8247a8481 Put all the icons into the icons directory
Lots of work on printing from SD card
Put in hardware options to describe printer settings (fan, heated bed, sd card)
moved icons into subdirectory.
2014-06-19 11:25:28 -07:00
kevinepope
e372f38f2a Added scrollbar to slice preset details. Added 'import' button directly to slice preset list. 2014-06-15 14:21:05 -07:00
larsbrubaker
e6a1cabadf Fixed the style of the export window
Got rid of some parameters to print leveling that were not used
Made it possible to ignore below 0 for leveling
2014-06-11 12:13:30 -07:00
larsbrubaker
503726ae65 Fixed the problem with downloads not always working.
Made the tab names of tabs be independent of the visible title
Made styled message box have option of custom buttons
More localizations
2014-06-10 11:44:16 -07:00
larsbrubaker
eaf97dfc44 Made the message box match our theme. 2014-06-09 21:15:46 -07:00
gregory-diaz
53a29071a6 Modified code so that MatterControl will open on Linux. Still Cannot connect to a printer or slice parts. 2014-06-02 17:24:56 -07:00
larsbrubaker
d3f98fe37c Made it possible to set the default theme color on startup for oems. 2014-05-27 10:38:59 -07:00
larsbrubaker
00e10bfbea Working on 3D gcode view
Making the view navigation controls for 2d and 3d a separate class.
2014-05-25 11:11:11 -07:00
larsbrubaker
2ac148a2c0 Made the no content text work for password fields.
Working on adding size and scaling info to the 3D display.
2014-05-06 11:22:48 -07:00
Kevin Pope
c1ecef6a4f More work on PluginChooserWindow 2014-05-05 20:12:45 -07:00
Kevin Pope
aa284444fa Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-05-05 17:28:49 -07:00
larsbrubaker
73c2a903f1 Made a new mh password text edit widget. 2014-05-05 17:28:32 -07:00
Kevin Pope
20c46ad8bb Work on Design tool selector window. 2014-05-05 17:28:19 -07:00
larsbrubaker
16a3654a2d Refactoring the library control to share the export window and to have a view and a data element.
Added some BSD info
Moved stuff around to make it more consistent.
2014-04-19 11:51:02 -07:00
larsbrubaker
aa7d90a915 Renamed the MainScreenTabView.
Made it so we store and restore the tab index of the MainScreenTabView
2014-04-19 10:35:53 -07:00
larsbrubaker
49c8a045a5 fixed the spelling of label
an acronymed some variables txt -> text lbl -> label
2014-04-15 10:11:56 -07:00
Kevin Pope
60eb17f908 Restored theme indexes so that previous installs will maintain their present theme on update. Fixed theme selector to support same. 2014-04-11 18:17:16 -07:00
larsbrubaker
ac650397a6 Made new text wrapping class. 2014-04-08 17:22:03 -07:00
Kevin Pope
2ee46f715f More work on SlicePresets. 2014-04-05 15:51:13 -07:00
larsbrubaker
405b8be6bc Making for of the 3d view reusable for all places that are implementing redundant stuff.
Getting rid of dead code.
Getting rid of warnings
2014-04-04 18:52:51 -07:00
Kevin Pope
e7cd255b6b Make ImageButtonFactory invertImageColor attribute public. 2014-03-31 10:56:16 -07:00
kevinepope
511646d220 Make image button factory theme-responsive. 2014-03-30 17:52:57 -07:00