summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated QString::fromAscii with QString::fromLatin1.Marcel Krems2012-12-112-5/+4
| | | | | | Change-Id: I44dbebb97c207592cab2fb737b64c6b48cfd23a9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-245-121/+121
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ib1ad4694409314c40010c339db2397848fc484a6 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* fix module buildThiago Macieira2012-09-051-3/+2
| | | | | | | | follow renames qt_module => qt_build_config, qt_module_config => qt_module. and CONFIG+=module is just obsolete. Change-Id: I8d7a93254740b4beef148e7f342944c01629ba9b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@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: I1923901450557f0c8119d415bdd31fba9f58de93 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* remove Qt3Support codeMarcel Krems2012-07-051-4/+0
| | | | | Change-Id: I9a1d3762222b963e97a556d9cefff62252f72269 Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
* Add pro file structureShane Kearns2012-04-202-6/+13
| | | | | Change-Id: I82c697726e3689cf34c5378dc122e018d3603401 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Port QHttp to work standaloneShane Kearns2012-04-206-187/+221
| | | | | Change-Id: I8cf987d082859ecfbc36e93271d1796d00f35322 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Add QHttp sources from QtShane Kearns2012-04-205-0/+5463
Change-Id: Ia9bf68bd30498b3218de84b31e4176524fab62d8 Reviewed-by: Shane Kearns <shane.kearns@accenture.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>