Commit graph

29 commits

Author SHA1 Message Date
John Lewin
eba756966b Initial StaticData platform abstraction 2014-12-04 12:22:34 -08:00
larsbrubaker
841ea5e071 Made RoBo default to MatterSlice
Made consol draw faster
took out dead code
white space
2014-08-26 12:06:16 -07:00
gregory-diaz
5e9958e579 Changed "Cancel" button to "Close" button on About Page window. 2014-07-18 16:16:27 -07:00
gregory-diaz
b66fff7087 added cancel button to about window 2014-07-17 17:57:18 -07:00
Kevin Pope
83640114d5 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-06-27 14:45:28 -07:00
Kevin Pope
b3a66f7557 Added link to release notes.
Added sized icon for notifications.
Added link to instructions for cloud monitor.
2014-06-27 14:45:21 -07:00
larsbrubaker
f4d7d0b5c4 Made the print leveling control its own window. 2014-06-27 12:45:14 -07:00
larsbrubaker
e8247a8481 Put all the icons into the icons directory
Lots of work on printing from SD card
Put in hardware options to describe printer settings (fan, heated bed, sd card)
moved icons into subdirectory.
2014-06-19 11:25:28 -07:00
kevinepope
c50a650090 Changes to file menu - Added 'Submit A Bug' and 'Add a Printer', 'About MatterControl' now opens as window. 2014-06-15 09:48:23 -07:00
larsbrubaker
5e24089aef Working to make the update button show correctly. 2014-04-28 17:34:54 -07:00
larsbrubaker
978d7ddcfa Making the OEMSettings a single JSon file. 2014-04-23 17:44:49 -07:00
larsbrubaker
bc011a33a6 New about page from html is working. 2014-04-23 14:33:44 -07:00
larsbrubaker
157b68545e The about page now renders most of its content 2014-04-23 13:32:05 -07:00
larsbrubaker
3e5b966fd1 Working to get the about page to be html and easier to customize. 2014-04-22 19:02:41 -07:00
larsbrubaker
f975f499bf cleaned up the about page a bit. 2014-04-18 11:23:16 -07:00
Kevin Pope
5223b80d22 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-04-17 12:22:12 -07:00
Kevin Pope
250044f84c Added some test code. 2014-04-17 12:21:51 -07:00
larsbrubaker
60efb72fba Put in a shop button.
Set the release back to x86.
2014-04-17 11:02:38 -07:00
larsbrubaker
4b6a3cfa97 Lots of work on Getting the QueueData instance to be separate form the UI queue and refs. 2014-04-15 18:13:27 -07:00
larsbrubaker
bacab154fd Don't show % downloaded if only 0. 2014-04-11 10:08:20 -07:00
larsbrubaker
e19520f52c Put in a download progress % 2014-04-11 08:06:11 -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
gregory-diaz
00910197cb Changed button and text color from white to black on print level wizard 2014-03-24 14:44:43 -07:00
kevinepope
76c96ef558 Modified about page visuals. 2014-03-22 10:00:45 -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
a19d3034d7 Merge branch '1.0.5' into development
Conflicts:
	VersionManagement/WebRequestHandler.cs
2014-03-13 15:50:54 -07:00
larsbrubaker
5c0993f83e Changed the interface to translations. 2014-03-11 15:24:47 -07:00
Kevin Pope
7f1a7c0e8e Fixed copyright message. 2014-03-01 16:31:38 -08:00
Kevin Pope
8ab9f15a70 Refactoring and cleanup. Added new separate tab for configuration actions. 2014-03-01 13:10:48 -08:00
Renamed from AboutPage.cs (Browse further)