Commit graph

10 commits

Author SHA1 Message Date
Nigel Breslaw
fe55b0cb32
refactor: Tidy the vscode project (#5936)
Removed unused images.
Sets NPM versions to exact version e.g 8.2.1, not ^8.0.0. (prepare for dependabot).
Update all dependencies.
Use npm clean-install instead of npm install. This means an up to date package-lock.json file must exist in the project. Ensuring local development and the CI are repeatable builds that use the same dependency packages.
2024-08-26 12:04:49 +02:00
Tobias Hunger
1e7b3a6958 slintpad/vscode: Remove the TS-based Property Editor
The one in the Preview is better already, so remove the two copies of a property
editor we used to have.
2024-07-11 10:40:46 +02:00
Aurindam Jana
3523e86359
Simplify commercial license (#3063)
Base the commercial license on the Royalty-free license adding clauses pertaining to the fees.
2024-05-31 14:06:17 +02:00
Aurindam Jana
9a3aa265d5
Update Royalty-free license (#5257)
Add clarification that Application may not expose Slint APIs.
2024-05-31 10:53:19 +02:00
Aurindam Jana
0cfeec1a31
Update Slint Community License (#4994)
Updated the version from 1.1 to 1.2 
Renamed the header to "Slint Royalty-free Desktop, Mobile, and Web Applications License"
Added definition of "Mobile Application" and grant of right
Moved "Limitations" to 3rd section and "License Conditions - Attributions" to 2nd section
Added flexibility to choose between showing "MadeWithSlint" as a dialog/splash screen or on a public webpage
Moved the para on copyright notices to section under "Limitations"
2024-04-15 15:18:55 +02:00
Aurindam Jana
e01e9685be
Update Slint logo folder with new design (#3432)
This PR updates the logos and branding guideline of Slint to match the new website design. The new logos are a 1:1 replacement of the old logos except for the circular logo. In the new logo design, there isn't a separate circular logo, as the square logo with circular crop can be used. Further, the logo folder also contains logos in CMYK for use in printed materials. The PMS is just the color value in the naming and can be used where Pantome colors are required. The README has been updated to explain which logos to use when as well as the Slint "blue" color.
2023-09-11 16:41:06 +02:00
Tobias Hunger
22cbb9caf8
Fix reuse compliance 2023-08-17 18:17:38 +02:00
Tobias Hunger
0b40431c7b
vscode: Add a walkthrough to help getting started with Slint (#3292)
The walkthrough:

 * Creates a .slint file
 * Explains Live Preview
 * Shows Properties Editor
 * Explains where to get help

No code change, this is all just added configuration/markdown/images.

Remove the Welcome page we had earlier (which does change some code).

Co-authored-by: Olivier Goffart <olivier@woboq.com>
Co-authored-by: Simon Hausmann <hausmann@gmail.com>
2023-08-17 17:38:02 +02:00
Simon Hausmann
752e92b1e7 Fix the links in the welcome page for the nightly releases 2023-07-23 07:54:11 +02:00
Tobias Hunger
53355a6e9e vscode: Add a simple Welcome page 2023-07-21 18:12:46 +02:00