summaryrefslogtreecommitdiff
path: root/tests/auto/qplacereview
Commit message (Collapse)AuthorAgeFilesLines
* Expand QPlaceReview unit test to test conversionsabcd2012-08-021-0/+55
| | | | | Change-Id: Ib3a50e6cf1e0c9ac5e1d57fc2add2b433980e88a Reviewed-by: Alex <alex.blasche@nokia.com>
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
| | | | | | | | | | Qt 5.0 beta requires changing the default to the 5.0 API, disabling the deprecated code. However, tests should test (and often do) the compatibility API too, so turn it back on. Task-number: QTBUG-25053 Change-Id: Ie0f96417cf765796e5288769563df7845086546a Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| | | | | | | | | | As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: I00c66363046e475e6924aafd221483c7fad5c0d9 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
| | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: I3850177e14291901e924f9c27ba09e75df00f96a Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update copyright year in license headers.Jason McDonald2012-01-061-1/+1
| | | | | Change-Id: I496795d13a615be8d252ca20a40dd2c5ba84ed60 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Fix unit test on arm.Aaron McCarthy2011-11-301-2/+2
| | | | | Change-Id: Ieeba51434d1fdb315f021e470e6bb6a3d5bc66d5 Reviewed-by: Alex <alex.blasche@nokia.com>
* Remove sourceUrl from contentabcd2011-11-091-10/+0
| | | | | | | Not required anymore. Change-Id: I8851ea90b656728e2a45e5c5a7a3c6783510459c Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Rename Review::content and Editorial::content to ::textabcd2011-11-041-6/+6
| | | | | | | | | | | | | | There already exists a content object so ::content() it is not appropriate. ::description() is unintuitive. ::text() is more natural. Note that the text could either be plain text or rich text. QLabel and QTextEdit have a setText() function and the text format is automatically detected. This makes using ::text() a natural fit. Change-Id: I77719202d0b210ae75a91d6867c3411c9c5ec51c Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Add a user classabcd2011-10-121-14/+19
| | | | | | | Change-Id: I28993ed7d7cd1ba08c850a558c2bcd2f6fb2bf63 Reviewed-on: http://codereview.qt-project.org/6482 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Improve naming consistency in Places API.Aaron McCarthy2011-10-101-48/+17
| | | | | | | Change-Id: Ic902592c3367a76fc0e23c237712224abbf31703 Reviewed-on: http://codereview.qt-project.org/6206 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Fix missing/outdated license headers.Aaron McCarthy2011-09-261-0/+41
| | | | | | | Change-Id: I9dbdf6f4974167a2a4229bd3bd798f7de36bfc10 Reviewed-on: http://codereview.qt-project.org/4939 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Use QUrl instead of QString for URL properties/data.Aaron McCarthy2011-08-251-3/+4
| | | | | | | | Change-Id: I6165be414937fefc11c560ed2517d7c7ec87c959 Reviewed-on: http://codereview.qt.nokia.com/3537 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: abcd <qt_abcd1@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Enable building of auto tests + use Qt namespace in autotestsabcd2011-07-141-1/+1
| | | | | | | | | Change QTM_* to QT_ * Change-Id: Ica2b057e05f71ba8c741dd9e8d8adf302fd2b7c9 Reviewed-on: http://codereview.qt.nokia.com/1616 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Add in QPlaceReview unit testabcd2011-06-272-0/+179