Lars Brubaker
c2cab2fdec
Made Mono.Nat a nuget item rather than code.
...
New agg
2015-07-16 17:58:04 -07:00
Gregory Diaz
5aab6c746a
Merge branch 'master' of https://github.com/MatterHackers/MatterControl
2015-07-16 17:52:43 -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
John Lewin
3f8ae2fe27
Restore Android auth events
2015-07-16 17:16:28 -07:00
Gregory Diaz
3c77679531
Merge branch 'master' of https://github.com/MatterHackers/MatterControl
2015-07-16 10:47:27 -07:00
Gregory Diaz
e2dbd29926
Removed updates from AboutPage, added more features on CheckForUpdateWindow.
2015-07-15 18:11:11 -07:00
Lars Brubaker
13bc1b5186
Make it so we select the last added item or drag drop item in the queue.
2015-07-15 18:07:56 -07:00
John Lewin
d282671106
Restore Notification Settings -> Configure button
2015-07-15 13:00:14 -07:00
johnlewin
bf265dec09
Merge pull request #329 from jlewin/master
...
Run AddRightElement delegates after new PluginsLoaded event
2015-07-15 12:31:03 -07:00
John Lewin
6242b56de8
Run AddRightElement delegates after new PluginsLoaded event
2015-07-15 12:28:52 -07:00
johnlewin
57c51cdafc
Merge pull request #328 from jlewin/master
...
Revise thumbnail click behavior to use existing implementation
2015-07-14 20:23:31 -07:00
John Lewin
043c32e01b
Revise thumbnail click behavior to use existing implementation
2015-07-14 20:19:37 -07:00
John Lewin
bd79c3ac00
Hide "up folder" navigation on root node
2015-07-14 20:17:42 -07:00
Gregory Diaz
b36808b298
Started work on Check for Update Window
2015-07-14 17:59:41 -07:00
johnlewin
ba8779c026
Merge pull request #326 from jlewin/master
...
Remove duplicate reload, guard against null reference on dragdrop
2015-07-14 17:56:41 -07:00
John Lewin
d9ebf4c553
Remove duplicate reload, guard against null reference on dragdrop
2015-07-14 17:54:27 -07:00
johnlewin
1f29bdaf95
Merge pull request #325 from jlewin/master
...
Add GetPrintItemName for Sqlite provider
2015-07-14 17:04:40 -07:00
John Lewin
9daf037e49
Add GetPrintItemName for Sqlite provider
2015-07-14 17:02:57 -07:00
Lars Brubaker
85a06710e3
Don't fail if print item wrapper is null.
2015-07-14 16:44:05 -07:00
Lars Brubaker
d4b471842b
Made the GetPrintItemWrapperAsync take an optional ReportProgressRatio.
...
Made it possible to show the wrapper loading progress.
Made the ray trace images more white.
2015-07-14 16:16:58 -07:00
Kevin E. Pope
f0e59e1a9c
Merge pull request #324 from jlewin/master
...
Async PrintItemWrapper
2015-07-14 14:41:12 -07:00
John Lewin
908b604328
Async PrintItemWrapper
2015-07-14 13:46:59 -07:00
Lars Brubaker
3a797d2544
Changes to progress control.
2015-07-14 13:38:22 -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
a15b7891e7
Working on being able to get all the item info without creating a PrintItemWrapper
...
Passing a LibraryProvider rather than a print item
2015-07-14 10:39:20 -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
09e153737f
Put in the ability to turn of 3D thumbnail rendering.
2015-07-13 15:23:31 -07:00
Lars Brubaker
61794f508a
Made the bread crumb display remove leading items to make room for trailing ones.
...
The folder bar in windows gives good examples of how this could be improved further.
2015-07-13 14:16:34 -07:00
Lars Brubaker
6db7fbdfb0
Merge pull request #323 from jlewin/master
...
Add navigation mechanism for the Purchased folder
2015-07-13 13:05:36 -07:00
John Lewin
66d01d555a
Remove forced reload
2015-07-13 12:56:40 -07:00
John Lewin
909ec80f97
Add navigation mechanism for the Purchased folder
2015-07-13 12:49:01 -07:00
Kevin E. Pope
0614dad6f3
Merge pull request #322 from jlewin/master
...
Toggle LibraryProvider availability on authentication status
2015-07-13 10:54:40 -07:00
Lars Brubaker
b970252c88
Made the insert button and drag and drop in 3d view respect the read only flag.
...
Made the Edit button in the 3d view respect the protected flag
2015-07-13 10:08:08 -07:00
Lars Brubaker
3beaf5d38f
Made the insert button and drag and drop in 3d view respect the read only flag.
...
Made the Edit button in the 3d view respect the protected flag
2015-07-13 10:07:57 -07:00
John Lewin
c35b0662ea
Remove orphaned code
2015-07-12 19:14:08 -07:00
John Lewin
23186bc68d
Toggle LibraryProvider availability on authentication status
...
- Add Visible property to LibraryProviders
- Filter LibraryProviders based on .Visible
- Add authentication status to ChangeCloudSyncStatus calls
2015-07-12 19:13:53 -07:00
johnlewin
e196e76d29
Merge pull request #321 from jlewin/master
...
Add SessionKey validation
2015-07-11 13:55:13 -07:00
John Lewin
9a3d948eb7
Add SessionKey validation
...
- Hook SendReqeuest to detect invalid credentials/expired sessions
- Prevent AddRightElement delegate from being invoked twice
- Make UpdateNotificationMark public for reuse in the Authentication plugin
2015-07-11 13:03:39 -07:00
Lars Brubaker
34da6eda80
Made the folder thumbnails clickable.
2015-07-07 17:47:52 -07:00
Lars Brubaker
a391734f91
Always make a copy when putting a library item in the queue
2015-07-07 16:16:43 -07:00
Lars Brubaker
b461cc2f8f
Made the bread crumbs get replaced in edit more with the edit controls.
2015-07-07 14:49:15 -07:00
Lars Brubaker
395cc8b7e0
Merge branch '1.3.0'
2015-07-07 10:45:21 -07:00
Lars Brubaker
d13b7702eb
latest agg-sharp
2015-07-07 10:42:56 -07:00
Lars Brubaker
cdd0d3ccd8
Copy more of the print item data.
2015-07-07 10:37:39 -07:00
Lars Brubaker
116bee4ffe
The export button is sensitive to the permissions of an item.
2015-07-07 10:27:38 -07:00
Lars Brubaker
74084b95a9
Fixe the remove flag for the password field.
2015-07-07 10:09:35 -07:00
Lars Brubaker
610816070a
Making the export button have the right state based on the permissions of the item being selected.
2015-07-07 09:52:48 -07:00
Lars Brubaker
ae49d4b09e
Fixed the color of the folder separators.
2015-07-06 14:55:54 -07:00
Lars Brubaker
8a76be3cd9
latest agg
2015-07-06 13:56:43 -07:00
larsbrubaker
89eb19345b
Made a new slice test for threads.
2015-07-05 22:05:10 -07:00