summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix VS build for target path with spacesOswald Buddenhagen2015-02-261-2/+2
* | Minor optimization in SSE4 unpremultiplyAllan Sandfeld Jensen2015-02-261-2/+1
* | Remove unused CGImage in qcocoabackingstoreAllan Sandfeld Jensen2015-02-262-16/+0
* | Reverse iteration in QMetaEnum::valueToKeys().Friedemann Kleint2015-02-262-3/+38
* | Fix android menubar's menu not opening at the first press.Michal Klocek2015-02-261-0/+4
* | Remove PREMUL and INV_PREMUL macrosAllan Sandfeld Jensen2015-02-251-5/+0
* | QSysInfo: expand Linux distribution detection to /etc/lsb-releaseThiago Macieira2015-02-254-31/+205
* | Android: Don't include Qt D-Bus by defaultEskil Abrahamsen Blomfeldt2015-02-251-1/+7
* | Fix various qdoc-warnings.Friedemann Kleint2015-02-254-4/+4
* | QVariant: fix converting enum to stringOlivier Goffart2015-02-252-3/+3
* | Doc: Fix typosSergio Ahumada2015-02-251-1/+1
* | Improve setDefaultFormat docs regarding AA_ShareOpenGLContextsLaszlo Agocs2015-02-251-0/+6
* | qiosmenu: Move "Done" button to the rightKai Uwe Broulik2015-02-251-4/+4
* | Fix underline for centered textEskil Abrahamsen Blomfeldt2015-02-251-1/+1
* | Allow QDistanceField to be directly constructed from a QPainterPath.Michael Brasser2015-02-252-0/+12
* | Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-259-16/+59
* | Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-2517-53/+53
* | Add manual test for QMimeDatabase.Friedemann Kleint2015-02-253-1/+147
* | QSslSocket: Factor out error message about failure to set the elliptic curves.Friedemann Kleint2015-02-251-2/+7
* | add autotest for qmake parserOswald Buddenhagen2015-02-255-1/+2204
* | catch missing closing braces outside any scope as wellOswald Buddenhagen2015-02-251-1/+1
* | don't make an even number of bangs almost entirely invisibleOswald Buddenhagen2015-02-252-10/+9
* | be more strict about bogus operatorsOswald Buddenhagen2015-02-252-6/+59
* | make some messages less ambiguousOswald Buddenhagen2015-02-251-3/+3
* | don't write pointless TokAnd at start of control scopesOswald Buddenhagen2015-02-251-2/+8
* | factor out putOperator()Oswald Buddenhagen2015-02-252-7/+10
* | move parseError() call into bogusTest()Oswald Buddenhagen2015-02-252-23/+15
* | make all parse errors invalidate the parse resultOswald Buddenhagen2015-02-252-12/+6
* | always flush scopes on closing braceOswald Buddenhagen2015-02-251-1/+2
* | don't write pointless TokFuncTerminators into the streamOswald Buddenhagen2015-02-251-1/+3
* | add autotest for ioutilsOswald Buddenhagen2015-02-252-0/+99
* | add test for the qmake libraryOswald Buddenhagen2015-02-254-0/+85
* | Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-2520-66/+85
* | Correct typo in the Gujarati openType identififer.Michael Brüning2015-02-251-1/+1
* | xcb: add qt.qpa.screen logging categoryShawn Rutledge2015-02-255-39/+66
* | Ensure QGuiApplicationPrivate::screen_list is correctly populatedSandro Mani2015-02-255-24/+50
* | Have XCB/Windows platform integration classes keep their own instance pointerSandro Mani2015-02-258-15/+26
* | imagegestures example: scaleFactor is relative; get values directlyShawn Rutledge2015-02-251-8/+4
* | Fix QT_POSIX_IPC supportPasi Petäjäjärvi2015-02-256-7/+3
* | Micro-optimize QApplication.Friedemann Kleint2015-02-251-16/+21
* | tst_QDnsLookup: Output more information on failure.Friedemann Kleint2015-02-251-1/+34
* | Fix various qdoc-warnings.Friedemann Kleint2015-02-255-5/+5
* | QtGui: Fix some qdoc-warnings.Friedemann Kleint2015-02-253-6/+6
* | Remove documentation of QDBusIntrospection::Object::introspection.Friedemann Kleint2015-02-251-8/+0
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-24180-168495/+359125
|\|
| * QtOpenGL: avoid crashing if creating a QGLContext sharing with the global QOp...Giuseppe D'Angelo2015-02-241-1/+1
| * Disable tst_qaccessibilitylinuxFrederik Gladhorn2015-02-241-1/+1
| * Fix crash in QPainter::drawGlyphRun() when painter is not activeOlivier Blin2015-02-241-0/+5
| * Fix a division by zero when processing malformed BMP files.Richard J. Moore2015-02-241-0/+8
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-2420-45/+53