summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Don't duplicate font family names in the fallback listAndy Shaw2019-05-071-1/+2
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-119-106/+115
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix: QTextDocument::find backward search crossing paragraphsEirik Aavitsland2019-06-041-0/+2
| | * | | doc: Correct several QEnterEvent accessorsShawn Rutledge2019-06-061-7/+7
| | * | | moc: Fix indentation of generated codeFriedemann Kleint2019-06-071-1/+1
| | * | | macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-076-98/+105
| * | | | doc: Improve the Coordinate System rectangle coordinate examplesSamuel Gaist2019-05-232-1/+10
| * | | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-06-0730-189/+323
| |\ \ \ \
| | * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-0730-189/+323
| | |\| | |
| | | * | | Document that QHeaderView rendered with themed style might ignore rolesVolker Hilsheimer2019-06-051-1/+4
| | | * | | Detect system time zone from linked symlinksDamien Caliste2019-06-041-5/+38
| | | * | | Overhaul Q(Date|Time)+ documentationEdward Welbourne2019-05-291-96/+103
| | | * | | Do not strip off the fragment and query in the qfileselectorJan Arve Sæther2019-06-031-0/+11
| | | * | | macOS: Fix QMouseEvent::buttonMikhail Svetkin2019-05-281-3/+2
| | | * | | macOS: Use QMacNotificationObserver over manual notification handlingTor Arne Vestbø2019-05-293-20/+17
| | | * | | macOS: Fix reported mouse event buttonsMikhail Svetkin2019-06-031-4/+3
| | | * | | cmake: correct version dependency for qt5_add_big_resourcesLiang Qi2019-05-202-0/+7
| | | * | | Q(Plain)TextEdit: Observe color hints from style sheet depending on focus stateFriedemann Kleint2019-05-242-0/+13
| | | * | | Fusion: Fill the rect with base brush when drawing the combobox frameAndy Shaw2019-05-271-1/+9
| | | * | | macOS: Enable VK_MVK_macos_surface on the instanceLaszlo Agocs2019-05-301-1/+1
| | | * | | Work around crash where a destroyed window becomes focus_windowMorten Johan Sørvig2019-05-221-0/+6
| | | * | | Rename QMacScopedObserver to the more fittingly QMacNotificationObserverTor Arne Vestbø2019-05-295-15/+15
| | | * | | Windows QPA: Fix clang warnings about narrowing conversionsFriedemann Kleint2019-05-295-10/+16
| | | * | | Windows QPA: Optimize code that gets window under pointerAndre de la Rocha2019-05-281-1/+4
| | | * | | Windows QPA: Fix QGuiApplication::topLevelAt() with screen recorder applicationsFriedemann Kleint2019-05-281-0/+6
| | | * | | Automatically sysrootify $$[FOO/get] propertiesJoerg Bornemann2019-05-282-13/+23
| | | * | | QRegExp: remove an out of bounds access into QStringGiuseppe D'Angelo2019-05-271-1/+1
| | | * | | Guard against numerical overflow when processing QPainterPathsEirik Aavitsland2019-05-151-19/+38
| | | * | | QMacStyle - fix the separator's color in the Dark themeTimur Pocheptsov2019-05-241-1/+3
| | | * | | QDataStream: Fix inconsistent results of iostream with QPalette objectsRyan Chu2019-05-201-0/+5
| * | | | | Windows: Use the first entry in the requested families if availableAndy Shaw2019-06-051-1/+1
| * | | | | Fix invalid vptr during destruction of animationsAllan Sandfeld Jensen2019-05-234-2/+30
| * | | | | doc: Add dontdocument.qdoc filesMartin Smith2019-05-0710-0/+349
| |/ / / /
* | | | | uic: Fix some clang warningsFriedemann Kleint2019-06-064-12/+9
* | | | | uic: Replace 'typedef' by 'using'Friedemann Kleint2019-06-064-10/+10
* | | | | uic: Introduce nullptrFriedemann Kleint2019-06-115-11/+10
* | | | | Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-1329-96/+96
* | | | | Add VulkanMemoryAllocatorLaszlo Agocs2019-06-126-0/+17242
* | | | | Introduce the Qt graphics abstraction as private QtGui helpersLaszlo Agocs2019-06-1330-0/+29414
* | | | | Avoid uninitialized texture data in image glyph cacheLaszlo Agocs2019-05-281-0/+8
* | | | | Remove a few usages of deprecated APIShawn Rutledge2019-06-134-4/+7
* | | | | Remove the last uses of Java-style iterators in QtCoreMarc Mutz2019-05-232-12/+11
* | | | | QDebug: add nothrow move special member functionsMarc Mutz2019-06-062-23/+22
* | | | | QEvdev: use printf-style qCDebug()/qWarning()Marc Mutz2019-06-117-51/+52
* | | | | Make QColor a literal typeGiuseppe D'Angelo2019-06-122-22/+27
* | | | | rcc: Avoid needless use of macrohjk2019-05-282-4/+2
* | | | | QWeakPointer: use an alternative work-round for internalData() usersMarc Mutz2019-06-113-13/+25
* | | | | QMetaType: fix an is_pod test that C++11 brokeMarc Mutz2019-06-121-7/+1
* | | | | Q_ARRAY_LITERAL: fix the checks on the payload's datatypeGiuseppe D'Angelo2019-06-121-2/+2
* | | | | QAtomic: introduce loadRelaxed() / storeRelaxed()Giuseppe D'Angelo2019-06-105-20/+113