Qt5, Wayland, QML2, QtQuick on the Jolla mobile phone. That will be a game changer #2. #1 will be the jolla phone as it is released with X11 / Qt4.
I'd like to see the QT libraries make it a goal to refactor and reduce their code base to about 20% (or whatever) of what it currently is. Come up with smarter more orthogonal ways of doing things rather than pile more and more stuff together.
Qt5, Wayland, QML2, QtQuick on the Jolla mobile phone. That will be a game changer #2. #1 will be the jolla phone as it is released with X11 / Qt4.
These tinfoil hat discussions have been going on since Qt first started.
That's 20 years of people preaching doom and gloom with Qt yet its still here and still the most practical open source framework for cross platform development.
Literally, every single time there has been even a small change to Qt people freak out. Its honestly become comical to watch.
Sailfish is almost completely open source and without patents you can't survive in the mobile market. Qt's CLA also doesn't require copyright assigment.
I call this idiotic. Excuse me.
http://qt.digia.com/Product/Licensin...se-Comparison/
"Protection for end user being freely available to modify Qt within your application or device - and from delivering end user the needed tools do so"
If this is not OpenCore, I don't know what is.
Commercial assistance would be ok.
Customized qt would be ok.
Support priority would be ok.
This above is NOT OK. The above is like - give us money and you can rape RMS. This is clearly double standard, with money NOT used for support, but for hindering, closing and misusing opensource team.
Also, I have found in my previous posts, that they ARE replacing code LGPL code with other code - very probably BSD. Qt is dead for me.At least most applications I use are opensource, which means they are portable to other framework.
Drop your bullshit sir, Wikipedia page says its proprietary.
Regarding patents - one can issue "Defensive publication" to make the technology public and invalid for patenting, but yes, many patents are already held and one needs access to patent pool.
Last edited by crazycheese; 12-19-2012 at 04:56 PM.
It requires assignment of key rights otherwise associated with copyright. Namely, the right to relicense. When you've got that, then you don't care who the copyright belongs to. The copyright is then reduced to just a cosmetic detail; giving credit to whomever wrote the code.
When you agree to the CLA, you effectively give up the rights that copyright gives you. Which might be just fine with you. It's subjective and people decide for themselves whether this is OK or not.
Yes because everything that's written in Wikipedia is true... Sailfish is based on Linux/glibc/systemd/X11/PulseAudio/GStreamer/ConnMann/oFono/Qt/Maliit/Nemo/Mer... only thing that might be propietary is the end user applications but even that is not set in stone.
What do you mean?Originally Posted by RealNC
Because you own the copyright to your own code you can relicence it as you see fit. Only Digia has the right to relicence the code of other people than themselves though.The Qt Project doesn’t require a copyright or other IP assignment for contributions submitted and each person retains ownership of the code as well as related IP they create. Ownership of code or related IP is not transferred. The Qt Project does require a contribution agreement (i.e. license) in benefit of Qt, so that Digia can continue to meet the spirit of its existing commitments, such as those owed to the KDE Free Qt Foundation and commercial users of Qt.
Owning the copyright means owning the rights to your work, meaning owning an *exclusive* right to relicense your code. Normally, only he copyright owner has that right. The CLA allows Digia to relicense your code which is normally only possible by the copyright owner.
So still having the copyright to your code doesn't mean much since you can't control what they do with it. They can do anything they wish with it. The effect is the same as assigning them the copyright.
Note how this is in tandem with the BSD license. But Digia doesn't offer Qt under the BSD. They offer it under the LGPL. Of course that's because Digia doesn't want to give contributors the same rights contributors give to Digia. That would be bad for business. It's pretty much an abuse of the LGPL. But only from a contributor's point of view. From the user's perspective, you're dealing with LGPL code. You can modify it and redistribute it as you see fit. The only thing you can't do is having your code accepted upstream. So if you have large modifications, you would need to fork Qt and maintain those modifications there yourself and keep everything LGPL.
Last edited by RealNC; 12-19-2012 at 05:23 PM.