summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Change misleading error message in QDBusReplyThiago Macieira2014-12-041-1/+1
| * | Simplify GL2PaintEngine::updateTextureFilter, it doesn't need targetTor Arne Vestbø2014-12-032-12/+15
| * | QHttpThreadDelegate : Fix QHttpThreadDelegate don't read response data about ...Jeongmin Kim2014-12-031-0/+2
| * | ANGLE: Fix handling of shader source with fixed lengthAndrew Knight2014-12-032-1/+45
| * | Respect the size hint signal for the column and row delegatesAndy Shaw2014-12-031-0/+6
| * | QFontEngine_FT: Don't check for null after dereferencing.Sérgio Martins2014-12-021-2/+1
| * | Remove unneeded call to m_editText.bringToFront()Jan Arve Saether2014-12-021-1/+0
| * | Make sure that created surfaces are stacked on top of previous ones.Jan Arve Saether2014-12-021-5/+12
| * | iOS: Guard against UIGestureRecognizer messing with selfTor Arne Vestbø2014-12-021-0/+3
| * | iOS: Properly support QInputMethod's visible and animating propertiesTor Arne Vestbø2014-12-022-99/+136
| * | iOS: Simplify view management in QIOSKeyboardListenerTor Arne Vestbø2014-12-024-31/+48
| * | iOS: Refactor QIOSKeyboardListener implementation and usageTor Arne Vestbø2014-12-022-60/+83
| * | Fix build due to source incompatible change with FreeType 2.5.4Sérgio Martins2014-12-021-3/+3
| * | QNetworkReply::abort will also call finished()Albert Astals Cid2014-12-021-2/+4
| * | QLayout: Observe contents margin when positioning the menu bar.Friedemann Kleint2014-12-021-1/+2
| * | QMainWindow: Observe left contents margin when positioning status bar.Friedemann Kleint2014-12-021-1/+1
| * | Fix placement of QT_{BEGIN,END}_NAMESPACE in qfunctions_winrt.hThiago Macieira2014-12-012-12/+17
| * | Un-tighten the WinRT specific code out of qfunctions_winrt.hThiago Macieira2014-12-011-19/+19
| * | Break after handling the read/writeAlbert Astals Cid2014-11-281-0/+2
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-2735-96/+283
| |\|
| | * Use Holo theme on Android 5.0.BogDan Vatra2014-11-271-1/+1
| | * Doc: corrected autolink errors corelib/ioNico Vertriest2014-11-269-35/+36
| | * Adjust DBMSType to DbmsType to follow conventionsAlejandro Exojo2014-11-263-8/+8
| | * iOS: fallback to use [UIScreen mainScreen] when [UIScreen screens] failRichard Moe Gustavsen2014-11-261-1/+7
| | * iOS, QComboBox: don't apply special case for OS X on iOSRichard Moe Gustavsen2014-11-261-2/+2
| | * Turn off optimizations of qt_depthForFormat on Windows Runtime ARMAndrew Knight2014-11-261-0/+6
| | * ANGLE: Fix releasing textures after we kill D3D11Kai Koehne2014-11-247-7/+117
| | * Use camel case in PKCS#12 functionAlejandro Exojo2014-11-246-7/+7
| | * Fix for HTC Pinyin input methodPaul Olav Tvete2014-11-241-0/+4
| | * Apply r1513 to our PCRE bundled copyGiuseppe D'Angelo2014-11-212-2/+23
| | * Android: protect global jni cache.Christian Strømme2014-11-211-25/+58
| | * Android: Make old manifests work on Android 5Eskil Abrahamsen Blomfeldt2014-11-211-1/+3
| | * Fix the %{time} printing to *not* default to the process's timeThiago Macieira2014-11-211-7/+11
* | | QChar: mark even more functions constexprMarc Mutz2014-12-101-24/+24
* | | QChar: mark some more functions constexprMarc Mutz2014-12-101-31/+40
* | | QChar: prepare relational operators for constexpr'ificationMarc Mutz2014-12-101-6/+10
* | | Fixed a bug where spans did not always work in layouts.Jan Arve Saether2014-12-091-1/+1
* | | Improve TouchPoint debug outputLaszlo Agocs2014-12-091-1/+2
* | | Fix fullscreen in the X11 hooks of eglfsLaszlo Agocs2014-12-091-10/+8
* | | xcb: Fix transparent tray backgrounds with 24bpp tray visualsUli Schlachter2014-12-093-2/+38
* | | Fix regression introduced by 8e3fdf13543f43d7a4cb4fa41fKonstantin Ritt2014-12-091-1/+6
* | | Make more font databases report fontsAlwaysScalable()Konstantin Ritt2014-12-094-1/+13
* | | Pluginize the eglfs hooksLaszlo Agocs2014-12-0833-534/+1159
* | | Remove support for NTLMv1Kai Koehne2014-12-082-661/+0
* | | Harmonize QPA TrayIcon showMessage parameter orderShawn Rutledge2014-12-087-15/+13
* | | XCB: Don't override non-existent method when QT_NO_OPENGLUli Schlachter2014-12-082-1/+3
* | | Add VK_LWIN and VK_RWIN keys as meta modifiersJoni Poikelin2014-12-081-0/+2
* | | QSortFilterProxyModel: honor the roles parameter of dataChangedGiuseppe D'Angelo2014-12-072-8/+10
* | | Fix maximal literal string limitation in moc.Jędrzej Nowacki2014-12-071-9/+25
* | | Fix QMetaProperty::write so it tries to register a property type.Jędrzej Nowacki2014-12-071-2/+4