summaryrefslogtreecommitdiff
path: root/src/xmlpatterns
Commit message (Collapse)AuthorAgeFilesLines
* Update obsolete contact address.Jason McDonald2012-01-23724-727/+727
| | | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: I4a78fc4951be48d46135f4a5e0072bd1a8061ea9 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Stop treating text files as binary files in git diffs.Jason McDonald2012-01-231-4/+0
| | | | | | Change-Id: I2d4db4f0a2363113a11e064a8005a72a25991d69 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-1915-15/+0
| | | | | | Change-Id: Ia7b8143861c9e57c8f947b4c746958f0b0140410 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Update copyright year in license headers.Jason McDonald2012-01-10108-108/+108
| | | | | | | | The previous commit missed some outdated license headers from 2008. Change-Id: I82c1a0aa4c133195094b00c26e8579e03b85c798 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update copyright year in license headers.Jason McDonald2012-01-09616-619/+619
| | | | | | Change-Id: Iba74aff1aba680f7b56314f3acae3478be9d3e56 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* QtXmlPatterns: Fix warnings about unused variables.Friedemann Kleint2011-12-012-3/+3
| | | | | | | | Patternist::Exception is a bool, no need to catch by const &. Change-Id: I73012eee1fc8540c405e771723b953841655e084 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Honglei Zhang <honglei.zhang@nokia.com>
* Fix compile warnings about assigned/unused variables.Friedemann Kleint2011-11-303-4/+1
| | | | | | Change-Id: I75cbbea2777f2359fa4d86fd28057dd16bc02feb Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Make private headers usable, and use them in the tests.Rohan McGovern2011-11-11326-843/+843
| | | | | | | | | | | | | The xmlpatterns private headers were not including each other correctly, making them unusable unless the source directory was available and in INCLUDEPATH. Fix it so that the private headers include each other by <private/...>, allowing them to work for an installed Qt. Change-Id: I9c7cbad219ed141c356d9ea097e67e0fb2fa550c Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Use QBasicAtomicInt load() instead of implicit castingBradley T. Hughes2011-10-101-1/+1
| | | | | | | | | The implicit casts will be unavailable in the near future. Change-Id: Ifcaf24a94caf20f6f50adaeaef05783b007b57d3 Reviewed-on: http://codereview.qt-project.org/6353 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Merge branch 'refactor'Gunnar Sletta2011-09-131-10/+7
|\ | | | | | | | | | | | | Conflicts: src/xmlpatterns/xmlpatterns.pro Change-Id: I8d435220281ec372f23c98ab3c15c9a208bacad8
| * Build fix with latest refactored Qt5Jani Uusi-Rantala2011-09-061-11/+10
| | | | | | | | | | | | | | | | | | | | load(qt_module_config) was missing from project file and including qtbase.pri seemed to be completely wrong. Change-Id: I6df54292c54988ff2a7168a83b5b79835810b6ed Reviewed-on: http://codereview.qt.nokia.com/4219 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
| * Fix build.Friedemann Kleint2011-08-311-1/+1
| | | | | | | | | | | | Change-Id: I2dd8794eab33214dffaf069919e3abaae79122b3 Reviewed-on: http://codereview.qt.nokia.com/3987 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* | Fixed compile.Rohan McGovern2011-08-121-1/+1
| | | | | | | | | | | | | | | | | | QtXml/QXmlStreamReader -> QtCore/QXmlStreamReader Change-Id: I81a03637e75f92d4b2946e65f0967c349bdb99ea Reviewed-on: http://codereview.qt.nokia.com/2897 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
* | Use feature profile loading instead of direct inclusion.axis2011-06-071-1/+1
| |
* | Update licenseheader text in source files for qtxmlpatterns Qt moduleJyri Tahtela2011-05-24724-12392/+12392
|/ | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Add QTXMLPATTERNS_VERSION macro for qtxmlpatternsLiang Qi2011-05-111-0/+3
| | | | | | | Provide version info for each library. Task-number: QTMODULARIZATION-44 Reviewed-by: axis
* Use private headersMarius Storm-Olsen2011-05-021-1/+1
|
* Add module.prf, and install MODULE_PRI for each moduleMarius Storm-Olsen2011-05-021-0/+4
| | | | Output warning if not present
* Make modules compile without hardcoded pathsMarius Storm-Olsen2011-04-271-3/+0
|
* First attempt to build xmlpatterns.Liang Qi2011-04-271-0/+3
|
* Start work on XmlPatternsMarius Storm-Olsen2011-04-271-2/+4
|
* Initial import from the monolithic Qt.Qt by Nokia2011-04-27809-0/+160137
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12