Antonio Davide

Results 142 comments of Antonio Davide

Hi! I know, it's related to the WebKit version shipped with Qt 5.2, I can't fix it. When SailfishOS upgrades to Qt >= 5.4 I will switch WebPirate to QtWebEngine...

Ok, I will implement it, thanks for reporting!

Geolocation is unsupported in QtWebKit, I can't implement this feature. navigator.geolocation object in "undefined"

I've already tried to inject a custom made Geolocation object :) It works only if "navigator.geolocation" is called before "onload" event, but it fails when this one is invoked before...

So the idea is to make QHexView as static library with a "sample" executable? The sample code can be simplified as (not tested!): ```cpp #include #include int main(int argc, char**...

This commit https://github.com/Dax89/QHexView/commit/2bafc90b79d0957374babf682832e347e8a1d89f reorganizes the source tree, I have also added an example and changed CMake's target in order to generate a static library. See here for more details: https://github.com/Dax89/QHexView/discussions/83?converting=1#discussioncomment-10846595....

Looks nice! Can you replace `std::abs()` with their Qt equivalent `qAbs()`? The idea is to remove all direct STL dependencies, when possible.

Merged, thanks!

I'm on summer holidays, I can't check it right now!