aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated qtquickcontrols submodule.v5.1.0-beta1Sergio Ahumada2013-05-111-0/+0
| | | | | Change-Id: If52b3428957e1e4ce8163696eb818f5cac1c4d3a Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
* Updated submodules.Qt Submodule Update Bot2013-05-0916-0/+0
| | | | | Change-Id: I80c8ed3c219e7e3526eb0c134b01ce2a0c2d8b26 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* use relative submodule specsOswald Buddenhagen2013-05-011-32/+32
| | | | | | | | | | this saves various trouble. this syntax is supported since git 1.7.0. Change-Id: I5bbc31c2ba01e7ec0129bf45b9f704c380bf11a3 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com> Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* renamed qtwebkit-examples-and-demos => qtwebkit-examplesOswald Buddenhagen2013-05-014-7/+7
| | | | | | Change-Id: I66b3df6c472715c6600a07fe4746bb11bad81a21 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Simo Fält <simo.falt@digia.com>
* Updated submodules.Qt Submodule Update Bot2013-04-2917-0/+0
| | | | | Change-Id: I18aaac18064518a3bf03ac624ff0295817fc9418 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Qt Submodule Update Bot2013-04-214-0/+0
| | | | | Change-Id: I09c3d8537e5dc8a7457cd7d7a0b284a0acf51069 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Qt Submodule Update Bot2013-04-209-0/+0
| | | | | Change-Id: Icfbfb612338958b30f0abe2d00c919de693f10c9 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* skip modules whose mandatory dependencies are missingOswald Buddenhagen2013-04-181-2/+6
| | | | | | | | | so that for example "-skip webkit" will also skip qtwebkit-examples. Task-number: QTBUG-30307 Change-Id: I730830781ea5dabdccab88d19e82165f30dca8fe Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
* Updated submodules.Qt Submodule Update Bot2013-04-184-0/+0
| | | | | Change-Id: I6d08e322c7e5f8d32b4a951e47b4288c2654c64c Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Qt Submodule Update Bot2013-04-177-0/+0
| | | | | Change-Id: Ifced9b8199a57c0e29fc2029a5705d01f023f673 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Qt Submodule Update Bot2013-04-1719-0/+0
| | | | | Change-Id: I3e26038d5c8cf10900e30dee4b3780ea2dce5f68 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Qt Submodule Update Bot2013-04-0517-0/+0
| | | | | Change-Id: I2f8a096c9cf722978f7995097fd2807445898f58 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Add new modules (qtquickcontrols, qtserialport and qtx11extras)v5.1.0-alpha1Sergio Ahumada2013-04-047-0/+19
| | | | | | | | Also adding qtsensors as part of the default modules and updating its sha1. Change-Id: I39f89f2d26725575d791d185aa452bc1f420a8da Reviewed-by: David Faure (KDE) <faure@kde.org>
* re-add a bunch of modulesOswald Buddenhagen2013-04-0314-2/+48
| | | | | | | | | | | | | | | this allows for easy cloning and build system maintenance also for modules which are currently irrelevant, thus hopefully keeping the barrier to their revival low. it does not affect the casual developer or the CI system, as init-repository will not clone these modules. This (abstractly) reverts commits 41c3f2cb5f633f0e540482ca01b2c2caa2475e57, 725a51b1d83626e16989804707356baa909c339f and 1117d4da2caf1989f63ca0a8073a799df80428bc. Change-Id: Iabc750642fc1c163f3ebc96cf6edaa9b04378094 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* clone only a specific subset of repositories by defaultOswald Buddenhagen2013-04-031-2/+27
| | | | | | | | | the list corresponds to the current contents of .gitmodules. this will allow us to re-add more modules to the supermodule without bothering people and the qt5 integration with unmaintained modules. Change-Id: I8bc429fed8e4d1f729b375b302531472d3c4e267 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Qt Submodule Update Bot2013-03-2718-0/+0
| | | | | Change-Id: Id3d46ac7b315145cfce399450e5f99a2c16dd41b Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Qt Submodule Update Bot2013-02-2718-0/+0
| | | | | Change-Id: I3d960ec9a9f11da295f603ca6fbfe80ee3681ae9 Reviewed-by: Liang Qi <liang.qi@digia.com>
* README: Update with the reference platforms and remove the mingw entryLaszlo Papp2013-02-231-3/+1
| | | | | | Change-Id: I1e43a52dc31c1103c91f61e423c6850697bc3540 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* make it possible to explicitly exclude particular modulesOswald Buddenhagen2013-02-201-2/+4
| | | | | | Task-number: QTBUG-26697 Change-Id: Id3f091be5803d922e129e6c3b5d9dfcdd297d18f Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* semi-automate adding submodulesOswald Buddenhagen2013-02-201-109/+50
| | | | | | | this way adding a module actually becomes a one-liner Change-Id: Ie31039d36e948094c3ec241758eaab330304b194 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* don't make webkit build conditional on ICUOswald Buddenhagen2013-02-201-9/+5
| | | | | | | webkit now contains its own configure magic to disable itself. Change-Id: Ibb962fac8ea6275400879c15f24d21f0f8dee855 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Updated submodules.Qt Submodule Update Bot2013-01-228-0/+0
| | | | | Change-Id: Id7ca18632a1fe4ef542e131aafd3ebb9e854b363 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Qt Submodule Update Bot2013-01-169-0/+0
| | | | | Change-Id: I9e7460525d8ca86a4578e602d7ce8f71c103ecb3 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Qt Submodule Update Bot2013-01-148-0/+0
| | | | | Change-Id: Id2b2b92d49eae167d99879306523ab1e9ccde7cb Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Add ruby to the list of new dependencies for Qt 5 on WindowsJan Arve Saether2013-01-131-3/+5
| | | | | | | Change-Id: Ieb168e8cd21633216fdb141907047da4e41c5091 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
* Updated submodules.Qt Submodule Update Bot2013-01-1318-0/+0
| | | | | Change-Id: I8cb6c9373f70ee9c52a32bdfb03a9e012db67030 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update win_flex.exe from sourceforgeDavid Faure2012-12-191-0/+0
| | | | | | | | | | This fixes compilation on Windows XP. The previous binary must have been made with a more recent version of Windows. Change-Id: I17f392069199f01d603524c8166d940ff1da93bb Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Updated submodules.Sergio Ahumada2012-12-127-0/+0
| | | | | Change-Id: Ifd3ee8634a28f7e769ac6b59c4b7738091210c39 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Sergio Ahumada2012-12-1212-0/+0
| | | | | Change-Id: I56e6962ad7de00811c1d45484666b86829e75600 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Sergio Ahumada2012-12-1011-0/+0
| | | | | Change-Id: Ie653efe17d14880969d4089e0cdf89ea5b3825a1 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Sergio Ahumada2012-12-1014-0/+0
| | | | | Change-Id: If0efc5c5cc5c3942409a347e826b60108bfea1cc Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Sergio Ahumada2012-12-066-0/+0
| | | | | Change-Id: I238c0f5ce080825f5d82a883c0b39d0cf04ea720 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Sergio Ahumada2012-12-0617-0/+0
| | | | | Change-Id: I8d77ff1ef2422259dd6baed5cae9815260e5bee2 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules (stable)Sergio Ahumada2012-12-0411-0/+0
| | | | | Change-Id: I5a3bcda566072f6c78968eecafdfd904f7986fc0 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* (re-)add top-level 'check' targetOswald Buddenhagen2012-12-041-1/+1
| | | | | Change-Id: I61316db0575bccf168525c7ff9230f675e7db78c Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules (stable)Sergio Ahumada2012-12-0210-0/+0
| | | | | Change-Id: Ibf84cdee0f17a0d295a34fcb3b2b4155fb16face Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* remove special handling of qtwebkitOswald Buddenhagen2012-11-302-23/+6
| | | | | | | | | | | the svn mirror is now CI-controlled on gerrit and mirrored to gitorious like any other qt module. Change-Id: I05ead0a4aaa4fc5348a3e3d39d9ee7db734580f4 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Simon Hausmann <simon.hausmann@digia.com> Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Simo Fält <simo.falt@digia.com>
* Updated submodules.Qt Submodule Update Bot2012-11-3012-0/+0
| | | | | Change-Id: I5e8c47946af5049d4e66fab451941b2e0dbb6100 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* re-instate a top-level docs targetOswald Buddenhagen2012-11-301-1/+1
| | | | | | | | | | now that it's not in default_post any more, each concerned repo needs to request it explicitly. as this is not a regular qt module, it happens a bit differently than elsewhere. Change-Id: I47f741e09add302fb4b1146be73da2f26a67a5af Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
* Updated submodules.Qt Submodule Update Bot2012-11-2912-0/+0
| | | | | Change-Id: Ic18c2a76ef0fb08f53052b2c7ecea1004cfe508e Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Qt Submodule Update Bot2012-11-2813-0/+0
| | | | | Change-Id: Ia41ce6cb4f8b4210b01677e524026a91935ab99e Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Updated submodules.Qt Submodule Update Bot2012-11-278-0/+0
| | | | | Change-Id: I97d477d4ffa52107e5fb35ad50a9f09197b71bef Reviewed-by: Toby Tomkins <tjtomkins@gmail.com>
* Updated submodules.Qt Submodule Update Bot2012-11-2610-0/+0
| | | | | Change-Id: I471842d8f4cd096ce426723dac19c293421ae61a Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* WebKit updateSimon Hausmann2012-11-231-0/+0
| | | | | | | A new snapshot bringing in new bug fixes :) Change-Id: Ia15c388a3f9190102c8de41aec53911c493830e5 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Updated submodules.Sergio Ahumada2012-11-228-0/+0
| | | | | Change-Id: Ia5e0c2d4327fee6c375dc515b8150cce9679b7e3 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Fix parallel builds in WebKitJoerg Bornemann2012-11-222-0/+47
| | | | | | | | | | | | | The parallel builds aborts because parallel execution of flex breaks due to the usage of the same temporary file names. This stems from using a hard coded temp file name "~flex_temp_out_main" and "random numbers" based on constants in mkstempFILE. Fixing those issues by embedding the current PID into the temp file names. Patch is in gnuwin32/patches/win_flex.patch Change-Id: I6c0cd499b3c9c35128280ec0fee5e450a9ca097f Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Updated submodules.Qt Submodule Update Bot2012-11-219-0/+0
| | | | | Change-Id: Ib335981ca0a5a59be4bd6ac26dff44621b915ae3 Reviewed-by: Toby Tomkins <tjtomkins@gmail.com>
* Updated submodules.Qt Submodule Update Bot2012-11-2112-0/+0
| | | | | Change-Id: Ib1c03b44976747909ffd3236385ba1e8b14a5ef9 Reviewed-by: Toby Tomkins <tjtomkins@gmail.com>
* Merge remote-tracking branch 'gerrit/newdocs' into HEADSamuel Rødal2012-11-201-0/+2
|\ | | | | | | Change-Id: I1eeb68710f8129660f8d83dae924b23eda1401a5
| * Add prepare_docs to CONFIG as preparation to two-pass doc buildsTor Arne Vestbø2012-10-251-0/+2
| | | | | | | | | | | | | | Won't have any effect until the corresponding patch lands in qtbase. Change-Id: I807ca48d3e2ab671f0d56eea27f72455304d367b Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>