Lars Brubaker
|
ef20f2e65a
|
Made lots of windows stay on top of the main window.
Fixed a bug with the close menu item and the terminal window being open.
|
2014-12-17 10:30:45 -08:00 |
|
John Lewin
|
eba756966b
|
Initial StaticData platform abstraction
|
2014-12-04 12:22:34 -08:00 |
|
Kevin Pope
|
0a5b387366
|
Add support for apk downloads.
|
2014-10-31 10:19:50 -07:00 |
|
larsbrubaker
|
0d454acd9f
|
Fixed more memory leaks.
|
2014-10-24 18:50:41 -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 |
|
kevinepope
|
e936fe98f7
|
Change message confirmation dialogs from modal to async w/callback.
|
2014-10-21 21:20:09 -07:00 |
|
Kevin Pope
|
6c1a8005bb
|
Made contact form respect universal text size. Made action bar and menu bar hide-able (in compact mode).
|
2014-10-17 14:11:56 -07:00 |
|
Kevin Pope
|
5663289ef7
|
Make application controller a generic object. Fix title of auto-leveling warning window.
|
2014-09-22 14:16:40 -07:00 |
|
Kevin Pope
|
bdef196434
|
Changed main application to MVC. UI rework (Configuration Page esp. in progress).
|
2014-09-19 19:17:12 -07: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 |
|
larsbrubaker
|
7d1f698141
|
Turning off the rooted weak event stuff
|
2014-08-19 11:41:13 -07:00 |
|
Kevin Pope
|
4c422cbf20
|
Making auto-update process more robust. Added secondary download attempt and connection error handling.
|
2014-08-16 11:18:12 -07:00 |
|
Kevin Pope
|
23842ae901
|
Merge commit 'e1184db77b' into development
|
2014-08-16 10:45:03 -07:00 |
|
Kevin Pope
|
ba386f1725
|
Working on auto-updater.
|
2014-08-16 10:44:56 -07:00 |
|
larsbrubaker
|
2af2997818
|
Made UpdateStatusChanged a week event.
Fixed a typo in help.
|
2014-08-08 10:40:01 -07:00 |
|
larsbrubaker
|
bbca065e18
|
New weak event rooted event.
Fixed color theme changing in 3d view.
Fixe bed shape and size changing on printer change.
|
2014-08-08 10:25:44 -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
|
352c009202
|
Remove non-required references to OpenGlGui
|
2014-07-04 09:12:50 -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
|
0ac58b2eb4
|
And this time check in the right code.
|
2014-06-20 09:47:52 -07:00 |
|
larsbrubaker
|
a282b0ce95
|
New and improved os detection with a plugin.
|
2014-06-20 09:27:17 -07:00 |
|
larsbrubaker
|
b523c7d486
|
rename PlatformAbstract
|
2014-06-19 16:09:38 -07:00 |
|
larsbrubaker
|
254de7251d
|
Moved ImageIO into a plugin and hooked then made the windows version of that.
|
2014-06-19 15:55:20 -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
|
503726ae65
|
Fixed the problem with downloads not always working.
Made the tab names of tabs be independent of the visible title
Made styled message box have option of custom buttons
More localizations
|
2014-06-10 11:44:16 -07:00 |
|
larsbrubaker
|
6e7abb73f1
|
Cleaning up update a bit so we can have first time check for new version.
Made more strings push through translations.
Put in a new OEM setting for check for update on first run
|
2014-06-10 09:25:38 -07:00 |
|
larsbrubaker
|
a26c8d8caa
|
Trying to make updater show errors better.
Fixed a bug using Frosted Serial Port. Now go through wrapper.
Only add the Manual Controls plugins one time.
|
2014-05-13 17:00:50 -07:00 |
|
larsbrubaker
|
0f468aed95
|
Made the UpdateData and View actually work all the way.
|
2014-05-12 11:44:07 -07:00 |
|
kevinepope
|
fed3955d8e
|
Move download update actions out of View and into Data to prevent GC issues.
|
2014-05-11 19:26:37 -07:00 |
|
larsbrubaker
|
8f6d73e1e1
|
Fixed some problems with print leveling moving down.
Made gcode with no timing info (no speeds set) still visible.
|
2014-05-09 17:49:57 -07:00 |
|
larsbrubaker
|
abcd8e8e1b
|
White space
|
2014-05-09 10:52:24 -07:00 |
|
Kevin Pope
|
f522f732e4
|
Only show update notification if download size is not zero.
|
2014-05-07 16:14:01 -07:00 |
|
larsbrubaker
|
c78af4a41a
|
The update dot is now working (mostly)
|
2014-04-28 18:17:51 -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 |
|
kevinepope
|
cf5aeffe4b
|
Move ContactForm actions to UiThread
|
2014-04-06 19:23:33 -07:00 |
|