kevinepope
c593396647
Added device type to Printer model. Refactoring changes.
2014-06-22 20:53:38 -07:00
kevinepope
c50a650090
Changes to file menu - Added 'Submit A Bug' and 'Add a Printer', 'About MatterControl' now opens as window.
2014-06-15 09:48:23 -07:00
larsbrubaker
0e646dca68
Change the namespace of PrinterCommunication and the class name.
...
Deleted lots of unused usings.
Working to get the 2point leveling working.
Started work on a new printer io layer
Fixed the crash on disconnect while printing.
2014-06-11 14:52:58 -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
6e7abb73f1
Cleaning up update a bit so we can have first time check for new version.
...
Made more strings push through translations.
Put in a new OEM setting for check for update on first run
2014-06-10 09:25:38 -07:00
larsbrubaker
6ec46b7ed1
Put the printer configuration page into a matching namespace and renamed it with printer prefix
...
Put in the code to handle multiple bed leveling procedures.
Saving the print level data into the printer as a json string
2014-06-06 16:05:18 -07:00
larsbrubaker
a04ab3d050
Made the type of print leveling that will happen for a printer be selectable
...
Turned some bools into enums for clarity
Broke some of the print leveling wizard into separate files.
Started work on a new 2 point probe (actually an n point switch -> bed position maper).
2014-06-05 11:45:40 -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
gregory-diaz
a0c1b1b687
Fixed bug: MatterControl was crashing when users hit the exit button on file menu during print. That does not happen anymore
2014-05-16 16:52:01 -07:00
larsbrubaker
0f468aed95
Made the UpdateData and View actually work all the way.
2014-05-12 11:44:07 -07:00
Kevin Pope
9097c9b4de
Added more space between file menu and everything else.
2014-05-05 11:12:11 -07:00
Kevin Pope
c770d0606a
Added spacing to compact view Advanced Controls. Removed unnecessary theme change callback.
2014-05-05 11:11:41 -07:00
Kevin Pope
8e591e55e4
Change menu label to 'Add File'
2014-05-05 11:09:53 -07:00
Kevin Pope
69717f2fc2
Fix behavior of two-column state.
2014-05-05 09:07:46 -07:00
kevinepope
ba6d415deb
Added fix for 'stretch' behavior when in a three column state with the middle column hidden.
2014-05-04 14:21:25 -07:00
larsbrubaker
6f3e4d6966
Cleaned up some state storing and restoring.
2014-04-30 11:21:06 -07:00
larsbrubaker
c78af4a41a
The update dot is now working (mostly)
2014-04-28 18:17:51 -07:00
larsbrubaker
d07bfe57d4
Set the correct visibility.
2014-04-28 17:48:31 -07:00
larsbrubaker
5e24089aef
Working to make the update button show correctly.
2014-04-28 17:34:54 -07:00
larsbrubaker
74d40a99bf
Refactoring a bunch of shared code into the base class of PartPreview3DWidget
2014-04-28 15:03:25 -07:00
kevinepope
2611bf262f
Added help links.
2014-04-27 21:00:07 -07:00
kevinepope
d4b924e5e5
Visual adjustments
2014-04-27 20:49:29 -07:00
kevinepope
02cc3cf563
Hooked up functionality for file menu options.
2014-04-27 20:40:22 -07:00
kevinepope
2952b99242
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-04-27 20:25:09 -07:00
kevinepope
cc44b0ef04
Added menu bar.
2014-04-27 20:24:58 -07:00
larsbrubaker
367b87dd01
spelling of Panel (fixed)
...
Got the left and right border buttons to be fast.
2014-04-27 17:19:06 -07:00
larsbrubaker
9c142bdbf8
Fixed more bugs with refreshing (made advanced controls fast again)
2014-04-27 16:46:00 -07:00
larsbrubaker
74cc020414
Lots more work getting the wide screen panel to recreate correctly.
...
Got the thumbnails to be a bit faster and have better anti-aliasing.
2014-04-27 16:16:47 -07:00
larsbrubaker
d7388d8fb3
Made the compact view also remember the state of the main screen tab.
2014-04-24 12:51:01 -07:00
larsbrubaker
2a1b3abb92
remember which tab we are in when changing the panel.
2014-04-22 11:22:51 -07:00
larsbrubaker
a1990f10bd
Changed PrintItemWrapper to have RootedObjectEventHandlers
...
Fixed lots of code to use them correctly
CompactSlidePanel does not need to reload back panel anymore as that happens in wide screen panel
2014-04-21 15:00:32 -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
d325435583
Got the theme changing to not reset the tab indexes.
2014-04-19 11:27:21 -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
4b6e44d714
Put a white background behind the text in the gcode view.
...
Do a better job of resetting the windows when no widgets are in use.
2014-04-17 13:23:44 -07:00
larsbrubaker
4508a25e58
Got the queue and the count tab to work.
2014-04-16 12:01:01 -07:00
larsbrubaker
6347ff7773
Adding infill settings.
...
Hooking stuff up to the new queue data.
2014-04-16 10:52:25 -07:00
larsbrubaker
a511bbddbe
Merge remote-tracking branch 'origin/development' into development
2014-04-15 18:13:32 -07:00
larsbrubaker
4b6a3cfa97
Lots of work on Getting the QueueData instance to be separate form the UI queue and refs.
2014-04-15 18:13:27 -07:00
Kevin Pope
5cba5eca78
Added default message to 2D view. Changed minimum width for three-column view.
2014-04-15 12:12:40 -07:00
Kevin Pope
7156733a44
Added arrow indicator to column separators.
2014-04-11 13:41:34 -07:00
Kevin Pope
86bb40903e
Started work on improving panel separators.
2014-04-10 19:08:02 -07:00
larsbrubaker
2c391b8780
Don't show close box on wide screen view of 3d view and gcode view
2014-04-09 21:47:00 -07:00
Kevin Pope
0a57376804
Added lockout overlay to overridden slice settings. Added ability to open specific slice preset detail editor directly.
2014-04-09 18:45:29 -07:00
Kevin Pope
2e418fd48d
Lots of work on Slice Presets.
2014-04-08 19:33:09 -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
730c355040
Fix sizing of queue column in widescreen mode.
2014-03-31 10:55:07 -07:00
kevinepope
ffb3e4605b
Translation related cleanup
2014-03-30 17:51:31 -07:00
Kevin Pope
6078a81d62
Changed minimum width of Queue panel.
2014-03-28 12:00:18 -07:00