Skip to content

Reformat files for Blueprint 0.16 #1001

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

Merged
merged 2 commits into from
Mar 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@
"builddir"
],
"vala.languageServerPath": "${workspaceFolder}/.flatpak/vala-language-server.sh",
"mesonbuild.configureOnOpen": false
"mesonbuild.configureOnOpen": false,
"mesonbuild.buildFolder": "_build",
"mesonbuild.mesonPath": "${workspaceFolder}/.flatpak/meson.sh"
}
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ lint:
# CSS
./build-aux/fun workbench-cli check css src/**/*.css
# Flatpak manifests
flatpak run --user --command=flatpak-builder-lint org.flatpak.Builder manifest --exceptions build-aux/re.sonny.Workbench.json
flatpak run --user --command=flatpak-builder-lint org.flatpak.Builder manifest --exceptions build-aux/re.sonny.Workbench.Devel.json
flatpak run --user --command=flatpak-builder-lint org.flatpak.Builder manifest --exceptions --user-exceptions ./build-aux/exceptions.json build-aux/re.sonny.Workbench.json
flatpak run --user --command=flatpak-builder-lint org.flatpak.Builder manifest --exceptions --user-exceptions ./build-aux/exceptions.json build-aux/re.sonny.Workbench.Devel.json

unit:
./build-aux/fun gjs -m ./troll/tst/bin.js test/*.test.js
Expand Down
4 changes: 4 additions & 0 deletions build-aux/exceptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"re.sonny.Workbench": ["external-gitmodule-url-found"],
"re.sonny.Workbench.Devel": ["external-gitmodule-url-found"]
}
2 changes: 1 addition & 1 deletion demos
Submodule demos updated 83 files
+1 −1 src/About Dialog/main.blp
+5 −5 src/Accessibility/main.blp
+3 −3 src/Account/main.blp
+3 −3 src/Action Bar/main.blp
+6 −6 src/Actions/main.blp
+2 −2 src/Advanced Buttons/main.blp
+10 −10 src/Animation/main.blp
+1 −1 src/Audio/main.blp
+1 −1 src/Banner/main.blp
+6 −6 src/Box/main.blp
+3 −3 src/Boxed Lists/main.blp
+2 −2 src/Breakpoints/main.blp
+4 −4 src/Button Row/main.blp
+2 −2 src/CSS Gradients/main.blp
+1 −1 src/Camera/main.blp
+3 −3 src/Carousel/main.blp
+3 −3 src/Color Dialog/main.blp
+1 −1 src/Color Picker/main.blp
+1 −1 src/Database/main.blp
+3 −3 src/Dialog/main.blp
+6 −6 src/Drag and Drop/main.blp
+3 −3 src/Drop Down/main.blp
+1 −1 src/Drop Zone/main.blp
+1 −1 src/Editable Label/main.blp
+1 −1 src/Email/main.blp
+1 −1 src/Emoji Chooser/main.blp
+4 −4 src/Event Controllers/main.blp
+3 −3 src/File Monitor/main.blp
+3 −3 src/Font Dialog/main.blp
+8 −8 src/Frame/main.blp
+3 −3 src/Gamepad/main.blp
+1 −1 src/Grid View/main.blp
+9 −9 src/Grid/main.blp
+2 −2 src/HTTP Request/main.blp
+1 −1 src/HTTP Server/main.blp
+3 −3 src/Image/main.blp
+5 −5 src/Label/main.blp
+5 −5 src/Launcher/main.blp
+1 −1 src/Level Bars/main.blp
+3 −3 src/List Model/main.blp
+1 −1 src/List View/main.blp
+5 −5 src/Location/main.blp
+4 −4 src/Map/main.blp
+4 −4 src/Menu Button/main.blp
+3 −3 src/Message Dialogs/main.blp
+1 −1 src/Navigation Split View/main.blp
+4 −4 src/Navigation View/main.blp
+4 −4 src/Network Monitor/main.blp
+1 −1 src/Notification/main.blp
+4 −4 src/Open File/main.blp
+2 −2 src/Overlay Split View/main.blp
+7 −7 src/Platform Tools/main.blp
+2 −2 src/Power Profile Monitor/main.blp
+3 −3 src/Preferences Dialog/main.blp
+2 −2 src/Revealer/main.blp
+1 −1 src/Save File/main.blp
+1 −1 src/Screencast/main.blp
+1 −1 src/Screenshot/main.blp
+2 −2 src/Scrolled Window/main.blp
+2 −2 src/Select Folder/main.blp
+2 −2 src/Separator/main.blp
+6 −6 src/Session Monitor and Inhibit/main.blp
+10 −0 src/Shortcuts Window/code.rs
+162 −0 src/Shortcuts Window/main.blp
+6 −0 src/Shortcuts Window/main.js
+6 −0 src/Shortcuts Window/main.json
+6 −0 src/Shortcuts Window/main.py
+10 −0 src/Shortcuts Window/main.vala
+1 −1 src/Spin Button/main.blp
+1 −1 src/Spinner/main.blp
+4 −4 src/Stack/main.blp
+3 −3 src/Styling with CSS/main.blp
+5 −5 src/Text Fields/main.blp
+2 −2 src/Toasts/main.blp
+1 −1 src/Toggle Button/main.blp
+3 −3 src/Toolbar View/main.blp
+1 −1 src/Tooltip/main.blp
+1 −1 src/Using Icons/main.blp
+1 −1 src/View Switcher/main.blp
+1 −1 src/Wallpaper/main.blp
+2 −2 src/Web View/main.blp
+1 −1 src/WebSocket Client/main.blp
+2 −2 src/Welcome/main.blp
6 changes: 3 additions & 3 deletions src/Extensions/Extension.blp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ template $Extension: ListBoxRow {
icon-name: "re.sonny.Workbench-test-pass-symbolic";

styles [
"success"
"success",
]
}
}
Expand All @@ -39,7 +39,7 @@ template $Extension: ListBoxRow {
label: _("Run the following command");

styles [
"dim-label"
"dim-label",
]
}

Expand All @@ -52,7 +52,7 @@ template $Extension: ListBoxRow {
xalign: 0;

styles [
"command_snippet"
"command_snippet",
]
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/Extensions/Extensions.blp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Adw.Dialog dialog {
selection-mode: none;

styles [
"boxed-list"
"boxed-list",
]

$Extension {
Expand Down Expand Up @@ -72,7 +72,7 @@ Adw.Dialog dialog {
wrap: true;

styles [
"dim-label"
"dim-label",
]
}

Expand All @@ -83,7 +83,7 @@ Adw.Dialog dialog {
wrap: true;

styles [
"dim-label"
"dim-label",
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Library/EntryRow.blp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ template $EntryRow: Adw.ActionRow {
Label description_label {
styles [
"dim-label",
"caption"
"caption",
]

xalign: 0;
Expand Down
10 changes: 5 additions & 5 deletions src/Library/Library.blp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Adw.Window window {
label: _("Learn, Test, Remix");

styles [
"title-1"
"title-1",
]
}

Expand Down Expand Up @@ -79,7 +79,7 @@ Adw.Window window {
selection-mode: none;

styles [
"boxed-list"
"boxed-list",
]
}

Expand All @@ -100,7 +100,7 @@ Adw.Window window {
label: _("No results");

styles [
"title-3"
"title-3",
]
}

Expand All @@ -109,7 +109,7 @@ Adw.Window window {
halign: center;

styles [
"pill"
"pill",
]
}
}
Expand All @@ -119,7 +119,7 @@ Adw.Window window {
use-markup: true;

styles [
"caption"
"caption",
]
}
}
Expand Down
18 changes: 9 additions & 9 deletions src/Permissions/Permissions.blp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Adw.Dialog dialog {
label: _("Permissions Needed");

styles [
"title-1"
"title-1",
]
}

Expand All @@ -55,7 +55,7 @@ Adw.Dialog dialog {
xalign: 0;

styles [
"command_snippet"
"command_snippet",
]
}

Expand All @@ -71,15 +71,15 @@ Adw.Dialog dialog {
hexpand: true;

styles [
"heading"
"heading",
]
}

Button button_info {
icon-name: "re.sonny.Workbench-external-link-symbolic";

styles [
"flat"
"flat",
]
}
}
Expand All @@ -88,7 +88,7 @@ Adw.Dialog dialog {
selection-mode: none;

styles [
"boxed-list"
"boxed-list",
]

Adw.ActionRow {
Expand All @@ -101,7 +101,7 @@ Adw.Dialog dialog {
subtitle: _("Grant for your account only");

styles [
"property"
"property",
]
}

Expand All @@ -115,7 +115,7 @@ Adw.Dialog dialog {
subtitle: _("Network access");

styles [
"property"
"property",
]
}

Expand All @@ -129,7 +129,7 @@ Adw.Dialog dialog {
subtitle: _("Record and play audio");

styles [
"property"
"property",
]
}

Expand All @@ -143,7 +143,7 @@ Adw.Dialog dialog {
subtitle: _("Access to input device such as gamepads");

styles [
"property"
"property",
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/widgets/CodeFind.blp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ template $CodeFind: Revealer {

Box {
styles [
"toolbar"
"toolbar",
]

halign: center;
Expand Down Expand Up @@ -63,7 +63,7 @@ template $CodeFind: Revealer {

styles [
"circular",
"small"
"small",
]

clicked => $onClose();
Expand Down
Loading
Loading