Commit graph

81 commits

Author SHA1 Message Date
Lars Brubaker
59448d121b Cleaning up tab logic (authoritative source) 2021-03-09 15:17:17 -08:00
LarsBrubaker
7327fd3e6a Hacky start to moving tabs 2021-02-24 07:54:44 -08:00
Lars Brubaker
544ec762c7 Cleaned up the settings view options (made switching fast) 2020-12-30 10:35:47 -08:00
LarsBrubaker
506f2b273f Making static data compile time and universal 2020-11-25 07:39:36 -08:00
Lars Brubaker
8998495514 get rid of regressed close button 2020-10-30 11:24:21 -07:00
Lars Brubaker
6320112da3 working on single window for glfw 2020-10-19 18:08:15 -07:00
LarsBrubaker
6881e19ee6 Created test and addressed printer name bug
issue: MatterHackers/MCCentral#6102
Renaming printer when 2 are open, renames both
2020-10-03 17:58:42 -07:00
LarsBrubaker
79f588a44c Put the upgrade indicator dot back on 2020-08-17 09:21:14 -07:00
LarsBrubaker
40a8071acc fixing scaling issues 2020-08-16 18:43:51 -07:00
Lars Brubaker
c066a054eb Change color of 'update available'
issue: MatterHackers/MCCentral#5995
Change 'Update Available' to be in the accent color.
2020-08-11 18:05:35 -07:00
LarsBrubaker
a3fd59e878 Making more things scale correctly 2020-07-19 18:04:02 -07:00
LarsBrubaker
00e283936c We are not displaying and collecting all the print history data 2020-07-12 12:25:18 -07:00
Lars Brubaker
889fcb756b Making tool tips on top tabs better 2020-07-10 18:18:38 -07:00
Lars Brubaker
778d82da1a Made the max size get changed after the text widget is done getting its size 2020-07-09 18:44:04 -07:00
Lars Brubaker
5563a2d162 Update the printer name more consistently 2020-07-09 18:36:36 -07:00
Lars Brubaker
1db11ee42a Make tabs able to shrink
Rename SDCard project folder to Printer
2020-07-09 18:10:06 -07:00
LarsBrubaker
22745bec34 using new consolidated code for right click 2020-07-09 07:12:00 -07:00
LarsBrubaker
3d6fe51e32 Make the design tabs able to shrink 2020-05-30 21:26:37 -07:00
Lars Brubaker
740bf4c11b adding more library folder art
making pro less obtrusive
2020-05-22 11:29:22 -07:00
Lars Brubaker
6ef0df24cc adding ability to have upsell markdown message 2020-05-21 15:11:03 -07:00
LarsBrubaker
bfd5a02edf Fixed a bug in text object
Adding nunito font
Working to be able to change the default font
2020-05-21 10:13:26 -07:00
LarsBrubaker
79ba96c18b Working on Pro upgrade page
Improving mark down renderer
2020-05-14 17:19:30 -07:00
John Lewin
931f0b9e0c Restore CloseOnIdle
- Issue MatterHackers/MCCentral#5755
Cannot access disposed object exception during application exit
- Issue MatterHackers/MCCentral#5756
Cross-Thread operation not valid exception in CommunicationStateChanged
event handlers
2020-02-07 17:08:47 -08:00
LarsBrubaker
e602c7681d removing unnecessary casts 2020-02-07 17:08:47 -08: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
LarsBrubaker
2770e353e4 Adding support for mini touch screen 2020-01-09 08:00:24 -08:00
LarsBrubaker
fd54d0891c removing and mini touch screen ui for now
plan is to get all the functionality working in standard ui then
build out the touch screen ui after that, working to make
a better separation between ui and functionality
2019-12-07 10:39:38 -08:00
LarsBrubaker
321d69451d Creating touchscreen interface prototype 2019-12-06 10:19:21 -08:00
LarsBrubaker
1cec7420c5 Normal gear working mostly 2019-11-04 08:36:26 -08:00
Lars Brubaker
f8e40fa4cf moving Gear2D to MC
putting in some debugging
2019-10-25 17:21:50 -07:00
jlewin
2da32ee68c Toggle popup on button click
- Issue MatterHackers/MCCentral#5724
clicking search button a second time should close it
2019-06-24 17:03:20 -07:00
jlewin
dccc3c0fea Add 'Preparing help...' popover when creating index
- Issue MatterHackers/MCCentral#5715
Show 'Waiting for Results'
2019-06-21 15:37:14 -07:00
jlewin
610fedbc31 Extract embedded types to new files 2019-06-18 15:55:17 -07:00
jlewin
78f1cbd9df Make search button behave more like a popup button
- Add local help zip file
- Add icon to search result rows
- Extract search panel behavior to new SearchPanel type
- Move input field to new SearchPanel type
- Issue MatterHackers/MCCentral#5699
Improve search
2019-06-18 15:44:36 -07:00
jlewin
95ae04b790 HelpDocs 2019-06-18 12:23:08 -07:00
jlewin
14b34eea6f Use event semantics 2019-05-22 18:46:12 -07:00
John Lewin
c8510bdd6d Clean up event handler leaks
- Issue MatterHackers/MCCentral#5573
Investigate allocations on large GCode load and failure to release
2019-05-22 09:18:26 -07:00
John Lewin
2bbe551ab9 Revise tab selection logic
- Prefer Hardware tab during start if printer/part selected
- Remove PrinterTabSelected indicator
- Set ActiveTab when loading workspaces and applicable
2019-04-30 22:08:51 -07:00
jlewin
b6b3ad5f6e Set MainTabKey when workspace is opened/added
- Issue MatterHackers/MCCentral#5383
MatterControl fails to switch to printer tab
2019-04-26 12:22:33 -07:00
jlewin
4b5a7dae50 Simplify 2019-04-24 15:10:46 -07:00
jlewin
06d90678e9 Conditionally set ActiveTab based on MainTabKey 2019-04-24 15:08:53 -07:00
jlewin
eda7f38576 Move method call outside of conditionals 2019-04-24 14:11:09 -07:00
jlewin
ca541d7986 Add RestoreWorkspace for deserialize, persist tabs on non-restore
- Issue MatterHackers/MCCentral#5373
OpenTabs.json should be written to when tabs are opened
2019-04-24 13:23:52 -07:00
Lars Brubaker
5fdc2422f2 guard against null task item in long running task list 2019-03-19 17:19:45 -07:00
Lars Brubaker
1d2fe6823e added an Enable Network Traffic config value
If disabled - turn off 'check for update', 'login', 'get public profiles', and make public for other network aware resources

issue: MatterHackers/MCCentral#4879
add ability to check Registry key to disable check for updates and login
2019-01-31 09:42:54 -08:00
John Lewin
5afdfdb989 New tabs should open to the far right
- Issue MatterHackers/MCCentral#4693
Added printer/part tabs should be at position count + 1
2018-12-26 14:06:38 -08:00
John Lewin
f06e67a65e Use EventHandler<StringEventArgs> for SettingChanged event
- Issue MatterHackers/MCCentral#4730
Event should declare specialized EventArgs used via EventHandler<T>
2018-12-21 18:37:11 -08:00
John Lewin
801363fe49 ReloadAll should not rebuild workspaces
- Issue MatterHackers/MCCentral#4704
2018-12-19 15:53:54 -08:00
John Lewin
a22866abcf Add per workspace library context
- Add WrappedLibraryContainer for per workspace containers
  (support for printer specific containers)
- Issue MatterHackers/MCCentral#4710
All printers and parts share the same library view
2018-12-12 17:40:32 -08:00