slint-ui 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  You can use Slint under ***any*** of the following licenses, at your choice:
4
4
 
5
- 1. [Royalty-free license](LICENSES/LicenseRef-Slint-Royalty-free-1.0.md),
5
+ 1. [Royalty-free license](LICENSES/LicenseRef-Slint-Royalty-free-1.1.md),
6
6
  2. [GNU GPLv3](LICENSES/GPL-3.0-only.txt),
7
7
  3. [Paid license](https://slint.dev/pricing.html).
8
8
 
@@ -1,4 +1,4 @@
1
- # Slint Royalty-free Desktop and Web Applications License, version 1.0
1
+ # Slint Royalty-free Desktop and Web Applications License, version 1.1
2
2
 
3
3
  ## Preamble
4
4
 
@@ -28,8 +28,6 @@ You may distribute the Software as part of an Application, modified or unmodifie
28
28
 
29
29
  (c) You may not remove or alter any license notices (including copyright notices, disclaimers of warranty, or limitations of liability) contained within the source code form of the Software.
30
30
 
31
- (d) You allow SixtyFPS to show your Application on <https://madewithslint.com> and in advertising materials of SixtyFPS as a reference and to display your logo and trademark for this purpose.
32
-
33
31
  ### 4. Warranty and Liability
34
32
 
35
33
  SixtyFPS is only liable for conflicting rights of third parties if SixtyFPS was aware of these rights without informing you. Unless required by applicable law or agreed to in writing, SixtyFPS provides the SOFTWARE on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.
@@ -49,10 +49,10 @@ The Licensed Software includes
49
49
  Licensed Software delivery as a convenience for development and testing
50
50
  only. You acknowledge:
51
51
 
52
- 1. that some Third-Party Libraries may require additional licensing of
52
+ (a) that some Third-Party Libraries may require additional licensing of
53
53
  copyright and/or patents from the owners of such, and
54
54
 
55
- 2. that distribution of any of the Licensed Software referencing any portion
55
+ (b) that distribution of any of the Licensed Software referencing any portion
56
56
  of a Third-Party Library may require appropriate licensing from such
57
57
  third parties. All such Third-Party Libraries, along with applicable
58
58
  copyright notices and licenses, will be listed and made available to
@@ -61,11 +61,11 @@ The Licensed Software includes
61
61
  3. As part of the license grant, a Slint Software License Certificate
62
62
  (**License Certificate**) will be issued containing details of
63
63
 
64
- 1. the license grant,
64
+ (a) the license grant,
65
65
 
66
- 2. the permitted scope of your use of the Licensed Software, and
66
+ (b) the permitted scope of your use of the Licensed Software, and
67
67
 
68
- 3. your contact details.
68
+ (c) your contact details.
69
69
 
70
70
  4. In case of any changes or deviations to the information noted in the License
71
71
  Certificate, you are obliged to notify us in writing, not later than 7 days
@@ -184,20 +184,20 @@ The Licensed Software includes
184
184
  Confidential Information shall remain the sole property of each respective
185
185
  Party. Information will not be considered as Confidential Information if
186
186
 
187
- 1. available to the public other than by a breach of this Agreement;
187
+ (a) available to the public other than by a breach of this Agreement;
188
188
 
189
- 2. rightfully received from a third Party not in breach of any obligation of
189
+ (b) rightfully received from a third Party not in breach of any obligation of
190
190
  confidentiality;
191
191
 
192
- 3. independently developed by a Party without access to Confidential
192
+ (c) independently developed by a Party without access to Confidential
193
193
  Information of the other Party;
194
194
 
195
- 4. known to the other Party at the time of disclosure;
195
+ (d) known to the other Party at the time of disclosure;
196
196
 
197
- 5. produced in compliance with applicable law or a court order, provided the
197
+ (e) produced in compliance with applicable law or a court order, provided the
198
198
  other Party is given notice and opportunity to intervene; or
199
199
 
200
- 6. it does not constitute a trade secret and more than five (5) years have
200
+ (f) it does not constitute a trade secret and more than five (5) years have
201
201
  elapsed from the date of disclosure. In addition to any other rights or
202
202
  remedies available, each Party shall be entitled to enforcement of such
203
203
  obligations by court injunction.
package/lib/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  // Copyright © SixtyFPS GmbH <info@slint.dev>
2
- // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
2
+ // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
3
3
 
4
4
  // Load the native library with `process.dlopen` instead of with `require`.
5
5
  // This is only done for autotest that do not require nom or neon_cli to
package/loader.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  // Copyright © SixtyFPS GmbH <info@slint.dev>
2
- // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
2
+ // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
3
3
 
4
4
  import { URL, pathToFileURL } from 'url';
5
5
 
package/native/Cargo.toml CHANGED
@@ -1,15 +1,15 @@
1
1
  # Copyright © SixtyFPS GmbH <info@slint.dev>
2
- # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
2
+ # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
3
3
 
4
4
  [package]
5
5
  name = "slint-node"
6
- version = "1.1.0"
6
+ version = "1.1.1"
7
7
  authors = ["Slint Developers <info@slint.dev>"]
8
8
  edition = "2021"
9
9
  build = "build.rs"
10
10
  # This is not meant to be used as a library from crate.io
11
11
  publish = false
12
- license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial"
12
+ license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial"
13
13
  repository = "https://github.com/slint-ui/slint"
14
14
  homepage = "https://slint.dev"
15
15
 
@@ -20,9 +20,9 @@ crate-type = ["cdylib"]
20
20
  name = "slint_node_native"
21
21
 
22
22
  [dependencies]
23
- i-slint-compiler = { version = "=1.1.0"}
24
- i-slint-core = { version = "=1.1.0"}
25
- slint-interpreter = { version = "=1.1.0", features = ["display-diagnostics"] }
23
+ i-slint-compiler = { version = "=1.1.1"}
24
+ i-slint-core = { version = "=1.1.1"}
25
+ slint-interpreter = { version = "=1.1.1", features = ["display-diagnostics"] }
26
26
 
27
27
  vtable = { version = "0.1.6"}
28
28
 
package/native/build.rs CHANGED
@@ -1,5 +1,5 @@
1
1
  // Copyright © SixtyFPS GmbH <info@slint.dev>
2
- // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
2
+ // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
3
3
 
4
4
  fn main() {
5
5
  neon_build::setup();
@@ -1,5 +1,5 @@
1
1
  // Copyright © SixtyFPS GmbH <info@slint.dev>
2
- // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
2
+ // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
3
3
 
4
4
  use i_slint_compiler::langtype::Type;
5
5
  use i_slint_core::model::Model;
package/native/lib.rs CHANGED
@@ -1,5 +1,5 @@
1
1
  // Copyright © SixtyFPS GmbH <info@slint.dev>
2
- // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
2
+ // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
3
3
 
4
4
  use core::cell::RefCell;
5
5
  use i_slint_compiler::langtype::Type;
@@ -1,5 +1,5 @@
1
1
  // Copyright © SixtyFPS GmbH <info@slint.dev>
2
- // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.0 OR LicenseRef-Slint-commercial
2
+ // SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
3
3
 
4
4
  /*!
5
5
  Since neon does not allow to have a persistent handle, use this hack.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slint-ui",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "homepage": "https://github.com/slint-ui/slint",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "repository": {