From 23c8dfcd74ccb1ef5032bbefb497ea4f9a396fa2 Mon Sep 17 00:00:00 2001 From: Mikhael Milikhin Date: Tue, 23 Jun 2020 10:02:16 +0700 Subject: [PATCH] [ubports-seabass] update release notes for v0.5, minor UI tweaks for tabbar --- editor/src/editor.js | 3 ++- ubports-seabass/html/index.html | 10 +++++++--- ubports-seabass/po/seabass2.mikhael.pot | 2 +- ubports-seabass/qml/components/TabBar.qml | 2 +- ubports-seabass/qml/components/tabs/TabButton.qml | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/editor/src/editor.js b/editor/src/editor.js index 046f853b..146d205c 100644 --- a/editor/src/editor.js +++ b/editor/src/editor.js @@ -34,7 +34,8 @@ export default class Editor { enableLiveAutocompletion: true, showGutter: !isTerminal, - showLineNumbers: !isTerminal + showLineNumbers: !isTerminal, + scrollPastEnd: 0.5 }) this._initialContentHash = undefined this._onChangeTimer = undefined diff --git a/ubports-seabass/html/index.html b/ubports-seabass/html/index.html index 66ba6140..de3579dc 100644 --- a/ubports-seabass/html/index.html +++ b/ubports-seabass/html/index.html @@ -102,7 +102,7 @@

v0.5 adds ability to build existing QML, C++, Python and HTML projects with Clickable. - To build a project open clickable.json and click on the "Build" icon. + To build a project open clickable.json file and click on the "Build" icon.

Please note that this feature is very-very-very experimental. @@ -112,14 +112,18 @@

  • all project files should be located inside ~/Downloads or ~/Documents
  • +
  • + clickable.json file should be named 'clickable.json' +
  • python3-libertine and libertine-tools packages (should be preinstalled with the operating system)
  • - Your feedback on github - or in the dedicated topic on the UBports forum is very appreciated! + Please have a look at the Support + topic + on the UBports forum for details.

    diff --git a/ubports-seabass/po/seabass2.mikhael.pot b/ubports-seabass/po/seabass2.mikhael.pot index 82f192e0..4c3368c3 100644 --- a/ubports-seabass/po/seabass2.mikhael.pot +++ b/ubports-seabass/po/seabass2.mikhael.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seabass2.mikhael\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-06-23 02:39+0000\n" +"POT-Creation-Date: 2020-06-23 04:28+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/ubports-seabass/qml/components/TabBar.qml b/ubports-seabass/qml/components/TabBar.qml index e1b13491..f63b6a9f 100644 --- a/ubports-seabass/qml/components/TabBar.qml +++ b/ubports-seabass/qml/components/TabBar.qml @@ -82,7 +82,7 @@ Rectangle { hoverEnabled: true active: hovered || pressed orientation: Qt.Horizontal - size: parent.width / tabBar.contentWidth + size: width / tabBar.contentWidth anchors.left: parent.left anchors.right: parent.right diff --git a/ubports-seabass/qml/components/tabs/TabButton.qml b/ubports-seabass/qml/components/tabs/TabButton.qml index 7e69ec9e..8e21ca9b 100644 --- a/ubports-seabass/qml/components/tabs/TabButton.qml +++ b/ubports-seabass/qml/components/tabs/TabButton.qml @@ -91,7 +91,7 @@ TabButton { running: isBusy loops: Animation.Infinite from: 0.25 - to: 0.75 + to: 0.85 duration: 3000 } }