Lucas Fernandes Nogueira
4c2c9d00b9
feat(tauri) core template isolated ( #18 )
2019-08-16 12:58:30 +02:00
Lucas Fernandes Nogueira
3b272bad8c
feat(tauri) initial configuration through quasar.conf.js ( #16 )
...
* feat(proton) configure webview from quasar provided config.json
* feat(config) window config
* feat(config) rename serverless to embeddedServer
* feat(config) embedded server host and port config
* feat(template) q-app inlines assets on output index.html
* feat(proton) move server code to lib
* fix(template) misc fixes
2019-08-15 19:50:35 -03:00
Lucas Fernandes Nogueira
824f808fa0
feat(template) use the new default-run manifest field ( #17 )
2019-08-15 19:48:32 -03:00
Lucas Fernandes Nogueira
01de6b51b6
chore(project) rename to tauri ( #15 )
2019-08-14 13:24:08 +02:00
tensor-programming
5464896469
basic icon implementation.
2019-08-08 22:42:35 -04:00
tensor-programming
ed3b232a32
added arch changes
2019-08-08 19:23:10 -04:00
tensor-programming
a3ddf92029
add documentation
2019-08-07 18:39:21 -04:00
tensor-programming
74be3e7d05
minor fixes
2019-08-07 18:30:51 -04:00
tensor-programming
d775323b2c
remove slog and slog_term
2019-08-07 18:27:37 -04:00
tensor-programming
d049fd38bc
finish and clean up
2019-08-07 17:37:41 -04:00
tensor-programming
7de67f6dd9
fix target strings.
2019-08-06 03:44:16 -04:00
tensor-programming
e97a17ff12
setup barebones implemenation.
2019-08-06 03:19:56 -04:00
tensor-programming
f606b9d994
change Wix install path to something more realistic.
2019-08-06 03:14:19 -04:00
tensor-programming
7a0d0017b4
move generate_package_guid to wix.rs
2019-08-06 03:02:25 -04:00
tensor-programming
b0e70e74ae
added installation commands for MVP
2019-08-06 01:47:43 -04:00
nothingismagick
de8cdefc96
feat(readme) Add 5 reasons
2019-08-01 10:34:20 +02:00
Lucas Fernandes Nogueira
aa4fef37b4
chore(merge) feature/event-system-cleanup ( #13 )
...
* feat(event-system) better communication interface
* feat(proton) update main.rs
* test
* Revert "test"
This reverts commit 68daf6eeb7
.
2019-07-31 19:04:24 -03:00
nothingismagick
b40bc281d0
fix(readme) typo
2019-07-31 21:15:03 +02:00
nothingismagick
a31a0eebc7
feat(update) status
2019-07-31 10:41:46 +02:00
tensor-programming
2664bfb22b
add basic wix template
2019-07-28 14:41:50 -04:00
tensor-programming
6018de2f30
fix exe
2019-07-28 14:39:28 -04:00
tensor-programming
55a2085f99
run light
2019-07-28 14:38:06 -04:00
tensor-programming
bdc097ac5d
run candle.exe
2019-07-28 14:36:44 -04:00
tensor-programming
da8c3c6444
harvest dir information
2019-07-28 14:34:56 -04:00
tensor-programming
0e260f58d4
add download and extract
2019-07-28 14:32:01 -04:00
tensor-programming
ba5754420b
download wix and verify with reqwest
2019-07-28 14:26:11 -04:00
tensor-programming
37936b018c
add basic urls
2019-07-28 14:23:50 -04:00
Lucas Fernandes Nogueira
b5927e4711
chore(merge) feature/event-system ( #12 )
...
* feat(event-system) prototype
* feat(event-system) prepare two way communication
* feat(event-system) fASLR
* feat(event-system) answer salt
* feat(event-system) simplify communication and enable multi-level two way message passing
2019-07-28 09:57:26 -03:00
nothingismagick
fcd0c7fc35
feature/tiny serverless ( #11 )
...
* feat(readme) add new stats, licenses, technical description
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(main.js) make serverless work correctly for bundle
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(main.js) validate dev&build for server&less
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
2019-07-24 20:06:55 -03:00
Lucas Fernandes Nogueira
32b2e951be
feat(lib) open link command ( #10 )
2019-07-24 19:44:05 -03:00
nothingismagick
a1c46cd86f
Feature/whitelist ( #9 )
...
* feat(proton) whitelist API features
* feat(whitelist) fix feature name for execute cmd
* fix(whitelist) conflicting command names with q-app
* feat(rust2018) cleanup (#8 )
* rust 2018 edition changes
* fix whitespace
* change super::super to crate
2019-07-23 17:41:16 -03:00
Lucas Fernandes Nogueira
b9cc35ca39
chore(merge) feature/serverless ( #7 )
...
* feat(template) serverless code for JS and CSS loading
* fix(ffi) define struct (#5 )
Per Boscops self-raised, but never merged issue
https://doc.rust-lang.org/nomicon/ffi.html#representing-opaque-structs
Basically removes potentially undefined behavior
2019-07-20 19:53:11 -03:00
nothingismagick
19c5d410de
chore(merge) feature/bundle fork ( #6 )
...
* feat(proton) cargo-bundle fork & features argument
* chore(bundle) rename lib to proton-bundle
* feat(proton.h) merge open PRs from webview
zserge/webview/pull/237
zserge/webview/pull/222
zserge/webview/pull/214
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(licenses) licenses and structure
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* addition to previous commit
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* fix(version) of proton-sys in cargo.toml
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* fix(various) use super: and remove 2018
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* fix(various)
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* fix(rust-2018) update
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* fix(rust-2018) update
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* fix(rust-2018) add lockfiles
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* fix(proton) includedir errors on prod build
* fix(rust-2018) authors, lockfiles and newest stuff
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(cargo-proton-bundle) update readme
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* fix(proton) variable does not live long enough on dev
* chore(proton) remove unnecessary global variable declaration
2019-07-20 23:42:07 +02:00
Daniel Thompson-Yvetot
16f2464c26
feat(proton) disambiguation
...
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
2019-07-14 16:29:41 +02:00
Daniel Thompson-Yvetot
6f3d2374a4
feat(readme) status changes
...
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
2019-07-14 16:25:02 +02:00
nothingismagick
13734c338b
chore(merge) dev to master ( #4 )
...
* feat(readme) clarifications and styling
* fix(readme) logo position
* feat(scaffolding) folders, templates, rust, c, node WOW
* feat(proton) initial packages for webview and binding-rust
* feat(proton) new folder structure
* chore(compliance) readmes and licenses
* chore(npm) create package.json
* chore(proton) rename packages and create lib/rust
* chore(proton) create templates directory
* feat(rust) rustfmt tab_spaces = 2
* feat(rust) run fmt and fix template structure
* chore(npm) update package
- package name (@quasar/proton)
- node 10, npm 6.6, yarn 1.17.3 (security)
- .gitignore
- .npmignore
- add docs and spec dirs
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
2019-07-14 14:50:49 +02:00
Lucas Fernandes Nogueira
85854c4391
feat(scaffolding) folders, templates, rust, c, node WOW
...
* feat(proton) initial packages for webview and binding-rust
* feat(proton) new folder structure
* chore(compliance) readmes and licenses
* chore(npm) create package.json
* chore(proton) rename packages and create lib/rust
* chore(proton) create templates directory
* feat(rust) rustfmt tab_spaces = 2
* feat(rust) run fmt and fix template structure
* chore(npm) update package
- package name (@quasar/proton)
- node 10, npm 6.6, yarn 1.17.3 (security)
- .gitignore
- .npmignore
- add docs and spec dirs
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
2019-07-14 14:47:29 +02:00
Daniel Thompson-Yvetot
d7308a1a27
fix(readme) logo position
...
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
2019-07-13 22:57:41 +02:00
Daniel Thompson-Yvetot
0d4eddb021
feat(readme) clarifications and styling
...
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
2019-07-13 22:53:44 +02:00
Daniel Thompson-Yvetot
7bd6e0ddb1
feat(setup) .github and README
...
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
2019-07-13 21:55:25 +02:00
nothingismagick
b3e582684a
feat(contributing) update
2019-07-13 20:39:27 +02:00
nothingismagick
77961611b6
feat(PR) add template
2019-07-13 19:36:23 +02:00
Razvan Stoenescu
42f9f16b7a
Merge branch 'master' of github.com:quasarframework/proton
2019-07-13 20:26:39 +03:00
Razvan Stoenescu
b49c1aa6f0
chore: add github meta data
2019-07-13 20:26:16 +03:00
nothingismagick
8a69171b53
feat(meta) add SECURITY.md
2019-07-13 19:22:20 +02:00
Razvan Stoenescu
ec1f42e2dc
Merge pull request #1 from quasarframework/readme-init
...
feat(readme) init
2019-07-13 20:17:29 +03:00
nothingismagick
8540f28b82
feat(readme) init
2019-07-13 19:14:13 +02:00
Razvan Stoenescu
5801b6f5fa
Initial commit
2019-07-13 12:09:38 +03:00