diff --git a/.gitignore b/.gitignore index b25255db6..0cb6072e5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ install Workbench.flatpak /subprojects/blueprint-compiler +.fenv diff --git a/Workbench.doap b/Workbench.doap index aea88ab1c..8ec7a0640 100644 --- a/Workbench.doap +++ b/Workbench.doap @@ -4,12 +4,10 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:gnome="http://api.gnome.org/doap-extensions#" - xmlns="http://usefulinc.com/ns/doap#" -> + xmlns="http://usefulinc.com/ns/doap#"> Workbench Learn and prototype with GNOME technologies - Workbench goal is to let you experiment with GNOME technologies, no matter if tinkering for the first time or building and testing a custom GTK widget. + Workbench goal is to let you experiment with GNOME technologies, no matter if tinkering for the first time or building and testing a custom GTK widget. @@ -19,6 +17,7 @@ Sonny Piers + sonnyp @@ -27,9 +26,7 @@ - + sonny diff --git a/data/app.metainfo.xml b/data/app.metainfo.xml index 55f715f1b..994c451db 100644 --- a/data/app.metainfo.xml +++ b/data/app.metainfo.xml @@ -15,12 +15,12 @@
  • realtime GTK/CSS preview
  • library of examples
  • -
  • 1000+ icons
  • JavaScript and Vala support
  • XML and Blueprint for describing user interface
  • syntax highlighting, undo/redo, autosave, session restore
  • -
  • code formatter
  • +
  • code formatter, linter
  • console logs
  • +
  • 1000+ icons
https://workbench.sonny.re @@ -46,7 +46,7 @@ - +
  • Switching between XML and Blueprint will now convert between the two
  • @@ -54,7 +54,8 @@
  • Optimize Blueprint preview
  • Blueprint 0.6.0
  • Fix preview of non GtkBuildable
  • -
  • Prevent all GtkBuilder related crash
  • +
  • Prevent GtkBuilder related crashes
  • +
  • Reset top-level windows on update
diff --git a/src/Library/demos/Welcome/main.blp b/src/Library/demos/Welcome/main.blp index 0cbcaad05..1d8d1066c 100644 --- a/src/Library/demos/Welcome/main.blp +++ b/src/Library/demos/Welcome/main.blp @@ -37,7 +37,7 @@ Box welcome { icon-size: normal; } Label { - label: "Edit Style and UI to reload the Preview"; + label: "Edit Style or UI to reload the Preview"; } } @@ -75,24 +75,24 @@ Box welcome { Box { margin-bottom: 12; Image { - icon-name: "user-bookmarks-symbolic"; + icon-name: "library-symbolic"; margin-end: 12; icon-size: normal; } Label { - label: "Checkout the Bookmarks menu to learn and get help"; + label: "Browse the Library for demos and examples"; } } Box { margin-bottom: 12; Image { - icon-name: "open-book-symbolic"; + icon-name: "user-bookmarks-symbolic"; margin-end: 12; icon-size: normal; } Label { - label: "Browse the Library for demos and examples"; + label: "Checkout the Bookmarks menu to learn and get help"; } } } diff --git a/src/window.blp b/src/window.blp index 821ca716c..5a2992b8c 100644 --- a/src/window.blp +++ b/src/window.blp @@ -511,7 +511,7 @@ menu menu_app { item { label: _("Matrix"); action: "app.open_uri"; - target: "https://matrix.to/#/#workbench:matrix.org"; + target: "https://matrix.to/#/#workbench:gnome.org"; } } }