Commit graph

54 commits

Author SHA1 Message Date
gregory-diaz
1383cdd84e Merge remote-tracking branch 'upstream/development' 2014-04-14 10:19:00 -07:00
Kevin Pope
60eb17f908 Restored theme indexes so that previous installs will maintain their present theme on update. Fixed theme selector to support same. 2014-04-11 18:17:16 -07:00
Kevin Pope
7156733a44 Added arrow indicator to column separators. 2014-04-11 13:41:34 -07:00
Kevin Pope
86bb40903e Started work on improving panel separators. 2014-04-10 19:08:02 -07:00
gregory-diaz
9ee954b28e Changed theme on export library/queue item windows also added functional 'cancel' buttons. 2014-04-09 13:11:59 -07:00
gregory-diaz
21cc98aab5 Added 'Cancel' button on the export stl/gcode window in print queue 2014-04-08 18:30:09 -07:00
gregory-diaz
2f956ab1cf Changed text on the part sheet feedback window from light text theme to dark 2014-04-08 14:39:40 -07:00
Kevin Pope
48b4ecd0e0 Revert visual regression in PartThumbnailWidget 2014-04-05 11:00:40 -07:00
larsbrubaker
405b8be6bc Making for of the 3d view reusable for all places that are implementing redundant stuff.
Getting rid of dead code.
Getting rid of warnings
2014-04-04 18:52:51 -07:00
larsbrubaker
cadd8333e0 Don't crash if the export save stl file dialog is canceled 2014-04-03 08:16:11 -07:00
kevinepope
ef65224483 Make StyledDropDownList properly themed. 2014-03-30 17:53:20 -07:00
gregory-diaz
34dfa3cc0a committing changes to pull 2014-03-26 10:50:22 -07:00
Kevin Pope
75cf881a01 Added some pre-made vertical and horizontal line widgets. 2014-03-25 17:29:16 -07:00
gregory-diaz
ef5f15c4b4 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-03-24 14:45:00 -07:00
gregory-diaz
00910197cb Changed button and text color from white to black on print level wizard 2014-03-24 14:44:43 -07:00
Kevin Pope
81b4ede03c Updates to compact side panel view. 2014-03-24 12:06:01 -07:00
kevinepope
bfe93bf2b6 Added spacers as a convenience class. 2014-03-22 10:00:20 -07:00
Kevin Pope
738b2d5a57 Lots of theme and UI related updates. 2014-03-21 16:18:47 -07:00
Kevin Pope
58bb7de074 Fixed compact view. Made disableable widget overlay widescreen dependent. 2014-03-20 18:10:23 -07:00
Kevin Pope
755d3b3928 UI changes to theme selector. 2014-03-20 15:52:53 -07:00
larsbrubaker
a74dcce12f The name of ImageBMPIO changed to ImageIO 2014-03-12 15:37:19 -07:00
larsbrubaker
5c0993f83e Changed the interface to translations. 2014-03-11 15:24:47 -07:00
larsbrubaker
ab0950e0d0 Merge branch '1.0.5' into development
Conflicts:
	MatterControl.csproj
2014-03-11 11:09:38 -07:00
larsbrubaker
24042e9a34 Just adding some comments for clarity. 2014-03-07 14:46:23 -08: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
f2b11e2a33 Merge remote-tracking branch 'origin/development-kp' into development
Conflicts:
	PrinterControls/ManualPrinterControls.cs
2014-03-01 23:27:34 -08:00
larsbrubaker
242b38bd13 Made the thumbnail thread a background task rather than a thread so that it will free the memory used when creating the thumbnail when done. 2014-03-01 22:28:27 -08:00
kevinepope
7509b39799 Made right column hide-able. 2014-03-01 19:43:54 -08:00
kevinepope
92096291bc Stylistic exploration. 2014-03-01 18:48:25 -08:00
Kevin Pope
8ab9f15a70 Refactoring and cleanup. Added new separate tab for configuration actions. 2014-03-01 13:10:48 -08:00
larsbrubaker
498ef7865d Make sure we add the extension to the member variable so that we can have it when we are done slicing to save the gcode. 2014-02-27 16:58:29 -08:00
larsbrubaker
d72836f3a0 Make sure we don't keep a reference around to widgets through the OnIdle call back. 2014-02-27 16:41:52 -08:00
gregory-diaz
8fcb92d6ae Merge remote-tracking branch 'upstream/development'
Conflicts:
	MainSlidePanel.cs
	PrintLibrary/ExportLibraryItemWindow.cs
2014-02-24 17:01:23 -08:00
gregory-diaz
1ac21b2179 More Localization 2014-02-24 16:43:35 -08:00
gregory-diaz
a98a066dc3 Modified strings for more consistency
Modified statements so that  "gcode" and "STL" are not translated.
2014-02-24 12:26:42 -08:00
Kevin Pope
919874d34b Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-02-20 18:39:01 -08:00
Kevin Pope
53bd49189c Changed print progress bar to show % complete and be sensitive to theme changes. 2014-02-20 18:38:46 -08:00
gregory-diaz
02f5179ab6 Updated fix to XP file extension problem 2014-02-19 18:42:52 -08:00
gregory-diaz
fc32be16f0 Localized strings that were previously unmodified
Localized strings that were previously unmodified as well as deleted
translation form strings like "stl", "gcode", etc...
2014-02-19 17:29:11 -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
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
larsbrubaker
019eb3165b Moved the print leveling code out of PrinterCommunication into ActviePrinterProfile 2014-02-14 12:50:55 -08:00
larsbrubaker
0040895615 Moving the ActivePrinterChanged call back and Active Printer calls all into ActivePrinterProfile 2014-02-14 12:06:44 -08:00
Kevin Pope
180dbe5896 Merge commit '34c3d16fd7' into development
Conflicts:
	ActionBar/PrintStatusRow.cs
2014-02-11 11:49:10 -08:00
Kevin Pope
34c3d16fd7 Merge pull request #4 from gregory-diaz/master
More Localization
2014-02-11 10:23:57 -08:00
Kevin Pope
95b2efb48c Work on the ActionBar UI
Changed behavior of 'Skip' button.
2014-02-10 19:17:25 -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
88e46c2305 put the export function on the uithread. 2014-02-07 16:26:46 -08:00