Commit graph

94 commits

Author SHA1 Message Date
John Lewin
9280a53542 Update Print Queue Edit functionality 2014-10-27 10:25:54 -07:00
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
7af54a9a20 Merge commit 'edcce1e360' into development
Conflicts:
	StaticData/Translations/Master.txt
2014-10-15 16:58:19 -07:00
Kevin Pope
9faee063eb Refactoring manual controls widget. 2014-10-15 16:57:26 -07:00
larsbrubaker
edcce1e360 Moving PartPreview3DWindow into partial class with the processors being partial adds so it is easier to navigate the code.
Can export from amf
Starting work on align
2014-10-15 14:11:14 -07:00
larsbrubaker
c7a6281eb5 Put back in windows file dialog dependency. 2014-10-09 15:22:04 -07:00
Kevin Pope
3f0850a752 UI related updates. Work on formatting of print history and print library items. Made slice settings import work asynchronously. 2014-10-09 12:23:31 -07:00
kevinepope
bacd85da89 Added sliding action buttons to PrintLibrary and Print History.
Made it possible to open part preview directly into 'Edit' mode.
2014-10-05 16:07:06 -07:00
larsbrubaker
1b767a6abc Moved Localizations into agg
working to add ability to compile to 64 bit.
2014-09-26 12:33:16 -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
Kevin Pope
73b6c8298b Added custom themed slider, added double slider. 2014-09-17 19:18:46 -07:00
Kevin Pope
4759adbf3b Merge branch 'development' into greg-development
Conflicts:
	MatterControl.csproj
	StaticData/Translations/Master.txt
2014-08-20 10:52:47 -07:00
Kevin Pope
61e243ef80 Remove missing file. 2014-08-20 10:47:40 -07:00
gregory-diaz
a9bfdf9fd3 implementing part of export as x3g 2014-08-19 18:10:38 -07:00
larsbrubaker
66e0fb3b4d Put in some code for me to see a graph of the ms count of each frame. 2014-08-17 20:53:00 -07:00
larsbrubaker
d47bb0e6e3 Typedef needed 2014-08-01 17:46:39 -07:00
larsbrubaker
f625762602 Made sure everything is going through frosted serial.
Better cross platform support.
2014-07-28 13:48:28 -07:00
larsbrubaker
1a09d13a65 Fixed a beg with prntrbot simple first_layer_speed
Working to get more code compiling cross platform
2014-07-28 11:23:46 -07:00
larsbrubaker
9eddf6822b Moved SliceSettingsWidgetUiState into its own file
Fixed the edit locking during loading in 3d view.
Got the 3d views to update the bed size and shape when changed.
2014-07-26 13:43:55 -07:00
larsbrubaker
e3d9da11ba Put back in the BedSettings singleton. 2014-07-24 16:45:50 -07:00
larsbrubaker
ae5fc574ee Moved progress control to agg. 2014-07-20 14:56:13 -07:00
larsbrubaker
bee5bbd052 Adde use_opengl to release builds. 2014-07-20 11:32:52 -07:00
james jones
f913525daf defined USE_OPENGL 2014-07-15 17:48:28 -07:00
larsbrubaker
4c846f08cb Made sure the launcher gets installed (made it a reference) 2014-07-08 18:05:20 -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
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
9679512a7b put the new file in the project. 2014-07-01 18:36:57 -07:00
larsbrubaker
6e0865627a Making sql work on pc (: 2014-07-01 18:34:24 -07:00
Kevin Pope
334cc4e24e Sqlite cross-platform fixes. 2014-07-01 16:42:10 -07:00
larsbrubaker
bb47a4724a Added a file to the project 2014-06-30 21:45:22 -07:00
larsbrubaker
49a7f5c41e Make sure the default build target is Release. 2014-06-25 17:34:16 -07:00
gregory-diaz
4cc51b6bab no message 2014-06-25 17:31:08 -07:00
larsbrubaker
db1787d859 Put in a little file to try and help track down some crashes. 2014-06-24 12:32:12 -07:00
larsbrubaker
50c611879b Getting direct printing from Sd closer to working.
We can now start a print (but not much else).
2014-06-23 09:31:14 -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
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
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
larsbrubaker
5e24089aef Working to make the update button show correctly. 2014-04-28 17:34:54 -07:00
kevinepope
cc44b0ef04 Added menu bar. 2014-04-27 20:24:58 -07:00
larsbrubaker
978d7ddcfa Making the OEMSettings a single JSon file. 2014-04-23 17:44:49 -07:00
larsbrubaker
157b68545e The about page now renders most of its content 2014-04-23 13:32:05 -07:00
larsbrubaker
3e5b966fd1 Working to get the about page to be html and easier to customize. 2014-04-22 19:02:41 -07:00
larsbrubaker
416bc54d2c Adding in an x64 option. 2014-04-21 08:35:38 -07:00
larsbrubaker
3a636783c8 Made the library have the same data / view model as the queue.
Refactored a bunch of file names and other data.
The QueueData and the LibraryData are practically the same class and shoud
be shared as we move the QueueData into the data base.
2014-04-19 14:02:51 -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