Commit graph

116 commits

Author SHA1 Message Date
Kevin E. Pope
28509f167c Adjust library item progress bar spacing. 2015-09-22 10:30:53 -07:00
johnlewin
0c8451004b Merge pull request #403 from jlewin/1.4.0
Prevent interaction with library placeholder collections
2015-09-21 15:30:40 -07:00
John Lewin
47062356db Prevent interaction with library placeholder collections
- Remove hard-coded place holder tokens
 - Fix extruder number comments in exported gcode
2015-09-21 15:27:32 -07:00
Lars Brubaker
fbb5f7eabd Better NameExists code. Checks for all names in the region.
Fixed the check box test.
2015-09-21 12:09:19 -07:00
Lars Brubaker
c3c12745b7 Merge branch '1.4.0' of https://github.com/MatterHackers/MatterControl into 1.4.0 2015-09-21 10:00:44 -07:00
Lars Brubaker
801cc06f2a put in share tool tip 2015-09-21 10:00:40 -07:00
John Lewin
e9661283ee Restore batch remove functionality 2015-09-20 13:13:52 -07:00
Kevin E. Pope
a484795de2 Fixed bug where deleting multiple folders at once caused crash. 2015-09-18 17:32:54 -07:00
John Lewin
c3dea1ac87 Restore hover border on "up" library folders 2015-09-18 13:13:14 -07:00
Lars Brubaker
4b898847f0 Don't use libraryProvider if null. 2015-09-17 19:26:18 -07:00
Kevin E. Pope
14a6834669 Add share redemption. 2015-09-17 19:19:15 -07:00
Kevin E. Pope
bcb3b44d89 Add share button to library. 2015-09-17 18:03:02 -07:00
Lars Brubaker
b708ec16be Merge pull request #399 from jlewin/1.4.0
Reduce library flickering
2015-09-17 16:47:49 -07:00
Lars Brubaker
a81b6272bd Leave edit more well, when required. 2015-09-17 16:09:45 -07:00
John Lewin
e3c6333ba1 Reduce library flickering
- Prevent the LibraryProviderSelector from creating new providers when it already has ones loaded, stored and referenced
 - Add WebRequest2 type to support custom post/request values
2015-09-17 16:00:22 -07:00
Lars Brubaker
dfdcab6c49 Don't crash on logout. 2015-09-17 14:29:48 -07:00
Lars Brubaker
79928f8fb7 Made the Debugger.Break() only exist in debug mode. 2015-09-17 13:45:26 -07:00
Lars Brubaker
0fe63b58be put in the ability to say that the library selector is protected 2015-09-16 17:59:22 -07:00
John Lewin
8e6869eef4 Add support for "Loading" indicators during provider init 2015-09-15 17:53:09 -07:00
John Lewin
7789120d84 Update SQL where predicate guard to check for null or empty 2015-09-14 15:35:07 -07:00
Lars Brubaker
d6326709c3 Checking for nulls 2015-09-14 09:57:48 -07:00
Lars Brubaker
20b4bba75e Improving the scroll bars 2015-09-11 16:41:20 -07:00
Lars Brubaker
a0659dc8bb Made PrintItemWarppers have a ProviderLocator rather than a Provider
Fixed some null reference bugs
Fixed a bug with copy to library changing the queues file path
Made save as work better.
2015-09-11 14:36:57 -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
727f9a1d31 Making the back navigation be labeled "back"
Turned off the hand cursor
2015-09-10 10:07:14 -07:00
Lars Brubaker
1b305cee32 Don't change our file watchers unless we have to.
Don't create print item wrappers in sqlite provider except when needed.
2015-09-09 15:35:31 -07:00
Lars Brubaker
84a52909db Don't let user add collections to the queue or other currently invalid operations. 2015-09-09 11:34:14 -07:00
Lars Brubaker
87767ff591 Handling some file locking errors better (file in use)
Upgrade to amf when saving from 3D editor
2015-09-09 11:05:17 -07:00
Lars Brubaker
563a5a3b2d Improving the intuition around library navigation 2015-09-08 18:01:09 -07:00
Lars Brubaker
506bb6dcf5 Make the downloading progress the right color text. 2015-09-04 17:52:00 -07:00
Lars Brubaker
a82490c70a Made Print Wrappers track file changes better
Fixed a bug with 3D panel not closing out from editing correctly.
Fixed a bug with thumbnails not rebuilding under some update conditions.
2015-09-04 09:55:40 -07:00
Lars Brubaker
a98e29b22e Made it possible to check if the database is closed
More cleaning of automation api
Made the sqlite provider refresh on changes
Made the unit test for that work
2015-09-03 12:21:20 -07:00
Lars Brubaker
81d9518fcd Updated the queue icon image
Trying to get the purchase folder to show up correctly.
2015-09-02 18:47:44 -07:00
Lars Brubaker
179da8280a Made it possible for a library provider to describe that it should not be shown. 2015-09-02 14:06:35 -07:00
Lars Brubaker
809d3639dd Made the library scrolling better. 2015-09-02 11:53:13 -07:00
Lars Brubaker
2ae756f357 Made Action setCurrentLibaryProvider common to all providers. 2015-09-02 11:05:50 -07:00
Lars Brubaker
b83b967968 Took out double clicking on library
Fixed a bug where print leveling could get bad data by clicking back.
2015-09-01 17:08:59 -07:00
Lars Brubaker
a35753c47d Working on making save as save to the right provider
Working on Copy to Library
2015-08-31 16:32:09 -07:00
Lars Brubaker
9dafbd047b Working on new add to library menu item
preserve the scroll position on refresh of library.
2015-08-31 15:56:51 -07:00
Lars Brubaker
80dd0bcc0d Making sure we remove items bottom to top so we can modify the array without damaging ordering. 2015-08-27 16:39:27 -07:00
Lars Brubaker
7bfce4367a Improvements to automation runner
Function to check if if a widget is actually visible.
Put in a search icon
2015-08-27 11:56:01 -07:00
Lars Brubaker
2dfa2dae20 Make the bread crumbs show we are in search. 2015-08-25 15:26:38 -07:00
Lars Brubaker
959f85e144 Made search work on file system folders (download) 2015-08-25 13:04:14 -07:00
Lars Brubaker
f2cce2fe5e Code Maid
Search is working.
2015-08-25 12:11:35 -07:00
Lars Brubaker
11d4a7352a Merged sqlite provider back together. 2015-08-25 12:01:15 -07:00
Lars Brubaker
b30bae0abf Made providers take a function to change the provider (used in searching)
Improved tests (made functions to help create a clean run)
2015-08-25 11:56:21 -07:00
Lars Brubaker
62a579788b Fixed the problem with the check box in library not being clickable. 2015-08-24 15:18:59 -07:00
Lars Brubaker
d545db7690 Working on the unit test for the library select check boxes. 2015-08-24 14:15:01 -07:00
Lars Brubaker
5cc8a37269 Made more tests 2015-08-22 16:14:31 -07:00