summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QFormLayout: Fix width calculation when a row has no labelChristian Ehrlicher2018-12-041-4/+6
* QTranslator: add initial largefile supportThiago Macieira2018-12-041-20/+13
* Make qDetectCpuFeatures() return the CPU features it detectedThiago Macieira2018-12-042-7/+4
* Support style name property in QTextCharFormatEskil Abrahamsen Blomfeldt2018-12-042-0/+31
* uic: Generate correctly qualified invocation of QCoreApplication::translate()Friedemann Kleint2018-12-031-1/+1
* uic: Remove unused codeFriedemann Kleint2018-12-0311-168/+1
* Rename QList<T>::swap(int, int) to swapItemsAt()Lars Knoll2018-12-038-9/+20
* Invert include dependencies between QList and QVectorLars Knoll2018-12-033-43/+52
* Enable OCSP stapling in QSslSocketTimur Pocheptsov2018-12-0312-7/+540
* QMdiArea: Do not reset tiled flag on spontaneous system window eventsNick D'Ademo2018-11-271-1/+5
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-2722-147/+228
|\
| * Fix calculation of text margin if line edit contains side widgetsVitaly Fanaskov2018-11-263-30/+88
| * Windows: Fix embedded application not getting focus after clicking outsideFriedemann Kleint2018-11-241-9/+14
| * Fix build errors in OpenSSL 1.1 backendTimur Pocheptsov2018-11-231-0/+2
| * Add translator's comment to the copyright noteFriedemann Kleint2018-11-231-2/+3
| * macOS accessibility: fix crash for NSAccessibilityVisibleCharacterRangeAttributeFrederik Gladhorn2018-11-231-2/+3
| * Remove unused inRepaint member of QWidgetPrivateTor Arne Vestbø2018-11-232-6/+1
| * Improve logging of QWindowContainer operationsTor Arne Vestbø2018-11-231-0/+6
| * macOS: Track changes to our NSView's superview and window propertiesTor Arne Vestbø2018-11-231-6/+67
| * macOS: Allow raising and lowering child windowsTor Arne Vestbø2018-11-231-20/+22
| * QGraphicsProxyWidget: Don't crash within setWidget() when a child proxy has n...Christian Ehrlicher2018-11-221-4/+4
| * qnetworkinterface_unix: Use qstrncpy instead of strlcpyDmitry Shachnev2018-11-221-2/+3
| * Remove need for glXGetProcAddressARBMichal Klocek2018-11-221-42/+1
| * QLocalSocket (windows) - remove broken setErrorStringTimur Pocheptsov2018-11-222-11/+6
| * Remove macOS specific path that causes reverse vertical advanceAllan Sandfeld Jensen2018-11-221-4/+0
| * macOS: Don't assume platform input context is our ownTor Arne Vestbø2018-11-221-2/+2
| * Use msvc qmake scope where appropriateJoerg Bornemann2018-11-221-4/+4
| * Fix crash when painting with pattern brush to print device on macOSEirik Aavitsland2018-11-221-1/+0
| * wasm: fix qpa plugin build system integrationOswald Buddenhagen2018-11-212-2/+2
* | Documentation fixLars Knoll2018-11-261-2/+3
* | Compile with QT_STRICT_ITERATORS definedLars Knoll2018-11-263-5/+7
* | Warn when using deprecated methodsLars Knoll2018-11-261-0/+3
* | Add setter for property QStyleHints::showShortcutsInContextMenusFriedemann Kleint2018-11-242-2/+20
* | QStyleHintsPrivate: Use member initializationFriedemann Kleint2018-11-241-23/+10
* | Optimize QRgba64::toArgb32() and premultiplied()Allan Sandfeld Jensen2018-11-241-6/+34
* | Windows: Add a default setting for hasBorderInFullScreenFriedemann Kleint2018-11-245-1/+53
* | Long live Q_DISABLE_COPY_MOVE!Friedemann Kleint2018-11-242-0/+33
* | Add support for Diffie-Hellman keys to QSslKeyLars Schmertmann2018-11-2310-8/+100
* | macOS a11y: Implement AXInsertionPointLineNumber with AXLineForIndexBoris Dušek2018-11-231-7/+2
* | Align implementation of LineForIndex with InsertionPointLineNumberBoris Dušek2018-11-231-2/+5
* | qcocoaaccessibilityelement.mm: Document convertLineOffset functionBoris Dušek2018-11-231-0/+13
* | Fix VoiceOver interaction with multiline text componentsBoris Dušek2018-11-231-0/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-2298-417/+891
|\|
| * Unbreak the build with ICC on WindowsThiago Macieira2018-11-211-1/+1
| * Don't start a new page when printing very large imagesLars Knoll2018-11-211-1/+2
| * Add log output if library does not existsAndré Klitzing2018-11-211-0/+2
| * QMacStyle: account for QStyleSheetStyle using QTabBar directlyTimur Pocheptsov2018-11-211-1/+7
| * macOS: Improve logging during QNSView/QNSWindow deallocationTor Arne Vestbø2018-11-202-2/+4
| * macOS: Use shared NSWindowDelegate instead of one per windowTor Arne Vestbø2018-11-204-25/+27
| * macOS: Ensure NSWindow delegate is released in sync with its NSWindowTor Arne Vestbø2018-11-201-4/+3