summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Consider ENXIO (No such device or address) reason to check isatty()Tor Arne Vestbø2017-04-051-1/+1
* | QNetworkRequest - do not set ManualRedirectPolicyTimur Pocheptsov2017-04-041-4/+2
* | macOS: Remove un-needed fontDef assignment in QCoreTextFontDatabaseTor Arne Vestbø2017-04-041-1/+0
* | macOS: Use NSURL to resolve FreeType font names instead of CoreFoundationTor Arne Vestbø2017-04-041-28/+9
* | macOS: Use shared code path for creating FreeType font engine for QRawFontTor Arne Vestbø2017-04-041-21/+1
* | Move FreeType font engine creation for QRawFont into factory functionTor Arne Vestbø2017-04-043-48/+52
* | macOS: Split out font engine creation from QCoreTextFontDatabaseTor Arne Vestbø2017-04-045-72/+101
* | Fix warning for -no-feature-draganddrop -no-feature-clipboardStephan Binner2017-04-041-0/+2
* | Fix several unused warnings for misc disabled featuresStephan Binner2017-04-045-0/+41
* | Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
* | Fix warnings for -no-feature-settingsStephan Binner2017-04-042-0/+4
* | Fix warning for -no-feature-textcodecStephan Binner2017-04-041-0/+2
* | Fix warning for -no-feature-texthtmlparserStephan Binner2017-04-041-2/+2
* | Fix warning for -no-feature-graphicsviewStephan Binner2017-04-041-1/+1
* | Fix warning for -no-feature-wheeleventStephan Binner2017-04-041-0/+2
* | Fix warning for -no-feature-menubarStephan Binner2017-04-041-1/+1
* | Allow Secure Transport backend to use a temporary keychainTimur Pocheptsov2017-04-042-6/+125
* | Delete QRasterWindow backingstore while window is still aliveTor Arne Vestbø2017-04-042-0/+9
* | Share FreeType font engine creation code between platformsTor Arne Vestbø2017-04-048-68/+51
* | Rename QBasicFontDatabase to QFreeTypeFontDatabase which is what it isTor Arne Vestbø2017-04-0418-46/+46
* | No divide by zero if all imageformat features are disabledStephan Binner2017-04-041-1/+2
* | QFusionStyle::drawPrimitive(): Use color in cache key of PE_PanelButtonCommandFriedemann Kleint2017-04-041-2/+3
* | xcb: Get rid of qCInfo in the GLX backendLaszlo Agocs2017-04-041-3/+3
* | CMAKE: Fix EGL link extensionsAndreas Holzammer2017-04-041-4/+4
* | Fix build without features.qeventtransitionTasuku Suzuki2017-04-041-0/+2
* | Fix build without features.networkinterfaceTasuku Suzuki2017-04-042-0/+6
* | macOS: Replace deprecated NSOpenSavePanelDelegate methodPavol Markovic2017-04-041-24/+28
* | QMenu: Do not unnecessarily call QPlatformMenu::menuItemForTag()Friedemann Kleint2017-04-031-1/+3
* | qfloat16: suppress warning caused by Clang macro we usedThiago Macieira2017-04-021-0/+3
* | Fix warnings for -no-feature-dockwidgetv5.9.0-beta1Nikita Krupenko2017-03-311-1/+1
* | Rewrite FreeType-ifdef'ed function call in QCoreTextFontDatabaseTor Arne Vestbø2017-03-312-7/+4
* | winrt: Fix dnd with non mouse input deviceMaurice Kalinowski2017-03-312-0/+25
* | QStringBuilder: simplify QConcatenable<char[N]>Marc Mutz2017-03-311-18/+4
* | Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-3016-28/+23
* | Prefer rvalue version of toLocal8Bit()Anton Kudryavtsev2017-03-304-4/+4
* | Convert QStrings with qUtf8Printable for GTK API callsMichael Brüning2017-03-301-25/+20
* | Use QStringBuilder moreAnton Kudryavtsev2017-03-303-14/+10
* | Fix warnings for -no-feature-mimetypeNikita Krupenko2017-03-291-0/+2
* | Fix warnings for -no-feature-itemviewsNikita Krupenko2017-03-291-0/+2
* | Fix warnings for -no-feature-dockwidgetNikita Krupenko2017-03-291-0/+3
* | Fix warnings for -no-feature-comboboxNikita Krupenko2017-03-291-0/+2
* | Fix warnings for -no-feature-cssparserNikita Krupenko2017-03-292-1/+3
* | Use HTTP2WasUsedAttribute for HTTP2Timur Pocheptsov2017-03-293-2/+14
* | Windows QPA: don't resize fixed sized windows when changing screenOlivier Goffart2017-03-291-0/+3
* | Set the mode for the GTK3 file chooser also in selectFileMichael Brüning2017-03-292-3/+18
* | Use case-insensitive compare moreAnton Kudryavtsev2017-03-293-3/+3
* | Add GHS internal id TOOLS-26637 to bug workaround commentsKimmo Ollila2017-03-281-1/+2
* | Core: Replace LGPL21 with LGPL license headerKai Koehne2017-03-284-53/+77
* | macOS: Remove workaround for default-sized NSViewsTor Arne Vestbø2017-03-283-15/+1
* | Switch to RGB(A|X)8888[_Premultiplied] for QOpenGLFBO readbacks on GLESLaszlo Agocs2017-03-281-34/+9