summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make libtiff link on OS X 10.9.Jake Petroules2013-08-051-9/+0
* Return the correct system font on OS X Mavericks.Jake Petroules2013-08-051-0/+7
* Fix double transform for items ignoring parent transformations.Andreas Aardal Hanssen2013-08-051-3/+8
* Fix QListWidget item widget scroll bugSamuel Gaist2013-08-051-3/+1
* Fix build regression caused by 7b7c321d5f35b6ee70db5a72d5d37e19e125d7cf.Jake Petroules2013-08-041-1/+1
* QHttpMultiPart: fix data corruption in readData methodPeter Hartmann2013-08-031-1/+2
* Change QDBusPendingCallPrivate to full reference counting for deletion.Peter Seiderer2013-08-034-43/+58
* Remove QDBusPendingCallPrivate::autoDelete logic.Peter Seiderer2013-08-032-9/+1
* Fix unprotected access to QDBusPendingCallPrivate::pending.Peter Seiderer2013-08-031-2/+9
* QDBusPendingCall: add a missing QWaitCondition::wakeAll() callMarc Mutz2013-08-031-0/+1
* Don't crash if the relayed signal was emitted from the wrong threadThiago Macieira2013-08-031-1/+9
* [Qt][WK1] navigator.plugins shows too few entries.Michael Brüning2013-08-011-2/+0
* Expose invokables that are not slots in the xmlAlbert Astals Cid2013-07-311-2/+3
* QNX: adapt SSL lib file name lookup heuristicsPeter Hartmann2013-07-311-1/+4
* Sun CC 5.10 supports Template-Template ParametersSergio Ahumada2013-07-301-2/+4
* QNX: hardcode on-demand SSL root cert loadingPeter Hartmann2013-07-301-0/+2
* Cleanup QFileIconProviderPrivate::getWinIcon().Sergio Martins2013-07-251-23/+18
* HTTP internals: do not access reply that was deleted alreadyPeter Hartmann2013-07-251-0/+3
* Move the declaration of QFileIconProviderPrivate to it's own file.Sérgio Martins2013-07-233-33/+92
* Add support for the Linux/m68k platformThorsten Glaser2013-07-223-0/+257
* Use GET method for redirect in QDeclarativeXMLHttpRequest.Friedemann Kleint2013-07-221-0/+5
* Fix warning when building objects with a Q_OBJECT macroTobias Hunger2013-07-221-1/+1
* evdev tablet support on LinuxShawn Rutledge2013-07-182-1/+4
* QNetworkProxyFactory: check all the proxy environment variablesAdrien Bustany2013-07-161-2/+17
* Add missing argument to QBasicUnixFontDatabase::fallbacksForFamily()Takumi Asaki2013-07-162-2/+3
* Validate qmlEngine() in QDeclarativeItem::mapToItem() function.Leonard Lee2013-07-151-1/+1
* Consider virtual screen when determining dock widget visibility.Friedemann Kleint2013-07-131-2/+5
* Accept defeat when select(2)ing without a monotonic clockThiago Macieira2013-07-121-6/+2
* qpa: Fix memory leak of QFontEngineBox objectFabienne Semeria2013-07-121-1/+5
* QString::normalize(): Fix assertion in some corner caseKonstantin Ritt2013-07-111-4/+3
* Fixes: ASSERT in qpaintengine_x11 when using native graphicssystemaavit2013-07-101-1/+1
* Bump Qt version to 4.8.6Thiago Macieira2013-07-093-4/+4
* Mac: Handle the maximizing of the window ourselves when it is framelessAndy Shaw2013-07-081-1/+8
* Fix Mac static builds so they get the qt_menu.nib from the resource fileAndy Shaw2013-07-082-6/+40
* Fix clipping of QTextList decorators.Leonard Lee2013-07-081-1/+14
* qfilesystemengine_mac.cpp is empty => purgeSamuel Gaist2013-07-053-50/+0
* can show the Cocoa color panel repeatedlyShawn Rutledge2013-07-051-0/+1
* Fix drawing of 0-width polylines from outside the devicerect.Gunnar Sletta2013-07-042-17/+27
* Set projection matrix for systems with OpenGL 3.1Wouter Huysentruit2013-07-042-1/+8
* BlackBerry: Increased loop level around bps_get_eventBernd Weimer2013-07-021-4/+10
* Bring in WebKit revisions 139553 and 139921.Raphael Kubo da Costa2013-07-021-16/+2
* fix off-by-one index checkMark Brand2013-07-021-1/+1
* QNX: Changing the way JSC retrieves the current stack base pointerFabian Bumberger2013-06-281-34/+2
* Fix leak in QDragManager::drag on macIvan Komissarov2013-06-281-1/+0
* QNetwork: Check AuthenticationReuseAttribute when using credentials from urlEl Mehdi Fekari2013-06-241-2/+4
* QUrl stringprep: fix handling of U+0080: it's prohibitedThiago Macieira2013-06-211-1/+1
* QUrl stringprep: avoid recalculating the surrogates we already knowThiago Macieira2013-06-211-2/+2
* QUrl stringprep: fix handling of prohibited charactersThiago Macieira2013-06-211-11/+14
* QUrl stringprep: fix case folding from non-BMP to BMPThiago Macieira2013-06-211-1/+1
* QUrl stringprep: recalculate the current position if the size changesThiago Macieira2013-06-211-1/+2