summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QLockFile: Avoid zero-sized lock file on write errorhjk2015-03-051-4/+8
* Add Raspberry Pi 2 specsLaszlo Agocs2015-03-052-0/+60
* OS X: Fix mixing writing systems, ligatures and text formattingEskil Abrahamsen Blomfeldt2015-03-051-5/+3
* Remove debug formatting functions obsoleted by the new debug operator for QFl...Friedemann Kleint2015-03-054-120/+9
* Windows plugin: Simplify cursor code in platform screen.Friedemann Kleint2015-03-052-8/+8
* Clean headers in the Windows plugin.Friedemann Kleint2015-03-0512-24/+18
* Clean headers in the Direct2D plugin.Friedemann Kleint2015-03-058-13/+21
* Android: Make sure applicationState is set correctlyBogDan Vatra2015-03-054-2/+12
* Fix disabling libinput feature if libudev is not availablePasi Petäjäjärvi2015-03-051-0/+2
* Implement debug operator for QStyle::State using the new operator for QFlags<T>.Friedemann Kleint2015-03-052-37/+13
* xcb: QkeySequence::Quit is control-QShawn Rutledge2015-03-051-1/+1
* Fix shortcut overriding.Christian Strømme2015-03-052-4/+13
* Add missing fetchAndXxx methods to atomic classes based on std::atomicThiago Macieira2015-03-0553-19/+215
* Adjust the socket address family before bind()/connect()/sendto()Thiago Macieira2015-03-042-3/+36
* Fix bind+connect in both TCP and UDPThiago Macieira2015-03-0410-46/+266
* QSslSocket: fix compilation errorNikita Baryshnikov2015-03-043-3/+3
* XCB: Solve crash when plugging a screen with unshown QWindowThiago Macieira2015-03-041-1/+2
* Remove non-templated pixellayout methodsAllan Sandfeld Jensen2015-03-041-182/+38
* Make some QAbstractItemModel API invokableStephen Kelly2015-03-042-13/+14
* Make the QItemSelectionModel::selection a property.Stephen Kelly2015-03-041-1/+2
* Add __APPLE_CC_ to QMAKE_COMPILER_DEFINES for moc.prfTor Arne Vestbø2015-03-041-1/+1
* Fix leaking ISA extensions in LTCG buildsAllan Sandfeld Jensen2015-03-043-0/+5
* 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.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