larsbrubaker
55923d8f2a
Fixed the text creator to work with new MeshGroups code for AMF.
...
Move more stuff from View3DWidget into separate files.
Renamed View3DWidget.
2014-10-16 17:52:21 -07:00
Kevin Pope
bdef196434
Changed main application to MVC. UI rework (Configuration Page esp. in progress).
2014-09-19 19:17:12 -07:00
Kevin Pope
e02655f847
Make controls more consistent looking.
2014-09-18 17:06:45 -07:00
larsbrubaker
4399441684
Renamed a variable.
2014-09-11 17:16:12 -07:00
larsbrubaker
c97f4d8f8f
Making MC be able to adapt to a global change in the point size of all text.
2014-08-30 16:03:28 -07:00
larsbrubaker
6b5caf0859
Put in some debugging for recreating the third panel view.
...
fixed a mem leak in third panel
made the first layer show in sync to print
Made the current layer show in sync to print
2014-08-20 11:04:43 -07:00
larsbrubaker
7d1f698141
Turning off the rooted weak event stuff
2014-08-19 11:41:13 -07:00
larsbrubaker
69c191a54d
Moved a few more RootedEventHandlers to WeakRootedEventHandlers
2014-08-10 12:30:49 -07:00
larsbrubaker
5c506e7317
Changes for new Mesh viewer api
...
Finer settings for what causes reload of ui in slice settings.
2014-07-25 17:13:42 -07:00
larsbrubaker
b581775524
Made change printer preserve the state.
2014-07-04 05:57:05 -07:00
larsbrubaker
fab40e17a8
Made the wide screen panel be the thing that is recreated on ReloadAll.
2014-07-03 16:39:36 -07:00
larsbrubaker
1c0204128e
Remember the state of the separator lines.
2014-07-03 14:43:56 -07:00
larsbrubaker
4bdba6d740
Got the advanced controls panel to keeps its state between the compact view and the wide screen view.
2014-07-03 14:17:58 -07:00
larsbrubaker
5e119a672f
Made the third panel view keep its state much better.
...
We can change printers now without the third panel changing tabs.
2014-07-03 11:50:25 -07:00
larsbrubaker
7eec6753e2
Renamed MainScreenTabView -> FirstPanelTabView
2014-07-03 10:19:45 -07:00
larsbrubaker
00e2ecda9d
Making more go through PreChangePannels callback
2014-07-03 09:49:16 -07:00
larsbrubaker
fb2d34a1bb
Made the queue item index preserve (again)
...
Made the main screen tab preserve (again)
Made a pre and post change panels event (much cleaner, but not everything is using it yet).
2014-07-02 19:35:35 -07:00
larsbrubaker
15bc1d2187
make sure we don't try and change panel 3 when it's not there.
2014-07-02 16:25:20 -07:00
larsbrubaker
c4a6a9960a
Making the windows understand their closed states better.
...
Made print history have a data and a view
2014-07-02 11:43:06 -07:00
larsbrubaker
178f7acf71
Took out some dead code
2014-07-01 18:18:27 -07:00
larsbrubaker
222ed94f36
Make sure we remove all the children of column two before removing them.
...
Got rid of some dead code.
2014-07-01 14:44:27 -07:00
larsbrubaker
4703b7b2a6
More work on printer sd card support
...
Made single panel mode not ever load data into the second panel (memory optimization)
Made the thumbnail widget let go of the memory of the model when the window is closed.
Put in an explicit DeletFileFromSdCard
2014-06-26 12:55:43 -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
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
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
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
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
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
2e418fd48d
Lots of work on Slice Presets.
2014-04-08 19:33:09 -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