summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | QWindowsVistaStyle: Reorder the if statement so the variable is checked firstAndy Shaw2016-01-261-1/+1
| * | on failure to load platform plugin, show the path(s) checkedShawn Rutledge2016-01-261-1/+1
| * | add QDebug operator for QActionShawn Rutledge2016-01-262-1/+30
| * | Deduplicate and clarify the code a bitKonstantin Ritt2016-01-261-2/+5
| * | Avoid needless string comparisonKonstantin Ritt2016-01-261-2/+3
| * | QStringBuilder: fix appending QLatin1String to QByteArrayMarc Mutz2016-01-261-3/+3
| * | Cocoa: Support high-dpi DnD pixmaps.Morten Johan Sørvig2016-01-261-1/+3
| * | Add DST-change test for a date derived via .toLocalTime().Edward Welbourne2016-01-261-0/+24
| * | Test .addDays() and .addMonths() are sensible around DST changes.Edward Welbourne2016-01-261-2/+40
| * | Diaglib: Improve output of widgets.Friedemann Kleint2016-01-264-4/+44
| * | Install the static qtfreetype libLaszlo Agocs2016-01-261-1/+2
| * | winrt: fix typoMaurice Kalinowski2016-01-261-1/+1
| * | winrt: update version settings in default manifestMaurice Kalinowski2016-01-261-1/+1
| * | winrt: Add mobile schema to default manifestMaurice Kalinowski2016-01-261-1/+2
| * | Handle native views visibility properly.BogDan Vatra2016-01-264-1/+26
| * | Doc: Added brief statement to XML examplesNico Vertriest2016-01-262-0/+3
| * | Doc: removed double occurrence of systray.qdocNico Vertriest2016-01-262-186/+6
| * | Doc: Added brief statement for examples overview pageNico Vertriest2016-01-262-0/+3
| * | Android: Probe for virtual keyboard heightBogDan Vatra2016-01-261-7/+49
* | | support specifying directories in RESOURCESOswald Buddenhagen2016-02-011-3/+9
* | | Merge remote-tracking branch 'origin/5.5' into 5.6.0Liang Qi2016-02-014-5/+19
|\ \ \ | | |/ | |/|
| * | MySql: add failing connection testSamuel Gaist2016-01-271-0/+9
| * | QFutureInterface: add missing mutex lock to progress gettersMarc Mutz2016-01-192-4/+9
| * | Fix library inclusion order when building staticallyAlexey Brodkin2016-01-181-1/+1
* | | Fix clipRect interpretation in composited backingstoresLaszlo Agocs2016-02-015-7/+28
* | | eglfs: Fix up incorrect comments in the backingstoreLaszlo Agocs2016-02-011-5/+2
* | | Cocoa integration - fix outdated path in QCocoaFileDialogHelperTimur Pocheptsov2016-01-301-2/+5
* | | Fix bounding rect of glyph runs in multi-line QTextLayoutEskil Abrahamsen Blomfeldt2016-01-302-0/+32
* | | eglfs: Sanitize the widget compositor's context handlingLaszlo Agocs2016-01-294-5/+18
* | | winrt: set initial window sizeMaurice Kalinowski2016-01-291-0/+9
* | | eglfs: fix cleanup when more than one tlw was usedLaszlo Agocs2016-01-281-1/+18
* | | Fix widget texture list locking to avoid animation issues on eglfsLaszlo Agocs2016-01-282-22/+31
* | | Revert some changes to QTextCursor constructorshjk2016-01-284-7/+6
* | | Accessibility OS X: Fix hang when editing password line editsFrederik Gladhorn2016-01-281-3/+5
* | | Accessibility OS X: protect from accessing invalid objectsFrederik Gladhorn2016-01-282-11/+11
* | | Fix artihmetic exception when using non-scalable fontsEskil Abrahamsen Blomfeldt2016-01-261-3/+3
* | | winrt: Add support for offscreen surfacesMaurice Kalinowski2016-01-263-13/+38
| |/ |/|
* | Call out to QtDBus message spies in the main threadThiago Macieira2016-01-253-13/+57
* | Repaint QOpenGLWidget when screen changesDyami Caliri2016-01-241-0/+3
* | Fix tlw source rect transformation for backingstore blit.Dyami Caliri2016-01-241-1/+1
* | Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-233-37/+45
* | Android: Fix compile on arm64BogDan Vatra2016-01-231-0/+3
* | Speed up QObject::connect with function pointersSimon Hausmann2016-01-221-0/+1
* | QNX: Fix -developer-buildRafael Roquetto2016-01-221-4/+4
* | Cocoa: Update QWindow::screen() on expose/show.Morten Johan Sørvig2016-01-221-0/+12
* | Autotest: make tst_QDateTime pass when LC_TIME != en_USThiago Macieira2016-01-221-9/+6
* | Hide better the private API QTextCursor constructorsThiago Macieira2016-01-229-19/+28
* | Fix build with QT_NO_OPENGLTor Arne Vestbø2016-01-211-0/+1
* | Use QFileInfo::exists(f) instead of QFileInfo(f).exists()Tobias Koenig2016-01-214-8/+8
* | Remove dead code from QOpenGLPaintEngineAllan Sandfeld Jensen2016-01-212-19/+1