aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* WebKit update to catch up with latest source incompatible changes in qtbaseSimon Hausmann2012-09-101-0/+0
| | | | | Change-Id: Ic00da49b7947d29582fa76a4b1b375a962f92bc4 Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Cut some build dependenciesCorentin Jabot2012-09-082-14/+26
| | | | | | | | | | | | | | | | | | | | | | | | | A lot of modules had a hard depency on qtdeclarative (for extra qml components or qml examples). Now, these modules can be build without the need of qtdeclarative. These modules are: qttools (since 3b9ac2dc08310aa13b121274afea130fa4f7c6f8 ) qtmultimedia (since 02f144ba6f50bb7d404e2808b9bb4fa32a206aea ) qtsystems (since 12408d021af8b9f8e0afad7ae67f389974ed0607 ) qtlocation (since fa404bfb7a83ecb01deb4df16d5ac72a8c5ab066 ) qtsensors ( since 3c069e5e4a720582f37f0b2d053d19632f6ddfe2 ) Also, useless dependencies are cut, and the dependencies declared in build.dependencis mirror more accurately what is done is qt.pro Those modifications allow an easier and faster build for people who do not use qml. Note that qtdelarative will still be needed to build the tests of each of the modules listed above Change-Id: Icf7711c07d041b8ef836f213fadeebb9328877d5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-09-078-0/+0
| | | | | Change-Id: I36e84c61a13aa5cf7d40ced02b46879822fc4b6e Reviewed-by: Toby Tomkins <tjtomkins@gmail.com>
* Update the git-archive export optionsThiago Macieira2012-09-052-0/+5
| | | | | | | | | | | | | | The .gitattributes, .gitignore, .commit-template files do not need to be present in packaged sources, as they are for people using the Git repository. People who download tarballs usually don't reimport into Git -- they should just download the actual repositories. Meanwhile, the .tag file is quite useful. Instead of making Git extract to the useless SHA-1 of the "$Id$\n" string, ask git-archive to store the SHA-1 of the commit being packaged. Change-Id: Ib70cba174211ff75d69ec6ba30b680e0757ab369 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-09-0521-0/+0
| | | | | Change-Id: Ibd1716005ac279cf0d8416e20aace26025fa503d Reviewed-by: Toby Tomkins <tjtomkins@gmail.com>
* Updated submodules.Qt Submodule Update Bot2012-09-0314-0/+0
| | | | | Change-Id: Ied65966d5d176f5d354b17a8fa1f50fead14ccaa Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Splitting up the README filesChristian Strømme2012-09-032-45/+78
| | | | | | | | Moved git related information over to README.git, and polished the README file slightly. Change-Id: I863e2c2ef9c2020964185e96ddb87a05d82c30a6 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* README: Fix "Building Qt 5 from Git" linkKai Koehne2012-08-311-1/+1
| | | | | | | Building_Qt_5_from_Git is a redirect to the version with '-' nowadays. Change-Id: I48e7919c54af4adfb478ea64c93c844b107fbc4e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-08-292-0/+0
| | | | | Change-Id: I5a109341ca30e1914732304a15c11a04f61d380f Reviewed-by: Toby Tomkins <tjtomkins@gmail.com>
* Fix make install with WebKitv5.0.0-beta1Simon Hausmann2012-08-281-7/+1
| | | | | | | | | | | | | | Avoid running "make install" through build-webkit and therefore risk accidentally rebuilding the lot. We call build-webkit either with --release or without, but we never pass --debug. Therefore the build directory is always WebKitBuild/Release. This is a stop-gap for the Qt 5 beta. After the release we'll get rid of qtwebkit.pri altogether and WebKit will be built with just qmake and make. Change-Id: I21ff7ef8420b67cf466d5bca5efd7a1245bf4131 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Updated submodules.Lars Knoll2012-08-2810-0/+0
| | | | | Change-Id: I8e407c602cda9c30eda458b0aacb7465787f22c4 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Remove qtjsondb from qt5.gitLars Knoll2012-08-285-19/+3
| | | | | | | | | | | | | | The jsondb module has been ongoing research work. But it won't be done in time for Qt 5.0, and is currently also less relevant. It's also currently not being actively worked on. So let's remove it from the list of modules compiled with qt5.git and keep it as research. The module can still be compiled stand-alone on top of the Qt essentials. Change-Id: I6fd4524cae43b803a842788ff22a7525dc7bc0e6 Reviewed-by: Yuchen Deng <loaden@gmail.com> Reviewed-by: Kevin Simons <kevin.b.simons@gmail.com>
* Disable WebKit2 for the Qt 5 betaSimon Hausmann2012-08-271-1/+2
| | | | | | | Disable all of WebKit2 until https://bugs.webkit.org/show_bug.cgi?id=94914 is fixed. Change-Id: Iffc11efdba7c2c6ad4fe92437c28c77fd5d5a2bf Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-08-272-0/+0
| | | | | Change-Id: Id20cb51b5d6b7aa239becf2dda1e49f89c0b5c24 Reviewed-by: Toby Tomkins <tjtomkins@gmail.com>
* Update qtbase submodule.Lars Knoll2012-08-261-0/+0
| | | | | Change-Id: Ifdadb7a8a25c6845cc775aea3f3f4d1af516f2a1 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-08-252-0/+0
| | | | | Change-Id: Ic0036e77b2b6700a6f177e4dbf07feec4d6b7167 Reviewed-by: Toby Tomkins <tjtomkins@gmail.com>
* Updated submodules.Lars Knoll2012-08-246-0/+0
| | | | | Change-Id: I077d126ef7a7b6490a625c971f72357614aeeb3f Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-08-244-0/+0
| | | | | Change-Id: I1fdd777ae919214aac4f3f4951439739eb65644c Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Updated submodules.Lars Knoll2012-08-235-0/+0
| | | | | Change-Id: I36e3af2d6a1b8727754e705e470f4d541cb110a0 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* New WebKit snapshot with various build fixesSimon Hausmann2012-08-231-0/+0
| | | | | | | | Include make install on Windows (prospective), build on OS X 10.6 and without QML2 Change-Id: I4e0448287af203d6a391c17b73ad1ba45dd7a164 Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-08-2312-0/+0
| | | | | Change-Id: I25ca35fc58f272d17bde1e97d055762c2075daeb Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* New WebKit snapshot with 64-bit MSVC build fixSimon Hausmann2012-08-221-0/+0
| | | | | Change-Id: I8d62d99047e5516f235c9f02769f6780b8c2b82a Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Updated submodules.Lars Knoll2012-08-2110-0/+0
| | | | | Change-Id: Ifbf37f388c053bf377b04a2a19fe0da8e3e257b1 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* New WebKit snapshotSimon Hausmann2012-08-211-0/+0
| | | | | | | Includes build fixes for newer Qt 5 Change-Id: Ib32a0c6ef2b3b3891cb51104dc089597876566fa Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-08-2024-0/+0
| | | | | Change-Id: I5d79b1f86dc3b073e6ca5565cd5676debd6ebe29 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* New WebKit snapshotSimon Hausmann2012-08-121-0/+0
| | | | | | | | Fixes build issues with qwindowsysteminterface header file moves and removes need for extra patches on top of WK1 MSVC build. Change-Id: Iebf4e1727a79f8b9c857f7270ee2341eca8d9985 Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-08-0821-0/+0
| | | | | Change-Id: I263f260d580b7d66ee67419ecbab777b86227d99 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Remove docgallery from qt5.gitLars Knoll2012-08-065-11/+0
| | | | | | | | | | | | The document gallery has been pretty much unmaintained for a year now and the only backends we have are for tracker (ie. the N9), the deprecated jsondb client API and the simulator. it doesn't work anywhere else currently. Change-Id: I5c12e23be7ed8862e891e996fbd6191e79f4fdef Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Iikka Eklund <iikka.eklund@digia.com> Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-08-0215-0/+0
| | | | | Change-Id: I05561273d53f0c197f528183fa0e6be09b8e3c0c Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-08-0214-0/+0
| | | | | Change-Id: I742353c43c52e58f4a7f21c721c43b62c46d6e5b Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-08-016-0/+0
| | | | | Change-Id: If7f4b927e892a034697729dd0818211ef2487b3f Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-07-3125-0/+0
| | | | | Change-Id: Ie19caf122b2dd4d29119fb4d0367b1cf504c594c Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Remove phonon as discussed on the mailing listLars Knoll2012-07-305-10/+0
| | | | | | | | | | phonon's upstream is in KDE's repositories and the port to Qt 5 on qt-project is not maintained. So it's only logical to remove it. KDE frameworks 5 will hopefully provide a phonon module for Qt 5 again in the future. Change-Id: I30189d921913868f2253841648ba57b2aaf3650c Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
* New WebKit snapshot with prospective Mac OS X Mountain Lion build fixSimon Hausmann2012-07-301-0/+0
| | | | | Change-Id: I1b526d3113cc99123758259b0c632512199c2648 Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* New WebKit snapshot that follows latest Qt API changesSimon Hausmann2012-07-241-0/+0
| | | | | Change-Id: I526701439f1768681b6b3424f07f3a5931aae1eb Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* New WebKit snapshot with better configure testsSimon Hausmann2012-07-231-0/+0
| | | | | Change-Id: I6de43b46f6d62a2dc68ef196bee60f6a79e743fa Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Follow the protocol requests for webkit (special treatment for internal)Laszlo Papp2012-07-191-1/+1
| | | | | | | | | | | | | It is currently not possible to successfully run the init-repository script with certain protocols, like "http", since those requests does not apply for qtwebkit. Hence, the cloning of qtwebkit fails behind the corporate rules which is against the original purpose of those command line options. If the requested protocol is "internal", then the replacement of qtwebkit should still be excluded since that would potentially cause breakages. Change-Id: I738738f1c367cf1b4f18ffed05f37715a78e94ae Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-07-197-0/+0
| | | | | Change-Id: I2b4b350459cfab4638b5fd5b276f0b0d206120c8 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-07-196-0/+0
| | | | | Change-Id: Id5fe783fda5471f3244c8c871cb0eb7f603c2458 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-07-1812-0/+0
| | | | | Change-Id: I1e7d6ecc9d7834f134a6050bc16f3245208b12a6 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* New snapshot that should fix the recently introduced rendering issuesSimon Hausmann2012-07-181-0/+0
| | | | | Change-Id: Ie41f043dbe1693a620b1b03a975056ee0802adb1 Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* init-repository: fixed incorrect example for --mirror optionRohan McGovern2012-07-181-1/+1
| | | | | | | | | | The full gerrit project name (including e.g. 'qt/' prefix) is appended to the mirror. The previous example implied that only the last portion was appended. Change-Id: I6313427edc8e3dac0e9819ebec9de1d71763e07f Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com> Reviewed-by: Laszlo Papp <lpapp@kde.org>
* Updated submodules.Qt Submodule Update Bot2012-07-176-0/+0
| | | | | Change-Id: If3e608ac5908ec87daf9ec5fabbb53131215ca6e Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* New WebKit snapshot with more Windows build fixesSimon Hausmann2012-07-161-0/+0
| | | | | Change-Id: I1945e611879ad24824db31d3fa208cf05cd5da00 Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-07-1621-0/+0
| | | | | Change-Id: Ib8aa817f803d8cb96e76c9f5ada24a6c5c8439ae Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-07-125-0/+0
| | | | | Change-Id: Ife4e459e44de1a90eb14498604e112d4ead4cb45 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
* New WebKit snapshot that contains fixes needed after qtbase buildsystem changesSimon Hausmann2012-07-111-0/+0
| | | | | Change-Id: Ie9fc20e45b649422065da870dcd644e0b7497093 Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Add soft dependency on Qt Multimedia to Qt Location.Aaron McCarthy2012-07-111-0/+2
| | | | | | | | | The Qt Location mapviewer example makes use of Qt Multimedia. Task-number: QTBUG-26468 Change-Id: Ifa6e71ef582e32866567ca318903e2359248a3d0 Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-07-112-0/+0
| | | | | Change-Id: I15426edcf0b62b2ec8ed114c2d5296f3b9d9d6f6 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Updated submodules.Qt Submodule Update Bot2012-07-119-0/+0
| | | | | Change-Id: I30214b8ee280d9845928ea867e0d7ab6f4adf70e Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>