summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve QLoggingCategory's detailed description.Mitch Curtis2014-10-221-10/+13
* Windows: QWindowsPrintDevice::printableMargins avoids leaking the DCShawn Rutledge2014-10-221-1/+1
* Improve iOS https error handling.Morten Johan Sørvig2014-10-221-1/+2
* Windows native socket: handle WSAENETRESET the same as WSAECONNRESETShawn Rutledge2014-10-221-1/+1
* Avoid adding empty parent icon themeWeitian Leung2014-10-221-0/+1
* Document QOpenGLPixelTransferOptionsLaszlo Agocs2014-10-221-0/+93
* Fix badly laid out docs for AA_UseHighDpiPixmapsLaszlo Agocs2014-10-221-5/+4
* Respect contents margins when calculating the size hintLars Knoll2014-10-221-0/+3
* Respect minimum size of heightForWidth layoutsPaul Olav Tvete2014-10-221-9/+0
* OS X: drag and drop and auto-scrollingTimur Pocheptsov2014-10-221-0/+13
* Fix helper function call in QWindowsVistaStyle::pixelMetric().Friedemann Kleint2014-10-221-1/+1
* Windows: Implement Qt::WA_ShowWithoutActivating.Friedemann Kleint2014-10-222-3/+8
* Fix height of combo popup when the list view has non-zero spacing.Friedemann Kleint2014-10-222-5/+23
* eglfs: Do not flush input events when updating the cursorLaszlo Agocs2014-10-221-1/+1
* QPA: Flush window system events with flags.Morten Johan Sørvig2014-10-224-10/+13
* Correctly apply miter limits when stroking linesLars Knoll2014-10-211-0/+2
* Produce more correct clip path for QGraphicsShapeItemLars Knoll2014-10-211-1/+1
* OS X: Retina displays and blurry QToolButtonTimur Pocheptsov2014-10-211-0/+2
* OS X - unified toolbar and AA_NativeWindowsTimur Pocheptsov2014-10-211-1/+17
* OS X - maximize app's window from the Dock or using cmd-tabTimur Pocheptsov2014-10-211-1/+1
* Set correct transient parent in q_createNativeChildrenAndSetParent().Friedemann Kleint2014-10-211-5/+5
* Add better mobile connections to QtBearer NetworkManager backend.Lorn Potter2014-10-213-9/+142
* update QtBearer NetworkManager backend APILorn Potter2014-10-215-85/+80
* Fix ShortcutOverride for QtQuick on OSXJosh Faust2014-10-201-2/+10
* logging: Fix qCleanupFuncinfo to not mangle Objective-C message namesTor Arne Vestbø2014-10-201-2/+3
* Add a hint on application window positioning with QProcess::starthjk2014-10-201-0/+7
* Doc: add info about letter spacing type to function descLeena Miettinen2014-10-201-1/+2
* Doc: removed unnecessary textLeena Miettinen2014-10-201-2/+2
* Always report focusObjectChanged on QWidget::clearFocus()Tor Arne Vestbø2014-10-201-4/+13
* Clear specific QWindow::focusObject() on QWindowPrivate::clearFocusObject()Tor Arne Vestbø2014-10-201-2/+4
* iOS: Don't auto-activate popup windows unless they are standaloneTor Arne Vestbø2014-10-203-11/+28
* iOS: Remove unused and duplicated functions from QIOSWindowTor Arne Vestbø2014-10-202-4/+1
* iOS: Fade out statusbar when scrolling view due to VKBTor Arne Vestbø2014-10-203-41/+52
* iOS: Move UIView helpers to once placeTor Arne Vestbø2014-10-202-6/+3
* Remove old Trolltech feature string from QXmlSimpleReader docsAlex Blasche2014-10-201-17/+0
* Android: deadlock avoidancePaul Olav Tvete2014-10-206-1/+125
* Delay showing keyboard until application is activePaul Olav Tvete2014-10-202-0/+15
* Correct QPainter::clipPath() documentation.Mitch Curtis2014-10-201-2/+1
* Remove QOpenGLContextPrivate::globalShareContextJocelyn Turcotte2014-10-202-13/+0
* Fix QOpenGLWindow tests when devicePixelRatio != 1Jørgen Lind2014-10-201-7/+10
* QEasingCurve: fix mem leak in operator>>Marc Mutz2014-10-191-0/+2
* qdatetime.h: include correct headerMarc Mutz2014-10-191-1/+1
* Android: Update Ministro's requirements.BogDan Vatra2014-10-192-2/+2
* Widgets: only update IM if the widget is the current focus objectRichard Moe Gustavsen2014-10-191-4/+6
* Add qHash(QSslError) overloadMarc Mutz2014-10-193-5/+15
* Add qHash(QSslCertificate) overloadMarc Mutz2014-10-195-5/+29
* QSizePolicy: remind to mark as Q_PRIMITIVE_TYPE in Qt 6Marc Mutz2014-10-191-0/+4
* iOS: ensure we have a valid focusObject before sending it IM eventsRichard Moe Gustavsen2014-10-191-1/+1
* iOS: ignore sender of actions for edit menuRichard Moe Gustavsen2014-10-191-1/+2
* CoreText font database: Use dynamic type on iOS to resolve theme fontsRichard Moe Gustavsen2014-10-191-5/+45