Skip to content

Tags: sailfishos/qtbase

Tags

mer/5.6.3+git53

Toggle mer/5.6.3+git53's commit message
[packaging] Remove static libraries, unused. JB#55344

mer/5.6.3+git52

Toggle mer/5.6.3+git52's commit message
[qconnmanengine] Do not trigger scan if tech is not powered. Fixes JB…

…#51252

mer/5.6.3+git51

Toggle mer/5.6.3+git51's commit message
[qconnmanengine] Suppress bearer type warning. Fixes JB#57601

mer/5.6.3+git46.2

Toggle mer/5.6.3+git46.2's commit message
[qtbase] Protect QNetworkAccessManager on duplicated state changes. J…

…B#57985

Getting state change to connecting and calling createSession()
at the bottom of this method was itself calling back the method again
with connecting state and ending up looping endlessly.

The calls between these methods are suspicious to begin with.
Added on commit 1c2210b / QTBUG-49760 for Qt 5.6.1.

mer/5.6.3+git50

Toggle mer/5.6.3+git50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from sailfishos/avoid_endless_loop_on_network_c…

…hange

[qtbase] Protect QNetworkAccessManager on duplicated state changes. JB#57985

mer/5.6.3+git49

Toggle mer/5.6.3+git49's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from sailfishos/jb56759

[qtbase] Use system proxy configuration by default. JB#56759

mer/5.6.3+git46.1

Toggle mer/5.6.3+git46.1's commit message
[qtbase] Enable libproxy support. JB#56759

With libproxy in use, apps obey system proxy configuration (e.g. from
ConnMan) implicitly. Note that with libproxy enabled, the *_proxy
environment variables are NOT considered as a fallback/overriding
mechanism.

(cherry picked from commit 9063690)

mer/5.6.3+git48

Toggle mer/5.6.3+git48's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from sailfishos/jb56759

[qtbase] Enable libproxy support. JB#56759

mer/5.6.3+git47

Toggle mer/5.6.3+git47's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from sailfishos/split_cmake_files

[qtbase] Split cmake files to corresponding -devel packages. JB#56435

mer/5.6.3+git46

Toggle mer/5.6.3+git46's commit message
[qtbase] Support VPN connection reset case in state change. JB#55889