summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * qobject_p.h: Const-correctness fixKevin Funk2019-05-271-1/+1
| * Use QtPrivate::QHashCombine in qHash(QSslError)Marc Mutz2019-05-271-3/+3
| * qtreeview.h: Fix minor typoKevin Funk2019-05-271-1/+1
| * QtWidgets: eradicate some indexed loops [needing qAsConst()]Marc Mutz2019-05-292-8/+8
| * Make QCoreApplicationPrivate's destructor virtual in bootstrapped buildsGiuseppe D'Angelo2019-05-291-0/+5
| * Fix build without features.itemviewsTasuku Suzuki2019-05-122-4/+9
| * Update 3rdparty md4c libraryShawn Rutledge2019-05-243-1121/+1209
| * QTextMarkdownWriter: fix some bad cases with word wrapShawn Rutledge2019-05-241-3/+18
| * QTextMarkdownImporter: don't keep heading level on following list itemShawn Rutledge2019-05-242-49/+58
| * Support clicking to toggle checkboxes in QTextEditShawn Rutledge2019-05-248-0/+96
| * Fix network build without feature.networkproxyTasuku Suzuki2019-05-271-0/+2
| * Headers cleanup in mac styleTasuku Suzuki2019-05-122-135/+80
| * QMessageLogContext: simplify constructionGiuseppe D'Angelo2019-05-221-10/+9
| * QMessageLogContext: rename and improve copy()Giuseppe D'Angelo2019-05-272-20/+25
| * Replace QTESTLIB_USE_VALGRIND with a new feature 'valgrind'Tasuku Suzuki2019-05-287-20/+23
| * rtems: Add Q_OS_RTEMS macro to detect RTEMS OSMikhail Svetkin2019-05-281-0/+2
| * QTextDocumentLayout: Avoid table border drawing artifactsNils Jeisecke2017-09-071-4/+20
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-03689-12035/+29317
|\|
| * Fix gui build without feature.regularexpressionTasuku Suzuki2019-05-224-3/+28
| * Fix corelib build without feature.regularexpressionTasuku Suzuki2019-05-221-0/+6
| * Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-2759-343/+1160
| |\
| | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Friedemann Kleint2019-05-2734-237/+949
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-2734-237/+949
| | | |\
| | | | * Doc: Clarify state of Qt XmlKai Koehne2019-05-242-4/+8
| | | | * QMenu size fix - Mark items dirty on screen changeThorbjørn Lund Martsum2019-05-223-6/+12
| | | | * Write an anchor-type attribute when embedding images in an ODF documentAndrew den Exter2019-05-131-0/+1
| | | | * Avoid re-encoding embedded images when writing an ODF fileAndrew den Exter2019-05-131-19/+68
| | | | * Avoid rounding of the size in QGraphicsPixmapItem::boundingRect()Alexander Volkov2019-05-091-2/+2
| | | | * QHighDpi: Remove fromNativePixels()/toNativePixels() overloadsMorten Johan Sørvig2019-05-222-117/+36
| | | | * QCompleter: Fix completion on QFileSystemModelFriedemann Kleint2019-05-211-5/+35
| | | | * dockwidgets: Unbreak moving floating dock widgets with custom titlebarSergio Martins2019-05-211-1/+1
| | | | * Update QMetaEnum::fromType()'s static assert's error messageEdward Welbourne2019-05-151-1/+2
| | | | * QPA: Prevent QPlatformWindow::initialGeometry() from returning invalid geomet...Friedemann Kleint2019-05-221-3/+9
| | | | * QAndroidInputContext: Fix getTextBefore/AfterCursor() in mid. of preeditVova Mshanetskiy2019-05-081-30/+47
| | | | * QAndroidInputContext: Fix most "Input method out of sync" warningsVova Mshanetskiy2019-05-131-0/+2
| | | | * Windows Accessibility: window should be focusableFrederik Gladhorn2019-05-211-6/+15
| | | | * Emit QMenu::aboutToShow() before platform specific codeMassimiliano Gubinelli2019-05-161-2/+2
| | | | * eglfs/openwfd: do not purge QSurfaceFormat fieldsLaszlo Agocs2019-05-081-1/+1
| | | | * Windows Accessibility: Add UI Automation Window providerFrederik Gladhorn2019-05-206-0/+286
| | | | * Don't try to retranslate strings for native color dialogsTor Arne Vestbø2019-05-161-0/+3
| | | | * macOS: Generate UTF-16 clipboard content without BOMTor Arne Vestbø2019-05-201-2/+17
| | | | * QHighDpi: Simplify top-level window handling codeMorten Johan Sørvig2019-05-142-40/+29
| | | | * Windows QPA: Fix QWheelEvent::buttons() after click on title barAndre de la Rocha2019-05-185-15/+84
| | | | * qtmain_winrt: Avoid nullptrs in str*cmp which cause crashesOliver Wolff2019-05-171-3/+6
| | | | * Qt Widgets: Document CMake macrosKai Koehne2019-05-162-0/+65
| | | | * Qt Core: Document CMake macrosKai Koehne2019-05-162-0/+238
| | * | | wasm: fix QSGContext warning messageLorn Potter2019-05-211-2/+14
| | |/ /
| | * | wasm: fix empty body on POSTLorn Potter2019-05-221-26/+6
| | * | QAbstractSpinBox: fix some ui glitchesChristian Ehrlicher2019-05-104-15/+24
| | * | wasm: add Qt Virtual Keyboard supportDongmei Wang2019-05-162-0/+18