summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add OpenGL 4.5 to contextinfo exampleLaszlo Agocs2015-03-201-1/+2
* Disable usage of glTexStorage on Mali ES 3.0Laszlo Agocs2015-03-201-2/+3
* Sort the entries in QDir by using the QDateTime::msecsTo()Andy Shaw2015-03-201-1/+1
* MySQL: Fix test so it expects the right integer typeAndy Shaw2015-03-201-3/+3
* MySQL: Keep the precision of the field when formatting the valueAndy Shaw2015-03-202-10/+29
* [QWindowsFontDatabase] Move code around to improve readabilityKonstantin Ritt2015-03-201-44/+30
* Simplify QWindowsFontDatabase::createEngine()Konstantin Ritt2015-03-203-15/+12
* An attempt to fix font stretching with DirectFrite font engineKonstantin Ritt2015-03-201-17/+15
* Only get font metrics if we're going to use themKonstantin Ritt2015-03-201-26/+20
* Do not re-create font if it is not of TMPF_TRUETYPEKonstantin Ritt2015-03-201-3/+1
* [QFontEngineFT] Get rid of redundant lockFace()/unlockFace() callsKonstantin Ritt2015-03-201-8/+0
* [QFontEngineFT] Fix memory leaks and possible double deletionsKonstantin Ritt2015-03-201-13/+18
* Apply Qt-specific changes to the bundled FreeTypeKonstantin Ritt2015-03-202-1/+3
* Update bundled FreeType to 2.5.5Konstantin Ritt2015-03-20610-139644/+45347
* Android: Use nullptr instead of Q_NULLPTRBogDan Vatra2015-03-202-38/+38
* Proper screen change handling for devicePixelRatioPaul Olav Tvete2015-03-201-2/+17
* Windows: Activate popup when there is no active window.Friedemann Kleint2015-03-201-5/+8
* Diaglib: Add gesture events to event filter.Friedemann Kleint2015-03-202-0/+7
* Windows: Fix touch registration.Friedemann Kleint2015-03-201-1/+1
* Fixed compilation on Mac OS X (qt namespace and preprocessor issues))Sergei Kulik2015-03-2017-12/+59
* Whitespace cleanupMorten Johan Sørvig2015-03-191-1/+1
* Fix high-dpi scaledContents QLabelMorten Johan Sørvig2015-03-191-1/+4
* Doc: Fix QVector constructor documentationKai Koehne2015-03-191-1/+1
* iOS: Base size of menu picker toolbar on the picker size itselfTor Arne Vestbø2015-03-191-1/+2
* Add missing null check when detaching a QImageLaszlo Agocs2015-03-181-1/+2
* Do not build glx integration with -no-openglLaszlo Agocs2015-03-181-1/+1
* iOS: only use image picker dialog as native dialog for loading filesRichard Moe Gustavsen2015-03-181-1/+3
* EGLFS: Make Mali GPU backend more genericAndy Nichols2015-03-182-1/+6
* Add device mkspec for Odroid-XU3Andy Nichols2015-03-182-0/+51
* Fix EGL config - X visual matching for i.MX6Laszlo Agocs2015-03-181-0/+6
* Fix tst_largefile QCOMPARE value typesMarko Kangas2015-03-181-6/+6
* improve QTouchEvent::TouchPoint qDebug operatorShawn Rutledge2015-03-181-1/+2
* iOS: Leave it up to QIOSTextInputResponder to decide when to reconfigureTor Arne Vestbø2015-03-183-32/+70
* Make sure remove() doesn't corrupt the json objectLars Knoll2015-03-182-1/+22
* Fix support for iso8859-16 when compiling with ICULars Knoll2015-03-183-2/+13
* Fix QCollator::compare documentationLars Knoll2015-03-182-8/+8
* Add QJsonValueRef::toVariant()Lars Knoll2015-03-182-0/+6
* Fix source incompatibility while connecting signals with forward declared arg...Olivier Goffart2015-03-182-5/+24
* QDebug operator for Q_FLAG when the QFlags itself is registeredOlivier Goffart2015-03-181-2/+8
* xcb: create a screen if dimensions are known but outputs are notShawn Rutledge2015-03-171-5/+21
* QCocoaDrag: Fix text, url and image preview pixmap while dragging.Filipe Azevedo2015-03-172-6/+52
* Remove the tests for Ubuntu Oneiric (11.10)Thiago Macieira2015-03-177-17/+0
* QtWidgets: Fix const correctness in old style castsThiago Macieira2015-03-1712-26/+26
* forkfd: dynamically detect whether the Darwin waitid is brokenThiago Macieira2015-03-161-4/+31
* Windows: Don't cause a malloc before calling GetLastError()Andy Shaw2015-03-166-11/+11
* iOS: stop listening for keyboard visibility after QIOSMenu::dismiss()Richard Moe Gustavsen2015-03-161-3/+3
* iOS: Skip tests that don't make sense or don't work on the platformTor Arne Vestbø2015-03-161-1/+1
* iOS: Prefer debug-simulator as default test targetTor Arne Vestbø2015-03-161-0/+3
* QCocoaMenuItem: Fixed Delete key symbol in native menubarFilipe Azevedo2015-03-161-0/+3
* QCocoaWindow.mm: Avoid crash whe using native windowsFilipe Azevedo2015-03-161-3/+6