Christian Weichel
5077d95999
Fix selection in list
2019-05-09 08:07:16 +02:00
Sven Efftinge
a974b90536
styling of library items
2019-05-09 08:07:16 +02:00
Sven Efftinge
ad3c7c6e50
added workspace
2019-05-09 08:07:16 +02:00
Sven Efftinge
000fa52321
use library icon from create.arduino
2019-05-09 08:07:16 +02:00
Akos Kitta
c7ea4baead
[linter] Fixed the whitespace issue.
...
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-09 07:46:25 +02:00
Akos Kitta
afe3d5fa34
Set the correct, default theme for the application
...
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-09 07:46:25 +02:00
Christian Weichel
f46f580b17
Added Arduino-ish colour theme
2019-05-08 22:34:31 +02:00
Christian Weichel
6722eb7089
Fixed arduino-cli ctag compile issue
2019-05-08 22:31:28 +02:00
Akos Kitta
583202eb17
Fixed the packager command.
...
[skip ci]
2019-05-08 22:31:09 +02:00
Akos Kitta
6b32a75c63
Fixed the link to the GH release page.
...
[skip ci]
2019-05-08 22:31:09 +02:00
Akos Kitta
7c3d830ea2
Reverted an obsolete change.
...
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-08 22:31:09 +02:00
Akos Kitta
f0eb5a85b8
Fixed compiler error after conflict resolving.
...
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-08 22:31:09 +02:00
Akos Kitta
aa770607de
Force default workspace on startup.
...
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-08 22:31:09 +02:00
Akos Kitta
bb9435b125
Updated the README.
...
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-08 22:31:09 +02:00
Akos Kitta
327ed98bf8
Do not run the CI against the electron
branch.
...
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-08 22:31:09 +02:00
Akos Kitta
7678937a62
Updated to next
(879de31d
) Theia.
...
To have the keybinding issue fixed for electron.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-08 22:31:09 +02:00
Akos Kitta
d346b81331
Changed the way we init default locations.
...
For the `data` and `downloads`.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-08 22:31:09 +02:00
Akos Kitta
bfb0edf50c
Guard against no workspaces root.
...
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-08 22:31:09 +02:00
Akos Kitta
d8625ad9c3
Use the light
theme as the default one.
...
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-08 22:31:09 +02:00
Akos Kitta
8a048936cb
Got rid of the deprecated new Buffer
.
...
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-08 22:31:09 +02:00
Akos Kitta
e31239d3ba
Build the app iff the build was manual/scheduled
...
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-08 22:31:09 +02:00
Akos Kitta
6f584bf5d6
Fixed the electron
build.
...
- Switched from `grpc` to `@grpc/grpc-js`.
- Use electron `4.x` due to `@grpc/grpc-js`.
- Enabled the build on Azure Pipelines.
- From now on, the TS/JS generation is manual.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-08 22:31:09 +02:00
Christian Weichel
ba995e6869
Upaded readme
2019-05-08 20:10:56 +02:00
Christian Weichel
b9f5f251af
kill daemon on app shutdown
2019-05-08 16:36:26 +02:00
Christian Weichel
6d1e486518
Daemon listens on localhost now (no more popup on OSX)
2019-05-08 16:36:26 +02:00
Christian Weichel
6584b0d5b1
Improved initial board installation experience
2019-05-08 16:33:31 +02:00
Christian Weichel
43ab17fd34
Incorporated review feedback and moved to QuickPickService
2019-05-08 16:33:31 +02:00
Christian Weichel
be20365a6b
Implemented non-attached boards
2019-05-08 16:33:31 +02:00
Christian Weichel
d787de3ed9
Improved boards view
2019-05-08 16:33:31 +02:00
Christian Weichel
2f7d26ded9
Implemented library search and installation
2019-05-07 20:28:19 +02:00
Akos Kitta
50c1c7dcb2
Fixed a race condition when requestng core client.
...
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-07 14:24:59 +02:00
Akos Kitta
e14ac4a396
[ui] Activate the Output
view.
...
- When new output arrives from the daemon.
- Make sure, the current output channel is selected
before appending any message to it.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-07 14:24:59 +02:00
Akos Kitta
ab214f8426
[dev] Added a task to start things in watch mode.
...
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-07 14:24:59 +02:00
Christian Weichel
b2d16ff9a4
Can list HW, build for it and upload
2019-05-07 14:24:59 +02:00
Christian Weichel
95ed43c9c4
Regenerated TS RPC for daemon fork
2019-05-07 14:24:59 +02:00
Christian Weichel
45a17bc0f5
Adding arduino-cli binaries back in
2019-05-06 22:27:30 +02:00
Christian Weichel
cc79d53dc4
First stop towards compile/verify
2019-05-06 22:25:17 +02:00
Christian Weichel
c48d80b137
Made boards installable
2019-05-06 15:56:29 +02:00
Christian Weichel
201351fea8
Moving repo to bmci-labs
2019-05-06 10:25:29 +02:00