Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Behind the Scenes
  3. Qt.io webservices
  4. Access to older Qt modules
Forum Update on Monday, May 27th 2025

Access to older Qt modules

Scheduled Pinned Locked Moved Solved Qt.io webservices
older modulesgit
10 Posts 4 Posters 4.1k Views
  • 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.
  • K Offline
    K Offline
    koahnig
    wrote on last edited by
    #1

    I have just noted that the access to older code modules has changed. AFAIK there was before a possibility to download all source at once in a zip file.

    Now I could "download" the whole stuff only by usng git. Which is ok for me.

    However, what is with users not knowing git?
    Is there another possibility to download at once?

    Vote the answer(s) that helped you to solve your issue(s)

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

      Hi,

      Do you mean the archive of the full sources of one Qt release ? If so you can find them here. You can get either each module separately or the whole sources.

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

      K 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Do you mean the archive of the full sources of one Qt release ? If so you can find them here. You can get either each module separately or the whole sources.

        K Offline
        K Offline
        koahnig
        wrote on last edited by
        #3

        @SGaist

        The question is related to QFtp download in the other thread. As far as I remember you could could simply download the whole package (QFtp) and unzip without knowing git. Maybe I am off track here as well in respect of QFtp, but I am pretty sure that I have downloaded Qt stuff as smaller zip. If you know git it is pretty easy, but I am not sure if one expect this from beginners.

        Vote the answer(s) that helped you to solve your issue(s)

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

          Gitorious might have provided that option at some point indeed.

          However, git being currently a pretty important tool to know, I'd say it's not a bad thing to learn the basics to use it. One of the advantage you have with it is that you don't need to take care of line endings since git will handle them for you. e.g. the Zip for Qt sources are for Windows while the other are for *nix systems. It happened several times that people choose to download the tar file because it was smaller on Windows and got strange errors due to the different line endings.

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

          K 1 Reply Last reply
          0
          • SGaistS SGaist

            Gitorious might have provided that option at some point indeed.

            However, git being currently a pretty important tool to know, I'd say it's not a bad thing to learn the basics to use it. One of the advantage you have with it is that you don't need to take care of line endings since git will handle them for you. e.g. the Zip for Qt sources are for Windows while the other are for *nix systems. It happened several times that people choose to download the tar file because it was smaller on Windows and got strange errors due to the different line endings.

            K Offline
            K Offline
            koahnig
            wrote on last edited by
            #5

            @SGaist

            I do not argue the importance of git. I am really glad to have switched from svn to git, no doubt about that.

            I just see it critical to have an additional burden to install git and handle the initial basics, when you are struggeling with all the rest. I favor to set priorities.

            Certainly it is good that git can be used directly through creator, but you still have to install it separately, don't you?

            Vote the answer(s) that helped you to solve your issue(s)

            1 Reply Last reply
            1
            • mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Well I also miss the http zip file download as seen on github
              alt text

              I did install git at home also but frankly i use zip option when possible as its just easier as i dont use git that often and
              have to check the cmd to check out etc to be sure i get all etc. So i fully see @koahnig point of view.

              But @SGaist points are perfectly valid in regards on getting right line endings, the current version and
              all kinds of benefits.

              But even i'm all in for them needing to learn git then maybe
              some other day when not combined with understanding how
              to compile and install a Qt module.

              So since it's Xmas , i just wish we offered both :)

              K 1 Reply Last reply
              1
              • mrjjM mrjj

                Well I also miss the http zip file download as seen on github
                alt text

                I did install git at home also but frankly i use zip option when possible as its just easier as i dont use git that often and
                have to check the cmd to check out etc to be sure i get all etc. So i fully see @koahnig point of view.

                But @SGaist points are perfectly valid in regards on getting right line endings, the current version and
                all kinds of benefits.

                But even i'm all in for them needing to learn git then maybe
                some other day when not combined with understanding how
                to compile and install a Qt module.

                So since it's Xmas , i just wish we offered both :)

                K Offline
                K Offline
                koahnig
                wrote on last edited by
                #7

                @mrjj

                At least all this gives me the confidence that I did not overlook the obvious. ;)

                The automatic changing of line ending is certainly an advantage.
                However, at the beginning I thought having the complete repository all the time is a complete waste. With time I started to appreciate that feature. Makes live much easier.

                Vote the answer(s) that helped you to solve your issue(s)

                1 Reply Last reply
                1
                • K Offline
                  K Offline
                  Konstantin Tokarev
                  wrote on last edited by
                  #8

                  See http://download.qt.io/community_releases/additional_qt_src_pkgs/

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

                    @Konstantin-Tokarev Thanks ! I managed to miss that one.

                    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
                    0
                    • K Konstantin Tokarev

                      See http://download.qt.io/community_releases/additional_qt_src_pkgs/

                      K Offline
                      K Offline
                      koahnig
                      wrote on last edited by koahnig
                      #10

                      @Konstantin-Tokarev

                      Thanks, that slipped my memory as well.
                      It looks really familiar now, when looking at it.

                      The minor drawback is that the source is not as actual as in git.

                      Vote the answer(s) that helped you to solve your issue(s)

                      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