ogoffart
c8c9496722
Bump version number to 1.1.1
2023-06-26 12:50:02 +00:00
Tobias Hunger
50cc61c242
Fix reuse 3.1 spec compliance issues
2023-06-22 10:49:18 +02:00
Olivier Goffart
11dea135f7
Domain: slint-ui.com -> slint.dev
2023-06-16 10:55:08 +02:00
Tobias Hunger
24c822dd60
xtask: Make docs MIT license
2023-06-16 09:14:20 +02:00
Tobias Hunger
04d1229685
Fix licnese information using xtask
2023-06-16 09:14:20 +02:00
Tobias Hunger
4a24d9cfdc
xtask: Save license changes in Cargo.toml file
2023-06-16 09:14:20 +02:00
Tobias Hunger
ef0ce14930
xtask: Report fixing cargo.toml issues
2023-06-16 09:14:20 +02:00
Tobias Hunger
7e50d3c740
xtask: clippy polish
2023-06-16 09:14:20 +02:00
Tobias Hunger
b06d2573dd
xtask: Store path in CargoToml struct so we can report better errors
2023-06-16 09:14:20 +02:00
Tobias Hunger
1589cd7941
xtask: Support different licences for different sections of the repo
2023-06-16 09:14:20 +02:00
Tobias Hunger
0788f683c6
xtask: Reorder and fix regular expressions used to match files
2023-06-16 09:14:20 +02:00
ogoffart
641cab0e75
Bump version number to 1.1.0
2023-06-15 16:01:28 +00:00
Aurindam Jana
039e54a5de
Add royalty free license to files except examples and docs ( #2888 )
2023-06-15 11:20:50 +02:00
Olivier Goffart
72de76b71a
Documentation for enums
2023-06-12 13:02:14 +02:00
Olivier Goffart
3dd24b862e
Fix license check
2023-06-05 16:34:59 +02:00
Cole Lawrence
3490fa936a
dev: Ignore CHANGELOG.md from pre-commit hook checks
...
* Add license checking for .prettierignore
2023-05-05 08:51:19 +02:00
ogoffart
dfd5fc38b3
Bump version number to 1.0.3
2023-04-26 14:04:08 +00:00
ogoffart
53cce5bf44
Bump version number to 1.0.2
2023-04-26 11:33:16 +02:00
ogoffart
bd63218412
Bump version number to 1.0.1
2023-04-18 14:56:40 +00:00
Tobias Hunger
1f877887cd
docs: Remove builtin_ prefix from files in builtins dir
2023-02-24 12:04:22 +01:00
Tobias Hunger
0699262bde
xtask: Fix enumdocs command
2023-02-23 20:18:33 +01:00
Tobias Hunger
0867aa1ed9
docs: Move slint language docs from langref to language folder
2023-02-22 21:13:47 +01:00
Olivier Goffart
f231522f7e
Change the homepage URL in the Rust API's Cargo.toml
2023-02-20 08:52:38 +01:00
Olivier Goffart
5b3cde87ab
Update dependencies
2023-02-15 10:28:02 +01:00
Tobias Hunger
671d22d762
tools: Tree sitter update for 1.0 ( #2144 )
...
Make our tree-sitter parser handle all the 1.0 syntax.
2023-02-10 14:46:47 +01:00
Tobias Hunger
e1e4be2497
Use sphinx to generate the Slint language reference ( #2218 )
...
* docs: Move the langref to sphinx
* docs: Use sphinx to build nighly doc snapshot of langref
2023-02-10 11:51:36 +01:00
Tobias Hunger
e8ee468cc6
xtask: Sort enums when generating enum docs
...
It's much easier for humans to find entries that way!
2023-02-09 18:31:34 +01:00
Tobias Hunger
d93445bd0b
docs: Remove inline langref documentation and link the mdbook
...
For node and cpp, I use relative links to point to the slint language
reference documentation.
For the slint crate documentation I create a link to
https://slint-ui.com/releases/VERSION/ ... instead: This needs to work from
docs.rs as well as from our own docs area on slint-ui.com! That is
pretty ugly: I can not even define constants for this as the crate docs
need to come before anything else.
2023-02-07 12:10:07 +01:00
ogoffart
e7f48512ee
Bump version number to 1.0.0
2023-02-03 11:07:15 +01:00
Tobias Hunger
40b847defc
xtask: Generate builtin_enums in docs/langref _and_ docs
...
... for now ...
2023-01-31 15:08:52 +01:00
Olivier Goffart
ae20ec59c8
Rename PointerEventButton::None to PointerEventButton::Other
...
And mark the enum non_exhaustive
closes #1903
2023-01-26 13:36:54 +01:00
Olivier Goffart
00de1867ae
Janitor: deps upgrade
2023-01-16 10:47:55 +01:00
Simon Hausmann
8a0d666353
Excluder docker ignore file from license check
2023-01-04 21:03:21 +01:00
ogoffart
ce07d078ce
Bump version number to 0.3.4
2022-12-16 09:36:15 +00:00
ogoffart
fb02b4118b
Bump version number to 0.3.3
2022-11-28 13:11:11 +00:00
Tobias Hunger
b949689e35
Revert "tools: Put code shared between online editor and vscode in NPM package"
...
This caused trouble with both the online editor as well as the VSCode
extension when built in CI.
This reverts commit c8b434021e .
2022-11-25 17:34:32 +01:00
Tobias Hunger
c8b434021e
tools: Put code shared between online editor and vscode in NPM package
...
Put the shared code into an NPM package. This makes especially vscode
much happier as it does not need to build code outside its project root
anymore:-)
2022-11-24 12:57:47 +01:00
ogoffart
2171773a3e
Bump version number to 0.3.2
2022-10-28 09:30:14 +00:00
Olivier Goffart
58a0e2b8c0
Fix the licence checker again
2022-10-28 10:01:48 +02:00
Olivier Goffart
ea8fef89ee
Make the license checker happy about Cargo.lock
2022-10-28 09:51:36 +02:00
Tobias Hunger
107c68e35a
janitor: Update toml-edit to 0.15
2022-10-26 08:59:36 +02:00
Tobias Hunger
2bbf236e25
janitor: Update clap to 4.0 (+fix some typos)
2022-10-26 08:59:36 +02:00
ogoffart
261614b914
Bump version number to 0.3.1
2022-09-15 14:39:51 +02:00
Tobias Hunger
865d663352
Redo online_editor ( #1593 )
...
* Rework the online editor
Implement something that looks more like an application and e.g. allows
to have dockable widgets, a menu bar and keyboard shortcuts.
* xtask: Handle .css files license information
* xtask: Simplify xtask file regexps
No need for many of the .+/.*, we can group them better with the most
specific matches first and then getting more and more general
afterwards.
* reuse: Add .css files for the online_editor
2022-09-07 17:08:55 +02:00
ogoffart
05a49da906
Bump version number to 0.3.0
2022-09-06 13:00:22 +02:00
Tobias Hunger
58d5491594
online_editor: Tweak eslint configuration and fix reported issues
2022-08-16 12:13:16 +02:00
Olivier Goffart
ac4f3e97ad
Change slint enum values to be PascalCase in rust
...
... while still being kebab-case in .slint
Some enums might become public API and we want to have them as
PascalCase to respect the rust conventions
2022-07-22 12:23:52 +02:00
ogoffart
6b15d2e479
Bump version number to 0.2.6
2022-07-06 09:58:14 +00:00
Olivier Goffart
deba176c72
Janitor: bump dependencies versions
2022-06-29 09:02:43 +02:00
Olivier Goffart
3949045e1b
Rename the editor folder to editors
2022-06-27 17:44:46 +02:00