Re: Qt 5.9 openssl problems on F26

2017-08-06 Thread Thiago Macieira
On Sunday, 6 August 2017 18:42:24 PDT Linus Torvalds wrote:
> On Sat, Aug 5, 2017 at 9:16 PM, Thiago Macieira  wrote:
> > Patch and diff links in
> > http://code.qt.io/cgit/qt/qtbase.git/commit/?
> > id=cfbe03a6e035ab3cce5f04962cddd06bd414dcea
> 
> It doesn't really apply cleanly, but it's fixable, so I have 5.9 on F26
> working.

dbb2374d20959472ca379a38c37774518eef5bfe,  
dc8bfab82eb051a516a4138e50f2d8de5095319e and 
f78a189da5d9e13a96a52b9d17cdc80df06ed8c8 also touch those same files and they 
appear between current 5.9 branch tip and the OpenSSL 1.1 commit above.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center

___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface


Re: Qt 5.9 openssl problems on F26

2017-08-06 Thread Linus Torvalds
On Sat, Aug 5, 2017 at 9:16 PM, Thiago Macieira  wrote:
>
> Patch and diff links in
> http://code.qt.io/cgit/qt/qtbase.git/commit/?
> id=cfbe03a6e035ab3cce5f04962cddd06bd414dcea

It doesn't really apply cleanly, but it's fixable, so I have 5.9 on F26 working.

   Linus
___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface


[PR] MapWidget enhancements

2017-08-06 Thread Lubomir I. Ivanov
https://github.com/Subsurface-divelog/subsurface/pull/531


this PR implements the requested functionality to be able to:

select a trip or any list of dives and the Map widget should estimate
a center coordinate and a zoom level so that the list of selected
dives locations are centered in the Map viewport
select a list of dives in the dive list based on selecting a list of
markers on the map

for 2, i was thinking about adding tools such as circular or
rectangular marquee selection or even lasso, but this is hard to
maintain and is awkward on mobile. instead, the current implementation
uses the viewport as the selection tool in the lines of "select
visible dive locations". so, if a set of flags are visible on the map,
this context menu action will select the associated dives in the dive
list.

NOTES:
mapwidget: use "satallite" maps instead of "hybrid"
a subject to discussion, but i encourage that the above commit is
applied, because some users might report the missing (black) tiles
soon. both i and the plugin author don't have a solution for this
ATMone way to fix the "hybrid" map would be to cache tiles from
the current zoom level and if the next zoom level shows a completely
black tile - load tiles from the working zoom level. a very hacky
solution...

also, the "satallite" map turns completely white at maximum zoom, i
think this might be an issue in the QtLocation Map, because nothing
works on the "googlemaps map plugin" side.


lubomir
--
___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface


Re: Qt 5.9 openssl problems on F26

2017-08-06 Thread Dirk Hohndel
While I don't even pretend to be a security expert, this is a topic that I have 
quite some familiarity with.
Yes, right now OpenSSL 1.0.2 (latest) is still considered "as secure" as 1.1.0 
latest.
I can understand the Qt team delaying this migration for 5.10 as it is quite 
painful.

/D

⁣-- 
From my phone​


 Original Message 
From: Thiago Macieira 
Sent: Sun Aug 06 05:26:04 GMT+01:00 2017
To: Linus Torvalds 
Cc: Subsurface Mailing List 
Subject: Re: Qt 5.9 openssl problems on F26

On Saturday, 5 August 2017 17:07:50 PDT Linus Torvalds wrote:
> You don't use old versions of security software. It's that easy. Not done,
> not acceptable, not a solution.

To be clear: OpenSSL 1.0.2l was released on the very same day as 1.1.0f. Both 
branches are currently maintained.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center

___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface