summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QCocoaWindow - fix a flag testTimur Pocheptsov2015-03-071-1/+1
* xcb: implement and deprecate QWidget::setWindowIconText()Shawn Rutledge2015-03-069-10/+56
* Cocoa integration - do not report invalid coordinatesTimur Pocheptsov2015-03-063-0/+12
* QCommandLineParser: add parsing mode for options after argumentsDavid Faure2015-03-063-3/+87
* qdoc: Switched to QList from QMap for subprojects listVenugopal Shivashankar2015-03-062-18/+16
* Support "writing-mode" accessibility text attributeBoris Dušek2015-03-051-0/+3
* Fix QAccessibleTextWidget::characterRect for off-cursor positionsBoris Dušek2015-03-051-1/+14
* Fix QAccessibleTextWidget::characterRect for complex linesBoris Dušek2015-03-051-1/+1
* Fix accessibility character rect testsBoris Dušek2015-03-051-3/+6
* Fix tst_qaccessibility::textEditTest for some screen resolutionsFrederik Gladhorn2015-03-051-0/+1
* Remove unneeded check in QNetworkReplyImpl::abort.Florian Bruhin2015-03-051-7/+5
* XcbSystemTrayTracker: fix uninitialized valueStephan Binner2015-03-051-1/+1
* Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-0427-247/+350
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-046-6/+6
| |\
| | * Painting: Avoid endless loop for certain bezier curvesEirik Aavitsland2015-03-041-2/+2
| | * tst_QNetworkDiskCache: Stop using actual web serversThiago Macieira2015-03-041-4/+4
| | * Remove unneeded exec permission from icomoon fontsDmitry Shachnev2015-03-024-0/+0
| * | Optimize fallback RGB888 to RGB32 conversionAllan Sandfeld Jensen2015-03-034-23/+143
| * | Document Q_ENUM and Q_FLAGOlivier Goffart2015-03-034-22/+74
| * | QTabletEvent manual test: use built-in QDebug operatorShawn Rutledge2015-03-031-77/+11
| * | QEvent types: use Q_ENUM qDebug support instead of custom formattersShawn Rutledge2015-03-032-102/+19
| * | autotests: fix the build in case of QT_NO_WHEELEVENTShawn Rutledge2015-03-037-1/+34
| * | avoid sending QPinchGestures based on unreasonable pinch deltasShawn Rutledge2015-03-031-1/+9
| * | doc: imagegestures example: document the pinch handlerShawn Rutledge2015-03-032-15/+54
* | | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-03162-584/+4018
|\| |
| * | 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