Commit graph

356 commits

Author SHA1 Message Date
Update Translations Bot
d104238cac Update Translations: extract strings 2023-12-14 03:04:04 +00:00
Florian Blasius
6da8120dfa
added palette global (#3984)
* Update docs/reference/src/language/builtins/globals.md

Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>

* Update docs/reference/src/language/builtins/globals.md

Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>

* Update docs/reference/src/language/builtins/globals.md

Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>

* Update docs/reference/src/language/builtins/globals.md

Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>

* Update docs/reference/src/language/builtins/globals.md

Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>


---------

Co-authored-by: Florian Blasius <florian.blasius@slint-ui.com>
Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>
Co-authored-by: Florian Blasius <flovansl@fedora.fritz.box>
2023-12-11 14:44:05 +00:00
ogoffart
b081c489d6 Bump version number to 1.4.0 2023-12-11 11:21:37 +00:00
Update Translations Bot
711eda87ad Update Translations: extract strings 2023-12-09 03:04:06 +00:00
Update Translations Bot
223d629e3c Update Translations: extract strings 2023-12-08 03:04:01 +00:00
Update Translations Bot
dde35b2ae5 Update Translations: extract strings 2023-12-07 03:04:04 +00:00
ogoffart
b9255ab8e2 Bump version number to 1.3.2 2023-12-01 08:05:15 +00:00
Update Translations Bot
2d3267f3fa Update Translations: extract strings 2023-12-01 03:04:08 +00:00
Laurent Montel
36dfaf3af6 Gallery demo: hide the "enable widgets" checkbox in some pages
These widgets has not enabled boolean support yet
2023-11-30 15:55:00 +01:00
ogoffart
0a5bf6c37b Bump version number to 1.3.1 2023-11-23 07:47:07 +00:00
Update Translations Bot
6d8e2caedc Update Translations: extract strings 2023-11-21 03:04:07 +00:00
Update Translations Bot
037e5e462e Update Translations: extract strings 2023-11-20 03:04:04 +00:00
Update Translations Bot
48c05c9c84 Update Translations: extract strings 2023-11-19 03:04:00 +00:00
Update Translations Bot
6a7c7056a2 Update Translations: extract strings 2023-11-08 03:03:51 +00:00
Florian Blasius
110689bad1
Added Spinner widget (#3871) 2023-11-07 15:04:24 +01:00
Olivier Goffart
f4591d4771 Gallery: don't hinerit from layout
it has performences implication as if you inherit from a layout it is always inlined
Since this component is used many times, it makes a difference
2023-11-07 12:03:06 +01:00
Simon Hausmann
5a8dbfc623 Combine animation button and duration into one row
This way the animate-all button is not over-sized.
2023-11-06 10:55:00 +01:00
Simon Hausmann
7378f0122c Polish easing curve animation button
Avoid shouting exclamation mark in labels.
2023-11-06 10:55:00 +01:00
Simon Hausmann
fd1c987c65 Add spaces surrounding curly braces
Minor formatting nit :)
2023-11-06 10:55:00 +01:00
Update Translations Bot
8becbeb292 Update Translations: extract strings 2023-11-04 03:04:04 +00:00
Olivier Goffart
89c80f3b6d Fix animation expression not being visited for use count of property
resulting in properties being optimized when they shouldn't
2023-11-03 15:11:06 +01:00
Olivier Goffart
c70f203157 Easing: add changelog entry and remove rectangle with hardcoded background in gallery 2023-11-03 09:27:03 +01:00
Ken Carpenter
b20536131f
Add more easing formulas (#3812)
Closes #2655
2023-11-03 09:20:44 +01:00
Update Translations Bot
01f8307160 Update Translations: extract strings 2023-11-03 03:04:48 +00:00
Simon Hausmann
b925460635 gallery: Remove SpinBox from group box title
Commit 7784e37928 removed the widget, but the
title was not adjusted.

The SpinBox is in the separate section below.
2023-11-02 15:16:02 +01:00
Florian Blasius
4ec63a9c71
cleanup examples according to upcoming code guidelines (#3809) 2023-11-02 11:04:40 +01:00
Update Translations Bot
2f3a69f7dc Update Translations: extract strings 2023-10-27 03:04:53 +00:00
Olivier Goffart
0359071b1e
Winit initial size adjustments and wasm size fixes
Following the winit 0.29 merge, a few adjustments are in order:

 - Make slint::Window.set_size() before show keep the size
 - on wasm, attempt to keep the size of the canvas from CSS
 - on wasm, one must set the width and height explicitly on the canvas
   otherwise there is wierd scaling
 - on wasm, we can't set None as maximum or minimum size otherwise winit
   panics
 - It seems that the hack we had to keep the size in range is no longer
   necessary
 - The hack in the slide puzzle can be removed. (but unfortunately it
   doesn't follow resizes

Unfortunatelly we always call set_inner_size to avoid infinite loop when
the css properties are not specificed, so this will override layouts

Also we don't default anymore to the preferred size

* Update internal/backends/winit/winitwindowadapter.rs
2023-10-24 15:28:18 +02:00
Update Translations Bot
1caa23547a Update Translations: extract strings 2023-10-19 03:04:11 +00:00
Tobias Hunger
b12575a4c4 janitor: Go over our spell checking setup
* Extend the cspell word list
* Remove those extensions from individual source files
* white-list licenses and such as we should not meddle with those
* Fix spelling
2023-10-16 09:01:51 +02:00
Update Translations Bot
0fabba49ec Update Translations: extract strings 2023-10-11 03:04:49 +00:00
Update Translations Bot
8ba6fac21f Update Translations: extract strings 2023-09-29 03:04:51 +00:00
Aurindam Jana
f2652d955c Gallery wasm demo: Call loadGallery() once on window load 2023-09-22 11:29:08 +02:00
Aurindam Jana
96754d3148 Gallery wasm demo: Allow selection of style from url parameters 2023-09-22 00:30:36 +02:00
Olivier Goffart
adc697b1d1 cupertino: Remove experimental label 2023-09-19 13:41:30 +02:00
Update Translations Bot
0937a9f059 Update Translations: extract strings 2023-09-15 03:04:22 +00:00
Update Translations Bot
f9a1b5d600 Update Translations: extract strings 2023-09-14 03:04:21 +00:00
Update Translations Bot
50be7b9d13 Update Translations: extract strings 2023-09-13 03:04:24 +00: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
tronical
b8b9db4e42 Bump version number to 1.3.0 2023-09-05 15:46:36 +02:00
Update Translations Bot
439ce4455e Update Translations: extract strings 2023-08-22 03:04:44 +00:00
Olivier Goffart
cc006e8baf
Docs: Improve style documentation and mark the cuppertino style as experimental 2023-08-21 16:27:28 +02:00
Florian Blasius
80407d0375
Added cupertino style for std-widgets (#3301)
* Started with cupertino style
2023-08-21 11:04:18 +02:00
Update Translations Bot
3e79b6957c Update Translations: extract strings 2023-08-03 03:04:26 +00:00
ogoffart
aebaa7d6c9 Bump version number to 1.2.0 2023-07-25 10:44:53 +00:00
Update Translations Bot
ed145c9dd6 Update Translations: extract strings 2023-07-07 03:14:16 +00:00
Update Translations Bot
9aa4a445fc Update Translations: extract strings 2023-07-04 03:15:49 +00:00
Guiguiprim
6db1c44d2a
Support button with only icon (#3024) 2023-07-03 12:17:46 +02:00
Update Translations Bot
22a812f3c6 Update Translations: extract strings 2023-06-30 03:09:22 +00:00
Update Translations Bot
6ac2d840d9 Update Translations: extract strings 2023-06-28 03:14:27 +00:00