Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Is there ever going to be a Qt 5.5.2 release?

Is there ever going to be a Qt 5.5.2 release?

Scheduled Pinned Locked Moved Unsolved General and Desktop
12 Posts 6 Posters 3.4k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    agarny
    wrote on last edited by
    #1

    Hi,

    I am working on a project that is stuck with Qt 5.5.1 (due to Qt WebEngine not being good enough to replace Qt WebKit yet, for what we need to do at least).

    Yet, we just came across an issue (see QTBUG-46882) and although it got fixed before Qt 5.5.1 was released, it never made it into Qt 5.5.1!?

    Now, some Qt guys have, on several occasions, told people like us (who can't switch to Qt WebEngine) that they would still be fine by sticking to the Qt 5.5 branch. I am 'happy' with that, but then what about releasing at least a Qt 5.5.2 version that fixes currently known issues?

    Cheers, Alan.

    JKSHJ 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You're on the wrong place for that question. You should rather bring this to the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.

      However, I think it's highly unlikely that there will be a 5.5.2. You'd probably better build the module against a more recent version of Qt.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • Chris KawaC Offline
        Chris KawaC Offline
        Chris Kawa
        Lifetime Qt Champion
        wrote on last edited by Chris Kawa
        #3

        I don't think anyone is working on 5.5.x line anymore, especially that 5.7 is already out and 5.6.x is the long term support line.
        Although QtWebkit was removed in Qt 5.6 you can still download 5.6.1 compatible sources or even 5.7 compatible sources and build the module yourself. I'd say making it work with 5.6.x or 5.7.x would be a better bet than waiting for 5.5.2 that is probably not going to happen.

        1 Reply Last reply
        3
        • A Offline
          A Offline
          agarny
          wrote on last edited by
          #4

          Thanks @sgaist and @chris-kawa, I thought it might be the case, but still thought I would ask anyway. Well, needless to say that I am less than impressed with the way things are going with Qt lately. :(

          Otherwise, I didn't know about that interest mailing list, but still I couldn't see myself subscribing to it just so that I could ask one question.

          Finally, the sole fact that the Qt guys are providing Qt WebKit source code for Qt 5.6.1 and Qt 5.7 really goes to show that they are (indirectly, at least) acknowledging the fact that Qt WebEngine is not ready to (fully) replace Qt WebKit. Now, I just wish they would go the extra mile and provide binaries, because building Qt WebKit is a 'nightmare' in itself (when you need to support Windows, Linux and OS X).

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            On a side note, there's a community effort for providing a QtWebKit V2/NG module that you can find here.

            Announcement of the TP2 here.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            1
            • A Offline
              A Offline
              agarny
              wrote on last edited by
              #6

              Thanks for the side note @SGaist, even though I can't see us using it at this stage ('only' TP2 for now, no Linux binaries, and it uses MSVC 2015 on Windows while we are currently using MSVC 2013).

              1 Reply Last reply
              0
              • A agarny

                Hi,

                I am working on a project that is stuck with Qt 5.5.1 (due to Qt WebEngine not being good enough to replace Qt WebKit yet, for what we need to do at least).

                Yet, we just came across an issue (see QTBUG-46882) and although it got fixed before Qt 5.5.1 was released, it never made it into Qt 5.5.1!?

                Now, some Qt guys have, on several occasions, told people like us (who can't switch to Qt WebEngine) that they would still be fine by sticking to the Qt 5.5 branch. I am 'happy' with that, but then what about releasing at least a Qt 5.5.2 version that fixes currently known issues?

                Cheers, Alan.

                JKSHJ Offline
                JKSHJ Offline
                JKSH
                Moderators
                wrote on last edited by
                #7

                @agarny said:

                we just came across an issue (see QTBUG-46882)

                That's an issue in the Qt Widgets module. Here are two workarounds you could try, while continuing to use Qt 5.5.1 as your base version:

                1. Swap in a newer version of Qt5Widgets.dll during deployment (I'm not sure if this will work, but Qt does promise binary compatibility)

                2. Patch and build the Qt Widgets module yourself (this is much easier than building Qt WebKit)

                Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                1 Reply Last reply
                1
                • A Offline
                  A Offline
                  agarny
                  wrote on last edited by
                  #8

                  Thanks @JKSH, but this is one issue that we have identified, but there might be others that have yet to be identified and the fact that the Qt 5.5 branch is not maintained anymore means that they will never be fixed.

                  So, in the end, we decided to upgrade to Qt 5.6.1 LTS and therefore build Qt WebKit ourselves. I have already given it a try and I was able to build Qt WebKit just fine on both Linux and OS X. Now, I just hope the same will be true on Windows...

                  jsulmJ 1 Reply Last reply
                  0
                  • A agarny

                    Thanks @JKSH, but this is one issue that we have identified, but there might be others that have yet to be identified and the fact that the Qt 5.5 branch is not maintained anymore means that they will never be fixed.

                    So, in the end, we decided to upgrade to Qt 5.6.1 LTS and therefore build Qt WebKit ourselves. I have already given it a try and I was able to build Qt WebKit just fine on both Linux and OS X. Now, I just hope the same will be true on Windows...

                    jsulmJ Offline
                    jsulmJ Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @agarny Maybe you already know this: https://github.com/annulen/webkit/releases/tag/qtwebkit-tp2

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    A 1 Reply Last reply
                    0
                    • jsulmJ jsulm

                      @agarny Maybe you already know this: https://github.com/annulen/webkit/releases/tag/qtwebkit-tp2

                      A Offline
                      A Offline
                      agarny
                      wrote on last edited by
                      #10

                      @jsulm Yes, @SGaist mentioned it just above and we might very well use it at some point (i.e. when it's 'ready').

                      K 1 Reply Last reply
                      0
                      • A agarny

                        @jsulm Yes, @SGaist mentioned it just above and we might very well use it at some point (i.e. when it's 'ready').

                        K Offline
                        K Offline
                        Konstantin Tokarev
                        wrote on last edited by
                        #11

                        @agarny What do you consider "ready"? If you need only widgets API and you don't require any feature marked as not ready in feature table [1], you can start using it right now. While it's true that there may be some bugs in Qt-specific code at this point, there are far less bugs and crashes in WebKit engine.

                        [1] https://github.com/annulen/webkit/wiki/Comparison-with-QtWebKit-5.6

                        A 1 Reply Last reply
                        0
                        • K Konstantin Tokarev

                          @agarny What do you consider "ready"? If you need only widgets API and you don't require any feature marked as not ready in feature table [1], you can start using it right now. While it's true that there may be some bugs in Qt-specific code at this point, there are far less bugs and crashes in WebKit engine.

                          [1] https://github.com/annulen/webkit/wiki/Comparison-with-QtWebKit-5.6

                          A Offline
                          A Offline
                          agarny
                          wrote on last edited by
                          #12

                          @Konstantin-Tokarev, I really appreciate your work on QtWebKit Reloaded, it's just that the 'official' Qt WebKit has been working fine for me for the past few years, so I am not willing to take any chances at this time, not least because I soon need to release a new version of my software.

                          So, keeping all of that in mind, I am 'happy' just to build the 'official' version of Qt WebKit for now. This being said, I am definitely going to keep an eye on your work since I agree that it's the way forward in the long term.

                          1 Reply Last reply
                          0

                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups
                          • Search
                          • Get Qt Extensions
                          • Unsolved