Olivier Goffart
11dea135f7
Domain: slint-ui.com -> slint.dev
2023-06-16 10:55:08 +02:00
Tobias Hunger
04d1229685
Fix licnese information using xtask
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
e4338300de
Change license for examples to MIT ( #2887 )
2023-06-15 11:23:17 +02:00
Olivier Goffart
76356c181b
Tests: look at _all_ markdown files for slint snippets
...
We were missing some which had errors
Fixes #2689
(Although the error for 2689 was in C++ and would not have been
discovered by the test, better to have it parsed anyway)
2023-05-05 08:50:37 +02:00
Olivier Goffart
6441968a43
Janitor: Remove trailing spaces in most files
2023-05-04 08:14:28 +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
Simon Hausmann
d93d411031
doc: Explain a little how the virtual keyboard interacts with text input and visibility
2023-04-17 08:54:47 +02:00
Simon Hausmann
4ff5394dd2
docs: Fix names of exported virtual keyboard types
...
There's no MyVirtualKeyboard in virtual_keyboard.slint
2023-04-14 14:49:54 +02:00
Simon Hausmann
7e08231650
C++: Enable /bigobj by default when building with MSVC
...
Large C++ files generated from .slint files can cause link problems with MSVC.
When that happens, MSVC itself suggests /bigobj as remedy.
It's not apparent that there's a downside to using this option, apart from
backwaords binary compatibility - which is not a concern for us.
The discussion at https://developercommunity.visualstudio.com/t/Enable-bigobj-by-default/1031214 suggests that perhaps this
will become the default one day.
To simplify our examples and avoid users running into this, let's enable it by default.
2023-04-14 13:13:03 +02:00
Simon Hausmann
f57bab3650
In the virtual keyboard example, simulate not only key press but also release
2023-04-14 11:39:02 +02:00
Simon Hausmann
4d502a9f96
Add a C++ version of the Virtual Keyboard example
2023-04-14 11:39:02 +02:00
Florian Blasius
bcb9d1ef83
virtual keyboard example ( #2490 )
...
* Update examples/virtual_keyboard/rust/Cargo.toml
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
* Update internal/core/window.rs
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
* Update internal/core/api.rs
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
* Update internal/core/api.rs
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
* Update internal/core/api.rs
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
* Update internal/core/api.rs
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
* code review fixes
---------
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
2023-04-13 08:36:40 +02:00