summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the -target command line optionLars Knoll2016-07-057-45/+2
* Get rid of the qt_no_framework setting in the CONFIG variableLars Knoll2016-07-052-3/+2
* Make more configure tests work on WindowsLars Knoll2016-07-051-12/+18
* Add qtsqlglobal.h and qtsqlglobal_p.hLars Knoll2016-07-0323-11/+85
* Add qtnetworkglobal.h and qtnetworkglobal_p.hLars Knoll2016-07-03107-21/+243
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-03285-99/+408
* tst_QDBusConnection: add a test for a regular signal connectionThiago Macieira2016-07-022-16/+61
* Move QElapsedTimer to src/corelib/kernelThiago Macieira2016-07-0212-10/+14
* CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-0215-37/+46
* ItemModel: Extract Method isVariantLessThan()Anton Kudryavtsev2016-07-024-64/+42
* Handle the -[no]make command line arguments in qmakeLars Knoll2016-07-023-55/+30
* Determine the set of modules to skip in qmakeLars Knoll2016-07-023-15/+27
* Fix handling of -v/-verbose command line flags to configureLars Knoll2016-07-023-19/+7
* Call arch test through the new qmake based configure systemLars Knoll2016-07-025-196/+120
* moc: remove _MSC_EXTENSIONS #defineThiago Macieira2016-07-021-0/+3
* Allow passing configure opts with two dashes againFrederik Gladhorn2016-07-011-5/+5
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-07-0132-51/+126
|\
| * xcb: Send expose event while shrinking windowsBłażej Szczygieł2016-06-303-0/+29
| * QAbstractItemView: avoid search through QIndexEditorHashAnton Kudryavtsev2016-06-301-1/+2
| * Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-06-2915-19/+72
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-2915-19/+72
| | |\
| | | * Improve SQLite3 configuration testJames McDonnell2016-06-281-0/+1
| | | * Avoid artifacts when hiding or closing a QOpenGLWidget or QQuickWidget childLaszlo Agocs2016-06-283-2/+18
| | | * NetBSD: enable detection of posix_fallocate()Ralf Nolden2016-06-281-0/+4
| | | * NetBSD: use paccept() where accept4() is usedRalf Nolden2016-06-282-0/+8
| | | * Libpng config.tests: use pkg-config when availableRalf Nolden2016-06-272-3/+16
| | | * QDockWidget: fix floating group tab window not having the right titleOlivier Goffart2016-06-252-5/+3
| | | * mainwindow example: fix creating custom QDockWidgetOlivier Goffart2016-06-241-1/+1
| | | * Doc: Remove obsolete QtWebKit entries from the example metadataTopi Reinio2016-06-241-27/+3
| | | * Add -no-opengles3 to configure to avoid QT_OPENGL_ES_3 define.Gunnar Sletta2016-06-231-1/+9
| | | * Document limitations and good practice for logging category namesKai Koehne2016-06-231-0/+9
| * | | QAbstractItemView: use erase and std::remove_if with QListAnton Kudryavtsev2016-06-291-6/+5
| |/ /
| * | fix default inc/lib path detection on msysOswald Buddenhagen2016-06-281-1/+1
| * | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-243-6/+6
| * | don't override user-provided dependencies for our extra compilersOswald Buddenhagen2016-06-238-19/+19
* | | Harmonize directwrite handling between the configuresLars Knoll2016-07-012-7/+6
* | | Correctly detect the MSVC compilerLars Knoll2016-07-011-0/+3
* | | Removed needless null check.Fredrik de Vibe2016-06-301-1/+1
* | | Remove unused function loadIntegration from EGLFSAndy Nichols2016-06-301-13/+0
* | | Blacklisting a flaky imageAt() autotest on RHEL 7.2Milla Pohjanheimo2016-06-301-0/+1
* | | Fix VNC platform plugin building on i386Andy Nichols2016-06-291-31/+0
* | | QString: add some missing overloaded operator+Anton Kudryavtsev2016-06-292-0/+31
* | | pass pkg-config environment to qmake invocationsOswald Buddenhagen2016-06-281-1/+1
* | | beautify generated spacingOswald Buddenhagen2016-06-281-3/+3
* | | use globally available constantsOswald Buddenhagen2016-06-281-9/+2
* | | Fix some qdoc-warnings for Qt 5.8.Friedemann Kleint2016-06-288-38/+26
* | | SQL TDS fix missing override keywordAndy Nichols2016-06-281-1/+1
* | | Limit the number of targets the VNC platform plugin is be built forAndy Nichols2016-06-281-1/+3
* | | Cleanup VNC platform plugins debug messagesAndy Nichols2016-06-285-31/+25
* | | Add plugin arguments to VNC pluginAndy Nichols2016-06-285-16/+34