Commit graph

200 commits

Author SHA1 Message Date
Lars Brubaker
0ecebc2db7 CodeMaid 2015-06-17 09:27:08 -07:00
Lars Brubaker
5cc1b651b4 UI thread is more explicit about what functions it accepts and now accepts no parameter functions. 2015-06-11 12:06:40 -07:00
Lars Brubaker
038b40ada6 New library code to support provider pluggins for things like
cloud library
drop box
file system folders
etc...
2015-06-10 17:53:17 -07:00
Lars Brubaker
399c7fcb54 taking out the hash code from print item. 2015-06-08 18:42:32 -07:00
Lars Brubaker
901835aedc removed dead code
added FileHashCode to print item
Made hash code for print item wrapper 64 bit (long).
2015-06-08 17:52:28 -07:00
John Lewin
879299ac69 Reset PrintItem.Id after dropping db row - Fixes #95812886 2015-05-31 21:37:53 -07:00
Lars Brubaker
861b10f752 Fixed a bug in the change items while in queue edit mode setting the active print item and then recursing in. 2015-05-28 15:00:40 -07:00
Lars Brubaker
85840d799a Sticking with documented language. 2015-05-28 11:08:07 -07:00
larsbrubaker
ab0f591773 Changed send to share 2015-05-28 07:49:33 -07:00
Lars Brubaker
433957c3d1 Made the menu better. 2015-05-27 12:11:15 -07:00
Lars Brubaker
76c8e64c77 Made the action menus have a bit more clarity. 2015-05-26 18:28:57 -07:00
Lars Brubaker
262d7f0cd2 Move the remove all to the right place. 2015-05-26 11:05:51 -07:00
Lars Brubaker
4b7f374ea4 Made the add button consistent.
Put in a remove all on android.
2015-05-26 11:03:58 -07:00
Lars Brubaker
a600fb7d57 Made the speed legend format better
Changed printing to settings
Re-arranged the edit menus for clarity.
2015-05-26 10:51:43 -07:00
larsbrubaker
238a3da5c2 Made the library list have a top edit menu. 2015-05-25 07:33:36 -07:00
larsbrubaker
3af8d24733 Make sure we start out with no selection. 2015-05-24 16:13:47 -07:00
larsbrubaker
c690c5cc42 Finished the 'Item' menu.
Made localized version resize the Edit element correctly.
2015-05-24 09:09:42 -07:00
larsbrubaker
b7b79ba918 Deleting dead code.
Moved the queue item menu to the top
2015-05-23 18:48:00 -07:00
Lars Brubaker
2dde40817a Creating a quick menu for the queue items. 2015-05-22 18:15:35 -07:00
Lars Brubaker
31046b87f9 Make sure we have a selection when leaving edit mode. 2015-05-22 13:53:36 -07:00
John Lewin
3bbc35b665 Remove Print Queue Touch tweaks from Desktop 2015-05-20 14:37:42 -07:00
Lars Brubaker
b1a5f4200c Made the about window always on top
made an update notification in the menu bar area
took the "about' tab off the main page
Cleaned up the checking of touchscreen
Made a new Features section for the printer settings
2015-05-20 10:55:14 -07:00
Lars Brubaker
b78a075bcb Some wore on selecting ray tracing by mesh size. 2015-05-05 16:59:03 -07:00
Lars Brubaker
591528ee91 Ran code maid against this code. 2015-04-08 15:20:10 -07:00
Lars Brubaker
d4453d199b Merge in touch screen code. 2015-04-06 15:39:22 -07:00
Gregory Diaz
312d36d8e9 Added 'Add To Library' button and functionality to Queue 2015-03-31 17:23:39 -07:00
Lars Brubaker
4f8c0742ce Made the com tester able to respond as if it is MarlinFirmware
Took out the ability to print to printer sd card.
    You can still print from sd card)
    You can still save gcode to an sd card
Put in and EXTENSIONS check from firmware
Putting in a URI_GCODE_SEND
2015-03-14 16:00:04 -07:00
Gregory Diaz
b61887a085 Fixed bug for 'Create Part Sheet' crash when queue is synced to SD Card. 2015-02-23 12:45:11 -08:00
Lars Brubaker
fd094f25af Fixed a bug where the temp could get in a state of ping-ponging between values.
Working on better cache cleaning.
Added a heat extruder before homing config option
Made 3D Stuffmaker use the new setting
2015-02-19 10:56:54 -08:00
Lars Brubaker
c484b5746e Warn when adding big parts to the queue 2015-02-18 12:20:58 -08:00
larsbrubaker
fe7ed2a59f Enabled the warning on files too big. 2015-02-18 08:10:33 -08:00
Lars Brubaker
a59b24c2d9 Working on a View menu
Making it possible to tell pop out windows to save states
Took out some dead code
2015-02-13 17:35:48 -08:00
Lars Brubaker
e7c0261d25 Made many more of the factory fixed size settings include the point size scaling so they are the right size. 2015-01-27 09:34:15 -08:00
larsbrubaker
ab0a12d03e Made the mesh hash code include file size and write time. 2015-01-24 10:25:22 -08:00
Lars Brubaker
6cdb38e1dc Made all we page requests go through MatterControlApplication.Instance.LaunchBrowser so they work platform independent. 2015-01-22 12:27:18 -08:00
Lars Brubaker
55fa89d684 Making GCodeFile a abstract base class
implementing a loaded gcode file and as streamed gcode file
2015-01-20 12:57:30 -08:00
Lars Brubaker
b5f8c9fc37 Made ComTester understand commands while printing.
Made it possible to creat HUGE test gcode files.
Made a massage when trying to load huge gcode.
2015-01-19 17:33:17 -08:00
Lars Brubaker
11707589e6 Fixed a bug with the list that we passed not being used. 2015-01-19 13:15:48 -08:00
Lars Brubaker
9072019db9 Fixed a regression loading from SD 2015-01-14 11:51:53 -08:00
Lars Brubaker
9dc75284b4 Took out some dead code. Put in some code for warning about parts that might cause problems. 2015-01-10 16:18:08 -08:00
Lars Brubaker
ab4c46dcc6 Made more stuff render through graphics2D Rectangle as it is faster. 2015-01-02 18:06:01 -08:00
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