summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add benchmark for QString::section()Marc Mutz2014-10-041-0/+58
* QWidget: use qEnvironmentVariableIntValue()Marc Mutz2014-10-031-2/+2
* Prepare QVector::operator==() for sharing with QList::operator==()Marc Mutz2014-10-031-7/+4
* Prepare QVector::contains() for sharing with QList::contains()Marc Mutz2014-10-031-6/+3
* QTriangulator: fix a potential out of bounds accessGiuseppe D'Angelo2014-10-031-1/+1
* QTriangulator: fix the array of deltas between primesGiuseppe D'Angelo2014-10-031-2/+2
* Do not assume QEGLPlatformCursor in the common egl bitsLaszlo Agocs2014-10-031-1/+1
* EGLFS: Fix plugin destruction (again)Louai Al-Khanji2014-10-036-9/+21
* Add support for gcc/clang's sanitize featuresPeter Kümmel2014-10-024-0/+104
* Add a macro to disable only some 8 bit/16 bit string conversionshjk2014-10-023-15/+58
* Simplify QOfonoDataConnectionManagerInterface::getProperty()Marc Mutz2014-10-022-6/+3
* QOfonoService: use Q_SLOTSMarc Mutz2014-10-021-1/+1
* QTreeView: remove dead codeMarc Mutz2014-10-021-4/+0
* QApplication: use qEnvironmentVariableIntValue()Marc Mutz2014-10-021-1/+1
* QPlatformTheme: use qEnvironmentVariableIntValue()Marc Mutz2014-10-021-1/+1
* QWidgetBackingStore: simplify reading of an env-var in {move,scroll}Rect()Marc Mutz2014-10-021-8/+2
* QWidgetBackingStore: use qEnvironmentVariableIntValue()Marc Mutz2014-10-021-6/+6
* QList: iterate forward in contains()Marc Mutz2014-10-011-4/+4
* QVector: iterate forward in operator==Marc Mutz2014-10-011-5/+5
* QList: iterate forward in count()/contains()Marc Mutz2014-10-011-6/+6
* QList: iterate forward in operator==Marc Mutz2014-10-011-5/+4
* EGLFS: Fix plugin destructionLouai Al-Khanji2014-10-014-6/+18
* Add debug output for QGestureEvent and QGesture classes.Friedemann Kleint2014-09-303-3/+83
* QObject: Actually check unnormalized method signatureDaniel Teske2014-09-301-1/+1
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-294755-92373/+60797
|\
| * Windows: Fix call of ToUnicodeOliver Wolff2014-09-291-7/+8
| * Fix font enumeration, with the same family name, on Windows.Vladimir2014-09-282-4/+68
| * QSslCertificate: fold a string literal correctlyMarc Mutz2014-09-281-2/+2
| * Don't check for EINTR after calling QT_READ / QT_WRITEThiago Macieira2014-09-281-4/+2
| * Fix handling of IPv6 addresses in QUrl::fromUserInputThiago Macieira2014-09-282-1/+42
| * Android: Add function to change the stacking order in the layout.Christian Strømme2014-09-267-2/+104
| * Android: Add findClass() function to the QJNIEnvironmentPrivate class.Christian Strømme2014-09-266-76/+110
| * Android: Improve the foreign-window implementationChristian Strømme2014-09-265-34/+99
| * create_cmake: Make the warning actually useful.Robin Burchell2014-09-261-1/+3
| * make -force-debug-info work for objective COswald Buddenhagen2014-09-262-0/+2
| * direct2d: Optimize dashed line drawingAndrew Knight2014-09-261-3/+45
| * direct2d: Fix composition mode supportLouai Al-Khanji2014-09-265-22/+188
| * update bundled sqlite to 3.8.6.0Mark Brand2014-09-263-1181/+2440
| * Widgets: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-268-24/+22
| * tst_QSslError: cleanup unused functionsMarc Mutz2014-09-261-29/+0
| * Add a way for qmake + configure to link dynamically to the CRTAndrew Knight2014-09-252-2/+2
| * Clean up QImage::Format switchesAllan Sandfeld Jensen2014-09-254-78/+31
| * Fix smooth scaling of large QImagesAlex Blasche2014-09-251-12/+13
| * Doc: Restructure "Signal & Slots" articleSze Howe Koh2014-09-251-70/+71
| * Doc: Remove irrelevant sections from "Signals & Slots"Sze Howe Koh2014-09-252-50/+2
| * QIOSInputContext: animate screen from current transformationRichard Moe Gustavsen2014-09-251-1/+2
| * QIOSInputContext: change keyboard rect when focus window changesRichard Moe Gustavsen2014-09-251-0/+1
| * QIOSInputContext: report keyboard rect relative to focus windowRichard Moe Gustavsen2014-09-251-31/+27
| * Refactored qt_normalizePathSegmentsOliver Wolff2014-09-252-94/+236
| * Balloon tip must follow systemtray iconAllan Sandfeld Jensen2014-09-254-4/+25