Commit graph

23 commits

Author SHA1 Message Date
Lars Brubaker
52428f8fdb Made the print bed model and texture only get created when the bed size or shape changes.
Made the water mark image get cached.
2015-08-13 16:24:17 -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
f4e4554038 Changing HAnchor and VAnchor none to AbsolutePosition to make it clearer what is happening. 2015-05-18 17:29:05 -07:00
Lars Brubaker
591528ee91 Ran code maid against this code. 2015-04-08 15:20:10 -07:00
Lars Brubaker
c166af5795 Made the cache cleaning also delete unused directories.
Made the text creator scroll bars sized better.
2015-02-21 10:09:39 -08:00
Lars Brubaker
21fbeed029 Make sure we never rebuild the bed image while still loading the config (delay the rebuild until draw).
Do a better job closing the connection widget
2015-01-28 14:13:23 -08:00
Lars Brubaker
46e7d6c2f1 Made bed image load through static data. 2014-12-10 12:27:24 -08:00
John Lewin
eba756966b Initial StaticData platform abstraction 2014-12-04 12:22:34 -08:00
larsbrubaker
239ecbd36d Make the bed image stay when the bed is not rotating.
Make the print history not crash when rebuilding from separate thread.
2014-11-11 17:15:35 -08:00
larsbrubaker
8237fb5e98 Made the default sliders have some size. 2014-10-17 12:14:06 -07:00
larsbrubaker
edcce1e360 Moving PartPreview3DWindow into partial class with the processors being partial adds so it is easier to navigate the code.
Can export from amf
Starting work on align
2014-10-15 14:11:14 -07:00
larsbrubaker
2881375666 Making it possible to register for specific settings changes (extending what we've been doing to be more generic). 2014-10-02 14:42:18 -07:00
Kevin Pope
2faec9d1c0 Work on print history widget. 2014-09-24 19:14:31 -07:00
Kevin Pope
73b6c8298b Added custom themed slider, added double slider. 2014-09-17 19:18:46 -07:00
larsbrubaker
749bcd06c4 Made the oem image always get added to the bed. 2014-09-09 15:17:49 -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
larsbrubaker
9eddf6822b Moved SliceSettingsWidgetUiState into its own file
Fixed the edit locking during loading in 3d view.
Got the 3d views to update the bed size and shape when changed.
2014-07-26 13:43:55 -07:00
larsbrubaker
5c506e7317 Changes for new Mesh viewer api
Finer settings for what causes reload of ui in slice settings.
2014-07-25 17:13:42 -07:00
larsbrubaker
00e10bfbea Working on 3D gcode view
Making the view navigation controls for 2d and 3d a separate class.
2014-05-25 11:11:11 -07:00
larsbrubaker
b8dda573c2 Moved slider creation into shared base class. 2014-04-30 18:05:45 -07:00
larsbrubaker
74d40a99bf Refactoring a bunch of shared code into the base class of PartPreview3DWidget 2014-04-28 15:03:25 -07:00
larsbrubaker
acc846d463 Fixe a problem with text creator not having good view controls. 2014-04-16 12:26:35 -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