Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TronFortyTwo committed Nov 6, 2020
1 parent 3949b29 commit 6f18ff6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion html/monocle.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
}

window.onresize = function () {
console.log('resized?');
if(reader) {
console.log("startLoading");
reader.resized();
Expand Down
2 changes: 1 addition & 1 deletion html/monocle/scripts/monocore.js
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ Gala.dispatch = function (elem, evtType, data, cancelable) {
// launch events to the QML handler
// for some types of event we have special handlers
if(evtType == "monocle:link:external")
console.log(evtType + " " + data.link + " " + data.href);
console.log(evtType + " " + data.link);
else
console.log(evtType);

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"maintainer": "Emanuele Sorce <[email protected]>",
"name": "sturmreader.emanuelesorce",
"title": "Sturm Reader",
"version": "3.1.3"
"version": "3.1.4"
}
18 changes: 9 additions & 9 deletions po/sturmreader.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: sturmreader.emanuelesorce\n"
"Report-Msgid-Bugs-To: [email protected] - [email protected]\n"
"POT-Creation-Date: 2020-11-06 16:39+0000\n"
"POT-Creation-Date: 2020-11-06 16:49+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"
Expand Down Expand Up @@ -38,40 +38,40 @@ msgstr ""
msgid "No outline available"
msgstr ""

#: ui/BookPage.qml:691
#: ui/BookPage.qml:690
msgid "Book Settings"
msgstr ""

#: ui/BookPage.qml:789 ui/BookPage.qml:797
#: ui/BookPage.qml:788 ui/BookPage.qml:796
msgid "Default Font"
msgstr ""

#. / Prefer string of < 16 characters /
#: ui/BookPage.qml:810
#: ui/BookPage.qml:809
msgid "Font Scaling"
msgstr ""

#. / Prefer string of < 16 characters /
#: ui/BookPage.qml:835
#: ui/BookPage.qml:834
msgid "Line Height"
msgstr ""

#. / Prefer string of < 16 characters /
#: ui/BookPage.qml:860
#: ui/BookPage.qml:859
msgid "Margins"
msgstr ""

#. / Prefer < 16 characters /
#: ui/BookPage.qml:884
#: ui/BookPage.qml:883
msgid "Make Default"
msgstr ""

#. / Prefer < 16 characters /
#: ui/BookPage.qml:892
#: ui/BookPage.qml:891
msgid "Load Defaults"
msgstr ""

#: ui/BookPage.qml:900
#: ui/BookPage.qml:899
msgid "Close"
msgstr ""

Expand Down

0 comments on commit 6f18ff6

Please sign in to comment.