Lars Brubaker
572fdd847a
Getting switch extruder pre-gcode to run when needed
...
refactoring
2019-02-06 12:34:20 -08:00
John Lewin
386dd2fd54
Move render toggles into dedicated menu
2019-02-04 20:06:34 -08:00
John Lewin
330aba83f7
Add item Drawables to menu
2019-02-04 16:18:06 -08:00
John Lewin
2d1c6a560a
Add toggles to Gui surface for demo
2019-02-04 16:18:05 -08:00
John Lewin
18fc068d2c
Add missing localizations
...
- Issue MatterHackers/MCCentral#4976
Localize strings
2019-01-31 12:35:12 -08:00
John Lewin
d45bf5e1d3
Split print and slice validation to reduce non-relevant reporting
...
- Issue MatterHackers/MCCentral#4884
2019-01-24 08:24:18 -08:00
John Lewin
c7d6c9b75a
Revise tests to account for new "Finish Setup Button" location
...
- Add infrastructure to find and set new button identifier
- Issue MatterHackers/MCCentral#4902
Investigate failing PulseRequiresLevelingAndLevelingWorks test
2019-01-23 23:02:46 -08:00
John Lewin
920672672a
Fix incorrect layout style
2019-01-23 13:38:59 -08:00
John Lewin
2555b9d50d
Extract validation display to reusable component
...
- Issue MatterHackers/MCCentral#4885
2019-01-23 06:54:18 -08:00
John Lewin
4320fc49ac
Restore validation panel heading and adjust spacing
2019-01-22 18:04:55 -08:00
John Lewin
285e2ca22f
Order validation errors by ErrorLevel
2019-01-22 17:38:29 -08:00
John Lewin
2513cc6313
Remove classic 'Setup...' button
2019-01-22 17:16:56 -08:00
John Lewin
ab75d29440
Add info indicator hinting that hover will reveal additional details
2019-01-22 17:03:35 -08:00
John Lewin
61276cad63
Add presentation name to SliceSettings ValidationErrors
2019-01-22 14:53:41 -08:00
John Lewin
876b9ae923
Restore background color for disabled Print button
2019-01-22 13:35:27 -08:00
John Lewin
4e9f1510ac
Wire up validation error popovers, use warning/error status icons
2019-01-22 13:35:27 -08:00
John Lewin
f2e8a9d4ec
Add error panel
2019-01-22 13:35:27 -08:00
John Lewin
ce948c105f
Initial prototype for revised validation reporting
2019-01-22 13:35:27 -08:00
John Lewin
cd5b08d4ae
Make behaviors conditional on error level
2019-01-22 13:35:27 -08:00
John Lewin
27e0d8e0b1
Process ActionArea separators as menu separators
...
- Issue MatterHackers/MCCentral#4856
Invalid items in generated menu
2019-01-14 18:44:26 -08:00
John Lewin
b327b95e4a
Move settings dictionary into PrinterSettings
2019-01-06 13:19:01 -08:00
John Lewin
ae2da3b29c
Remove GetSettingsData method, use SettingsData dictionary
...
- Issue MatterHackers/MCCentral#4821
Consider removing SettingsOrganizer.Instance.GetSettingsData
2019-01-06 11:39:14 -08:00
John Lewin
e70bfc9977
Move create_raft to SettingsKey
2019-01-06 11:39:13 -08:00
John Lewin
d6bcb515ce
Change SettingsValid to ValidateSettings extension method
2019-01-04 18:27:14 -08:00
John Lewin
3a6cbb3c90
Extract reusable ShowValidationErrors method
2019-01-04 18:06:34 -08:00
John Lewin
a3cc4c8f96
Remove additional presentation data from validation errors
...
- Add location property
- Have caller concatenate Location with Details
2019-01-04 17:49:58 -08:00
John Lewin
063db01796
Reduce presentation data in validation errors
...
- Add ValidationError type to hold validation results
- Change validation to return lists of ValidationErrors
2019-01-04 17:09:42 -08:00
Lars Brubaker
c079a9592f
Made Styled Message Box have scroll
...
Made multiple errors display better
2019-01-03 17:08:49 -08:00
Lars Brubaker
34b57c43b0
Making error messages coming back as list
...
fixing regression with dialog window showing as markdown (there were
assumptions on it not being markdown)
2019-01-03 16:58:05 -08:00
Lars Brubaker
45b1a32e03
removing MS auto support generation
2019-01-03 16:05:02 -08:00
John Lewin
c0bcd20260
Extract ArrowDirection to standalone type, revise naming on use
2019-01-02 17:42:57 -08:00
LarsBrubaker
0c3bd76e33
Adding Tyler's printer name confirmation code to delete printer
2018-12-29 09:24:59 -08:00
John Lewin
170b458676
Add popover support to all SliceSettingsRows
...
- Issue MatterHackers/MCCentral#4747
No HelpText on PrintPopupMenu SettingsRows
2018-12-21 18:37:11 -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
54c3dbb08e
Extract Android dependencies from .netstandard libraries
2018-12-18 11:54:31 -08:00
John Lewin
375dd22f14
Invoke via RunOnIdle to prevent blocking
...
- Issue MatterHackers/MCCentral#4639
[Linux] Mouse does not work in export printer dialog
2018-12-13 17:02:19 -08:00
John Lewin
3e0e1703f4
Extract opentabs loading to method, invoke on sign out/in
...
- Make ReloadAll async
- Issue MatterHackers/MCCentral#4698
Open tabs should track users after sign in/out
2018-12-10 18:16:15 -08:00
Lars Brubaker
587564b3b6
moved temp to controls panel as imbedded popup menus
...
issue: MatterHackers/MCCentral#4687
consider adding hotend and bed controls back onto settings page
2018-12-10 13:59:05 -08:00
Lars Brubaker
73241b5c6c
make menu close on button click
...
issue: MatterHackers/MCCentral#4670
Print pop-up should close after clicking print (same for after clicking setup if available)
2018-12-05 15:17:41 -08:00
Lars Brubaker
8de283dbfe
Say who is the owner of executing tasks. This allows us to filter running tasks displays
...
issue: MatterHackers/MCCentral#4660
Not printing printer tab showing print progress from printing printer tab
2018-12-05 13:48:57 -08:00
Lars Brubaker
3ef1abd065
Removed 'Setup...' button
...
Improved Print popup
Made print popup always available
issue: MatterHackers/MCCentral#4661
Unify 'Setup...' into 'Print'
2018-12-03 13:23:24 -08:00
Lars Brubaker
726b14f9c0
disable export if printer not setup
...
show reason why export is disabled
issue: MatterHackers/MCCentral#4573
Export should follow the same rules as printer/setup buttons
2018-11-30 12:05:48 -08:00
John Lewin
da3bccb601
Move UI behavior into application layer
2018-11-25 09:07:44 -08:00
John Lewin
2a2e052b53
Remove PrinterConfig reference from PrinterSettings
2018-11-25 09:07:44 -08:00
John Lewin
0b92b094eb
Extract leveling validation from PrintLevelingData
2018-11-25 09:07:44 -08:00
John Lewin
2abdf9484b
Extract settings validation from PrinterSettings
...
- Validation currently coupled to UI and MatterControl data
- Extracting to isolate dependencies
2018-11-25 09:07:43 -08:00
John Lewin
984369e21e
Move private members below public, restore Android namespaces
2018-11-23 11:06:09 -08:00
John Lewin
c1e8a932e7
Convert static method to instance, use local printer reference
2018-11-23 10:57:03 -08:00
John Lewin
2873a74ef7
Use standard event listener pattern
2018-11-16 15:53:43 -08:00
John Lewin
51b15e053b
Unregister listeners on Close
...
- Issue MatterHackers/MCCentral#4588
Listeners not unregistered on Close
2018-11-15 20:03:53 -08:00