Commit graph

29 commits

Author SHA1 Message Date
Lars Brubaker
e744a89248 select print item from library when click print 2015-01-28 08:27:29 -08:00
Lars Brubaker
958d01c30e Deleted some dead code
Change some bools to enums
2014-12-16 11:59:20 -08:00
Kevin Pope
a93ed8c658 Change all flat action buttons to use a consistent base class. 2014-11-10 12:38:00 -08:00
Kevin Pope
4768cd95e8 Add 'View' button to PrintQueueItems. Make action buttons slide out after click. 2014-11-10 11:58:46 -08:00
Kevin Pope
c4128157fd Only add item to top of Queue if no print is currently active. 2014-11-10 10:27:33 -08:00
Kevin Pope
f8b32ce9d0 Don't change index of queue if there is an active print. 2014-11-06 13:47:09 -08:00
Kevin Pope
e6fe3086ff Don't change queue selected index when printing from library or history if item is already printing (or paused). 2014-11-05 16:48:04 -08:00
Kevin Pope
1662f3baa4 'Print' action in Library and History now initiates print - if possible. 2014-11-04 21:00:38 -08:00
John Lewin
5c5e57f2be Revise checkbox and selection behavior in Queue and Library views - Fixes #81695578 2014-10-29 09:40:50 -07:00
John Lewin
9280a53542 Update Print Queue Edit functionality 2014-10-27 10:25:54 -07:00
larsbrubaker
c70f30594c Merge remote-tracking branch 'Greg/development' into development 2014-10-27 09:18:17 -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
ba90687962 Recent work on Print Queue 2014-10-24 10:06:39 -07:00
kevinepope
e936fe98f7 Change message confirmation dialogs from modal to async w/callback. 2014-10-21 21:20:09 -07:00
kevinepope
d354a26216 Work on Queue 'edit' mode. 2014-10-20 20:21:22 -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
eed4306c1f Adjusted library items. 2014-10-13 19:29:25 -07:00
Kevin Pope
b709027236 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-10-09 12:24:18 -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
larsbrubaker
3a39e79580 Got the rotate and scale working again (with groups)
Took out some dead code.
Making going into edit mode not do any work.
Changing split to group and ungroup
2014-10-08 16:34:25 -07:00
kevinepope
53551add48 More work on Library. Edit mode now contains export and edit functions (during single selection). 2014-10-05 18:12:37 -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
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
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
263f50cd1c Got the thumbnail to have an image cache 2014-04-20 21:02:28 -07:00
larsbrubaker
4a856bfa9b Recovered all of the library functionality. 2014-04-19 14:44:59 -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
Renamed from PrintLibrary/PrintLibraryListItem.cs (Browse further)