summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix build with unversion_libname configurationDaiwei Li2014-05-301-0/+4
* QAbstractProxyModel::sibling: treat row/column as offsets within the proxyJan Kundrát2014-05-292-2/+99
* Windows: Fix another crash when creating QRawFont from invalid dataEskil Abrahamsen Blomfeldt2014-05-282-9/+32
* Move native subwidgets in QWidget::scroll().Friedemann Kleint2014-05-283-7/+31
* Fix Null pointer dereferencing in an error handlerFrederik Gladhorn2014-05-281-1/+1
* Remove the need for the dot in OS X/iOS bundle prefixSamuel Gaist2014-05-281-2/+4
* doc: Updated Qt D-Bus Examples.Jerome Pasion2014-05-289-9/+107
* Cocoa: Fix modal session cleanup.Morten Johan Sørvig2014-05-281-3/+10
* Partially revert "Cocoa: support modal windows"Morten Johan Sørvig2014-05-281-24/+12
* Revert "Cocoa: Don't stop NSApp when showing a modal dialog"Morten Johan Sørvig2014-05-282-16/+1
* Revert "Cocoa: Post event to "show()" a modal window"Morten Johan Sørvig2014-05-282-16/+12
* Fix QOpenGLGlyphTexture object leakLiang Jian2014-05-281-1/+3
* Remove unused QMapNode{,Base}::minimumNodeThiago Macieira2014-05-281-6/+0
* Fix fast painting of clipped text on non RGB32 formatsAllan Sandfeld Jensen2014-05-281-4/+3
* Doc: be more explicit about need to set expected SSL cert in errorsArnaud Bienner2014-05-272-2/+4
* Improve the implementation of the _NET_WM_SYNC_REQUEST protocolMartin Gräßlin2014-05-278-16/+59
* Initialize the count variable used in SQLNumResultCols to 0Andy Shaw2014-05-272-6/+6
* UTF-8: always store the SIMD result, even if invalidThiago Macieira2014-05-271-11/+8
* plugin/bearer remove static QDBusConnection::systemBus() initializationDyami Caliri2014-05-261-16/+19
* Fix typos in comments (qfreelist and qmutex)David Faure2014-05-262-2/+2
* QOpenGLFramebufferObject: correct the internal format when using ANGLEAndrew Knight2014-05-261-1/+10
* Android: Report current selection to the input methodPaul Olav Tvete2014-05-261-4/+16
* WinRT: Fix compile warningsMaurice Kalinowski2014-05-269-3/+19
* Make QT_MAC_OPENGL_SURFACE_ORDER=-1 work betterMorten Johan Sørvig2014-05-261-2/+13
* Cocoa: Remove the NSWindow -> QCococaWindow hash.Morten Johan Sørvig2014-05-263-20/+5
* Cocoa: Prevent crash on QWindow delete.Morten Johan Sørvig2014-05-261-0/+1
* Direct2D QPA: Match raster engine line outputLouai Al-Khanji2014-05-261-0/+27
* Ensure all encrypted bytes are sent when closing QSslSocket.Richard J. Moore2014-05-261-0/+2
* Replace hard-coded qWait() by QTRY_COMPARE/VERIFY in widget tests.Friedemann Kleint2014-05-262-15/+7
* Cocoa: Make sure modal windows get correct geometry on showAndy Shaw2014-05-262-1/+18
* Account for the sort indicator being placed above the text on VistaAndy Shaw2014-05-263-9/+23
* Fix loss of precision warningsFrederik Gladhorn2014-05-262-3/+3
* IPv6 scope ID of zero is not validThiago Macieira2014-05-262-6/+9
* QOpenGLTexture: test for extensions when checking featuresGiuseppe D'Angelo2014-05-251-8/+24
* Fix the doc so it uses the defined parameter names for the signalsAndy Shaw2014-05-241-15/+15
* QPrinter/Windows: Fix handling of native paper source ids.Friedemann Kleint2014-05-234-21/+57
* Windows: Fix qt_imageFromWinHBITMAP().Friedemann Kleint2014-05-231-74/+86
* Remove unused variable in qwindowsmousehandler.cpp.Friedemann Kleint2014-05-231-1/+0
* iOS: Be more careful when hiding the keyboard upon enterRichard Moe Gustavsen2014-05-231-3/+3
* fix and de-duplicate qprocess apidocsOswald Buddenhagen2014-05-233-78/+77
* escape apostropheOswald Buddenhagen2014-05-231-1/+1
* fix C4275 warnings for MSVC 2010 buildJoerg Bornemann2014-05-231-1/+1
* fix qmlplugindump's import path constructionOswald Buddenhagen2014-05-231-3/+5
* fix/simplify the qmlimportscanner's import path constructionOswald Buddenhagen2014-05-231-7/+3
* purge obsolete variable documentationPathOswald Buddenhagen2014-05-231-6/+0
* fix quoting and path separators in qtPrepareTool()Oswald Buddenhagen2014-05-232-11/+16
* Call doneCurrent on QOpenGLContext when the surface diesLaszlo Agocs2014-05-231-0/+6
* WinRT: fix default font when DirectWrite is disabledAndrew Knight2014-05-232-2/+9
* Direct2D QPA: Fix HighRes paintingLouai Al-Khanji2014-05-232-11/+10
* Direct2D QPA: Add missing break statementLouai Al-Khanji2014-05-231-0/+1