Commit graph

7387 commits

Author SHA1 Message Date
John Lewin
060bb79daa Remove anonymous blocks 2017-08-26 19:19:35 +03:00
John Lewin
cc2967751e Eliminate excess wrapping container widgets 2017-08-26 19:14:29 +03:00
John Lewin
8e3806330e Use initializer syntax, collapse anonymous blocks 2017-08-26 19:03:41 +03:00
John Lewin
c2faf670d5 Eliminate chained event handlers, use lambda to local method 2017-08-26 18:27:24 +03:00
John Lewin
b8265533d4 Collapse chained event listeners into single block 2017-08-26 18:17:50 +03:00
John Lewin
965108562d Use common buttonFactory 2017-08-26 15:51:12 +03:00
John Lewin
42832879b5 Remove TerminalControls wrapping class, use TerminalWidget directly 2017-08-26 15:29:00 +03:00
John Lewin
b7891318cc Remove showInWindow logic and associated Close button 2017-08-26 15:29:00 +03:00
Lars Brubaker
076bcb1bb0 Merge pull request #2392 from larsbrubaker/design_tools
Make sure we can switch back to solid
2017-08-25 16:25:09 -07:00
Lars Brubaker
e692492c31 Make sure we can switch back to solid 2017-08-25 15:24:36 -07:00
Lars Brubaker
d3fc9fdd49 Merge pull request #2391 from larsbrubaker/design_tools
Improved back to front transparent rendering.
2017-08-25 12:45:27 -07:00
Lars Brubaker
fb319a5597 Improved back to front transparent rendering. 2017-08-25 12:40:17 -07:00
Lars Brubaker
d63e61fd85 Merge pull request #2390 from larsbrubaker/design_tools
Fixed group in consideration of new selection code
2017-08-24 16:24:10 -07:00
Lars Brubaker
c3ce0aa34c Fixed group in consideration of new selection code 2017-08-24 16:13:35 -07:00
Lars Brubaker
437f26cd0c Merge pull request #2389 from larsbrubaker/design_tools
Pass graphics 2D to 3D render calls so we can draw to the screen
2017-08-24 16:12:17 -07:00
Lars Brubaker
3067a5759a Removing debug info 2017-08-24 15:41:30 -07:00
Lars Brubaker
ab41b7c1a7 Pass graphics 2D to 3D render calls so we can draw to the screen 2017-08-24 13:58:14 -07:00
Lars Brubaker
e393163848 Merge pull request #2388 from larsbrubaker/design_tools
Make un-pin keep the current window open
2017-08-24 11:57:19 -07:00
Lars Brubaker
6ecbb6e4b3 Make un-pin keep the current window open
Make the default slice settings size better
Make a minimum dock window size
fixed terminal in floating mode
found text wrapping bug (actually is center | fit)
improved icon layout in part view (better padding vs margin)
put minimum size on text of slice setting
removed extra unused gui widget from settings name
put in debug stack navigation F2 F3
2017-08-24 11:50:55 -07:00
johnlewin
3e681e6595 Merge pull request #2385 from jlewin/design_tools
Revise WizardPage
2017-08-24 10:18:00 -07:00
John Lewin
1ecf923271 Fix header text regression, revise footer spacing 2017-08-24 00:51:35 -07:00
John Lewin
cca77df6e3 Make mainContainer private 2017-08-24 00:21:00 -07:00
John Lewin
98238aad40 Move HeaderText from constructor parameter to WizardPage property
- Improves readability, allows side-by-side with Window title
- Slight increase in overhead due to reconstruction of internal printer
2017-08-24 00:16:31 -07:00
John Lewin
44069d2805 Organize usings 2017-08-23 23:59:45 -07:00
John Lewin
05883f2c4a Remove ConnectionWizardPage base type, move Cancel code where needed 2017-08-23 23:54:31 -07:00
John Lewin
ca53a1d87a Use consistent pattern for setting header text 2017-08-23 23:33:28 -07:00
John Lewin
d2a54ff0b0 Remove unused files 2017-08-23 23:23:02 -07:00
johnlewin
acd53dc114 Merge pull request #2384 from larsbrubaker/design_tools
Better selection rendering
2017-08-23 23:15:46 -07:00
Lars Brubaker
0d728dc522 Better selection rendering
refactoring
2017-08-23 17:53:42 -07:00
Lars Brubaker
6c7d341139 Merge pull request #2383 from jlewin/design_tools
Revise WizardPage
2017-08-23 17:52:30 -07:00
John Lewin
cc658c9bc6 Expose WizardPage.cancelButton getter only, restrict headerRow 2017-08-23 17:46:02 -07:00
John Lewin
65135f93a2 Require WizardPage actions to be registered with AddPageAction
- Add HorizontalSpacer and Cancel buttons to all windows
2017-08-23 17:27:30 -07:00
John Lewin
559c300cb4 Revise WizardWindow api
- WizardPage instance should drive window namespace and title
- Key open windows page initial WizardPage type
2017-08-23 15:51:29 -07:00
John Lewin
c27b6ec62d Convert RenameItemWindow to WizardPage 2017-08-23 15:49:43 -07:00
johnlewin
1ab3a88ff6 Merge pull request #2382 from jlewin/design_tools
Revise DockingTab support
2017-08-23 15:10:31 -07:00
John Lewin
a70897c12e Match existing SplitterBackground color 2017-08-23 14:11:51 -07:00
John Lewin
f2290403a7 Revise DockingTab support 2017-08-23 13:52:31 -07:00
johnlewin
ed111b2502 Merge pull request #2381 from jlewin/design_tools
Expand scrollbar thumb bounds on hover, fix regression
2017-08-23 10:24:52 -07:00
John Lewin
2f8539c9c8 Fix exception on reflow due to control accumulation 2017-08-22 22:19:53 -07:00
John Lewin
a8734ce645 Expand scrollbar thumb bounds on hover 2017-08-22 22:18:58 -07:00
johnlewin
ee7e261b9b Merge pull request #2380 from jlewin/design_tools
Reflow library on bounds changed
2017-08-22 22:00:23 -07:00
John Lewin
1e8d451dc4 Reflow library on bounds changed 2017-08-22 18:42:34 -07:00
Lars Brubaker
9aebf8be03 Merge pull request #2379 from larsbrubaker/design_tools
Improved selection logic
2017-08-22 16:09:29 -07:00
Lars Brubaker
98959561db Improved selection logic 2017-08-22 15:56:30 -07:00
Lars Brubaker
241a514373 Merge pull request #2378 from jlewin/design_tools
Platform providers
2017-08-22 15:30:18 -07:00
John Lewin
f4e3c24f8d Removed deleted assemblies from validation tests 2017-08-22 15:15:42 -07:00
John Lewin
17b36580b3 Fix build errors 2017-08-22 15:00:57 -07:00
John Lewin
3a9833697d Platform providers
- New Provider model
- Remove WindowsFileDialogs project
- Remove PlatformAbstract assembly, use AggContext
- Rename OsInformation to OperatingSystem
2017-08-22 13:42:34 -07:00
Lars Brubaker
82c2d333e7 Merge pull request #2377 from larsbrubaker/design_tools
Check all children for hash code
2017-08-22 11:27:38 -07:00
Lars Brubaker
ece0b5e310 Check all children for hash code 2017-08-22 11:14:00 -07:00