Commit graph

54 commits

Author SHA1 Message Date
gregory-diaz
34dfa3cc0a committing changes to pull 2014-03-26 10:50:22 -07:00
larsbrubaker
3ab9a132b9 Fixed a bug with the expanded view giving keystrokes to a gcode window when it doesn't have anything loaded. 2014-03-25 13:38:56 -07:00
gregory-diaz
ca0a547112 Changed text color for widgets, buttons and labels. 2014-03-24 13:57:46 -07:00
larsbrubaker
b649f3aab3 The spelling of filament corrected. 2014-03-24 07:06:07 -07:00
kevinepope
868e6d7f6e More theme compliance changes. 2014-03-22 10:04:31 -07:00
Kevin Pope
738b2d5a57 Lots of theme and UI related updates. 2014-03-21 16:18:47 -07:00
larsbrubaker
caa660fc22 Don't redraw on auto rotation if we have not done a draw since last invalidate. 2014-03-20 18:41:22 -07:00
larsbrubaker
5a3c8ffcc9 and turn it on 2014-03-20 18:26:04 -07:00
larsbrubaker
94fd779d44 Auto rotate 2014-03-20 18:25:48 -07:00
larsbrubaker
bece2383f7 put in autorotate 2014-03-20 18:20:52 -07:00
gregory-diaz
79a1e11e1e Save As window is now finished 2014-03-20 12:01:31 -07:00
gregory-diaz
7c8e1201c2 Design for the save as window is done (I just need to add help text and some margin and padding in 2 places. 2014-03-19 18:29:39 -07:00
gregory-diaz
f0e418f99f Made checkbox and checkbox help text white, and buttons are now grey. 2014-03-19 17:01:18 -07:00
gregory-diaz
bc6ec73955 Save As window now has all elements needed. Buttons are present but are not working correctly...yet 2014-03-19 14:45:05 -07:00
gregory-diaz
c1c937a36e Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-03-19 10:13:12 -07:00
gregory-diaz
ed573deb2d Changes to SaveAsWindow 2014-03-19 10:12:55 -07:00
larsbrubaker
3c52835a63 UUpdated clipperlib to latests. 2014-03-18 10:55:21 -07:00
gregory-diaz
4405c356a5 Added code so that when Save As button is clicked an empty window is opened. 2014-03-17 13:53:29 -07:00
gregory-diaz
2eda068c36 "Save As" option has been added to part transform (not yet functional). 2014-03-17 12:13:06 -07:00
larsbrubaker
d74e59033a Added a string helper that lets us use an extension method to format strings easier.
Added a string extension method for localize that makes it easier to get localized text
Moved code into these new methods.
Removed some strings from localizing (app names and copy write notice)
2014-03-16 10:23:56 -07:00
larsbrubaker
c6f471c7ca Fixing up the localization file to always maintain the master file when in English
added localized start and end to gcode view
Made the TAZ baud rate correct
Some new localizations
2014-03-15 14:02:43 -07:00
larsbrubaker
b68cda8ffe put it in the right place. 2014-03-15 11:59:30 -07:00
larsbrubaker
6b960a84ed Put in labels for start and end gcode view scroll bars. 2014-03-15 11:58:48 -07:00
larsbrubaker
2937131f1c Added the ability to set the start and ending ratio of a layer in the gcode renderer.
This lets us see the order of rendering in the gcode view (like gcode.ws).
2014-03-15 09:47:51 -07:00
larsbrubaker
a74dcce12f The name of ImageBMPIO changed to ImageIO 2014-03-12 15:37:19 -07:00
larsbrubaker
4af2bfa0d9 Removing dead code 2014-03-11 21:33:01 -07:00
larsbrubaker
5c0993f83e Changed the interface to translations. 2014-03-11 15:24:47 -07:00
larsbrubaker
9d600947d1 Putting in layer render partial slider 2014-03-11 10:41:39 -07:00
larsbrubaker
041bd7f599 Put in more copy write notices
Took out Iconic.Zip.dll
Put in ICSharpCode.SharpZipLib.dll
put the add button next to the edit button in the 3d view controls.
Made web request handler work on a background task rather than a thread
2014-03-07 09:50:41 -08:00
larsbrubaker
1e5e8d672a Deleted a bunch of OnMouse code that did not add value.
Merge remote-tracking branch 'origin/1.0.5' into development

Conflicts:
	PartPreviewWindow/GcodeViewBasic.cs
2014-03-04 07:32:11 -08:00
larsbrubaker
370ee8c86d Making sure we are releasing some EventHandlers so we don't hold onto memory. 2014-03-03 15:50:23 -08:00
larsbrubaker
afc8d156fd Got more of the new layout code not crashing.
Sped up gcode parsing a bit (almost back to what it was).
2014-03-03 08:03:23 -08:00
larsbrubaker
e3c70b0268 Removed all the internal performance monitoring in favor of an external tool. 2014-03-02 15:28:47 -08:00
larsbrubaker
f2b11e2a33 Merge remote-tracking branch 'origin/development-kp' into development
Conflicts:
	PrinterControls/ManualPrinterControls.cs
2014-03-01 23:27:34 -08:00
larsbrubaker
f357f69da8 Made a distinction between load and load in background for GCodeViewer and made PartPreviewWindow call background. 2014-03-01 08:06:43 -08:00
larsbrubaker
1aac699037 Made the selected gcode layer match the first layer with rendering
made the window be focused when it is in gcode mode.
2014-02-24 10:59:25 -08:00
larsbrubaker
a8690d8cc8 Merge remote-tracking branch 'Greg's_Fork/master' into development 2014-02-18 18:01:38 -08:00
gregory-diaz
5465563e82 Localization, Export Windows, Extension Test 2014-02-18 13:07:50 -08:00
gregory-diaz
86218c4710 Fixed export windows in Print Queue Item and Library Item from opening multiple times. I also added a test for adding ".stl" and ".gcode" file extensions and did more localization. 2014-02-18 12:51:11 -08:00
larsbrubaker
c246b1c6a4 Refectoring GCode viewer so that it draws everything in order. 2014-02-18 10:26:11 -08:00
larsbrubaker
242927ac48 Put in retraction viewing. 2014-02-17 14:36:24 -08:00
larsbrubaker
30da1bd503 Fixing issue #9 infill density was greater than 1 and no error. 2014-02-15 18:26:16 -08:00
larsbrubaker
263e2325f5 Put the slicing configuration files in their own folder
updated copy write date
added bsd to a few files
Made the mapping to slice engines more procedural to support more engines.
2014-02-15 18:06:03 -08:00
Kevin Pope
34c3d16fd7 Merge pull request #4 from gregory-diaz/master
More Localization
2014-02-11 10:23:57 -08:00
gregory-diaz
69dc56d2fd More Localization
Localization 2/10
2014-02-10 17:59:57 -08:00
larsbrubaker
70eeaac26b Moving OrthographicZProjection into PolygonMesh. 2014-02-07 17:01:02 -08:00
larsbrubaker
a66b614ae3 Made the save stl in preview have better asyc early in save.
Made the support everywhere curaengine setting work
2014-02-07 15:14:29 -08:00
larsbrubaker
e74eaae13a Merge remote-tracking branch 'origin/master' 2014-02-07 12:03:38 -08:00
larsbrubaker
05724383b8 Got the rest of circular beds working. 2014-02-07 12:03:32 -08:00
Lars Brubaker
5a9b0de5a8 Merge pull request #3 from gregory-diaz/master
More Localization
2014-02-07 10:14:09 -08:00