summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add objcopy to MinGW's mkspecThiago Macieira2013-06-101-0/+1
* BlackBerry: fix tst_QLocale::emptyCtor()Rafael Roquetto2013-06-102-0/+70
* Q_DISABLE_COPY doesn't need a ; at the endAlbert Astals Cid2013-06-103-3/+3
* tst_QUrl: check that prohibited characters in hostnames are not validThiago Macieira2013-06-081-0/+15
* tst_qfilesystemmodel: Fix warnings about comparing int/bool.Friedemann Kleint2013-06-081-5/+12
* tst_qmessageauthenticationcode: Fix warning about character conversion.Friedemann Kleint2013-06-081-1/+1
* tst_qguivariant: Fix warnings about double / float conversion.Friedemann Kleint2013-06-081-2/+2
* tst_qdom: Fix warning about character conversion,Friedemann Kleint2013-06-081-2/+2
* tst_qglthreads: Fix warnings about unused variables.Friedemann Kleint2013-06-081-1/+2
* QtCore: Fix MSVC-64 warnings about integer truncation.Friedemann Kleint2013-06-082-5/+5
* tst_qjson: Fix MSVC C4293 warning about shift operation.Friedemann Kleint2013-06-081-24/+24
* code cleanup. make one way to access system dbus. remove dead uncommented codeLorn Potter2013-06-081-27/+7
* QUrl stringprep: fix handling of U+0080: it's prohibitedThiago Macieira2013-06-082-1/+6
* QUrl stringprep: avoid recalculating the surrogates we already knowThiago Macieira2013-06-081-2/+2
* QUrl stringprep: fix handling of prohibited charactersThiago Macieira2013-06-082-38/+35
* QUrl stringprep: fix case folding from non-BMP to BMPThiago Macieira2013-06-081-1/+1
* QUrl stringprep: recalculate the current position if the size changesThiago Macieira2013-06-081-1/+2
* Unix: fix tst_QFile when run as rootRafael Roquetto2013-06-071-0/+7
* Use QFINDTESTDATA on tst_QStyle instead of SRCDIRRafael Roquetto2013-06-072-5/+5
* QNX: fix QQnxWindowRafael Roquetto2013-06-072-36/+45
* Fix for when we don't have XSettingsJørgen Lind2013-06-071-4/+18
* Cocoa Accessibility: fix ignoring of objectsFrederik Gladhorn2013-06-077-6/+422
* tst_qnetworkproxyfactory: Fix warnings about unused variables.Friedemann Kleint2013-06-071-0/+5
* Update the DNS and name-resolver tests to the official zoneThiago Macieira2013-06-073-7/+7
* Fix themeHint typo in qcocoatheme: PasswordMaskDelay should be PasswordMaskCh...Daiwei Li2013-06-061-1/+1
* Added rotation parameter to qevdevtouchMikko Harju2013-06-061-2/+23
* Print directories for QT_DEBUG_PLUGINSKai Koehne2013-06-051-0/+4
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-0518-114/+215
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-0518-114/+215
| |\
| | * remove pointless symlink fallback for qconfig.hOswald Buddenhagen2013-06-051-3/+0
| | * don't add absent private include paths to non-git buildsOswald Buddenhagen2013-06-051-2/+2
| | * fix non-git non-shadow non-prefix non-qtbase buildsOswald Buddenhagen2013-06-051-1/+2
| | * Adapt QtPrintSupport related uic ruleshjk2013-06-041-3/+3
| | * eglfs: Fix bug determining physical screen sizeAndy Nichols2013-06-031-2/+6
| | * eglfs: prevent expose/geometrychange loopAndy Nichols2013-06-031-2/+2
| | * Update LICENSE.PREVIEW.COMMERCIAL licenseSergio Ahumada2013-06-031-2/+2
| | * Only process vcproj files if we do a -fully-processOswald Buddenhagen2013-06-031-2/+3
| | * run syncqt only for builds from gitOswald Buddenhagen2013-06-037-16/+44
| | * move module master header generation back to syncqtOswald Buddenhagen2013-06-032-25/+42
| | * split out dependencies from module master headerOswald Buddenhagen2013-06-031-5/+14
| | * remove pointless quoting of MODULE_*INCLUDES assignmentsOswald Buddenhagen2013-06-031-3/+3
| | * let configure create the forwarding qconfig.h againOswald Buddenhagen2013-06-035-10/+54
| | * move module version header generation back to syncqtOswald Buddenhagen2013-06-032-29/+13
| | * factor out writeFile() functionOswald Buddenhagen2013-06-031-17/+27
| | * docs: DirView example uses QFileSystemModel not QDirModelShawn Rutledge2013-05-311-1/+1
| | * qdoc: excludedirs works againMartin Smith2013-05-311-1/+1
| | * Android: Fix Windows build with recent SDKEskil Abrahamsen Blomfeldt2013-05-311-0/+6
| | * Fix typo in QSettings docs.Mitch Curtis2013-05-311-1/+1
* | | Fix tst_qcombobox::itemListPosition.Friedemann Kleint2013-06-051-4/+6
|/ /
* | Prevent touch coordinates outside target geometryMikko Harju2013-06-051-3/+4