Commit graph

12 commits

Author SHA1 Message Date
Olivier Goffart
fe428b376d janitor: fix slint warning in example
```
warning: Linking input properties to input output properties is deprecated
 --> /home/olivier/slint/examples/opengl_underlay/scene.slint:8:41
  |
8 |     in property <bool> rotation-enabled <=> apply-rotation.checked;
  |                                         ^
```
2024-12-07 08:34:38 +01:00
Florian Blasius
4ec63a9c71
cleanup examples according to upcoming code guidelines (#3809) 2023-11-02 11:04:40 +01: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
Olivier Goffart
11dea135f7 Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
Aurindam Jana
e4338300de
Change license for examples to MIT (#2887) 2023-06-15 11:23:17 +02:00
Olivier Goffart
6e3610da93 Remove AboutSixtyFPS 2023-01-31 09:38:56 +01:00
Simon Hausmann
24dcef5fed
First stage of cleaning up the export handling of the slint root component (#2095)
We implicitly export the last component of a .slint file to the generator.
Issue a warning when that happens and suggest to export it explicitly.
2023-01-23 15:19:49 +01:00
Florian Blasius
520df46998
Update examples to new syntax (#2067)
* run slint-updater on examples
* manual syntax updates
2023-01-16 12:11:25 +00:00
Tobias Hunger
4230ac2572
Update copyright information to reflect name change
Also run resue over the codebase and fix complaints from that tool.
2022-02-09 10:27:47 +01:00
Tobias Hunger
940d1d9e2b
Use slint logo without text for window icons
... but slint logo with name everywhere else
2022-02-08 11:07:48 +01:00
Olivier Goffart
d2700cafe2 Adapt the opengl_overlay examples to Slint a bit more 2022-02-04 17:59:26 +01:00
Simon Hausmann
1314aa97bf Apply the renaming also to the new opengl_underlay example pulled from master 2022-02-04 17:00:32 +01:00
Renamed from examples/opengl_underlay/scene.60 (Browse further)