Kevin Pope
|
4f546458a8
|
Ensure selection of part on load of QueueDataView.
|
2014-12-28 17:27:48 -08:00 |
|
Lars Brubaker
|
8a6c0106ae
|
Put in a new edit 32x32 icon
Made edit more consistent.
|
2014-12-19 12:24:49 -08:00 |
|
Lars Brubaker
|
c454eaaad9
|
Put in a done button. Put in an edit icon.
|
2014-12-19 09:39:29 -08:00 |
|
Lars Brubaker
|
958d01c30e
|
Deleted some dead code
Change some bools to enums
|
2014-12-16 11:59:20 -08:00 |
|
larsbrubaker
|
30c77146ec
|
Took out all the user folder stuff and put it into the file dialog.
Also made file dialog remember what folder was last used and use that one if it has been set.
Does the old user folder when not set.
|
2014-12-06 11:12:05 -08:00 |
|
John Lewin
|
eba756966b
|
Initial StaticData platform abstraction
|
2014-12-04 12:22:34 -08:00 |
|
Kevin Pope
|
f5e0720429
|
Added 'Send' button to Queue. Replacing zip library.
|
2014-12-03 15:29:11 -08:00 |
|
Lars Brubaker
|
e1fc6838a3
|
Upgrading to .net 4.5.
|
2014-11-25 12:19:37 -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 |
|
larsbrubaker
|
150417f03d
|
Made thumbnails save as tga on mac
Made copies in the queue of amf work.
|
2014-11-07 11:42:40 -08:00 |
|
larsbrubaker
|
bffbb89752
|
fixed text color on export to sd
|
2014-11-04 13:40:16 -08:00 |
|
John Lewin
|
1ff9131ad0
|
Switch to async file dialogs
|
2014-10-31 17:37:40 -07:00 |
|
larsbrubaker
|
f1aa75369e
|
Made create part sheet work with amf.
|
2014-10-31 12:24:51 -07:00 |
|
larsbrubaker
|
61536cb01b
|
Made all the code that was only handling stl also do amf
|
2014-10-30 17:37:28 -07:00 |
|
larsbrubaker
|
0e0ca82d21
|
Made output to folder understand amfs
|
2014-10-30 17:23:32 -07:00 |
|
John Lewin
|
dde50031ee
|
Remove Import from Zip option from QueueOptionsMenu
|
2014-10-29 13:48:02 -07:00 |
|
John Lewin
|
326d35ae96
|
Ensure Queue status label has correct color
|
2014-10-29 12:55:18 -07:00 |
|
John Lewin
|
21b46d25d6
|
Do not autocheck selected/active part when entering EditMode - Fixes #81701156
|
2014-10-29 10:23:10 -07:00 |
|
John Lewin
|
171d781a05
|
Avoid firing SelectedIndexChanged when thumbnail icon is clicked - Fixes #81694554
|
2014-10-29 10:07:12 -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 |
|
John Lewin
|
5a2fcb995f
|
Avoid setting properties on shopButton when ShowShopButton is false
|
2014-10-28 15:36:12 -07:00 |
|
John Lewin
|
ab704b13e3
|
Remove unneeded ClickContainer on Queue Items
|
2014-10-28 12:11:38 -07:00 |
|
Lars Brubaker
|
c6b54cb5b9
|
Merge pull request #71 from jlewin/development
Restore Shop button
|
2014-10-27 15:30:49 -07:00 |
|
John Lewin
|
0bf97be768
|
Restore Shop button
|
2014-10-27 15:24:33 -07:00 |
|
Kevin Pope
|
a01ac75979
|
Do not include part list option on unsupported platforms.
|
2014-10-27 13:53:23 -07:00 |
|
John Lewin
|
c48c6de316
|
Correct Widget ordering for Remove button
|
2014-10-27 11:59:33 -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
|
0d454acd9f
|
Fixed more memory leaks.
|
2014-10-24 18:50:41 -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
|
ba90687962
|
Recent work on Print Queue
|
2014-10-24 10:06:39 -07:00 |
|
Kevin Pope
|
1898d933c5
|
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
|
2014-10-23 18:20:47 -07:00 |
|
Kevin Pope
|
70ff28b3cf
|
Remove view button from Queue item.
|
2014-10-23 18:19:45 -07:00 |
|
larsbrubaker
|
3386bba281
|
Made any save of a file unsure that we put it in the library.
Took out dead CreateCopyInQueue code
Made it possible to update the FileLocation of a PrintItem.
|
2014-10-23 14:40:12 -07:00 |
|
larsbrubaker
|
3fae1e4caf
|
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
|
2014-10-22 11:07:50 -07:00 |
|
larsbrubaker
|
2c2368d969
|
Fixed a memory leak in ViewGcodeBasic.
Made sd files load into an empty queue
|
2014-10-22 11:06:52 -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 |
|
gregory-diaz
|
4b03d09e3c
|
Fixed QueueOptions menu
|
2014-10-17 15:33:01 -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 |
|
larsbrubaker
|
196c3e1c76
|
Merge remote-tracking branch 'Greg/development' into development
Conflicts:
PartPreviewWindow/View3DTransfromPart.cs
|
2014-10-13 12:27:31 -07:00 |
|
larsbrubaker
|
c0d2e88c7b
|
Making some unfinished code compile.
|
2014-10-12 08:22:17 -07:00 |
|
gregory-diaz
|
35ed4899d0
|
More Localizations
|
2014-10-10 15:55:57 -07:00 |
|
larsbrubaker
|
56ec618142
|
Convert amfs to stls at slice time when needed
|
2014-10-09 16:05:51 -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
|
2783f79818
|
Merge remote-tracking branch 'Greg/development' into development
|
2014-10-08 16:35:36 -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 |
|