summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc: imagegestures example: document the pinch handlerShawn Rutledge2015-03-032-15/+54
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-0231-66/+253
|\
| * Fix drawing of background for multipage QTextTable cellsJoni Poikelin2015-03-022-8/+146
| * Revert "Update the DNS and name-resolver tests to the official zone"Thiago Macieira2015-03-013-7/+7
| * Register font's english name as alias when populating font databaseLiang Jian2015-02-271-5/+19
| * Replace old qt-project.org wiki with wiki.qt.ioSergio Ahumada2015-02-2713-20/+20
| * Delete the file that we will move to not the new file before movingAndy Shaw2015-02-261-1/+1
| * Specific the correct mibEnum value for the 'macintosh' codecAndy Shaw2015-02-261-1/+1
| * Doc: Update online documentation templateTopi Reinio2015-02-263-9/+26
| * Doc: Update Copyright information in template/footerTopi Reinio2015-02-262-6/+6
| * Fix crash when converting format of QImage created from bufferEirik Aavitsland2015-02-262-1/+14
| * fix default of SettingsPath when qt.conf is presentOswald Buddenhagen2015-02-251-1/+3
| * configure: add '-psql_config' optionPeter Seiderer2015-02-251-3/+9
| * configure: fix gold linker support detectionPeter Korsgaard2015-02-251-1/+1
| * Autotest: fix existence check after c8c68ec.David Faure2015-02-241-6/+3
* | Add mfloat-abi to linker flags for ARM devicesSamuli Piippo2015-02-272-0/+3
* | xcb: Don't log mouse moves by defaultShawn Rutledge2015-02-271-2/+4
* | Prevent static functions of Q[Gui]Application from crashing if there is no in...Friedemann Kleint2015-02-274-0/+87
* | Android: Fix compilation for x86Eskil Abrahamsen Blomfeldt2015-02-271-1/+3
* | Remove some uses of the private Q_PI constantAllan Sandfeld Jensen2015-02-267-18/+14
* | Use C++ <cmath> instead of <math.h> in math3d autotestsKonstantin Ritt2015-02-263-9/+10
* | Fix QMatrix4x4::lookAt() in case of null directionKonstantin Ritt2015-02-261-1/+5
* | Remove unused private definitions and functionAllan Sandfeld Jensen2015-02-261-7/+0
* | qdoc: Fix generation of Doxygen tag filesTopi Reinio2015-02-261-8/+19
* | qdoc: Correct parsing of the using clauseMartin Smith2015-02-267-24/+118
* | Output registered enums in qDebug operator for QFlags.Friedemann Kleint2015-02-263-2/+36
* | OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-2610-0/+59
* | Optimize quaternion to rotation matrix convertionKonstantin Ritt2015-02-262-38/+47
* | [QQuaternion] Add operator* that rotates a vector with a quaternionKonstantin Ritt2015-02-262-0/+17
* | [QQuaternion] Fix naming of the new methodsKonstantin Ritt2015-02-263-15/+15
* | Fix VS build for target path with spacesOswald Buddenhagen2015-02-261-2/+2
* | Minor optimization in SSE4 unpremultiplyAllan Sandfeld Jensen2015-02-261-2/+1
* | Remove unused CGImage in qcocoabackingstoreAllan Sandfeld Jensen2015-02-262-16/+0
* | Reverse iteration in QMetaEnum::valueToKeys().Friedemann Kleint2015-02-262-3/+38
* | Fix android menubar's menu not opening at the first press.Michal Klocek2015-02-261-0/+4
* | Remove PREMUL and INV_PREMUL macrosAllan Sandfeld Jensen2015-02-251-5/+0
* | QSysInfo: expand Linux distribution detection to /etc/lsb-releaseThiago Macieira2015-02-254-31/+205
* | Android: Don't include Qt D-Bus by defaultEskil Abrahamsen Blomfeldt2015-02-251-1/+7
* | Fix various qdoc-warnings.Friedemann Kleint2015-02-254-4/+4
* | QVariant: fix converting enum to stringOlivier Goffart2015-02-252-3/+3
* | Doc: Fix typosSergio Ahumada2015-02-251-1/+1
* | Improve setDefaultFormat docs regarding AA_ShareOpenGLContextsLaszlo Agocs2015-02-251-0/+6
* | qiosmenu: Move "Done" button to the rightKai Uwe Broulik2015-02-251-4/+4
* | Fix underline for centered textEskil Abrahamsen Blomfeldt2015-02-251-1/+1
* | Allow QDistanceField to be directly constructed from a QPainterPath.Michael Brasser2015-02-252-0/+12
* | Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-259-16/+59
* | Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-2517-53/+53
* | Add manual test for QMimeDatabase.Friedemann Kleint2015-02-253-1/+147
* | QSslSocket: Factor out error message about failure to set the elliptic curves.Friedemann Kleint2015-02-251-2/+7
* | add autotest for qmake parserOswald Buddenhagen2015-02-255-1/+2204