history warning, overlay model fixes, new zoom system beginnings #445

Merged
sarah merged 6 commits from historywarning into master 2020-12-09 01:13:19 +00:00
Owner
No description provided.
Member

Drone Build Status: success

https://build.openprivacy.ca/cwtch.im/ui/912

Drone Build Status: success https://build.openprivacy.ca/cwtch.im/ui/912
sarah reviewed 2020-12-09 00:48:03 +00:00
@ -5,2 +5,4 @@
"cwtch.im/ui/go/the"
"encoding/hex"
//"encoding/hex"

delete

delete
@ -146,0 +153,4 @@
mw.SetPeerID(modelmsg.PeerID)
mw.SetError(modelmsg.Error)
mw.SetAcknowledged(ackd)
mw.SetAckd(ackd)//??why both??

I beleive this disinguishes outbound messages that have been acked with inbound messages that we have acked.

I beleive this disinguishes outbound messages that have been acked with inbound messages that we have acked.
@ -84,3 +138,3 @@
color: Theme.backgroundMainColor
width: parent.width
height: texmet.height + 6 + 12 * gcd.themeScale
height: texmet.height + 6 + 12// * gcd.themeScale

does this need to scale?

does this need to scale?
Author
Owner

technically but this fixes image scaling for now... i'm planning to 'grep -r themeScale' for the new zoom system so we'll fix it then

technically but this fixes image scaling for now... i'm planning to 'grep -r themeScale' for the new zoom system so we'll fix it then
@ -128,1 +182,4 @@
}
onSupplyPeerSettings: function(onion, nick, authorization, saveHistory) {
overlayRoot.historyState = saveHistory

I'd like to see a qml check on onion == handle here even if the logic is also being handled by the gcd

I'd like to see a qml check on onion == handle here even if the logic is also being handled by the gcd
erinn marked this conversation as resolved
Member

Drone Build Status: success

https://build.openprivacy.ca/cwtch.im/ui/914

Drone Build Status: success https://build.openprivacy.ca/cwtch.im/ui/914
erinn changed title from WIP: history warning, overlay model fixes, new zoom system beginnings to history warning, overlay model fixes, new zoom system beginnings 2020-12-09 00:59:12 +00:00
Member

Drone Build Status: success

https://build.openprivacy.ca/cwtch.im/ui/916

Drone Build Status: success https://build.openprivacy.ca/cwtch.im/ui/916
sarah merged commit 4d927c133d into master 2020-12-09 01:13:18 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.