summaryrefslogtreecommitdiffstats
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'ignore = all' from .gitmodulesJüri Valdmann2018-05-241-1/+1
| | | | | | | I would like to see the changes in git status. Change-Id: I5b97af3cd467639aa4df1bcfd717f33c5b820c4b Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* flag submodule for automatic cloning by init-repositoryOswald Buddenhagen2014-09-101-0/+1
| | | | | Change-Id: Iaa7439c759739a5bd2f1fbd10529c15e83497ecf Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* Use a relative submodule url for src/3rdpartyJocelyn Turcotte2014-08-261-1/+1
| | | | | | | | | | | Now that the CI configuration has been updated to support them, use a relative submodule URL to make sure that we use the same mirror for our submodule that was used for qtwebengine. Change-Id: I92215bd3caef2bb33820185572f5bb088718f61f Reviewed-by: Michael Bruning <michael.bruning@digia.com> Reviewed-by: Zeno Albisser <zeno.albisser@digia.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Rename the 3rdparty submodule to match its pathJocelyn Turcotte2014-08-131-1/+1
| | | | | | | | This will be one less edge case that qt5.git's init-repository script has to worry about. Change-Id: I0b20769ab45c5521ac6f56ffd69b50fba6f8b543 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
* Update after repository renameFrederik Gladhorn2014-07-291-1/+1
| | | | | Change-Id: Ibaa2802b872fb75cdeff093d4ac7d5d60a206fe3 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Moving sources to src part 1: Move files.Jocelyn Turcotte2013-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This only move files without adjusting any paths. This moves: - lib/quick -> src/webengine/api (API files) lib/quick -> src/webengine (other files) This contains the main QtWebEngine module library since <ec7b2ee70a8b2db7fb87f50671a001ddd54697b0>. - lib/widgets -> src/webenginewidgets Also rename this directory to match its module name and rename Api to api. - lib -> src/core - process -> src/process - resources -> src/core/resources - tools/* -> tools/scripts/ The build directory is spread as follow: - build/build.pro -> src/core/gyp_run.pro - build/qmake_extras/* -> src/core/ (for the host and target .pro files) - build/qmake -> tools/qmake - Build related scripts -> tools/buildscripts Change-Id: I0cded1de772c99c0c1da6536c9afea353236b4a1 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com> Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Replace chromium and ninja submodule by a single 3rdparty submodule.Zeno Albisser2013-08-171-7/+4
| | | | | | | | | | The new 3rdparty submodule contains snapshots of both ninja and chromium. This drastically reduces the size of the repository and can be used by our CI system. Change-Id: Ie7482181f2ba9dba5fc181b1f221a5fae714c8c8 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com> Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* ninja repo: use https:// URL instead if git:// URLPeter Hartmann2013-07-021-1/+1
| | | | | | | ... to be able to clone it from behind a restrictive firewall. Change-Id: Ie722c268da2ae1932c524337c35e7ea888c8f71f Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* Add ignore = all for chromium submodule.Zeno Albisser2013-06-271-0/+1
| | | | | | | | | | | | This prevents chromium from showing up in git diff all the time after applying patches. It also prevents from accidentially updating the submodule sha sum. A nice side effect is also that git diff is all of a sudden much faster again. ;) Change-Id: I6f48b8f90a2853b2e3716011c2c42bb661d09060 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Add Chromium as a submodule.Zeno Albisser2013-06-271-0/+3
| | | | | Change-Id: Iba5f11ecf2b45d33b91252d4394010458c783bce Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Add ninja as a submodule.Zeno Albisser2013-06-271-0/+3
Change-Id: Id12c5810e83c47a1c7289515cabc5ddd9a8a280b Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>