Commit Graph

55042 Commits

Author SHA1 Message Date
SteVen Batten 56109c8aef fix console error when compact and navigating menu 2019-09-27 15:50:42 -07:00
Miguel Solorio d98f650edf Merge pull request #81570 from microsoft/misolori/icon-font-settings
Adopt icon font in settings
2019-09-27 15:26:56 -07:00
Miguel Solorio e7d40dd837 Merge branch 'master' into misolori/icon-font-settings 2019-09-27 15:26:41 -07:00
Matt Bierner 408a3eb7bb Add loading indicator while image is loading in image preview
Fixes #81571
2019-09-27 14:50:43 -07:00
Miguel Solorio a939a80c4a Center gear icon 2019-09-27 14:07:13 -07:00
Miguel Solorio 9b3c041552 Center icon actions 2019-09-27 14:04:53 -07:00
Miguel Solorio cedc081e73 Remove dead styles 2019-09-27 14:03:56 -07:00
Miguel Solorio 4b16948148 Allows icons to inherit color 2019-09-27 13:57:12 -07:00
Miguel Solorio 7292718c5e Adopt icon font in settings 2019-09-27 13:45:56 -07:00
Miguel Solorio 6f070c5a35 Update icons in Keybindings editor 2019-09-27 11:18:18 -07:00
Rob Lourens 62f6fe49c3 Hide settings editor row highlight interaction with editor focus outline
Partially fix #81564
2019-09-27 10:48:13 -07:00
Sandeep Somavarapu cfb8230a9e register platform services directly 2019-09-27 17:56:23 +02:00
Sandeep Somavarapu ece510a532 fix enablement 2019-09-27 16:51:38 +02:00
Sandeep Somavarapu 16e01aa522 clean up 2019-09-27 16:51:21 +02:00
Sandeep Somavarapu dee65ce687 respect disablement state 2019-09-27 16:39:59 +02:00
Sandeep Somavarapu eb0518fdb9 Fix auto sync enablement 2019-09-27 16:30:22 +02:00
Sandeep Somavarapu e707a51d85 Merge branch 'sandy081/settingsSyncAuth' 2019-09-27 16:16:57 +02:00
Sandeep Somavarapu 39fa5f4f7d fix layering issue 2019-09-27 16:15:03 +02:00
Sandeep Somavarapu 82d5c682c5 - Add disablement state for auth token
- Extract user data sync workbench contribution
- Make actions, notifications & badge respect states correctly
2019-09-27 15:50:15 +02:00
Sandeep Somavarapu 1c865c7a9d notificiation to sign in 2019-09-27 14:38:16 +02:00
Benjamin Pasero ad5e5815ab web - introduce workspace provider 2019-09-27 14:10:32 +02:00
Sandeep Somavarapu 64396bf622 adopt to auth token service 2019-09-27 12:48:25 +02:00
Sandeep Somavarapu 57484e5d2b Introduce auth token service 2019-09-27 12:47:55 +02:00
Benjamin Pasero 1f80e3954c debt - extract node only window options 2019-09-27 11:56:47 +02:00
Benjamin Pasero 00fa26ef00 💄 2019-09-27 11:45:51 +02:00
Alex Ross b0bfcce0e8 Wire up configuration of user and workspace tasks 2019-09-27 11:24:12 +02:00
Sandeep Somavarapu f733d1c3c1 add logs 2019-09-27 11:14:52 +02:00
Benjamin Pasero 3f7bd94525 debt - lift a few service implementations from platform to workbench 2019-09-27 11:06:53 +02:00
Benjamin Pasero f39e5c3c13 fix build 2019-09-27 10:48:18 +02:00
Benjamin Pasero a2352c83b1 debt - adopt ipc proxy for launch service 2019-09-27 10:38:46 +02:00
Benjamin Pasero 0f6305f4b2 debt - adopt channel proxy for localizations 2019-09-27 10:16:02 +02:00
Benjamin Pasero ad1a0e6d9f debt - move ipcChannelCreator into ipc.ts 2019-09-27 10:05:04 +02:00
Benjamin Pasero f132464a79 debt - adopt proxy channel for URL channel 2019-09-27 09:58:18 +02:00
Christof Marti d7ed9381ac Update commands.yml 2019-09-27 09:51:14 +02:00
Benjamin Pasero 95af84339d 🆙 distro 2019-09-27 09:50:01 +02:00
Christof Marti 268aadc7dd Update commands.yml 2019-09-27 09:49:29 +02:00
Benjamin Pasero 6ee1da3dc5 debt - shuffle things around 2019-09-27 09:44:35 +02:00
Benjamin Pasero 4e4cb81c57 debt - merge workspaces and history into one 2019-09-27 09:33:43 +02:00
Benjamin Pasero fc7f5753ad ipc - add tests for channel proxy 2019-09-27 08:52:38 +02:00
Benjamin Pasero fa9c39ae35 Web: update PWA theme_color dynamically based on theme 2019-09-27 07:43:17 +02:00
Matt Bierner e0762af258 Move webview content state into webviewPanel instead of webviewEditor
Split out from #77131

The current webview editor api is very procedural. This model has some problems when it comes to supporting editing resources, but actually does make a lot of sense for webviews that aren't backed by real file system resources. For example, if you have a webview that edits some document in the cloud, you should not be required to implement a custom file system provider just to enable basic saving.

This change moves the `onWillSave` and `webviewEditorState` properties back onto `WebviewPanel` instead of keeping them specific to `WebviewEditor`. The save implementation does not fully work yet, as the will require #81521
2019-09-26 18:05:37 -07:00
Matt Bierner e5efdb4b4b Expand documentation for typescript.tsdk
Fixes #42243
2019-09-26 17:29:13 -07:00
Matt Bierner 9b1bc4f06a Remove unused properties 2019-09-26 16:37:28 -07:00
Matt Bierner 1ef51e2c0e Add explicit types 2019-09-26 16:34:48 -07:00
Matt Bierner c9ee5111a2 Marking events readonly 2019-09-26 16:10:48 -07:00
Matt Bierner 06dedcd016 Prefer using isEqual over string compare of uris 2019-09-26 16:10:48 -07:00
Matt Bierner d9950173c1 Draw image border for custom image editor 2019-09-26 16:10:48 -07:00
Matt Bierner 1077b27ce7 Extract method 2019-09-26 16:10:48 -07:00
Matt Bierner 0fb42f7ab2 Draw shadow for diff view with custom editors 2019-09-26 16:10:48 -07:00
Matt Bierner 71f4f39092 Mark event fields as readonly 2019-09-26 16:10:48 -07:00