summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ThreadedOpenGL example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-151-2/+4
| * Torrent example: Replace the last Java-style iterator with STL onesMarc Mutz2019-05-231-5/+7
| * Improve qHash(QFont)Marc Mutz2019-05-271-13/+14
| * Icons example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-151-2/+4
| * Add attribute to disable QSessionManagerDavid Edmundson2019-03-013-1/+13
| * Fix build without feature.labelTasuku Suzuki2019-05-262-3/+6
| * QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-157-19/+158
| * Fix gui build without feature.highdpiscalingTasuku Suzuki2019-05-261-0/+2
| * Windows QPA: Replace Q_DISABLE_COPY by Q_DISABLE_COPY_MOVEFriedemann Kleint2019-05-2444-46/+46
| * Windows QPA: Use nullptr consistentlyFriedemann Kleint2019-05-2813-32/+32
| * QSharedPointer: Fix build error for cross-built toolsFriedemann Kleint2019-05-291-0/+2
| * QAccessibleWidgets: re-enable NRVO in childWidgets()Marc Mutz2019-05-291-2/+2
| * QStyleSheetStyle: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-281-2/+2
| * Composition example: use std::unique_ptr instead of QScopedPointerMarc Mutz2019-05-152-5/+17
| * qhashfunctions.h: add specializations of std::hash for some Qt typesMarc Mutz2019-05-292-0/+72
| * 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-244-4/+34
| * QTextMarkdownImporter: don't keep heading level on following list itemShawn Rutledge2019-05-244-49/+71
| * 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
| * Do not ignore exit codes of install commandsJoerg Bornemann2019-05-232-10/+10
| * Fix gui build without feature.regularexpressionTasuku Suzuki2019-05-224-3/+28
| * Sequentialize install targets in debug_and_release buildsJoerg Bornemann2019-05-241-3/+36
| * Fix corelib build without feature.regularexpressionTasuku Suzuki2019-05-221-0/+6
| * Merge "Merge remote-tracking branch 'origin/5.13' into dev"Friedemann Kleint2019-05-2779-1547/+2484
| |\
| | * Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-2779-1547/+2484
| | |\
| | | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Friedemann Kleint2019-05-2745-1418/+2243
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-2745-1418/+2243
| | | | |\
| | | | | * Use appropriate encoding rather than UTF-8 when reading from a pipeEdward Welbourne2019-05-241-14/+8
| | | | | * 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