Commit graph

138 commits

Author SHA1 Message Date
Lars Brubaker
d5d42d475f Made the app report that an update is required if the server says it is. 2016-08-03 14:45:33 -07:00
Lars Brubaker
64b6eb0f18 Making it possible to debug if an update is required 2016-08-03 11:12:53 -07:00
Lars Brubaker
41b44cdb0d Make sure we clean the cache folder again but have specific folders that we will not remove. 2016-07-18 14:06:35 -07:00
Lars Brubaker
1b7f64922c Updating the help menu 2016-07-15 12:43:46 -07:00
John Lewin
4bcb8a4431 Suppress DeleteCacheData until MatterHackers/MCCentral#176 is fixed 2016-07-08 15:50:00 -07:00
John Lewin
ff42287f02 Replace hardcoded paths with common reference 2016-06-22 19:29:13 -07:00
Lars Brubaker
5613857af1 Made all panels update when edited in any panel (printer wizard)
Added BaudRate to printer edit wizard
2016-06-09 14:52:58 -07:00
John Lewin
d27db87a65 Migrate StyledDropDownList to Agg 2016-06-03 18:11:51 -07:00
John Lewin
e5a63b052e Migrate Theme support to Agg.UI 2016-06-03 17:22:19 -07:00
Lars Brubaker
b51b38b249 Moved TextWidget.GlobalPointSizeScaleRatio -> GuiWidget.DeviceScale
Significantly improved the layout consistency when enlarging the device scale.
Created a DeviceMargin and DevicePadding on GuiWidget
Deleted dead code
Made many images have default larger disk sizes and scale in memory.
Made the menus have horizontal spacers rather than dashed lines
2016-05-06 17:56:27 -07:00
John Lewin
7a98b347c3 Consistent use of HorizontalSpacer for layout 2016-04-25 15:25:00 -07:00
Lars Brubaker
850cb7bebd Made the DeleteCacheData function take a number of days to consider for deletion
Updated the jumpstart profile
2016-04-25 13:55:40 -07:00
John Lewin
eea7dd9fe4 Remove DataStorage qualifier, add using statements 2016-02-24 10:53:22 -08:00
Lars Brubaker
133764fa3b Fixed the white spacing collapse in the HtmlWidget. 2016-02-11 15:38:32 -08:00
rytz
e98626eebf Minor label changes, FlashForge profile update 2016-02-09 15:05:03 -08:00
Lars Brubaker
dd41142816 More work on mini-html widget 2016-02-02 17:49:19 -08:00
Lars Brubaker
203f35474a Compile and continue bug. Didn't check in the final code that I planned. 2016-02-02 12:10:21 -08:00
larsbrubaker
b0a53c5577 Did a bit of work on the mini-html parser. 2016-02-01 23:11:26 -08:00
John Lewin
366ea3bca3 Restore Clear Cache functionality
- Remove buttonRowContainer blocking mouse input to html content
 - Fixes #104208890 - Help>About>Clear Cache no longer works
2016-01-10 17:29:23 -08:00
Lars Brubaker
1afeb5166a Removed some redundant icons
Made touch scale the edit pencil icon.
2015-12-29 16:41:51 -08:00
John Lewin
1380ea0c43 Revise Android softkeyboard support
- Remove keyboardHeight from constructor
 - Latest agg
2015-10-14 10:07:00 -07:00
Lars Brubaker
79928f8fb7 Made the Debugger.Break() only exist in debug mode. 2015-09-17 13:45:26 -07:00
Lars Brubaker
fa97829073 Put in lots of code to break on exceptions in the debugger.
Made the cloud provider able to report that it is loading
2015-09-11 10:48:24 -07:00
Lars Brubaker
3504d4dfe4 Made dispose on library providers get called much more consistently.
Made squlite provider do more operations async.
2015-09-10 12:42:52 -07:00
Lars Brubaker
66ee409c8c Put in some try catch code to prevent failing to read a mesh while writing it. 2015-09-08 13:56:22 -07:00
larsbrubaker
5d4d56632c Latest agg 2015-08-31 07:55:04 -07:00
Lars Brubaker
92be8c6269 Made asnyc image widget load through static data 2015-08-27 18:22:30 -07:00
Lars Brubaker
d1a26eb2a1 Got the sql and file system unit tests running
Made the ApplicationUserDataPath a static
2015-08-21 11:04:27 -07:00
John Lewin
0ab547bb26 Restore ability to attach VS to Android via debugger
- Prevent accidental construction of ProviderSQLite objects inside of ProviderSQLite constructor
 - Initialize .baseLibraryCollection during rootLibraryCollection construction to prevent null reference errors
   caused by access before assignment
 - Remove AddItem -> AddStlOrGcode -> AddItem recursion - Fixes crash due to concurrent writes to default.mcp
 - Add sqlite async methods and supporting logic to ensure disk IO operations aren’t run in parallel
 - Consolidate logic around sample part extraction from StaticData from various areas into a single method
 - Rename that method from SyncCalibrationFilesToDisk to EnsureSamplePartsExist
 - Break apart the large LINQ query into discrete and easier to understand steps
 - Add shared base class for sqlite backed library providers and resuse common code in base
 - Guard against cache deletion during one-time library initialization
 - Discard StreamReader cases in favor of ReadAllText - Ensures .Dispose is always called and is ultra succinct
 - Purge orphaned code
