summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-122-1/+3
|\
| * QXmlSchema: fix crash in schema parserPeter Hartmann2010-02-111-1/+1
| * Fix Float Conversion in xmlpatternsDominik Holland2010-02-091-0/+2
* | Merge branch '4.6'Thiago Macieira2010-01-214-4/+4
|\ \ | |/
| * Fix copyright year.Jason McDonald2010-01-194-4/+4
* | Merge branch '4.6'Thiago Macieira2010-01-13612-615/+615
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-06612-615/+615
* | add a hash function to QUrl, and remove the xmlpatterns specific onePeter Hartmann2010-01-131-14/+0
|/
* doc: Fixed remaining qdoc errorsMartin Smith2010-01-041-44/+73
* Adding missing file.Carlos Manuel Duclos Vergara2009-12-211-0/+74
* Fixing a problem with xmlpatterns, where code from tools/xmlpatterns was bein...Carlos Manuel Duclos Vergara2009-12-216-77/+850
* Doc: Added missing version information about XML Schema support.David Boddie2009-11-242-0/+10
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-11-162-5/+5
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-132-2/+2
| |\
| * | Fixed compilation on AIX 6.1 with xlC 10.1Samuel Rødal2009-11-112-5/+5
* | | xmlpatterns: unify error messages in generator and generated filePeter Hartmann2009-11-131-1/+1
| |/ |/|
* | API review: QRegExp::numCaptures() -> QRegExp::captureCount()Marius Storm-Olsen2009-11-062-2/+2
|/
* Merge branch '4.6-s60' into 4.6axis2009-11-042-2/+2
|\
| * Made xmlpatterns autotests compile for SymbianMiikka Heikkinen2009-11-032-2/+2
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-035-14/+14
|\ \ | |/ |/|
| * Doc/i18n: Fixed source strings for translation.David Boddie2009-11-035-14/+14
* | Enable QtXmlPatterns module in qt package and assign an UID for it.Liang QI2009-10-281-0/+2
* | Fixed 'illegal empty declaration' warning from XmlPatters.Janne Anttila2009-10-271-1/+1
* | Compile on Symbian winscw.Frans Englich2009-10-272-67/+66
|/
* Fixing some GCC warningsJoão Abecasis2009-10-073-2/+2
* Fix typo in XmlPatterns license headers.Jason McDonald2009-10-06108-108/+108
* Fix translation strings.Frans Englich2009-10-017-349/+349
* Silence compiler warning.Frans Englich2009-10-011-1/+1
* Fix warnings on mingwThierry Bastian2009-10-011-2/+2
* Used the correct placeholder for the second argumentJure Repinc2009-09-291-1/+1
* Clean upJoão Abecasis2009-09-213-6/+0
* Update license headers again.Jason McDonald2009-09-09719-2884/+2885
* Merge branch '4.5' into 4.6Thiago Macieira2009-09-034-0/+163
|\
| * Add missing license headersJason McDonald2009-09-034-0/+164
* | XQuery: allow usage of floats in QXmlQueryPeter Hartmann2009-09-031-6/+12
* | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-31101-1313/+1313
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-31614-8008/+8008
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-31603-7865/+7865
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-61/+0
|\ \ | |/
| * Fix license headers.Jason McDonald2009-08-311-61/+0
* | Fix some missing and duplicated license headers.Jason McDonald2009-08-271-51/+0
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-243-3/+4
|\ \ | |/
| * Fixed compile error with gcc 4.3.3Thorbjørn Lindeijer2009-08-241-1/+1
| * Fixed commentThorbjørn Lindeijer2009-08-241-1/+1
| * Make assorted constructors follow good coding practiceKeith Isdale2009-08-242-1/+2
| * Update old email address.Jason McDonald2009-08-11283-529/+529
| * Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-111-1/+1
| * Update license headers.Jason McDonald2009-08-11603-606/+606
* | Merge commit 'qt/master'Jason Barron2009-08-202-104/+189
|\ \
| * | Generate proper license header.Frans Englich2009-08-192-104/+189
mn1'>| | | | | | | | 2bf7de16 Subdirs: Initialize from parent before configuring. 0aa34de5 cmState: Initialize properties immediately. 20b95ef8 cmState: Initialize default definitions immediately. 841164cb cmState: Initialize current directories immediately. 2c219baf cmState: Initialize top level source directories immediately. 84e0776e cmMakefile: Set default internal definitions directly. 871ab98d cmMakefile: Set internal definitions directly. | * | | | | | Subdirs: Initialize from parent before configuring.Stephen Kelly2015-10-135-0/+33 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new API for the subdirs command to cmState. This fixes a regression introduced in commit f716460e (cmMakefile: Move invokation to initialize snapshot., 2015-10-06). | * | | | | | cmState: Initialize properties immediately.Stephen Kelly2015-10-132-2/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't leave this as cmMakefile responsibility. | * | | | | | cmState: Initialize default definitions immediately.Stephen Kelly2015-10-1315-56/+66 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't leave this as cmMakefile responsibility. | * | | | | | cmState: Initialize current directories immediately.Stephen Kelly2015-10-132-26/+10 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't leave this as cmMakefile responsibility. | * | | | | | cmState: Initialize top level source directories immediately.Stephen Kelly2015-10-134-4/+29 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't leave this as cmMakefile responsibility. | * | | | | | cmMakefile: Set default internal definitions directly.Stephen Kelly2015-10-131-15/+15 | | | | | | | | | | | | | | | | | | | | | | | | | | | | The usage tracking of cmMakefile::AddDefinition is not needed. | * | | | | | cmMakefile: Set internal definitions directly.Stephen Kelly2015-10-131-6/+6 | | | | | | | | | | | | | | | | | | | | | | | | | | | | The usage tracking of cmMakefile::AddDefinition is not needed. * | | | | | | CMake Nightly Date StampKitware Robot2015-10-141-1/+1 |/ / / / / / * | | | | | Merge branch 'release'Brad King2015-10-130-0/+0 |\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | * | | | | Merge branch 'doc-INCLUDES-relnote' into releaseBrad King2015-10-131-0/+4 | |\ \ \ \ \ | * \ \ \ \ \ Merge branch 'xcode-adjust-deployment-to-host-version' into releaseBrad King2015-10-121-0/+4 | |\ \ \ \ \ \ | * \ \ \ \ \ \ Merge branch 'FindPostgreSQL-v9.5' into releaseBrad King2015-10-121-1/+1 | |\ \ \ \ \ \ \ * | \ \ \ \ \ \ \ Merge topic 'FindGit-Atlassian-SourceTree'Brad King2015-10-131-1/+5 |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 57f701a7 FindGit: Search in 'Atlassian SourceTree' user directory (#15758) | * | | | | | | | | FindGit: Search in 'Atlassian SourceTree' user directory (#15758)Kevin Wojniak2015-10-121-1/+5 | | |_|_|_|/ / / / | |/| | | | | | | * | | | | | | | | Merge topic 'doc-INCLUDES-relnote'Brad King2015-10-131-0/+4 |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | 609a8921 Help: Add release note about compile rule placeholder changes (#15787) | * | | | | | | | Help: Add release note about compile rule placeholder changes (#15787)Brad King2015-10-131-0/+4 | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change made by commit v3.4.0-rc1~342^2 (Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables, 2015-07-13) affects an internal interface. Since it is commonly used by projects anyway, add a release note covering the change in placeholders. * | | | | | | | Merge topic 'FindPostgreSQL-v9.5'Brad King2015-10-131-1/+1 |\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | 5225e004 FindPostgreSQL: Search for version 9.5 | * | | | | | | FindPostgreSQL: Search for version 9.5Tamar Kranenburg2015-10-121-1/+1 | |/ / / / / / * | | | | | | Merge topic 'xcode-adjust-deployment-to-host-version'Brad King2015-10-131-0/+4 |\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | 24aafbde Xcode: Adjust deployment target SDK version to host version | * | | | | | Xcode: Adjust deployment target SDK version to host versionGregor Jasny2015-10-121-0/+4 | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the automatically selected SDK is newer than the host OS version and no deployment version has been set then adjust the deployment version to the host OS version. Otherwise the user won't be able to launch the executables on the build host. This is for example a problem on a MacOSX 10.10 host with Xcode 7 which only provides a MacOSX10.11 SDK. * | | | | | CMake Nightly Date StampKitware Robot2015-10-131-1/+1 | |/ / / / |/| | | | * | | | | Merge branch 'release'Brad King2015-10-120-0/+0 |\ \ \ \ \ | | |/ / / | |/| | | | * | | | Merge branch 'cpack-wix-typos' into releaseBrad King2015-10-121-2/+2 | |\ \ \ \ | * \ \ \ \ Merge branch 'emacs-mode-fix-accidental-indentation' into releaseBrad King2015-10-12