-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [ubports-seabass] fix issues with scaling on external displays (use QT_AUTO_SCREE_SCALE_FACTOR) * [ubports-seabass] improve searchbox styling for Suru Dark theme
- Loading branch information
Showing
14 changed files
with
920 additions
and
958 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"content-hub": "content-hub.json" | ||
} | ||
}, | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"maintainer": "Mikhael Milikhin <[email protected]>", | ||
"framework" : "ubuntu-sdk-16.04" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: seabass2.mikhael\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-09-20 16:26+0000\n" | ||
"POT-Creation-Date: 2020-11-16 20:03+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -27,24 +27,24 @@ msgid "" | |
"list of contributors!" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:26 | ||
#: ../qml/Main.qml:27 | ||
msgid "Welcome" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:27 seabass2.desktop.in.h:1 | ||
#: ../qml/Main.qml:28 seabass2.desktop.in.h:1 | ||
msgid "Seabass2" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:58 | ||
#: ../qml/Main.qml:60 | ||
msgid "Unable to read file. Please ensure that you have read access to the %1" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:59 | ||
#: ../qml/Main.qml:61 | ||
msgid "" | ||
"Unable to write the file. Please ensure that you have write access to %1" | ||
msgstr "" | ||
|
||
#: ../qml/Main.qml:247 | ||
#: ../qml/Main.qml:251 | ||
msgid "Build (%1) failed. See build output for details" | ||
msgstr "" | ||
|
||
|
@@ -113,7 +113,7 @@ msgstr "" | |
msgid "Files" | ||
msgstr "" | ||
|
||
#: ../qml/components/FileList.qml:247 | ||
#: ../qml/components/FileList.qml:248 | ||
msgid "%1 will be deleted" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
QT_QUICK_CONTROLS_CONF=qml/qtquickcontrols2.conf \ | ||
QT_AUTO_SCREEN_SCALE_FACTOR=1 \ | ||
QTWEBENGINE_CHROMIUM_FLAGS="$QTWEBENGINE_CHROMIUM_FLAGS --disable-pinch" \ | ||
exec qmlscene qml/Main.qml |