Benjamin Pasero
918a23f2f2
debt - avoid forceOpen if possible and rename to forceReload
2018-07-03 16:31:47 +02:00
Alex Dima
3bf2a074fb
Reduce usage of winjs promise progress
2018-07-03 13:46:03 +02:00
Joao Moreno
5ffd9f50ef
cleanup more disposable usage
2018-07-03 12:59:40 +02:00
Joao Moreno
a6e28b0be0
empty -> Disposable.Empty
2018-07-03 12:42:54 +02:00
Johannes Rieken
08388a54f1
💄
2018-07-03 12:11:25 +02:00
Johannes Rieken
9ab41a4464
💄
2018-07-03 11:38:54 +02:00
Johannes Rieken
727c6f3537
debt - combine native promise and cancellation token source in 'CancelablePromise' type
2018-07-03 08:57:19 +02:00
SteVen Batten
3a862bae7a
only use the builder pattern for menubarPart
...
refs #52884
2018-07-02 13:31:04 -07:00
Joao Moreno
12479612cc
cleanup more async/await
...
related to #53442
2018-07-02 17:37:55 +02:00
Johannes Rieken
55bcba1592
avoid async and winjs.promise, #53442
2018-07-02 15:21:26 +02:00
Johannes Rieken
e522018d26
avoid async and winjs.promise, #53442
2018-07-02 14:47:43 +02:00
Alex Dima
9febb2897f
Add tests from #52412
2018-07-02 12:05:20 +02:00
Johannes Rieken
a95d76af3b
Merge pull request #49034 from Microsoft/chrmarti/promiseinterop
...
WinJS and ES6 Promises
2018-07-02 11:31:10 +02:00
Benjamin Pasero
4ab2c3929e
simplify async method
2018-07-02 11:14:22 +02:00
Benjamin Pasero
4d0b3d025e
debt week code cleanup
...
- avoid public modifier
- use Disposable where applicable
- fix some event handler leaks
- clean up some TODO@ben
2018-07-02 10:55:26 +02:00
Benjamin Pasero
cc2a16494c
fix #53424 ( #53425 )
2018-07-02 09:23:21 +02:00
Rob Lourens
fd4bf73a03
Remove unused reference
2018-07-01 18:08:12 -07:00
Joao Moreno
a739c6204f
Merge branch 'joao/tree'
2018-07-01 22:43:16 +02:00
Joao Moreno
c9f0b1db57
Merge branch 'tree'
2018-07-01 21:45:54 +02:00
Benjamin Pasero
06863abff8
fix #52915 ( #53313 )
2018-06-29 19:47:18 -07:00
Joao Moreno
0db3393240
wip: tree keyboard navigation
2018-06-29 10:56:58 +02:00
Joao Moreno
d1e4efdc15
tree: do not rerender on collapse state change
2018-06-29 10:44:39 +02:00
Joao Moreno
ba46974d3e
💄
2018-06-29 10:04:08 +02:00
Joao Moreno
136db8a3f7
tree: fix recursive visibleCount adjustment
2018-06-29 09:59:13 +02:00
Joao Moreno
105049816e
Merge branch 'master' into joao/tree
2018-06-29 09:32:30 +02:00
SteVen Batten
6622f2d2b2
fixes #53049
2018-06-28 14:24:46 -07:00
SteVen Batten
069a812bd7
make it easier to use the mouse with submenus
...
refs #52939
2018-06-28 14:02:37 -07:00
SteVen Batten
00aeb41e29
fixes #52355
2018-06-28 11:49:02 -07:00
SteVen Batten
b09094ea9e
menu knows best ( #53214 )
2018-06-28 11:16:41 +02:00
Sandeep Somavarapu
88ef758742
Fix #52961
2018-06-27 19:10:41 +02:00
isidor
6516aa4162
fixes #52892
2018-06-27 15:18:54 +02:00
Martin Aeschlimann
923e9ccb3f
[json] fix test failures
2018-06-26 14:48:15 +02:00
Martin Aeschlimann
91b3e3e8d5
[json] allow trailing comma by default
2018-06-26 12:53:47 +02:00
Martin Aeschlimann
45eb2dcc4a
[json] problem with comment after literal. For #52523
2018-06-26 12:53:47 +02:00
SteVen Batten
65c3b9e9b8
Submenus for Menu Widget ( #52780 )
...
* submenu registration, ignore && mnemonic rendering for now
* clean up ActionItems for Menu Widget and submenu
* clean up the update actions logic in menubar
* fix keyboard navigation for submenus
* add terminal menu and update submenu labels
* fix missing separator issue
* updating some aria labels
* bring back action runner to hide menu before running
* address feedback from @bpasero
2018-06-25 12:33:10 -07:00
Matt Bierner
946ff76af6
Fix jsdoc comment being on wrong type
2018-06-25 11:09:05 -07:00
Sandeep Somavarapu
63e86f4153
remove logging entries
2018-06-25 16:30:16 +02:00
Benjamin Pasero
26b1f14421
ipc: log signal also when process crashes
2018-06-25 11:49:11 +02:00
Joao Moreno
610629af3b
remove unused code
2018-06-24 23:28:20 +02:00
Joao Moreno
2f224a3502
tree: hide twisties for files
2018-06-24 23:23:30 +02:00
Joao Moreno
6e270a1ea5
tree: missing visibleCount update
2018-06-24 23:20:02 +02:00
Joao Moreno
0271c19d2c
tree: iterators are optional
2018-06-24 20:44:23 +02:00
Joao Moreno
6002d769ea
tree: make ITreeElement easier to use
2018-06-24 20:36:07 +02:00
Joao Moreno
4b3c04ec67
tree: expand/collapse on click
2018-06-24 20:24:35 +02:00
Joao Moreno
323bbc57ef
tree: simply expose ITreeNode objects to list
2018-06-24 20:15:52 +02:00
Joao Moreno
a1c2e80849
tree model: set parent chain
2018-06-24 20:09:43 +02:00
Joao Moreno
1cdf1a7c9d
more tree
2018-06-24 00:22:06 +02:00
Joao Moreno
83dd7007bc
first tree showcase
2018-06-24 00:09:45 +02:00
Joao Moreno
44e89a0d64
tree: more wrapping code around list
2018-06-23 23:53:07 +02:00
Joao Moreno
bddf469315
treeModel: setCollapsed
2018-06-23 23:26:55 +02:00