summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix compilation on armv5 with 4.9 toolchainEskil Abrahamsen Blomfeldt2015-03-201-1/+1
* WinRT: Fix documentation for manifest capability descriptionMaurice Kalinowski2015-03-201-1/+1
* Fix rasterization errors in aliased cosmetic drawPolyLineEirik Aavitsland2015-03-192-12/+45
* Avoid using the current frame as the previous in layoutAllan Sandfeld Jensen2015-03-181-1/+1
* OSX Fix disapearing tray iconJocelyn Turcotte2015-03-181-14/+3
* QComboBox: Update completer on setCurrentIndex()Andre Hartmann2015-03-182-1/+43
* Fallback to malloc for insanely large windowsPaul Olav Tvete2015-03-181-1/+1
* Add note clarifying return value of QDesktopServices::openUrl()Aaron McCarthy2015-03-171-0/+5
* Do not colorizing images to invalid premultiplied colorsAllan Sandfeld Jensen2015-03-161-1/+4
* Avoid deadlock on suspend/resumePaul Olav Tvete2015-03-161-4/+7
* Fix crash in QDesktopServices::openUrl() without QGuiApplicationTasuku Suzuki2015-03-131-1/+6
* Android: Also populate database with otf fontsEskil Abrahamsen Blomfeldt2015-03-131-4/+4
* Windows: Get the normal virtual key when not composingAndy Shaw2015-03-132-1/+5
* Fixes crash in bmp and ico image decodingEirik Aavitsland2015-03-132-7/+8
* Fixes crash in gif image decoderEirik Aavitsland2015-03-131-0/+2
* Remove #ifndef QT_NO_HTTP that does nothingAlbert Astals Cid2015-03-131-13/+1
* Cocoa: Send mouse release as a right button when clicking right buttonAndy Shaw2015-03-131-0/+2
* Cocoa integration - invalid backing store on geometry updateTimur Pocheptsov2015-03-131-0/+2
* Revert adding dispatchLocker to QDBusConnection::connectAlbert Astals Cid2015-03-131-1/+0
* Fix QMAKE_INFO_PLIST regression with relative pathsJohn Brooks2015-03-131-4/+7
* Doc: Update links to forum.qt.ioSergio Ahumada2015-03-122-2/+2
* Doc: Fix qmath documentationSergio Ahumada2015-03-121-0/+1
* Doc: Remove link to old Nokia WikiSergio Ahumada2015-03-121-5/+0
* Core: fix crash in QCollator if ucol_open() failedLiang Qi2015-03-111-13/+30
* Clarify InputMethodHint documentationPaul Olav Tvete2015-03-111-1/+2
* Windows Embedded: GetTickCount64 won't be available so just remove itAndy Shaw2015-03-111-8/+2
* Workaround for programs depending on previous layout bugPaul Olav Tvete2015-03-111-0/+5
* Cocoa: Fix systray SVG icons.Morten Johan Sørvig2015-03-111-0/+4
* [Android]: Ensure clicking on the arrow shows the popupAndy Shaw2015-03-111-0/+4
* Avoid deadlock when suspending app at startupPaul Olav Tvete2015-03-111-1/+6
* Doc: Update the online documentation templateTopi Reinio2015-03-117-42/+74
* Lock dispatchLock before the regular lockAlbert Astals Cid2015-03-111-0/+1
* QMimeDatabase: Fix magic rules with \tEike Ziller2015-03-102-0/+3
* Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-0911-102/+57
* Revert "OS X: main window doesn't become key."Timur Pocheptsov2015-03-091-28/+0
* Upgrade PCRE to r1530Giuseppe D'Angelo2015-03-0631-6209/+7658
* Win QPA: Pass in the top level setting instead of relying on isTopLevel()Andy Shaw2015-03-062-6/+6
* Always clear QWindowPrivate::positionAutomatic in setFramePosition()Alexander Volkov2015-03-061-1/+1
* Improved Windows printer support and fixed crashes due to NULL devModeMike Kuta2015-03-064-7/+75
* tst_QDnsLookup: Update to match the new zone for test.qt-project.orgThiago Macieira2015-03-051-4/+8
* Remove C++11 usage from NetworkManager bearer pluginAlex Blasche2015-03-051-1/+0
* restore qt4's qtLibraryTarget() behaviorOswald Buddenhagen2015-03-055-9/+15
* Avoid deadlock with two consecutive suspended notificationLiang Jian2015-03-051-0/+7
* Adjust wiki links to the new redirectSergio Ahumada2015-03-0412-18/+18
* Fix another crash when converting format of buffer-created QImageEirik Aavitsland2015-03-042-3/+17
* Call MoveFile() anyway if the delete failed because it did not existAndy Shaw2015-03-041-1/+1
* 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
* Fix drawing of background for multipage QTextTable cellsJoni Poikelin2015-03-022-8/+146