2015-08-09 21:05:53 -07:00
Gregory Diaz
51f47f144a Added current build number label on check for update window 2015-08-04 16:19:02 -07:00
Lars Brubaker
e18b7551ee Make sure we can still update android
Don't add menus to android (it doesn't have them).
2015-08-04 10:10:15 -07:00
Gregory Diaz
2cc9831c84 Fixed some grammar issues in UI text 2015-07-31 12:22:32 -07:00
Lars Brubaker
bf2484cdc3 Make it possible to set the blender on the AsyncLoad widget
Fixed a crash with an empty queue
2015-07-27 11:00:07 -07:00
Lars Brubaker
c12e8ee1a3 Put in new icons for library
Moved classes to their own file
2015-07-24 14:00:27 -07:00
Lars Brubaker
53f7ba8579 Remvode unused config.ini
Made the create folder window have the text box selected so you can type right away.
Asking for more library stuff by index.

Small work on HTML widget
2015-07-22 18:30:22 -07:00
Gregory Diaz
41cd96b139 Finished up CheckForUpdate window 2015-07-21 12:24:27 -07:00
Gregory Diaz
0cde26162b Modified language for update feed descriptions. 2015-07-20 10:04:22 -07:00
Gregory Diaz
eafce2955e First pass at Check For Update Window almost done(modify language in beta description). 2015-07-17 17:11:32 -07:00
Gregory Diaz
113f48a0a2 Removed update control widget from About page and update feed widget from options page. 2015-07-16 17:52:34 -07:00
Gregory Diaz
e2dbd29926 Removed updates from AboutPage, added more features on CheckForUpdateWindow. 2015-07-15 18:11:11 -07:00
Gregory Diaz
b36808b298 Started work on Check for Update Window 2015-07-14 17:59:41 -07:00
Lars Brubaker
a6042f1537 Took out the storing of the original sized image (not needed and not used)
Took out some dead code.
2015-07-14 11:34:24 -07:00
Lars Brubaker
93bed277ed Made the getting of the thumbnail file name public.
Made an EventHandler on LoadComplete for async image widgets
2015-07-13 17:48:42 -07:00
Lars Brubaker
60ad94be68 Made the LibraryProvider implement iDisposable and we try to dispose them when appropriate.
Made dispose of a collection warn if there are child items or collections.
Made the bread cumbs a clickable navigation rather than just names.
2015-07-02 18:34:10 -07:00
Lars Brubaker
081fadccbe Moving the Queue, Library and History to not have Print pre-pended. 2015-07-02 09:45:53 -07:00
John Lewin
8c1bd75121 Add generic WebRequestBase, change eventargs 2015-07-01 17:50:13 -07:00
John Lewin
229256729d Receive connection failed details 2015-07-01 17:31:16 -07:00
Lars Brubaker
dfff3e3a71 Making code go through the new LibraryProviderSqlite rather than the old sqliteData
Put in an add item.
Put in a FilySystemWatch for the LibraryProviderFileSystem
Lots of work on LibraryProviderSqlite
CodeMaid Models.cs
2015-06-25 12:19:19 -07:00
Lars Brubaker
f6d32a62a5 Changed Changing some delegate defs to use EventHandler<> instead.
Took out some EventHandler new s that were from old code
Now Provider code
Create Folder in library and working some in provider.
New tests in MatterSlice
2015-06-24 16:59:10 -07:00
Lars Brubaker
9cdeeb10d1 Merge branch '1.2.3' into development 2015-06-23 15:38:48 -07:00