summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-0635-207/+170
* | | Use extreme values in QMetaType/QSettings test dataTor Arne Vestbø2016-10-051-12/+13
* | | Implement QMacCocoaViewContainer in terms of foreign windowTor Arne Vestbø2016-10-056-60/+21
* | | macOS: Rename m_contentView to m_view, to distinguish from [NSWindow contentV...Tor Arne Vestbø2016-10-056-75/+76
* | | Clean up QT_QPA_DEFAULT_PLATFORM handlingJake Petroules2016-10-056-13/+3
* | | Don't truncate QDateTime milliseconds when storing QSettings on Apple platformsTor Arne Vestbø2016-10-056-256/+398
* | | Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-055-19/+73
* | | QColor: Fix use of uninit'ed value in get_hex_rgb()Marc Mutz2016-10-051-0/+1
* | | Apple OS: Resolve QStandardPaths test data locations based on real locationsTor Arne Vestbø2016-10-041-29/+4
* | | tst_QSettings: Detect if Apple platforms support writing to SystemScopeTor Arne Vestbø2016-10-041-1/+17
* | | remove unnecessary references to $$QMAKE_CFLAGS_DBUSOswald Buddenhagen2016-10-043-4/+0
* | | remove redundant QMAKE_USE += xcbOswald Buddenhagen2016-10-041-1/+0
* | | remove stray dbus/-menu dependency from xcb pluginOswald Buddenhagen2016-10-043-8/+0
* | | rely on module include paths for qpa includesOswald Buddenhagen2016-10-044-6/+6
* | | remove apparently useless egl includeOswald Buddenhagen2016-10-041-5/+0
* | | convert apparently forgotten QT_CONFIG/fontconfig reference to qtConfig()Oswald Buddenhagen2016-10-041-1/+1
* | | clean up freetype conditionalsOswald Buddenhagen2016-10-042-2/+2
* | | fix freetype/fontconfig configure systemOswald Buddenhagen2016-10-049-25/+22
* | | make QMAKE_USE parameterizableOswald Buddenhagen2016-10-042-6/+10
* | | factor out QMAKE_USE* processing to a separate prf fileOswald Buddenhagen2016-10-043-24/+23
* | | Don't add -spec XXX more than once to system command in xcodebuild.prfJake Petroules2016-10-041-2/+6
* | | Fix plain text QStaticText with line breaksEskil Abrahamsen Blomfeldt2016-10-042-0/+57
* | | Fix PrintScreen mapping on macOS and moreAllan Sandfeld Jensen2016-10-042-2/+6
* | | fix parsing of -system-proxiesOswald Buddenhagen2016-10-041-6/+10
* | | make command line parsing more compliant with configure scriptOswald Buddenhagen2016-10-042-10/+13
* | | remove redundant load(qt_build_config)Oswald Buddenhagen2016-10-041-2/+0
* | | remove obsolete module warningOswald Buddenhagen2016-10-041-8/+0
* | | remove redundant conditionals regarding sslOswald Buddenhagen2016-10-041-2/+2
* | | rename configure.exe => configureapp.exeOswald Buddenhagen2016-10-045-5/+5
* | | fix msvc build in dirs with spacesOswald Buddenhagen2016-10-041-1/+1
* | | QXmlAttributes: mark as shared-come-qt6Marc Mutz2016-10-041-0/+7
* | | Exclude tst_QSettings::rainersSyncBugOnMac() on all Apple OSesTor Arne Vestbø2016-10-031-2/+2
* | | Speed up compilation of tst_qgraphicsview_2.cppMarc Mutz2016-10-032-580/+1180
* | | Round to nearest millisecond in QDateTime::fromCFDate()Tor Arne Vestbø2016-10-022-7/+10
* | | Remove QCocoaWindowPointer in favor of QCocoaWindow inheriting QObjectTor Arne Vestbø2016-10-012-54/+19
* | | QFileSystemNode: simplify three loops over the children hashMarc Mutz2016-09-301-15/+9
* | | QFileSystemModel: add an assert to prevent leaksMarc Mutz2016-09-301-0/+1
* | | QFileSystemModel: reuse an existing variableMarc Mutz2016-09-301-1/+1
* | | Reorder arguments to qmake self-invocation in xcodebuild.prfJake Petroules2016-09-301-1/+1
* | | Fix qt_blend_rgb32_on_rgb32_avx2Allan Sandfeld Jensen2016-09-301-1/+1
* | | Freetype: Fix wrong line spacing for Courier NewEskil Abrahamsen Blomfeldt2016-09-301-0/+6
* | | Add qtest_network.hMarc Mutz2016-09-297-145/+131
* | | xcb: when using XI2 for mouse, change state only on press and releaseShawn Rutledge2016-09-292-6/+17
* | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-09-2947-177/+473
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-2947-177/+473
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-2825-73/+302
| | |\|
| | | * syncqt.pl: fix a few misguided regexes to match .h file namesEdward Welbourne2016-09-281-3/+3
| | | * Plug memleaks in tst_QWidgetMarc Mutz2016-09-281-3/+7
| | | * QTapAndHoldGestureRecognizer: Fix several UBs (invalid cast) in recognize()Marc Mutz2016-09-281-10/+14
| | | * QWidget: Fix UB (invalid cast) in sendResizeEvents()Marc Mutz2016-09-281-1/+3