Commit graph

41 commits

Author SHA1 Message Date
MatterHackers
6492f25d1d Improving arange all
adding part sheet to main
improving folder sorting and naming, fixing path rendering
2023-03-11 11:26:16 -08:00
Lars Brubaker
3f8eeda65b integrating offline changes 2023-03-10 18:11:23 -08:00
John Lewin
202f3f8ee2 Persisted library view state 2022-09-13 17:14:02 -07:00
LarsBrubaker
aa8591ffe5 Show loading / restoring progress
Fix null when canceling open system file
2022-02-20 07:59:28 -08:00
Lars Brubaker
0731ac0bad Save as asks for overwrite if exists
Save as dialog does clicking and double clicking as expected
New Text icon
2022-02-10 12:06:48 -08:00
Lars Brubaker
dbe806b301 switch to correct tab if open when opening from file system 2022-02-09 17:12:25 -08:00
Lars Brubaker
1095d6741a Save as causes the file dest to change and the tab name
Refactoring
Add dispose to content store
Added event for source item changed on edit context
Added rename to extensions method
Added local file path to tab tool tip
2022-02-02 17:31:44 -08:00
Lars Brubaker
9ef5181983 Hook up name change after scene loaded 2022-02-02 12:34:40 -08:00
Lars Brubaker
a2aaaf6715 Save to compressed mcx is working
Don't call save twice
2022-02-02 10:52:42 -08:00
Lars Brubaker
d2b6d0c4ae fixing tests 2022-01-25 17:54:22 -08:00
Lars Brubaker
b664670a42 Ported the old tab renaming code into main
Needs to be cleaned up
2022-01-21 15:21:07 -08:00
Lars Brubaker
dbd1eb56ce Initial startup is better 2022-01-20 14:52:03 -08:00
Lars Brubaker
9142b4a942 Save tab positions when opening, closing and moving around 2021-07-21 17:37:22 -07:00
LarsBrubaker
387108496d Fixed issue with needing to clear header children 2021-04-25 16:03:02 -07:00
LarsBrubaker
197ca1e5bc Working to add markdown to github folders 2021-04-25 13:55:47 -07:00
Lars Brubaker
1ecf32f4d8 show scroll bars 2021-03-25 17:55:00 -07:00
LarsBrubaker
3817d510eb making authoritative source, refactoring 2021-03-23 08:13:13 -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
f961563bbc Made ctrl-a select all in library
Fixed bug with ctrl click in library
2021-01-23 09:19:08 -08:00
LarsBrubaker
26bb26884f Make sure we are thread safe 2020-09-10 09:50:33 -07:00
LarsBrubaker
1ac56ffb89 github image support 2020-09-10 07:23:52 -07:00
LarsBrubaker
a6b0c54e37 Fixing high rez scaling issue 2020-08-17 07:38:16 -07:00
LarsBrubaker
23e7263da5 Print recovery test working for dual extruder no probe 2020-08-09 08:23:22 -07:00
LarsBrubaker
1ea2ed4638 sharing code between library widgets 2020-08-07 18:14:15 -07:00
LarsBrubaker
22745bec34 using new consolidated code for right click 2020-07-09 07:12:00 -07:00
Lars Brubaker
78d4059c80 Making print history clearable and update with new data
fixing warnings
2020-07-03 12:05:37 -07:00
LarsBrubaker
54d29b41f7 use run on idle less 2020-02-07 15:27:43 -08:00
LarsBrubaker
58e77cfe60 GuiWiget Children working as a SafeList 2020-02-07 15:27:43 -08: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
jlewin
ec1a50b815 Change OnClick to protected
- Issue MatterHackers/MCCentral#3445
Change accessibility of OnClick to protected, revise callers to use
InvokeClick()
2019-06-04 18:20:01 -07:00
jlewin
c0c8845d39 Fix unexpected reset to Color.Transparent
- Issue MatterHackers/MCCentral#5357
Library pop up starting with wrong colors
2019-04-18 16:42:12 -07:00
John Lewin
151db5bd30 Revise MinimumSize 2019-01-24 17:50:59 -08:00
LarsBrubaker
789a950b9e Make the list view start out with correct scrolling
issue: MatterHackers/MCCentral#4785
fresh install starts with favorites scrolled down
2018-12-27 22:57:13 -08:00
John Lewin
20e841f4fa Lock layout while updating children 2018-12-27 16:30:35 -08:00
John Lewin
f88b04b7bc Change from KeywordFilter property to ICustomSearch 2018-12-24 12:45:35 -08:00
John Lewin
7da9a9d905 Guard for null
- Issue MatterHackers/MCCentral#4500
Right click in SaveAs dialog crashes application with null reference
exception
2018-11-05 17:35:25 -08: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
Lars Brubaker
5abe0d4b13 getting right click working in library view rows
issue: MatterHackers/MCCentral#4418
Set selectable false for Icon view rows to fix right click
2018-10-30 09:47:58 -07:00
John Lewin
cddea969a1 Revise naming to depict behavior 2018-10-24 21:20:56 -07:00
Renamed from MatterControlLib/Library/Widgets/ListView/ListView.cs (Browse further)