Commit graph

63 commits

Author SHA1 Message Date
Lars Brubaker
9b3a36f0bf More work on design tab rename 2021-03-25 11:44:52 -07:00
LarsBrubaker
acb0511d9f fixing tests 2021-03-21 22:45:06 -07:00
LarsBrubaker
1f1fed2e2e Improving open library behavior 2021-03-21 19:32:30 -07:00
Lars Brubaker
1599aa0fd4 Fixed issue with color control
refactoring GuiWidegt
2021-01-29 16:44:47 -08:00
LarsBrubaker
506f2b273f Making static data compile time and universal 2020-11-25 07:39:36 -08:00
LarsBrubaker
cf3a6d5893 Don't double scale on high rez 2020-08-30 09:49:23 -07:00
LarsBrubaker
23c409dd83 Don't apply extrusion multiplier while loading and unloading
issue: MatterHackers/MCCentral#6024
Load/Unload filament should ignore Extrusion Multiplier
2020-08-30 08:29:15 -07:00
LarsBrubaker
3af66f1aa3 making library toolbar consistent 2020-08-08 07:13:18 -07:00
LarsBrubaker
84dc566cf7 sharing sort code 2020-08-07 20:04:21 -07:00
LarsBrubaker
1ea2ed4638 sharing code between library widgets 2020-08-07 18:14:15 -07:00
LarsBrubaker
0eec29e84d Removing tiny icons
Prepping for improved folder views
Fixing warnings
2020-08-01 08:58:50 -07:00
LarsBrubaker
468c707c66 Finalizing new enter share code menu
issue: MatterHackers/MCCentral#5969
Kevin could not figure out how to enter share code
2020-07-26 08:02:13 -07:00
LarsBrubaker
ebb643c8d1 Fixed dialog size 2020-07-25 12:03:23 -07:00
LarsBrubaker
eea9f84679 enter share code on 'shared with me folder" 2020-07-24 21:54:33 -07:00
Lars Brubaker
cf3f856ac0 Improving 'share with me' help 2020-07-24 18:23:42 -07:00
Lars Brubaker
32b8776276 Moving show folders to the menu
refactoring
2020-07-24 14:03:45 -07:00
LarsBrubaker
3431651654 Fixes to ui scaling 2020-07-22 08:05:39 -07:00
LarsBrubaker
247bc431cd Improving settings override name editing
issue: MatterHackers/MCCentral#5949
Material profile name doesn't save
2020-07-18 13:48:38 -07:00
jlewin
bd976da442 Allow containers to temporarily override user sort
- Issue MatterHackers/MCCentral#3947
Remember sorting and view for library folders
2019-06-19 12:02:46 -07:00
John Lewin
efb647a9ae Restore search behavior in PrintLibraryWidget
- Issue MatterHackers/MCCentral#5295
Can't search folders in library when in a printer or design space
2019-04-10 07:11:33 -07:00
John Lewin
b9af1f4374 Convert .Result to async await
- Issue MatterHackers/MCCentral#5099
Plan to resolve problems with async usage
2019-02-26 22:56:21 -08:00
John Lewin
70b61e840f Fix whitespace 2019-01-22 13:35:27 -08:00
John Lewin
33fbb19e82 Initial support for drag from Chrome 2019-01-09 12:47:32 -08:00
John Lewin
230ffdc029 Revise and build out ICustomSearch implementations 2018-12-24 12:48:31 -08:00
John Lewin
f88b04b7bc Change from KeywordFilter property to ICustomSearch 2018-12-24 12:45:35 -08:00
John Lewin
e9eeea8d3d Extract Windows only dependency from shared .netstandard project 2018-12-18 11:54:31 -08:00
John Lewin
8f0338107d Add OpenPrinters container to Library tab 2018-12-12 18:13:22 -08:00
John Lewin
aae2ffdf76 Revise tab ordering and persistence logic
- Issue MatterHackers/MCCentral#4555
2018-12-10 14:15:37 -08:00
John Lewin
970d68f5c0 Spelling 2018-11-29 13:41:24 -08:00
John Lewin
178eff308e Revise refs and listeners so MainViewWidget finalizes after Close 2018-11-20 16:43:45 -08:00
Lars Brubaker
b740c2e351 Refactoring some class names and fields 2018-11-15 16:47:28 -08:00
John Lewin
d90102d8f5 Add mechanism for export to select context before options 2018-11-12 09:45:00 -08:00
John Lewin
731a4e2506 Remove DragDropData.Printer 2018-11-12 09:44:59 -08:00
John Lewin
39308e5b79 Restore open printers on load 2018-11-12 09:44:59 -08:00
John Lewin
e296a862d9 Hold ParentContainer in ContainerTreeNode 2018-11-07 18:03:45 -08:00
John Lewin
b0520aa6fc Ensure treeview is built on initial load as well as ReloadAll
- Issue MatterHackers/MCCentral#4518
reload all while in history folder moves away from
2018-11-07 18:03:45 -08:00
John Lewin
7212f11871 Rename theme.ActiveTabColor to theme.BackgroundColor
- Issue MatterHackers/MCCentral#4491
2018-11-03 09:51:25 -07:00
John Lewin
9e8f6fac5a Make LibraryView double click action conditional to context
- Issue MatterHackers/MCCentral#4484
Double click should conditionally open part preview or add to plate
2018-11-02 22:02:05 -07:00
John Lewin
da320e739e Change listview item double click to show part view
- Issue MatterHackers/MCCentral#4464
Library -> Part -> DoubleClick should fire Open behavior
2018-11-01 17:04:13 -07:00
John Lewin
35e7e24fda Open constructed tab after creation
- Issue MatterHackers/MCCentral#4460
Library -> MCX -> Edit should switch to constructed tab
2018-11-01 17:02:12 -07:00
John Lewin
14967368a4 Replace RunOnIdle use with alternative for startup initialization
- Issue MatterHackers/MCCentral#4438
RunOnIdle should not be used to queue work post application load
2018-11-01 09:36:58 -07:00
John Lewin
a2cd257293 Rename PartPreviewWidget -> MainViewWidget
- Consolidate AppView:MainView
2018-10-30 16:58:29 -07:00
John Lewin
55155f647c Library treeview should always be rooted to RootLibraryContainer
- Issue MatterHackers/MCCentral#4346
Empty Library treeview
2018-10-25 08:37:04 -07:00
John Lewin
f303f5fc5c Consolidate Part/Bed history into one container
- Part history will only appear if it has files for compatibility
- Issue MatterHackers/MCCentral#4365
2018-10-25 08:35:18 -07:00
John Lewin
cddea969a1 Revise naming to depict behavior 2018-10-24 21:20:56 -07:00
John Lewin
129507f26a Rename method 2018-10-24 21:13:10 -07:00
John Lewin
5996e7a996 Filter context menu to item actions only
- Issue MatterHackers/MCCentral#4333
Right click on list view items should not show container actions
2018-10-24 21:10:39 -07:00
John Lewin
2cff274e75 Use correct pattern to disallow actions on containers
- Issue MatterHackers/MCCentral#4331
"Add to Bed" appears on folders
2018-10-24 07:59:49 -07:00
John Lewin
cb5a86e2a3 Revise blink tab on Add to Bed 2018-10-22 14:28:09 -07:00
LarsBrubaker
0c86134330 Improve selection context on un-do and re-do
added undo to string and bool fields
experimental tab flashing
2018-10-21 11:52:05 -07:00