From f4150c47fc550135593d838bf5da73db8b10995e Mon Sep 17 00:00:00 2001 From: Dusko Angirevic Date: Wed, 1 Nov 2017 00:27:48 +0100 Subject: [PATCH] Misc update - User and tag search improvement - Added visual hints - User prediction added --- qml/lib/Worker.js | 40 +------ qml/pages/Conversation.qml | 4 +- qml/pages/MainPage.qml | 138 ++++++++++++++++------- qml/pages/Profile.qml | 8 +- qml/pages/components/ItemUser.qml | 28 ++++- qml/pages/components/MyList.qml | 18 ++- qml/pages/components/VisualContainer.qml | 9 +- translations/harbour-tooter-de.ts | 14 ++- translations/harbour-tooter-el.ts | 28 +++-- translations/harbour-tooter-en.ts | 28 +++-- translations/harbour-tooter-es.ts | 28 +++-- translations/harbour-tooter-fr.ts | 28 +++-- translations/harbour-tooter-nl.ts | 28 +++-- translations/harbour-tooter-oc.ts | 28 +++-- translations/harbour-tooter-sr.ts | 28 +++-- translations/harbour-tooter.ts | 28 +++-- 16 files changed, 320 insertions(+), 163 deletions(-) diff --git a/qml/lib/Worker.js b/qml/lib/Worker.js index 4c52d02..93e949f 100644 --- a/qml/lib/Worker.js +++ b/qml/lib/Worker.js @@ -56,7 +56,6 @@ WorkerScript.onMessage = function(msg) { item = parseAccounts([], "", data[i]); console.log(JSON.stringify(data[i])) items.push(item) - console.log("aaaa") } else if(msg.action === "notifications") { // notification @@ -229,9 +228,6 @@ function parseToot (data){ item['status_visibility'] = data["visibility"] - //item.concat(parseAccounts("", data["account"])); - //item = collect(item, ); - if(item['status_reblog']){ item['type'] = "reblog"; item['typeIcon'] = "image://theme/icon-s-retweet" @@ -241,19 +237,8 @@ function parseToot (data){ item = parseAccounts(item, "", data["account"]) } item['content'] = data['content'].replaceAll('