Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Slint logo folder with new design #3432

Merged
merged 22 commits into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More fixes
  • Loading branch information
aurindam committed Sep 8, 2023
commit 4e64e1ec314ba298b326864c1d2eb18f32590bdc
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: slint
Upstream-Contact: Slint Developers <info@slint.dev>
Source: https://slint.dev/

Files: */slint_icon_*.svg */slint_icon_*.png */slint_icon_*.pdf */slint_logo_*.svg */slint_logo_*.png */slint_logo_*.pdf */MadeWithSlint_*.svg */MadeWithSlint_*.png */MadeWithSlint_*.pdf
Files: */slint-icon-*.svg */slint-icon-*.png */slint-icon-*.pdf */slint-logo-*.svg */slint-logo-*.png */slint-logo-*.pdf */MadeWithSlint-*.svg */MadeWithSlint-*.png */MadeWithSlint-*.pdf
Copyright: Copyright © SixtyFPS GmbH <info@slint.dev>
License: CC-BY-ND-4.0

Expand Down
2 changes: 1 addition & 1 deletion api/cpp/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

html_show_sourcelink = False

html_logo = "https://slint.dev/logo/slint_logo_small_light.svg"
html_logo = "https://slint.dev/logo/slint-logo-small-light.svg"

myst_enable_extensions = [
"html_image",
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"name": "Slint",
"url": "https://slint.dev",
"html": """
<img src="https://slint.dev/logo/slint_logo_small_light.svg">
<img src="https://slint.dev/logo/slint-logo-small-light.svg">
""",
"class": "",
},
Expand All @@ -89,7 +89,7 @@

html_show_sourcelink = False

html_logo = "https://slint.dev/logo/slint_logo_small_light.svg"
html_logo = "https://slint.dev/logo/slint-logo-small-light.svg"

myst_enable_extensions = [
"html_image", "colon_fence"
Expand Down
2 changes: 1 addition & 1 deletion examples/ffmpeg/scene.slint
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export component App inherits Window {
min-height: 300px;
title: "Slint FFmpeg Example";
background: #000000;
icon: @image-url("../../logo/slint_logo_small_light.png");
icon: @image-url("../../logo/slint-logo-small-light.png");

in property <image> video-frame <=> image.source;
in property <bool> playing;
Expand Down
2 changes: 1 addition & 1 deletion examples/gallery/gallery.slint
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ component App inherits Window {
preferred-width: 700px;
preferred-height: 500px;
title: @tr("Slint Widgets Gallery");
icon: @image-url("../../logo/slint_logo_small_light.png");
icon: @image-url("../../logo/slint-logo-small-light.png");

HorizontalLayout {
side-bar := SideBar {
Expand Down
2 changes: 1 addition & 1 deletion examples/opengl_texture/scene.slint
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export component App inherits Window {
preferred-width: 500px;
preferred-height: 600px;
title: "Slint OpenGL Texture Example";
icon: @image-url("../../logo/slint_logo_small_light.png");
icon: @image-url("../../logo/slint-logo-small-light.png");

in property <image> texture <=> image.source;
out property <int> requested-texture-width: image.width/1phx;
Expand Down
2 changes: 1 addition & 1 deletion examples/opengl_underlay/scene.slint
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export component App inherits Window {
preferred-width: 500px;
preferred-height: 600px;
title: "Slint OpenGL Underlay Example";
icon: @image-url("../../logo/slint_logo_small_light.png");
icon: @image-url("../../logo/slint-logo-small-light.png");

in property <bool> rotation-enabled <=> apply-rotation.checked;

Expand Down
2 changes: 1 addition & 1 deletion examples/printerdemo_mcu/ui/settings_page.slint
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export component SettingsPage inherits Page {

}
Image {
source: DemoPalette.night-mode ? @image-url("slint-logo-square-dark.png") : @image-url("slint-logo-square-light.png");
source: DemoPalette.night-mode ? @image-url("slint-logo-square-dark-80x80.png") : @image-url("slint-logo-square-light-80x80.png");
width: 80px;
height: 80px;
x: parent.width - self.width;
Expand Down
2 changes: 1 addition & 1 deletion tests/screenshots/cases/software/basic/images.slint
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export component TestCase inherits Window {
}
Image {
x: -5.5px; y: -2px;
source: @image-url("../../../../../logo/slint_logo_small_light.png");
source: @image-url("../../../../../logo/slint-logo-small-light.png");
width: 15.4px;
height: 40px;
opacity: 0.3;
Expand Down
2 changes: 1 addition & 1 deletion tools/lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version.workspace = true

[package.metadata.bundle]
name = "Slint Live Preview"
icon = ["../../logo/slint_logo_small_light.png"]
icon = ["../../logo/slint-logo-small-light.png"]

[[bin]]
name = "slint-lsp"
Expand Down